From: Akim Demaille Date: Mon, 29 Jan 2001 09:23:11 +0000 (+0000) Subject: * acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load. X-Git-Tag: autoconf-2.50~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e7126c29da9d044d381f759eecf1b7ffce70bcd;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load. --- diff --git a/ChangeLog b/ChangeLog index 0aa9e743b..9fce8beef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 Akim Demaille + + * acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load. + 2001-01-27 Akim Demaille Follow Tim Van Holder's suggestions for a uniform handling of diff --git a/acgeneral.m4 b/acgeneral.m4 index 075c38cc9..f25476a89 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 075c38cc9..f25476a89 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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