* acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/!

This commit is contained in:
Akim Demaille 2000-02-10 10:36:13 +00:00
parent 0eecbaadac
commit 529087d2d7
3 changed files with 6 additions and 2 deletions

View File

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

View 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])
])

View 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])
])