]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix typos, grammaros and other blunders in comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 15 Jul 2011 22:19:56 +0000 (00:19 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 18 Jul 2011 08:37:51 +0000 (10:37 +0200)
181 files changed:
ChangeLog
tests/all.test
tests/alpha.test
tests/amopts-variable-expansion.test
tests/ar-lib.test
tests/automake.test
tests/backcompat.test
tests/backcompat2.test
tests/backcompat3.test
tests/backcompat4.test
tests/backcompat5.test
tests/backcompat6.test
tests/backsl3.test
tests/check.test
tests/check2.test
tests/check4.test
tests/check8.test
tests/clean2.test
tests/colon2.test
tests/colon3.test
tests/colon5.test
tests/colon6.test
tests/comments-in-var-def.test
tests/cond14.test
tests/cond16.test
tests/cond17.test
tests/cond18.test
tests/cond19.test
tests/cond23.test
tests/cond24.test
tests/cond33.test
tests/cond34.test
tests/condd.test
tests/condlib.test
tests/confh5.test
tests/conflnk3.test
tests/cygnus-check-without-all.test
tests/depcomp.test
tests/depcomp3.test
tests/depcomp4.test
tests/depcomp8a.test
tests/depcomp8b.test
tests/depend2.test
tests/deprecated-acinit.test
tests/dirlist.test
tests/dirlist2.test
tests/distcom2.test
tests/distcom3.test
tests/distcom4.test
tests/distcom5.test
tests/distcom6.test
tests/distlinks.test
tests/distlinksbrk.test
tests/distname.test
tests/dmalloc.test
tests/else.test
tests/extradep.test
tests/extradep2.test
tests/fort4.test
tests/fort5.test
tests/gettext.test
tests/gettext3.test
tests/help-maintainer.test
tests/help3.test
tests/help4.test
tests/init.test
tests/instsh2.test
tests/java-check.test
tests/lex3.test
tests/lexvpath.test
tests/lflags.test
tests/lflags2.test
tests/libobj10.test
tests/libobj14.test
tests/libobj16a.test
tests/libobj16b.test
tests/libobj17.test
tests/libobj20b.test
tests/libobj20c.test
tests/libtool.test
tests/license.test
tests/lzip.test
tests/lzma.test
tests/man4.test
tests/man6.test
tests/man8.test
tests/mdate4.test
tests/missing5.test
tests/mmodely.test
tests/nobase-python.test
tests/notrans.test
tests/obsolete.test
tests/output6.test
tests/override-suggest-local.test
tests/parallel-am2.test
tests/parallel-am3.test
tests/parallel-tests-ext-driver.test
tests/posixsubst-ldadd.test
tests/posixsubst-libraries.test
tests/posixsubst-ltlibraries.test
tests/posixsubst-sources.test
tests/posixsubst-tests.test
tests/pr307.test
tests/pr401c.test
tests/pr9.test
tests/python11.test
tests/python12.test
tests/remake-gnulib-add-acsubst.test
tests/remake-subdir.test
tests/remake-subdir2.test
tests/remake10a.test
tests/remake10b.test
tests/remake10c.test
tests/remake11.test
tests/remake12.test
tests/remake1a.test
tests/remake3a.test
tests/remake8a.test
tests/remake8b.test
tests/remake9a.test
tests/remake9b.test
tests/remake9c.test
tests/remake9d.test
tests/self-check-is_newest.test
tests/self-check-unindent.test
tests/silent6.test
tests/silent8.test
tests/silentcxx-gcc.test
tests/specflg6.test
tests/subdir5.test
tests/subobj10.test
tests/subobj11a.test
tests/subobj11c.test
tests/subobj5.test
tests/subobj6.test
tests/subobj9.test
tests/subpkg.test
tests/subpkg3.test
tests/substref.test
tests/substtarg.test
tests/suffix.test
tests/suffix10.test
tests/suffix11.test
tests/suffix12.test
tests/suffix13.test
tests/suffix2.test
tests/suffix5.test
tests/suffix6.test
tests/suffix6b.test
tests/symlink.test
tests/txinfo10.test
tests/txinfo13.test
tests/txinfo18.test
tests/txinfo20.test
tests/txinfo23.test
tests/txinfo24.test
tests/txinfo25.test
tests/txinfo26.test
tests/txinfo28.test
tests/txinfo29.test
tests/txinfo9.test
tests/vala2.test
tests/vars.test
tests/vars3.test
tests/vtexi3.test
tests/warnopts.test
tests/xz.test
tests/yacc-basic.test
tests/yacc-clean.test
tests/yacc-d-vpath.test
tests/yacc-dist-nobuild-subdir.test
tests/yacc2.test
tests/yacc6.test
tests/yacc7.test
tests/yacc8.test
tests/yaccvpath.test
tests/yflags-conditional.test
tests/yflags-force-override.test
tests/yflags-var-expand.test
tests/yflags.test
tests/yflags2.test

index 7e24e10c4612e2f83fc74d31314c52b6737577fc..a321a8f7bde61931a32de42cc3cc70b45260bb42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: fix typos, grammaros and other blunders in comments
+       All affected files changed.
+
 2011-07-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        test defs: new subroutine 'seq_', simulating GNU seq(1)
index 6df139704ef70d96d7134dd052de486e47131748..9a137719fe6c84d5069f350c38d108519b31290b 100755 (executable)
 
 targets='all install-exec install-data uninstall'
 echo "$targets:" | sed -e 's/[ :]/-local&/g' > Makefile.am
-cat Makefile.am  # might be useful for debugging
+cat Makefile.am # For debugging.
 
 $ACLOCAL
 $AUTOMAKE
 
 for target in $targets; do
-  grep "${target}-local" Makefile.in  # might be useful for debugging
+  grep "${target}-local" Makefile.in # For debugging.
   grep "${target}-am:.*${target}-local" Makefile.in
 done
 
index a95e42d1d612a1fb372b66297b8c70ddfa29698d..d907df0689191d4d049f8f4205dee57bc0825dac 100755 (executable)
@@ -60,7 +60,7 @@ $AUTOCONF
 $AUTOMAKE
 ./configure
 
-# make distdir should fail because NEWS does not mention 1.0a
+# "make distdir" should fail because NEWS does not mention 1.0a
 $MAKE check 2>stderr && { cat stderr >&2; Exit 1; }
 cat stderr >&2
 grep 'NEWS not updated' stderr
index 7a746ea66a98748df06977655f5ce92ca3d2c6e4..c11be87427ee7c2b9e22a7666a10eb023ced9068 100755 (executable)
@@ -37,9 +37,9 @@ foo2 = -Wnone
 foo2 += $(foo3)
 foo3 = -Wno-error
 bar = -Wportability
-## This will give a warning with `-Wportability'
+# This will give a warning with `-Wportability'.
 zardoz :=
-## This would give a warning with `-Woverride'.
+# This would give a warning with `-Woverride'.
 install:
 END
 
index 6f6625dc8ba03099d99581993a4f18e796dea8cc..6f9c93c4ed73bd867246a1a3b764374a7c5ac26a 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Make sure `ar-lib' wraps the Microsoft Library Manager (lib) correctly
+# Make sure `ar-lib' wraps the Microsoft Library Manager (lib) correctly.
 
 required=xsi-lib-shell
 . ./defs || Exit 1
@@ -35,11 +35,11 @@ END
 
 chmod +x ./lib
 
-# Check if ar-lib can create an archive with "cr"
+# Check if ar-lib can create an archive with "cr".
 opts=`./ar-lib ./lib cr foo.lib foo.obj`
 test x"$opts" = x"lib -NOLOGO -OUT:foo.lib foo.obj"
 
-# Check if ar-lib can update an existing archive with "r"
+# Check if ar-lib can update an existing archive with "r".
 touch foo.lib
 opts=`./ar-lib ./lib r foo.lib foo.obj`
 test x"$opts" = x"lib -NOLOGO -OUT:foo.lib foo.lib foo.obj"
@@ -48,37 +48,37 @@ test x"$opts" = x"lib -NOLOGO -OUT:foo.lib foo.lib foo.obj"
 opts=`./ar-lib ./lib r foo.lib @list`
 test x"$opts" = x"lib -NOLOGO -OUT:foo.lib foo.lib @list"
 
-# Check if ar-lib can delete a member from an archive with "d"
+# Check if ar-lib can delete a member from an archive with "d".
 opts=`./ar-lib ./lib d foo.lib foo.obj`
 test x"$opts" = x"lib -NOLOGO -REMOVE:foo.obj foo.lib"
 
-# Check if ar-lib can delete members in an @FILE
+# Check if ar-lib can delete members in an @FILE.
 echo foo.obj > foolist
 opts=`./ar-lib ./lib d foo.lib @foolist`
 test x"$opts" = x"lib -NOLOGO -REMOVE:foo.obj foo.lib"
 
-# Check if ar-lib can list archive members with "t"
+# Check if ar-lib can list archive members with "t".
 opts=`./ar-lib ./lib t foo.lib`
 test x"$opts" = x"lib -NOLOGO -LIST foo.lib"
 
-# Check if ar-lib can extract archive members with "x"
+# Check if ar-lib can extract archive members with "x".
 touch fake.lib
 opts=`./ar-lib ./lib x fake.lib`
 test x"$opts" = x"lib -NOLOGO -EXTRACT:fake.obj fake.lib"
 
-# Check if ar-lib can extract specified archive members with "x"
+# Check if ar-lib can extract specified archive members with "x".
 opts=`./ar-lib ./lib x foo.lib foo.obj`
 test x"$opts" = x"lib -NOLOGO -EXTRACT:foo.obj foo.lib"
 
-# Check if ar-lib can extract members in an @FILE
+# Check if ar-lib can extract members in an @FILE.
 opts=`./ar-lib ./lib x foo.lib @foolist`
 test x"$opts" = x"lib -NOLOGO -EXTRACT:foo.obj foo.lib"
 
-# Check if ar-lib passes -lib and -LTCG through to the wrappee
+# Check if ar-lib passes -lib and -LTCG through to the wrappee.
 opts=`./ar-lib ./lib -lib -LTCG x foo.lib foo.obj`
 test x"$opts" = x"lib -lib -LTCG -NOLOGO -EXTRACT:foo.obj foo.lib"
 
-# Check if ar-lib can extract backslashed members
+# Check if ar-lib can extract backslashed members.
 touch fake2.lib
 opts=`./ar-lib ./lib x fake2.lib`
 test x"$opts" = x"lib -NOLOGO -EXTRACT:dir\\fake2.obj fake2.lib"
index 98018a127dee0ede1c8a0025bb8fbe4d63a59d6f..db8c2b39185a874172d077f71ffcc6622c40da77 100755 (executable)
@@ -19,7 +19,7 @@
 
 AUTOMAKE_fails --voo
 grep 'unrecognized option.*--voo' stderr
-# older perl has a buggy Getopt::Long which makes this fail.
+# Older perl has a buggy Getopt::Long which makes this fail.
 if $PERL -e 'require 5.8.2;'; then
   AUTOMAKE_fails -- --voo
   grep 'input file.*--voo' stderr
index 0acb77b9ae667fb38c9814fc7f10a4ff327717a6..f76b53b4a095d3797a0b1566d4e287be8d7625bf 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test usage of AM_INIT_AUTOMAKE with two ot three arguments, for
+# Test usage of AM_INIT_AUTOMAKE with two or three arguments, for
 # backward-compatibility.
 
 . ./defs || Exit 1
@@ -52,7 +52,7 @@ for ac_init in 'AC_INIT' 'AC_INIT([Makefile.am])'; do
       AC_CONFIG_FILES([Makefile])
       AC_OUTPUT
 END
-    cat configure.in # might be useful for debugging
+    cat configure.in # For debugging.
     $ACLOCAL
     $AUTOCONF
     $AUTOMAKE
index d1d3520f27f9bf8e3d46c9966b29b023017a8f1d..57badf38e823b5f796be5bfaed20ec3b729d0886 100755 (executable)
@@ -38,10 +38,10 @@ for am_arg3 in ':' 'false' '#' ' '; do
     AM_INIT_AUTOMAKE([pkgname], [pkgversion], [$am_arg3])
     AC_OUTPUT
 END
-  cat configure.in # might be useful for debugging
+  cat configure.in # For debugging.
   $AUTOCONF
   ./configure
-  cat config.h # might be useful for debugging
+  cat config.h # For debugging.
   # The non-empty third argument should prevent PACKAGE and VERSION
   # from being AC_DEFINE'd.
   $EGREP 'pkg(name|version)' config.h && Exit 1
@@ -59,10 +59,10 @@ for am_extra_args in '' ',' ', []'; do
     AM_INIT_AUTOMAKE([pkgname], [pkgversion]$am_extra_args)
     AC_OUTPUT
 END
-  cat configure.in # might be useful for debugging
+  cat configure.in # For debugging.
   $AUTOCONF
   ./configure
-  cat config.h # might be useful for debugging
+  cat config.h # For debugging.
   grep '^ *# *define  *PACKAGE  *"pkgname" *$' config.h
   grep '^ *# *define  *VERSION  *"pkgversion" *$' config.h
 done
index 437377f9a034b9405846b41cdcf89980c1b8c0e7..f0e34ba9e9a516eadd905a8cf0084c66300fbcd8 100755 (executable)
@@ -73,10 +73,10 @@ diff exp got
 ### Run 2 ###
 
 cat > configure.in <<'END'
-dnl `AC_INIT' in Autoconf <= 2.63 doesn't have an URL argument.
-dnl Luckily, `AC_AUTOCONF_VERSION' and `m4_version_prereq' are
-dnl both present in autoconf 2.62, which we require; so that we
-dnl can at least use the following workaround.
+dnl: `AC_INIT' in Autoconf <= 2.63 doesn't have an URL argument.
+dnl: Luckily, `AC_AUTOCONF_VERSION' and `m4_version_prereq' are
+dnl: both present in autoconf 2.62, which we require; so that we
+dnl: can at least use the following workaround.
 m4_version_prereq([2.64],
     [AC_INIT([ac_name], [ac_version], [ac_bugreport], [ac_tarname],
              [ac_url])],
index e4432eb97f7749c44fb269553641bcc7bbf16ee3..b95a30b4cb1ea63f72c83e12c56b147961da6e90 100755 (executable)
@@ -27,7 +27,7 @@ mkdir sub
 : > foo3.in
 : > sub/bar.in
 
-ls -l # might be useful for debugging
+ls -l # For debugging.
 
 for args in \
   'foo' \
@@ -46,7 +46,7 @@ for args in \
     AC_CONFIG_FILES([$args])
     AC_OUTPUT
 END
-  cat configure.in # for debugging
+  cat configure.in # For debugging.
   $ACLOCAL
   $AUTOMAKE Makefile
   mv -f Makefile.in Makefile.acf
@@ -56,7 +56,7 @@ END
     AM_INIT_AUTOMAKE
     AC_OUTPUT([$args])
 END
-  cat configure.in # for debugging
+  cat configure.in # For debugging.
   $ACLOCAL
   $AUTOMAKE Makefile
   mv -f Makefile.in Makefile.aco
index 2385ae483c4481c98faf7a98821ebdb49fcfac84..0630a50c312fe36c9c02b338c5c474450adf8a1c 100755 (executable)
@@ -23,7 +23,7 @@
 
 # Yuck!
 cat > configure.in <<'END'
-dnl. Everything here is *deliberately* underquoted!
+dnl: Everything here is *deliberately* underquoted!
 AC_INIT(src/foo.input)
 AM_INIT_AUTOMAKE(foo, 1.0)
 AC_CONFIG_FILES(Makefile:mkfile.in)
@@ -93,7 +93,7 @@ $AUTOCONF
 $AUTOMAKE
 
 ./configure
-ls -l . hacky src data tests # useful for debugging
+ls -l . hacky src data tests # For debugging.
 test ! -f mkfile
 $MAKE
 $MAKE distdir
@@ -111,7 +111,7 @@ $MAKE distcheck
 test -f $distdir.tar.gz
 
 chmod a-x tests/a.test
-# dist-hook should take care of making test files executables
+# dist-hook should take care of making test files executables.
 $MAKE distcheck
 
 :
index 2cb589e3e6fecc74278c94f104b6d33fc84078a3..468e71d26411f462e16bcc40f0f7f031106ba12f 100755 (executable)
@@ -25,7 +25,7 @@ required=cc
 # Anyone doing something like this in a real-life package probably
 # deserves to be killed.
 cat > configure.in <<'END'
-dnl. Everything here is *deliberately* underquoted!
+dnl: Everything here is *deliberately* underquoted!
 AC_INIT(quux.c)
 PACKAGE=nonesuch-zardoz
 VERSION=nonesuch-0.1
index 876c045ef8d93242ded1eececa1545e152f5140e..1319c0aa521be9b3bc7f0d628d0590dae41174c2 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure we diagnose trailing backslash at the end of a file.
-# Report from Akim Demaile <akim@epita.fr>
+# Report from Akim Demaile <akim@epita.fr>.
 
 . ./defs || Exit 1
 
index 2f9f8b11aa51243f4939223b1e263c874fd8b9c2..c9038adb355d19440646f1f4be5004015e6a3715 100755 (executable)
@@ -30,10 +30,10 @@ $AUTOMAKE
 grep '^check-TESTS:' Makefile.in
 grep 'check-DEJAGNU' Makefile.in && Exit 1
 
-# check-TESTS is phony.
+# 'check-TESTS' is phony.
 sed -n '/^\.PHONY:/,/^$/p' Makefile.in | $EGREP '(^| )check-TESTS($| )'
 
-# check should depend directly on check-am (similar tests are
+# 'check' should depend directly on 'check-am' (similar tests are
 # in check2.test and check3.test).
 $EGREP '^check:.* check-am( |$)' Makefile.in
 
index d21551890b31106683f513c56e724844715819a1..4edf0ee6ce6958d02ab55544b144d032f8d030d8 100755 (executable)
@@ -53,7 +53,7 @@ cat stdout
 grep '^PASS: subrun\.sh *$' stdout
 grep 'PASS.*echo\.sh' stdout && Exit 1
 
-# check should depend directly on check-am (similar tests are
+# 'check' should depend directly on 'check-am' (similar tests are
 # in check.test and check3.test).
 $EGREP '^check:.* check-recursive( |$)' Makefile.in
 $EGREP '^check:.* check-am( |$)' dir/Makefile.in
index 417b2e458b8321c07fd8e5e83d9b2440c66c0b48..c7a23fe0611e739971e201781d33e009674ec458 100755 (executable)
@@ -61,7 +61,7 @@ cat stdout
 grep '^FAIL: fail\.sh *$' stdout
 grep '^PASS: ok\.sh *$' stdout
 
-# should also works when -k is not in first position
+# Should also works when -k is not in first position.
 $MAKE -s -k check >stdout || :
 cat stdout
 grep '^FAIL: fail\.sh *' stdout
index 225816100c6255ea5ad924dc6b1abd6c5241e2fe..51fcbd29c02f61babe4d1c46787912cd3d5b621a 100755 (executable)
@@ -74,7 +74,7 @@ grep '^[^X]*PASS.* bar' stdout
 grep '^[^X]*PASS.* sub/bar' stdout
 grep '^[^X]*FAIL.* baz' stdout
 grep 'XFAIL.* sub/baz' stdout
-# parallel-tests should not add circular dependencies.
+# `parallel-tests' should not add circular dependencies.
 # Look for known warnings from a couple of `make' implementations.
 grep -i 'circular.*dependency' stderr && Exit 1
 grep -i 'graph cycles' stderr && Exit 1
index 1f9baff80503e14899ed2f540e025c22d37c10cb..46ab4b70dfc1cf7f1019dacbf4f234af782642dd 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure distclean works in cygnus mode.
-# Report from Daniel Jacobowitz
+# Report from Daniel Jacobowitz.
 
 . ./defs || Exit 1
 
index 10b270d9c5918681b1a0407e89fc4219931f38ac..b583831ee020746ea496ebd64730d4f9846fa7e6 100755 (executable)
@@ -54,7 +54,7 @@ str='%% ZaR DoZ %%'
 
 $AUTOCONF
 ./configure
-test -f Makefile # sanity check
+test -f Makefile # Sanity check.
 
 $MAKE dummy
 # Again, make sure that the generated Makefile do not unduly
@@ -72,7 +72,7 @@ testin:
 testmk:
        grep '$str' Makefile
 END
-$MAKE Makefile # for non-GNU make
+$MAKE Makefile # For non-GNU make.
 $MAKE testam testin testmk
 
 $MAKE distcheck
index 8a830633adf0d325a5521f38fc0477dd71e5521a..5183b571cf050a3da1d305b9ece67e2db1238f3f 100755 (executable)
@@ -60,7 +60,7 @@ str3='== @thr33@ =='
 
 $AUTOCONF
 ./configure
-test -f Makefile # sanity check
+test -f Makefile # Sanity check.
 
 $MAKE dummy
 # Again, make sure that the generated Makefile do not unduly
@@ -84,7 +84,7 @@ test3:
 END
 echo "# $str2" >> two.in
 echo "# $str3" >> three.in
-$MAKE Makefile # for non-GNU make
+$MAKE Makefile # For non-GNU make.
 $MAKE testam testin testmk test2 test3
 
 $MAKE distcheck
index ca5414c1588e8d83549d73f8305b556c331cbca1..571d88c0469abe6195ea9e60615ee815c5fc398c 100755 (executable)
@@ -51,8 +51,8 @@ $AUTOMAKE
 
 ./configure
 
-grep '=GrEpMe_am=' Makefile && Exit 1   # sanity check
-grep '=GrEpMe_dep=' Makefile && Exit 1  # likewise
+grep '=GrEpMe_am=' Makefile && Exit 1  # Sanity check.
+grep '=GrEpMe_dep=' Makefile && Exit 1 # Likewise.
 
 $MAKE test-distcommon
 $MAKE test-distdir
@@ -62,7 +62,7 @@ $sleep
 echo '# =GrEpMe_am=' >> Makefile.am
 echo '# =GrEpMe_dep=' >> Makefile.dep
 
-$MAKE Makefile # for non-GNU make
+$MAKE Makefile # For non-GNU make.
 $MAKE test-grep
 $MAKE test-distcommon
 $MAKE test-distdir
index 9c739b0547c055c693eed8b0b722d77a7908e103..6aac84a1ab707fecf2cdcfe903c3a7e9049b5b0a 100755 (executable)
@@ -55,8 +55,8 @@ for vpath in : false; do
 
   $srcdir/configure
 
-  test -f demo/version.good    # sanity check
-  test ! -s demo/version.good  # likewise
+  test -f demo/version.good   # Sanity check.
+  test ! -s demo/version.good # Likewise.
 
   cd demo
 
@@ -84,7 +84,7 @@ for vpath in : false; do
   # Makefile should not depend on version.gin.
   rm -f ../$srcdir/demo/version.gin
   $MAKE Makefile
-  test ! -r ../$srcdir/demo/version.gin # sanity check
+  test ! -r ../$srcdir/demo/version.gin # Sanity check.
 
   # version.good should depend on version.gin.
   rm -f version.good
@@ -93,7 +93,7 @@ for vpath in : false; do
   # Try to verify that we errored out for the right reason.
   $FGREP version.gin output
 
-  cd .. # back in top builddir
+  cd .. # Back in top builddir.
   cd $srcdir
 
   # Re-create it for the next pass (if any).
index 3f5192e8badfcebbf473446613056332238a29b6..aaee1d35c6955ce117bc28ab2826865d1fd34fc6 100755 (executable)
@@ -46,7 +46,7 @@ mkdir tex
 $ACLOCAL
 $AUTOMAKE
 
-grep TEX Makefile.in # for debugging
+grep TEX Makefile.in # For debugging.
 grep '^TEXINFO_TEX *= *tex/texinfo\.tex  *# some comment w/ a slash *$' Makefile.in
 
 $AUTOCONF
index 6e552c1d209f91764cec4f6dfa41d6fa4d2e94e5..c956200ad1ade0fc81fd1a1ad2022e18baae9d2c 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test for bug in conditionals.
-# Report from Robert Boehne
+# Report from Robert Boehne.
 
 . ./defs || Exit 1
 
index 89182c409eaed7d765416599583c1288447f7863..4efcbbd74503aaaab2080d232e781fb8f6a8481b 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Test for bug in conditionals in SOURCES with variable substitution
 # references.
-# Report from Richard Boulton
+# Report from Richard Boulton.
 
 . ./defs || Exit 1
 
index c934ee8d5a302af0c33f04810833ef55ddf0cd7d..26a8ebb317d75af549e5480ef90835dbdd246354 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Test for being able to define an object to be generated in different ways
 # according to a conditional.
-# Report from Richard Boulton
+# Report from Richard Boulton.
 
 . ./defs || Exit 1
 
index 9c404a4bd59a14f69de6dee67740af4bc2730a30..366dfd01d98d4dd75dbce53cb66a8fbef35b54c3 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Regression test for substitution references to conditional variables.
-# Report from Richard Boulton
+# Report from Richard Boulton.
 
 . ./defs || Exit 1
 
index ec69bfbb8f58f13b8324bd316a370f5a286cc72e..d1ba08a31596710f73584d51aef11de409236394 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Regression test for substitution references to conditional variables.
-# Report from Richard Boulton
+# Report from Richard Boulton.
 
 . ./defs || Exit 1
 
index db209b23dfad5f3ec1c278127b93ff9a1ab2bc89..2e43f894ae4c9a35573bb28ffe0e91ca56a4e0a0 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that conditional redefinitions of AC_SUBST'ed variables are detected.
-# Report from Patrik Weiskircher
+# Report from Patrik Weiskircher.
 
 . ./defs || Exit 1
 
index 11f8d870181c126660fba903b896019796815cf7..89424bec05360e5e6704461a90012e408b3c37a8 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that conditional redefinitions of AC_SUBST'ed variables are detected.
-# Report from Patrik Weiskircher
+# Report from Patrik Weiskircher.
 
 . ./defs || Exit 1
 
index 5f454dbcc175638700ff26d2b03d196594f3d294..2b5f62e11727d4827956254f5f02376adce2b118 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check that conditionally-defined install directories are handled
 # correctly.
-# Report from Ralf Corsepius
+# Report from Ralf Corsepius.
 
 . ./defs || Exit 1
 
index 1e030e834700074572694f94aabccb27721602a3..2443798b5fc8173e1e052171410c6094612274ca 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check for _DEPENDENCIES definition with conditional _LDADD.
-# Report from Elena A. Vengerova
+# Report from Elena A. Vengerova.
 
 . ./defs || Exit 1
 
index b0cf6f0270ea806ccd491c15263ec27db1dffb65..4c31f300ecb11d03bfe811fb072c9477deabd6cc 100755 (executable)
@@ -38,7 +38,7 @@ if COND1
 SUBDIRS += bar
 endif
 
-# Small example from the manual
+# Small example from the manual.
 bin_PROGRAMS = hello
 hello_SOURCES = hello-common.c
 if COND1
index 390de753fba6cc22ecd33aa5b891e31ce60db976..6051d9c03207e4b60274e72d360135cdb906b0b0 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test for bug with conditional library.
-# From Harlan Stenn
+# From Harlan Stenn.
 
 . ./defs || Exit 1
 
index f823af1f8afb59c94a92beee94870feab365563b..d13ff15537e8c4fa93af1e300d516d88fb56d1c1 100755 (executable)
@@ -31,7 +31,7 @@ cat > Makefile.am << 'END'
 test: distdir
        test -f $(distdir)/config.h.in
        test -f $(distdir)/include/config.h.in.in
-       : # Solaris Sh does not support 'test -e'
+       : # Solaris Sh does not support 'test -e'.
        test ! -f $(distdir)/include/config.h.in
        test ! -r $(distdir)/include/config.h.in
 END
@@ -50,7 +50,7 @@ $MAKE
 $sleep
 echo '#undef @FOO@' > include/config.h.in.in
 $MAKE include/config.h
-# Don't try to be too strict in this grepping, since the substutition
+# Don't try to be too strict in this grepping, since the substitution
 # is done by config.status, and we don't have too much control on it.
 grep '/\*.*#undef.*NameToBeGrepped' include/config.h
 $MAKE test
index 78086077b9b141cddf8d6895b4a8b5cbcb636e59..1755170c57dbd8c1dfe9d8968df45f3b159f41d1 100755 (executable)
@@ -28,7 +28,7 @@ test: distdir
        test ! -r $(distdir)/dest3
        test ! -r $(distdir)/dest2
        test -f $(distdir)/src2
-## src3 cannot be distributed, Automake knows nothing about it
+## src3 cannot be distributed, Automake knows nothing about it.
        test ! -r $(distdir)/sdir/src3
        test ! -r $(distdir)/src3
 END
@@ -45,7 +45,7 @@ my_src_dir=sdir
 my_dest=dest
 AC_CONFIG_LINKS([sdir/dest2:src2 sdir/dest3:$my_src_dir/src3])
 AC_CONFIG_LINKS([$my_dest:src])
-# the following is a link whose source is itself a link
+# The following is a link whose source is itself a link.
 AC_CONFIG_LINKS([dest4:sdir/dest2])
 # Some package prefer to compute links.
 cmplink='dest5:src';
@@ -74,7 +74,7 @@ $MAKE distclean
 test ! -r sdir/dest2
 test ! -r sdir/dest3
 test -r dest  # Should still exist, Automake knows nothing about it.
-test -r dest5 # ditto
+test -r dest5 # Ditto.
 rm -f dest dest5
 test ! -r dest4
 
index af15421bf6d19cbd3c5791194f8078072cbc3eaa..9cf7ae7b5d826011ed06e3badbc6eb63240db8fc 100755 (executable)
@@ -43,7 +43,7 @@ $AUTOCONF
 $MAKE check
 test -f check-target-has-run
 test ! -r all-target-has-failed
-# sanity checks
+# Sanity checks.
 $MAKE && Exit 1
 test -f all-target-has-failed
 
index f4d5acf90419d8483db81bc00b260caddaf6ab5a..f456c47f06549b239109b22bc3e18f8a1e789de8 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test to make sure depcomp is installed and found properly
-# when required for multiple directories
+# when required for multiple directories.
 
 . ./defs || Exit 1
 
@@ -42,7 +42,7 @@ $ACLOCAL
 $AUTOMAKE --add-missing
 
 # There used to be a bug where this was created in the first subdir with C
-# sources in it instead of in $top_srcdir or $ac_auxdir
+# sources in it instead of in $top_srcdir or $ac_auxdir.
 test -f depcomp
 
 :
index 8a77f056853b03a8315211f03b9155fd3cb2e1d2..058d7e9d31dee378f05157a27ba6611d236ec4b5 100755 (executable)
@@ -53,7 +53,7 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -a
 
-# Sanity check: make sure the cache variable we force is used by configure
+# Sanity check: make sure the cache variable we force is used by configure.
 grep am_cv_CC_dependencies_compiler_type configure
 
 ./configure am_cv_CC_dependencies_compiler_type=dashmstdout
index b995c083670a745de8f97cd26c7369f33cb90ca0..864e9b9fb1b18e894921b3344c98c188d44ac6d5 100755 (executable)
@@ -46,7 +46,7 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -a
 
-# Sanity check: make sure the cache variable we force is used by configure
+# Sanity check: make sure the cache variable we force is used by configure.
 grep am_cv_CC_dependencies_compiler_type configure
 
 ./configure am_cv_CC_dependencies_compiler_type=makedepend
index 5b2030499d37181fbcf22b6c7ea523fad00c33c4..2d9e8094552a6adfea50bd4c291beba68eb6c597 100755 (executable)
@@ -46,7 +46,7 @@ END
 
 $ACLOCAL
 $AUTOMAKE -a
-grep include Makefile.in # for debugging
+grep include Makefile.in # For debugging.
 grep 'include.*\./\$(DEPDIR)/foo\.P' Makefile.in
 grep 'include.*\./\$(DEPDIR)/bar\.P' Makefile.in
 grep 'include.*/\./\$(DEPDIR)' Makefile.in && Exit 1
@@ -65,7 +65,7 @@ echo AUTOMAKE_OPTIONS = subdir-objects >> Makefile.am
 
 $ACLOCAL
 $AUTOMAKE -a
-grep include Makefile.in # for debugging
+grep include Makefile.in # For debugging.
 grep 'include.*\./\$(DEPDIR)/foo\.P' Makefile.in
 grep 'include.*[^a-zA-Z0-9_/]sub/\$(DEPDIR)/bar\.P' Makefile.in
 $EGREP 'include.*/(\.|sub)/\$\(DEPDIR\)' Makefile.in && Exit 1
index 509bcb2056be53ec83ce57f8e2ee390701c658de..e1e9975c503bd47481f6786c2a3444a7ee00b281 100755 (executable)
@@ -41,7 +41,7 @@ libtoolize
 
 $ACLOCAL
 $AUTOMAKE -a
-grep include Makefile.in # for debugging
+grep include Makefile.in # For debugging.
 grep 'include.*\./\$(DEPDIR)/foo\.P' Makefile.in
 grep 'include.*\./\$(DEPDIR)/bar\.P' Makefile.in
 grep 'include.*/\./\$(DEPDIR)' Makefile.in && Exit 1
@@ -59,7 +59,7 @@ echo AUTOMAKE_OPTIONS = subdir-objects >> Makefile.am
 
 $ACLOCAL
 $AUTOMAKE -a
-grep include Makefile.in # for debugging
+grep include Makefile.in # For debugging.
 grep 'include.*\./\$(DEPDIR)/foo\.P' Makefile.in
 grep 'include.*[^a-zA-Z0-9_/]sub/\$(DEPDIR)/bar\.P' Makefile.in
 $EGREP 'include.*/(\.|sub)/\$\(DEPDIR\)' Makefile.in && Exit 1
index 995680426cc11764a32aa1be9e6f20651f6dd99d..ec949e3494bba96cf819aa4a48173624973ebb5b 100755 (executable)
@@ -17,7 +17,7 @@
 
 # Test to make sure dependency tracking works with
 # --disable-dependency-tracking.
-# Report from Robert Boehne
+# Report from Robert Boehne.
 
 required=cc
 . ./defs || Exit 1
index a25d32cef3f449d6736886d4c4a02b3cce482567..7908bb62d758bb4343b8e1cf82176e911a0940ef 100755 (executable)
@@ -36,7 +36,7 @@ for ac_init in AC_INIT 'AC_INIT([Makefile.am])'; do
         $am_init_automake
         AC_CONFIG_FILES([Makefile])
 END
-    cat configure.in # might be useful for debugging
+    cat configure.in # For debugging.
     $ACLOCAL 2>stderr && { cat stderr >&2; Exit 1; }
     cat stderr >&2
     grep "^configure\\.in:.* $errmsg" stderr
index 89183c6be2d7e4fdf0e711685088d01af80f7405..f6aa57ee7f12894cdc45b4c8b4de32f343bbcfaf 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check dirlist support.
-# This test relies on m4/dirlist
+# This test relies on m4/dirlist.
 
 . ./defs || Exit 1
 
@@ -42,9 +42,9 @@ EOF
 $ACLOCAL
 $AUTOCONF
 
-# there should be no m4_include in aclocal.m4, even tho m4/dirlist contains
-# `./dirlist-test' as a relative directory.  Only -I directories are subject
-# to file inclusion.
+# There should be no m4_include in aclocal.m4, even though m4/dirlist
+# contains `./dirlist-test' as a relative directory.  Only -I directories
+# are subject to file inclusion.
 grep m4_include aclocal.m4 && Exit 1
 
 grep 'GUILE-VERSION' configure
index e7c2c93f1067ee4e116b778a5aee3bbdf2ac5407..910c4703898c3adbca75a5c200160ecf11130a21 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check dirlist globbing support.
-# This test relies on m4/dirlist
+# This test relies on m4/dirlist.
 
 . ./defs || Exit 1
 
@@ -45,9 +45,9 @@ END
 $ACLOCAL
 $AUTOCONF
 
-# there should be no m4_include in aclocal.m4, even tho m4/dirlist contains
-# `./dirlist-test' as a relative directory.  Only -I directories are subject
-# to file inclusion.
+# There should be no m4_include in aclocal.m4, even though m4/dirlist
+# contains `./dirlist-test' as a relative directory.  Only -I directories
+# are subject to file inclusion.
 grep m4_include aclocal.m4 && Exit 1
 
 grep 'GUILE-VERSION' configure
index e093e069eccd644ea6ae3f2274e4e99591b5aa02..dc1365fdf9eb1e60e97afed712d90cff1ce4c86e 100755 (executable)
@@ -61,7 +61,7 @@ sed -n -e '/^DIST_COMMON =.*\\$/ {
    n
    }' -e 's/$/ /' -e '/^DIST_COMMON =/p' Makefile.in > dc.txt
 
-cat dc.txt # might be useful for debugging
+cat dc.txt # For debugging.
 
 $FGREP ' compile ' dc.txt
 $FGREP ' depcomp ' dc.txt
index fc0c5e24e8b5102bf93b11a164c1180c3d2a0a39..5cb5e8425b79bdc8c02ea1d532e2a51b3b321bb0 100755 (executable)
@@ -25,7 +25,7 @@ README:
        echo 'I bet you are reading me.' > README
 END
 
-# Files required by --gnu
+# Files required by `--gnu'.
 : > NEWS
 : > AUTHORS
 : > ChangeLog
index 1cbc7833759f4c410fe63ba1d8b08299a42ced48..7eda400b7f8cc1723793437762f864611685ec95 100755 (executable)
@@ -67,7 +67,7 @@ sed -n -e '/^DIST_COMMON =.*\\$/ {
    n
    }' -e '/^DIST_COMMON =/ p' Makefile.in > dc.txt
 
-cat dc.txt # might be useful for debugging
+cat dc.txt # For debugging.
 
 test 1 = `grep tests dc.txt | wc -l`
 grep configure dc.txt
index 974ab75f7645e2a79808e2e81a63c6b939b2d45a..2e4591353f0800abd320432b98d29b981e80bf88 100755 (executable)
@@ -74,7 +74,7 @@ $MAKE test
 extract_distcommon Makefile.in > top.txt
 extract_distcommon tests/Makefile.in > inner.txt
 
-# might be useful for debugging
+# Might be useful for debugging.
 cat top.txt
 cat inner.txt
 
index fd7f0abbc8f4734f0e5300ef0823caa89fe25b68..d3f501de2d21f80466c81875ab3b59afbe8f983f 100755 (executable)
@@ -63,7 +63,7 @@ sed -n -e '/^DIST_COMMON =.*\\$/ {
    n
    }' -e 's/$/ /' -e '/^DIST_COMMON =/p' Makefile.in > dc.txt
 
-cat dc.txt # might be useful for debugging
+cat dc.txt # For debugging.
 
 $FGREP ' compile ' dc.txt
 $FGREP ' depcomp ' dc.txt
index 0f68bee1ca26f9b0b28f92ca0dfa3964ce9ad66a..55cdc449bd83d2b0a8cd1eaaf8e46d3028c657c4 100755 (executable)
@@ -42,7 +42,7 @@ cat >> configure.in << 'END'
 AC_OUTPUT
 END
 
-echo "me = $me" > Makefile.am  # for better failure messages
+echo "me = $me" > Makefile.am # For better failure messages.
 cat >> Makefile.am << 'END'
 EXTRA_DIST = lnk B/bbb bar1 bar2 bar3 quux
 .PHONY: test
index ac0dc28c35c45fe5ca9d7674d8837a0ca15ab0c8..41cc499ccc1d8f4fa2f93a9cbdab8942a9a5ea57 100755 (executable)
@@ -51,7 +51,7 @@ END
 $ACLOCAL
 $AUTOCONF
 
-ls -l # for debugging
+ls -l # For debugging.
 
 # Don't try to use "make -k", because some botched make implementations
 # (HP-UX, IRIX) might still exit on the first error in this situations.
index d090fe9a0c79d10eb26fcb14ace382c583b465fe..c92f70d139f037acec8e372a0c8a69ca2df0aa7c 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test of names in tar file.
-# From Rainer Orth
+# From Rainer Orth.
 
 required=cc
 . ./defs || Exit 1
index 38716164fd8cf1628ea343fcc08a20094a4ec490..4665f9c4290deb647a406bdece4be74ba5fd7a1c 100755 (executable)
@@ -44,15 +44,15 @@ $AUTOMAKE
 $AUTOCONF
 
 ./configure
-cat config.h # debug info
+cat config.h # For debugging.
 grep '^ */\* *# *undef  *WITH_DMALLOC *\*/ *$' config.h
 
 ./configure --without-dmalloc
-cat config.h # debug info
+cat config.h # For debugging.
 grep '^ */\* *# *undef  *WITH_DMALLOC *\*/ *$' config.h
 
 ./configure --with-dmalloc
-cat config.h # debug info
+cat config.h # For debugging.
 grep '^# *define  *WITH_DMALLOC  *1 *$' config.h
 $MAKE check-with-dmalloc
 
index 9a881b764f804bf222a5298f47573b23b53a378f..cf1a67f36ce7358229e43512a84a5bd9320dd7be 100755 (executable)
 echo 'AM_CONDITIONAL(FOO, true)' >> configure.in
 
 cat > Makefile.am << 'END'
-# flag to tell us if apache dir is a source distribution
+# Flag to tell us if apache dir is a source distribution.
 APACHE_DIR_IS_SRC = @APACHE_DIR_IS_SRC@
 
-# we only need to descend into the c dir if we're doing a 1.3 DSO configuration
+# We only need to descend into the c dir if we're doing a 1.3 DSO
+# configuration.
 ifeq ("${APACHE_DIR_IS_SRC}","yes")
 SUBDIRS = java
 else
@@ -35,4 +36,4 @@ END
 
 $ACLOCAL
 AUTOMAKE_fails
-grep 'Makefile.am:7:.*else without if' stderr
+grep '^Makefile\.am:8:.*else without if' stderr
index 7f3478ed356f79e4d459962a7c9efe8ff60af4b2..87408276d82d8f188bc3c762aca8f1b3d6b50632 100755 (executable)
@@ -70,10 +70,10 @@ $AUTOCONF
 
 ./configure cond=yes
 
-# hypotheses:
-# EXTRA_*_DEPENDENCIES are honored.
-# conditionals and substitutions are honored.
-# *_DEPENDENCIES are not overwritten by their EXTRA_* counterparts.
+# Hypotheses:
+#  - EXTRA_*_DEPENDENCIES are honored.
+#  - Conditionals and substitutions are honored.
+#  - *_DEPENDENCIES are not overwritten by their EXTRA_* counterparts.
 
 : >foodep
 : >foodep2
index 86caa5d28d67f5e78aed60bddbc7f9ee4afc880a..b059be46a5a3012144ef82cb806a418e5033f607 100755 (executable)
@@ -62,7 +62,7 @@ $AUTOCONF
 
 ./configure
 
-# hypothesis: EXTRA_*_DEPENDENCIES are honored.
+# Hypothesis: EXTRA_*_DEPENDENCIES are honored.
 
 : >foodep
 : >foodep2
index fbeaedb077d698046e620e9e62c62a75079207da..273ccf41c6f85f9bcf3a15c51605ba4f3742fa00 100755 (executable)
@@ -70,7 +70,7 @@ $AUTOMAKE -a
 grep '.\$(FCLINK)' Makefile.in && Exit 1
 
 $AUTOCONF
-# configure may Exit 77 if no compiler is found,
+# ./configure may exit with status 77 if no compiler is found,
 # or if the compiler cannot compile Fortran 90 files).
 ./configure
 $MAKE
index de68a6cd51f010bda36a58095526ca6012db49de..eb2414a0ff6a163bf04b0ae64989382e3e7f3365 100755 (executable)
@@ -84,7 +84,7 @@ grep LT_PREREQ configure && skip_ "libtool is too old (probably < 2.0)"
 # Ensure we use --tag for f90, too.
 grep " --tag=FC" Makefile.in
 
-# configure may exit with status 77 if no compiler is found,
+# ./configure may exit with status 77 if no compiler is found,
 # or if the compiler cannot compile Fortran 90 files).
 ./configure
 $MAKE
index 98c2a455302ecbb90e79224e93ddde3b83cd28cc..d40c8987c241a22217ec351bb889f75e5cb605f8 100755 (executable)
@@ -51,7 +51,7 @@ mv -f configure.int configure.in
 
 $ACLOCAL
 
-# po/ and intl/ are required
+# po/ and intl/ are required.
 
 AUTOMAKE_fails --add-missing
 grep 'AM_GNU_GETTEXT.*SUBDIRS' stderr
@@ -69,7 +69,7 @@ grep 'AM_GNU_GETTEXT.*po' stderr
 echo 'SUBDIRS = po intl' >Makefile.am
 $AUTOMAKE --add-missing
 
-# Make sure distcheck runs ./configure --with-included-gettext
+# Make sure distcheck runs `./configure --with-included-gettext'.
 grep 'with-included-gettext' Makefile.in
 
 # `SUBDIRS = po intl' isn't required if po/ doesn't exist.
index 66a32a8d637461ce777d4483f08e68e4b9929a45..560c01b91d5e58ab56820fc21ef466a21d6ce7a2 100755 (executable)
@@ -28,7 +28,7 @@ END
 echo 'SUBDIRS = po' >Makefile.am
 mkdir po
 
-# if aclocal fails, assume the gettext macros are too old and do not
+# If aclocal fails, assume the gettext macros are too old and do not
 # define AM_GNU_GETTEXT_INTL_SUBDIR.
 $ACLOCAL || skip_ "your gettext macros are probably too old"
 
index a4b2d852121b1d2c6487c114d28418c7d15ec5a8..7ddfb61b890e670cc6a91c0049ec93c62cc9ebee 100755 (executable)
@@ -24,7 +24,7 @@ AC_INIT([$me], [1.0])
 AM_MAINTAINER_MODE
 END
 
-cat configure.in
+cat configure.in # For debugging.
 $ACLOCAL
 $AUTOCONF --force
 ./configure --help >stdout || { cat stdout; Exit 1; }
@@ -32,11 +32,11 @@ cat stdout
 $EGREP '^  *--enable-maintainer-mode( |$)' stdout
 $FGREP ' enable make rules' stdout
 
-rm -rf autom4te*.cache # just to be sure
+rm -rf autom4te*.cache # Just to be sure.
 sed 's/\(AM_MAINTAINER_MODE\).*/\1([disable])/' configure.in >t
 mv -f t configure.in
 
-cat configure.in
+cat configure.in # For debugging.
 $ACLOCAL
 $AUTOCONF --force
 ./configure --help >stdout || { cat stdout; Exit 1; }
@@ -44,11 +44,11 @@ cat stdout
 $EGREP '^  *--enable-maintainer-mode( |$)' stdout
 $FGREP ' enable make rules' stdout
 
-rm -rf autom4te*.cache # just to be sure
+rm -rf autom4te*.cache # Just to be sure.
 sed 's/\(AM_MAINTAINER_MODE\).*/\1([enable])/' configure.in >t
 mv -f t configure.in
 
-cat configure.in
+cat configure.in # For debugging.
 $ACLOCAL
 $AUTOCONF --force
 ./configure --help >stdout || { cat stdout; Exit 1; }
index 9d026d0801e77d79daf9026e1525559543829dfa..eddd3e17cd312e8e68c8b50d999da25938b3de25 100755 (executable)
@@ -35,7 +35,7 @@ AC_CONFIG_FILES([Makefile])
 END
 
 cat > Makefile.am <<END
-## so that install-sh will be required
+# So that install-sh will be required.
 pkgdata_DATA =
 END
 
index 34866880f65a2fc342e22b8fa4ab52c04e77729b..906803a747ecf8f1a5824c70c2f1a37141959afc 100755 (executable)
@@ -28,7 +28,7 @@ cd emptydir
 ACLOCAL=$original_ACLOCAL
 AUTOMAKE=$original_AUTOMAKE
 
-escape_dots () { sed 's/\./\\./g'; } # avoid issues with `\' in backquotes
+escape_dots () { sed 's/\./\\./g'; } # Avoid issues with `\' in backquotes.
 apiversion_rx=`echo "$APIVERSION" | escape_dots`
 
 $ACLOCAL --version --help >stdout || { cat stdout; Exit 1; }
index 625e8eb508afc343c4860a72f5aa724347cf4389..896bd27af5a35556aed2c14b2609d463b80b65b5 100755 (executable)
@@ -26,7 +26,7 @@ for ac_init_args in '' '([x])'; do
       AC_INIT$ac_init_args
       AM_INIT_AUTOMAKE$am_init_args
 END
-    cat configure.in # might be useful for debugging
+    cat configure.in # For debugging.
     # The error message should mention AC_INIT, not AC_PACKAGE_VERSION.
     ($ACLOCAL && $AUTOCONF) 2>stderr && { cat stderr >&2; Exit 1; }
     cat stderr >&2
index f86c414c2792e59dafc017453fcf668fe95e6cd8..8cc5f2617d13f657889aee7b3694adacfe80f645 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Various install-sh checks
+# Various install-sh checks.
 
 . ./defs || Exit 1
 
 get_shell_script install-sh
 
-# Basic errors
+# Basic errors.
 ./install-sh && Exit 1
 ./install-sh -m 644 dest && Exit 1
 
-# Directories
+# Directories.
 
 # It should be OK to create no directory.  We sometimes need
 # this when directory are conditionally defined.
@@ -39,7 +39,7 @@ test -d d1
 test -d d2
 test -d d3
 test -d d4
-# Subdirectories
+# Subdirectories.
 ./install-sh -d p1/p2/p3 p4//p5//p6//
 test -d p1/p2/p3
 test -d p4/p5/p6
@@ -52,7 +52,7 @@ test -f y
 ./install-sh -m 644 y z
 test -f y
 test -f z
-# Multiple files
+# Multiple files.
 ./install-sh -m 644 -c x z d1
 test -f x
 test -f z
index ffec9b6d4bcc263b78743bdb3716579e40cf3b9c..86b5f0591d664f7f5adbde52efda90589363eabf 100755 (executable)
@@ -53,7 +53,7 @@ echo '}' >> Two.java
 
 # "make check" should compile files in $(check_JAVA) ...
 $MAKE check
-ls -l # for debugging
+ls -l # For debugging.
 test -f One.class
 test -f Two.class
 # ... but should *not* install them.
index dca98ba473a746866cdf04d6923693759b3326c4..46f0b9f9d9a6158bb0655432da14f7dc0104c1b9 100755 (executable)
@@ -81,7 +81,7 @@ $MAKE distcheck
 test -f foo.c
 $MAKE distclean
 test -f foo.c
-./configure # we must re-create `Makefile'
+./configure # Re-create `Makefile'.
 $MAKE maintainer-clean
 test ! -f foo.c
 
index 2f542568b07372afeaa9ea7198e50b07c9cbffa6..106093e2e93bef354e80f432134c0213d0ecb81a 100755 (executable)
@@ -73,7 +73,7 @@ mkdir sub
 cd sub
 ../configure
 . ./lexoutroot
-test -n "$LEX_OUTPUT_ROOT" # sanity check
+test -n "$LEX_OUTPUT_ROOT" # Sanity check.
 cd ..
 
 flex lexer.l
index 42e6da0a4bd9e6b8094e503791bf5cca2827e3ed..63e1073e757496d7e6c67fe3d817270f06e51a1d 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and
 # $(foo_LFLAGS).
 # Please keep this in sync with the sister tests lflags2.test, yflags.test
-# and yflags2.test
+# and yflags2.test.
 
 required=cc
 . ./defs || Exit 1
index f78de85cc74a12c8db417c64b2c15dfd3e36d5cc..139c800d48550f71db4cd684bc30dc7467d26449 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and
 # $(foo_LFLAGS).
 # Please keep this in sync with the sister tests lflags.test, yflags.test
-# and yflags2.test
+# and yflags2.test.
 
 . ./defs || Exit 1
 
index 85b3d8a96660f8637a746705e7541748f468bdb4..d43cfc3390ffe7c9eed47f289a6afc1c7ce84a69 100755 (executable)
@@ -45,7 +45,7 @@ $AUTOMAKE
 ./configure
 
 $MAKE
-ar t libfoo.a # for debugging
+ar t libfoo.a # For debugging.
 $MAKE distcheck
 
 :
index daeaa256070531440a495ef034976276dc4676d4..41b9ba13b628315779601dd5dfc0310fff552b94 100755 (executable)
@@ -17,7 +17,7 @@
 # Regression test for an internal error when @LIBOBJS@ is used in
 # a variable that is not defined in the same conditions as the _LDADD
 # that uses it.
-# Report from Bill Davidson
+# Report from Bill Davidson.
 
 . ./defs || Exit 1
 
index 9b7c6fbdc84965723235599431f037c7f5b6f0d7..5f5bfb7de93a5771320f8c1c7ed5bcf637a8c968 100755 (executable)
@@ -24,7 +24,7 @@ mv configure.in configure.proto
 cat >> configure.proto << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
-%LIBOBJ-STUFF% # will be activated later
+%LIBOBJ-STUFF% # Will be activated later.
 AC_OUTPUT
 END
 
@@ -77,7 +77,7 @@ s/.*//
 i\
 AC_LIBOBJ([maude])
 }' configure.proto > configure.in
-cat configure.in # for debugging
+cat configure.in # For debugging.
 
 cat > extra-checks.am << 'END'
 extra_checks = maude-src maude-dist maude-lib liver-not-dist
@@ -117,7 +117,7 @@ else\
 fi\
 AC_LIBSOURCES([maude.c, liver.c])
 }' configure.proto > configure.in
-cat configure.in # for debugging
+cat configure.in # For debugging.
 
 $ACLOCAL
 $AUTOCONF
index 9f6088358c4eee0815fc87fbeb06265b4a952fc2..6738675c579c60e2d67cfc9f34ced57bdaeddf2a 100755 (executable)
@@ -24,7 +24,7 @@ mv configure.in configure.proto
 cat >> configure.proto << 'END'
 AC_PROG_CC
 AC_PROG_RANLIB
-%LIBOBJ-STUFF% # will be activated later
+%LIBOBJ-STUFF% # Will be activated later.
 AC_OUTPUT
 END
 
@@ -77,7 +77,7 @@ s/.*//
 i\
 AC_LIBOBJ(maude) dnl: do not quote this!
 }' configure.proto > configure.in
-cat configure.in # for debugging
+cat configure.in # For debugging.
 
 cat > extra-checks.am << 'END'
 extra_checks = maude-src maude-dist maude-lib liver-not-dist
@@ -118,7 +118,7 @@ fi\
 AC_LIBSOURCE(maude.c) dnl: do not quote this!\
 AC_LIBSOURCE(liver.c) dnl: do not quote this!
 }' configure.proto > configure.in
-cat configure.in # for debugging
+cat configure.in # For debugging.
 
 $ACLOCAL
 $AUTOCONF
index c753f7da61f197d1f36b6ce6ba251f09d7bb4ae1..623c6bc9661c92c1443c4165c65338b96170d06f 100755 (executable)
@@ -49,7 +49,7 @@ $AUTOCONF
 
 ./configure FOO=quux
 $MAKE
-ls -l # for debugging
+ls -l # For debugging.
 test -f libtu.a
 ar t libtu.a | $FGREP quux
 ar t libtu.a | $FGREP zardoz && Exit 1
@@ -58,7 +58,7 @@ $MAKE distclean
 
 ./configure FOO=zardoz
 $MAKE
-ls -l # for debugging
+ls -l # For debugging.
 test -f libtu.a
 ar t libtu.a | $FGREP zardoz
 ar t libtu.a | $FGREP quux && Exit 1
index d130a8abe13aec3df29aa3f2ae8f547d79a66c70..216ba052f68cc5bf289c6e8a6eba2f7091ca913c 100755 (executable)
@@ -42,13 +42,13 @@ AUTOMAKE_fails
 grep 'configure\.in:.*required directory.*libobj-dir' stderr
 
 mkdir libobj-dir
-: > foobar.c # oops, it should be in libobj-dir...
+: > foobar.c # Oops, it should be in libobj-dir!
 AUTOMAKE_fails
 grep 'configure\.in:.*required file.*libobj-dir/foobar.c.*' stderr
 
 rm -f foobar.c
 
 : > libobj-dir/foobar.c
-$AUTOMAKE # now we should succeed
+$AUTOMAKE # Now we should succeed.
 
 :
index 1fb1f9d97c3f8a1cf5e074eba9b66ccc12942424..91771b0ab13b0b95bf449062802a50b5ff596f6d 100755 (executable)
@@ -39,13 +39,13 @@ AUTOMAKE_fails
 grep 'configure\.in:.*required directory.*\./libobj-dir' stderr
 
 mkdir libobj-dir
-: > foobar.c # oops, it should be in libobj-dir!
+: > foobar.c # Oops, it should be in libobj-dir!
 AUTOMAKE_fails
 grep 'configure\.in:.*required file.*libobj-dir/foobar.c.*' stderr
 
 rm -f foobar.c
 
 : > libobj-dir/foobar.c
-$AUTOMAKE # now we should succeed
+$AUTOMAKE # Now we should succeed.
 
 :
index e88c2084b025e09a7c0d21a1583f1a9465131469..87b55a7c3ecc680db30d13907e2aa1c5146e7a86 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure libtool is removed.
-# Report from Kevin Dalley
+# Report from Kevin Dalley.
 
 required=libtool
 . ./defs || Exit 1
index 0ab7ce78ef36f637fd1a666bb26b2f139d93698e..3b3942591d85ece28a9adc11c0f6a4246998c629 100755 (executable)
@@ -44,7 +44,7 @@ $AUTOMAKE --gnu --add-missing
 ./configure
 $MAKE test1
 
-# rm before echo, because COPYING is likely to be a symlink to
+# Use 'rm' before 'echo', because COPYING is likely to be a symlink to
 # the real COPYING...
 rm -f COPYING
 echo 'MY-OWN-LICENSE' >COPYING
index 481474343070a27c8f21573cd0ec140bb5eff67f..d413a83482d52dbcd62e32f4478780fd29970a0b 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check support for no-dist-gzip with lzip
+# Check support for no-dist-gzip with lzip.
 
 required=lzip
 . ./defs || Exit 1
index 97908d2fd4a395e854530be4a72be2c2a9b9c55a..4262ceb457fdbf974401658bda0fa87edc9dbcc2 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check support for no-dist-gzip with lzma
+# Check support for no-dist-gzip with lzma.
 
 required=lzma
 . ./defs || Exit 1
index 74acb33664c654849bd68353c08c868789e50e2b..9052511bd984b933f60de95f5bef2d97a1152b6f 100755 (executable)
@@ -63,7 +63,7 @@ chmod +x foo bar
 mkdir bin
 cat > bin/help2man <<'END'
 #! /bin/sh
-# fake help2man script that lets `missing' think it is not installed
+# Fake help2man script that lets `missing' think it is not installed.
 exit 127
 END
 chmod +x bin/help2man
index 42a0f9af1034e048e8c851389ff429f03a16f2cc..be9618899cd05362e7dc8c5952abac111b03811d 100755 (executable)
@@ -60,7 +60,7 @@ mkdir build
 cd build
 
 ../configure
-# sanity check
+# Sanity check.
 grep '^HELP2MAN *=.*/missing --run help2man' Makefile
 
 $MAKE
@@ -76,10 +76,10 @@ $FGREP zardoz  $me-1.0/zardoz.1
 $MAKE distcheck
 
 cd ..
-rm -f *.1 # remove leftover generated manpages
+rm -f *.1 # Remove leftover generated manpages.
 
 ./configure
-# sanity check
+# Sanity check.
 grep '^HELP2MAN *=.*/missing --run help2man' Makefile
 
 $MAKE
index 91d6cacc8d20ed33faf8f73b1b4946b2e8b7f88c..2257627ea43864cf8d7391d8e727c5c9773c00d3 100755 (executable)
@@ -21,7 +21,7 @@
 cat > Makefile.am << 'END'
 dist_man_MANS = foo.1
 foo.1:
-## this 'rm' command will fail if $(srcdir) is unwritable
+## This 'rm' command will fail if $(srcdir) is unwritable.
        rm -f $(srcdir)/$@
        : > $(srcdir)/$@
 END
index c1052a3d25cd0daa3d9f18559c88bd02b0e8618f..dcac0fc9fbccff7f6132394b5533b9d100ff6ee1 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test to make sure that mdate-sh is added to the right directory.
-# Report from Kevin Dalley
+# Report from Kevin Dalley.
 
 . ./defs || Exit 1
 
index 462aeb03d1a09ab465f62fc9a84f928a8f962e61..1cd4918062e053dc04c52f57a3b5706918611aa1 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# test how well `missing' finds output file names of various tools.
+# Test how well `missing' finds output file names of various tools.
 # PR automake/483.
 
 . ./defs || Exit 1
 
 get_shell_script missing
 
-# these programs may be invoked by `missing'
+# These programs may be invoked by `missing'.
 needed_tools='chmod find sed test touch'
 needed_tools_csep=`echo $needed_tools | sed 's/ /, /g'`
 
index f232058b2461b33b0b1991ffc8281e9055bc8cb7..4457bb09f74799a54c0213d5fc410dd394cc090b 100755 (executable)
@@ -38,7 +38,8 @@ zardoz_SOURCES = zardoz.y joe.l
 LDADD = @LEXLIB@
 END
 
-# The point of this test is that it is not dependent on a working lex or yacc.
+# The point of this test is that it is not dependent on a working lex
+# or yacc.
 cat > joe.c <<EOF
 int joe (int arg)
 {
@@ -83,7 +84,7 @@ END
 chmod +x myyacc.sh mylex.sh
 PATH="`pwd`$PATH_SEPARATOR$PATH"
 
-# make maintainer-clean; ./configure; make should always work,
+# "make maintainer-clean; ./configure; make" should always work,
 # per GNU Standard.
 $MAKE maintainer-clean
 ./configure
index c869b85ad897114e87d5fc8171dbe57894fb686f..3974ca5c507f0009b7df76a4a3fe24b5cc41d7b5 100755 (executable)
@@ -30,7 +30,7 @@ my_PYTHON = one.py sub/base.py
 nobase_my_PYTHON = two.py sub/nobase.py
 
 test-install-data: install-data
-       find inst -print; : for debugging
+       find inst -print; : For debugging.
        test   -f inst/my/one.py
        test   -f inst/my/one.pyc
        test   -f inst/my/two.py
index f791384d60fb8c4a779ba72d689d84bee128fcb5..ce38926f055db0414c9218420950b608af001962 100755 (executable)
@@ -37,7 +37,7 @@ notrans_man3_MANS = z-foo.man z-foo2.man
 notrans_dist_man2_MANS = z-bar.man z-bar2.man
 notrans_nodist_man1_MANS = z-baz.man z-baz2.man
 
-# These two are ignored
+# These two are ignored.
 dist_notrans_man_MANS = nosuch.8
 nodist_notrans_man9_MANS = nosuch.man
 
index 943df6f876089424541d55f2b81f075200a9a28e..8a247d839d0295875af24f85246e1154a3d6a1ed 100755 (executable)
@@ -32,12 +32,12 @@ $PERL -ne '/AU_DEFUN\(\[(\w+)\]/ && print "$1\n"' \
 cat obs >> configure.in
 $PERL -ne 'chomp; print "grep $_ output || Exit 1\n"; ' obs > obs.1
 $PERL -ne 'chomp; print "grep $_ configure.in && Exit 1\n"; ' obs > obs.2
-echo : >> obs.1 # since it will be sourced, it must and with a success
-echo : >> obs.2 # ditto
+echo : >> obs.1 # Since it will be sourced, it must end with a success.
+echo : >> obs.2 # Likewise.
 
-cat configure.in # for debugging
-cat obs.1        # ditto
-cat obs.2        # ditto
+cat configure.in # For debugging.
+cat obs.1        # Likewise.
+cat obs.2        # Likewise.
 
 # Sanity check.  Make sure we have added something to configure.in.
 test `wc -l <configure.in` -gt 1
index e28391933a21be09198e1e7efd6a7088a28e8ade..898697d7818584df6f500a55b0cf13b2179d2cde 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check for support for colon separated input files in AC_CONFIG_FILES
+# Check for support for colon-separated input files in AC_CONFIG_FILES.
 
 . ./defs || Exit 1
 
index 6639ee5ba4f83935da1e87634003a2ada170f778..535ccd0811e079d98cf1338a539c6120c03badb8 100755 (executable)
@@ -33,7 +33,8 @@ END
 $ACLOCAL
 $AUTOMAKE -Wno-override
 AUTOMAKE_fails
-grep ':.*install-local' stderr && Exit 1 # There is no such thing as install-local
+# There is no such thing as `install-local'.
+grep ':.*install-local' stderr && Exit 1
 grep ':.*installcheck-local' stderr
 grep ':.*html-local' stderr
 # Make sure overriding *-am targets suggest using *-local, not *-am.
index 16b089fc9d8a0a69250263e92b513993cda13ce6..b51bd1fd9f70e9947cb94cde9f1e12b2c738f90d 100755 (executable)
@@ -18,7 +18,7 @@
 
 # This tests:
 # 4) warning and normal error output should be identical, in that duplicate
-#    warnings should be omitted in the same way as without threads,
+#    warnings should be omitted in the same way as without threads.
 
 required=perl-threads
 . ./defs || Exit 1
index 9918edff18108b136f9da82babf1f600a7ff117d..6db3ca7e31eca515f9207d554a2de6d49221a3ef 100755 (executable)
@@ -19,7 +19,7 @@
 # This tests:
 # 3) normal automake output should be identical and ordered in the same way
 #    with --add-missing, even with concurrent file requirements, and the
-#    installation of aux files should be race-free,
+#    installation of aux files should be race-free.
 
 required=perl-threads
 . ./defs || Exit 1
index b53ccdb53a02e4246482f7290185fcb787ed3ee1..44d760658297c5ceb7903221ce596e22ee412a74 100755 (executable)
@@ -17,7 +17,7 @@
 # Check parallel-tests features:
 # - per-extension test drivers (xxx_LOG_COMPILER and xxx_LOG_FLAGS),
 #   also with AC_SUBST'd stuff.
-# See also related test 'parallel-tests-ext-driver-prog.test'
+# See also related test 'parallel-tests-ext-driver-prog.test'.
 
 parallel_tests=yes
 . ./defs || Exit 1
@@ -50,7 +50,7 @@ AM_T_LOG_FLAGS = --am-t
 AM_LOG_FLAGS = -a
 LOG_FLAGS = -b
 
-# t-driver is deliberately not distributed; it should be available
+# `t-driver' is deliberately not distributed; it should be available
 # in PATH also from "make distcheck".
 EXTRA_DIST = $(TESTS) chk-driver test-driver noext-driver
 END
@@ -127,7 +127,7 @@ cat test-suite.log
 cat bla.log
 # With the above flag overridden, bla.t should fail ...
 $EGREP '(^ *|/)t-driver:.* invalid .*--bad' bla.log
-# ... but no oher test should.
+# ... but no other test should.
 grep -v '^FAIL: bla\.t ' bla.log | grep 'FAIL:' && Exit 1
 
 # Try also with a VPATH build.
index 9d6cc2dc59c177becc05690d3200f5a57499a0db..5d3072bdefbe80e05ff032388777c27158f78d0e 100755 (executable)
@@ -43,7 +43,7 @@ bar_LDADD = $(v:=.a) libquux2.a $(w:none=libquux3.a)
 
 libquux1.c:
        echo 'int quux1(void) { return 0; }' > $@
-CLEANFILES = libquux1.c # for FreeBSD make
+CLEANFILES = libquux1.c # For FreeBSD make.
 END
 
 cat > foo.c <<'END'
index 00283090e280266ee1b500be296f47f113b474d7..3565caf69720c7ed142d44341e1f93b1eaa3710e 100755 (executable)
@@ -37,7 +37,7 @@ lib_LIBRARIES = $(foolibs:=.a) $(barlibs:z=r.a)
 
 libbar.c:
        echo 'int bar(void) { return 0; }' > $@
-CLEANFILES = libbar.c # for FreeBSD make
+CLEANFILES = libbar.c # For FreeBSD make.
 
 installcheck-local:
        ls -l $(prefix)/lib
index b601672cf03cd1b929bae9684c6e8210467b4cf8..d4f6f7456889406b571149163f19f90a54d39651 100755 (executable)
@@ -37,7 +37,7 @@ lib_LTLIBRARIES = $(foolibs:=.la) $(barlibs:z=r.la)
 
 libbar.c:
        echo 'int bar(void) { return 0; }' > $@
-CLEANFILES = libbar.c # for FreeBSD make
+CLEANFILES = libbar.c # For FreeBSD make.
 
 installcheck-local:
        ls -l $(prefix)/lib
index 36bdd2a8ed7c1e9c4e36e2f134d7fa8822264d6d..557428e02327ed8b1bd0a6c123155bcea7b3bbd5 100755 (executable)
@@ -41,7 +41,7 @@ nodist_foo_SOURCES = $(BAZ:=c)
 bar.c baz.c:
        echo 'int $@ (void) { return 0; }' | sed 's/\.c //' > $@
 CLEANFILES = baz.c
-CLEANFILES += bar.c # for FreeBSD make
+CLEANFILES += bar.c # For FreeBSD make.
 
 .PHONY: test test2
 check-local: test1 test2
index 26ae69fa51290dfc232b117b0206f10898351680..ea9a21aa06e395a40027c1a7360b9fa1a2510bd9 100755 (executable)
@@ -30,7 +30,7 @@ t3 = bar2
 
 foo2.test barz:
        (echo '#!/bin/sh' && echo 'exit 0') > $@ && chmod a+x $@
-CLEANFILES = foo2.test barz # for FreeBSD make
+CLEANFILES = foo2.test barz # For FreeBSD make.
 
 # Also try an empty match suffix, to ensure that the `:=' in there is
 # not confused by the parser with an unportable assignment operator.
index ea25151710a1aa3498bd0d0ee64998b2d34ee38e..9db74c0e4a9339257ca6b3895efec04c20cadf3c 100755 (executable)
@@ -69,7 +69,7 @@ $AUTOCONF
 $AUTOMAKE -a
 
 # Sanity check: make sure the variable we are attempting to force
-# is used by configure
+# is indeed used by configure.
 grep am_cv_CC_dependencies_compiler_type configure
 
 ./configure am_cv_CC_dependencies_compiler_type=dashmstdout
@@ -79,14 +79,14 @@ test -f librace.la && Exit 1
 $MAKE check
 
 # The failure we check usually occurs during the above build,
-# with an output such as
+# with an output such as:
 #
-# mv -f .libs/f.lo f.lo
-# mv: cannot stat `.libs/f.lo': No such file or directory
+#   mv -f .libs/f.lo f.lo
+#   mv: cannot stat `.libs/f.lo': No such file or directory
 #
 # (This may happen on `f' or on some other files.)
 
 test -f librace.la
-test -f tst # a proof that check-local was run
+test -f tst # A proof that check-local was run.
 
 :
index 0ab785ec16cc8bbf87d5d5610bf24d0f20bde43c..3db12ee48503e03112ba47cf85dd227aad5f87b6 100755 (executable)
@@ -47,7 +47,7 @@ int main (void)
 EOF
 
 cat >>configure.in << 'EOF'
-## These lines are activated for later tests
+## These lines are activated for later tests.
 #: AC_CONFIG_LIBOBJ_DIR([lib])
 AC_PROG_CC
 #x AM_PROG_CC_C_O
@@ -132,7 +132,7 @@ AUTOMAKE_OPTIONS = subdir-objects
 
 noinst_LIBRARIES = libfeep.a
 libfeep_a_SOURCES =
-libfeep_a_LIBADD = $(ALLOCA) $(LIBOBJS) # Add LIBOBJS for fun
+libfeep_a_LIBADD = $(ALLOCA) $(LIBOBJS) # Add LIBOBJS for fun.
 
 check_PROGRAMS = main
 main_LDADD = libfeep.a
index 71a535ab2805691d977be6243dc2be3f7ff702b8..f8fa7acb7808f7d600ac5990cc8dc7fad0bde5c5 100755 (executable)
@@ -51,9 +51,9 @@ gzip -d $distdir.tar.gz
 tar tf $distdir.tar | $FGREP support
 
 tar xf $distdir.tar
-ls -l . $distdir # for debugging
+ls -l . $distdir # For debugging.
 test -d $distdir/support
-ls -l $distdir/support # for debugging
+ls -l $distdir/support # For debugging.
 test -f $distdir/support/install-sh
 
 :
index 298176468ae6381bb9fd788dd8fc80af90fb5f28..604f3eb682917f9903f2e82c6ae4c80681dfdea6 100755 (executable)
@@ -45,7 +45,7 @@ sed 's/AM_PATH_PYTHON/AM_PATH_PYTHON(,,:)/' configure.in >configure.int
 mv -f configure.int configure.in
 $ACLOCAL --force
 $AUTOCONF --force
-# This one should define PYTHON as : and exit successfully
+# This one should define PYTHON as `:' and exit successfully.
 ./configure
 
 # Any user setting should be used.
index 84d3cd3254d8d320c688a008e7f8a8ab50b1e861..1ff9b4a13be1291195b37d613a2a127edd526ae6 100755 (executable)
@@ -44,12 +44,12 @@ cd build
 ../configure --prefix="/usr"
 DESTDIR=$instdir $MAKE -e install
 
-# Perfunctory test that the files were created
+# Perfunctory test that the files were created.
 test -f "$instdir/usr/share/my/my.py"
 test -f "$instdir/usr/share/my/my.pyc"
 test -f "$instdir/usr/share/my/my.pyo"
 
-# If DESTDIR has made it into the byte compiled files, fail the test
+# If DESTDIR has made it into the byte compiled files, fail the test.
 $FGREP "$instdir" "$instdir/usr/share/my/my.pyo" \
                   "$instdir/usr/share/my/my.pyc" && Exit 1
 
index 6b3549feab27b259423545df05f1b441b043a3e4..5bfa6e41121a00b30c4ae672306cc002f83b59f2 100755 (executable)
@@ -38,7 +38,7 @@ BUILT_SOURCES = foo.h
 edit_h = sed -e 's|[@]foovar@|@foovar@|g'
 foo.h: foo.in.h
        $(edit_h) < $(srcdir)/foo.in.h > $@-t
-       cat $@-t;: for debugging
+       cat $@-t;: For debugging.
        mv -f $@-t $@
 EXTRA_DIST = foo.in.h
 MOSTLYCLEANFILES = foo.h foo.h-t
index 2df1e6f48461f230bfa622184e6241fdfa05ff5c..b4cd6562cd3ceb3cfe256781a828f988802d46a5 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that remake rules works from subdirectories, even with non-GNU
 # make implementations.
 # See also the other similar tests `remake-subdir*.test', and the
-# related test `aclocal5.test'
+# related test `aclocal5.test'.
 
 . ./defs || Exit 1
 
index a8f755693ce6480cfc7932877c725e3fdc7e8135..a70b5f9a914cd3cbe2719bebfbbc5dfba98efe63 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that remake rules works from subdirectories, even when makefiles
 # are not named "Makefile".
 # See also the other similar tests `remake-subdir*.test', and the
-# related test `aclocal5.test'
+# related test `aclocal5.test'.
 
 . ./defs || Exit 1
 
index 78b15b0e1d728d223c76258bef9f3c23033c9f35..0521860be7310400a606c1efb0baee0e1ccc925d 100755 (executable)
@@ -48,7 +48,7 @@ END
 
 echo 'm4_define([my_fingerprint], [BadBadBad])' > foo.m4
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
@@ -64,18 +64,18 @@ for vpath in : false; do
   fi
 
   $top_srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   echo "m4_define([my_fingerprint], [$magic1])" > $top_srcdir/foo.m4
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
 
   $sleep
   echo "m4_define([my_fingerprint], [$magic2])" > $top_srcdir/foo.m4
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
 
@@ -83,7 +83,7 @@ for vpath in : false; do
   echo "m4_include([bar.m4])" > $top_srcdir/foo.m4
   echo "m4_define([my_fingerprint], [$magic3])" > $top_srcdir/bar.m4
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile && Exit 1
   $FGREP $magic3 Makefile
@@ -99,9 +99,9 @@ for vpath in : false; do
   echo "m4_define([my_fingerprint], [DummyValue])" > $top_srcdir/foo.m4
   using_gmake || $remake
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
-  $FGREP $magic3 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
+  $FGREP $magic3 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index 2c193cd20199afd3b50f5a9ef9bb651ee2187ea6..8637c4bbba1fd57909a293f585cf624f89641eb1 100755 (executable)
@@ -47,7 +47,7 @@ END
 
 echo 'FINGERPRINT = BadBadBad' > foo.am
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
@@ -63,18 +63,18 @@ for vpath in : false; do
   fi
 
   $top_srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   echo "FINGERPRINT = $magic1" > $top_srcdir/foo.am
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
 
   $sleep
   echo "FINGERPRINT = $magic2" > $top_srcdir/foo.am
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
 
@@ -82,7 +82,7 @@ for vpath in : false; do
   echo 'include $(top_srcdir)/bar.am' > $top_srcdir/foo.am
   echo "FINGERPRINT = $magic3" > $top_srcdir/bar.am
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile && Exit 1
   $FGREP $magic3 Makefile
@@ -98,9 +98,9 @@ for vpath in : false; do
   echo "FINGERPRINT = DummyValue" > $top_srcdir/foo.am
   using_gmake || $remake
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
-  $FGREP $magic3 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
+  $FGREP $magic3 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index d20c1e8a3e48ba87c65cfd05fcdab22f5aa801c1..2e062a118dc217ec99f8f3e93f88bf29b40fc021 100755 (executable)
@@ -50,7 +50,7 @@ END
 mkdir m4
 echo 'AC_DEFUN([my_fingerprint], [BadBadBad])' > m4/foo.m4
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL -I m4
 $AUTOCONF
 $AUTOMAKE
@@ -66,18 +66,18 @@ for vpath in : false; do
   fi
 
   $top_srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   echo "AC_DEFUN([my_fingerprint], [$magic1])" > $top_srcdir/m4/foo.m4
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
 
   $sleep
   echo "AC_DEFUN([my_fingerprint], [$magic2])" > $top_srcdir/m4/foo.m4
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
 
@@ -85,7 +85,7 @@ for vpath in : false; do
   echo "m4_include([m4/bar.m4])" > $top_srcdir/m4/foo.m4
   echo "AC_DEFUN([my_fingerprint], [$magic3])" > $top_srcdir/m4/bar.m4
   $remake
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile && Exit 1
   $FGREP $magic3 Makefile
@@ -102,9 +102,9 @@ for vpath in : false; do
   echo "AC_DEFUN([AM_UNUSED], [NoSuchMacro])" > $top_srcdir/m4/bar.m4
   using_gmake || $remake
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
-  $FGREP $magic3 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
+  $FGREP $magic3 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index 493fcf31921f8846c37908412e9a862eda527443..b00e56212088f958647baeadc79d8bcc444d19f6 100755 (executable)
@@ -51,7 +51,7 @@ makefiles_list=`echo "$makefiles_am_list" | sed 's/\.am$//'`
 bar_in_list=`find . -name bar.in | LC_ALL=C sort`
 bar_list=`echo "$bar_in_list" | sed 's/\.in$//'`
 
-cat configure.in # useful for debugging
+cat configure.in # For debugging.
 
 $ACLOCAL
 $AUTOMAKE
index d6c1ef20f4049db38c00557d6f33f2674cbbb67c..883fe712f6169846efd8b09ce4d1799a08f12243 100755 (executable)
@@ -68,11 +68,11 @@ if using_gmake; then
 else
   $MAKE Makefile
 fi
-grep '^#H:' zardoz.in # for debugging
+grep '^#H:' zardoz.in # For debugging.
 $FGREP $magic1 zardoz
 $FGREP $magic1 zardoz.in
 $MAKE distcheck
-$MAKE distclean # this shouldn't remove Makefile
+$MAKE distclean # This shouldn't remove Makefile.
 ls -l
 test -f Makefile
 
@@ -81,33 +81,33 @@ test -f Makefile
 $sleep
 sed "s/%MAGIC3%/$magic3/" >> Makefile <<'END'
 my-check:
-       ls -l . $(srcdir) ;: for debugging
+       ls -l . $(srcdir) ;: For debugging.
        test -f $(srcdir)/quux.am
        test -f $(srcdir)/quux.in
        test -f $(srcdir)/bot.in
        test -f $(srcdir)/top.in
        test ! -r $(srcdir)/zardoz.am
        test ! -r $(srcdir)/zardoz.in
-       grep FOO zardoz ;: for debugging
+       grep FOO zardoz ;: For debugging.
        test x'$(FOO)' = x'%MAGIC3%'
 test:
-       ls -l ;: for debugging
+       ls -l ;: For debugging.
        test x'$(FOO)' = x'dummy'
 .PHONY: test my-check
 END
 sed "s/^#H:.*/#H: $magic2/" zardoz.am > t
 cat >> t <<'END'
-# used by "make distcheck" below
+# Used by "make distcheck" below.
 check-local: my-check
 END
 mv -f t zardoz.am
-cat zardoz.am # for debugging
+cat zardoz.am # For debugging.
 if using_gmake; then
   $MAKE nil
 else
   $MAKE zardoz
 fi
-$FGREP my-check zardoz # sanity check
+$FGREP my-check zardoz # Sanity check.
 $FGREP $magic1 zardoz zardoz.in && Exit 1
 $FGREP $magic2 zardoz
 $FGREP $magic2 zardoz.in
@@ -118,24 +118,24 @@ $sleep
 sed 's/^\(AC_CONFIG_FILES\)(.*/\1([zardoz:top.in:quux.in:bot.in])/' \
   <configure.in >t
 mv -f t configure.in
-cat configure.in # for debugging
+cat configure.in # For debugging.
 sed '/^#H:/d' zardoz.am > quux.am
 echo 'FOO = dummy' >> quux.am
 echo 'BAR = $(BAZ)' > top.in
 echo "BAZ = $magic3" > bot.in
 is_gmake || $MAKE zardoz
 $MAKE test
-$FGREP my-check zardoz # sanity check
+$FGREP my-check zardoz # Sanity check.
 $FGREP $magic3 quux.in && Exit 1
 $FGREP $magic3 zardoz
 $FGREP $magic1 zardoz && Exit 1
 $FGREP $magic2 zardoz && Exit 1
 # After the remake above, the files `zardoz.am' and `zardoz.in'
-# should be no more needed
-echo 'endif' > zardoz.am # put in syntax error
+# should be no more needed.
+echo 'endif' > zardoz.am # Put in a syntax error.
 is_gmake || $MAKE zardoz
 $MAKE test
-rm -f zardoz.in zardoz.am # get rid of them
+rm -f zardoz.in zardoz.am # Get rid of them.
 is_gmake || $MAKE zardoz
 $MAKE test
 
index fc5ba6d073e46e9360bce14249d38c89295ffc7e..c55ffb6066c09d96312e88bf8ecc8661f2918448 100755 (executable)
@@ -39,7 +39,7 @@ $AUTOMAKE
 
 # Rebuild rules should work even if there is no top-level
 # makefiles, if we are careful enough to trigger them only
-# in proper subdirs
+# in proper subdirs.
 $sleep
 echo "# $fingerprint" > sub/Makefile.am
 cd sub
index 38a3f401f693653613d9bca5c00c3701de6b2d7b..33b9174583a35da3563fd53283f9ca3d25ac9227 100755 (executable)
@@ -50,7 +50,7 @@ grep '#GrepMe#' sub/foo
 cd ..
 
 # Now try an in-tree build.
-: > sub/foo.in # restore its original (empty) content
+: > sub/foo.in # Restore its original (empty) content.
 ./configure
 $sleep
 test -f sub/foo
@@ -67,7 +67,7 @@ check-local:
        grep '%GrepMe%' sub/foo
 END
 $MAKE
-grep "grep '%GrepMe%' sub/foo" Makefile.in # sanity check
+grep "grep '%GrepMe%' sub/foo" Makefile.in # Sanity check.
 $MAKE distcheck
 
 :
index 10a6c5a4b0d7785f33c58a9db32405b8ca9d2827..d1c3d76f7788d32470cdfa01489757f92b6897e0 100755 (executable)
@@ -43,7 +43,7 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
 
-srcdir='.' # to make syncing with remake8b.test easier.
+srcdir='.' # To make syncing with remake8b.test easier.
 
 $srcdir/configure
 
@@ -125,8 +125,8 @@ check-local:
        test x'$(QUUX)' = x'%Foo%'
 END
 
-$MAKE # this should place aclocal flags in Makefile
-grep '.*-I m4' Makefile # sanity check
+$MAKE # This should place aclocal flags in Makefile.
+grep '.*-I m4' Makefile # Sanity check.
 
 # Modify configure.in and aclocal.m4.
 
index 461940ce1f79851cc58c4f3ed1808fcb9426777a..8c11a15b8ef126b1e5e8cc88d70e6197d8ba2b2f 100755 (executable)
@@ -45,7 +45,7 @@ $AUTOMAKE
 
 mkdir build
 cd build
-srcdir='..' # to make syncing with remake8a.test easier.
+srcdir='..' # To make syncing with remake8a.test easier.
 
 $srcdir/configure
 
@@ -127,8 +127,8 @@ check-local:
        test x'$(QUUX)' = x'%Foo%'
 END
 
-$MAKE # this should place aclocal flags in Makefile
-grep '.*-I m4' Makefile # sanity check
+$MAKE # This should place aclocal flags in Makefile.
+grep '.*-I m4' Makefile # Sanity check.
 
 # Modify configure.in and aclocal.m4.
 
index 9139b461ebf1b45012b863bbf2c5373fce043f49..026eac845fd7ef6c6f63b9ecb7db46f94ffdc7ae 100755 (executable)
@@ -55,9 +55,9 @@ cat > foo.in <<END
 echo '@FINGERPRINT@'
 END
 
-echo cat > tweak-configure-in # no-op by default
+echo cat > tweak-configure-in # It is a no-op by default.
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
@@ -73,13 +73,13 @@ for vpath in : false; do
   fi
 
   $srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   sed "s/^\\(FINGERPRINT\\)=.*/\\1=$magic1/" $srcdir/configure.in >t
   mv -f t $srcdir/configure.in
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
   test x"`./foo.sh`" = x"$magic1"
 
@@ -87,19 +87,19 @@ for vpath in : false; do
   echo 'sed "s/^\\(FINGERPRINT\\)=.*/\\1='$magic2'/"' \
     > $srcdir/tweak-configure-in
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
   test x"`./foo.sh`" = x"$magic2"
 
   $sleep
-  echo cat > $srcdir/tweak-configure-in # no-op again
+  echo cat > $srcdir/tweak-configure-in # Make it a no-op again.
   sed "s/^\\(FINGERPRINT\\)=.*/\\1=DummyValue/" $srcdir/configure.in >t
   mv -f t $srcdir/configure.in
   using_gmake || remake_
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index 6c650c4eb5e9ab88dda190c8e29aae31c21ee1d2..ab886ac143915d6300c1d5920583639f8560d7fa 100755 (executable)
@@ -57,9 +57,9 @@ check-local:
        test x"`./foo.sh`" = x"DummyValue"
 END
 
-echo cat > tweak-makefile-am # no-op by default
+echo cat > tweak-makefile-am # It is a no-op by default.
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
@@ -75,13 +75,13 @@ for vpath in : false; do
   fi
 
   $srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   sed "s/^\\(FINGERPRINT\\) *=.*/\\1 = $magic1/" $srcdir/Makefile.am >t
   mv -f t $srcdir/Makefile.am
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
   test x"`./foo.sh`" = x"$magic1"
 
@@ -89,19 +89,19 @@ for vpath in : false; do
   echo 'sed "s/^\\(FINGERPRINT\\) *=.*/\\1 = '$magic2'/"' \
     > $srcdir/tweak-makefile-am
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
   test x"`./foo.sh`" = x"$magic2"
 
   $sleep
-  echo cat > $srcdir/tweak-makefile-am # no-op again
+  echo cat > $srcdir/tweak-makefile-am # Make it a no-op again.
   sed "s/^\\(FINGERPRINT\\) *=.*/\\1 = DummyValue/" $srcdir/Makefile.am >t
   mv -f t $srcdir/Makefile.am
   using_gmake || remake_
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index 6186bfb3f6b59cc4612e64f6c8fd3b5b99acbd52..e0acd95bd7944e6fdb39aded5a468434e1f670c8 100755 (executable)
@@ -60,9 +60,9 @@ END
 
 echo "AC_DEFUN([my_fingerprint], [BadBadBad])" > acinclude.m4
 
-echo : > tweak-acinclude-m4 # no-op by default
+echo : > tweak-acinclude-m4 # It is a no-op by default.
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
@@ -78,12 +78,12 @@ for vpath in : false; do
   fi
 
   $srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   echo "AC_DEFUN([my_fingerprint], [$magic1])" > $srcdir/acinclude.m4
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
   test x"`./foo.sh`" = x"$magic1"
 
@@ -91,18 +91,18 @@ for vpath in : false; do
   echo "echo 'AC_DEFUN([my_fingerprint], [$magic2])'" \
     > $srcdir/tweak-acinclude-m4
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
   test x"`./foo.sh`" = x"$magic2"
 
   $sleep
-  echo : > $srcdir/tweak-acinclude-m4 # no-op again
+  echo : > $srcdir/tweak-acinclude-m4 # Make it a no-op again.
   echo "AC_DEFUN([my_fingerprint], [DummyValue])" > $srcdir/acinclude.m4
   using_gmake || remake_
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index b18db2a057b0b47bd6e090991bb669169a197e5c..ae618359857b08f5afe26dcbe7758a1ca88a9b4b 100755 (executable)
@@ -57,9 +57,9 @@ cat > foo.in <<END
 echo '@FINGERPRINT@'
 END
 
-echo cat > tweak-aclocal-m4 # no-op by default
+echo cat > tweak-aclocal-m4 # It is a no-op by default.
 
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
 $ACLOCAL
 # Cheatingly mark aclocal.m4 as non auto-generated.
 sed '/^ *#.*generated automatically/d' aclocal.m4 > t
@@ -78,12 +78,12 @@ for vpath in : false; do
   fi
 
   $srcdir/configure
-  $MAKE # should be no-op
+  $MAKE # Should be a no-op.
 
   $sleep
   echo "AC_DEFUN([my_fingerprint], [$magic1])dnl %%%" >> $srcdir/aclocal.m4
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile
   test x"`./foo.sh`" = x"$magic1"
 
@@ -91,18 +91,18 @@ for vpath in : false; do
   echo "sed 's/.*dnl *%%%.*/AC_DEFUN([my_fingerprint], [$magic2])/'" \
     > $srcdir/tweak-aclocal-m4
   remake_
-  $FGREP FINGERPRINT Makefile # for debugging
+  $FGREP FINGERPRINT Makefile # For debugging.
   $FGREP $magic1 Makefile && Exit 1
   $FGREP $magic2 Makefile
   test x"`./foo.sh`" = x"$magic2"
 
   $sleep
-  echo cat > $srcdir/tweak-aclocal-m4 # no-op again
+  echo cat > $srcdir/tweak-aclocal-m4 # Make it a no-op again.
   echo 'AC_DEFUN([my_fingerprint], [DummyValue])' >> $srcdir/aclocal.m4
   using_gmake || remake_
   $MAKE distcheck
-  $FGREP $magic1 Makefile && Exit 1 # sanity check
-  $FGREP $magic2 Makefile && Exit 1 # likewise
+  $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+  $FGREP $magic2 Makefile && Exit 1 # Likewise.
 
   $MAKE distclean
 
index f179229528920f1f9fddb0b6ea1073ec8705295d..678f7644dd238b0dc9ae75f03b4db41f8dce7154 100755 (executable)
@@ -24,7 +24,7 @@ $sleep
 : > b
 : > c
 
-stat a b c || : # for debugging
+stat a b c || : # For debugging.
 
 is_newest c a
 is_newest b a
@@ -35,7 +35,7 @@ is_newest c a b c
 
 touch -r c d
 
-stat c d || : # for debugging
+stat c d || : # For debugging.
 
 is_newest c d
 
index 3f7edd962ba1f7f868a38e0429c64f022ebaae12..0a0f86fc81c463cb26279c81b87b1eb602d43dbe 100755 (executable)
@@ -21,7 +21,7 @@
 
 #------------------------------------------------------------------
 
-: Leading spaces
+: Leading spaces.
 
 cat > input <<END
   1
@@ -81,7 +81,7 @@ diff exp got
 
 #------------------------------------------------------------------
 
-: Leading tab
+: Leading tab.
 
 cat > input <<END
 ${tab}1
@@ -139,7 +139,7 @@ diff exp got
 
 #------------------------------------------------------------------
 
-: No leading whitespace
+: No leading whitespace.
 
 cat > input <<END
 1
@@ -172,7 +172,7 @@ diff exp got
 
 #------------------------------------------------------------------
 
-: Leading empty lines are ignored [1]
+: Leading empty lines are ignored [1].
 
 cat > input <<END
 
@@ -198,7 +198,7 @@ diff exp got
 
 #------------------------------------------------------------------
 
-: Leading empty lines are ignored [2]
+: Leading empty lines are ignored [2].
 
 cat > input <<END
 
@@ -224,7 +224,7 @@ diff exp got
 
 #------------------------------------------------------------------
 
-: More elaborated parallel use
+: More elaborated parallel use.
 
 cat > input <<END
   x
index 5fa968ef12784fe09bd5c9e495fc5f34cb256d7a..28b7a2ded2983b631cbc1e583f300b52a5fee553 100755 (executable)
@@ -76,7 +76,7 @@ $ACLOCAL
 AUTOMAKE_fails
 $AUTOMAKE -Wno-error
 
-# AM_SILENT_RULES should turn off the warning
+# AM_SILENT_RULES should turn off the warning.
 $sleep
 echo 'AM_SILENT_RULES' >> configure.in
 $ACLOCAL
index 7a34bdb64063a99fb7ecd433b34aedbdbd76d562..b016ad26c243c5c1a7da93651772542677754d92 100755 (executable)
@@ -43,7 +43,7 @@ $AUTOCONF
 
 ./configure --disable-silent-rules
 
-# Make sure that all labels work in silent-mode
+# Make sure that all labels work in silent-mode.
 $MAKE V=0 dvi html info ps pdf >stdout || { cat stdout; Exit 1; }
 cat stdout
 grep 'DVIPS    foo.ps' stdout || Exit 1
index 55f296d0abc5df50e01e39db7a0b95a4ac6d0188..8d23a383d8f0066b07de8bdef419e2896dd632d8 100755 (executable)
@@ -53,7 +53,7 @@ using namespace std; /* C compilers fail on this. */
 int main() { return 0; }
 EOF
 
-# let's try out other extensions too
+# Let's try out other extensions too.
 echo 'class Baz  { public: int i;  };' > baz.cxx
 echo 'class Quux { public: bool b; };' > quux.cc
 
index b02dbbaa3589c4f2c864d357a3a0093f2ab2c37e..3e8d6486105712bf5f98b957ef56a68a50c2923e 100755 (executable)
@@ -17,7 +17,7 @@
 
 # Regression test for multiple rules being generated for each target when
 # conditionals are present.
-# From Richard Boulton
+# From Richard Boulton.
 
 . ./defs || Exit 1
 
index f9865b618adf41b633909cfd956c0a43183bc667..e3af205d62dc7aaa53f918fc868e05e19f834c75 100755 (executable)
@@ -46,10 +46,10 @@ $sleep
 sed <configure.in >configure.tmp -e '/^AC_OUTPUT$/i\
 AC_CONFIG_FILES([maude/Makefile])\
 m4_include([confile.m4])\
-' # last newline required by older OpenBSD sed
+' # Last newline required by older OpenBSD sed.
 mv -f configure.tmp configure.in
 
-cat configure.in # might be useful for debugging
+cat configure.in # For debugging.
 
 : > confile.m4
 
index 227e34d0065713129c84156fb45ec27ac4489202..92cca4aec2318cd49e80ce8613467c48fc019de3 100755 (executable)
@@ -16,7 +16,7 @@
 
 # PR 492: Test asm subdir-objects.
 
-required=gcc  # avoid compiler errors.
+required=gcc
 . ./defs || Exit 1
 
 cat > configure.in << END
index 60ad5a51b50ab67681198cee183cecb2ad37dae4..80406e35715a7f98a00b798c6aef7ac3c70b7727 100755 (executable)
@@ -38,7 +38,7 @@ END
 cat > Makefile.am << 'END'
 AUTOMAKE_OPTIONS = subdir-objects
 bin_PROGRAMS = foo
-## the `.//' is meant
+## The `.//' below is meant.
 foo_SOURCES = .//src/foo.c
 END
 
index f78f7e96d3f3c62f307325a64d9afdeef585b4f6..6e8d270377673df7181820ca6b680de333e65877 100755 (executable)
@@ -17,7 +17,7 @@
 # Automatic dependency tracking with subdir-objects option active:
 # check for a pathological case of slash-collapsing in the name of
 # included makefile fragments (containing dependency info).
-# See also related tests `subobj11a.test' and `subobj11b.test'
+# See also related tests `subobj11a.test' and `subobj11b.test'.
 
 . ./defs || Exit 1
 
index 00402db4468d93d1ecedaaf9d9b04576fabf3119..730e3cfb08e1e6be17c1739bbe7bba0c456bbfc4 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test of subdir make dist rules.
-# From Robert Collins
+# From Robert Collins.
 
 required=cc
 . ./defs || Exit 1
index fff5151743ac0154588d37d76470de30b3874cfd..557a21468b7873006c2ae769405a6175fa9eba60 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test of subdir make distclean rules.
-# From Robert Collins
+# From Robert Collins.
 
 required=cc
 . ./defs || Exit 1
index 9bab174a147bef9a45ac08f8b3195f65db776238..f25349ccf8154bc4a329bffc53a390fe568935df 100755 (executable)
@@ -37,7 +37,7 @@ END
 
 cat > Makefile.am << 'END'
 noinst_LTLIBRARIES = libfoo.la
-libfoo_la_SOURCES = src/foo.cc .//src/bar.cc  # the `.//' is meant.
+libfoo_la_SOURCES = src/foo.cc .//src/bar.cc  # The `.//' is meant.
 .PHONY: print
 print:
        @echo BEG1: "$(LTCXXCOMPILE)" :1END
index 5987ac3d5e1bc5c1b4e1f78190edfff4e491db51..e1b01b3e6a4719a4cc3322b2678eabf839a65f2f 100755 (executable)
@@ -122,7 +122,7 @@ cd ..
 ./configure
 $MAKE
 $MAKE distcheck
-test ! -d subpack-1            # make sure distcheck cleans up after itself
+test ! -d subpack-1 # Make sure distcheck cleans up after itself.
 test -f subpack-1.tar.gz
 
 :
index 937e51d3c82c819e80057aca2ef8eab012e7db4b..ea082c20ffa8fe82312b1e8cf817c3debc023307 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# make sure different subpackages may share files and directories.
+# Make sure different subpackages may share files and directories.
 
 . ./defs || Exit 1
 
index 47f4d410b4e48b43eec872b608b99115c00be75b..81544960774705a09bbbdfe1303c944cedfaac84 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Test for bug in variable substitution references when left hand
 # pattern is null.
-# Report from Richard Boulton
+# Report from Richard Boulton.
 
 required=cc
 . ./defs || Exit 1
index ad94e3e8411ecf286b3e3bda5fa5a55298499899..d20c34655a0cb8a46a11826fc1fee6e85d74577d 100755 (executable)
@@ -35,7 +35,7 @@ noinst_LIBRARIES = libfake@SUBST@.a
 
 libfake@SUBST@_a_SOURCES = abra.c kadabra.c
 
-# then we override the target rule:
+# Then we override the target rule:
 libfake@SUBST@.a: Makefile $(libfake@SUBST@_a_OBJECTS) $(libfake@SUBST@_a_DEPENDENCIES)
        @echo here we do some custom stuff, instead of invoking the linker
 END
index bb8b82ec627842ca44419e0349b8f4a13144384d..0c29881d8c5b39d587b1ad3341c86be6fa1b132f 100755 (executable)
@@ -34,12 +34,12 @@ END
 $ACLOCAL
 
 $AUTOMAKE -i
-grep '^ *\.c' Makefile.in # for debugging
+grep '^ *\.c' Makefile.in # For debugging.
 test `grep -c '^\.c\.o:' Makefile.in` -eq 1
 test `grep -c '^\.c\.obj:' Makefile.in` -eq 1
 
 $AUTOMAKE
-grep '^ *\.c' Makefile.in # for debugging
+grep '^ *\.c' Makefile.in # For debugging.
 test `grep -c '^\.c\.o:' Makefile.in` -eq 1
 test `grep -c '^\.c\.obj:' Makefile.in` -eq 1
 
index bd870f3817ffe6264a975eff44ec82579ca53a89..9f36c55475556cf8c3342dc23e22c26cc8111571 100755 (executable)
@@ -32,7 +32,7 @@ lib_LTLIBRARIES = libfoo.la
 libfoo_la_SOURCES = foo.x_
 .x_.y:
        rm -f $@ $@-t
-## the leading `:;' works around a bug in bash <= 3.2
+## The leading `:;' works around a bug in bash <= 3.2.
        :; { echo '/* autogenerated */' \
          && echo '%{' \
          && echo 'int yylex () {return 0;}' \
@@ -41,7 +41,7 @@ libfoo_la_SOURCES = foo.x_
          && echo '%%' \
          && echo 'WORD: "foo";' \
          && echo '%%' \
-## account for VPATH issues on weaker make implementations
+## Account for VPATH issues on weaker make implementations.
          && cat `test -f '$<' || echo $(srcdir)/`$<; \
        } > $@-t
        mv -f $@-t $@
index c53e2565f3052dc74a5355e8537c52bdfc3a6f79..3f0542b59baa915b4162c0838568bf85e7331287 100755 (executable)
@@ -33,7 +33,7 @@ bar_SOURCES = bar.y-z
 baz_SOURCES = baz1.x_ baz2.y-z
 
 .y-z.c .x_.c:
-## account for VPATH issues on weaker make implementations (e.g. IRIX 6.5)
+## Account for VPATH issues on weaker make implementations (e.g. IRIX 6.5).
        sed 's/INTEGER/int/g' `test -f '$<' || echo $(srcdir)/`$< >$@
 
 CLEANFILES = foo.c bar.c baz1.c baz2.c
index c14b84268ee2632a66aed5e2f7caf34e89ac16fc..f583e365a164cfeea34a5954b5bcceb16d75cdc8 100755 (executable)
@@ -29,9 +29,9 @@ EOF
 cat >Makefile.am << 'END'
 AUTOMAKE_OPTIONS = subdir-objects
 SUFFIXES = .baz .o
-# we fake here:
+# We fake here:
 .baz.o:
-       ## account for VPATH issues on weaker make implementations
+       ## Account for VPATH issues on weaker make implementations.
        cp `test -f '$<' || echo $(srcdir)/`$< $@
 
 bin_PROGRAMS = foo
index 542f89288c85c13495e13986eb919b7febf36e9f..756d83e12ff5ec595d6e42cc143f23d79532282c 100755 (executable)
@@ -37,7 +37,7 @@ AUTOMAKE_OPTIONS = subdir-objects
 SUFFIXES = .baz .c
 .baz.c:
        case $@ in sub/*) $(MKDIR_P) sub;; *) :;; esac
-## Account for VPATH issues on weaker make implementations (e.g. IRIX 6.5)
+## Account for VPATH issues on weaker make implementations (e.g. IRIX 6.5).
        cp `test -f '$<' || echo $(srcdir)/`$< $@
 
 DISTCLEANFILES = sub/bar.c
@@ -65,7 +65,7 @@ $MAKE
 $MAKE distcheck
 $MAKE distclean
 
-# Should also work without subdir-objects
+# Should also work without subdir-objects.
 
 sed '/subdir-objects/d' < Makefile.am > t
 mv -f t Makefile.am
index b1212a8acadda4c6463908837f7d2ef152b5ee85..2b732796115e65630e79465142f1ce5a668088af 100755 (executable)
@@ -42,12 +42,12 @@ END
 $ACLOCAL
 
 $AUTOMAKE -i
-grep '^ *\.c' Makefile.in # for debugging
+grep '^ *\.c' Makefile.in # For debugging.
 test `grep -c '^\.c\.o:' Makefile.in` -eq 1
 test `grep -c '^\.c\.obj:' Makefile.in` -eq 1
 
 $AUTOMAKE
-grep '^ *\.c' Makefile.in # for debugging
+grep '^ *\.c' Makefile.in # For debugging.
 test `grep -c '^\.c\.o:' Makefile.in` -eq 1
 test `grep -c '^\.c\.obj:' Makefile.in` -eq 1
 
index c0566a99ae0d63a572f1ed414bddb6fa2ef44072..6bdaea41e015dcccba47f98d1148a3cb05cd2b39 100755 (executable)
@@ -29,7 +29,7 @@ END
 
 cat > Makefile.am << 'END'
 .k.lo:
-## account for VPATH issues on weaker make implementations
+## Account for VPATH issues on weaker make implementations.
        (echo $< && cat `test -f '$<' || echo $(srcdir)/`$<) > $@
 
 noinst_LTLIBRARIES = libfoo.la
@@ -38,7 +38,7 @@ libfoo_la_SOURCES = foo.k
 .PHONY: test
 test: all
        grep '^=GREP=ME=$$' foo.lo
-## weaker regex to account for VPATH issues
+## Weaker regex to account for VPATH issues.
        grep 'foo\.k$$' foo.lo
 check-local: test
 END
index 1d31a141cd942b89c2952fc596d81633090fd834..c50b442a0f371beab993b374082d9383d1fa54df 100755 (executable)
@@ -55,9 +55,9 @@ cat foo-objects
 # foo.$(OBJEXT) using the following rules:
 #  fooa --[ab]--> foob --[b.$(OBJEXT)]--> foo.$(OBJEXT)
 $FGREP ' foo.$(OBJEXT) ' foo-objects
-#  barc --[c.o]--> bar.$(OBJEXT)    ## This is really meant !
+#  barc --[c.o]--> bar.$(OBJEXT)    ## This is really meant!
 $FGREP ' bar.$(OBJEXT) ' foo-objects
-#  bazc --[c.obj]--> baz.$(OBJEXT)  ## This is really meant !
+#  bazc --[c.obj]--> baz.$(OBJEXT)  ## This is really meant!
 $FGREP ' baz.$(OBJEXT) ' foo-objects
 
 :
index c417df234d4fa0d47768751f72e42bb773fddb65..b4da6bbdceac703c1e2f11db80a42982aaee1266 100755 (executable)
 # Test to make sure Automake supports implicit rules with dot-less
 # extensions.  Se also related "grepping" test suffix6.test.
 
-required=GNUmake # other makes might not grok dot-less suffix rules
+required=GNUmake # Other makes might not grok dot-less suffix rules.
 . ./defs || Exit 1
 
 cat >> configure.in << 'END'
 # $(LINK) is not defined automatically by Automake, since the *_SOURCES
-# variables don't contain any known extension (.c, .cc, .f ...),
+# variables don't contain any known extension (.c, .cc, .f, ...).
 # So we need this hack -- but since such an hack can also serve as a
 # mild stress test, that's ok.
 AC_SUBST([LINK], ['cat >$@'])
@@ -42,17 +42,17 @@ bc:
 c.$(OBJEXT):
        { echo '=b.obj=' && cat $<; } >$@
 test:
-       : for debugging
+       : For debugging.
        ls -l
-       : implicit intermediate files should be removed by GNU make
+       : Implicit intermediate files should be removed by GNU make ...
        test ! -r foob
        test ! -r fooc
-       : but object files should not
+       : ... but object files should not.
        cat foo.$(OBJEXT)
-       : for debugging
+       : For debugging.
        cat foo.XxX
-       : now check that the chain of implicit rules has been executed
-       : completely and in the correct order
+       : Now check that the chain of implicit rules has been executed
+       : completely and in the correct order.
        (echo =b.obj= && echo =bc= && echo =ab= && echo =src=) > exp
        diff exp foo.XxX
        rm -f exp
index a7e63fd9f84e6c705a7e5bccaaedfe8acd8cd420..5ecd4ab040f587386a6bfe815c38c09147fec0a7 100755 (executable)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure we get an error if symlink creation fails.
-# Reported by Joerg-Martin Schwarz
+# Reported by Joerg-Martin Schwarz.
 
 . ./defs || Exit 1
 
index 28eee445f2d1ad50e8291d6946fd5ecefa5c1b39..1c58739cefa75eef3f4bb288c87bbea8d72ee7b1 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure dvi target recurses into subdir.
-# Reported by Pavel Roskin
+# Reported by Pavel Roskin.
 
 . ./defs || Exit 1
 
index aace4e68bfe96ebf47b4aebc4a1cc0b531b87f21..d50b8bd73b2dc8e1466e195096262e06881771c7 100755 (executable)
@@ -15,9 +15,9 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check for subdir Texinfo (PR/343)
+# Check for subdir Texinfo (PR/343).
 # Also make sure we do not distribute too much foo.info* files (Report
-# from Vincent Lefevre)
+# from Vincent Lefevre).
 
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
index dcc370504a81ac6c8665f3e6588c78a3d71ee6bf..01e4c215a2f56a220aaa3aaa050e954c7141f17b 100755 (executable)
@@ -64,10 +64,10 @@ $AUTOCONF
 ./configure
 
 $MAKE dvi
-ls -l           # for debugging
-test -f main.sa # sanity check
+ls -l           # For debugging.
+test -f main.sa # Sanity check.
 $MAKE clean
-ls -l           # for debugging
+ls -l           # For debugging.
 test x"`echo main.*`" = x"main.texi"
 
 TAR_OPTIONS= $MAKE distcheck
index dcd362b125ca0a4d5e425ee8871f1565a1ece486..b56cdefa3b18fa73c212064e66568c6f14af988e 100755 (executable)
@@ -49,7 +49,7 @@ $MAKE
 : > main-1
 : > sub/main-1
 
-# Break main.texi
+# Break main.texi.
 $sleep
 cp main.texi main.old
 cat > main.texi << 'END'
@@ -66,7 +66,7 @@ $MAKE && Exit 1
 test -f main
 test -f main-1
 
-# Restore main.texi, and break sub/main.texi
+# Restore main.texi, and break sub/main.texi.
 cp main.texi sub/main.texi
 mv main.old main.texi
 $MAKE && Exit 1
index 7ec3796b8b2f592136b2d37788143f0391d97125..de82f81f92f9fa58ca5cf8016acee17bef0b8fe0 100755 (executable)
@@ -16,8 +16,8 @@
 
 # Check that info files are built in builddir when needed.
 # Test with subdir Texinfo.
-# (Similar to txinfo13.test, plus DISTCLEANFILES.)
-# (See also txinfo24.test and txinfo25.test)
+# (Similar to txinfo13.test, plus DISTCLEANFILES).
+# (See also txinfo24.test and txinfo25.test).
 
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
index a6f9e023c967960f7bce55099080a8f7c7b028f8..d2bacc8ec3f8f02d810174636fc8ca884b6b8fd4 100755 (executable)
@@ -15,8 +15,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that info files are built in builddir when needed.
-# (Similar to txinfo16.test, plus CLEANFILES.)
-# (See also txinfo23.test and txinfo25.test)
+# (Similar to txinfo16.test, plus CLEANFILES).
+# (See also txinfo23.test and txinfo25.test).
 
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
@@ -58,7 +58,7 @@ $MAKE
 test -f main.info
 
 # Make sure stamp-vti is older that version.texi.
-# (A common situation in a real tree.)
+# (A common situation in a real tree).
 test -f stamp-vti
 test -f version.texi
 $sleep
@@ -72,7 +72,7 @@ mkdir build
 cd build
 ../configure
 $MAKE
-# main.info should be rebuilt in the current directory
+# main.info should be rebuilt in the current directory.
 test -f main.info
 test ! -f ../main.info
 $MAKE dvi
index a350a02a2f69d566b4fcee96b576b49a7a7b8b15..b97b1a1093ede1d22884f3a156b8b084ce5849de 100755 (executable)
@@ -17,8 +17,8 @@
 # Check that info files are built in builddir and in srcdir can safely
 # co-exist.  This setup is obtained by having two info files, only one
 # of which being cleaned.
-# (Similar to txinfo16.test, plus CLEANFILES.)
-# (See also txinfo23.test and txinfo24.test)
+# (Similar to txinfo16.test, plus CLEANFILES).
+# (See also txinfo23.test and txinfo24.test).
 
 required='makeinfo tex texi2dvi-o'
 . ./defs || Exit 1
@@ -73,7 +73,7 @@ test -f main.info
 test -f other.info
 
 # Make sure stamp-vti is older that version.texi.
-# (A common situation in a real tree.)
+# (A common situation in a real tree).
 # This is needed to test the "subtle" issue described below.
 test -f stamp-vti
 test -f version.texi
index 20a708f12942d08485d6b8186626193ec4c9600c..46bb322cd0a29a0291e8354e0afc05cac0f63c69 100755 (executable)
@@ -63,5 +63,5 @@ $MAKE uninstall
 test ! -f _inst/info/main.info
 test -f ../main.info
 
-# multiple uninstall should not fail.
+# Multiple uninstall should not fail.
 $MAKE uninstall
index 26e8bb31fb23aabc4239396c335b996e8b652ca8..808affe188a3aa0dba19a7601cf82d681d6cb14c 100755 (executable)
@@ -15,7 +15,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that info files are built in builddir when needed.
-# Similar to txinfo24.test, but obfuscating filenames with variable references.
+# Similar to txinfo24.test, but obfuscating filenames with variable
+# references.
 # Report from Ralf Corsepius.
 
 required='makeinfo tex texi2dvi-o'
@@ -65,7 +66,7 @@ $MAKE
 test -f main.info
 
 # Make sure stamp-vti is older that version.texi.
-# (A common situation in a real tree.)
+# (A common situation in a real tree).
 test -f stamp-vti
 test -f version.texi
 $sleep
@@ -79,7 +80,7 @@ mkdir build
 cd build
 ../configure
 $MAKE
-# main.info should be rebuilt in the current directory
+# main.info should be rebuilt in the current directory.
 test -f main.info
 test ! -f ../main.info
 $MAKE dvi
index 6f986541ad08f1a964380fb010e5cb8525e4f8a0..9243e388076b5e3cbc15a524bb32adc285f30f69 100755 (executable)
@@ -33,9 +33,9 @@ grep 'overrides Automake variable.*INFO_DEPS' stderr
 
 $AUTOMAKE -Wno-override
 
-# There is only one definition of INFO_DEPS
+# There is only one definition of INFO_DEPS ...
 test 1 = `grep '^INFO_DEPS.*=' Makefile.in | wc -l`
-# and it is the right one.
+# ... and it is the right one.
 grep '^INFO_DEPS *= *foo.info *$' Makefile.in
 
 # Likewise with AC_SUBST.
@@ -54,9 +54,9 @@ grep 'overrides Automake variable.*INFO_DEPS' stderr
 
 $AUTOMAKE -Wno-override
 
-# There is only one definition of INFO_DEPS
+# There is only one definition of INFO_DEPS ...
 test 1 = `grep '^INFO_DEPS.*=' Makefile.in | wc -l`
-# and it is the right one.
+# ... and it is the right one.
 grep '^INFO_DEPS *= *@INFO_DEPS@ *$' Makefile.in
 
 :
index ce1e72c539f04931762a06459fca8cf0ec59a230..29635b22d52b31e77154794b2074beb2b01b93ab 100755 (executable)
@@ -34,7 +34,7 @@ $AUTOMAKE
 # we only want them to appear once.  But grepping them all would be
 # overkill.
 for t in info dist-info dvi-am install-html uninstall-pdf-am; do
-  $EGREP "(^| )$t*.:" Makefile.in # help in debugging
+  $EGREP "(^| )$t*.:" Makefile.in # For debugging.
   test `$EGREP -c "(^| )$t(:| *.:)" Makefile.in` -eq 1
 done
 
index d020c58839be49c61b98629dcd29916552ca64db..55e9b8eaacee515901f8ce47aed0cbc10c004a14 100755 (executable)
@@ -67,7 +67,7 @@ $AUTOMAKE -a
 ./configure || skip_ "configure failure"
 $MAKE
 
-# test rebuild rules
+# Test rebuild rules.
 rm -f src/zardoz.h
 $MAKE -C src zardoz.h
 
@@ -79,7 +79,7 @@ cd build
 $MAKE
 $MAKE distcheck
 
-# test rebuild rules from builddir
+# Test rebuild rules from builddir.
 touch ../src/zardoz.vala
 $MAKE
 
index 1a33b3bd733f5a9056873e5af0a53d6f787f9f4a..aa022afe547e546db84c494004f51db308045e03 100755 (executable)
@@ -14,8 +14,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test various variable definitions that include an '=' sign
-# From Raja R Harinath
+# Test various variable definitions that include an '=' sign.
+# From Raja R Harinath.
 
 . ./defs || Exit 1
 
index 9608d6cf376c15e28d40eca52b398cba90dcc9ff..5b6ff23f4f919d2904a1c1e268d6f5fb7cdcd0e1 100755 (executable)
@@ -72,7 +72,7 @@ grep 'another Error' stderr
 grep 'thisis' stderr && Exit 1
 grep 'here' stderr && Exit 1
 
-# None of these errors be diagnosed with -Wno-portability
+# None of these errors be diagnosed with `-Wno-portability'.
 $AUTOMAKE -Wno-portability
 
 # Likewise if we add this in the Makefile.am
index da0278bbb93c2962b049de257e626b818f0408d3..882906887ac34028f645c1f34836b0a07b09ee06 100755 (executable)
@@ -26,7 +26,7 @@
 # to redefine the name of the distdir as well.
 distdir=$me-7.45.3a
 
-# This should work without tex, texinfo or makeinfo
+# This should work without tex, texinfo or makeinfo.
 TEX=false TEXI2DVI=false MAKEINFO=false
 export TEX TEXI2DVI MAKEINFO
 
index edcf70ac46181fc52e429509d1bc37b0424001f6..4efba48302304355e81c75cc1beeb929cb3e9539 100755 (executable)
@@ -60,7 +60,7 @@ test `grep -v 'warnings are treated as errors' stderr | wc -l` = 3
 # created below; thus causing traces for the old configure.in to be
 # used.  We could do `$sleep', but it's faster to erase the
 # directory.  (Erase autom4te*.cache, not autom4te.cache, because some
-# bogus installations of Autoconf use a versioned cache.)
+# bogus installations of Autoconf use a versioned cache).
 rm -rf autom4te*.cache
 
 # If we add a global -Wnone, all warnings should disappear.
index 50bfb4a9c1269ef5cb007cedd4b3cbf99e823aba..1320ed77829dc5adb9be38c6e34b760d6783c949 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Check support for no-dist-gzip with xz
+# Check support for no-dist-gzip with xz.
 
 required=xz
 . ./defs || Exit 1
index 6ce8256a311a9b07e711be7ae6f00b8fada77f28..aef08c19afec0f64bacc78759066d9e948a458cd 100755 (executable)
@@ -79,7 +79,7 @@ $MAKE distcheck
 test -f parse.c
 $MAKE distclean
 test -f parse.c
-./configure # we must re-create `Makefile'
+./configure # Re-create `Makefile'.
 $MAKE maintainer-clean
 test ! -f parse.c
 
index f97e182454da5cb7821229693bab864de5bdb583..ca03466c8084889125b1208d175399bbbc5affaf 100755 (executable)
@@ -130,7 +130,7 @@ for target in clean distclean; do
 done
 
 cp config.sav config.status
-./config.status # re-create Makefile
+./config.status # Re-create `Makefile'.
 
 $MAKE maintainer-clean
 ls -l . sub1 sub2
@@ -144,7 +144,7 @@ test ! -r sub2/bar-parse.c
 test ! -r sub2/bar-parse.h
 
 cp config.sav config.status
-./config.status # re-create Makefile
+./config.status # Re-create `Makefile'.
 
 # The distribution must work correctly, assuming the user has
 # the proper tools to process yacc files.
index 2e38529c07164f7648b37185e59e02bae4303d32..87e6946327bf56baa6f81fc88f0c97a3a1049e9d 100755 (executable)
@@ -37,7 +37,7 @@ foo_SOURCES = parse.y foo.c
 AM_YFLAGS = -d
 END
 
-# Original parser, with `foobar'
+# Original parser, with `foobar'.
 cat > parse.y << 'END'
 %{
 int yylex () {return 0;}
@@ -70,7 +70,7 @@ cd sub
 
 $sleep
 
-# New parser, with `fubar'
+# New parser, with `fubar'.
 cat > ../parse.y << 'END'
 %{
 int yylex () {return 0;}
@@ -90,7 +90,7 @@ $FGREP FUBAR $distdir/parse.h
 
 $sleep
 
-# New parser, with `maude'
+# New parser, with `maude'.
 cat > ../parse.y << 'END'
 %{
 int yylex () {return 0;}
index f48d34bce7428c857c7ab41f3f8a9017ed83c335..7ae38b21dd8f741d4a0be89de531451b86995616 100755 (executable)
@@ -62,7 +62,7 @@ $AUTOMAKE -a
 ./configure
 $MAKE distdir
 
-# Yacc-derived C source and header files must be built and distributed
+# Yacc-derived C source and header files must be built and distributed.
 
 test   -f sub/parse.c
 test   -f sub/parse.h
index bf5084b47b15c1c57bbfe87ca589930495cfc959..0476a90572ba74382e2b0605ab04923ff2cca7b8 100755 (executable)
@@ -39,19 +39,19 @@ END
 cp Makefile.am Makefile.src
 
 $AUTOMAKE -a
-# If zardoz.h IS mentioned, fail
+# If zardoz.h IS mentioned, fail.
 $FGREP 'zardoz.h' Makefile.in && Exit 1
 
 cp Makefile.src Makefile.am
 echo 'AM_YFLAGS = -d' >> Makefile.am
 $AUTOMAKE
-# If zardoz.h is NOT mentioned, fail
+# If zardoz.h is NOT mentioned, fail.
 $FGREP 'zardoz.h' Makefile.in
 
 cp Makefile.src Makefile.am
 echo 'AM_YFLAGS = ' >> Makefile.am
 $AUTOMAKE
-# If zardoz.h IS mentioned, fail
+# If zardoz.h IS mentioned, fail.
 $FGREP 'zardoz.h' Makefile.in && Exit 1
 
 cp Makefile.src Makefile.am
@@ -61,13 +61,13 @@ AUTOMAKE_fails
 grep 'YFLAGS.* user variable' stderr
 grep 'AM_YFLAGS.* instead' stderr
 $AUTOMAKE -Wno-gnu
-# If zardoz.h is NOT mentioned, fail
+# If zardoz.h is NOT mentioned, fail.
 $FGREP 'zardoz.h' Makefile.in
 
 cp Makefile.src Makefile.am
 echo 'YFLAGS = ' >> Makefile.am
 $AUTOMAKE -Wno-gnu
-# If zardoz.h IS mentioned, fail
+# If zardoz.h IS mentioned, fail.
 $FGREP 'zardoz.h' Makefile.in && Exit 1
 
 :
index c127d15d772ae86d6786e8714be0e45116a5e8d2..8992e95d419655aad73251d6065d3984b5648c56 100755 (executable)
@@ -25,7 +25,7 @@ required='gcc yacc GNUmake'
 
 cat > configure.in << 'END'
 AC_INIT([yacc6], [1.0])
-# `aux' is not an acceptable file/directory name on Windows systems
+# `aux' is not an acceptable file/directory name on Windows systems.
 AC_CONFIG_AUX_DIR([aux1])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile sub/Makefile])
index 0bd0b64d2b37c2bcded0a6883dfa3bb1dc1e4ca2..64a536b575067111e9558ce532cc35a370199352 100755 (executable)
@@ -82,7 +82,7 @@ $MAKE distclean
 test -f foo.h
 test -f foo.c
 # ... but maintainer-clean should.
-./configure # we must re-create `Makefile'
+./configure # Re-create `Makefile'.
 $MAKE maintainer-clean
 test ! -f foo.h
 test ! -f foo.c
index c7cedc72fc840dc8b7622d452d6b307c8b070cdb..ec04a75bf6fdb529614fdf46a7f74eaa3d71c2b8 100755 (executable)
@@ -68,7 +68,7 @@ cd sub
 $MAKE test1
 
 # Aside of the rest of this test, let's see if we can recover from
-# parse.h removal
+# parse.h removal.
 test -f foo/parse.h
 rm -f foo/parse.h
 $MAKE foo/parse.h
@@ -103,7 +103,7 @@ $AUTOMAKE -a
 test -f ./ylwrap
 
 cd sub
-# Regenerate Makefile (automatic in GNU Make, but not in other Makes)
+# Regenerate Makefile (automatic in GNU Make, but not in other Makes).
 ./config.status
 $MAKE test2
 
index aaebcaa4035c146d85b247ad556ae375b265e89c..c98fb46b104a99df8507146f7a1edb5c9e0b84e2 100755 (executable)
@@ -39,7 +39,7 @@ bin_PROGRAMS = foo
 foo_SOURCES = parse.y foo.c
 END
 
-# Original parser, with `foobar'
+# Original parser, with `foobar'.
 cat > parse.y << 'END'
 %{
 int yylex () {return 0;}
@@ -66,7 +66,7 @@ cd sub
 
 $sleep
 
-# New parser, with `fubar'
+# New parser, with `fubar'.
 cat > ../parse.y << 'END'
 %{
 int yylex () {return 0;}
@@ -84,7 +84,7 @@ $FGREP fubar $distdir/parse.c
 
 $sleep
 
-# New parser, with `maude'
+# New parser, with `maude'.
 cat > ../parse.y << 'END'
 %{
 int yylex () {return 0;}
index 68e25eb77702b31b7d7adb427929a40b86dd9a7e..8849af4343a70bb6ca894eb483b74c244f19d02d 100755 (executable)
@@ -46,7 +46,7 @@ END
 cat > Makefile1.am <<'END'
 bin_PROGRAMS = foo
 foo_SOURCES = foo.y
-## dummy comment to keep line count right
+## This is a dummy comment to keep line count right.
 if COND
 YFLAGS = foo
 endif COND
@@ -112,7 +112,7 @@ END
 
 : > ylwrap
 
-LC_ALL=C; export LC_ALL  # For grep regexes below.
+LC_ALL=C; export LC_ALL; # For grep regexes below.
 
 AUTOMAKE_fails -Wnone -Wunsupported Makefile
 grep '^Makefile\.am:5:.*AM_YFLAGS.* conditional contents' stderr
index cf30f4666c593536c36dc0c43f154d0bcf1be213..3ed1b386c861f3ee94d1d2e9c84e7ce49e10443b 100755 (executable)
@@ -47,7 +47,7 @@ END
 $ACLOCAL
 $AUTOMAKE -a -Wno-gnu
 
-$EGREP '(foo|YFLAGS)' Makefile.in # for debugging
+$EGREP '(foo|YFLAGS)' Makefile.in # For debugging.
 grep '^foo.h *:' Makefile.in
 
 $AUTOCONF
index de38a7420f8272d5c1aed12b0b0349793b1bc9e4..5117b6bc4cd4428a4a7c9c5cdb6cfa2165634ab4 100755 (executable)
@@ -39,7 +39,7 @@ END
 
 $AUTOMAKE -a
 
-$EGREP '(foo|bar|YFLAGS)' Makefile.in # for debugging
+$EGREP '(foo|bar|YFLAGS)' Makefile.in # For debugging.
 grep '^foo.h *:' Makefile.in
 grep '^bar-bar.h *:' Makefile.in
 
@@ -55,7 +55,7 @@ END
 
 $AUTOMAKE
 
-$EGREP 'parser|YFLAGS' Makefile.in # for debugging
+$EGREP 'parser|YFLAGS' Makefile.in # For debugging.
 grep '^parser.h *:' Makefile.in
 
 :
index bf5611d3e10785fc601ea3b78e230132410ab23a..7eb3040941c3e49e47fca97c5fd25bfd49af6a3b 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that $(YFLAGS) takes precedence over both $(AM_YFLAGS) and
 # $(foo_YFLAGS).
 # Please keep this in sync with the sister tests yflags2.test, lflags.test
-# and lflags2.test
+# and lflags2.test.
 
 . ./defs || Exit 1
 
index 8e17d08dac4beffb7f9821c9b246d5f5d8215e86..b4678afd0506008cdc7d5d6b6c3c58fd4337741f 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that $(YFLAGS) takes precedence over both $(AM_YFLAGS) and
 # $(foo_YFLAGS).
 # Please keep this in sync with the sister tests yflags.test, lflags.test
-# and lflags2.test
+# and lflags2.test.
 
 . ./defs || Exit 1