diff options
author | paul <paul> | 2003-03-01 15:42:52 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-01 15:42:52 +0000 |
commit | 55287fe982867144efc02a836221506e6922d00e (patch) | |
tree | 33e30a129f040f4f909f234e41f8464862a7b9c0 | |
parent | ccf3557b9b8b141e76ba0dc57ad9cf3de249674e (diff) |
Downgrade the ACPREREQ test. Chance our arm with allowing automake version
2.52
-rwxr-xr-x | configure.ac | 2 |
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) |