telepathy-rakia: Put Autoconf, Automake, Libtool droppings in /build-aux

Simon McVittie smcv at kemper.freedesktop.org
Wed Oct 9 10:44:11 PDT 2013


Module: telepathy-rakia
Branch: master
Commit: 05c2449384d517b94cf0146908fdacfc7f4d4c8d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=05c2449384d517b94cf0146908fdacfc7f4d4c8d

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct  2 19:06:50 2013 +0100

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 at collabora.co.uk>

---

 .gitignore   |    1 +
 configure.ac |    1 +
 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,



More information about the telepathy-commits mailing list