tMake things build with recent autoconf, and on the Mac. - 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 dffa361c54698aa4f7bfa45eef122c3add5157f4
 (DIR) parent 4dcae120cf606f14c3d80d0f786eec2103440bdd
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 12 Feb 2008 06:53:11 +0000
       
       Make things build with recent autoconf, and on the Mac.
       
       
       Diffstat:
         M intl/Makefile.in                    |       1 +
         M po/Makefile.in.in                   |       1 +
         M src/Makefile.am                     |       2 +-
       
       3 files changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/intl/Makefile.in b/intl/Makefile.in
       t@@ -31,6 +31,7 @@ transform = @program_transform_name@
        libdir = @libdir@
        includedir = @includedir@
        datadir = @datadir@
       +datarootdir = @datarootdir@
        localedir = $(datadir)/locale
        gettextsrcdir = $(datadir)/gettext/intl
        aliaspath = $(localedir)
 (DIR) diff --git a/po/Makefile.in.in b/po/Makefile.in.in
       t@@ -23,6 +23,7 @@ VPATH = @srcdir@
        prefix = @prefix@
        exec_prefix = @exec_prefix@
        datadir = @datadir@
       +datarootdir = @datarootdir@
        localedir = $(datadir)/locale
        gettextsrcdir = $(datadir)/gettext/po
        
 (DIR) diff --git a/src/Makefile.am b/src/Makefile.am
       t@@ -22,7 +22,7 @@ endif
        
        SUBDIRS = $(GUISUBDIR) $(CURSESSUBDIR) $(GTKPORTSUBDIR) $(CURSESPORTSUBDIR) plugins
        dopewars_LDADD = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @GTK_LIBS@ @INTLLIBS@ @WNDRES@ @PLUGOBJS@ @PLUGLIBS@ @GLIB_LIBS@
       -dopewars_DEPENDENCIES = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @INTLLIBS@ @WNDRES@ @PLUGOBJS@
       +dopewars_DEPENDENCIES = @GUILIB@ @CURSESLIB@ @GTKPORTLIB@ @CURSESPORTLIB@ @WNDRES@ @PLUGOBJS@
        
        bin_PROGRAMS = dopewars
        dopewars_SOURCES = admin.c admin.h AIPlayer.c AIPlayer.h util.c util.h \