summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpaul <paul>2004-11-07 22:34:23 +0000
committerpaul <paul>2004-11-07 22:34:23 +0000
commit14c17fd8254807648546d3bbe28db657b5979eef (patch)
tree69964205d871d37478532749b91ae149d55521a9 /configure.ac
parentb35e5b4efc3c359e7b4f89e4423eaccabd51067b (diff)
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.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac16
1 files changed, 7 insertions, 9 deletions
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 <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=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