summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 19:06:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-09 17:58:25 +0100
commit3a0d46b14462004f487e85a41f47ecbca621f6cf (patch)
tree146c518156d1ac920c27a5db7e7534cdd02f6d66 /configure.ac
parentde8059dfa97a580562ca62aa09be3db5b126d917 (diff)
downloadtelepathy-gabble-3a0d46b14462004f487e85a41f47ecbca621f6cf.tar.gz
Put Autoconf, Automake, Libtool droppings in /build-aux
This is basically Mission Control commit c3cba937, requested in <https://bugs.freedesktop.org/show_bug.cgi?id=69542>. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ae535615c..78ccdcb0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ AC_INIT([Telepathy Gabble], [gabble_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar subdir-objects])
AM_CONFIG_HEADER(config.h)