From f31293af1dd1dbdbf4f51e63a640325a129935a2 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 12 Nov 2004 09:27:04 +0000 Subject: - urg, fix the missing close bracket from previous commit --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index adaf9e8e..1a72fa1b 100755 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro ## Portions Copyright (c) 2003 Paul Jakma ## -## $Id: configure.ac,v 1.75 2004/11/12 09:05:00 paul Exp $ +## $Id: configure.ac,v 1.76 2004/11/12 09:27:04 paul Exp $ AC_PREREQ(2.53) AC_INIT(Quagga, 0.97.3, [http://bugzilla.quagga.net]) @@ -1153,7 +1153,7 @@ AC_CONFIG_FILES([Makefile lib/Makefile zebra/Makefile ripd/Makefile lib/version.h doc/defines.texi 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]) AC_CONFIG_FILES([vtysh/extract.pl],[chmod +x vtysh/extract.pl]) AC_OUTPUT -- cgit v1.2.1