summaryrefslogtreecommitdiff
path: root/m4/posixver.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-05 23:53:49 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-05 23:55:42 -0800
commit51e801f2f297e45a24004ee6256dd1a6c7389074 (patch)
tree441ce192f710ff16aac06764e93800934a11ca6d /m4/posixver.m4
parent04c1ac696211fdbc9b2dcd0790c352ddb0e9402c (diff)
downloadgnulib-51e801f2f297e45a24004ee6256dd1a6c7389074.tar.gz
In commentary, do not use ` to quote.
Diffstat (limited to 'm4/posixver.m4')
-rw-r--r--m4/posixver.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/posixver.m4 b/m4/posixver.m4
index c4b9ed3605..2a8b2e94f9 100644
--- a/m4/posixver.m4
+++ b/m4/posixver.m4
@@ -10,11 +10,11 @@ AC_DEFUN([gl_POSIXVER],
])
# Set the default level of POSIX conformance at configure-time.
-# Build with `./configure DEFAULT_POSIX2_VERSION=199209 ...' to
+# Build with './configure DEFAULT_POSIX2_VERSION=199209 ...' to
# support the older version, thus preserving portability with
# scripts that use sort +1, tail +32, etc.
# Note however, that this breaks tools that might run commands
-# like `sort +some-file' that conform with the newer standard.
+# like 'sort +some-file' that conform with the newer standard.
AC_DEFUN([gl_DEFAULT_POSIX2_VERSION],
[
AC_MSG_CHECKING([for desired default level of POSIX conformance])