summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-06 16:18:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-06 16:19:33 -0700
commit6c4a43ab84bc20d39128c390d14fba36f668ad98 (patch)
tree9cfcc3572f0a4fbe5751e69d7c61ac705b6257b4 /m4
parent58195fabc7559541b3736400e08e901011acd61f (diff)
downloadgrep-6c4a43ab84bc20d39128c390d14fba36f668ad98.tar.gz
maint: quote 'like this' or "like this", not `like this'
See <http://lists.gnu.org/archive/html/bug-grep/2012-01/msg00125.html>. * ChangeLog-2009, HACKING, NEWS, README-hacking, cfg.mk, configure.ac: * lib/colorize-w32.c, m4/pcre.m4: * src/Makefile.am, src/dfa.c, src/dosbuf.c, src/main.c: * tests/backref, tests/help-version, tests/tests: In commentary, quote 'like this' or "like this" rather than `like this' or ``like this''. * cfg.mk (old_NEWS_hash): Update due to changed old NEWS. * doc/grep.texi (General Output Control): Quote sample text with @samp, not with `...'. * src/main.c (usage): * tests/help-version: Quote 'like this' rather than `like this' in diagnostics.
Diffstat (limited to 'm4')
-rw-r--r--m4/pcre.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/pcre.m4 b/m4/pcre.m4
index 42d96f6d..b27f4672 100644
--- a/m4/pcre.m4
+++ b/m4/pcre.m4
@@ -43,5 +43,6 @@ AC_DEFUN([gl_FUNC_PCRE],
fi
AC_DEFINE_UNQUOTED([HAVE_LIBPCRE], [`test $use_pcre != yes; echo $?`],
- [Define to 1 if you have the `pcre' library (-lpcre).])
+ [Define to 1 if you have the Perl Compatible Regular Expressions
+ library (-lpcre).])
])