From eb25e838ad88b67c70a508bb2b62c6830718f867 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 5 Aug 2025 22:09:01 +0200 Subject: [PATCH] build: Make autogen.sh more reliable. * autogen.sh: Fail if gnulib-tool fails. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3