What does everyone think of making configure look for CONFIG_SITE in
srcdir instead of just in $prefix/share/config.site and
$prefix/etc/config.site?

2002-12-31  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * lib/autoconf/general.m4 (AC_SITE_LOAD): Search for CONFIG_SITE
        in srcdir.

--- general.m4.~1.811.~ 2002-11-12 11:54:46.000000000 +0100
+++ general.m4  2002-12-31 22:36:55.000000000 +0100
@@ -1709,6 +1709,7 @@
   else
     CONFIG_SITE="$ac_default_prefix/share/config.site 
$ac_default_prefix/etc/config.site"
   fi
+  CONFIG_SITE="$CONFIG_SITE $srcdir/config.site"
 fi
 for ac_site_file in $CONFIG_SITE; do
   if test -r "$ac_site_file"; then


Reply via email to