]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
authorAkim Demaille <akim@epita.fr>
Fri, 31 Aug 2001 13:37:12 +0000 (13:37 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 31 Aug 2001 13:37:12 +0000 (13:37 +0000)
serious problems handling heredocs in heredocs.
Reported by Nicolas Joly.

ChangeLog
lib/autoconf/status.m4

index 0286077dbd389a22dcfce866aa53e5c578ae77e5..a8f43e27e78db397f2ee3c8b53d08485844f7812 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-31  Akim Demaille  <akim@epita.fr>
+
+       * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has
+       serious problems handling heredocs in heredocs.
+       Reported by Nicolas Joly.
+
 2001-08-31  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi: Don't promote non `m4_*' M4 macros.
index c7e339dd1e13a2df22087adb4d77444a1e0617d2..1894ddbc536be288b8ccaf5a1d7cd842acd92d7d 100644 (file)
@@ -1227,10 +1227,10 @@ exec AS_MESSAGE_FD>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.  Logging --version etc. is OK.
 exec AS_MESSAGE_LOG_FD>>config.log
+echo >&AS_MESSAGE_LOG_FD
+AS_BOX([Running \$as_me.]) >&AS_MESSAGE_LOG_FD
 cat >&AS_MESSAGE_LOG_FD <<_CSEOF
 
-`AS_BOX([Running \$as_me.])`
-
 This file was extended by m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl
 $as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which was
 generated by GNU Autoconf m4_acversion.  Invocation command line was
@@ -1240,9 +1240,10 @@ generated by GNU Autoconf m4_acversion.  Invocation command line was
   CONFIG_LINKS    = $CONFIG_LINKS
   CONFIG_COMMANDS = $CONFIG_COMMANDS
   $ $[@]
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
 _CSEOF
+echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&AS_MESSAGE_LOG_FD
+echo >&AS_MESSAGE_LOG_FD
 _ACEOF
 
 # Files that config.status was made for.