commit 184bdbd1b560e6a8a2c391f1f69998a830156cea
parent 43e474a6dcd10f5ec0ebbdc129dd86761423f91b
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 18 Oct 2018 17:18:09 +0200
TR suggested using AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE to prevent build issue when parent dir is automake project dir
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -30,6 +30,7 @@ LIB_VERSION_AGE=1
AC_SUBST(LIB_VERSION_CURRENT)
AC_SUBST(LIB_VERSION_REVISION)
AC_SUBST(LIB_VERSION_AGE)
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([silent-rules])