From bd2903877be3a3bd38a2a3fff6bd6e8d030e7306 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 31 Oct 2013 15:11:51 +0000 Subject: [PATCH 5/5] Put Autotools cruft in /build-aux --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f50a152..ff307ee 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ AC_INIT([Telepathy-GLib], [tp_glib_version], [https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=tp-glib]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.12 -Wno-portability subdir-objects parallel-tests]) AC_CONFIG_HEADERS(config.h) -- 1.8.4.rc3