diff options
author | paul <paul> | 2004-08-19 04:41:21 +0000 |
---|---|---|
committer | paul <paul> | 2004-08-19 04:41:21 +0000 |
commit | 07655e1c67ce384356c8ce6fb2a2764377c08dfd (patch) | |
tree | 5dc26bd25518f0fa52eeaafb63e1b5252e1b686e /configure.ac | |
parent | bdef0232e12c018e15845fadbee2149a4d2a7b89 (diff) | |
download | quagga-07655e1c67ce384356c8ce6fb2a2764377c08dfd.tar.bz2 quagga-07655e1c67ce384356c8ce6fb2a2764377c08dfd.tar.xz |
2004-08-19 Paul Jakma <paul@dishone.st>
* 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
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 01ad7694..22ffaf1b 100755 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ AC_AIX dnl ------- dnl libtool dnl ------- -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL dnl ---------------------- dnl Packages configuration |