]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 23 Aug 2007 18:36:06 +0000 (18:36 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 23 Aug 2007 18:36:06 +0000 (18:36 +0000)
names beginning with `-' again.

ChangeLog
lib/autoconf/general.m4

index 81cd5ad58a47260f74523f3e6be68ab055227599..2f61d4d43ef17c19c1e91120f4b72341ff8d4c06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/autoconf/general.m4 (AC_SITE_LOAD): Guard against file
+       names beginning with `-' again.
+
 2007-08-22  Stepan Kasal  <kasal@ucw.cz>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index 6350a56d2fda888bee707d790bcf91e55aa7f869..b5cd91b4bb204500a3555db3d992aa45540aa4fd 100644 (file)
@@ -1821,7 +1821,7 @@ else
 fi
 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 do
-  test "$ac_site_file" = NONE && continue
+  test "x$ac_site_file" = xNONE && continue
   if test -r "$ac_site_file"; then
     AC_MSG_NOTICE([loading site script $ac_site_file])
     sed 's/^/| /' "$ac_site_file" >&AS_MESSAGE_LOG_FD