[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30-log-config-site.patch
From: |
Akim Demaille |
Subject: |
30-log-config-site.patch |
Date: |
Sun, 28 Jan 2001 17:13:05 +0100 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* acgeneral.m4 (AC_SITE_LOAD): Let config.log know what you load.
Index: acgeneral.m4
--- acgeneral.m4 Tue, 23 Jan 2001 02:19:56 +0100 akim (ace/27_acgeneral.
1.169.8.126 644)
+++ acgeneral.m4 Fri, 26 Jan 2001 20:45:21 +0100 akim (ace/27_acgeneral.
1.169.8.126 644)
@@ -1913,7 +1913,8 @@ m4_define([AC_SITE_LOAD],
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
- 30-log-config-site.patch,
Akim Demaille <=