telepathy-gabble: Put Autoconf, Automake, Libtool droppings in /build-aux
Simon McVittie
smcv at kemper.freedesktop.org
Wed Oct 9 10:39:20 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: 3a0d46b14462004f487e85a41f47ecbca621f6cf
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=3a0d46b14462004f487e85a41f47ecbca621f6cf
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 9c42dc2..bb2a5be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ Makefile.in
_gen
/aclocal.m4
/autom4te.cache
+/build-aux
/compile
/config.cache
/config.guess
diff --git a/configure.ac b/configure.ac
index ae53561..78ccdcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ AC_INIT([Telepathy Gabble], [gabble_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar subdir-objects])
AM_CONFIG_HEADER(config.h)
More information about the telepathy-commits
mailing list