summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ff29037c..602c151a 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,4 +3,6 @@
aclocal
autoconf
autoheader
-automake
+automake --add-missing --copy
+
+