system-config-printer: fix for gettext 0.25.1

Don't ask.
This commit is contained in:
K900 2025-07-16 11:33:42 +03:00
parent 5e8b183f51
commit 39327c9c5e

View File

@ -10,3 +10,15 @@ index 9993ca0d..678fa629 100644
EXPORT_MODULES= \
cupshelpers/__init__.py \
cupshelpers/cupshelpers.py \
diff --git a/configure.ac b/configure.ac
index 9398fd3e..3b6d8e0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,6 @@ AC_INIT(system-config-printer, 1.5.18)
AC_CONFIG_SRCDIR(system-config-printer.py)
AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
AM_GNU_GETTEXT_VERSION(0.20)
-AX_REQUIRE_DEFINED([AM_GNU_GETTEXT])
AM_GNU_GETTEXT([external])
AM_PATH_PYTHON([3])
PACKAGE="AC_PACKAGE_NAME"