[libgweather] configure.ac: Use a build-aux directory for autogenerated files



commit 4254e5e50a4c0e63d66957594e36d7c93d817e32
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Mar 5 15:31:30 2012 +0000

    configure.ac: Use a build-aux directory for autogenerated files

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 66d1c41..d4845c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,10 +3,11 @@ AC_INIT([libgweather], [3.2.2],
 AC_PREREQ(2.62)
 
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AC_CONFIG_MACRO_DIR([m4])
 
 # Before making a release, the LT_VERSION string should be modified.
 # The string is of the form C:R:A.



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