

(... to be written ...)
Makefile.in into Makefile
prefix = @prefix@ INSTALL = @INSTALL@ build_triplet = @build@ CXX = @CXX@
prefix = /home/bernd/kde3 INSTALL = /usr/bin/ginstall -c -p build_triplet = i686-pc-linux-gnu CXX = g++
config.h.in into config.h
/* Define if you have libz */ #undef HAVE_LIBZ /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT
/* Define if you have libz */ #define HAVE_LIBZ 1 /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4