From 470f70d510133ea92920ec7ee03eb43079e11eaf 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 2546ced7..4d5627d8 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