* acgeneral.m4 (AC_CHECK_TOOLS): Use `$' when reading a variable.

This commit is contained in:
Akim Demaille 2000-10-18 17:16:10 +00:00
parent e9021957ad
commit 1ff3f472d8
3 changed files with 6 additions and 2 deletions

View File

@ -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

View 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

View 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