summaryrefslogtreecommitdiff
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 18:43:04 +0100
commit05c2449384d517b94cf0146908fdacfc7f4d4c8d (patch)
treefe9e2d52dc0893de6e1542343e3941db1d32ab51
parent6edb23ff8f07b112c14ddf231b8bcf034b9d7b15 (diff)
Put Autoconf, Automake, Libtool droppings in /build-auxHEADmaster
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 051b569..134c1d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ src/*-enumtypes.[ch]
# Autogenerated build files
/aclocal.m4
/autom4te.cache
+/build-aux
/compile
/config.guess*
/config.h.in
diff --git a/configure.ac b/configure.ac
index dd921f3..fb7ee24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ m4_define([THIS_VERSION],
AC_INIT(THIS_PACKAGE, THIS_VERSION)
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AS_VERSION(THIS_PACKAGE, TELEPATHY_SIP_VERSION,
VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO, VERSION_NANO,