]> git.ipfire.org Git - fireperf.git/commitdiff
configure: Explicitely configure Gettext master
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 14 May 2025 17:00:17 +0000 (17:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 May 2025 17:03:17 +0000 (17:03 +0000)
From version 0.25, Gettext will complain about not calling autopoint to
set up all required macros required 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 972b1c2b85211865b72451578ee70b2e37cea409..98ff7ed8d29b3b1d426a3c46311540b69d70d5f4 100644 (file)
@@ -31,6 +31,9 @@ LT_INIT([
 ])
 AC_PREFIX_DEFAULT([/usr])
 
+AM_GNU_GETTEXT_VERSION(0.21)
+AM_GNU_GETTEXT([external])
+
 IT_PROG_INTLTOOL([0.40.0])
 
 GETTEXT_PACKAGE=${PACKAGE_TARNAME}