summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-10-24 03:03:51 +0100
committerJavier Jardón <jjardon@gnome.org>2011-10-24 03:03:51 +0100
commitbceabec7b10d03517733e372b9ff396fa8a5f32c (patch)
treee64c9d51adbe89ed68328c57b23c8f59fb4b11f2
parentc42cce641bc2e1ac39030a78b69b97aef754b85f (diff)
downloadgupnp-dlna-bceabec7b10d03517733e372b9ff396fa8a5f32c.tar.gz
configure.ac: Use auxiliar directory to store generated files
-rw-r--r--configure.ac3
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])