From: paul Date: Sat, 1 Mar 2003 15:42:52 +0000 (+0000) Subject: Downgrade the ACPREREQ test. Chance our arm with allowing automake version X-Git-Tag: frr-2.0-rc1~4143 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=55287fe982867144efc02a836221506e6922d00e;p=matthieu%2Ffrr.git Downgrade the ACPREREQ test. Chance our arm with allowing automake version 2.52 --- diff --git a/configure.ac b/configure.ac index 1adc8a7ff1..2e6055e286 100755 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ ## ## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro ## -AC_PREREQ(2.53) +AC_PREREQ(2.52) AC_INIT(lib/zebra.h) AM_INIT_AUTOMAKE(zebra, 0.94)