From a42c8889e8f19dc121c924bdbd5c0b8306fb4cc7 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 30 Jul 2013 14:19:10 +0200 Subject: build: Use AC_CONFIG_AUX_DIR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1