summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5117637..e2565ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,6 @@
# COMMENTS:
#
##################################################################
-AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index 576dd69..59f3601 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([1.10])
+AM_INIT_AUTOMAKE([1.10 foreign])
# Save original CFLAGS, CPPFLAGS, CXXFLAGS values.
orig_CFLAGS="$CFLAGS"