From 14c17fd8254807648546d3bbe28db657b5979eef Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 7 Nov 2004 22:34:23 +0000 Subject: 2004-11-06 Paul Jakma * configure.ac: Arguments to AC_OUTPUT is deprecated, use AC_CONFIG_FILES instead. Rearrange the order slightly to put the Makefiles first (silly aesthetic thing, dont know why I had to do this ;) ). Add doc/defines.texi to the list. * NEWS: bgp route-server support added, refer to docs. * update-autotools: call automake with --add-missing and --copy, former is important for obvious reasons, latter for dist files, and --gnu to enable whatever extra goodness checks. * {depcomp, install-sh, missing}: removed, auto-generated files. --- configure.ac | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 04c0ad90..b8095be1 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.72 2004/10/22 23:53:19 paul Exp $ +## $Id: configure.ac,v 1.73 2004/11/07 22:34:23 paul Exp $ AC_PREREQ(2.53) AC_INIT(Quagga, 0.97.2, [http://bugzilla.quagga.net]) @@ -1144,20 +1144,18 @@ ac_cv_htonl_works=yes, ac_cv_htonl_works=no)]) AC_MSG_RESULT($ac_cv_htonl_works) -AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile +AC_CONFIG_FILES([Makefile lib/Makefile zebra/Makefile ripd/Makefile ripngd/Makefile bgpd/Makefile ospfd/Makefile ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile - ospfclient/Makefile - vtysh/extract.pl - m4/Makefile + ospfclient/Makefile tests/Makefile m4/Makefile redhat/Makefile pkgsrc/Makefile - redhat/Makefile redhat/quagga.spec + vtysh/extract.pl redhat/quagga.spec lib/version.h - tests/Makefile + doc/defines.texi pkgsrc/bgpd.sh pkgsrc/ospf6d.sh pkgsrc/ospfd.sh - pkgsrc/ripd.sh pkgsrc/ripngd.sh pkgsrc/zebra.sh - , + pkgsrc/ripd.sh pkgsrc/ripngd.sh pkgsrc/zebra.sh], [chmod +x vtysh/extract.pl]) +AC_OUTPUT echo " Quagga configuration -- cgit v1.2.1