summaryrefslogtreecommitdiff
path: root/m4/posixver.m4
diff options
context:
space:
mode:
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])