]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: tweak comment wording
authorAllison Karlitskaya <allison.karlitskaya@redhat.com>
Fri, 9 Jul 2021 16:03:30 +0000 (09:03 -0700)
committerJim Meyering <meyering@fb.com>
Mon, 12 Jul 2021 02:41:54 +0000 (19:41 -0700)
* doc/automake.texi (List of Automake options): Nit.
* t/dist-no-built-sources.sh: Likewise.

doc/automake.texi
t/dist-no-built-sources.sh

index c1c7b9f2bc30be2ed736562600a3b46755db3ff1..dd932ddd796a8024903fe26a381b5f6471c19eab 100644 (file)
@@ -3068,7 +3068,7 @@ macro.
 @item AC_CONFIG_HEADERS
 Automake will generate rules to rebuild these headers from the
 corresponding templates (usually, the template for a @file{foo.h}
-header being @file{foo.h.in}). 
+header being @file{foo.h.in}).
 
 As with @code{AC_CONFIG_FILES} (@pxref{Requirements}), parts of the
 specification using shell variables will be ignored as far as
@@ -10465,8 +10465,8 @@ files, and doesn't compile anything as a side-effect.  The default is
 for @samp{$(distdir)} to depend on @samp{$(BUILT_SOURCES)} because it
 is common, at least among GNU packages, to want to build the program
 to generate man pages with @code{help2man} (@pxref{Errors with
-distclean}).  Admittedly the default behavior should perhaps be not to
-have the dependency, but to preserve compatibility, we don't want to
+distclean}).  Admittedly the default behavior should perhaps be to
+omit the dependency, but to preserve compatibility, we don't want to
 change it now.
 
 @item @option{no-dist-gzip}
index 8d2d8a09990481b378217f21565344e51faa1e03..622e48f0eaaf5d7293b0371733772e19f95ab6db 100644 (file)
@@ -61,7 +61,7 @@ EOF
   ! tar tf "${pkg_ver}".tar.gz "${pkg_ver}"/x.c
   tar tf "${pkg_ver}".tar.gz "${pkg_ver}"/y.c
 
-  # And x.c should only have been built for the built-sources version.
+  # And x.c should have been built only for the built-sources version.
   if test "$testopt" = no-built-sources; then
     # no-built-sources should not have generated this
     ! test -e x.c