summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 04d3805..63f9d74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,12 @@ 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([1.10 foreign])
+AM_INIT_AUTOMAKE([
+1.11.1
+foreign
+no-dist-gzip
+dist-xz
+])
# Save original CFLAGS, CPPFLAGS, CXXFLAGS values.
orig_CFLAGS="$CFLAGS"