]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_INIT_LOG_COMPLETE): Removed, dead code.
authorAkim Demaille <akim@epita.fr>
Sat, 3 Feb 2001 16:43:00 +0000 (16:43 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 3 Feb 2001 16:43:00 +0000 (16:43 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 0597df4808a0d8793719604f57ae86a6ac374f6f..ab88e477195149e738a2231e9893cca49e53d394 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-03  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (_AC_INIT_LOG_COMPLETE): Removed, dead code.
+
 2001-02-03  Akim Demaille  <akim@epita.fr>
 
        * acfunctions.m4 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK): Use
index 1c639653016945c5c49ce0839a5af3ccff6f8e48..9e4a0d133352f388748b78faa9523591c326f447 100644 (file)
@@ -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'.
index 1c639653016945c5c49ce0839a5af3ccff6f8e48..9e4a0d133352f388748b78faa9523591c326f447 100644 (file)
@@ -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'.