mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
1006 B
Plaintext
29 lines
1006 B
Plaintext
--- configure.orig Mon Jun 19 21:00:38 2000
|
|
+++ configure Tue Jun 20 11:28:48 2000
|
|
@@ -5940,8 +5940,8 @@
|
|
|
|
echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
|
|
echo "configure:5943: checking for GTK >= 1.2.7" >&5
|
|
-if gtk-config --version > /dev/null 2>&1; then
|
|
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
|
+if $GTK_CONFIG --version > /dev/null 2>&1; then
|
|
+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
|
if test "$vers" -ge 1002007; then
|
|
echo "$ac_t""found" 1>&6
|
|
else
|
|
@@ -6481,10 +6481,10 @@
|
|
top_srcdir="$ac_dots$ac_given_srcdir" ;;
|
|
esac
|
|
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
+# case "$ac_given_INSTALL" in
|
|
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
+# esac
|
|
|
|
echo creating "$ac_file"
|
|
rm -f "$ac_file"
|