summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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])