[next] telepathy-mission-control: Put Autoconf, Automake, Libtool droppings in /build-aux
Simon McVittie
smcv at kemper.freedesktop.org
Fri Sep 27 07:01:58 PDT 2013
Module: telepathy-mission-control
Branch: next
Commit: c3cba937c429b7121270b19734a669211bebba19
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=c3cba937c429b7121270b19734a669211bebba19
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Sep 19 14:22:13 2013 +0100
Put Autoconf, Automake, Libtool droppings in /build-aux
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69542
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 8632fa1..c3abe8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@
*.gcno
*.gcov
\#*\#
+/build-aux
/data/*.valid
/data/gschemas.compiled
/doc/reference/*/html
diff --git a/configure.ac b/configure.ac
index d786888..829f3cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ dnl enable -Werror).
AC_INIT([telepathy-mission-control], [5.15.0+])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
More information about the telepathy-commits
mailing list