summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpaul <paul>2004-07-26 19:27:51 +0000
committerpaul <paul>2004-07-26 19:27:51 +0000
commit41c14a1fc3c97f8cfcb4ef8f8bce12a2d9ad29df (patch)
treed9b53eadf8cf0043c1c35bae2f58dd7ba853b858 /configure.ac
parent1203e1c07c444df615605168c72852389e20340c (diff)
2004-07-26 Paul Jakma <paul@dishone.st>
* configure.ac: reenable tests/Makefile * tests/Makefile.am: automake file for tests dir * tests/.cvsignore: update
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d8dc03e5..e7df8d06 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.57 2004/07/23 16:23:56 gdt Exp $
+## $Id: configure.ac,v 1.58 2004/07/26 19:27:51 paul Exp $
AC_PREREQ(2.53)
AC_INIT(quagga, 0.96.5, [http://bugzilla.quagga.net])
@@ -1125,7 +1125,7 @@ AC_OUTPUT(Makefile lib/Makefile zebra/Makefile ripd/Makefile
vtysh/extract.pl
redhat/Makefile redhat/quagga.spec
lib/version.h
-dnl tests/Makefile
+ tests/Makefile
,
[chmod +x vtysh/extract.pl])