From: Jim Meyering Date: Sat, 4 Jul 1998 04:07:55 +0000 (+0000) Subject: add warning X-Git-Tag: FILEUTILS-3_16r~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad4e506e0fba56e51a2bd353e898068966fa5733;p=thirdparty%2Fcoreutils.git add warning --- diff --git a/m4/regex.m4 b/m4/regex.m4 index a9c2383567..001d203b82 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