]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_CHECK_TOOLS): Use `$' when reading a variable.
authorAkim Demaille <akim@epita.fr>
Wed, 18 Oct 2000 17:16:10 +0000 (17:16 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 18 Oct 2000 17:16:10 +0000 (17:16 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 5ed3aca98cae82ec2a09bb18d65bcf69c0c700fc..a7ace8bca9186116d359701185d5c4aa7730a23b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-18  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4 (AC_CHECK_TOOLS): Use `$' when reading a variable.
+
 2000-10-18  Morten Eriksen  <mortene@sim.no>
 
        * aclang.m4 (_AC_PROG_CC_G): Use the _AC_COMPILE_IFELSE macro
index b32a030437e6cefa655ef05d2331e625b84a6c46..b54c6d669484c2b616157452c8878b59425ec0c6 100644 (file)
@@ -3224,7 +3224,7 @@ fi
 if test -z "$$1"; then
   ac_ct_$1=$$1
   AC_CHECK_PROGS([ac_ct_$1], [$2], [$3], [$4])
-  $1=ac_ct_$1
+  $1=$ac_ct_$1
 fi
 ])# AC_CHECK_TOOLS
 
index b32a030437e6cefa655ef05d2331e625b84a6c46..b54c6d669484c2b616157452c8878b59425ec0c6 100644 (file)
@@ -3224,7 +3224,7 @@ fi
 if test -z "$$1"; then
   ac_ct_$1=$$1
   AC_CHECK_PROGS([ac_ct_$1], [$2], [$3], [$4])
-  $1=ac_ct_$1
+  $1=$ac_ct_$1
 fi
 ])# AC_CHECK_TOOLS