[gupnp-dlna] configure.ac: Use auxiliar directory to store generated files



commit bceabec7b10d03517733e372b9ff396fa8a5f32c
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Oct 24 03:03:51 2011 +0100

    configure.ac: Use auxiliar directory to store generated files

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b8a0d41..d87d428 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,9 +5,10 @@ AC_INIT([gupnp-dlna],
         [gupnp-dlna],
         [http://www.gupnp.org/])
 
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR(libgupnp-dlna/gupnp-dlna-profile.h)
-AM_CONFIG_HEADER(config.h)
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz])
 



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