projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4475ffd
)
add warning
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Jul 1998 04:07:55 +0000
(
04:07
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Jul 1998 04:07:55 +0000
(
04:07
+0000)
m4/regex.m4
patch
|
blob
|
history
diff --git
a/m4/regex.m4
b/m4/regex.m4
index a9c238356722338c8e5a5aea6213b9fbbc11b552..001d203b82b744a0ad7a4f670542f7af0813278b 100644
(file)
--- a/
m4/regex.m4
+++ b/
m4/regex.m4
@@
-5,7
+5,7
@@
dnl From grep.
AC_DEFUN(jm_WITH_REGEX,
[
AC_ARG_WITH(included-regex,
-
[ --without-included-regex don't compile regex
],
+
[ --without-included-regex don't compile regex (use with caution)
],
jm_with_regex=$withval,
jm_with_regex=yes)
if test "$jm_with_regex" = yes; then