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

通讯编程

开发平台:

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