Do not build XF86Setup with tcl/tk 8.2. It will not work.

This commit is contained in:
Jean-Marc Zucconi 2000-01-16 21:09:04 +00:00
parent 11ef7f4c05
commit 1b909c211d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24782
6 changed files with 12 additions and 42 deletions

View File

@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
for v in 42 80 81 82 42jp 80jp; do
for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
82)
tclversion=82
tclLversion=8.2
tkLversion=8.2
;;
esac
fi
done
@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
*** install tk 4.2 or 8.x first.
*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi

View File

@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
for v in 42 80 81 82 42jp 80jp; do
for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
82)
tclversion=82
tclLversion=8.2
tkLversion=8.2
;;
esac
fi
done
@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
*** install tk 4.2 or 8.x first.
*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi

View File

@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
for v in 42 80 81 82 42jp 80jp; do
for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
82)
tclversion=82
tclLversion=8.2
tkLversion=8.2
;;
esac
fi
done
@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
*** install tk 4.2 or 8.x first.
*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi

View File

@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
for v in 42 80 81 82 42jp 80jp; do
for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
82)
tclversion=82
tclLversion=8.2
tkLversion=8.2
;;
esac
fi
done
@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
*** install tk 4.2 or 8.x first.
*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi

View File

@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
for v in 42 80 81 82 42jp 80jp; do
for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
82)
tclversion=82
tclLversion=8.2
tkLversion=8.2
;;
esac
fi
done
@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
*** install tk 4.2 or 8.x first.
*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi

View File

@ -36,7 +36,7 @@ rm -f $F
# Tk detection
tkversion=
for v in 42 80 81 82 42jp 80jp; do
for v in 42 80 81 42jp 80jp; do
if [ -f /usr/local/lib/libtk$v.a ]; then
tkversion=$v
case $tkversion in
@ -65,11 +65,6 @@ for v in 42 80 81 82 42jp 80jp; do
tclLversion=8.1
tkLversion=8.1
;;
82)
tclversion=82
tclLversion=8.2
tkLversion=8.2
;;
esac
fi
done
@ -113,7 +108,7 @@ else
cat <<EOF
*** I don't see the static library for tk version $tkversion in /usr/local/lib.
*** XF86Setup will not be installed. If you want to build this program
*** install tk 4.2 or 8.x first.
*** install tk 4.2, 8.0 or 8.1 first (does not work with versions 8.2 and 8.3)
EOF
fi