summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-03 15:03:48 +0100
committerSimon McVittie <smcv@collabora.com>2018-10-03 16:14:34 +0100
commit45baade294f33a0ded3434cd764f80eef1239950 (patch)
treee323ff15a3563e1a70620c705e62cfcf0ee215f0
parentd23bdb4fe94b4592de4589ce5788f5461ef22507 (diff)
downloaddbus-glib-45baade294f33a0ded3434cd764f80eef1239950.tar.gz
build: Move Autotools droppings into ./build-aux/
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitignore9
-rw-r--r--configure.ac2
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])