diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-19 22:19:37 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-19 22:19:37 +0000 |
commit | cd2f377379015425539a6c10a7c5b2c043035439 (patch) | |
tree | 3c87f798687a766a129c5e463c41722890b39c89 /config/ChangeLog | |
parent | 1a48098b822d2eada9d586be83c667c62a9cca54 (diff) | |
download | gcc-cd2f377379015425539a6c10a7c5b2c043035439.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150945 138bc75d-0d04-0410-961f-82ee72b054a4
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 c9a51dc988c..7a2a7b642e1 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 |