summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-06-19 12:34:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-06-19 12:35:27 +0100
commitf2ef82d17d4825f60c439a00413ee8c1e0ecba1a (patch)
tree87378e81362e10349dafb8a52f7f13d6df1be181
parent9247f90c44e37b1266fcd187c63c50e26ed30ba1 (diff)
downloadclutter-gst-f2ef82d17d4825f60c439a00413ee8c1e0ecba1a.tar.gz
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.
-rw-r--r--configure.ac6
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 ========================================================================