[clutter-gst/clutter-gst-3.0] build: Enable subdir-objects



commit f2ef82d17d4825f60c439a00413ee8c1e0ecba1a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Jun 19 12:34:46 2016 +0100

    build: Enable subdir-objects
    
    Drop backwards compatibility with long since deprecated versions of
    automake.
    
    The recent work done to support non-srcdir builds also allows us to drop
    the configuration variable for Continuous to pick up.

 configure.ac |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 30aded4..1932cb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,7 @@ AC_CONFIG_AUX_DIR([build/autotools])
 AC_CONFIG_SRCDIR([clutter-gst/clutter-gst.h])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability foreign no-dist-gzip dist-xz tar-ustar])
-
-echo \#buildapi-variable-no-builddir >/dev/null
+AM_INIT_AUTOMAKE([1.14 -Wno-portability foreign no-dist-gzip dist-xz tar-ustar subdir-objects])
 
 CLUTTER_GST_MAJOR_VERSION=clutter_gst_major_version
 CLUTTER_GST_MINOR_VERSION=clutter_gst_minor_version
@@ -89,7 +87,7 @@ AC_SUBST(GSTREAMER_REQ_VERSION)
 
 dnl ========================================================================
 
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
 AS_AM_REALLY_SILENT
 
 dnl ========================================================================


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