Skip to content

Commit

Permalink
bootstrap: Simplify & make more robust.
Browse files Browse the repository at this point in the history
  • Loading branch information
civodul committed Sep 6, 2011
1 parent e6cb3d0 commit 281e3ed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 281e3ed

Please sign in to comment.