summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:10:31 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-07 18:21:01 +0000
commit25221ac65691d1571fe4b0e581dd3913f023b3e1 (patch)
tree21a380e7ad907a12096f1f943a7fac3eb7cc63b7
parent268e2fc5ae22fee125248b631e990d0fe25b8fb0 (diff)
downloadtelepathy-logger-25221ac65691d1571fe4b0e581dd3913f023b3e1.tar.gz
Put Autoconf, Automake, Libtool droppings in /build-aux
Equivalent to MC commit c3cba93. (cherry picked from commit 38a9c206d9fc3b8b778788440c92020268a1b955) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
-rw-r--r--.gitignore1
-rw-r--r--configure.ac2
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])