forked from Mirror/frr
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.
This commit is contained in:
parent
85fb1e6dc3
commit
670bbf196b
|
@ -1,3 +1,9 @@
|
||||||
|
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.
|
||||||
|
|
||||||
2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* redhat/quagga.spec.in: add comments showing how to get gcc verbosity
|
* redhat/quagga.spec.in: add comments showing how to get gcc verbosity
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
||||||
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
|
## 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_PREREQ(2.53)
|
||||||
|
|
||||||
AC_INIT(Quagga, 0.97.3, [http://bugzilla.quagga.net])
|
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
|
ospf6d/Makefile isisd/Makefile vtysh/Makefile doc/Makefile
|
||||||
ospfclient/Makefile tests/Makefile m4/Makefile redhat/Makefile
|
ospfclient/Makefile tests/Makefile m4/Makefile redhat/Makefile
|
||||||
pkgsrc/Makefile
|
pkgsrc/Makefile
|
||||||
vtysh/extract.pl redhat/quagga.spec
|
redhat/quagga.spec
|
||||||
lib/version.h
|
lib/version.h
|
||||||
doc/defines.texi
|
doc/defines.texi
|
||||||
pkgsrc/bgpd.sh pkgsrc/ospf6d.sh pkgsrc/ospfd.sh
|
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_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
|
Loading…
Reference in a new issue