summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-23 18:56:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-23 18:56:38 +0100
commit28955b889390c8f8364022a81e6fb93c5e8dfe97 (patch)
tree657539356fe9fb2eb20bd1ab99bb125c3707fe65
parentb8b46143a9accd1d33bf94e76693215fee2cce16 (diff)
downloadtelepathy-salut-28955b889390c8f8364022a81e6fb93c5e8dfe97.tar.gz
Put Autoconf, Automake, Libtool droppings in /build-aux
This is basically Mission Control commit c3cba937, requested in <https://bugs.freedesktop.org/show_bug.cgi?id=69542>.
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4559da9e..d87d4ead 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,7 @@ INSTALL
.deps
aclocal.m4
autom4te.cache
+/build-aux
compile
config.guess
config.h
diff --git a/configure.ac b/configure.ac
index 9f58cf32..3f7cde18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_INIT([Telepathy Salut], [salut_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-salut])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AC_LANG([C])
AM_INIT_AUTOMAKE([1.9 -Wno-portability tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])