[project @ 2008-11-11 08:47:34 by unknown_lamer]
authorunknown_lamer <unknown>
Tue, 11 Nov 2008 08:47:34 +0000 (08:47 +0000)
committerunknown_lamer <unknown>
Tue, 11 Nov 2008 08:47:34 +0000 (08:47 +0000)
commit55f2215d59434f2a615b42098501e33035a1f13a
treeef5f82cc740114208f9d311aae7a4528978b387c
parentd3f0798d1f759e8d1d810cf3065faee049ead3db
[project @ 2008-11-11 08:47:34 by unknown_lamer]

2008-11-11  Clinton Ebadi  <clinton@unknownlamer.org>

* source/Parser.C: GCC 4.x compilation fixes

* source/ShitList.C: GCC 4.x compilation fixes

* source/String.C: GCC 4.x compilation fixes

* source/UserCommands.C: GCC 4.x compilation fixes

* source/Channel.C: GCC 4.x compilation fixes

2007-11-08  Clinton Ebadi  <clinton@unknownlamer.org>

* configure.ac (LDFLAGS): Append GUILE_LDFLAGS to fix non-standard
location builds
(CXXFLAGS): Append GUILE_CFLAGS to fix non-standard location
builds

* guile.m4: Import guile.m4 (included in source tree since it
doesn't change often and this will allow building on machines
lacking a guile installation)

* acinclude.m4: Fix underquoted AC_CPP macros
Include guile.m4 rather than copying here

2007-10-05  Clinton Ebadi  <clinton@unknownlamer.org>

* source/Main.C (real_main): scm_eval_string debug initialization
instead of setting the flags directly as they are no longer public
in Guile 1.9.x
14 files changed:
ChangeLog
INSTALL
NEWS
acinclude.m4
aclocal.m4
configure.ac
scripts/bobot-utils.scm
source/Channel.C
source/Main.C
source/Makefile.am
source/Parser.C
source/ShitList.C
source/String.C
source/UserCommands.C