summaryrefslogtreecommitdiff
path: root/m4/sanity.m4
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-23 19:36:20 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-23 20:26:29 +0100
commitf8f22fea98fbaa1dcf0c1a0203063884d4e40f65 (patch)
treea7fbbe6fadb92991b739cd64ed68ab5bd9906e34 /m4/sanity.m4
parent2d9519836f51f8b4c01d6b134b124f03a51a1ecd (diff)
downloadautomake-f8f22fea98fbaa1dcf0c1a0203063884d4e40f65.tar.gz
m4: do not quote `like this', as per GCS recommendation
This patch converts the files comprising the automake's own build system to the use of new quoting format 'like this' or "like this" rather than `like this'. * m4/auxdir.m4, m4/ccstdc.m4, m4/depend.m4, m4/depout.m4, m4/tar.m4, m4/init.m4, m4/maintainer.m4, m4/make.m4, m4/missing.m4, m4/vala.m4, m4/mkdirp.m4, m4/sanity.m4, m4/silent.m4, m4/strip.m4: Update and adjust quoting format throughout, in comments and diagnostic. Some minor related rewordings and reformatting since we are at it. Bump serial numbers.
Diffstat (limited to 'm4/sanity.m4')
-rw-r--r--m4/sanity.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/sanity.m4 b/m4/sanity.m4
index bbd5fb5d0..c90bc9809 100644
--- a/m4/sanity.m4
+++ b/m4/sanity.m4
@@ -22,10 +22,10 @@ case `pwd` in
esac
case $srcdir in
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
esac
-# Do `set' in a subshell so we don't clobber the current shell's
+# Do 'set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing