2004-11-06 Paul Jakma <paul@dishone.st>
* 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.
diff --git a/configure.ac b/configure.ac
index 04c0ad9..b8095be 100755
--- a/configure.ac
+++ b/configure.ac
@@ -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.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=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