summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6f1948c..46da270 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,6 @@
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
-touch README
libtoolize -n --install 2>/dev/null && LIBTOOL_FLAGS="--install"
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1