summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Hartge <sven@svenhartge.de>2024-02-13 10:19:37 +0100
committerCarsten Leonhardt <leo@debian.org>2024-02-13 10:19:37 +0100
commit4b95cd15440e910b5109d59f4231d6e88350a4e4 (patch)
treee6073cc1ce7e8db1529b6ed3ed5b2e23084a642f
parent6ce35bdd0742df9388fad1352776ee182f82bf09 (diff)
Do not use a variable in AC_CONFIG_AUX_DIR, will be used before defined
Forwarded: not-yet Gbp-Pq: Topic debian Gbp-Pq: Name fix-configure-for-autconf2.71
-rw-r--r--autoconf/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.in b/autoconf/configure.in
index f56a57e1..c828db2c 100644
--- a/autoconf/configure.in
+++ b/autoconf/configure.in
@@ -16,7 +16,7 @@ TOP_DIR=`pwd`
cd ${BUILD_DIR}
AC_SUBST(BUILD_DIR)
AC_SUBST(TOP_DIR)
-AC_CONFIG_AUX_DIR(${BUILD_DIR}/autoconf)
+AC_CONFIG_AUX_DIR(autoconf)
AC_CONFIG_HEADERS(src/config.h:autoconf/config.h.in)
dnl minimal Win32 stuff for "make clean"