From: Jim Meyering Date: Tue, 8 Feb 2000 15:08:26 +0000 (+0000) Subject: (jm_INCLUDED_REGEX): Remove now-unnecessary uses of changequote. X-Git-Tag: FILEUTILS-4_0q~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfd37e9e592772e18956301438b7e2238e8c056d;p=thirdparty%2Fcoreutils.git (jm_INCLUDED_REGEX): Remove now-unnecessary uses of changequote. --- diff --git a/m4/regex.m4 b/m4/regex.m4 index 3047d4d497..a039d710f2 100644 --- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -1,4 +1,4 @@ -#serial 5 +#serial 6 dnl Initially derived from code in GNU grep. dnl Mostly written by Jim Meyering. @@ -21,9 +21,7 @@ AC_DEFUN(jm_INCLUDED_REGEX, AC_CACHE_CHECK([for working re_compile_pattern], jm_cv_func_working_re_compile_pattern, AC_TRY_RUN( - changequote(<<, >>)dnl - << -#include +[#include #include int main () @@ -37,9 +35,7 @@ AC_DEFUN(jm_INCLUDED_REGEX, /* This should fail with _Invalid character class name_ error. */ exit (s ? 0 : 1); } - >>, - changequote([, ])dnl - + ], jm_cv_func_working_re_compile_pattern=yes, jm_cv_func_working_re_compile_pattern=no, dnl When crosscompiling, assume it's broken.