summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5b97585997..efe6d360d9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,8 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
-aclocal && autoheader && autoconf && automake
+aclocal &&
+ autoheader &&
+ autoconf &&
+ automake --add-missing --copy
./configure