summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul <paul>2003-03-01 15:42:52 +0000
committerpaul <paul>2003-03-01 15:42:52 +0000
commite08a0f135ef1c3d42731bb87d9f42e6d1d256324 (patch)
tree52644be09ab35a276218748428e10750ae36aa3f
parentf24473ff0a81528c2866dad11abf4e5aa849ebf0 (diff)
downloadquagga-e08a0f135ef1c3d42731bb87d9f42e6d1d256324.tar.bz2
quagga-e08a0f135ef1c3d42731bb87d9f42e6d1d256324.tar.xz
Downgrade the ACPREREQ test. Chance our arm with allowing automake version
2.52
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1adc8a7f..2e6055e2 100755
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
##
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
##
-AC_PREREQ(2.53)
+AC_PREREQ(2.52)
AC_INIT(lib/zebra.h)
AM_INIT_AUTOMAKE(zebra, 0.94)