[dconf] configure: rename aux to build-aux



commit 00926de87b14fd00a1002daedb28b636c2b8b8d1
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Feb 18 14:52:25 2015 -0500

    configure: rename aux to build-aux
    
    ...to better match conventions in other modules, and to silence an
    irrelevant warning about portability to Windows.

 autogen.sh   |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 6238035..27eb01d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ else
   automake_suffix=''
 fi
 
-mkdir -p m4 aux
+mkdir -p m4 build-aux
 intltoolize --force
 gtkdocize --docdir docs --flavour no-tmpl
 aclocal${automake_suffix}
diff --git a/configure.ac b/configure.ac
index 01aa266..f025eb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([dconf],
 
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_AUX_DIR([aux])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 
 AM_INIT_AUTOMAKE([1.11.2 foreign -Wno-portability no-dist-gzip dist-xz])


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