summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 23c5e709..63bd5c8e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,6 @@
#!/bin/sh -x
echo "Please look at CHANGELOG" > NEWS
-touch AUTHORS
-echo "Please look at CHANGELOG" > ChangeLog
-aclocal
+aclocal -I m4
automake --add-missing --copy
autoreconf