summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-23 18:56:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-10 13:05:19 +0100
commit70f05f79229ff7b88a3ebe388394cf612809f625 (patch)
tree30259f2b756ac77afe30bca07bed78d43dfdf32c
parentc6b2511c0d608faa79fae3f74efad0cecffd55ba (diff)
downloadtelepathy-idle-70f05f79229ff7b88a3ebe388394cf612809f625.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>
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 33cf615..ec52be8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
/INSTALL
aclocal.m4
autom4te.cache
+/build-aux
config.guess
config.cache
config.h
diff --git a/configure.ac b/configure.ac
index 54ce94c..dcabaeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AC_INIT([telepathy-idle], [idle_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=idle])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
# Enable silent build rules by default, requires at least
# Automake-1.11. Disable by either passing --disable-silent-rules to