diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-17 23:14:40 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-17 23:14:40 +0000 |
commit | 7fb8d6126616f0b4093d1e08bcfff0a1cdb038f6 (patch) | |
tree | 2ff57817c551b5e24a0c32580efcdfaabba99b61 /config/ChangeLog | |
parent | e4278ecbd240c4c58ae3376928713cd9bc108435 (diff) | |
download | cygnal-7fb8d6126616f0b4093d1e08bcfff0a1cdb038f6.tar.gz cygnal-7fb8d6126616f0b4093d1e08bcfff0a1cdb038f6.tar.bz2 cygnal-7fb8d6126616f0b4093d1e08bcfff0a1cdb038f6.zip |
* configure: Regenerate.
config/
* override.m4: Use m4_version_prereq throughout.
(_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git
Autoconf: output pwd along with fatal errors, so the right
config.log file is hinted at more prominently.
(PARSE_ARGS): Push setting of ac_pwd in this diversion.
(_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined.
(_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf
version _GCC_AUTOCONF_VERSION throughout the tree.
(m4_wrap): New override, fix for Posix semantics of m4wrap.
binutils/
* configure: Regenerate.
opcodes/
* configure: Regenerate.
bfd/
* configure: Regenerate.
gas/
* configure: Regenerate.
gprof/
* configure: Regenerate.
ld/
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 55d74f668..daa5c5f94 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,15 @@ +2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * override.m4: Use m4_version_prereq throughout. + (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git + Autoconf: output pwd along with fatal errors, so the right + config.log file is hinted at more prominently. + (PARSE_ARGS): Push setting of ac_pwd in this diversion. + (_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined. + (_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf + version _GCC_AUTOCONF_VERSION throughout the tree. + (m4_wrap): New override, fix for Posix semantics of m4wrap. + 2008-06-08 Joseph Myers <joseph@codesourcery.com> PR tree-optimization/36218 |