blob: dd03fa95245b92e41a3ee41a594897cb7e12aad4 [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>
Patrick Williams0ca19cc2021-08-16 14:03:13 -05005Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Brad Bishope42b3e32020-01-15 22:08:42 -05006--- a/configure.ac
7+++ b/configure.ac
Patrick Williams0ca19cc2021-08-16 14:03:13 -05008@@ -34,7 +34,7 @@
Brad Bishope42b3e32020-01-15 22:08:42 -05009 AC_PROG_LIBTOOL
10
11 ALL_LINGUAS="be cs da en_GB eo es fr hr hu nl pl ro ru sk sv uk vi"
12-AM_GNU_GETTEXT
13+AM_GNU_GETTEXT([external])
14
15 dnl --------------------------------------------------
16 dnl System checks
Patrick Williams0ca19cc2021-08-16 14:03:13 -050017@@ -397,7 +397,6 @@
Brad Bishope42b3e32020-01-15 22:08:42 -050018 Makefile
19 m4/Makefile
20 po/Makefile.in
21-intl/Makefile
22 include/Makefile
23 share/Makefile
24 win32/Makefile
Patrick Williams0ca19cc2021-08-16 14:03:13 -050025--- a/Makefile.am
26+++ b/Makefile.am
27@@ -2,8 +2,8 @@
28
29 AUTOMAKE_OPTIONS = foreign dist-zip
30
31-SUBDIRS = po intl include share win32 @OPT_SUBDIRS@
32-DIST_SUBDIRS = po intl include share win32 ogg123 oggenc oggdec ogginfo \
33+SUBDIRS = po include share win32 @OPT_SUBDIRS@
34+DIST_SUBDIRS = po include share win32 ogg123 oggenc oggdec ogginfo \
35 vcut vorbiscomment m4
36
37 EXTRA_DIST = config.rpath README AUTHORS COPYING CHANGES