]> git.proxmox.com Git - mirror_frr.git/commitdiff
use generic sed test so this works on autoconf 2.59
authorGreg Troxel <gdt@fnord.ir.bbn.com>
Tue, 6 Feb 2007 20:10:35 +0000 (20:10 +0000)
committerGreg Troxel <gdt@fnord.ir.bbn.com>
Tue, 6 Feb 2007 20:10:35 +0000 (20:10 +0000)
ChangeLog
configure.ac

index f84b8003f4dfe1a44d5f07fa6887832c56addebc..1dfb4e5bf609e659c6866e900cfbc1a70b073ab1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-06  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>>
+
+       * configure.ac: Use generic sed test, since autoconf 2.59 lacks
+       AC_PROG_SED and while 2.59 is somewhat crufty, it isn't officially
+       crufty.
+
 2007-02-06  Greg Troxel  <Greg Troxel <gdt@ir.bbn.com>
 
        * bootstrap.sh: use -i to install missing files
index 22077bf78a85b17c200d993f32292a24d72bab23..ade81321f32c0e9ecf60d9c018564b27b4d19f5d 100755 (executable)
@@ -64,7 +64,10 @@ AC_PROG_CC
 AC_PROG_CPP
 
 AC_PROG_EGREP
-AC_PROG_SED
+
+dnl autoconf 2.59 appears not to support AC_PROG_SED
+dnl AC_PROG_SED
+AC_CHECK_PROG([SED],[sed],[sed],[/bin/false])
 
 dnl ------------------------------------------------------------------
 dnl Intel compiler check. Although Intel tries really hard to make icc