automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 2.52


From: Akim Demaille
Subject: FYI: 2.52
Date: 22 Sep 2001 18:38:06 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

I also updated to 1.5a so that AUTOMAKE_OPTIONS = 1.5 accepts the
current CVS Automake.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * configure.in, NEWS: Bump to 1.5a.
        Require 2.52.

Index: NEWS
===================================================================
RCS file: /cvs/automake/automake/NEWS,v
retrieving revision 1.152
diff -u -u -r1.152 NEWS
--- NEWS 2001/09/22 16:05:36 1.152
+++ NEWS 2001/09/22 16:20:10
@@ -1,4 +1,7 @@
-New in 1.4s:
+New in 1.5a:
+* Autoconf 2.52 is required.
+
+New in 1.5:
 * Support for `configure.ac'.
 * Support for `else COND', `endif COND' and negated conditions `!COND'.
 * `make dist-all' is much faster.
Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.89
diff -u -u -r1.89 configure.in
--- configure.in 2001/09/22 16:05:36 1.89
+++ configure.in 2001/09/22 16:20:10
@@ -18,11 +18,13 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-AC_INIT(automake.in)
+AC_PREREQ(2.52)
+AC_INIT([GNU Automake], [1.5a], address@hidden)
 
+AC_CONFIG_SRCDIR(automake.in)
 AC_CONFIG_AUX_DIR(lib)
 
-AM_INIT_AUTOMAKE(automake, 1.4s)
+AM_INIT_AUTOMAKE(automake, 1.5a)
 
 ACLOCAL="`pwd`/aclocal --acdir=m4"
 # $AUTOMAKE is always run after a `cd $top_srcdir', hence `.' is really
@@ -37,12 +39,12 @@
    AC_MSG_ERROR([perl 5.005 or better is required])
 }
 
+AC_CONFIG_FILES([automake], [chmod +x automake])
+AC_CONFIG_FILES([aclocal], [chmod +x aclocal])
+
 AC_OUTPUT([Makefile
            lib/Makefile
            lib/Automake/Makefile
           lib/am/Makefile
            m4/Makefile
-           tests/Makefile
-
-           automake aclocal],
-          [chmod +x automake aclocal])
+           tests/Makefile])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]