diff options
author | paul <paul> | 2003-05-20 00:17:45 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-20 00:17:45 +0000 |
commit | 6382b6f83d5f4e1fea424c1164cfdd9f9ea6f40e (patch) | |
tree | ce8451f5e1092ae3e9779d94ff8b998970c0f2ab /configure.ac | |
parent | 408ad94329479216806545842c0e5f23241406b2 (diff) |
Autogenerate the redhat/zebra.spec file using autoconf
supplied VERSION and CONFDATE.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa9bac00..58624556 100755 --- a/configure.ac +++ b/configure.ac @@ -908,7 +908,11 @@ 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 ripngd/Makefile bgpd/Makefile ospfd/Makefile ospf6d/Makefile vtysh/Makefile doc/Makefile ospfclient/Makefile) +AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile + ripngd/Makefile bgpd/Makefile ospfd/Makefile + ospf6d/Makefile vtysh/Makefile doc/Makefile + ospfclient/Makefile + redhat/zebra.spec) echo " zebra configuration |