mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-03 06:58:17 +02:00
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 <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
260f70e0af
commit
fb06b43956
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue