diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-31 15:11:51 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-31 15:11:51 +0000 |
commit | bd2903877be3a3bd38a2a3fff6bd6e8d030e7306 (patch) | |
tree | 8054ae055aa7c978da532659257c779a7297e508 | |
parent | b5d96564904e0d7c0361574d76f7dce1847fb4c3 (diff) |
Put Autotools cruft in /build-auxbeforemerge
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f50a15228..ff307ee96 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) |