[gegl] build: set automake options in AM_INIT_AUTOMAKE



commit 61fe3791660f561c3e2c0d7c0076b38edc71086a
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Oct 17 13:38:13 2011 +0100

    build: set automake options in AM_INIT_AUTOMAKE

 Makefile.am  |    2 --
 configure.ac |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 90b08f4..c332b6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = dist-bzip2
-
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 # The libs directory needs to be before anything which can depend on its
diff --git a/configure.ac b/configure.ac
index 787a5c3..77ad5fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,7 +128,7 @@ AC_SUBST(LUA_REQUIRED_VERSION)
 
 dnl ==========================================================================
 
-AM_INIT_AUTOMAKE(no-define no-dist-gzip -Wno-portability)
+AM_INIT_AUTOMAKE([1.10 no-define dist-bzip2 no-dist-gzip -Wno-portability])
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE([enable])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]