diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-21 12:34:48 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-21 21:42:59 +0200 |
commit | 7528220334dad2dd192b49f954c0ad3cc6b08734 (patch) | |
tree | 6a06cbda5cf2d79b3b72b360d3cb9c77f3b41be3 /configure.ac | |
parent | 2b9ab0ee8aabef8c7e281a614eca7a9d32288b1c (diff) | |
download | autoconf-7528220334dad2dd192b49f954c0ad3cc6b08734.tar.gz |
build: quote 'like this', not `like this'
As per updated GCS recommendations.
* Makefile.am, configure.ac, lib/m4sugar/Makefile.am,
tests/Makefile.am, m4/m4.m4: Here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 696e513e..2d831770 100644 --- a/configure.ac +++ b/configure.ac @@ -30,9 +30,9 @@ AM_INIT_AUTOMAKE([1.11 dist-xz readme-alpha no-texinfo.tex std-options]) AB_INIT -# We use `/bin/sh -n script' to check that there are no syntax errors +# We use '/bin/sh -n script' to check that there are no syntax errors # in the scripts. Although incredible, there are /bin/sh that go into -# endless loops with `-n', e.g., SunOS's: +# endless loops with '-n', e.g., SunOS's: # # $ uname -a # SunOS ondine 4.1.3 2 sun4m unknown @@ -50,8 +50,8 @@ AB_INIT # Also, some implementations of /bin/sh (e.g., Solaris 8) are soooo slow # that they are unusable on large scripts like our testsuite. -# So before using `/bin/sh -n' to check our scripts, we first check -# that `/bin/sh -n' is known to not have these problems. +# So before using '/bin/sh -n' to check our scripts, we first check +# that '/bin/sh -n' is known to not have these problems. AC_CACHE_CHECK([whether /bin/sh -n is known to work], [ac_cv_sh_n_works], [if ( |