+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
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
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