1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 02:04:06 +02:00

Use the m4_' prefix on syscmd' and `m4_sysval'.

This commit is contained in:
Jim Meyering
2000-11-04 22:19:15 +00:00
parent ff6e48f61e
commit f8038b425a
+2 -3
View File
@@ -51,10 +51,9 @@ AC_DEFUN(jm_INCLUDED_REGEX,
fi
test -n "$1" || AC_MSG_ERROR([missing argument])
syscmd([test -f $1])
ifelse(sysval, 0,
m4_syscmd([test -f $1])
ifelse(m4_sysval, 0,
[
AC_ARG_WITH(included-regex,
[ --without-included-regex don't compile regex; this is the default on
systems with version 2 of the GNU C library