From 9413aec7752c20d77a17b497ac7b2f08a9847d6a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 26 May 2020 14:44:44 +0200 Subject: [PATCH] libtoolize copy --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d30d54a8..1159867e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -84,7 +84,7 @@ if [ "$overwrite_config" = false ]; then mv build-aux/config.sub build-aux/config.sub.stable fi fi -$LIBTOOLIZE && +$LIBTOOLIZE --copy --install && aclocal && automake --add-missing --copy --force-missing --include-deps && autoconf