diff options
author | paul <paul> | 2003-05-20 00:17:45 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-20 00:17:45 +0000 |
commit | e56db745fa5e512d4ccd4c407af9ce2f231eb0b3 (patch) | |
tree | 82e49f2da1f52ee5835dcc26ccd49aa796f7f632 | |
parent | 90767ef4a3ace9d1315f7b722a36370f88b5e5f5 (diff) | |
download | quagga-e56db745fa5e512d4ccd4c407af9ce2f231eb0b3.tar.bz2 quagga-e56db745fa5e512d4ccd4c407af9ce2f231eb0b3.tar.xz |
Autogenerate the redhat/zebra.spec file using autoconf
supplied VERSION and CONFDATE.
-rwxr-xr-x | configure.ac | 6 | ||||
-rwxr-xr-x | configure.in | 6 | ||||
-rw-r--r-- | redhat/zebra.spec.in (renamed from redhat/zebra.spec) | 4 |
3 files changed, 12 insertions, 4 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 diff --git a/configure.in b/configure.in index aa9bac00..58624556 100755 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/redhat/zebra.spec b/redhat/zebra.spec.in index 6419fafb..ce3a6fb4 100644 --- a/redhat/zebra.spec +++ b/redhat/zebra.spec.in @@ -26,8 +26,8 @@ Summary: Routing daemon Name: zebra -Version: 0.94 -Release: 2003032501 +Version: @VERSION@ +Release: @CONFDATE@ License: GPL Group: System Environment/Daemons Source0: ftp://ftp.zebra.org/pub/zebra/%{name}-%{version}.tar.gz |