]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-08-19 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Thu, 19 Aug 2004 04:41:21 +0000 (04:41 +0000)
committerpaul <paul>
Thu, 19 Aug 2004 04:41:21 +0000 (04:41 +0000)
        * Makefile.am: add m4 directory to EXTRA_DIST, and define
          ACLOCAL_AMFLAGS to have aclocal pull in m4/
        * configure.ac: AM_PROG_LIBTOOL should be AC_PROG_LIBTOOL
        * update-autotools: print a warning that this script is deprecated

Makefile.am
configure.ac
update-autotools

index 166c5b7ef47cf3482e7109ff16d5924d86580398..91b2964128af191f3984ad1b3507dafaa5b62390 100644 (file)
@@ -9,4 +9,7 @@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
 EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
        vtysh/Makefile.am update-autotools \
        tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
-       tools/zebra.el 
+       tools/zebra.el m4
+       
+
+ACLOCAL_AMFLAGS = -I m4
index e7df8d0605e15e5d556676a7449efe9d12dfe831..648b5e326d4fa2767a7bab703aa1a69662b9d560 100755 (executable)
@@ -5,7 +5,7 @@
 ##  Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
 ##  Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
 ##
-## $Id: configure.ac,v 1.58 2004/07/26 19:27:51 paul Exp $
+## $Id: configure.ac,v 1.59 2004/08/19 04:41:21 paul Exp $
 AC_PREREQ(2.53)
 
 AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net])
@@ -70,7 +70,7 @@ AC_AIX
 dnl -------
 dnl libtool
 dnl -------
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 
 dnl ----------------------
 dnl Packages configuration
index 5a4f6d2536515d31cc09a17a47ab81296ecff8b1..4d7b6f731617e9d727a61d3455e13ead122b0cfc 100755 (executable)
@@ -7,6 +7,9 @@
 rm -f config.cache Makefile.in aclocal.m4 config.h.in configure
 rm -rf autom4te.cache
 
+echo "This $0 script is deprecated, and will be removed at some stage."
+echo "Please use the 'autoreconf' command included with autoconf."
+
 echo "TOOLS VERIONS:"
 for tool in autoheader autoconf libtool libtoolize aclocal automake; do
   $tool --version | head -1