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

Simon McVittie smcv at kemper.freedesktop.org
Mon Sep 23 10:56:43 PDT 2013


Module: telepathy-salut
Branch: master
Commit: 28955b889390c8f8364022a81e6fb93c5e8dfe97
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=28955b889390c8f8364022a81e6fb93c5e8dfe97

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>.

---

 .gitignore   |    1 +
 configure.ac |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4559da9..d87d4ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,7 @@ INSTALL
 .deps
 aclocal.m4
 autom4te.cache
+/build-aux
 compile
 config.guess
 config.h
diff --git a/configure.ac b/configure.ac
index 9f58cf3..3f7cde1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_INIT([Telepathy Salut], [salut_version],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-salut])
 
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_LANG([C])
 AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])



More information about the telepathy-commits mailing list