diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-03 22:30:02 +0000 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-03 22:30:02 +0000 |
commit | 0750e810164093ccbf7171883075dd5bbef062e1 (patch) | |
tree | ee3239ea61cb79472f23b0dca9d72d19c7108e21 | |
parent | 003ca18f0433c0e0460b68aeb362cf7ba6ed5a4c (diff) |
add AC_PROC_SED
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure.ac | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-02-03 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>> + + * configure.ac: add AC_PROG_SED + 2007-02-02 Greg Troxel <Greg Troxel <gdt@ir.bbn.com>> * README.NetBSD: use bootstrap.sh instead of autoreconf diff --git a/configure.ac b/configure.ac index 99821109..e6f49822 100755 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,9 @@ dnl Check CC and friends dnl -------------------- AC_PROG_CC AC_PROG_CPP + AC_PROG_EGREP +AC_PROG_SED dnl ------------------------------------------------------------------ dnl Intel compiler check. Although Intel tries really hard to make icc |