summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-04-04 10:30:43 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-04-04 10:30:43 +1000
commit30fa005a8fd3ec8afcd4d37c45f89916e4e52504 (patch)
tree5a5ad1c82a81ebbf42a18a01954a840a44f09c4a /build_posix
parent0a5bdab54eff9cf0b25a52ffe812dcc2dd154e88 (diff)
downloadmongo-30fa005a8fd3ec8afcd4d37c45f89916e4e52504.tar.gz
Relax the version requirements for autoconf and libtool: we are testing with 2.63 and 2.2.6, respectively.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/configure.ac.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_posix/configure.ac.in b/build_posix/configure.ac.in
index 53c6022c031..27de77efbf2 100644
--- a/build_posix/configure.ac.in
+++ b/build_posix/configure.ac.in
@@ -1,5 +1,5 @@
PACKAGE=wiredtiger
-AC_PREREQ(2.68)
+AC_PREREQ(2.63)
AC_INIT(WiredTiger, m4_normalize(m4_include([build_posix/aclocal/version.m4])),
[support@wiredtiger.com])
@@ -21,7 +21,7 @@ fi
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
-LT_PREREQ(2.4)
+LT_PREREQ(2.2.6)
LT_INIT([pic-only])
AC_SUBST([LIBTOOL_DEPS])