mirror of
https://github.com/mirror/wget.git
synced 2025-03-29 13:30:30 +08:00
* bootstrap: Use the faster gnulib-tool.py script if possible
This commit is contained in:
parent
953bcdaba8
commit
b1fc37f465
@ -688,8 +688,11 @@ if $bootstrap_sync; then
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
|
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool.py
|
||||||
<$gnulib_tool || exit $?
|
if ! <$gnulib_tool; then
|
||||||
|
gnulib_tool=$GNULIB_SRCDIR/gnulib-tool
|
||||||
|
<$gnulib_tool || exit $?
|
||||||
|
fi
|
||||||
|
|
||||||
# Get translations.
|
# Get translations.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user