Changeset 2225 for branches/blt4


Ignore:
Timestamp:
Apr 26, 2011, 10:02:54 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/configure

    r2179 r2225  
    56265626  # by --with-tcl.
    56275627
    5628   for dir in \
    5629         $with_tcl
    5630   do
     5628  for dir in $with_tcl ; do
    56315629    if test -r "$dir/tclConfig.sh" ; then
    56325630      tcl_config_sh="$dir/tclConfig.sh"
     
    56435641  #  1. Search previously named locations.
    56445642
    5645   for dir in \
    5646    $prefix \
    5647    $exec_prefix \
    5648    $gui_cv_tcl_lib
    5649   do
     5643  for dir in $prefix $exec_prefix $gui_cv_tcl_lib ; do
    56505644    if test -r "$dir/tclConfig.sh" ; then
    56515645      tcl_config_sh="$dir/tclConfig.sh"
     
    56815675  # by --with-tk.
    56825676
    5683   for dir in \
    5684         $with_tk \
    5685         $with_tcl \
    5686   do
     5677  for dir in $with_tk $with_tcl  ; do
    56875678    if test -r "$dir/tkConfig.sh" ; then
    5688       tcl_config_sh="$dir/tkConfig.sh"
     5679      tk_config_sh="$dir/tkConfig.sh"
    56895680      break
    56905681    elif test -r "$dir/lib/tkConfig.sh" ; then
    5691       tcl_config_sh="$dir/lib/tkConfig.sh"
     5682      tk_config_sh="$dir/lib/tkConfig.sh"
    56925683      break
    56935684    fi
     
    56995690  #  1. Search previously named locations.
    57005691
    5701   for dir in \
    5702    $prefix \
    5703    $exec_prefix \
    5704   do
     5692  for dir in $prefix $exec_prefix ; do
    57055693    if test -r "$dir/tkConfig.sh" ; then
    5706       tcl_config_sh="$dir/tkConfig.sh"
     5694      tk_config_sh="$dir/tkConfig.sh"
    57075695      break
    57085696    elif test -r "$dir/lib/tkConfig.sh" ; then
    5709       tcl_config_sh="$dir/lib/tkConfig.sh"
     5697      tk_config_sh="$dir/lib/tkConfig.sh"
    57105698      break
    57115699    fi
Note: See TracChangeset for help on using the changeset viewer.