summaryrefslogtreecommitdiff
path: root/m4/regex.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-04 04:07:55 +0000
committerJim Meyering <jim@meyering.net>1998-07-04 04:07:55 +0000
commitad4e506e0fba56e51a2bd353e898068966fa5733 (patch)
treed435de2fb9aa1f09c25f162060cfff255d15683b /m4/regex.m4
parent4475ffda4811aa4acec3c308b09f1921fa48b10c (diff)
downloadcoreutils-ad4e506e0fba56e51a2bd353e898068966fa5733.tar.xz
add warning
Diffstat (limited to 'm4/regex.m4')
-rw-r--r--m4/regex.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index a9c238356..001d203b8 100644
--- 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