summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-08 17:55:03 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2009-09-08 17:55:03 +0000
commit3e54529c11ba739ea0a6d7c5a2daa16680a73e14 (patch)
tree0c0b930efbc445b58dd42d7f9e328d2fb01fbb87 /ChangeLog
parent6a57e634bf5c78f8d7297a07bca2a77c4a186ab9 (diff)
downloadgcc-3e54529c11ba739ea0a6d7c5a2daa16680a73e14.tar.gz
Fix toplevel config.status for HP-UX sed.
/: * configure.ac: Do not use $extrasub for replacing @if/@endif parts in Makefile; instead, use additional arguments to AC_CONFIG_COMMANDS to do the replacement manually, with several sed invocations, to avoid HP-UX sed command limits. * configure: Regenerate. From-SVN: r151525
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a2eb7d70fa..b4a5819771f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure.ac: Do not use $extrasub for replacing @if/@endif
+ parts in Makefile; instead, use additional arguments to
+ AC_CONFIG_COMMANDS to do the replacement manually, with several
+ sed invocations, to avoid HP-UX sed command limits.
+ * configure: Regenerate.
+
2009-09-08 Alexandre Oliva <aoliva@redhat.com>
* libtool.m4 (output_verbose_link_cmd): Require leading blank, and