summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
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])