summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-05 09:09:04 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:37 +0100
commitcef0553eb465e4e8726cef8bdbc86bbe405be563 (patch)
treecf7d15f0fc0cee335957401fea28a7d9dd15c544
parent8ab6afb0c446c1ad5874b55e0f611627849ff2e8 (diff)
downloadrasdaman-upstream-cef0553eb465e4e8726cef8bdbc86bbe405be563.tar.gz
rasdaman-upstream-cef0553eb465e4e8726cef8bdbc86bbe405be563.tar.xz
rasdaman-upstream-cef0553eb465e4e8726cef8bdbc86bbe405be563.zip
build: Require automake >= 1.10
automake 1.10 was released around the time autoconf 2.61 (which we already require) was released in late 2006, so that should not present a real obstacle to people. However, it at least avoids compatibility issues with even more ancient versions.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index af69a69..576dd69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.61)
# CAVEAT: in the following two lines keep version numbers in sync!
AC_INIT(Rasdaman, 8.0.0, baumann@rasdaman.com)
RMANVERSION=8000
-AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([1.10])
# Save original CFLAGS, CPPFLAGS, CXXFLAGS values.
orig_CFLAGS="$CFLAGS"