summaryrefslogtreecommitdiff
path: root/configure.ac
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-31 10:09:34 +0200
commita627ea8d98b5222fe6e9fc6319fe9272dad475a3 (patch)
tree382a0339e8b1e7282a5df2db6db269d27db0d772 /configure.ac
parent469ea1e1fab91df489399fe42ce760d6eb7d2b6e (diff)
downloadlibgdata-a627ea8d98b5222fe6e9fc6319fe9272dad475a3.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.
Diffstat (limited to 'configure.ac')
-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