]> git.ipfire.org Git - location/libloc.git/commitdiff
configure: Explicitely configure Gettext master
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 14 May 2025 17:06:27 +0000 (17:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 May 2025 17:06:27 +0000 (17:06 +0000)
From version 0.25, Gettext will complain about not calling autopoint to
set up all required macros requied by autoconf later on.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
autogen.sh
configure.ac

index ba2845a55d28f852976f8f7ae45f48264dfad261..76678b69ac5ff508e16a8269b64579a8db78ebd0 100755 (executable)
@@ -9,7 +9,7 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
 fi
 
 intltoolize --force --automake
-autoreconf --install --symlink
+autoreconf --force --install --symlink
 
 libdir() {
         echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
index 1fae3a336f7a4e9165f9cca56e60c8c25476bab3..c9749bda6dcaf127f6bc68982c59c4bc65db3ee7 100644 (file)
@@ -30,6 +30,9 @@ LT_INIT([
 AC_PREFIX_DEFAULT([/usr])
 gl_LD_VERSION_SCRIPT
 
+AM_GNU_GETTEXT_VERSION(0.21)
+AM_GNU_GETTEXT([external])
+
 IT_PROG_INTLTOOL([0.40.0])
 
 # Interpret embedded Python in HTML files