--- Makefile.in.orig	Tue Apr 30 10:23:47 2002
+++ Makefile.in	Sun Oct 27 22:11:16 2002
@@ -27,12 +27,12 @@
 SHELL = /bin/sh
 
 all : force
-	builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib"
+	builddir="`pwd`"; cd libcharset && $(MAKE) all && $(MAKE) install-lib libdir="$$builddir/lib" includedir="$$builddir/lib" sysconfdir="$$builddir/lib"
 	cd lib && $(MAKE) all
 	cd src && $(MAKE) all
 	cd po && $(MAKE) all
 	cd man && $(MAKE) all
-	if test -d tests; then cd tests && $(MAKE) all; fi
+	#if test -d tests; then cd tests && $(MAKE) all; fi
 
 # Installs the library and include files only. Typically called with only
 # $(libdir) and $(includedir) - don't use $(prefix) and $(exec_prefix) here.
