]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/init.m4: Remove a leftover comment from the pre-1.7 era.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 13 Mar 2003 21:43:47 +0000 (21:43 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 13 Mar 2003 21:43:47 +0000 (21:43 +0000)
ChangeLog
m4/init.m4

index 302881da4aafaab8d3236f901c6e2d0c26f29271..89270809b268a1700d3c6ffd2c0eea746728abef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-03-13  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * m4/init.m4: Remove a leftover comment from the pre-1.7 era.
+
        Fix for PR automake/386:
        * m4/init.m4: Require Autoconf 2.55.
        Reported by Owen Taylor.
index 8693fd2358ecd906b197bcec003f3264fb9297c2..2bf9dd3e370319b7bedd242881346b97f0ca50d8 100644 (file)
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 9
-
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
-# written in clear, in which case automake, when reading aclocal.m4,
-# will think it sees a *use*, and therefore will trigger all it's
-# C support machinery.  Also note that it means that autoscan, seeing
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-
+# serial 10
 
 AC_PREREQ([2.55])