Don't use autoreconf
This commit is contained in:
parent
4c675bf459
commit
38d0079e58
12
autogen.sh
12
autogen.sh
@ -84,14 +84,10 @@ if [ "$overwrite_config" = false ]; then
|
||||
mv build-aux/config.sub build-aux/config.sub.stable
|
||||
fi
|
||||
fi
|
||||
if autoreconf --version >/dev/null 2>&1; then
|
||||
autoreconf -ivf
|
||||
else
|
||||
$LIBTOOLIZE &&
|
||||
aclocal &&
|
||||
automake --add-missing --force-missing --include-deps &&
|
||||
autoconf
|
||||
fi
|
||||
$LIBTOOLIZE &&
|
||||
aclocal &&
|
||||
automake --add-missing --force-missing --include-deps &&
|
||||
autoconf
|
||||
if [ "$overwrite_config" = false ]; then
|
||||
if [ -f build-aux/config.guess.stable ]; then
|
||||
mv build-aux/config.guess.stable build-aux/config.guess
|
||||
|
Loading…
Reference in New Issue
Block a user