summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 04b8a22..d920bac 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -37,11 +37,8 @@ else
rm -f config.cache
run_versioned aclocal "$VERSION" -I common
- autoheader
run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
./configure "$@"
-
- make clean
fi