summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-12 16:56:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-14 12:13:28 -0800
commite1394a6408c86941417a700ff594e1bf26018c9e (patch)
treea44113f31e56afe0c0b107c114bfd075d9fdb5fc /m4
parente0d39a9133e1507345d73ac5aff85f037f39aa54 (diff)
downloadgrep-e1394a6408c86941417a700ff594e1bf26018c9e.tar.gz
maint: minor rewording and reindenting
Diffstat (limited to 'm4')
-rw-r--r--m4/pcre.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/pcre.m4 b/m4/pcre.m4
index a1c6c824..970a229c 100644
--- a/m4/pcre.m4
+++ b/m4/pcre.m4
@@ -9,7 +9,7 @@ AC_DEFUN([gl_FUNC_PCRE],
[
AC_ARG_ENABLE([perl-regexp],
AS_HELP_STRING([--disable-perl-regexp],
- [disable perl-regexp (pcre2) support]),
+ [disable perl-regexp (PCRE) support]),
[case $enableval in
yes|no) test_pcre=$enableval;;
*) AC_MSG_ERROR([invalid value $enableval for --disable-perl-regexp]);;
@@ -42,16 +42,16 @@ AC_DEFUN([gl_FUNC_PCRE],
if test "$pcre_cv_have_pcre2_compile" = yes; then
use_pcre=yes
elif test $test_pcre = maybe; then
- AC_MSG_WARN([AC_PACKAGE_NAME will be built without pcre support.])
+ AC_MSG_WARN([AC_PACKAGE_NAME will be built without PCRE support.])
else
- AC_MSG_ERROR([pcre support not available])
+ AC_MSG_ERROR([PCRE support not available])
fi
fi
if test $use_pcre = yes; then
AC_DEFINE([HAVE_LIBPCRE], [1],
[Define to 1 if you have the Perl Compatible Regular Expressions
- library (-lpcre2).])
+ library.])
else
PCRE_CFLAGS=
PCRE_LIBS=