configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:67k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --enable-threads        build with threads"
  14. ac_help="$ac_help
  15.   --enable-shared         build and link with shared libraries [--enable-shared]"
  16. ac_help="$ac_help
  17.   --enable-64bit          enable 64bit support (where applicable = amd64|ia64)"
  18. ac_help="$ac_help
  19.   --enable-symbols        build with debugging symbols [--disable-symbols]"
  20. ac_help="$ac_help
  21.   --with-tcl=DIR          use Tcl 8.4 binaries from DIR"
  22. # Initialize some variables set by options.
  23. # The variables have the same names as the options, with
  24. # dashes changed to underlines.
  25. build=NONE
  26. cache_file=./config.cache
  27. exec_prefix=NONE
  28. host=NONE
  29. no_create=
  30. nonopt=NONE
  31. no_recursion=
  32. prefix=NONE
  33. program_prefix=NONE
  34. program_suffix=NONE
  35. program_transform_name=s,x,x,
  36. silent=
  37. site=
  38. srcdir=
  39. target=NONE
  40. verbose=
  41. x_includes=NONE
  42. x_libraries=NONE
  43. bindir='${exec_prefix}/bin'
  44. sbindir='${exec_prefix}/sbin'
  45. libexecdir='${exec_prefix}/libexec'
  46. datadir='${prefix}/share'
  47. sysconfdir='${prefix}/etc'
  48. sharedstatedir='${prefix}/com'
  49. localstatedir='${prefix}/var'
  50. libdir='${exec_prefix}/lib'
  51. includedir='${prefix}/include'
  52. oldincludedir='/usr/include'
  53. infodir='${prefix}/info'
  54. mandir='${prefix}/man'
  55. # Initialize some other variables.
  56. subdirs=
  57. MFLAGS= MAKEFLAGS=
  58. SHELL=${CONFIG_SHELL-/bin/sh}
  59. # Maximum number of lines to put in a shell here document.
  60. ac_max_here_lines=12
  61. ac_prev=
  62. for ac_option
  63. do
  64.   # If the previous option needs an argument, assign it.
  65.   if test -n "$ac_prev"; then
  66.     eval "$ac_prev=$ac_option"
  67.     ac_prev=
  68.     continue
  69.   fi
  70.   case "$ac_option" in
  71.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  72.   *) ac_optarg= ;;
  73.   esac
  74.   # Accept the important Cygnus configure options, so we can diagnose typos.
  75.   case "$ac_option" in
  76.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  77.     ac_prev=bindir ;;
  78.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  79.     bindir="$ac_optarg" ;;
  80.   -build | --build | --buil | --bui | --bu)
  81.     ac_prev=build ;;
  82.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  83.     build="$ac_optarg" ;;
  84.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  85.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  86.     ac_prev=cache_file ;;
  87.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  88.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  89.     cache_file="$ac_optarg" ;;
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.   -disable-* | --disable-*)
  96.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  97.     # Reject names that are not valid shell variable names.
  98.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  99.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  100.     fi
  101.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  102.     eval "enable_${ac_feature}=no" ;;
  103.   -enable-* | --enable-*)
  104.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  105.     # Reject names that are not valid shell variable names.
  106.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  107.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  108.     fi
  109.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  110.     case "$ac_option" in
  111.       *=*) ;;
  112.       *) ac_optarg=yes ;;
  113.     esac
  114.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  115.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  116.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  117.   | --exec | --exe | --ex)
  118.     ac_prev=exec_prefix ;;
  119.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  120.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  121.   | --exec=* | --exe=* | --ex=*)
  122.     exec_prefix="$ac_optarg" ;;
  123.   -gas | --gas | --ga | --g)
  124.     # Obsolete; use --with-gas.
  125.     with_gas=yes ;;
  126.   -help | --help | --hel | --he)
  127.     # Omit some internal or obsolete options to make the list less imposing.
  128.     # This message is too long to be a string in the A/UX 3.1 sh.
  129.     cat << EOF
  130. Usage: configure [options] [host]
  131. Options: [defaults in brackets after descriptions]
  132. Configuration:
  133.   --cache-file=FILE       cache test results in FILE
  134.   --help                  print this message
  135.   --no-create             do not create output files
  136.   --quiet, --silent       do not print `checking...' messages
  137.   --version               print the version of autoconf that created configure
  138. Directory and file names:
  139.   --prefix=PREFIX         install architecture-independent files in PREFIX
  140.                           [$ac_default_prefix]
  141.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  142.                           [same as prefix]
  143.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  144.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  145.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  146.   --datadir=DIR           read-only architecture-independent data in DIR
  147.                           [PREFIX/share]
  148.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  149.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  150.                           [PREFIX/com]
  151.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  152.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  153.   --includedir=DIR        C header files in DIR [PREFIX/include]
  154.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  155.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  156.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  157.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  158.   --program-prefix=PREFIX prepend PREFIX to installed program names
  159.   --program-suffix=SUFFIX append SUFFIX to installed program names
  160.   --program-transform-name=PROGRAM
  161.                           run sed PROGRAM on installed program names
  162. EOF
  163.     cat << EOF
  164. Host type:
  165.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  166.   --host=HOST             configure for HOST [guessed]
  167.   --target=TARGET         configure for TARGET [TARGET=HOST]
  168. Features and packages:
  169.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  170.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  171.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  172.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  173.   --x-includes=DIR        X include files are in DIR
  174.   --x-libraries=DIR       X library files are in DIR
  175. EOF
  176.     if test -n "$ac_help"; then
  177.       echo "--enable and --with options recognized:$ac_help"
  178.     fi
  179.     exit 0 ;;
  180.   -host | --host | --hos | --ho)
  181.     ac_prev=host ;;
  182.   -host=* | --host=* | --hos=* | --ho=*)
  183.     host="$ac_optarg" ;;
  184.   -includedir | --includedir | --includedi | --included | --include 
  185.   | --includ | --inclu | --incl | --inc)
  186.     ac_prev=includedir ;;
  187.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  188.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  189.     includedir="$ac_optarg" ;;
  190.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  191.     ac_prev=infodir ;;
  192.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  193.     infodir="$ac_optarg" ;;
  194.   -libdir | --libdir | --libdi | --libd)
  195.     ac_prev=libdir ;;
  196.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  197.     libdir="$ac_optarg" ;;
  198.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  199.   | --libexe | --libex | --libe)
  200.     ac_prev=libexecdir ;;
  201.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  202.   | --libexe=* | --libex=* | --libe=*)
  203.     libexecdir="$ac_optarg" ;;
  204.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  205.   | --localstate | --localstat | --localsta | --localst 
  206.   | --locals | --local | --loca | --loc | --lo)
  207.     ac_prev=localstatedir ;;
  208.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  209.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  210.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  211.     localstatedir="$ac_optarg" ;;
  212.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  213.     ac_prev=mandir ;;
  214.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  215.     mandir="$ac_optarg" ;;
  216.   -nfp | --nfp | --nf)
  217.     # Obsolete; use --without-fp.
  218.     with_fp=no ;;
  219.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  220.   | --no-cr | --no-c)
  221.     no_create=yes ;;
  222.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  223.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  224.     no_recursion=yes ;;
  225.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  226.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  227.   | --oldin | --oldi | --old | --ol | --o)
  228.     ac_prev=oldincludedir ;;
  229.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  230.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  231.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  232.     oldincludedir="$ac_optarg" ;;
  233.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  234.     ac_prev=prefix ;;
  235.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  236.     prefix="$ac_optarg" ;;
  237.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  238.   | --program-pre | --program-pr | --program-p)
  239.     ac_prev=program_prefix ;;
  240.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  241.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  242.     program_prefix="$ac_optarg" ;;
  243.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  244.   | --program-suf | --program-su | --program-s)
  245.     ac_prev=program_suffix ;;
  246.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  247.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  248.     program_suffix="$ac_optarg" ;;
  249.   -program-transform-name | --program-transform-name 
  250.   | --program-transform-nam | --program-transform-na 
  251.   | --program-transform-n | --program-transform- 
  252.   | --program-transform | --program-transfor 
  253.   | --program-transfo | --program-transf 
  254.   | --program-trans | --program-tran 
  255.   | --progr-tra | --program-tr | --program-t)
  256.     ac_prev=program_transform_name ;;
  257.   -program-transform-name=* | --program-transform-name=* 
  258.   | --program-transform-nam=* | --program-transform-na=* 
  259.   | --program-transform-n=* | --program-transform-=* 
  260.   | --program-transform=* | --program-transfor=* 
  261.   | --program-transfo=* | --program-transf=* 
  262.   | --program-trans=* | --program-tran=* 
  263.   | --progr-tra=* | --program-tr=* | --program-t=*)
  264.     program_transform_name="$ac_optarg" ;;
  265.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  266.   | -silent | --silent | --silen | --sile | --sil)
  267.     silent=yes ;;
  268.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  269.     ac_prev=sbindir ;;
  270.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  271.   | --sbi=* | --sb=*)
  272.     sbindir="$ac_optarg" ;;
  273.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  274.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  275.   | --sharedst | --shareds | --shared | --share | --shar 
  276.   | --sha | --sh)
  277.     ac_prev=sharedstatedir ;;
  278.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  279.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  280.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  281.   | --sha=* | --sh=*)
  282.     sharedstatedir="$ac_optarg" ;;
  283.   -site | --site | --sit)
  284.     ac_prev=site ;;
  285.   -site=* | --site=* | --sit=*)
  286.     site="$ac_optarg" ;;
  287.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  288.     ac_prev=srcdir ;;
  289.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  290.     srcdir="$ac_optarg" ;;
  291.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  292.   | --syscon | --sysco | --sysc | --sys | --sy)
  293.     ac_prev=sysconfdir ;;
  294.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  295.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  296.     sysconfdir="$ac_optarg" ;;
  297.   -target | --target | --targe | --targ | --tar | --ta | --t)
  298.     ac_prev=target ;;
  299.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  300.     target="$ac_optarg" ;;
  301.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  302.     verbose=yes ;;
  303.   -version | --version | --versio | --versi | --vers)
  304.     echo "configure generated by autoconf version 2.13"
  305.     exit 0 ;;
  306.   -with-* | --with-*)
  307.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  308.     # Reject names that are not valid shell variable names.
  309.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  310.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  311.     fi
  312.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  313.     case "$ac_option" in
  314.       *=*) ;;
  315.       *) ac_optarg=yes ;;
  316.     esac
  317.     eval "with_${ac_package}='$ac_optarg'" ;;
  318.   -without-* | --without-*)
  319.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  320.     # Reject names that are not valid shell variable names.
  321.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  322.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  323.     fi
  324.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  325.     eval "with_${ac_package}=no" ;;
  326.   --x)
  327.     # Obsolete; use --with-x.
  328.     with_x=yes ;;
  329.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  330.   | --x-incl | --x-inc | --x-in | --x-i)
  331.     ac_prev=x_includes ;;
  332.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  333.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  334.     x_includes="$ac_optarg" ;;
  335.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  336.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  337.     ac_prev=x_libraries ;;
  338.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  339.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  340.     x_libraries="$ac_optarg" ;;
  341.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  342.     ;;
  343.   *)
  344.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  345.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  346.     fi
  347.     if test "x$nonopt" != xNONE; then
  348.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  349.     fi
  350.     nonopt="$ac_option"
  351.     ;;
  352.   esac
  353. done
  354. if test -n "$ac_prev"; then
  355.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  356. fi
  357. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  358. # File descriptor usage:
  359. # 0 standard input
  360. # 1 file creation
  361. # 2 errors and warnings
  362. # 3 some systems may open it to /dev/tty
  363. # 4 used on the Kubota Titan
  364. # 6 checking for... messages and results
  365. # 5 compiler messages saved in config.log
  366. if test "$silent" = yes; then
  367.   exec 6>/dev/null
  368. else
  369.   exec 6>&1
  370. fi
  371. exec 5>./config.log
  372. echo "
  373. This file contains any messages produced by compilers while
  374. running configure, to aid debugging if configure makes a mistake.
  375. " 1>&5
  376. # Strip out --no-create and --no-recursion so they do not pile up.
  377. # Also quote any args containing shell metacharacters.
  378. ac_configure_args=
  379. for ac_arg
  380. do
  381.   case "$ac_arg" in
  382.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  383.   | --no-cr | --no-c) ;;
  384.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  385.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  386.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  387.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  388.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  389.   esac
  390. done
  391. # NLS nuisances.
  392. # Only set these to C if already set.  These must not be set unconditionally
  393. # because not all systems understand e.g. LANG=C (notably SCO).
  394. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  395. # Non-C LC_CTYPE values break the ctype check.
  396. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  397. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  398. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  399. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  400. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  401. rm -rf conftest* confdefs.h
  402. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  403. echo > confdefs.h
  404. # A filename unique to this package, relative to the directory that
  405. # configure is in, which we can look for to find out if srcdir is correct.
  406. ac_unique_file=../generic/tk.h
  407. # Find the source files, if location was not specified.
  408. if test -z "$srcdir"; then
  409.   ac_srcdir_defaulted=yes
  410.   # Try the directory containing this script, then its parent.
  411.   ac_prog=$0
  412.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  413.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  414.   srcdir=$ac_confdir
  415.   if test ! -r $srcdir/$ac_unique_file; then
  416.     srcdir=..
  417.   fi
  418. else
  419.   ac_srcdir_defaulted=no
  420. fi
  421. if test ! -r $srcdir/$ac_unique_file; then
  422.   if test "$ac_srcdir_defaulted" = yes; then
  423.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  424.   else
  425.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  426.   fi
  427. fi
  428. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  429. # Prefer explicitly selected file to automatically selected ones.
  430. if test -z "$CONFIG_SITE"; then
  431.   if test "x$prefix" != xNONE; then
  432.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  433.   else
  434.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  435.   fi
  436. fi
  437. for ac_site_file in $CONFIG_SITE; do
  438.   if test -r "$ac_site_file"; then
  439.     echo "loading site script $ac_site_file"
  440.     . "$ac_site_file"
  441.   fi
  442. done
  443. if test -r "$cache_file"; then
  444.   echo "loading cache $cache_file"
  445.   . $cache_file
  446. else
  447.   echo "creating cache $cache_file"
  448.   > $cache_file
  449. fi
  450. ac_ext=c
  451. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  452. ac_cpp='$CPP $CPPFLAGS'
  453. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  454. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  455. cross_compiling=$ac_cv_prog_cc_cross
  456. ac_exeext=
  457. ac_objext=o
  458. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  459.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  460.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  461.     ac_n= ac_c='
  462. ' ac_t=' '
  463.   else
  464.     ac_n=-n ac_c= ac_t=
  465.   fi
  466. else
  467.   ac_n= ac_c='c' ac_t=
  468. fi
  469. TK_VERSION=8.4
  470. TK_MAJOR_VERSION=8
  471. TK_MINOR_VERSION=4
  472. TK_PATCH_LEVEL=".18"
  473. VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
  474. #------------------------------------------------------------------------
  475. # Handle the --prefix=... option
  476. #------------------------------------------------------------------------
  477. if test "${prefix}" = "NONE"; then
  478.     prefix=/usr/local
  479. fi
  480. if test "${exec_prefix}" = "NONE"; then
  481.     exec_prefix=$prefix
  482. fi
  483. # libdir must be a fully qualified path and (not ${exec_prefix}/lib)
  484. eval libdir="$libdir"
  485. #------------------------------------------------------------------------
  486. # Standard compiler checks
  487. #------------------------------------------------------------------------
  488. # If the user did not set CFLAGS, set it now to keep
  489. # the AC_PROG_CC macro from adding "-g -O2".
  490. if test "${CFLAGS+set}" != "set" ; then
  491.     CFLAGS=""
  492. fi
  493. # Extract the first word of "gcc", so it can be a program name with args.
  494. set dummy gcc; ac_word=$2
  495. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  496. echo "configure:569: checking for $ac_word" >&5
  497. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  498.   echo $ac_n "(cached) $ac_c" 1>&6
  499. else
  500.   if test -n "$CC"; then
  501.   ac_cv_prog_CC="$CC" # Let the user override the test.
  502. else
  503.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  504.   ac_dummy="$PATH"
  505.   for ac_dir in $ac_dummy; do
  506.     test -z "$ac_dir" && ac_dir=.
  507.     if test -f $ac_dir/$ac_word; then
  508.       ac_cv_prog_CC="gcc"
  509.       break
  510.     fi
  511.   done
  512.   IFS="$ac_save_ifs"
  513. fi
  514. fi
  515. CC="$ac_cv_prog_CC"
  516. if test -n "$CC"; then
  517.   echo "$ac_t""$CC" 1>&6
  518. else
  519.   echo "$ac_t""no" 1>&6
  520. fi
  521. if test -z "$CC"; then
  522.   # Extract the first word of "cc", so it can be a program name with args.
  523. set dummy cc; ac_word=$2
  524. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  525. echo "configure:599: checking for $ac_word" >&5
  526. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  527.   echo $ac_n "(cached) $ac_c" 1>&6
  528. else
  529.   if test -n "$CC"; then
  530.   ac_cv_prog_CC="$CC" # Let the user override the test.
  531. else
  532.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  533.   ac_prog_rejected=no
  534.   ac_dummy="$PATH"
  535.   for ac_dir in $ac_dummy; do
  536.     test -z "$ac_dir" && ac_dir=.
  537.     if test -f $ac_dir/$ac_word; then
  538.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  539.         ac_prog_rejected=yes
  540. continue
  541.       fi
  542.       ac_cv_prog_CC="cc"
  543.       break
  544.     fi
  545.   done
  546.   IFS="$ac_save_ifs"
  547. if test $ac_prog_rejected = yes; then
  548.   # We found a bogon in the path, so make sure we never use it.
  549.   set dummy $ac_cv_prog_CC
  550.   shift
  551.   if test $# -gt 0; then
  552.     # We chose a different compiler from the bogus one.
  553.     # However, it has the same basename, so the bogon will be chosen
  554.     # first if we set CC to just the basename; use the full file name.
  555.     shift
  556.     set dummy "$ac_dir/$ac_word" "$@"
  557.     shift
  558.     ac_cv_prog_CC="$@"
  559.   fi
  560. fi
  561. fi
  562. fi
  563. CC="$ac_cv_prog_CC"
  564. if test -n "$CC"; then
  565.   echo "$ac_t""$CC" 1>&6
  566. else
  567.   echo "$ac_t""no" 1>&6
  568. fi
  569.   if test -z "$CC"; then
  570.     case "`uname -s`" in
  571.     *win32* | *WIN32*)
  572.       # Extract the first word of "cl", so it can be a program name with args.
  573. set dummy cl; ac_word=$2
  574. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  575. echo "configure:650: checking for $ac_word" >&5
  576. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  577.   echo $ac_n "(cached) $ac_c" 1>&6
  578. else
  579.   if test -n "$CC"; then
  580.   ac_cv_prog_CC="$CC" # Let the user override the test.
  581. else
  582.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  583.   ac_dummy="$PATH"
  584.   for ac_dir in $ac_dummy; do
  585.     test -z "$ac_dir" && ac_dir=.
  586.     if test -f $ac_dir/$ac_word; then
  587.       ac_cv_prog_CC="cl"
  588.       break
  589.     fi
  590.   done
  591.   IFS="$ac_save_ifs"
  592. fi
  593. fi
  594. CC="$ac_cv_prog_CC"
  595. if test -n "$CC"; then
  596.   echo "$ac_t""$CC" 1>&6
  597. else
  598.   echo "$ac_t""no" 1>&6
  599. fi
  600.  ;;
  601.     esac
  602.   fi
  603.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  604. fi
  605. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  606. echo "configure:682: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  607. ac_ext=c
  608. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  609. ac_cpp='$CPP $CPPFLAGS'
  610. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  611. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  612. cross_compiling=$ac_cv_prog_cc_cross
  613. cat > conftest.$ac_ext << EOF
  614. #line 693 "configure"
  615. #include "confdefs.h"
  616. main(){return(0);}
  617. EOF
  618. if { (eval echo configure:698: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  619.   ac_cv_prog_cc_works=yes
  620.   # If we can't run a trivial program, we are probably using a cross compiler.
  621.   if (./conftest; exit) 2>/dev/null; then
  622.     ac_cv_prog_cc_cross=no
  623.   else
  624.     ac_cv_prog_cc_cross=yes
  625.   fi
  626. else
  627.   echo "configure: failed program was:" >&5
  628.   cat conftest.$ac_ext >&5
  629.   ac_cv_prog_cc_works=no
  630. fi
  631. rm -fr conftest*
  632. ac_ext=c
  633. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  634. ac_cpp='$CPP $CPPFLAGS'
  635. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  636. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  637. cross_compiling=$ac_cv_prog_cc_cross
  638. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  639. if test $ac_cv_prog_cc_works = no; then
  640.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  641. fi
  642. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  643. echo "configure:724: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  644. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  645. cross_compiling=$ac_cv_prog_cc_cross
  646. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  647. echo "configure:729: checking whether we are using GNU C" >&5
  648. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  649.   echo $ac_n "(cached) $ac_c" 1>&6
  650. else
  651.   cat > conftest.c <<EOF
  652. #ifdef __GNUC__
  653.   yes;
  654. #endif
  655. EOF
  656. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:738: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  657.   ac_cv_prog_gcc=yes
  658. else
  659.   ac_cv_prog_gcc=no
  660. fi
  661. fi
  662. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  663. if test $ac_cv_prog_gcc = yes; then
  664.   GCC=yes
  665. else
  666.   GCC=
  667. fi
  668. ac_test_CFLAGS="${CFLAGS+set}"
  669. ac_save_CFLAGS="$CFLAGS"
  670. CFLAGS=
  671. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  672. echo "configure:757: checking whether ${CC-cc} accepts -g" >&5
  673. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  674.   echo $ac_n "(cached) $ac_c" 1>&6
  675. else
  676.   echo 'void f(){}' > conftest.c
  677. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  678.   ac_cv_prog_cc_g=yes
  679. else
  680.   ac_cv_prog_cc_g=no
  681. fi
  682. rm -f conftest*
  683. fi
  684. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  685. if test "$ac_test_CFLAGS" = set; then
  686.   CFLAGS="$ac_save_CFLAGS"
  687. elif test $ac_cv_prog_cc_g = yes; then
  688.   if test "$GCC" = yes; then
  689.     CFLAGS="-g -O2"
  690.   else
  691.     CFLAGS="-g"
  692.   fi
  693. else
  694.   if test "$GCC" = yes; then
  695.     CFLAGS="-O2"
  696.   else
  697.     CFLAGS=
  698.   fi
  699. fi
  700. # To properly support cross-compilation, one would
  701. # need to use these tool checks instead of
  702. # the ones below and reconfigure with
  703. # autoconf 2.50. You can also just set
  704. # the CC, AR, RANLIB, and RC environment
  705. # variables if you want to cross compile.
  706. #AC_CHECK_TOOL(AR, ar)
  707. #AC_CHECK_TOOL(RANLIB, ranlib)
  708. #AC_CHECK_TOOL(RC, windres)
  709. if test "${GCC}" = "yes" ; then
  710.     # Extract the first word of "ar", so it can be a program name with args.
  711. set dummy ar; ac_word=$2
  712. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  713. echo "configure:803: checking for $ac_word" >&5
  714. if eval "test "`echo '$''{'ac_cv_prog_AR'+set}'`" = set"; then
  715.   echo $ac_n "(cached) $ac_c" 1>&6
  716. else
  717.   if test -n "$AR"; then
  718.   ac_cv_prog_AR="$AR" # Let the user override the test.
  719. else
  720.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  721.   ac_dummy="$PATH"
  722.   for ac_dir in $ac_dummy; do
  723.     test -z "$ac_dir" && ac_dir=.
  724.     if test -f $ac_dir/$ac_word; then
  725.       ac_cv_prog_AR="ar"
  726.       break
  727.     fi
  728.   done
  729.   IFS="$ac_save_ifs"
  730. fi
  731. fi
  732. AR="$ac_cv_prog_AR"
  733. if test -n "$AR"; then
  734.   echo "$ac_t""$AR" 1>&6
  735. else
  736.   echo "$ac_t""no" 1>&6
  737. fi
  738.     # Extract the first word of "ranlib", so it can be a program name with args.
  739. set dummy ranlib; ac_word=$2
  740. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  741. echo "configure:832: checking for $ac_word" >&5
  742. if eval "test "`echo '$''{'ac_cv_prog_RANLIB'+set}'`" = set"; then
  743.   echo $ac_n "(cached) $ac_c" 1>&6
  744. else
  745.   if test -n "$RANLIB"; then
  746.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  747. else
  748.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  749.   ac_dummy="$PATH"
  750.   for ac_dir in $ac_dummy; do
  751.     test -z "$ac_dir" && ac_dir=.
  752.     if test -f $ac_dir/$ac_word; then
  753.       ac_cv_prog_RANLIB="ranlib"
  754.       break
  755.     fi
  756.   done
  757.   IFS="$ac_save_ifs"
  758. fi
  759. fi
  760. RANLIB="$ac_cv_prog_RANLIB"
  761. if test -n "$RANLIB"; then
  762.   echo "$ac_t""$RANLIB" 1>&6
  763. else
  764.   echo "$ac_t""no" 1>&6
  765. fi
  766.     # Extract the first word of "windres", so it can be a program name with args.
  767. set dummy windres; ac_word=$2
  768. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  769. echo "configure:861: checking for $ac_word" >&5
  770. if eval "test "`echo '$''{'ac_cv_prog_RC'+set}'`" = set"; then
  771.   echo $ac_n "(cached) $ac_c" 1>&6
  772. else
  773.   if test -n "$RC"; then
  774.   ac_cv_prog_RC="$RC" # Let the user override the test.
  775. else
  776.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  777.   ac_dummy="$PATH"
  778.   for ac_dir in $ac_dummy; do
  779.     test -z "$ac_dir" && ac_dir=.
  780.     if test -f $ac_dir/$ac_word; then
  781.       ac_cv_prog_RC="windres"
  782.       break
  783.     fi
  784.   done
  785.   IFS="$ac_save_ifs"
  786. fi
  787. fi
  788. RC="$ac_cv_prog_RC"
  789. if test -n "$RC"; then
  790.   echo "$ac_t""$RC" 1>&6
  791. else
  792.   echo "$ac_t""no" 1>&6
  793. fi
  794.     if test "${AR}" = "" ; then
  795. { echo "configure: error: Required archive tool 'ar' not found on PATH." 1>&2; exit 1; }
  796.     fi
  797.     if test "${RANLIB}" = "" ; then
  798. { echo "configure: error: Required archive index tool 'ranlib' not found on PATH." 1>&2; exit 1; }
  799.     fi
  800.     if test "${RC}" = "" ; then
  801. { echo "configure: error: Required resource tool 'windres' not found on PATH." 1>&2; exit 1; }
  802.     fi
  803. fi
  804. #--------------------------------------------------------------------
  805. # Checks to see if the make progeam sets the $MAKE variable.
  806. #--------------------------------------------------------------------
  807. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  808. echo "configure:904: checking whether ${MAKE-make} sets ${MAKE}" >&5
  809. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  810. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  811.   echo $ac_n "(cached) $ac_c" 1>&6
  812. else
  813.   cat > conftestmake <<EOF
  814. all:
  815. @echo 'ac_maketemp="${MAKE}"'
  816. EOF
  817. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  818. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  819. if test -n "$ac_maketemp"; then
  820.   eval ac_cv_prog_make_${ac_make}_set=yes
  821. else
  822.   eval ac_cv_prog_make_${ac_make}_set=no
  823. fi
  824. rm -f conftestmake
  825. fi
  826. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  827.   echo "$ac_t""yes" 1>&6
  828.   SET_MAKE=
  829. else
  830.   echo "$ac_t""no" 1>&6
  831.   SET_MAKE="MAKE=${MAKE-make}"
  832. fi
  833. #--------------------------------------------------------------------
  834. # These two macros perform additinal compiler test.
  835. #--------------------------------------------------------------------
  836. echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
  837. echo "configure:936: checking for Cygwin environment" >&5
  838. if eval "test "`echo '$''{'ac_cv_cygwin'+set}'`" = set"; then
  839.   echo $ac_n "(cached) $ac_c" 1>&6
  840. else
  841.   cat > conftest.$ac_ext <<EOF
  842. #line 941 "configure"
  843. #include "confdefs.h"
  844. int main() {
  845. #ifndef __CYGWIN__
  846. #define __CYGWIN__ __CYGWIN32__
  847. #endif
  848. return __CYGWIN__;
  849. ; return 0; }
  850. EOF
  851. if { (eval echo configure:952: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  852.   rm -rf conftest*
  853.   ac_cv_cygwin=yes
  854. else
  855.   echo "configure: failed program was:" >&5
  856.   cat conftest.$ac_ext >&5
  857.   rm -rf conftest*
  858.   ac_cv_cygwin=no
  859. fi
  860. rm -f conftest*
  861. rm -f conftest*
  862. fi
  863. echo "$ac_t""$ac_cv_cygwin" 1>&6
  864. CYGWIN=
  865. test "$ac_cv_cygwin" = yes && CYGWIN=yes
  866. #--------------------------------------------------------------------
  867. # Determines the correct binary file extension (.o, .obj, .exe etc.)
  868. #--------------------------------------------------------------------
  869. echo $ac_n "checking for object suffix""... $ac_c" 1>&6
  870. echo "configure:974: checking for object suffix" >&5
  871. if eval "test "`echo '$''{'ac_cv_objext'+set}'`" = set"; then
  872.   echo $ac_n "(cached) $ac_c" 1>&6
  873. else
  874.   rm -f conftest*
  875. echo 'int i = 1;' > conftest.$ac_ext
  876. if { (eval echo configure:980: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  877.   for ac_file in conftest.*; do
  878.     case $ac_file in
  879.     *.c) ;;
  880.     *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
  881.     esac
  882.   done
  883. else
  884.   { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
  885. fi
  886. rm -f conftest*
  887. fi
  888. echo "$ac_t""$ac_cv_objext" 1>&6
  889. OBJEXT=$ac_cv_objext
  890. ac_objext=$ac_cv_objext
  891. echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
  892. echo "configure:998: checking for mingw32 environment" >&5
  893. if eval "test "`echo '$''{'ac_cv_mingw32'+set}'`" = set"; then
  894.   echo $ac_n "(cached) $ac_c" 1>&6
  895. else
  896.   cat > conftest.$ac_ext <<EOF
  897. #line 1003 "configure"
  898. #include "confdefs.h"
  899. int main() {
  900. return __MINGW32__;
  901. ; return 0; }
  902. EOF
  903. if { (eval echo configure:1010: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  904.   rm -rf conftest*
  905.   ac_cv_mingw32=yes
  906. else
  907.   echo "configure: failed program was:" >&5
  908.   cat conftest.$ac_ext >&5
  909.   rm -rf conftest*
  910.   ac_cv_mingw32=no
  911. fi
  912. rm -f conftest*
  913. rm -f conftest*
  914. fi
  915. echo "$ac_t""$ac_cv_mingw32" 1>&6
  916. MINGW32=
  917. test "$ac_cv_mingw32" = yes && MINGW32=yes
  918. echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  919. echo "configure:1029: checking for executable suffix" >&5
  920. if eval "test "`echo '$''{'ac_cv_exeext'+set}'`" = set"; then
  921.   echo $ac_n "(cached) $ac_c" 1>&6
  922. else
  923.   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
  924.   ac_cv_exeext=.exe
  925. else
  926.   rm -f conftest*
  927.   echo 'int main () { return 0; }' > conftest.$ac_ext
  928.   ac_cv_exeext=
  929.   if { (eval echo configure:1039: "$ac_link") 1>&5; (eval $ac_link) 2>&5; }; then
  930.     for file in conftest.*; do
  931.       case $file in
  932.       *.c | *.o | *.obj) ;;
  933.       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
  934.       esac
  935.     done
  936.   else
  937.     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  938.   fi
  939.   rm -f conftest*
  940.   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
  941. fi
  942. fi
  943. EXEEXT=""
  944. test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
  945. echo "$ac_t""${ac_cv_exeext}" 1>&6
  946. ac_exeext=$EXEEXT
  947. #--------------------------------------------------------------------
  948. # Check whether --enable-threads or --disable-threads was given.
  949. #--------------------------------------------------------------------
  950.     echo $ac_n "checking for building with threads""... $ac_c" 1>&6
  951. echo "configure:1066: checking for building with threads" >&5
  952.     # Check whether --enable-threads or --disable-threads was given.
  953. if test "${enable_threads+set}" = set; then
  954.   enableval="$enable_threads"
  955.   tcl_ok=$enableval
  956. else
  957.   tcl_ok=no
  958. fi
  959.     if test "$tcl_ok" = "yes"; then
  960. echo "$ac_t""yes" 1>&6
  961. TCL_THREADS=1
  962. cat >> confdefs.h <<EOF
  963. #define TCL_THREADS 1
  964. EOF
  965. # USE_THREAD_ALLOC tells us to try the special thread-based
  966. # allocator that significantly reduces lock contention
  967. cat >> confdefs.h <<EOF
  968. #define USE_THREAD_ALLOC 1
  969. EOF
  970.     else
  971. TCL_THREADS=0
  972. echo "$ac_t""no (default)" 1>&6
  973.     fi
  974.     
  975. #--------------------------------------------------------------------
  976. # The statements below define a collection of symbols related to
  977. # building libtk as a shared library instead of a static library.
  978. #--------------------------------------------------------------------
  979.     echo $ac_n "checking how to build libraries""... $ac_c" 1>&6
  980. echo "configure:1103: checking how to build libraries" >&5
  981.     # Check whether --enable-shared or --disable-shared was given.
  982. if test "${enable_shared+set}" = set; then
  983.   enableval="$enable_shared"
  984.   tcl_ok=$enableval
  985. else
  986.   tcl_ok=yes
  987. fi
  988.     if test "${enable_shared+set}" = set; then
  989. enableval="$enable_shared"
  990. tcl_ok=$enableval
  991.     else
  992. tcl_ok=yes
  993.     fi
  994.     if test "$tcl_ok" = "yes" ; then
  995. echo "$ac_t""shared" 1>&6
  996. SHARED_BUILD=1
  997.     else
  998. echo "$ac_t""static" 1>&6
  999. SHARED_BUILD=0
  1000. cat >> confdefs.h <<EOF
  1001. #define STATIC_BUILD 1
  1002. EOF
  1003.     fi
  1004. #--------------------------------------------------------------------
  1005. # The statements below define a collection of compile flags.  This 
  1006. # macro depends on the value of SHARED_BUILD, and should be called
  1007. # after SC_ENABLE_SHARED checks the configure switches.
  1008. #--------------------------------------------------------------------
  1009.     # Step 0: Enable 64 bit support?
  1010.     echo $ac_n "checking if 64bit support is requested""... $ac_c" 1>&6
  1011. echo "configure:1144: checking if 64bit support is requested" >&5
  1012.     # Check whether --enable-64bit or --disable-64bit was given.
  1013. if test "${enable_64bit+set}" = set; then
  1014.   enableval="$enable_64bit"
  1015.   do64bit=$enableval
  1016. else
  1017.   do64bit=no
  1018. fi
  1019.     echo "$ac_t""$do64bit" 1>&6
  1020.     # Set some defaults (may get changed below)
  1021.     EXTRA_CFLAGS=""
  1022.     # Extract the first word of "cygpath", so it can be a program name with args.
  1023. set dummy cygpath; ac_word=$2
  1024. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1025. echo "configure:1161: checking for $ac_word" >&5
  1026. if eval "test "`echo '$''{'ac_cv_prog_CYGPATH'+set}'`" = set"; then
  1027.   echo $ac_n "(cached) $ac_c" 1>&6
  1028. else
  1029.   if test -n "$CYGPATH"; then
  1030.   ac_cv_prog_CYGPATH="$CYGPATH" # Let the user override the test.
  1031. else
  1032.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1033.   ac_dummy="$PATH"
  1034.   for ac_dir in $ac_dummy; do
  1035.     test -z "$ac_dir" && ac_dir=.
  1036.     if test -f $ac_dir/$ac_word; then
  1037.       ac_cv_prog_CYGPATH="cygpath -w"
  1038.       break
  1039.     fi
  1040.   done
  1041.   IFS="$ac_save_ifs"
  1042.   test -z "$ac_cv_prog_CYGPATH" && ac_cv_prog_CYGPATH="echo"
  1043. fi
  1044. fi
  1045. CYGPATH="$ac_cv_prog_CYGPATH"
  1046. if test -n "$CYGPATH"; then
  1047.   echo "$ac_t""$CYGPATH" 1>&6
  1048. else
  1049.   echo "$ac_t""no" 1>&6
  1050. fi
  1051.     SHLIB_SUFFIX=".dll"
  1052.     # MACHINE is IX86 for LINK, but this is used by the manifest,
  1053.     # which requires x86|amd64|ia64.
  1054.     MACHINE="X86"
  1055.     # Check for a bug in gcc's windres that causes the
  1056.     # compile to fail when a Windows native path is
  1057.     # passed into windres. The mingw toolchain requires
  1058.     # Windows native paths while Cygwin should work
  1059.     # with both. Avoid the bug by passing a POSIX
  1060.     # path when using the Cygwin toolchain.
  1061.     if test "$GCC" = "yes" && test "$CYGPATH" != "echo" ; then
  1062. conftest=/tmp/conftest.rc
  1063. echo "STRINGTABLE BEGIN" > $conftest
  1064. echo "101 "name"" >> $conftest
  1065. echo "END" >> $conftest
  1066. echo $ac_n "checking for Windows native path bug in windres""... $ac_c" 1>&6
  1067. echo "configure:1209: checking for Windows native path bug in windres" >&5
  1068. cyg_conftest=`$CYGPATH $conftest`
  1069. if { ac_try='$RC -o conftest.res.o $cyg_conftest'; { (eval echo configure:1211: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } ; then
  1070.     echo "$ac_t""no" 1>&6
  1071. else
  1072.     echo "$ac_t""yes" 1>&6
  1073.     CYGPATH=echo
  1074. fi
  1075. conftest=
  1076. cyg_conftest=
  1077.     fi
  1078.     if test "$CYGPATH" = "echo" || test "$ac_cv_cygwin" = "yes"; then
  1079.         DEPARG='"$<"'
  1080.     else
  1081.         DEPARG='"$(shell $(CYGPATH) $<)"'
  1082.     fi
  1083.     # set various compiler flags depending on whether we are using gcc or cl
  1084.     echo $ac_n "checking compiler flags""... $ac_c" 1>&6
  1085. echo "configure:1230: checking compiler flags" >&5
  1086.     if test "${GCC}" = "yes" ; then
  1087. if test "$do64bit" != "no" ; then
  1088.     echo "configure: warning: "64bit mode not supported with GCC on Windows"" 1>&2
  1089. fi
  1090. SHLIB_LD=""
  1091. SHLIB_LD_LIBS=""
  1092. LIBS=""
  1093. LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32"
  1094. STLIB_LD='${AR} cr'
  1095. RC_OUT=-o
  1096. RC_TYPE=
  1097. RC_INCLUDE=--include
  1098. RC_DEFINE=--define
  1099. RES=res.o
  1100. MAKE_LIB="${STLIB_LD} $@"
  1101. POST_MAKE_LIB="${RANLIB} $@"
  1102. MAKE_EXE="${CC} -o $@"
  1103. LIBPREFIX="lib"
  1104. #if test "$ac_cv_cygwin" = "yes"; then
  1105. #    extra_cflags="-mno-cygwin"
  1106. #    extra_ldflags="-mno-cygwin"
  1107. #else
  1108. #    extra_cflags=""
  1109. #    extra_ldflags=""
  1110. #fi
  1111. if test "$ac_cv_cygwin" = "yes"; then
  1112.   touch ac$$.c
  1113.   if ${CC} -c -mwin32 ac$$.c >/dev/null 2>&1; then
  1114.     case "$extra_cflags" in
  1115.       *-mwin32*) ;;
  1116.       *) extra_cflags="-mwin32 $extra_cflags" ;;
  1117.     esac
  1118.     case "$extra_ldflags" in
  1119.       *-mwin32*) ;;
  1120.       *) extra_ldflags="-mwin32 $extra_ldflags" ;;
  1121.     esac
  1122.   fi
  1123.   rm -f ac$$.o ac$$.c
  1124. else
  1125.   extra_cflags=''
  1126.   extra_ldflags=''
  1127. fi
  1128. if test "${SHARED_BUILD}" = "0" ; then
  1129.     # static
  1130.             echo "$ac_t""using static flags" 1>&6
  1131.     runtime=
  1132.     MAKE_DLL="echo "
  1133.     LIBSUFFIX="s${DBGX}.a"
  1134.     LIBFLAGSUFFIX="s${DBGX}"
  1135.     LIBRARIES="${STATIC_LIBRARIES}"
  1136.     EXESUFFIX="s${DBGX}.exe"
  1137. else
  1138.     # dynamic
  1139.             echo "$ac_t""using shared flags" 1>&6
  1140.     # ad-hoc check to see if CC supports -shared.
  1141.     if "${CC}" -shared 2>&1 | egrep ': -shared not supported' >/dev/null; then
  1142. { echo "configure: error: ${CC} does not support the -shared option.
  1143.                 You will need to upgrade to a newer version of the toolchain." 1>&2; exit 1; }
  1144.     fi
  1145.     runtime=
  1146.     # Link with gcc since ld does not link to default libs like
  1147.     # -luser32 and -lmsvcrt by default. Make sure CFLAGS is
  1148.     # included so -mno-cygwin passed the correct libs to the linker.
  1149.     SHLIB_LD='${CC} -shared ${CFLAGS}'
  1150.     SHLIB_LD_LIBS='${LIBS}'
  1151.     # Add SHLIB_LD_LIBS to the Make rule, not here.
  1152.     MAKE_DLL="${SHLIB_LD} $(LDFLAGS) -o $@ ${extra_ldflags} 
  1153.         -Wl,--out-implib,$(patsubst %.dll,lib%.a,$@)"
  1154.     LIBSUFFIX="${DBGX}.a"
  1155.     LIBFLAGSUFFIX="${DBGX}"
  1156.     EXESUFFIX="${DBGX}.exe"
  1157.     LIBRARIES="${SHARED_LIBRARIES}"
  1158. fi
  1159. # DLLSUFFIX is separate because it is the building block for
  1160. # users of tclConfig.sh that may build shared or static.
  1161. DLLSUFFIX="${DBGX}.dll"
  1162. SHLIB_SUFFIX=.dll
  1163. EXTRA_CFLAGS="${extra_cflags}"
  1164. CFLAGS_DEBUG=-g
  1165. CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer"
  1166. CFLAGS_WARNING="-Wall -Wconversion"
  1167. LDFLAGS_DEBUG=
  1168. LDFLAGS_OPTIMIZE=
  1169. # Specify the CC output file names based on the target name
  1170. CC_OBJNAME="-o $@"
  1171. CC_EXENAME="-o $@"
  1172. # Specify linker flags depending on the type of app being 
  1173. # built -- Console vs. Window.
  1174. #
  1175. # ORIGINAL COMMENT:
  1176. # We need to pass -e _WinMain@16 so that ld will use
  1177. # WinMain() instead of main() as the entry point. We can't
  1178. # use autoconf to check for this case since it would need
  1179. # to run an executable and that does not work when
  1180. # cross compiling. Remove this -e workaround once we
  1181. # require a gcc that does not have this bug.
  1182. #
  1183. # MK NOTE: Tk should use a different mechanism. This causes 
  1184. # interesting problems, such as wish dying at startup.
  1185. #LDFLAGS_WINDOW="-mwindows -e _WinMain@16 ${extra_ldflags}"
  1186. LDFLAGS_CONSOLE="-mconsole ${extra_ldflags}"
  1187. LDFLAGS_WINDOW="-mwindows ${extra_ldflags}"
  1188.     else
  1189. if test "${SHARED_BUILD}" = "0" ; then
  1190.     # static
  1191.             echo "$ac_t""using static flags" 1>&6
  1192.     runtime=-MT
  1193.     MAKE_DLL="echo "
  1194.     LIBSUFFIX="s${DBGX}.lib"
  1195.     LIBFLAGSUFFIX="s${DBGX}"
  1196.     LIBRARIES="${STATIC_LIBRARIES}"
  1197.     EXESUFFIX="s${DBGX}.exe"
  1198.     SHLIB_LD_LIBS=""
  1199. else
  1200.     # dynamic
  1201.             echo "$ac_t""using shared flags" 1>&6
  1202.     runtime=-MD
  1203.     # Add SHLIB_LD_LIBS to the Make rule, not here.
  1204.     MAKE_DLL="${SHLIB_LD} $(LDFLAGS) -out:$@"
  1205.     LIBSUFFIX="${DBGX}.lib"
  1206.     LIBFLAGSUFFIX="${DBGX}"
  1207.     EXESUFFIX="${DBGX}.exe"
  1208.     LIBRARIES="${SHARED_LIBRARIES}"
  1209.     SHLIB_LD_LIBS='${LIBS}'
  1210. fi
  1211. # DLLSUFFIX is separate because it is the building block for
  1212. # users of tclConfig.sh that may build shared or static.
  1213. DLLSUFFIX="${DBGX}.dll"
  1214. # This is a 2-stage check to make sure we have the 64-bit SDK
  1215. # We have to know where the SDK is installed.
  1216. # This magic is based on MS Platform SDK for Win2003 SP1 - hobbs
  1217. if test "$do64bit" != "no" ; then
  1218.     if test "x${MSSDK}x" = "xx" ; then
  1219. MSSDK="C:/Progra~1/Microsoft Platform SDK"
  1220.     fi
  1221.     MSSDK=`echo "$MSSDK" | sed -e 's!\!/!g'`
  1222.     PATH64=""
  1223.     case "$do64bit" in
  1224. amd64|x64|yes)
  1225.     MACHINE="AMD64" ; # default to AMD64 64-bit build
  1226.     PATH64="${MSSDK}/Bin/Win64/x86/AMD64"
  1227.     ;;
  1228. ia64)
  1229.     MACHINE="IA64"
  1230.     PATH64="${MSSDK}/Bin/Win64"
  1231.     ;;
  1232.     esac
  1233.     if test ! -d "${PATH64}" ; then
  1234. echo "configure: warning: Could not find 64-bit $MACHINE SDK to enable 64bit mode" 1>&2
  1235. echo "configure: warning: Ensure latest Platform SDK is installed" 1>&2
  1236. do64bit="no"
  1237.     else
  1238. echo "$ac_t""   Using 64-bit $MACHINE mode" 1>&6
  1239.     fi
  1240. fi
  1241. if test "$do64bit" != "no" ; then
  1242.     # The space-based-path will work for the Makefile, but will
  1243.     # not work if AC_TRY_COMPILE is called.
  1244.     CC=""${PATH64}/cl.exe" -I"${MSSDK}/Include" 
  1245. -I"${MSSDK}/Include/crt" -I"${MSSDK}/Include/crt/sys""
  1246.     RC=""${MSSDK}/bin/rc.exe""
  1247.     CFLAGS_DEBUG="-nologo -Zi -Od ${runtime}d"
  1248.     # Do not use -O2 for Win64 - this has proved buggy in code gen.
  1249.     CFLAGS_OPTIMIZE="-nologo -O1 ${runtime}"
  1250.     lflags="-nologo -MACHINE:${MACHINE} -LIBPATH:"${MSSDK}/Lib/${MACHINE}""
  1251.     LINKBIN=""${PATH64}/link.exe""
  1252.     # Avoid 'unresolved external symbol __security_cookie' errors.
  1253.     # c.f. http://support.microsoft.com/?id=894573
  1254.     LIBS="user32.lib advapi32.lib bufferoverflowU.lib"
  1255. else
  1256.     RC="rc"
  1257.     # -Od - no optimization
  1258.     # -WX - warnings as errors
  1259.     CFLAGS_DEBUG="-nologo -Z7 -Od -WX ${runtime}d"
  1260.     # -O2 - create fast code (/Og /Oi /Ot /Oy /Ob2 /Gs /GF /Gy)
  1261.     CFLAGS_OPTIMIZE="-nologo -O2 ${runtime}"
  1262.     lflags="-nologo"
  1263.     LINKBIN="link"
  1264.     LIBS="user32.lib advapi32.lib"
  1265. fi
  1266. LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib shell32.lib"
  1267. SHLIB_LD="${LINKBIN} -dll -incremental:no ${lflags}"
  1268. # link -lib only works when -lib is the first arg
  1269. STLIB_LD="${LINKBIN} -lib ${lflags}"
  1270. RC_OUT=-fo
  1271. RC_TYPE=-r
  1272. RC_INCLUDE=-i
  1273. RC_DEFINE=-d
  1274. RES=res
  1275. MAKE_LIB="${STLIB_LD} -out:$@"
  1276. POST_MAKE_LIB=
  1277. MAKE_EXE="${CC} -Fe$@"
  1278. LIBPREFIX=""
  1279. EXTRA_CFLAGS=""
  1280. CFLAGS_WARNING="-W3"
  1281. LDFLAGS_DEBUG="-debug:full"
  1282. LDFLAGS_OPTIMIZE="-release"
  1283. # Specify the CC output file names based on the target name
  1284. CC_OBJNAME="-Fo$@"
  1285. CC_EXENAME="-Fe"$(shell $(CYGPATH) '$@')""
  1286. # Specify linker flags depending on the type of app being 
  1287. # built -- Console vs. Window.
  1288. LDFLAGS_CONSOLE="-link -subsystem:console ${lflags}"
  1289. LDFLAGS_WINDOW="-link -subsystem:windows ${lflags}"
  1290.     fi
  1291.     # DL_LIBS is empty, but then we match the Unix version
  1292.     
  1293.     
  1294.     
  1295.     
  1296. #--------------------------------------------------------------------
  1297. # man2tcl needs this so that it can use errno.h
  1298. #--------------------------------------------------------------------
  1299. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1300. echo "configure:1465: checking how to run the C preprocessor" >&5
  1301. # On Suns, sometimes $CPP names a directory.
  1302. if test -n "$CPP" && test -d "$CPP"; then
  1303.   CPP=
  1304. fi
  1305. if test -z "$CPP"; then
  1306. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1307.   echo $ac_n "(cached) $ac_c" 1>&6
  1308. else
  1309.     # This must be in double quotes, not single quotes, because CPP may get
  1310.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1311.   CPP="${CC-cc} -E"
  1312.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1313.   # not just through cpp.
  1314.   cat > conftest.$ac_ext <<EOF
  1315. #line 1480 "configure"
  1316. #include "confdefs.h"
  1317. #include <assert.h>
  1318. Syntax Error
  1319. EOF
  1320. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1321. { (eval echo configure:1486: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1322. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1323. if test -z "$ac_err"; then
  1324.   :
  1325. else
  1326.   echo "$ac_err" >&5
  1327.   echo "configure: failed program was:" >&5
  1328.   cat conftest.$ac_ext >&5
  1329.   rm -rf conftest*
  1330.   CPP="${CC-cc} -E -traditional-cpp"
  1331.   cat > conftest.$ac_ext <<EOF
  1332. #line 1497 "configure"
  1333. #include "confdefs.h"
  1334. #include <assert.h>
  1335. Syntax Error
  1336. EOF
  1337. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1338. { (eval echo configure:1503: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1339. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1340. if test -z "$ac_err"; then
  1341.   :
  1342. else
  1343.   echo "$ac_err" >&5
  1344.   echo "configure: failed program was:" >&5
  1345.   cat conftest.$ac_ext >&5
  1346.   rm -rf conftest*
  1347.   CPP="${CC-cc} -nologo -E"
  1348.   cat > conftest.$ac_ext <<EOF
  1349. #line 1514 "configure"
  1350. #include "confdefs.h"
  1351. #include <assert.h>
  1352. Syntax Error
  1353. EOF
  1354. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1355. { (eval echo configure:1520: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1356. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1357. if test -z "$ac_err"; then
  1358.   :
  1359. else
  1360.   echo "$ac_err" >&5
  1361.   echo "configure: failed program was:" >&5
  1362.   cat conftest.$ac_ext >&5
  1363.   rm -rf conftest*
  1364.   CPP=/lib/cpp
  1365. fi
  1366. rm -f conftest*
  1367. fi
  1368. rm -f conftest*
  1369. fi
  1370. rm -f conftest*
  1371.   ac_cv_prog_CPP="$CPP"
  1372. fi
  1373.   CPP="$ac_cv_prog_CPP"
  1374. else
  1375.   ac_cv_prog_CPP="$CPP"
  1376. fi
  1377. echo "$ac_t""$CPP" 1>&6
  1378. ac_safe=`echo "errno.h" | sed 'y%./+-%__p_%'`
  1379. echo $ac_n "checking for errno.h""... $ac_c" 1>&6
  1380. echo "configure:1546: checking for errno.h" >&5
  1381. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1382.   echo $ac_n "(cached) $ac_c" 1>&6
  1383. else
  1384.   cat > conftest.$ac_ext <<EOF
  1385. #line 1551 "configure"
  1386. #include "confdefs.h"
  1387. #include <errno.h>
  1388. EOF
  1389. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1390. { (eval echo configure:1556: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1391. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1392. if test -z "$ac_err"; then
  1393.   rm -rf conftest*
  1394.   eval "ac_cv_header_$ac_safe=yes"
  1395. else
  1396.   echo "$ac_err" >&5
  1397.   echo "configure: failed program was:" >&5
  1398.   cat conftest.$ac_ext >&5
  1399.   rm -rf conftest*
  1400.   eval "ac_cv_header_$ac_safe=no"
  1401. fi
  1402. rm -f conftest*
  1403. fi
  1404. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1405.   echo "$ac_t""yes" 1>&6
  1406.   :
  1407. else
  1408.   echo "$ac_t""no" 1>&6
  1409. MAN2TCLFLAGS="-DNO_ERRNO_H"
  1410. fi
  1411. #--------------------------------------------------------------------
  1412. # Set the default compiler switches based on the --enable-symbols 
  1413. # option.  This macro depends on C flags, and should be called
  1414. # after SC_CONFIG_CFLAGS macro is called.
  1415. #--------------------------------------------------------------------
  1416.     echo $ac_n "checking for build with symbols""... $ac_c" 1>&6
  1417. echo "configure:1588: checking for build with symbols" >&5
  1418.     # Check whether --enable-symbols or --disable-symbols was given.
  1419. if test "${enable_symbols+set}" = set; then
  1420.   enableval="$enable_symbols"
  1421.   tcl_ok=$enableval
  1422. else
  1423.   tcl_ok=no
  1424. fi
  1425. # FIXME: Currently, LDFLAGS_DEFAULT is not used, it should work like CFLAGS_DEFAULT.
  1426.     if test "$tcl_ok" = "no"; then
  1427. CFLAGS_DEFAULT='$(CFLAGS_OPTIMIZE)'
  1428. LDFLAGS_DEFAULT='$(LDFLAGS_OPTIMIZE)'
  1429. DBGX=""
  1430. echo "$ac_t""no" 1>&6
  1431.     else
  1432. CFLAGS_DEFAULT='$(CFLAGS_DEBUG)'
  1433. LDFLAGS_DEFAULT='$(LDFLAGS_DEBUG)'
  1434. DBGX=g
  1435. if test "$tcl_ok" = "yes"; then
  1436.     echo "$ac_t""yes (standard debugging)" 1>&6
  1437. fi
  1438.     fi
  1439.     
  1440.     
  1441.     if test "$tcl_ok" = "mem" -o "$tcl_ok" = "all"; then
  1442. cat >> confdefs.h <<EOF
  1443. #define TCL_MEM_DEBUG 1
  1444. EOF
  1445.     fi
  1446.     if test "$tcl_ok" = "compile" -o "$tcl_ok" = "all"; then
  1447. cat >> confdefs.h <<EOF
  1448. #define TCL_COMPILE_DEBUG 1
  1449. EOF
  1450. cat >> confdefs.h <<EOF
  1451. #define TCL_COMPILE_STATS 1
  1452. EOF
  1453.     fi
  1454.     if test "$tcl_ok" != "yes" -a "$tcl_ok" != "no"; then
  1455. if test "$tcl_ok" = "all"; then
  1456.     echo "$ac_t""enabled symbols mem compile debugging" 1>&6
  1457. else
  1458.     echo "$ac_t""enabled $tcl_ok debugging" 1>&6
  1459. fi
  1460.     fi
  1461. TK_DBGX=${DBGX}
  1462. #--------------------------------------------------------------------
  1463. # Locate and source the tclConfig.sh file.
  1464. #--------------------------------------------------------------------
  1465.     echo $ac_n "checking the location of tclConfig.sh""... $ac_c" 1>&6
  1466. echo "configure:1649: checking the location of tclConfig.sh" >&5
  1467.     if test -d ../../tcl8.4$TK_PATCH_LEVEL/win;  then
  1468. TCL_BIN_DIR_DEFAULT=../../tcl8.4$TK_PATCH_LEVEL/win
  1469.     elif test -d ../../tcl8.4/win;  then
  1470. TCL_BIN_DIR_DEFAULT=../../tcl8.4/win
  1471.     else
  1472. TCL_BIN_DIR_DEFAULT=../../tcl/win
  1473.     fi
  1474.     
  1475.     # Check whether --with-tcl or --without-tcl was given.
  1476. if test "${with_tcl+set}" = set; then
  1477.   withval="$with_tcl"
  1478.   TCL_BIN_DIR=$withval
  1479. else
  1480.   TCL_BIN_DIR=`cd $TCL_BIN_DIR_DEFAULT; pwd`
  1481. fi
  1482.     if test ! -d $TCL_BIN_DIR; then
  1483. { echo "configure: error: Tcl directory $TCL_BIN_DIR does not exist" 1>&2; exit 1; }
  1484.     fi
  1485.     if test ! -f $TCL_BIN_DIR/tclConfig.sh; then
  1486. { echo "configure: error: There is no tclConfig.sh in $TCL_BIN_DIR:  perhaps you did not specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?" 1>&2; exit 1; }
  1487.     fi
  1488.     echo "$ac_t""$TCL_BIN_DIR/tclConfig.sh" 1>&6
  1489.     echo $ac_n "checking for existence of $TCL_BIN_DIR/tclConfig.sh""... $ac_c" 1>&6
  1490. echo "configure:1677: checking for existence of $TCL_BIN_DIR/tclConfig.sh" >&5
  1491.     if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
  1492.         echo "$ac_t""loading" 1>&6
  1493. . $TCL_BIN_DIR/tclConfig.sh
  1494.     else
  1495.         echo "$ac_t""file not found" 1>&6
  1496.     fi
  1497.     #
  1498.     # If the TCL_BIN_DIR is the build directory (not the install directory),
  1499.     # then set the common variable name to the value of the build variables.
  1500.     # For example, the variable TCL_LIB_SPEC will be set to the value
  1501.     # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
  1502.     # instead of TCL_BUILD_LIB_SPEC since it will work with both an
  1503.     # installed and uninstalled version of Tcl.
  1504.     #
  1505.     if test -f $TCL_BIN_DIR/Makefile ; then
  1506.         TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
  1507.         TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
  1508.         TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
  1509.     fi
  1510.     #
  1511.     # eval is required to do the TCL_DBGX substitution
  1512.     #
  1513.     eval "TCL_LIB_FILE="${TCL_LIB_FILE}""
  1514.     eval "TCL_LIB_FLAG="${TCL_LIB_FLAG}""
  1515.     eval "TCL_LIB_SPEC="${TCL_LIB_SPEC}""
  1516.     eval "TCL_STUB_LIB_FILE="${TCL_STUB_LIB_FILE}""
  1517.     eval "TCL_STUB_LIB_FLAG="${TCL_STUB_LIB_FLAG}""
  1518.     eval "TCL_STUB_LIB_SPEC="${TCL_STUB_LIB_SPEC}""
  1519.     
  1520.     
  1521.     
  1522.     
  1523.     
  1524.     
  1525.     
  1526.     
  1527.     
  1528.     
  1529.     
  1530.     echo $ac_n "checking for tclsh in Tcl build directory""... $ac_c" 1>&6
  1531. echo "configure:1731: checking for tclsh in Tcl build directory" >&5
  1532.     BUILD_TCLSH=${TCL_BIN_DIR}/tclsh${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}${TCL_DBGX}${EXEEXT}
  1533.     echo "$ac_t""$BUILD_TCLSH" 1>&6
  1534.     
  1535.     echo $ac_n "checking for tclsh""... $ac_c" 1>&6
  1536. echo "configure:1738: checking for tclsh" >&5
  1537.     if eval "test "`echo '$''{'ac_cv_path_tclsh'+set}'`" = set"; then
  1538.   echo $ac_n "(cached) $ac_c" 1>&6
  1539. else
  1540.   
  1541. search_path=`echo ${PATH} | sed -e 's/:/ /g'`
  1542. for dir in $search_path ; do
  1543.     for j in `ls -r $dir/tclsh[8-9]*.exe 2> /dev/null` 
  1544.     `ls -r $dir/tclsh* 2> /dev/null` ; do
  1545. if test x"$ac_cv_path_tclsh" = x ; then
  1546.     if test -f "$j" ; then
  1547. ac_cv_path_tclsh=$j
  1548. break
  1549.     fi
  1550. fi
  1551.     done
  1552. done
  1553.     
  1554. fi
  1555.     if test -f "$ac_cv_path_tclsh" ; then
  1556. TCLSH_PROG="$ac_cv_path_tclsh"
  1557. echo "$ac_t""$TCLSH_PROG" 1>&6
  1558.     else
  1559. # It is not an error if an installed version of Tcl can't be located.
  1560. TCLSH_PROG=""
  1561. echo "$ac_t""No tclsh found on PATH" 1>&6
  1562.     fi
  1563.     
  1564. #------------------------------------------------------------------------
  1565. # tkConfig.sh refers to this by a different name
  1566. #------------------------------------------------------------------------
  1567. TK_SHARED_BUILD=${SHARED_BUILD}
  1568. #--------------------------------------------------------------------
  1569. # Perform final evaluations of variables with possible substitutions.
  1570. #--------------------------------------------------------------------
  1571. TK_SHARED_LIB_SUFFIX="${NODOT_VERSION}${DLLSUFFIX}"
  1572. TK_UNSHARED_LIB_SUFFIX="${NODOT_VERSION}${LIBSUFFIX}"
  1573. TK_EXPORT_FILE_SUFFIX="${NODOT_VERSION}${LIBSUFFIX}"
  1574. eval "TK_SRC_DIR=`cd $srcdir/..; pwd`"
  1575. eval "TK_DLL_FILE=tk$VER${DLLSUFFIX}"
  1576. eval "TK_LIB_FILE=${LIBPREFIX}tk$VER${LIBSUFFIX}"
  1577. eval "TK_STUB_LIB_FILE=${LIBPREFIX}tkstub${VER}${LIBSUFFIX}"
  1578. # FIXME: All of this var junk needs to be done in tcl.m4 !!!!
  1579. # I left out the other vars that also need to get defined here.
  1580. # we also need to double check about spaces in path names
  1581. eval "TK_LIB_FLAG="-ltk${VER}${LIBFLAGSUFFIX}""
  1582. TK_LIB_SPEC="-L${libdir} ${TK_LIB_FLAG}"
  1583. TK_BUILD_LIB_SPEC="-L`pwd` ${TK_LIB_FLAG}"
  1584. eval "TK_STUB_LIB_FLAG="-ltkstub${VER}${LIBFLAGSUFFIX}""
  1585. TK_BUILD_STUB_LIB_SPEC="-L`pwd` ${TK_STUB_LIB_FLAG}"
  1586. TK_STUB_LIB_SPEC="-L${libdir} ${TK_STUB_LIB_FLAG}"
  1587. TK_STUB_LIB_PATH="${libdir}/${TK_STUB_LIB_FILE}"
  1588. TK_BUILD_STUB_LIB_PATH="`pwd`/${TK_STUB_LIB_FILE}"
  1589. eval "DLLSUFFIX=${DLLSUFFIX}"
  1590. eval "LIBPREFIX=${LIBPREFIX}"
  1591. eval "LIBSUFFIX=${LIBSUFFIX}"
  1592. eval "EXESUFFIX=${EXESUFFIX}"
  1593. CFG_TK_SHARED_LIB_SUFFIX=${TK_SHARED_LIB_SUFFIX}
  1594. CFG_TK_UNSHARED_LIB_SUFFIX=${TK_UNSHARED_LIB_SUFFIX}
  1595. CFG_TK_EXPORT_FILE_SUFFIX=${TK_EXPORT_FILE_SUFFIX}
  1596. #--------------------------------------------------------------------
  1597. # Adjust the defines for how the resources are built depending
  1598. # on symbols and static vs. shared.
  1599. #--------------------------------------------------------------------
  1600. if test "$SHARED_BUILD" = 0 -o "$TCL_NEEDS_EXP_FILE" = 0; then
  1601.     if test "${DBGX}" = "d"; then
  1602.         RC_DEFINES="${RC_DEFINE} STATIC_BUILD ${RC_DEFINE} DEBUG"
  1603.     else
  1604.         RC_DEFINES="${RC_DEFINE} STATIC_BUILD"
  1605.     fi
  1606.     TK_RES=""
  1607. else
  1608.     if test "${DBGX}" = "d"; then
  1609.         RC_DEFINES="${RC_DEFINE} DEBUG"
  1610.     else
  1611.         RC_DEFINES=""
  1612.     fi
  1613.     TK_RES='tk.$(RES)'
  1614. fi
  1615. # The wish.exe.manifest requires these
  1616. # TK_WIN_VERSION is the 4 dotted pair Windows version format
  1617. case "$TK_PATCH_LEVEL" in
  1618.      a*) TK_WIN_VERSION="$TK_VERSION.0.`echo $TK_PATCH_LEVEL | tr -d a`" ;;
  1619.      b*) TK_WIN_VERSION="$TK_VERSION.1.`echo $TK_PATCH_LEVEL | tr -d b`" ;;
  1620.      .*) TK_WIN_VERSION="$TK_VERSION.2$TK_PATCH_LEVEL" ;;
  1621. esac
  1622. # X86|AMD64|IA64 for manifest
  1623. # undefined at this point for win
  1624. trap '' 1 2 15
  1625. cat > confcache <<EOF
  1626. # This file is a shell script that caches the results of configure
  1627. # tests run on this system so they can be shared between configure
  1628. # scripts and configure runs.  It is not useful on other systems.
  1629. # If it contains results you don't want to keep, you may remove or edit it.
  1630. #
  1631. # By default, configure uses ./config.cache as the cache file,
  1632. # creating it if it does not exist already.  You can give configure
  1633. # the --cache-file=FILE option to use a different cache file; that is
  1634. # what configure does when it calls configure scripts in
  1635. # subdirectories, so they share the cache.
  1636. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1637. # config.status only pays attention to the cache file if you give it the
  1638. # --recheck option to rerun configure.
  1639. #
  1640. EOF
  1641. # The following way of writing the cache mishandles newlines in values,
  1642. # but we know of no workaround that is simple, portable, and efficient.
  1643. # So, don't put newlines in cache variables' values.
  1644. # Ultrix sh set writes to stderr and can't be redirected directly,
  1645. # and sets the high bit in the cache file unless we assign to the vars.
  1646. (set) 2>&1 |
  1647.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  1648.   *ac_space= *)
  1649.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1650.     # turns \\ into \, and sed turns \ into ).
  1651.     sed -n 
  1652.       -e "s/'/'\\''/g" 
  1653.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1654.     ;;
  1655.   *)
  1656.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1657.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1658.     ;;
  1659.   esac >> confcache
  1660. if cmp -s $cache_file confcache; then
  1661.   :
  1662. else
  1663.   if test -w $cache_file; then
  1664.     echo "updating cache $cache_file"
  1665.     cat confcache > $cache_file
  1666.   else
  1667.     echo "not updating unwritable cache $cache_file"
  1668.   fi
  1669. fi
  1670. rm -f confcache
  1671. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1672. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1673. # Let make expand exec_prefix.
  1674. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1675. # Any assignment to VPATH causes Sun make to only execute
  1676. # the first set of double-colon rules, so remove it if not needed.
  1677. # If there is a colon in the path, we need to keep it.
  1678. if test "x$srcdir" = x.; then
  1679.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1680. fi
  1681. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1682. # Transform confdefs.h into DEFS.
  1683. # Protect against shell expansion while executing Makefile rules.
  1684. # Protect against Makefile macro expansion.
  1685. #
  1686. # If the first sed substitution is executed (which looks for macros that
  1687. # take arguments), then we branch to the quote section.  Otherwise,
  1688. # look for a macro that doesn't take arguments.
  1689. cat >confdef2opt.sed <<_ACEOF
  1690. t clear
  1691. : clear
  1692. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*([^)]*))[  ]*(.*),-D1=2,g
  1693. t quote
  1694. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*),-D1=2,g
  1695. t quote
  1696. d
  1697. : quote
  1698. s,[  `~#$^&*(){}\|;'"<>?],\&,g
  1699. s,[,\&,g
  1700. s,],\&,g
  1701. s,$,$$,g
  1702. p
  1703. _ACEOF
  1704. # We use echo to avoid assuming a particular line-breaking character.
  1705. # The extra dot is to prevent the shell from consuming trailing
  1706. # line-breaks from the sub-command output.  A line-break within
  1707. # single-quotes doesn't work because, if this script is created in a
  1708. # platform that uses two characters for line-breaks (e.g., DOS), tr
  1709. # would break.
  1710. ac_LF_and_DOT=`echo; echo .`
  1711. DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
  1712. rm -f confdef2opt.sed
  1713. # Without the "./", some shells look in PATH for config.status.
  1714. : ${CONFIG_STATUS=./config.status}
  1715. echo creating $CONFIG_STATUS
  1716. rm -f $CONFIG_STATUS
  1717. cat > $CONFIG_STATUS <<EOF
  1718. #! /bin/sh
  1719. # Generated automatically by configure.
  1720. # Run this file to recreate the current configuration.
  1721. # This directory was configured as follows,
  1722. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1723. #
  1724. # $0 $ac_configure_args
  1725. #
  1726. # Compiler output produced by configure, useful for debugging
  1727. # configure, is in ./config.log if it exists.
  1728. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1729. for ac_option
  1730. do
  1731.   case "$ac_option" in
  1732.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1733.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1734.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1735.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1736.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  1737.     exit 0 ;;
  1738.   -help | --help | --hel | --he | --h)
  1739.     echo "$ac_cs_usage"; exit 0 ;;
  1740.   *) echo "$ac_cs_usage"; exit 1 ;;
  1741.   esac
  1742. done
  1743. ac_given_srcdir=$srcdir
  1744. trap 'rm -fr `echo "Makefile tkConfig.sh wish.exe.manifest" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1745. EOF
  1746. cat >> $CONFIG_STATUS <<EOF
  1747. # Protect against being on the right side of a sed subst in config.status.
  1748. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1749.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1750. $ac_vpsub
  1751. $extrasub
  1752. s%@SHELL@%$SHELL%g
  1753. s%@CFLAGS@%$CFLAGS%g
  1754. s%@CPPFLAGS@%$CPPFLAGS%g
  1755. s%@CXXFLAGS@%$CXXFLAGS%g
  1756. s%@FFLAGS@%$FFLAGS%g
  1757. s%@DEFS@%$DEFS%g
  1758. s%@LDFLAGS@%$LDFLAGS%g
  1759. s%@LIBS@%$LIBS%g
  1760. s%@exec_prefix@%$exec_prefix%g
  1761. s%@prefix@%$prefix%g
  1762. s%@program_transform_name@%$program_transform_name%g
  1763. s%@bindir@%$bindir%g
  1764. s%@sbindir@%$sbindir%g
  1765. s%@libexecdir@%$libexecdir%g
  1766. s%@datadir@%$datadir%g
  1767. s%@sysconfdir@%$sysconfdir%g
  1768. s%@sharedstatedir@%$sharedstatedir%g
  1769. s%@localstatedir@%$localstatedir%g
  1770. s%@libdir@%$libdir%g
  1771. s%@includedir@%$includedir%g
  1772. s%@oldincludedir@%$oldincludedir%g
  1773. s%@infodir@%$infodir%g
  1774. s%@mandir@%$mandir%g
  1775. s%@CC@%$CC%g
  1776. s%@AR@%$AR%g
  1777. s%@RANLIB@%$RANLIB%g
  1778. s%@RC@%$RC%g
  1779. s%@SET_MAKE@%$SET_MAKE%g
  1780. s%@OBJEXT@%$OBJEXT%g
  1781. s%@EXEEXT@%$EXEEXT%g
  1782. s%@TCL_THREADS@%$TCL_THREADS%g
  1783. s%@CYGPATH@%$CYGPATH%g
  1784. s%@DL_LIBS@%$DL_LIBS%g
  1785. s%@CFLAGS_DEBUG@%$CFLAGS_DEBUG%g
  1786. s%@CFLAGS_OPTIMIZE@%$CFLAGS_OPTIMIZE%g
  1787. s%@CFLAGS_WARNING@%$CFLAGS_WARNING%g
  1788. s%@CPP@%$CPP%g
  1789. s%@MAN2TCLFLAGS@%$MAN2TCLFLAGS%g
  1790. s%@CFLAGS_DEFAULT@%$CFLAGS_DEFAULT%g
  1791. s%@LDFLAGS_DEFAULT@%$LDFLAGS_DEFAULT%g
  1792. s%@TCL_VERSION@%$TCL_VERSION%g
  1793. s%@TCL_PATCH_LEVEL@%$TCL_PATCH_LEVEL%g
  1794. s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
  1795. s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
  1796. s%@TCL_LIB_FILE@%$TCL_LIB_FILE%g
  1797. s%@TCL_LIB_FLAG@%$TCL_LIB_FLAG%g
  1798. s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g
  1799. s%@TCL_STUB_LIB_FILE@%$TCL_STUB_LIB_FILE%g
  1800. s%@TCL_STUB_LIB_FLAG@%$TCL_STUB_LIB_FLAG%g
  1801. s%@TCL_STUB_LIB_SPEC@%$TCL_STUB_LIB_SPEC%g
  1802. s%@TCL_DEFS@%$TCL_DEFS%g
  1803. s%@BUILD_TCLSH@%$BUILD_TCLSH%g
  1804. s%@TCLSH_PROG@%$TCLSH_PROG%g
  1805. s%@TK_WIN_VERSION@%$TK_WIN_VERSION%g
  1806. s%@MACHINE@%$MACHINE%g
  1807. s%@TK_VERSION@%$TK_VERSION%g
  1808. s%@TK_MAJOR_VERSION@%$TK_MAJOR_VERSION%g
  1809. s%@TK_MINOR_VERSION@%$TK_MINOR_VERSION%g
  1810. s%@TK_PATCH_LEVEL@%$TK_PATCH_LEVEL%g
  1811. s%@TK_DBGX@%$TK_DBGX%g
  1812. s%@TK_LIB_FILE@%$TK_LIB_FILE%g
  1813. s%@TK_DLL_FILE@%$TK_DLL_FILE%g
  1814. s%@TK_STUB_LIB_FILE@%$TK_STUB_LIB_FILE%g
  1815. s%@TK_STUB_LIB_FLAG@%$TK_STUB_LIB_FLAG%g
  1816. s%@TK_BUILD_STUB_LIB_SPEC@%$TK_BUILD_STUB_LIB_SPEC%g
  1817. s%@TK_SRC_DIR@%$TK_SRC_DIR%g
  1818. s%@TK_BIN_DIR@%$TK_BIN_DIR%g
  1819. s%@TCL_MAJOR_VERSION@%$TCL_MAJOR_VERSION%g
  1820. s%@TCL_MINOR_VERSION@%$TCL_MINOR_VERSION%g
  1821. s%@TCL_DLL_FILE@%$TCL_DLL_FILE%g
  1822. s%@TCL_BUILD_STUB_LIB_SPEC@%$TCL_BUILD_STUB_LIB_SPEC%g
  1823. s%@TCL_DBGX@%$TCL_DBGX%g
  1824. s%@CFG_TK_SHARED_LIB_SUFFIX@%$CFG_TK_SHARED_LIB_SUFFIX%g
  1825. s%@CFG_TK_UNSHARED_LIB_SUFFIX@%$CFG_TK_UNSHARED_LIB_SUFFIX%g
  1826. s%@CFG_TK_EXPORT_FILE_SUFFIX@%$CFG_TK_EXPORT_FILE_SUFFIX%g
  1827. s%@TK_SHARED_BUILD@%$TK_SHARED_BUILD%g
  1828. s%@DEPARG@%$DEPARG%g
  1829. s%@EXTRA_CFLAGS@%$EXTRA_CFLAGS%g
  1830. s%@STLIB_LD@%$STLIB_LD%g
  1831. s%@SHLIB_LD@%$SHLIB_LD%g
  1832. s%@SHLIB_LD_LIBS@%$SHLIB_LD_LIBS%g
  1833. s%@SHLIB_CFLAGS@%$SHLIB_CFLAGS%g
  1834. s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
  1835. s%@CC_OBJNAME@%$CC_OBJNAME%g
  1836. s%@CC_EXENAME@%$CC_EXENAME%g
  1837. s%@LDFLAGS_DEBUG@%$LDFLAGS_DEBUG%g
  1838. s%@LDFLAGS_OPTIMIZE@%$LDFLAGS_OPTIMIZE%g
  1839. s%@LDFLAGS_CONSOLE@%$LDFLAGS_CONSOLE%g
  1840. s%@LDFLAGS_WINDOW@%$LDFLAGS_WINDOW%g
  1841. s%@RC_OUT@%$RC_OUT%g
  1842. s%@RC_TYPE@%$RC_TYPE%g
  1843. s%@RC_INCLUDE@%$RC_INCLUDE%g
  1844. s%@RC_DEFINE@%$RC_DEFINE%g
  1845. s%@RC_DEFINES@%$RC_DEFINES%g
  1846. s%@TK_RES@%$TK_RES%g
  1847. s%@RES@%$RES%g
  1848. s%@LIBS_GUI@%$LIBS_GUI%g
  1849. s%@DLLSUFFIX@%$DLLSUFFIX%g
  1850. s%@LIBPREFIX@%$LIBPREFIX%g
  1851. s%@LIBSUFFIX@%$LIBSUFFIX%g
  1852. s%@EXESUFFIX@%$EXESUFFIX%g
  1853. s%@LIBRARIES@%$LIBRARIES%g
  1854. s%@MAKE_LIB@%$MAKE_LIB%g
  1855. s%@POST_MAKE_LIB@%$POST_MAKE_LIB%g
  1856. s%@MAKE_DLL@%$MAKE_DLL%g
  1857. s%@MAKE_EXE@%$MAKE_EXE%g
  1858. s%@TK_LIB_FLAG@%$TK_LIB_FLAG%g
  1859. s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g
  1860. s%@TK_BUILD_LIB_SPEC@%$TK_BUILD_LIB_SPEC%g
  1861. s%@TK_STUB_LIB_SPEC@%$TK_STUB_LIB_SPEC%g
  1862. s%@TK_STUB_LIB_PATH@%$TK_STUB_LIB_PATH%g
  1863. s%@TK_BUILD_STUB_LIB_PATH@%$TK_BUILD_STUB_LIB_PATH%g
  1864. s%@TK_CC_SEARCH_FLAGS@%$TK_CC_SEARCH_FLAGS%g
  1865. s%@TK_LD_SEARCH_FLAGS@%$TK_LD_SEARCH_FLAGS%g
  1866. CEOF
  1867. EOF
  1868. cat >> $CONFIG_STATUS <<EOF
  1869. # Split the substitutions into bite-sized pieces for seds with
  1870. # small command number limits, like on Digital OSF/1 and HP-UX.
  1871. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1872. ac_file=1 # Number of current file.
  1873. ac_beg=1 # First line for current file.
  1874. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1875. ac_more_lines=:
  1876. ac_sed_cmds=""
  1877. while $ac_more_lines; do
  1878.   if test $ac_beg -gt 1; then
  1879.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1880.   else
  1881.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1882.   fi
  1883.   if test ! -s conftest.s$ac_file; then
  1884.     ac_more_lines=false
  1885.     rm -f conftest.s$ac_file
  1886.   else
  1887.     if test -z "$ac_sed_cmds"; then
  1888.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1889.     else
  1890.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1891.     fi
  1892.     ac_file=`expr $ac_file + 1`
  1893.     ac_beg=$ac_end
  1894.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1895.   fi
  1896. done
  1897. if test -z "$ac_sed_cmds"; then
  1898.   ac_sed_cmds=cat
  1899. fi
  1900. EOF
  1901. cat >> $CONFIG_STATUS <<EOF
  1902. CONFIG_FILES=${CONFIG_FILES-"Makefile tkConfig.sh wish.exe.manifest"}
  1903. EOF
  1904. cat >> $CONFIG_STATUS <<EOF
  1905. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1906.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1907.   case "$ac_file" in
  1908.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1909.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1910.   *) ac_file_in="${ac_file}.in" ;;
  1911.   esac
  1912.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1913.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1914.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1915.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1916.     # The file is in a subdirectory.
  1917.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1918.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1919.     # A "../" for each directory in $ac_dir_suffix.
  1920.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1921.   else
  1922.     ac_dir_suffix= ac_dots=
  1923.   fi
  1924.   case "$ac_given_srcdir" in
  1925.   .)  srcdir=.
  1926.       if test -z "$ac_dots"; then top_srcdir=.
  1927.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1928.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1929.   *) # Relative path.
  1930.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1931.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1932.   esac
  1933.   echo creating "$ac_file"
  1934.   rm -f "$ac_file"
  1935.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1936.   case "$ac_file" in
  1937.   *Makefile*) ac_comsub="1i\
  1938. # $configure_input" ;;
  1939.   *) ac_comsub= ;;
  1940.   esac
  1941.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1942.   sed -e "$ac_comsub
  1943. s%@configure_input@%$configure_input%g
  1944. s%@srcdir@%$srcdir%g
  1945. s%@top_srcdir@%$top_srcdir%g
  1946. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1947. fi; done
  1948. rm -f conftest.s*
  1949. EOF
  1950. cat >> $CONFIG_STATUS <<EOF
  1951. EOF
  1952. cat >> $CONFIG_STATUS <<EOF
  1953. exit 0
  1954. EOF
  1955. chmod +x $CONFIG_STATUS
  1956. rm -fr confdefs* $ac_clean_files
  1957. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1