mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load.
This commit is contained in:
parent
fea900426a
commit
4e7126c29d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user