]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
authortim <tim>
Fri, 3 Feb 2006 03:11:56 +0000 (03:11 +0000)
committertim <tim>
Fri, 3 Feb 2006 03:11:56 +0000 (03:11 +0000)
   AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run
   by a platform specific check, builtin standard includes tests will be
   skipped on the other platforms.
   Analysis and suggestion by vinschen at redhat.com, patch by dtucker@.
   OK tim@, djm@.

ChangeLog
configure.ac

index c65150f39e8f727fdf7239a8f06ee095d5323690..681143543906a04568d0a2493d270d30514eed8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+20060203
+ - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
+   AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run
+   by a platform specific check, builtin standard includes tests will be
+   skipped on the other platforms.
+   Analysis and suggestion by vinschen at redhat.com, patch by dtucker@.
+   OK tim@, djm@.
+
 20060202
  - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it
    works with picky compilers.  Patch from alex.kiernan at thus.net.
index b64dee7852a795c5637791c40e75c51f0f144b29..f765c7a0b4d964ad3c792d7127204865e84c0a8b 100644 (file)
@@ -27,6 +27,7 @@ AC_PROG_AWK
 AC_PROG_CPP
 AC_PROG_RANLIB
 AC_PROG_INSTALL
+AC_PROG_EGREP
 AC_PATH_PROG(AR, ar)
 AC_PATH_PROG(CAT, cat)
 AC_PATH_PROG(KILL, kill)
This page took 0.059469 seconds and 5 git commands to generate.