1999-05-27 12:50:26 +00:00
|
|
|
--- configure.orig Sat May 8 10:19:38 1999
|
|
|
|
+++ configure Sun May 9 12:14:58 1999
|
|
|
|
@@ -842,11 +842,13 @@
|
1999-03-01 10:47:15 +00:00
|
|
|
echo "configure: warning: cant find gtk-config" 1>&2
|
|
|
|
echo "-------------------------------------------------"
|
|
|
|
echo " GTK+ doesnt seam to be installed on this system"
|
|
|
|
-echo " or maybe gtk-config isnt in your PATH"
|
|
|
|
+echo " or maybe gtk-config isnt in your PATH. Set"
|
|
|
|
+echo " GTK_CONFIG in your environment to point to the"
|
|
|
|
+echo " location of the file if it does exist."
|
|
|
|
echo "-------------------------------------------------"
|
|
|
|
exit 0
|
|
|
|
else
|
1999-04-24 14:15:09 +00:00
|
|
|
-GTK_PREFIX=`gtk-config --version`
|
|
|
|
+GTK_PREFIX=`$GTK_CONFIG --version`
|
|
|
|
x=`echo $GTK_PREFIX|cut -d. -f1`
|
|
|
|
y=`echo $GTK_PREFIX|cut -d. -f2`
|
|
|
|
z=`echo $GTK_PREFIX|cut -d. -f3`
|
1999-05-27 12:50:26 +00:00
|
|
|
@@ -928,10 +930,10 @@
|
1999-04-24 14:15:09 +00:00
|
|
|
XWHOIS_SERVERS='$(prefix)/share/xwhois/xwhois.servers'
|
1999-03-01 10:47:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
-INCLUDES="-I. `gtk-config --cflags`"
|
1999-04-24 14:15:09 +00:00
|
|
|
+INCLUDES="-I. `$GTK_CONFIG --cflags`"
|
1999-03-01 10:47:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
-LIBS=`gtk-config --libs`
|
1999-04-24 14:15:09 +00:00
|
|
|
+LIBS=`$GTK_CONFIG --libs`
|
1999-03-01 10:47:15 +00:00
|
|
|
|
|
|
|
DEFINES='-DSTD -DHAVE_SNPRINTF -DXWHOIS_SERVERS=\"$(XWHOIS_SERVERS)\" -D$(GTK_TYPE)'
|
|
|
|
|
1999-05-27 12:50:26 +00:00
|
|
|
@@ -1234,7 +1236,7 @@
|
|
|
|
CFLAGS="-Wall $CFLAGS"
|
|
|
|
fi
|
|
|
|
if test $CC = "cc"; then
|
|
|
|
- CFLAGS="-g3 $CFLAGS"
|
|
|
|
+ CFLAGS="$CFLAGS"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Special system options.
|