From b59e21647ddb51693096b73a71c33e9e4fa8b661 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 26 May 2020 14:42:02 +0200 Subject: [PATCH] Always copy aux files --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b3480c3b..d30d54a8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -86,7 +86,7 @@ if [ "$overwrite_config" = false ]; then fi $LIBTOOLIZE && aclocal && - automake --add-missing --force-missing --include-deps && + automake --add-missing --copy --force-missing --include-deps && autoconf if [ "$overwrite_config" = false ]; then if [ -f build-aux/config.guess.stable ]; then