Page MenuHomeDevCentral

No OneTemporary

diff --git a/beta/bootstrap.sh b/beta/bootstrap.sh
index 1a965ad..2473e14 100755
--- a/beta/bootstrap.sh
+++ b/beta/bootstrap.sh
@@ -1,14 +1,14 @@
#! /bin/sh
sh clean.sh
mkdir build && \
cp source/configure.ac source/Makefile.am source/compat/*.h source/compat/*.c build && \
mkdir build/dat && \
cp dat/*.ini dat/*.db build/dat && \
mkdir build/dat/rdb && \
cp dat/rdb/*.rdb build/dat/rdb && \
-autoreconf -fiv -Wall -Werror build
+autoreconf -fiv -Wall build
rm -rf build/autom4te.cache
rm -f build/*.c
rm -f build/*.h
diff --git a/beta/darkbot-8rc2-CVS-SNAPSHOT.tar.gz b/beta/darkbot-8rc2-CVS-SNAPSHOT.tar.gz
index e17f2f1..41f82d5 100644
Binary files a/beta/darkbot-8rc2-CVS-SNAPSHOT.tar.gz and b/beta/darkbot-8rc2-CVS-SNAPSHOT.tar.gz differ
diff --git a/beta/source/Makefile.am b/beta/source/Makefile.am
index a28dc56..623649f 100644
--- a/beta/source/Makefile.am
+++ b/beta/source/Makefile.am
@@ -1,57 +1,57 @@
## Process this file with automake to produce Makefile.in.
## Top level diectory.
topdir = @srcdir@/..
db_db = $(topdir)/dat
db_src = $(topdir)/source
cm_src = $(topdir)/source/compat
db_scripts = $(topdir)/scripts
VPATH = @srcdir@/../source:@srcdir@/../source/compat
## Database location.
databasedir = $(localstatedir)/@PACKAGE@
## Setup options for other programs.
ACLOCAL_AMFLAGS = -I ../m4
AM_CPPFLAGS = -I$(db_src) -I$(cm_src) -DDATABASEDIR='"$(databasedir)"' -DSOURCEDIR='"@srcdir@"'
## Compatability library.
noinst_LIBRARIES = compat/libcompat.a
compat_libcompat_a_SOURCES = $(cm_src)/dummy.c
compat_libcompat_a_LIBADD = @LIBOBJS@
## Darkbot server.
bin_PROGRAMS = darkbot convertdb
darkbot_SOURCES = $(db_src)/chan.c $(db_src)/general.c $(db_src)/permbans.c $(db_src)/reserved.c $(db_src)/sockets.c \
$(db_src)/users.c $(db_src)/chansrv.c $(db_src)/helpers.c $(db_src)/quiz.c $(db_src)/seen.c $(db_src)/stats.c \
$(db_src)/vars.c $(db_src)/comm.c $(db_src)/main.c $(db_src)/random.c $(db_src)/server.c $(db_src)/topics.c $(db_src)/web.c \
$(db_src)/parse.c $(db_src)/raw.c $(db_src)/signals.c $(db_src)/url.c \
$(db_src)/langs/*.h \
$(db_src)/prototypes.h $(db_src)/vars.h
darkbot_LDADD = compat/libcompat.a
## Utility programs.
convertdb_SOURCES = $(db_src)/convertdb.c
convertdb_LDADD = compat/libcompat.a
dist_bin_SCRIPTS = $(db_scripts)/AddServer $(db_scripts)/AddUser $(db_scripts)/check-integrity $(db_scripts)/dbcron $(db_scripts)/download-databases \
$(db_scripts)/kill.darkbot $(db_scripts)/live-update $(db_scripts)/restart.darkbot $(db_scripts)/Setup
## databases.
dist_database_DATA = $(db_db)/deop.ini $(db_db)/info2.db $(db_db)/perform.ini $(db_db)/permbans.db $(db_db)/quiz.db $(db_db)/random.ini \
$(db_db)/randomstuff.ini $(db_db)/servers.ini $(db_db)/setup.ini $(db_db)/stats.db $(db_db)/userlist.db
rdbdir = $(databasedir)/rdb
dist_rdb_DATA = $(db_db)/rdb/dunno.rdb $(db_db)/rdb/whut.rdb
## Documentation.
-docdir = $(datadir)/doc/@PACKAGE@
+## docdir = $(datadir)/doc/@PACKAGE@
doc_DATA = $(topdir)/COPYING $(topdir)/docs/INSTALL $(topdir)/README $(topdir)/VERSION $(topdir)/docs/AUTHORS $(topdir)/docs/HACKING \
$(topdir)/docs/README_UTILS $(topdir)/docs/TODO $(topdir)/docs/WHATSNEW
## FIXME: Move this one to a ./configure --enable-win32-console
## Uncomment this line for no-console mode on Windows.
## AM_LDFLAGS = -Wl,--subsystem,windows
## FIXME: Check that autofoo is doing its job and then remove this.
## Uncomment this line to compile on Solaris.
## AM_LIBS = -lresolv

File Metadata

Mime Type
text/x-diff
Expires
Thu, Dec 26, 01:56 (5 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314374
Default Alt Text
(3 KB)

Event Timeline