From 0fc42949a4748f0ab8b5952bac15112762504fe0 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 19 Aug 2004 04:41:21 +0000 Subject: 2004-08-19 Paul Jakma * 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e7df8d06..648b5e32 100755 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro ## Portions Copyright (c) 2003 Paul Jakma ## -## $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 -- cgit v1.2.1