projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb769ae
)
Use the `m4_' prefix on `syscmd' and `m4_sysval'.
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Nov 2000 22:19:15 +0000
(22:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Nov 2000 22:19:15 +0000
(22:19 +0000)
m4/regex.m4
patch
|
blob
|
history
diff --git
a/m4/regex.m4
b/m4/regex.m4
index 1a84281f0e8c40220af58885b3f9d24fc9f6ea17..35759aabcf4d089e213930372c0b4311a70657a9 100644
(file)
--- 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