]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4: Typos in comments spotted by Pavel.
authorAkim Demaille <akim@epita.fr>
Fri, 13 Oct 2000 07:50:07 +0000 (07:50 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 13 Oct 2000 07:50:07 +0000 (07:50 +0000)
ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index cf43e01bedd7a1e27247b20005a4a3bf61d1c9ce..7112d9954286ab555f84d4205e4881e4127c2d2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-13  Akim Demaille  <akim@epita.fr>
+
+       * acgeneral.m4: Typos in comments spotted by Pavel.
+
 2000-10-12  Pavel Roskin  <proski@gnu.org>
 
        * acspecific.m4 (AC_PROG_LEX): Don't assume that lex exists.
index c4a84de7b040100ccca6acbd2cbcbd236a4e2dc1..7708e0b2430dc3ab47742554e12e89036fd023f7 100644 (file)
@@ -212,7 +212,7 @@ pushdef([_AC_DIVERT_DIVERSION], _AC_DIVERT([KILL]))
 #
 # Two things deserve attention and are detailed below:
 #  1. Implementation of AC_REQUIRE
-#  2. Keeping tracking of the expansion stack
+#  2. Keeping track of the expansion stack
 #
 # 1. Implementation of AC_REQUIRE
 # ===============================
@@ -499,14 +499,14 @@ pushdef([_AC_DIVERT_DIVERSION], _AC_DIVERT([KILL]))
 #   diversions: BODY |-
 #
 #
-# 2. Keeping tracking of the expansion stack
-# ==========================================
+# 2. Keeping track of the expansion stack
+# =======================================
 #
 # When M4 expansion goes wrong it is often extremely hard to find the
-# path amongst macros that drove to the failure.  What is needed case
-# is the stack of macro `calls'. One could imagine that GNU M4 would
-# maintain a stack of macro expansion, unfortunately it doesn't, so we
-# do it by hand.  This is of course extremely costly, but the help
+# path amongst macros that drove to the failure.  What is needed is
+# the stack of macro `calls'. One could imagine that GNU M4 would
+# maintain a stack of macro expansions, unfortunately it doesn't, so
+# we do it by hand.  This is of course extremely costly, but the help
 # this stack provides is worth it.  Nevertheless to limit the
 # performance penalty this is implemented only for AC_DEFUN'd macros,
 # not for define'd macros.
index c4a84de7b040100ccca6acbd2cbcbd236a4e2dc1..7708e0b2430dc3ab47742554e12e89036fd023f7 100644 (file)
@@ -212,7 +212,7 @@ pushdef([_AC_DIVERT_DIVERSION], _AC_DIVERT([KILL]))
 #
 # Two things deserve attention and are detailed below:
 #  1. Implementation of AC_REQUIRE
-#  2. Keeping tracking of the expansion stack
+#  2. Keeping track of the expansion stack
 #
 # 1. Implementation of AC_REQUIRE
 # ===============================
@@ -499,14 +499,14 @@ pushdef([_AC_DIVERT_DIVERSION], _AC_DIVERT([KILL]))
 #   diversions: BODY |-
 #
 #
-# 2. Keeping tracking of the expansion stack
-# ==========================================
+# 2. Keeping track of the expansion stack
+# =======================================
 #
 # When M4 expansion goes wrong it is often extremely hard to find the
-# path amongst macros that drove to the failure.  What is needed case
-# is the stack of macro `calls'. One could imagine that GNU M4 would
-# maintain a stack of macro expansion, unfortunately it doesn't, so we
-# do it by hand.  This is of course extremely costly, but the help
+# path amongst macros that drove to the failure.  What is needed is
+# the stack of macro `calls'. One could imagine that GNU M4 would
+# maintain a stack of macro expansions, unfortunately it doesn't, so
+# we do it by hand.  This is of course extremely costly, but the help
 # this stack provides is worth it.  Nevertheless to limit the
 # performance penalty this is implemented only for AC_DEFUN'd macros,
 # not for define'd macros.