2 Commits

2 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 13 05:35:38 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Require minimum gettext version to fix build
-------------------------------------------------------------------
Thu Feb 22 15:11:38 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
diff --git a/configure.ac b/configure.ac
index 18951eb..3366e43 100644
--- a/configure.ac
+++ b/configure.ac
Index: morris-0.3/configure.ac
===================================================================
--- morris-0.3.orig/configure.ac
+++ morris-0.3/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/morris.cc])
AC_CONFIG_HEADERS([config.h])
@@ -11,3 +11,11 @@ index 18951eb..3366e43 100644
#AM_MAINTAINER_MODE
#AC_CONFIG_MACRO_DIR([m4])
@@ -43,6 +43,7 @@ AC_C_INLINE
AC_TYPE_SIZE_T
# Checks for library functions.
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.4])
AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE=morris