From: Simon McVittie Date: Thu, 24 Feb 2011 15:58:01 +0000 (+0000) Subject: Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL X-Git-Tag: dbus-1.4.8~14^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb06b43956355619a2513bfda41a32185be8a9c8;p=thirdparty%2Fdbus.git Honour aclocal flags in Makefile.am, rather than gluing them onto ACLOCAL Part of a patch by Javier Jardón. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245 Reviewed-by: Simon McVittie --- diff --git a/Makefile.am b/Makefile.am index ac7dcb152..52b40e9ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,6 @@ update-authors: DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} include tools/lcov.am diff --git a/configure.ac b/configure.ac index e8ac2aa22..42ec552bc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,6 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.10 tar-ustar -Wno-portability]) -# Honor aclocal flags -ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - GETTEXT_PACKAGE=dbus-1 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the gettext domain])