changeset 2958:487559f80e5b

Use the `m4_' prefix on `syscmd' and `m4_sysval'.
author Jim Meyering <jim@meyering.net>
date Sat, 04 Nov 2000 22:19:15 +0000
parents ab062fb6bf94
children 039105c82820
files m4/regex.m4
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/m4/regex.m4	Sat Nov 04 21:39:00 2000 +0000
+++ b/m4/regex.m4	Sat Nov 04 22:19:15 2000 +0000
@@ -51,10 +51,9 @@
     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