]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_CACHE_VAL): Swap the arguments of `regexp'.
authorAkim Demaille <akim@epita.fr>
Mon, 26 Jun 2000 10:57:46 +0000 (10:57 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 26 Jun 2000 10:57:46 +0000 (10:57 +0000)
Reported by Alexandre Oliva.

ChangeLog
THANKS
acgeneral.m4
lib/autoconf/general.m4

index 8f8cd7b726b9ef606883d65b3061ad5416ee619b..d56729d554311223d7230b370ad21a868dcb386b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-26  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_CACHE_VAL): Swap the arguments of `regexp'.
+       Reported by Alexandre Oliva.
+
 2000-06-26  Akim Demaille  <akim@epita.fr>
 
        * autoreconf.sh (automake, aclocal): New variables.  Import
diff --git a/THANKS b/THANKS
index 4de405f2ddd6e82b68c21bac9e272877ebf78947..f3d348285a1154a908d501cc581dbe41e512c094 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -11,7 +11,7 @@ Alexandre Oliva               oliva@lsd.ic.unicamp.br
 Andreas Schott         schott@rzg.mpg.de
 Andreas Schwab         schwab@issan.informatik.uni-dortmund.de
 Andrej Borsenkow       borsenkow.msk@sni.de
-Axel Thimm              ifh.de
+Axel Thimm              Axel.Thimm@physik.fu-berlin.de
 Ben Elliston           bje@redhat.com
 Bill Sommerfeld                sommerfeld@apollo.hp.com
 Bob Friesenhahn                bfriesen@simple.dallas.tx.us
index dde759e7bc324203cf08c34d322f9852cbffb3f2..925ca2f7db2ff5b707ce582baceb6f52b6f7c10f 100644 (file)
@@ -2323,7 +2323,7 @@ rm -f confcache[]dnl
 # The name of shell var CACHE-ID must contain `_cv_' in order to get saved.
 # Should be dnl'ed.  Try to catch common mistakes.
 define([AC_CACHE_VAL],
-[ifelse(regexp([AC_DEFINE], [$2]), [-1],
+[ifelse(regexp([$2], [AC_DEFINE]), [-1],
                [AC_DIAGNOSE(syntax,
 [$0($1, ...): suspicious presence of an AC_DEFINE in the second argument, ]dnl
 [where no actions should be taken])])dnl
index dde759e7bc324203cf08c34d322f9852cbffb3f2..925ca2f7db2ff5b707ce582baceb6f52b6f7c10f 100644 (file)
@@ -2323,7 +2323,7 @@ rm -f confcache[]dnl
 # The name of shell var CACHE-ID must contain `_cv_' in order to get saved.
 # Should be dnl'ed.  Try to catch common mistakes.
 define([AC_CACHE_VAL],
-[ifelse(regexp([AC_DEFINE], [$2]), [-1],
+[ifelse(regexp([$2], [AC_DEFINE]), [-1],
                [AC_DIAGNOSE(syntax,
 [$0($1, ...): suspicious presence of an AC_DEFINE in the second argument, ]dnl
 [where no actions should be taken])])dnl