summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 050c861f..f3a28013 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,5 @@
#!/bin/sh -x
-aclocal -I m4 --install --force
-autoheader
-libtoolize --force --automake --copy
-automake --add-missing --copy
-autoreconf
-chmod 755 configure
+umask 022
+touch ChangeLog
+autoreconf -fiv