summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpaul <paul>2003-03-01 15:42:52 +0000
committerpaul <paul>2003-03-01 15:42:52 +0000
commit55287fe982867144efc02a836221506e6922d00e (patch)
tree33e30a129f040f4f909f234e41f8464862a7b9c0 /configure.ac
parentccf3557b9b8b141e76ba0dc57ad9cf3de249674e (diff)
Downgrade the ACPREREQ test. Chance our arm with allowing automake version
2.52
Diffstat (limited to 'configure.ac')
-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)