forked from lix-project/lix
* Add some -f flags, never hurts.
This commit is contained in:
parent
93227ff65c
commit
82710f96f7
|
@ -1,8 +1,8 @@
|
||||||
#! /bin/sh -e
|
#! /bin/sh -e
|
||||||
rm -f aclocal.m4
|
rm -f aclocal.m4
|
||||||
mkdir -p config
|
mkdir -p config
|
||||||
libtoolize --copy
|
libtoolize --copy -f
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
autoheader -f
|
||||||
automake --add-missing --copy
|
automake --add-missing --copy -f
|
||||||
autoconf
|
autoconf -f
|
||||||
|
|
Loading…
Reference in a new issue