[gtk+] configure.ac: Use aux directory to store autogenerated files



commit f50da3babeecc34763933d1e515cfc1ba1da065a
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Jun 13 03:06:04 2011 +0100

    configure.ac: Use aux directory to store autogenerated files

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f950f75..2cb38c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AC_INIT([gtk+], [gtk_version],
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([gdk/gdktypes.h])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 
 # Define a string for the earliest version that this release has
 # backwards binary compatibility with for all interfaces a module



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