<http://lists.gnu.org/archive/html/automake/2011-01/msg00053.html>
2. If Automake-NG has been successful, we might proceed to develop
- "Automire": a more agressive rewrite, with profound APIs, design
+ "Automire": a more aggressive rewrite, with profound APIs, design
and code changes, in the hope of making automire easier to use and
to extend (lack of extensibility on part of the user is probably
one of the greatest shortcoming of the current automake).
am__abs_dir = $(abs_builddir)/$(am__dir)
# Its counterpart for use in subdir makefiles, in case they need to refer
-# to the top-leve $(am__dir) directory.
+# to the top-level $(am__dir) directory.
am__top_dir = $(top_builddir)/$(am__dir)
# Its counterpart with an absolute path and for use in subdir makefiles.
# so to be extra safe we have to neutralize it.
unexport CDPATH
-# Be verbose by deafault. Yes, we really want $(V) to be overridable
+# Be verbose by default. Yes, we really want $(V) to be overridable
# from the environment, both for simplicity and for consistency with
# mainline Automake.
# FIXME: maybe normalize/sanitize $(V)?
## that any '.log' and '.trs' file referring to such test are preserved,
## so that future "make recheck" invocations will still try to re-compile
## and re-run it (automake bug#11791). This indirection is aimed at
-## satisying such a requirement.
+## satisfying such a requirement.
!ifeq ($(.am/doing-recheck),yes)
!$(am__test_logs) $(am__test_results): .am/nil
!endif
# on:
# all: foo1; @echo $^
# all: foo2
-# "make all" would output "foo1 foo2". In our usage, a dependecy like
+# "make all" would output "foo1 foo2". In our usage, a dependency like
# "install-pdf-am: install-pdf-local" (that is automatically output by
# Automake-NG if the 'install-pdf-local' target is declared) would make
# '$^' unusable as a pure list of PDF target files in the recipe of
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Check user extensibility of silent-rules mode.
-# Aslo check that silent rules are disabled by default.
+# Also check that silent rules are disabled by default.
. ./defs || exit 1