[giggle] build: Use build-aux directory to store autogenerated files



commit fa9d6f3fe1a31b29886608a6497223ff2f9365c5
Author: Javier JardÃn <jjardon gnome org>
Date:   Sun Jun 19 22:25:12 2011 +0100

    build: Use build-aux directory to store autogenerated files

 autogen.sh       |    2 ++
 configure.ac     |    1 +
 help/Makefile.am |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6e2d194..47ea46a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -26,6 +26,8 @@ if test -z $GNOMEDOC; then
         exit 1
 fi
 
+mkdir -p build-aux
+
 gnome-doc-prepare --automake --copy --force
 autopoint --force
 AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
diff --git a/configure.ac b/configure.ac
index eb4c0e0..bd6cdf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_INIT([Giggle],
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.11 check-news -Wall tar-ustar no-dist-gzip dist-xz])
 # Support silent build rules, requires at least automake-1.11. Disable
diff --git a/help/Makefile.am b/help/Makefile.am
index 4c87d45..4b29544 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,4 +1,4 @@
-include $(top_srcdir)/gnome-doc-utils.make
+include $(top_srcdir)/build-aux/gnome-doc-utils.make
 
 DOC_ID = giggle
 DOC_INCLUDES =



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