Skip to content

Commit 281e3ed

Browse files
committed
bootstrap: Simplify & make more robust.
1 parent e6cb3d0 commit 281e3ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bootstrap.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
#! /bin/sh -e
22
rm -f aclocal.m4
33
mkdir -p config
4-
libtoolize --copy -f
5-
aclocal
6-
autoheader -f
7-
automake --add-missing --copy -f
8-
autoconf -f
4+
exec autoreconf -vfi

0 commit comments

Comments
 (0)