summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorgdt <gdt>2004-04-07 22:48:47 +0000
committergdt <gdt>2004-04-07 22:48:47 +0000
commit1e9da62ea60a8158910663c0686f6f01364745d0 (patch)
treef1f003a7c5c54cfb3d866cc1be565e5bd8f74241 /configure.ac
parente2b2ce33614437493361c84a1758dd580d60e90d (diff)
downloadquagga-1e9da62ea60a8158910663c0686f6f01364745d0.tar.bz2
quagga-1e9da62ea60a8158910663c0686f6f01364745d0.tar.xz
add $Id:$ line, commented out
require automake 1.6, in case that helps quagga.net (paul: please try it)
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b55685ae..a94ce8cc 100755
--- a/configure.ac
+++ b/configure.ac
@@ -5,11 +5,12 @@
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
##
+## $Id$
AC_PREREQ(2.53)
AC_INIT(quagga, 0.96.4, [http://bugzilla.quagga.net])
AC_CONFIG_SRCDIR(lib/zebra.h)
-AM_INIT_AUTOMAKE(1.7)
+AM_INIT_AUTOMAKE(1.6)
AM_CONFIG_HEADER(config.h)
dnl default is to match previous behavior