From 51e801f2f297e45a24004ee6256dd1a6c7389074 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 5 Jan 2012 23:53:49 -0800 Subject: In commentary, do not use ` to quote. --- m4/posixver.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/posixver.m4') 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]) -- cgit v1.2.1