[next] telepathy-idle: Put Autoconf, Automake, Libtool droppings in / build-aux

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Jan 30 02:29:34 PST 2014


Module: telepathy-idle
Branch: next
Commit: 70f05f79229ff7b88a3ebe388394cf612809f625
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=70f05f79229ff7b88a3ebe388394cf612809f625

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Sep 23 18:56:30 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(+)

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



More information about the telepathy-commits mailing list