From fb57546eb401763598cf740d3cc3e0675827b453 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 4 Mar 2015 10:37:49 +0000 Subject: [PATCH 9/9] Move Autoconf/Automake droppings into /build-aux/ --- .gitignore | 1 + configure.ac | 1 + test/Makefile.am | 2 +- test/name-test/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 351ae75..8d74682 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.rej *.o *~ +/build-aux/ compile config.cache config.log diff --git a/configure.ac b/configure.ac index 40546d7..d1c1a0d 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ m4_define([dbus_micro_version], [15]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST diff --git a/test/Makefile.am b/test/Makefile.am index 7a23efd..a3a00cc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -37,7 +37,7 @@ libdbus_testutils_la_LIBADD = \ TEST_EXTENSIONS = .sh -LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh +LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh LOG_COMPILER = $(srcdir)/glib-tap-test.sh SH_LOG_DRIVER = $(LOG_DRIVER) SH_LOG_COMPILER = $(SHELL) diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 5cab851..f61c922 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -9,7 +9,7 @@ AM_LDFLAGS = @R_DYNAMIC_LDFLAG@ TEST_EXTENSIONS = .sh -SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh +SH_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh SH_LOG_COMPILER = $(SHELL) ## note that TESTS has special meaning (stuff to use in make check) -- 2.1.4