comparison configure.ac @ 7596:d933d1410e5a

[gaim-migrate @ 8214] Find Tcl on OSX committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sat, 22 Nov 2003 05:43:59 +0000
parents 3456b3ce0775
children cf35c819e27f
comparison
equal deleted inserted replaced
7595:9c25507164a5 7596:d933d1410e5a
774 TCLCONFIG=no 774 TCLCONFIG=no
775 TCLCONFIGDIRS="/usr/lib \ 775 TCLCONFIGDIRS="/usr/lib \
776 /usr/lib/tcl8.4 \ 776 /usr/lib/tcl8.4 \
777 /usr/lib/tcl8.3 \ 777 /usr/lib/tcl8.3 \
778 /usr/lib/tcl8.2 \ 778 /usr/lib/tcl8.2 \
779 /System/Library/Tcl/8.3 \
779 /usr/local/lib" 780 /usr/local/lib"
780 for dir in $with_tclconfig $TCLCONFIGDIRS; do 781 for dir in $with_tclconfig $TCLCONFIGDIRS; do
781 if test -f $dir/tclConfig.sh; then 782 if test -f $dir/tclConfig.sh; then
782 TCLCONFIG=$dir/tclConfig.sh 783 TCLCONFIG=$dir/tclConfig.sh
783 AC_MSG_RESULT([yes ($TCLCONFIG)]) 784 AC_MSG_RESULT([yes ($TCLCONFIG)])