summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2010-09-24 15:53:30 +0000
committerSteve Huston <shuston@riverace.com>2010-09-24 15:53:30 +0000
commitee8185e10a0e38a6e134f703fefb059e86113420 (patch)
tree98ec65120e42f2f56de4b44249d89fd99aba6470
parent8ca7392872dbd8cc55834b6df3787a359cdf72ec (diff)
downloadATCD-ee8185e10a0e38a6e134f703fefb059e86113420.tar.gz
Back off autoconf req't to 2.58 from 2.61
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00d7a536b5c..1aa6b8a61e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ additional details.])
dnl Require GNU Autoconf 2.58 or better. Previous versions did not
dnl correctly support HP-UX.
-AC_PREREQ(2.61)
+AC_PREREQ(2.58)
dnl Autoconf explicitly forbids patterns containing "_AC_". This causes
dnl a problem when using MPC to generate the Automake ".am" files since