From: Akim Demaille Date: Sat, 3 Feb 2001 16:43:00 +0000 (+0000) Subject: * acgeneral.m4 (_AC_INIT_LOG_COMPLETE): Removed, dead code. X-Git-Tag: autoconf-2.50~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56eb3944e1ac07097209ca14408abf233ce0614e;p=thirdparty%2Fautoconf.git * acgeneral.m4 (_AC_INIT_LOG_COMPLETE): Removed, dead code. --- diff --git a/ChangeLog b/ChangeLog index 0597df480..ab88e4771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-03 Akim Demaille + + * acgeneral.m4 (_AC_INIT_LOG_COMPLETE): Removed, dead code. + 2001-02-03 Akim Demaille * acfunctions.m4 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK): Use diff --git a/acgeneral.m4 b/acgeneral.m4 index 1c6396530..9e4a0d133 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -691,36 +691,6 @@ exec AS_MESSAGE_FD>&1 ])# _AC_INIT_DEFAULTS_FDS -# _AC_INIT_LOG_COMPLETE -# --------------------- -# At the end of configure, dump some useful information in the -# log, even if AC_OUTPUT was not called. -m4_define([_AC_INIT_LOG_COMPLETE], -[# Save into config.log some information that might help in debugging. -cat <<_ACEOF >&AS_MESSAGE_LOG_FD - -## ----------------- ## -## Cache variables. ## -## ----------------- ## - -_ACEOF -_AC_CACHE_DUMP >&AS_MESSAGE_LOG_FD - -sed '/^$/d' confdefs.h >conftest.log -if test -s conftest.log; then - cat <<_ACEOF >&AS_MESSAGE_LOG_FD - -## ------------ ## -## confdefs.h. ## -## ------------ ## - -_ACEOF - cat conftest.log >&AS_MESSAGE_LOG_FD -fi -(echo; echo) >&AS_MESSAGE_LOG_FD -])# _AC_INIT_LOG_COMPLETE - - # _AC_INIT_DEFAULTS # ----------------- # Values which defaults can be set from `configure.ac'. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 1c6396530..9e4a0d133 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -691,36 +691,6 @@ exec AS_MESSAGE_FD>&1 ])# _AC_INIT_DEFAULTS_FDS -# _AC_INIT_LOG_COMPLETE -# --------------------- -# At the end of configure, dump some useful information in the -# log, even if AC_OUTPUT was not called. -m4_define([_AC_INIT_LOG_COMPLETE], -[# Save into config.log some information that might help in debugging. -cat <<_ACEOF >&AS_MESSAGE_LOG_FD - -## ----------------- ## -## Cache variables. ## -## ----------------- ## - -_ACEOF -_AC_CACHE_DUMP >&AS_MESSAGE_LOG_FD - -sed '/^$/d' confdefs.h >conftest.log -if test -s conftest.log; then - cat <<_ACEOF >&AS_MESSAGE_LOG_FD - -## ------------ ## -## confdefs.h. ## -## ------------ ## - -_ACEOF - cat conftest.log >&AS_MESSAGE_LOG_FD -fi -(echo; echo) >&AS_MESSAGE_LOG_FD -])# _AC_INIT_LOG_COMPLETE - - # _AC_INIT_DEFAULTS # ----------------- # Values which defaults can be set from `configure.ac'.