summaryrefslogtreecommitdiff
path: root/m4/tar.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/tar.m4')
-rw-r--r--m4/tar.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/tar.m4 b/m4/tar.m4
index 066d4650e..244c7295a 100644
--- a/m4/tar.m4
+++ b/m4/tar.m4
@@ -6,12 +6,12 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 2
+# serial 3
# _AM_PROG_TAR(FORMAT)
# --------------------
# Check how to create a tarball in format FORMAT.
-# FORMAT should be one of `v7', `ustar', or `pax'.
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
#
# Substitute a variable $(am__tar) that is a command
# writing to stdout a FORMAT-tarball containing the directory
@@ -34,7 +34,7 @@ AC_MSG_CHECKING([how to create a $1 tar archive])
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
_am_tools=${am_cv_prog_tar_$1-$_am_tools}
# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
+# Solaris sh will not grok spaces in the rhs of '-'.
for _am_tool in $_am_tools
do
case $_am_tool in