diff options
author | Tim Rice <tim@multitalents.net> | 2006-02-02 19:16:11 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2006-02-02 19:16:11 -0800 |
commit | e9d6269fc51cf153cdca40cc82c5ec188df74c17 (patch) | |
tree | 95ef349ea1f783fe60c3972ab7aab46815fdcd83 /ChangeLog | |
parent | a983b762cd5b717f30d011823cfb47540d5320c0 (diff) |
- (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@.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ | |||
1 | 20060203 | ||
2 | - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first | ||
3 | AC_CHECK_HEADERS test. Without it, if AC_CHECK_HEADERS is first run | ||
4 | by a platform specific check, builtin standard includes tests will be | ||
5 | skipped on the other platforms. | ||
6 | Analysis and suggestion by vinschen at redhat.com, patch by dtucker@. | ||
7 | OK tim@, djm@. | ||
8 | |||
1 | 20060202 | 9 | 20060202 |
2 | - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it | 10 | - (dtucker) [configure.ac] Bug #1148: Fix "crippled AES" test so that it |
3 | works with picky compilers. Patch from alex.kiernan at thus.net. | 11 | works with picky compilers. Patch from alex.kiernan at thus.net. |
@@ -3822,4 +3830,4 @@ | |||
3822 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3830 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3823 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3831 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3824 | 3832 | ||
3825 | $Id: ChangeLog,v 1.4117.2.2 2006/02/02 07:44:04 dtucker Exp $ | 3833 | $Id: ChangeLog,v 1.4117.2.3 2006/02/03 03:16:11 tim Exp $ |