From: Akim Demaille Date: Thu, 10 Feb 2000 10:36:13 +0000 (+0000) Subject: * acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/! X-Git-Tag: autoconf-2.50~1158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529087d2d724f9d59987fbf2597ec16bc93c7c3c;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/! --- diff --git a/ChangeLog b/ChangeLog index e3a3dabda..e563f7c13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-10 Akim Demaille + + * acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/! + 2000-02-10 Akim Demaille * acgeneral.m4: Formatting changes. diff --git a/acgeneral.m4 b/acgeneral.m4 index dd93b4361..d8abfcfac 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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]) ]) diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index dd93b4361..d8abfcfac 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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]) ])