build: Make autogen.sh more reliable.

* autogen.sh: Fail if gnulib-tool fails.
This commit is contained in:
Bruno Haible 2025-08-05 22:09:01 +02:00
parent b214284bcb
commit eb25e838ad

View File

@ -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.