mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
* acgeneral.m4 (AC_LIST_MEMBER_OF): s/ac_$exists/$ac_exists/!
This commit is contained in:
parent
0eecbaadac
commit
529087d2d7
@ -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.
|
||||
|
@ -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])
|
||||
])
|
||||
|
@ -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])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user