telepathy-logger: Put Autoconf, Automake, Libtool droppings in /build-aux
Simon McVittie
smcv at kemper.freedesktop.org
Thu Nov 7 19:41:30 CET 2013
Module: telepathy-logger
Branch: master
Commit: 25221ac65691d1571fe4b0e581dd3913f023b3e1
URL: http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=25221ac65691d1571fe4b0e581dd3913f023b3e1
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Oct 31 14:10:31 2013 +0000
Put Autoconf, Automake, Libtool droppings in /build-aux
Equivalent to MC commit c3cba93.
(cherry picked from commit 38a9c206d9fc3b8b778788440c92020268a1b955)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
---
.gitignore | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 48a9667..6e93656 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ cscope.out
/TAGS
/aclocal.m4
/autom4te.cache/
+/build-aux/
/config.guess
/config.h
/config.h.in
diff --git a/configure.ac b/configure.ac
index 6e8274e..a629c52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_32], [Prevent post 2.32 AP
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
-AC_CONFIG_AUX_DIR(.)
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE(1.12 dist-bzip2 no-define no-dist-gzip tar-ustar -Wno-portability serial-tests)
AC_SEARCH_LIBS([strerror],[cposix])
More information about the telepathy-commits
mailing list