diff options
author | paul <paul> | 2005-05-13 22:11:53 +0200 |
---|---|---|
committer | paul <paul> | 2005-05-13 22:11:53 +0200 |
commit | 14c1f187acdca1278e035e30d4c036d6eacf9721 (patch) | |
tree | 596fcb876e4395785399465e15ec2d922d0f37c8 /configure.ac | |
parent | 2005-05-13 Paul Jakma <paul.jakma@sun.com> (diff) | |
download | frr-14c1f187acdca1278e035e30d4c036d6eacf9721.tar.xz frr-14c1f187acdca1278e035e30d4c036d6eacf9721.zip |
- revert the commenting of touch doc/quagga.info, wont work because
defines.texi is autogenerated every configure time so it will always
be newer than quagga.info, and hence require quagga.info to be built. drat.
Diffstat (limited to '')
-rwxr-xr-x | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 370b004e2..9da0e0fe6 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.107 2005/05/13 07:09:50 paul Exp $ +## $Id: configure.ac,v 1.108 2005/05/13 20:11:53 paul Exp $ AC_PREREQ(2.53) AC_INIT(Quagga, 0.99.1, [http://bugzilla.quagga.net]) @@ -1339,7 +1339,7 @@ AC_CONFIG_FILES([solaris/Makefile]) AC_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl]) ## Hack, but working solution to avoid rebuilding of quagga.info. ## It's already in CVS until texinfo 4.7 is more common. -dnl AC_CONFIG_COMMANDS([info-time],[touch doc/quagga.info])dnl +AC_CONFIG_COMMANDS([info-time],[touch doc/quagga.info]) AC_OUTPUT echo " |