mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
build: Make autogen.sh more reliable.
* autogen.sh: Fail if gnulib-tool fails.
This commit is contained in:
parent
b214284bcb
commit
eb25e838ad
@ -612,7 +612,7 @@ if ! $skip_gnulib; then
|
||||
done
|
||||
|
||||
# Fetch INSTALL.generic.
|
||||
$GNULIB_TOOL --copy-file doc/INSTALL.UTF-8 INSTALL.generic
|
||||
$GNULIB_TOOL --copy-file doc/INSTALL.UTF-8 INSTALL.generic || exit $?
|
||||
fi
|
||||
|
||||
# Make sure we get new versions of files brought in by automake.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user