diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-19 22:21:10 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-19 22:21:10 +0000 |
commit | 5546e07b4f4106b0f11d3d1ab206422a636fd42b (patch) | |
tree | 4f59e048c538113c131087c7a636999dcea095d8 /config/ChangeLog | |
parent | b46f14f71120fcc473668e1029831769ef2fa358 (diff) | |
download | cygnal-5546e07b4f4106b0f11d3d1ab206422a636fd42b.tar.gz cygnal-5546e07b4f4106b0f11d3d1ab206422a636fd42b.tar.bz2 cygnal-5546e07b4f4106b0f11d3d1ab206422a636fd42b.zip |
Disable option checking in the toplevel, avoid 2.64 fopen glitch.
/:
* configure.ac: Call AC_DISABLE_OPTION_CHECKING.
(baseargs): Add --disable-option-checking.
* configure: Regenerate.
config/:
* override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be
empty if not defined, to avoid error with 2.59.
(_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly
2.64, avoid per-language instances to drop fopen from test
program.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index c9a51dc98..7a2a7b642 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,11 @@ +2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be + empty if not defined, to avoid error with 2.59. + (_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly + 2.64, avoid per-language instances to drop fopen from test + program. + 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand |