From: Akim Demaille Date: Fri, 31 Aug 2001 13:37:36 +0000 (+0000) Subject: * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the X-Git-Tag: AUTOCONF-2.52d~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f60ee642e972cbe8bf5dea29b60fa07ffb8133;p=thirdparty%2Fautoconf.git * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the previous patch. * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'. --- diff --git a/ChangeLog b/ChangeLog index a8f43e27e..f2b8f8973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-31 Akim Demaille + + * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Fix the + previous patch. + * tests/atspecific.m4 (AT_CHECK_AUTOHEADER): Can create `config.hin~'. + 2001-08-31 Akim Demaille * lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): DU 5.0 has diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4 index 1894ddbc5..c16aecb0b 100644 --- a/lib/autoconf/status.m4 +++ b/lib/autoconf/status.m4 @@ -1227,8 +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 +{ + 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 diff --git a/tests/atspecific.m4 b/tests/atspecific.m4 index 43f4e1912..d0b2984ee 100644 --- a/tests/atspecific.m4 +++ b/tests/atspecific.m4 @@ -73,7 +73,7 @@ AT_CHECK([autoconf --include=$srcdir $1], # 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