summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-04 22:19:15 +0000
committerJim Meyering <jim@meyering.net>2000-11-04 22:19:15 +0000
commitf8038b425aa04ce8519ee7deb1d800f82576cbce (patch)
tree1f0b565474a3e47936114847fabffe2182c77107 /m4
parentff6e48f61e0a82c37157ebc38565630ad4b9f602 (diff)
downloadcoreutils-f8038b425aa04ce8519ee7deb1d800f82576cbce.tar.xz
Use the `m4_' prefix on `syscmd' and `m4_sysval'.
Diffstat (limited to 'm4')
-rw-r--r--m4/regex.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index 1a84281f0..35759aabc 100644
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -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