blob: 4a727d3c069d4423cc23b9458d88647db608d925 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001Fix build with gettext 0.20.x
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
6--- a/Makefile.am
7+++ b/Makefile.am
8@@ -3,7 +3,7 @@
9 ## If you don't want it to overwrite it,
10 ## Please disable it in the Anjuta project configuration
11
12-SUBDIRS = intl po src pixmaps
13+SUBDIRS = po src pixmaps
14
15 gtkperfdocdir = ${prefix}/doc/gtkperf
16 gtkperfdoc_DATA = \
17--- a/configure.in
18+++ b/configure.in
19@@ -31,8 +31,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GE
20
21 dnl Languages which your application supports
22 ALL_LINGUAS=""
23-AM_GNU_GETTEXT
24-AM_GNU_GETTEXT_VERSION(0.10.40)
25+AM_GNU_GETTEXT([external])
26
27 dnl Set PACKAGE_LOCALE_DIR in config.h.
28 if test "x${prefix}" = "xNONE"; then
29@@ -100,7 +99,6 @@ AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "
30
31 AC_OUTPUT([
32 Makefile
33-intl/Makefile
34 po/Makefile.in
35 src/Makefile
36 pixmaps/Makefile