From: Sebastian Dröge Date: Fri, 26 Feb 2010 14:46:58 +0000 (+0100) Subject: configure: Use automake 1.11 silent rules instead of shave if available X-Git-Tag: 1.19.3~485^2~411 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=daab7d1c40b12b2449270851c6e54ba716b9ecda;p=platform%2Fupstream%2Fgstreamer.git configure: Use automake 1.11 silent rules instead of shave if available This makes sure that we use something that is still maintained and also brings back libtool 1.5 support. --- diff --git a/configure.ac b/configure.ac index a8a59a7..474192f 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,11 @@ AM_CONFIG_HEADER([config.h]) dnl AM_MAINTAINER_MODE only provides the option to configure to enable it AM_MAINTAINER_MODE +dnl use pretty build output with automake >= 1.11 +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])], + [AM_DEFAULT_VERBOSITY=1 + AC_SUBST(AM_DEFAULT_VERBOSITY)]) + AC_DEFINE_UNQUOTED(PYGST_MAJOR_VERSION, $PACKAGE_VERSION_MAJOR, [PyGst major version]) AC_DEFINE_UNQUOTED(PYGST_MINOR_VERSION, $PACKAGE_VERSION_MINOR, [PyGst minor version]) AC_DEFINE_UNQUOTED(PYGST_MICRO_VERSION, $PACKAGE_VERSION_MICRO, [PyGst micro version]) @@ -353,15 +358,11 @@ AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR(could not find Python lib)]) AG_GST_SET_PLUGINDIR -SHAVE_INIT([common],[enable]) - AC_OUTPUT([ Makefile codegen/Makefile common/Makefile common/m4/Makefile - common/shave - common/shave-libtool gst/Makefile gst/gstversion.override gst/extend/Makefile