1 --- configure 2002-06-23 07:13:01.000000000 +0200
2 +++ configure.arch 2006-05-22 10:56:35.000000000 +0200
9 echo -n "checking for X11 path... "
10 -if test "`uname`" = "SunOS"; then
12 - LDFLAGS="$LDFLAGS -L/usr/X/lib"
13 - CFLAGS="$CFLAGS I/usr/include/X11"
15 - X11_PATH="/usr/X11R6"
17 if test -e "$X11_PATH"; then
24 +echo -n "checking for freetype2/freetype/config/ftconfig.h... "
25 +if test -e "$X11_PATH/include/freetype2/freetype/config/ftconfig.h"; then
27 +CFLAGS="$CFLAGS -I$X11_PATH/include/freetype2"
31 + echo "Sure, freetype2 is installed correctly? Fonts will look crappy!"
35 echo -n "checking for X11/Xlib.h... "
36 if test -e "$X11_PATH/include/X11/Xlib.h"; then
39 echo -n "checking for X11/Xft/Xft.h... "
41 if test -e "$X11_PATH/include/X11/Xft/Xft.h"; then
43 - LDFLAGS="$LDFLAGS -lXft"
44 - CFLAGS="$CFLAGS -DXFT"
45 + echo "yes, but we don't use it to have nicer fonts."
46 +# LDFLAGS="$LDFLAGS -lXft"
47 +# CFLAGS="$CFLAGS -DXFT"
51 + echo "no, but does not matter."
54 echo -n "checking for Linux... "
56 echo \ @ls -l $\(PROGNAME\) >> Makefile
58 echo install: >> Makefile
59 -echo \ install $\(PROGNAME\) /usr/local/bin >> Makefile
60 +echo \ install $\(PROGNAME\) /usr/bin >> Makefile