From cef0553eb465e4e8726cef8bdbc86bbe405be563 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 5 Mar 2011 09:09:04 +0100 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit