[gnome-panel] Fix build with gettext 0.20



commit 233222083d20a7ab15900ea94f6c535adabcfb56
Author: Balló György <ballogyor gmail com>
Date:   Sun Mar 8 18:45:36 2020 +0000

    Fix build with gettext 0.20
    
    Without this definition, the build fails with the following error:
    *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the 
autoconf macros are from gettext version 0.20

 configure.ac | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/configure.ac b/configure.ac
index c2ed1d999..499312323 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,6 +79,7 @@ dnl **************************************************************************
 
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
 
 GETTEXT_PACKAGE=gnome-panel
 AC_SUBST([GETTEXT_PACKAGE])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]