summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpaul <paul>2004-11-12 09:05:00 +0000
committerpaul <paul>2004-11-12 09:05:00 +0000
commit670bbf196b264cce7ce1b6f025d872c9a9db8f3e (patch)
tree6372b775d7e8c25485e4b36544ea83b694fd7b70 /configure.ac
parent85fb1e6dc3c133860d8404c3b233acade91acb05 (diff)
2004-11-12 Paul Jakma <paul@dishone.st>
* configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for every input file, should be only be for vtysh/extract.pl, so that should be a seperate AC_CONFIG_FILES.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0030e5a9..adaf9e8e 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.74 2004/11/08 17:38:30 paul Exp $
+## $Id: configure.ac,v 1.75 2004/11/12 09:05:00 paul Exp $
AC_PREREQ(2.53)
AC_INIT(Quagga, 0.97.3, [http://bugzilla.quagga.net])
@@ -1149,12 +1149,12 @@ AC_CONFIG_FILES([Makefile lib/Makefile zebra/Makefile ripd/Makefile
ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile
ospfclient/Makefile tests/Makefile m4/Makefile redhat/Makefile
pkgsrc/Makefile
- vtysh/extract.pl redhat/quagga.spec
+ redhat/quagga.spec
lib/version.h
doc/defines.texi
pkgsrc/bgpd.sh pkgsrc/ospf6d.sh pkgsrc/ospfd.sh
pkgsrc/ripd.sh pkgsrc/ripngd.sh pkgsrc/zebra.sh],
- [chmod +x vtysh/extract.pl])
+AC_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl])
AC_OUTPUT
echo "