>From f67b9b9953827dd23b1f71855d057323530bed98 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 24 Jun 2024 18:53:06 +0200 Subject: [PATCH] Fix conflict between Gnulib and gettext's autopoint program. * autogen.sh: Arrange to not invoke autopoint. --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/autogen.sh b/autogen.sh index 2e39fb5d8..f9ece0f24 100755 --- a/autogen.sh +++ b/autogen.sh @@ -33,6 +33,11 @@ echo "" ###################################################################### ### update infrastructure +# Avoid running GNU gettext's autopoint program at this stage, because +# it would overwrite some *.m4 files from Gnulib. See the Gnulib manual +# +# section "Caveat: gettextize and autopoint users". +AUTOPOINT=true \ autoreconf -i --force --verbose echo "Now run configure and make." -- 2.34.1