From bb8d32459025ac2688426a56e05dca83c5744024 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 13 Mar 2003 21:43:47 +0000 Subject: [PATCH] * m4/init.m4: Remove a leftover comment from the pre-1.7 era. --- ChangeLog | 2 ++ m4/init.m4 | 9 +-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 302881da4..89270809b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-03-13 Alexandre Duret-Lutz + * 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. diff --git a/m4/init.m4 b/m4/init.m4 index 8693fd235..2bf9dd3e3 100644 --- a/m4/init.m4 +++ b/m4/init.m4 @@ -21,14 +21,7 @@ # 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]) -- 2.47.2