forked from lix-project/lix
bootstrap: Simplify & make more robust.
This commit is contained in:
parent
e6cb3d0a0d
commit
281e3ed059
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue