bootstrap: Simplify & make more robust.

This commit is contained in:
Ludovic Courtès 2011-09-06 12:11:05 +00:00
parent e6cb3d0a0d
commit 281e3ed059
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
#! /bin/sh -e #! /bin/sh -e
rm -f aclocal.m4 rm -f aclocal.m4
mkdir -p config mkdir -p config
libtoolize --copy -f exec autoreconf -vfi
aclocal
autoheader -f
automake --add-missing --copy -f
autoconf -f