From 45baade294f33a0ded3434cd764f80eef1239950 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 3 Oct 2018 15:03:48 +0100 Subject: build: Move Autotools droppings into ./build-aux/ Signed-off-by: Simon McVittie --- .gitignore | 9 +-------- configure.ac | 2 ++ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index cef0517..d235e90 100644 --- a/.gitignore +++ b/.gitignore @@ -14,14 +14,12 @@ ChangeLog Doxyfile aclocal.m4 autom4te.cache/ -/compile -config.guess +/build-aux/ config.h config.h.in config.h.in~ config.log config.status -config.sub configure dbus-glib-1.pc dbus-glib-1-uninstalled.pc @@ -48,7 +46,6 @@ dbus/examples/statemachine/statemachine-server dbus/examples/statemachine/statemachine-server-glue.h dbus/libdbus-glib-1.la dbus/libdbus-gtool.la -depcomp doc/Makefile doc/Makefile.in doc/reference/Makefile @@ -77,7 +74,6 @@ doc/reference/tmpl/ doc/reference/version.xml doc/reference/xml/ gtk-doc.make -install-sh libtool ltmain.sh /lcov.info @@ -117,7 +113,6 @@ test/data/valid-service-files/debug-glib.service test/data/valid-service-files/test-interfaces.service.in test/data/valid-service-files/interfaces-test.service test/test-service -/test-driver tools/Makefile tools/Makefile.in tools/dbus-bus-introspect.xml @@ -187,10 +182,8 @@ doc/reference/xml gtk-doc.make install-sh libtool -ltmain.sh m4/Makefile m4/Makefile.in -missing stamp-h1 test/Makefile test/Makefile.in diff --git a/configure.ac b/configure.ac index b57b0d0..af73eae 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,8 @@ AC_PREREQ(2.52) AC_INIT([dbus-glib], [0.111], [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib]) +AC_CONFIG_AUX_DIR([build-aux]) + AC_CANONICAL_HOST AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) -- cgit v1.2.1