From: Bruno Haible Date: Tue, 5 Aug 2025 20:09:01 +0000 (+0200) Subject: build: Make autogen.sh more reliable. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb25e838ad88b67c70a508bb2b62c6830718f867;p=thirdparty%2Fgettext.git build: Make autogen.sh more reliable. * autogen.sh: Fail if gnulib-tool fails. --- diff --git a/autogen.sh b/autogen.sh index 0aa68224e..9534c1579 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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.