summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-07-30 14:19:10 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2013-07-30 14:19:10 +0200
commita42c8889e8f19dc121c924bdbd5c0b8306fb4cc7 (patch)
tree913442b942eeefca13a4dcda7f6640ef78146447
parent953f1206019a768e3a50162391225ef3d8d5e302 (diff)
downloadlibgdata-a42c8889e8f19dc121c924bdbd5c0b8306fb4cc7.tar.gz
build: Use AC_CONFIG_AUX_DIR
This tidies away various autoconf/automake files so they don’t pollute the root directory. It also ties in with recent git.mk improvements so these files are automatically included in .gitignore.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 459f7ac2..2ea2be49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ m4_define(gdata_api_version_minor, 0)
AC_INIT([libgdata],[gdata_version_major.gdata_version_minor.gdata_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=libgdata],[libgdata],[http://live.gnome.org/libgdata])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([gdata/gdata.h])
AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS