[libgdata] build: Use AC_CONFIG_AUX_DIR



commit a627ea8d98b5222fe6e9fc6319fe9272dad475a3
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jul 30 14:19:10 2013 +0200

    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.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 459f7ac..2ea2be4 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]