summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index bc46b60..d6e7db7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,8 +9,8 @@ if test -z "$libtoolize"; then
fi
gettextize --force --no-changelog
-$libtoolize --automake
+$libtoolize --automake --copy --force
aclocal $ACLOCAL_AMFLAGS
autoheader
-automake --add-missing
+automake --add-missing --copy
autoconf