summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index a473252..d23378a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,6 @@
rm -f configure
aclocal
-libtoolize --force
-automake
-autoconf \ No newline at end of file
+libtoolize --copy --force
+automake --copy --add-missing
+autoconf