]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* acgeneral.m4 (AC_CHECK_TOOL): Use two variables in order to
authorAkim Demaille <akim@epita.fr>
Mon, 19 Jun 2000 10:18:31 +0000 (10:18 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 19 Jun 2000 10:18:31 +0000 (10:18 +0000)
commit05bf3247cc371c72f6b2a40d80ed597f57fd6d41
tree5e95c8dec863f7fa4f14da6ea14e5ddc29fad4b7
parent27ad8629e34a8773d44ca9636621029ed6d86747
* acgeneral.m4 (AC_CHECK_TOOL): Use two variables in order to
avoid cache variable conflicts between AC_CHECK_PROG invocations.
(AC_PATH_TOOL): Fix same bugs as in 6/9/00 fixes to AC_CHECK_TOOL.
Pass correct arguments to AC_CHECK_PATH (different from
AC_CHECK_PROG).  Use AC_CHECK_PATH cache variable, not
AC_CHECK_PROG var, and use two variables for two invocations as
above.  Quote AC_CHECK_* args.
ChangeLog
acgeneral.m4
lib/autoconf/general.m4