Index: ratbox-respond-1.0/ratbox-respond/configure
--- ratbox-respond-1.0/ratbox-respond/configure.orig	2006-01-11 22:52:17 +0100
+++ ratbox-respond-1.0/ratbox-respond/configure	2007-02-27 08:29:19 +0100
@@ -2889,8 +2889,6 @@
 fi
 
 
-CPPFLAGS="-I /usr/include"
-LIBS="-L /usr/lib"
 
 echo "$as_me:$LINENO: checking for OpenSSL" >&5
 echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6
Index: ratbox-services-1.2.1/include/config.h
--- ratbox-services-1.2.1/include/config.h.orig	2008-05-20 21:11:01 +0200
+++ ratbox-services-1.2.1/include/config.h	2008-05-21 20:27:53 +0200
@@ -9,7 +9,7 @@
 #define PID_PATH	RUNDIR "/ratbox-services.pid"
 #define LOG_PATH	LOGDIR "/ratbox-services.log"
 #define HELP_PATH       HELPDIR
-#define DB_PATH		SYSCONFDIR "/ratbox-services.db"
+#define DB_PATH		RUNDIR "/ratbox-services.db"
 
 /* SMALL_NETWORK
  * If your network is fairly small, enable this to save some memory.
Index: ratbox-services-1.2.1/configure
--- ratbox-services-1.2.1/configure.orig	2008-06-27 19:56:02 +0200
+++ ratbox-services-1.2.1/configure	2008-06-29 10:24:44 +0200
@@ -5595,7 +5595,7 @@
 
 	{ echo "$as_me:$LINENO: checking for -lsqlite3 in given path" >&5
 echo $ECHO_N "checking for -lsqlite3 in given path... $ECHO_C" >&6; }
-	if test -e "$ac_cv_sqlite3_path/lib/libsqlite3.so"; then
+	if test -e "$ac_cv_sqlite3_path/lib/libsqlite3.a"; then
 		{ echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
 		ac_cv_found_sqlite3_lib="yes"
@@ -6316,7 +6316,7 @@
 # Ultrix sh set writes to stderr and can't be redirected directly,
 # and sets the high bit in the cache file unless we assign to the vars.
 (
-  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+  for ac_var in `set 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
     eval ac_val=\$$ac_var
     case $ac_val in #(
     *${as_nl}*)
