tWe no longer include the intl subdir - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit def2bb3c81132512dcd9ce2124280f13b9495c8d
(DIR) parent 167a5204838ffddb33c184be52b83dc42f85870f
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Tue, 1 Dec 2020 00:19:00 -0800
We no longer include the intl subdir
Diffstat:
M doc/i18n.html | 3 +--
M src/Makefile.am | 2 +-
M src/curses_client/Makefile.am | 2 +-
M src/cursesport/Makefile.am | 2 +-
M src/gtkport/Makefile.am | 2 +-
M src/gui_client/Makefile.am | 2 +-
6 files changed, 6 insertions(+), 7 deletions(-)
---
(DIR) diff --git a/doc/i18n.html b/doc/i18n.html
t@@ -34,8 +34,7 @@ version</a></li>
"Native Language Support" is compiled in; binary installations should be
already set up for i18n. When compiling dopewars from source code, the
<tt>configure</tt> script should detect whether your system can support
-GNU gettext. If it can, but the gettext utilities themselves are not present,
-an included copy in the <tt>intl/</tt> subdirectory is used. To disable i18n,
+GNU gettext. To disable i18n,
pass the <tt>--disable-nls</tt> option to the <tt>configure</tt> script.</p>
<p>When you run your installed copy of dopewars, it should detect your "locale"
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
t@@ -30,7 +30,7 @@ dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \
message.c message.h network.c network.h nls.h \
serverside.c serverside.h sound.c sound.h \
tstring.c tstring.h winmain.c winmain.h
-AM_CPPFLAGS= -I../intl -I${srcdir} @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBCURL_CPPFLAGS@
+AM_CPPFLAGS= -I${srcdir} @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBCURL_CPPFLAGS@
if APPLE
dopewars_SOURCES += mac_helpers.m
MACLDFLAGS = -framework AppKit
(DIR) diff --git a/src/curses_client/Makefile.am b/src/curses_client/Makefile.am
t@@ -1,4 +1,4 @@
noinst_LIBRARIES = libcursesclient.a
libcursesclient_a_SOURCES = curses_client.c curses_client.h
-AM_CPPFLAGS= -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GLIB_CFLAGS@
+AM_CPPFLAGS= -I${srcdir} @GLIB_CFLAGS@
DEFS = @DEFS@
(DIR) diff --git a/src/cursesport/Makefile.am b/src/cursesport/Makefile.am
t@@ -1,4 +1,4 @@
noinst_LIBRARIES = libcursesport.a
libcursesport_a_SOURCES = cursesport.c cursesport.h
-AM_CPPFLAGS= -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GLIB_CFLAGS@
+AM_CPPFLAGS= -I${srcdir} @GLIB_CFLAGS@
DEFS = @DEFS@
(DIR) diff --git a/src/gtkport/Makefile.am b/src/gtkport/Makefile.am
t@@ -2,5 +2,5 @@ noinst_LIBRARIES = libgtkport.a
libgtkport_a_SOURCES = gtkport.c gtkport.h gtkenums.h \
unicodewrap.c unicodewrap.h treeview.h treeview.c \
itemfactory.c itemfactory.h gtktypes.h
-AM_CPPFLAGS= -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@ @GLIB_CFLAGS@
+AM_CPPFLAGS= -I${srcdir} @GTK_CFLAGS@ @GLIB_CFLAGS@
DEFS = @DEFS@
(DIR) diff --git a/src/gui_client/Makefile.am b/src/gui_client/Makefile.am
t@@ -2,5 +2,5 @@ noinst_LIBRARIES = libguiclient.a
libguiclient_a_SOURCES = gtk_client.c gtk_client.h \
optdialog.c optdialog.h \
newgamedia.c newgamedia.h dopewars-pill.xpm
-AM_CPPFLAGS= -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@ @GLIB_CFLAGS@
+AM_CPPFLAGS= -I${srcdir} @GTK_CFLAGS@ @GLIB_CFLAGS@
DEFS = @DEFS@