diff options
author | gdt <gdt> | 2004-08-27 15:57:35 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-08-27 15:57:35 +0000 |
commit | 69f1fc22f70b4baed62582cbaaefaf374665791c (patch) | |
tree | 27c18783fb335758e2008533ec8980316ef57862 /configure.ac | |
parent | 5a9c53ded34d688dd4362d0664ee3cdcb737e7db (diff) |
Add start/stop scripts for the rc.d framework used by
pkgsrc (NetBSD and others). Contributed by Miles Nordin.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3c03282e..df819ede 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.60 2004/08/26 12:21:28 hasso Exp $ +## $Id: configure.ac,v 1.61 2004/08/27 15:57:35 gdt Exp $ AC_PREREQ(2.53) AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net]) @@ -1123,6 +1123,7 @@ AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile ospfclient/Makefile vtysh/extract.pl + pkgsrc/Makefile redhat/Makefile redhat/quagga.spec lib/version.h tests/Makefile |