summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-09-06 12:11:05 +0000
committerLudovic Courtès <ludo@gnu.org>2011-09-06 12:11:05 +0000
commit281e3ed0590f253ef717a1f82123dfc569a110a1 (patch)
treec09de4f0c748864cabe1b1860b035b980c7c9feb /bootstrap.sh
parente6cb3d0a0dcfe13e9b493afdc4e2107668ec99ff (diff)
bootstrap: Simplify & make more robust.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 09d2b6281..e3e259351 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,8 +1,4 @@
#! /bin/sh -e
rm -f aclocal.m4
mkdir -p config
-libtoolize --copy -f
-aclocal
-autoheader -f
-automake --add-missing --copy -f
-autoconf -f
+exec autoreconf -vfi