]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load.
authorAkim Demaille <akim@epita.fr>
Mon, 29 Jan 2001 09:23:11 +0000 (09:23 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 29 Jan 2001 09:23:11 +0000 (09:23 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 0aa9e743b94f0b79ab8e4d68d87caed18e6d6f6e..9fce8beef01213c5fcf02cb08f87e23ff115c9aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-29  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load.
+
 2001-01-27  Akim Demaille  <akim@epita.fr>
 
        Follow Tim Van Holder's suggestions for a uniform handling of
index 075c38cc978f8129229d278dc7cbb8341bb89727..f25476a898afb3922092e71da409fa07ce1f750a 100644 (file)
@@ -1905,7 +1905,8 @@ if test -z "$CONFIG_SITE"; then
 fi
 for ac_site_file in $CONFIG_SITE; do
   if test -r "$ac_site_file"; then
-    echo "loading site script $ac_site_file"
+    AC_MSG_NOTICE([loading site script $ac_site_file])
+    cat "$ac_site_file" >&AS_MESSAGE_LOG_FD
     . "$ac_site_file"
   fi
 done
index 075c38cc978f8129229d278dc7cbb8341bb89727..f25476a898afb3922092e71da409fa07ce1f750a 100644 (file)
@@ -1905,7 +1905,8 @@ if test -z "$CONFIG_SITE"; then
 fi
 for ac_site_file in $CONFIG_SITE; do
   if test -r "$ac_site_file"; then
-    echo "loading site script $ac_site_file"
+    AC_MSG_NOTICE([loading site script $ac_site_file])
+    cat "$ac_site_file" >&AS_MESSAGE_LOG_FD
     . "$ac_site_file"
   fi
 done