From 12814f14023421e5a8134fa350282f852e9b2428 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 2 Oct 2013 19:06:50 +0100 Subject: [PATCH 2/3] Put Autoconf, Automake, Libtool droppings in /build-aux This is basically Mission Control commit c3cba937, requested in . Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70045 --- .gitignore | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) 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) -- 1.8.4.rc3