File stop-using-gnome-common.patch of Package gjiten
From: Yavor Doganov <yavor@gnu.org>
Date: Sat, 13 Oct 2018 12:20:53 +0300
Subject: stop using gnome-common
Use autoconf-archive instead of deprecated gnome-common
Bug-Debian: https://bugs.debian.org/829781
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: gjiten-gjiten-3.1/configure.ac
===================================================================
--- gjiten-gjiten-3.1.orig/configure.ac
+++ gjiten-gjiten-3.1/configure.ac
@@ -36,7 +36,8 @@ AC_FUNC_MMAP
AC_FUNC_STAT
AC_CHECK_FUNCS([getcwd putenv setlocale strerror strrchr strstr munmap])
-GNOME_COMPILE_WARNINGS(maximum)
+AX_IS_RELEASE([always])
+AX_COMPILER_FLAGS
# Gettext stuff
GETTEXT_PACKAGE=gjiten