autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

79-fyix-distcheck.patch


From: Akim Demaille
Subject: 79-fyix-distcheck.patch
Date: Fri, 31 Aug 2001 15:31:59 +0200

Well, it was not the fix :-)=).

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the
        previous patch.
        * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'.

Index: lib/autoconf/status.m4
--- lib/autoconf/status.m4 Fri, 31 Aug 2001 14:36:00 +0200 akim
+++ lib/autoconf/status.m4 Fri, 31 Aug 2001 14:51:27 +0200 akim
@@ -1227,8 +1227,10 @@ m4_define([_AC_OUTPUT_CONFIG_STATUS],
 # 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
+{
+  echo
+  AS_BOX([Running \$as_me.])
+} >&AS_MESSAGE_LOG_FD
 cat >&AS_MESSAGE_LOG_FD <<_CSEOF

 This file was extended by m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl
Index: tests/atspecific.m4
--- tests/atspecific.m4 Fri, 31 Aug 2001 09:41:25 +0200 akim
+++ tests/atspecific.m4 Fri, 31 Aug 2001 14:44:03 +0200 akim
@@ -73,7 +73,7 @@ m4_define([AT_CHECK_AUTOCONF],
 #                     STDOUT, [STDERR = `autoheader: `config.hin' is created'])
 # -----------------------------------------------------------------------------
 m4_define([AT_CHECK_AUTOHEADER],
-[AT_CLEANUP_FILES(config.hin)dnl
+[AT_CLEANUP_FILES(config.hin config.hin~)dnl
 AT_CHECK([autoheader --localdir=$srcdir $1], [$2],
          [$3],
          m4_default([$4], [[autoheader: `config.hin' is created



reply via email to

[Prev in Thread] Current Thread [Next in Thread]