]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/!
authorAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 10:36:13 +0000 (10:36 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 10 Feb 2000 10:36:13 +0000 (10:36 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index e3a3dabdade0d37fc9d5b00d7f5522813f513397..e563f7c13ebf150a6ad77fdb1736e5df200c98d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-10  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/!
+
 2000-02-10  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4: Formatting changes.
index dd93b43615ecf000b9be686db40bf9bd44aaab0e..d8abfcfaca6a3b918a1d2ff84bd08f2a6f921826 100644 (file)
@@ -4305,5 +4305,5 @@ ifelse([$2], , [AC_FATAL([$0]: missing argument 2)])dnl
     fi
   done
 
-  AC_SHELL_IFELSE([test x"ac_$exists" = xtrue], [$3], [$4])
+  AC_SHELL_IFELSE([test x"$ac_exists" = xtrue], [$3], [$4])
 ])
index dd93b43615ecf000b9be686db40bf9bd44aaab0e..d8abfcfaca6a3b918a1d2ff84bd08f2a6f921826 100644 (file)
@@ -4305,5 +4305,5 @@ ifelse([$2], , [AC_FATAL([$0]: missing argument 2)])dnl
     fi
   done
 
-  AC_SHELL_IFELSE([test x"ac_$exists" = xtrue], [$3], [$4])
+  AC_SHELL_IFELSE([test x"$ac_exists" = xtrue], [$3], [$4])
 ])