home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / spiele / FreeCiv / src / freeciv-1.7.0 / configure < prev    next >
Encoding:
Text File  |  1998-10-06  |  94.2 KB  |  3,158 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.12 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_help="$ac_help
  15.   --with-x                use the X Window System"
  16.  
  17. # Initialize some variables set by options.
  18. # The variables have the same names as the options, with
  19. # dashes changed to underlines.
  20. build=NONE
  21. cache_file=./config.cache
  22. exec_prefix=NONE
  23. host=NONE
  24. no_create=
  25. nonopt=NONE
  26. no_recursion=
  27. prefix=NONE
  28. program_prefix=NONE
  29. program_suffix=NONE
  30. program_transform_name=s,x,x,
  31. silent=
  32. site=
  33. srcdir=
  34. target=NONE
  35. verbose=
  36. x_includes=NONE
  37. x_libraries=NONE
  38. bindir='${exec_prefix}/bin'
  39. sbindir='${exec_prefix}/sbin'
  40. libexecdir='${exec_prefix}/libexec'
  41. datadir='${prefix}/share'
  42. sysconfdir='${prefix}/etc'
  43. sharedstatedir='${prefix}/com'
  44. localstatedir='${prefix}/var'
  45. libdir='${exec_prefix}/lib'
  46. includedir='${prefix}/include'
  47. oldincludedir='/usr/include'
  48. infodir='${prefix}/info'
  49. mandir='${prefix}/man'
  50.  
  51. # Initialize some other variables.
  52. subdirs=
  53. MFLAGS= MAKEFLAGS=
  54. # Maximum number of lines to put in a shell here document.
  55. ac_max_here_lines=12
  56.  
  57. ac_prev=
  58. for ac_option
  59. do
  60.  
  61.   # If the previous option needs an argument, assign it.
  62.   if test -n "$ac_prev"; then
  63.     eval "$ac_prev=\$ac_option"
  64.     ac_prev=
  65.     continue
  66.   fi
  67.  
  68.   case "$ac_option" in
  69.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  70.   *) ac_optarg= ;;
  71.   esac
  72.  
  73.   # Accept the important Cygnus configure options, so we can diagnose typos.
  74.  
  75.   case "$ac_option" in
  76.  
  77.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  78.     ac_prev=bindir ;;
  79.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  80.     bindir="$ac_optarg" ;;
  81.  
  82.   -build | --build | --buil | --bui | --bu)
  83.     ac_prev=build ;;
  84.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  85.     build="$ac_optarg" ;;
  86.  
  87.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  88.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  89.     ac_prev=cache_file ;;
  90.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  91.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  92.     cache_file="$ac_optarg" ;;
  93.  
  94.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  95.     ac_prev=datadir ;;
  96.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  97.   | --da=*)
  98.     datadir="$ac_optarg" ;;
  99.  
  100.   -disable-* | --disable-*)
  101.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  102.     # Reject names that are not valid shell variable names.
  103.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  104.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  105.     fi
  106.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  107.     eval "enable_${ac_feature}=no" ;;
  108.  
  109.   -enable-* | --enable-*)
  110.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  111.     # Reject names that are not valid shell variable names.
  112.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  113.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  114.     fi
  115.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  116.     case "$ac_option" in
  117.       *=*) ;;
  118.       *) ac_optarg=yes ;;
  119.     esac
  120.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  121.  
  122.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  123.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  124.   | --exec | --exe | --ex)
  125.     ac_prev=exec_prefix ;;
  126.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  127.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  128.   | --exec=* | --exe=* | --ex=*)
  129.     exec_prefix="$ac_optarg" ;;
  130.  
  131.   -gas | --gas | --ga | --g)
  132.     # Obsolete; use --with-gas.
  133.     with_gas=yes ;;
  134.  
  135.   -help | --help | --hel | --he)
  136.     # Omit some internal or obsolete options to make the list less imposing.
  137.     # This message is too long to be a string in the A/UX 3.1 sh.
  138.     cat << EOF
  139. Usage: configure [options] [host]
  140. Options: [defaults in brackets after descriptions]
  141. Configuration:
  142.   --cache-file=FILE       cache test results in FILE
  143.   --help                  print this message
  144.   --no-create             do not create output files
  145.   --quiet, --silent       do not print \`checking...' messages
  146.   --version               print the version of autoconf that created configure
  147. Directory and file names:
  148.   --prefix=PREFIX         install architecture-independent files in PREFIX
  149.                           [$ac_default_prefix]
  150.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  151.                           [same as prefix]
  152.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  153.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  154.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  155.   --datadir=DIR           read-only architecture-independent data in DIR
  156.                           [PREFIX/share]
  157.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  158.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  159.                           [PREFIX/com]
  160.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  161.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  162.   --includedir=DIR        C header files in DIR [PREFIX/include]
  163.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  164.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  165.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  166.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  167.   --program-prefix=PREFIX prepend PREFIX to installed program names
  168.   --program-suffix=SUFFIX append SUFFIX to installed program names
  169.   --program-transform-name=PROGRAM
  170.                           run sed PROGRAM on installed program names
  171. EOF
  172.     cat << EOF
  173. Host type:
  174.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  175.   --host=HOST             configure for HOST [guessed]
  176.   --target=TARGET         configure for TARGET [TARGET=HOST]
  177. Features and packages:
  178.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  179.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  180.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  181.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  182.   --x-includes=DIR        X include files are in DIR
  183.   --x-libraries=DIR       X library files are in DIR
  184. EOF
  185.     if test -n "$ac_help"; then
  186.       echo "--enable and --with options recognized:$ac_help"
  187.     fi
  188.     exit 0 ;;
  189.  
  190.   -host | --host | --hos | --ho)
  191.     ac_prev=host ;;
  192.   -host=* | --host=* | --hos=* | --ho=*)
  193.     host="$ac_optarg" ;;
  194.  
  195.   -includedir | --includedir | --includedi | --included | --include \
  196.   | --includ | --inclu | --incl | --inc)
  197.     ac_prev=includedir ;;
  198.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  199.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  200.     includedir="$ac_optarg" ;;
  201.  
  202.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  203.     ac_prev=infodir ;;
  204.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  205.     infodir="$ac_optarg" ;;
  206.  
  207.   -libdir | --libdir | --libdi | --libd)
  208.     ac_prev=libdir ;;
  209.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  210.     libdir="$ac_optarg" ;;
  211.  
  212.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  213.   | --libexe | --libex | --libe)
  214.     ac_prev=libexecdir ;;
  215.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  216.   | --libexe=* | --libex=* | --libe=*)
  217.     libexecdir="$ac_optarg" ;;
  218.  
  219.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  220.   | --localstate | --localstat | --localsta | --localst \
  221.   | --locals | --local | --loca | --loc | --lo)
  222.     ac_prev=localstatedir ;;
  223.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  224.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  225.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  226.     localstatedir="$ac_optarg" ;;
  227.  
  228.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  229.     ac_prev=mandir ;;
  230.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  231.     mandir="$ac_optarg" ;;
  232.  
  233.   -nfp | --nfp | --nf)
  234.     # Obsolete; use --without-fp.
  235.     with_fp=no ;;
  236.  
  237.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  238.   | --no-cr | --no-c)
  239.     no_create=yes ;;
  240.  
  241.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  242.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  243.     no_recursion=yes ;;
  244.  
  245.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  246.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  247.   | --oldin | --oldi | --old | --ol | --o)
  248.     ac_prev=oldincludedir ;;
  249.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  250.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  251.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  252.     oldincludedir="$ac_optarg" ;;
  253.  
  254.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  255.     ac_prev=prefix ;;
  256.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  257.     prefix="$ac_optarg" ;;
  258.  
  259.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  260.   | --program-pre | --program-pr | --program-p)
  261.     ac_prev=program_prefix ;;
  262.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  263.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  264.     program_prefix="$ac_optarg" ;;
  265.  
  266.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  267.   | --program-suf | --program-su | --program-s)
  268.     ac_prev=program_suffix ;;
  269.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  270.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  271.     program_suffix="$ac_optarg" ;;
  272.  
  273.   -program-transform-name | --program-transform-name \
  274.   | --program-transform-nam | --program-transform-na \
  275.   | --program-transform-n | --program-transform- \
  276.   | --program-transform | --program-transfor \
  277.   | --program-transfo | --program-transf \
  278.   | --program-trans | --program-tran \
  279.   | --progr-tra | --program-tr | --program-t)
  280.     ac_prev=program_transform_name ;;
  281.   -program-transform-name=* | --program-transform-name=* \
  282.   | --program-transform-nam=* | --program-transform-na=* \
  283.   | --program-transform-n=* | --program-transform-=* \
  284.   | --program-transform=* | --program-transfor=* \
  285.   | --program-transfo=* | --program-transf=* \
  286.   | --program-trans=* | --program-tran=* \
  287.   | --progr-tra=* | --program-tr=* | --program-t=*)
  288.     program_transform_name="$ac_optarg" ;;
  289.  
  290.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  291.   | -silent | --silent | --silen | --sile | --sil)
  292.     silent=yes ;;
  293.  
  294.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  295.     ac_prev=sbindir ;;
  296.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  297.   | --sbi=* | --sb=*)
  298.     sbindir="$ac_optarg" ;;
  299.  
  300.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  301.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  302.   | --sharedst | --shareds | --shared | --share | --shar \
  303.   | --sha | --sh)
  304.     ac_prev=sharedstatedir ;;
  305.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  306.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  307.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  308.   | --sha=* | --sh=*)
  309.     sharedstatedir="$ac_optarg" ;;
  310.  
  311.   -site | --site | --sit)
  312.     ac_prev=site ;;
  313.   -site=* | --site=* | --sit=*)
  314.     site="$ac_optarg" ;;
  315.  
  316.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  317.     ac_prev=srcdir ;;
  318.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  319.     srcdir="$ac_optarg" ;;
  320.  
  321.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  322.   | --syscon | --sysco | --sysc | --sys | --sy)
  323.     ac_prev=sysconfdir ;;
  324.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  325.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  326.     sysconfdir="$ac_optarg" ;;
  327.  
  328.   -target | --target | --targe | --targ | --tar | --ta | --t)
  329.     ac_prev=target ;;
  330.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  331.     target="$ac_optarg" ;;
  332.  
  333.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  334.     verbose=yes ;;
  335.  
  336.   -version | --version | --versio | --versi | --vers)
  337.     echo "configure generated by autoconf version 2.12"
  338.     exit 0 ;;
  339.  
  340.   -with-* | --with-*)
  341.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  342.     # Reject names that are not valid shell variable names.
  343.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  344.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  345.     fi
  346.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  347.     case "$ac_option" in
  348.       *=*) ;;
  349.       *) ac_optarg=yes ;;
  350.     esac
  351.     eval "with_${ac_package}='$ac_optarg'" ;;
  352.  
  353.   -without-* | --without-*)
  354.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  355.     # Reject names that are not valid shell variable names.
  356.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  357.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  358.     fi
  359.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  360.     eval "with_${ac_package}=no" ;;
  361.  
  362.   --x)
  363.     # Obsolete; use --with-x.
  364.     with_x=yes ;;
  365.  
  366.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  367.   | --x-incl | --x-inc | --x-in | --x-i)
  368.     ac_prev=x_includes ;;
  369.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  370.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  371.     x_includes="$ac_optarg" ;;
  372.  
  373.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  374.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  375.     ac_prev=x_libraries ;;
  376.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  377.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  378.     x_libraries="$ac_optarg" ;;
  379.  
  380.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  381.     ;;
  382.  
  383.   *)
  384.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  385.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  386.     fi
  387.     if test "x$nonopt" != xNONE; then
  388.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  389.     fi
  390.     nonopt="$ac_option"
  391.     ;;
  392.  
  393.   esac
  394. done
  395.  
  396. if test -n "$ac_prev"; then
  397.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  398. fi
  399.  
  400. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  401.  
  402. # File descriptor usage:
  403. # 0 standard input
  404. # 1 file creation
  405. # 2 errors and warnings
  406. # 3 some systems may open it to /dev/tty
  407. # 4 used on the Kubota Titan
  408. # 6 checking for... messages and results
  409. # 5 compiler messages saved in config.log
  410. if test "$silent" = yes; then
  411.   exec 6>/dev/null
  412. else
  413.   exec 6>&1
  414. fi
  415. exec 5>./config.log
  416.  
  417. echo "\
  418. This file contains any messages produced by compilers while
  419. running configure, to aid debugging if configure makes a mistake.
  420. " 1>&5
  421.  
  422. # Strip out --no-create and --no-recursion so they do not pile up.
  423. # Also quote any args containing shell metacharacters.
  424. ac_configure_args=
  425. for ac_arg
  426. do
  427.   case "$ac_arg" in
  428.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  429.   | --no-cr | --no-c) ;;
  430.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  431.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  432.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  433.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  434.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  435.   esac
  436. done
  437.  
  438. # NLS nuisances.
  439. # Only set these to C if already set.  These must not be set unconditionally
  440. # because not all systems understand e.g. LANG=C (notably SCO).
  441. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  442. # Non-C LC_CTYPE values break the ctype check.
  443. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  444. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  445. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  446. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  447.  
  448. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  449. rm -rf conftest* confdefs.h
  450. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  451. echo > confdefs.h
  452.  
  453. # A filename unique to this package, relative to the directory that
  454. # configure is in, which we can look for to find out if srcdir is correct.
  455. ac_unique_file=common/game.c
  456.  
  457. # Find the source files, if location was not specified.
  458. if test -z "$srcdir"; then
  459.   ac_srcdir_defaulted=yes
  460.   # Try the directory containing this script, then its parent.
  461.   ac_prog=$0
  462.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  463.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  464.   srcdir=$ac_confdir
  465.   if test ! -r $srcdir/$ac_unique_file; then
  466.     srcdir=..
  467.   fi
  468. else
  469.   ac_srcdir_defaulted=no
  470. fi
  471. if test ! -r $srcdir/$ac_unique_file; then
  472.   if test "$ac_srcdir_defaulted" = yes; then
  473.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  474.   else
  475.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  476.   fi
  477. fi
  478. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  479.  
  480. # Prefer explicitly selected file to automatically selected ones.
  481. if test -z "$CONFIG_SITE"; then
  482.   if test "x$prefix" != xNONE; then
  483.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  484.   else
  485.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  486.   fi
  487. fi
  488. for ac_site_file in $CONFIG_SITE; do
  489.   if test -r "$ac_site_file"; then
  490.     echo "loading site script $ac_site_file"
  491.     . "$ac_site_file"
  492.   fi
  493. done
  494.  
  495. if test -r "$cache_file"; then
  496.   echo "loading cache $cache_file"
  497.   . $cache_file
  498. else
  499.   echo "creating cache $cache_file"
  500.   > $cache_file
  501. fi
  502.  
  503. ac_ext=c
  504. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  505. ac_cpp='$CPP $CPPFLAGS'
  506. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  507. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  508. cross_compiling=$ac_cv_prog_cc_cross
  509.  
  510. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  511.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  512.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  513.     ac_n= ac_c='
  514. ' ac_t='    '
  515.   else
  516.     ac_n=-n ac_c= ac_t=
  517.   fi
  518. else
  519.   ac_n= ac_c='\c' ac_t=
  520. fi
  521.  
  522.  
  523. ac_aux_dir=
  524. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  525.   if test -f $ac_dir/install-sh; then
  526.     ac_aux_dir=$ac_dir
  527.     ac_install_sh="$ac_aux_dir/install-sh -c"
  528.     break
  529.   elif test -f $ac_dir/install.sh; then
  530.     ac_aux_dir=$ac_dir
  531.     ac_install_sh="$ac_aux_dir/install.sh -c"
  532.     break
  533.   fi
  534. done
  535. if test -z "$ac_aux_dir"; then
  536.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  537. fi
  538. ac_config_guess=$ac_aux_dir/config.guess
  539. ac_config_sub=$ac_aux_dir/config.sub
  540. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  541.  
  542. # Find a good install program.  We prefer a C program (faster),
  543. # so one script is as good as another.  But avoid the broken or
  544. # incompatible versions:
  545. # SysV /etc/install, /usr/sbin/install
  546. # SunOS /usr/etc/install
  547. # IRIX /sbin/install
  548. # AIX /bin/install
  549. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  550. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  551. # ./install, which can be erroneously created by make from ./install.sh.
  552. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  553. echo "configure:554: checking for a BSD compatible install" >&5
  554. if test -z "$INSTALL"; then
  555. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  556.   echo $ac_n "(cached) $ac_c" 1>&6
  557. else
  558.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  559.   for ac_dir in $PATH; do
  560.     # Account for people who put trailing slashes in PATH elements.
  561.     case "$ac_dir/" in
  562.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  563.     *)
  564.       # OSF1 and SCO ODT 3.0 have their own names for install.
  565.       for ac_prog in ginstall installbsd scoinst install; do
  566.         if test -f $ac_dir/$ac_prog; then
  567.       if test $ac_prog = install &&
  568.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  569.         # AIX install.  It has an incompatible calling convention.
  570.         # OSF/1 installbsd also uses dspmsg, but is usable.
  571.         :
  572.       else
  573.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  574.         break 2
  575.       fi
  576.     fi
  577.       done
  578.       ;;
  579.     esac
  580.   done
  581.   IFS="$ac_save_IFS"
  582.  
  583. fi
  584.   if test "${ac_cv_path_install+set}" = set; then
  585.     INSTALL="$ac_cv_path_install"
  586.   else
  587.     # As a last resort, use the slow shell script.  We don't cache a
  588.     # path for INSTALL within a source directory, because that will
  589.     # break other packages using the cache if that directory is
  590.     # removed, or if the path is relative.
  591.     INSTALL="$ac_install_sh"
  592.   fi
  593. fi
  594. echo "$ac_t""$INSTALL" 1>&6
  595.  
  596. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  597. # It thinks the first close brace ends the variable substitution.
  598. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  599.  
  600. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  601.  
  602.  
  603. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  604.  
  605. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  606. echo "configure:607: checking whether build environment is sane" >&5
  607. # Just in case
  608. sleep 1
  609. echo timestamp > conftestfile
  610. # Do `set' in a subshell so we don't clobber the current shell's
  611. # arguments.  Must try -L first in case configure is actually a
  612. # symlink; some systems play weird games with the mod time of symlinks
  613. # (eg FreeBSD returns the mod time of the symlink's containing
  614. # directory).
  615. if (
  616.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  617.    if test "$*" = "X"; then
  618.       # -L didn't work.
  619.       set X `ls -t $srcdir/configure conftestfile`
  620.    fi
  621.    if test "$*" != "X $srcdir/configure conftestfile" \
  622.       && test "$*" != "X conftestfile $srcdir/configure"; then
  623.  
  624.       # If neither matched, then we have a broken ls.  This can happen
  625.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  626.       # broken ls alias from the environment.  This has actually
  627.       # happened.  Such a system could not be considered "sane".
  628.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  629. alias in your environment" 1>&2; exit 1; }
  630.    fi
  631.  
  632.    test "$2" = conftestfile
  633.    )
  634. then
  635.    # Ok.
  636.    :
  637. else
  638.    { echo "configure: error: newly created file is older than distributed files!
  639. Check your system clock" 1>&2; exit 1; }
  640. fi
  641. rm -f conftest*
  642. echo "$ac_t""yes" 1>&6
  643. if test "$program_transform_name" = s,x,x,; then
  644.   program_transform_name=
  645. else
  646.   # Double any \ or $.  echo might interpret backslashes.
  647.   cat <<\EOF_SED > conftestsed
  648. s,\\,\\\\,g; s,\$,$$,g
  649. EOF_SED
  650.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  651.   rm -f conftestsed
  652. fi
  653. test "$program_prefix" != NONE &&
  654.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  655. # Use a double $ so make ignores it.
  656. test "$program_suffix" != NONE &&
  657.   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
  658.  
  659. # sed with no file args requires a program.
  660. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  661.  
  662. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  663. echo "configure:664: checking whether ${MAKE-make} sets \${MAKE}" >&5
  664. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  665. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  666.   echo $ac_n "(cached) $ac_c" 1>&6
  667. else
  668.   cat > conftestmake <<\EOF
  669. all:
  670.     @echo 'ac_maketemp="${MAKE}"'
  671. EOF
  672. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  673. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  674. if test -n "$ac_maketemp"; then
  675.   eval ac_cv_prog_make_${ac_make}_set=yes
  676. else
  677.   eval ac_cv_prog_make_${ac_make}_set=no
  678. fi
  679. rm -f conftestmake
  680. fi
  681. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  682.   echo "$ac_t""yes" 1>&6
  683.   SET_MAKE=
  684. else
  685.   echo "$ac_t""no" 1>&6
  686.   SET_MAKE="MAKE=${MAKE-make}"
  687. fi
  688.  
  689.  
  690. PACKAGE=freeciv
  691.  
  692. VERSION=1.7.0
  693.  
  694. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  695.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  696. fi
  697. cat >> confdefs.h <<EOF
  698. #define PACKAGE "$PACKAGE"
  699. EOF
  700.  
  701. cat >> confdefs.h <<EOF
  702. #define VERSION "$VERSION"
  703. EOF
  704.  
  705.  
  706.  
  707. missing_dir=`cd $ac_aux_dir && pwd`
  708. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  709. echo "configure:710: checking for working aclocal" >&5
  710. # Run test in a subshell; some versions of sh will print an error if
  711. # an executable is not found, even if stderr is redirected.
  712. # Redirect stdin to placate older versions of autoconf.  Sigh.
  713. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  714.    ACLOCAL=aclocal
  715.    echo "$ac_t""found" 1>&6
  716. else
  717.    ACLOCAL="$missing_dir/missing aclocal"
  718.    echo "$ac_t""missing" 1>&6
  719. fi
  720.  
  721. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  722. echo "configure:723: checking for working autoconf" >&5
  723. # Run test in a subshell; some versions of sh will print an error if
  724. # an executable is not found, even if stderr is redirected.
  725. # Redirect stdin to placate older versions of autoconf.  Sigh.
  726. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  727.    AUTOCONF=autoconf
  728.    echo "$ac_t""found" 1>&6
  729. else
  730.    AUTOCONF="$missing_dir/missing autoconf"
  731.    echo "$ac_t""missing" 1>&6
  732. fi
  733.  
  734. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  735. echo "configure:736: checking for working automake" >&5
  736. # Run test in a subshell; some versions of sh will print an error if
  737. # an executable is not found, even if stderr is redirected.
  738. # Redirect stdin to placate older versions of autoconf.  Sigh.
  739. if (automake --version) < /dev/null > /dev/null 2>&1; then
  740.    AUTOMAKE=automake
  741.    echo "$ac_t""found" 1>&6
  742. else
  743.    AUTOMAKE="$missing_dir/missing automake"
  744.    echo "$ac_t""missing" 1>&6
  745. fi
  746.  
  747. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  748. echo "configure:749: checking for working autoheader" >&5
  749. # Run test in a subshell; some versions of sh will print an error if
  750. # an executable is not found, even if stderr is redirected.
  751. # Redirect stdin to placate older versions of autoconf.  Sigh.
  752. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  753.    AUTOHEADER=autoheader
  754.    echo "$ac_t""found" 1>&6
  755. else
  756.    AUTOHEADER="$missing_dir/missing autoheader"
  757.    echo "$ac_t""missing" 1>&6
  758. fi
  759.  
  760. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  761. echo "configure:762: checking for working makeinfo" >&5
  762. # Run test in a subshell; some versions of sh will print an error if
  763. # an executable is not found, even if stderr is redirected.
  764. # Redirect stdin to placate older versions of autoconf.  Sigh.
  765. if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  766.    MAKEINFO=makeinfo
  767.    echo "$ac_t""found" 1>&6
  768. else
  769.    MAKEINFO="$missing_dir/missing makeinfo"
  770.    echo "$ac_t""missing" 1>&6
  771. fi
  772.  
  773.  
  774.  
  775. PACKAGE=freeciv
  776. VERSION=1.7.0
  777.  
  778.  
  779.  
  780.  
  781. # Extract the first word of "gcc", so it can be a program name with args.
  782. set dummy gcc; ac_word=$2
  783. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  784. echo "configure:785: checking for $ac_word" >&5
  785. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  786.   echo $ac_n "(cached) $ac_c" 1>&6
  787. else
  788.   if test -n "$CC"; then
  789.   ac_cv_prog_CC="$CC" # Let the user override the test.
  790. else
  791.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  792.   for ac_dir in $PATH; do
  793.     test -z "$ac_dir" && ac_dir=.
  794.     if test -f $ac_dir/$ac_word; then
  795.       ac_cv_prog_CC="gcc"
  796.       break
  797.     fi
  798.   done
  799.   IFS="$ac_save_ifs"
  800. fi
  801. fi
  802. CC="$ac_cv_prog_CC"
  803. if test -n "$CC"; then
  804.   echo "$ac_t""$CC" 1>&6
  805. else
  806.   echo "$ac_t""no" 1>&6
  807. fi
  808.  
  809. if test -z "$CC"; then
  810.   # Extract the first word of "cc", so it can be a program name with args.
  811. set dummy cc; ac_word=$2
  812. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  813. echo "configure:814: checking for $ac_word" >&5
  814. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  815.   echo $ac_n "(cached) $ac_c" 1>&6
  816. else
  817.   if test -n "$CC"; then
  818.   ac_cv_prog_CC="$CC" # Let the user override the test.
  819. else
  820.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  821.   ac_prog_rejected=no
  822.   for ac_dir in $PATH; do
  823.     test -z "$ac_dir" && ac_dir=.
  824.     if test -f $ac_dir/$ac_word; then
  825.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  826.         ac_prog_rejected=yes
  827.     continue
  828.       fi
  829.       ac_cv_prog_CC="cc"
  830.       break
  831.     fi
  832.   done
  833.   IFS="$ac_save_ifs"
  834. if test $ac_prog_rejected = yes; then
  835.   # We found a bogon in the path, so make sure we never use it.
  836.   set dummy $ac_cv_prog_CC
  837.   shift
  838.   if test $# -gt 0; then
  839.     # We chose a different compiler from the bogus one.
  840.     # However, it has the same basename, so the bogon will be chosen
  841.     # first if we set CC to just the basename; use the full file name.
  842.     shift
  843.     set dummy "$ac_dir/$ac_word" "$@"
  844.     shift
  845.     ac_cv_prog_CC="$@"
  846.   fi
  847. fi
  848. fi
  849. fi
  850. CC="$ac_cv_prog_CC"
  851. if test -n "$CC"; then
  852.   echo "$ac_t""$CC" 1>&6
  853. else
  854.   echo "$ac_t""no" 1>&6
  855. fi
  856.  
  857.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  858. fi
  859.  
  860. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  861. echo "configure:862: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  862.  
  863. ac_ext=c
  864. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  865. ac_cpp='$CPP $CPPFLAGS'
  866. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  867. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  868. cross_compiling=$ac_cv_prog_cc_cross
  869.  
  870. cat > conftest.$ac_ext <<EOF
  871. #line 872 "configure"
  872. #include "confdefs.h"
  873. main(){return(0);}
  874. EOF
  875. if { (eval echo configure:876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  876.   ac_cv_prog_cc_works=yes
  877.   # If we can't run a trivial program, we are probably using a cross compiler.
  878.   if (./conftest; exit) 2>/dev/null; then
  879.     ac_cv_prog_cc_cross=no
  880.   else
  881.     ac_cv_prog_cc_cross=yes
  882.   fi
  883. else
  884.   echo "configure: failed program was:" >&5
  885.   cat conftest.$ac_ext >&5
  886.   ac_cv_prog_cc_works=no
  887. fi
  888. rm -fr conftest*
  889.  
  890. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  891. if test $ac_cv_prog_cc_works = no; then
  892.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  893. fi
  894. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  895. echo "configure:896: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  896. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  897. cross_compiling=$ac_cv_prog_cc_cross
  898.  
  899. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  900. echo "configure:901: checking whether we are using GNU C" >&5
  901. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  902.   echo $ac_n "(cached) $ac_c" 1>&6
  903. else
  904.   cat > conftest.c <<EOF
  905. #ifdef __GNUC__
  906.   yes;
  907. #endif
  908. EOF
  909. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  910.   ac_cv_prog_gcc=yes
  911. else
  912.   ac_cv_prog_gcc=no
  913. fi
  914. fi
  915.  
  916. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  917.  
  918. if test $ac_cv_prog_gcc = yes; then
  919.   GCC=yes
  920.   ac_test_CFLAGS="${CFLAGS+set}"
  921.   ac_save_CFLAGS="$CFLAGS"
  922.   CFLAGS=
  923.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  924. echo "configure:925: checking whether ${CC-cc} accepts -g" >&5
  925. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  926.   echo $ac_n "(cached) $ac_c" 1>&6
  927. else
  928.   echo 'void f(){}' > conftest.c
  929. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  930.   ac_cv_prog_cc_g=yes
  931. else
  932.   ac_cv_prog_cc_g=no
  933. fi
  934. rm -f conftest*
  935.  
  936. fi
  937.  
  938. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  939.   if test "$ac_test_CFLAGS" = set; then
  940.     CFLAGS="$ac_save_CFLAGS"
  941.   elif test $ac_cv_prog_cc_g = yes; then
  942.     CFLAGS="-g -O2"
  943.   else
  944.     CFLAGS="-O2"
  945.   fi
  946. else
  947.   GCC=
  948.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  949. fi
  950.  
  951. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  952. echo "configure:953: checking how to run the C preprocessor" >&5
  953. # On Suns, sometimes $CPP names a directory.
  954. if test -n "$CPP" && test -d "$CPP"; then
  955.   CPP=
  956. fi
  957. if test -z "$CPP"; then
  958. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  959.   echo $ac_n "(cached) $ac_c" 1>&6
  960. else
  961.     # This must be in double quotes, not single quotes, because CPP may get
  962.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  963.   CPP="${CC-cc} -E"
  964.   # On the NeXT, cc -E runs the code through the compiler's parser,
  965.   # not just through cpp.
  966.   cat > conftest.$ac_ext <<EOF
  967. #line 968 "configure"
  968. #include "confdefs.h"
  969. #include <assert.h>
  970. Syntax Error
  971. EOF
  972. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  973. { (eval echo configure:974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  974. ac_err=`grep -v '^ *+' conftest.out`
  975. if test -z "$ac_err"; then
  976.   :
  977. else
  978.   echo "$ac_err" >&5
  979.   echo "configure: failed program was:" >&5
  980.   cat conftest.$ac_ext >&5
  981.   rm -rf conftest*
  982.   CPP="${CC-cc} -E -traditional-cpp"
  983.   cat > conftest.$ac_ext <<EOF
  984. #line 985 "configure"
  985. #include "confdefs.h"
  986. #include <assert.h>
  987. Syntax Error
  988. EOF
  989. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  990. { (eval echo configure:991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  991. ac_err=`grep -v '^ *+' conftest.out`
  992. if test -z "$ac_err"; then
  993.   :
  994. else
  995.   echo "$ac_err" >&5
  996.   echo "configure: failed program was:" >&5
  997.   cat conftest.$ac_ext >&5
  998.   rm -rf conftest*
  999.   CPP=/lib/cpp
  1000. fi
  1001. rm -f conftest*
  1002. fi
  1003. rm -f conftest*
  1004.   ac_cv_prog_CPP="$CPP"
  1005. fi
  1006.   CPP="$ac_cv_prog_CPP"
  1007. else
  1008.   ac_cv_prog_CPP="$CPP"
  1009. fi
  1010. echo "$ac_t""$CPP" 1>&6
  1011.  
  1012. # Extract the first word of "ranlib", so it can be a program name with args.
  1013. set dummy ranlib; ac_word=$2
  1014. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1015. echo "configure:1016: checking for $ac_word" >&5
  1016. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  1017.   echo $ac_n "(cached) $ac_c" 1>&6
  1018. else
  1019.   if test -n "$RANLIB"; then
  1020.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  1021. else
  1022.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1023.   for ac_dir in $PATH; do
  1024.     test -z "$ac_dir" && ac_dir=.
  1025.     if test -f $ac_dir/$ac_word; then
  1026.       ac_cv_prog_RANLIB="ranlib"
  1027.       break
  1028.     fi
  1029.   done
  1030.   IFS="$ac_save_ifs"
  1031.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  1032. fi
  1033. fi
  1034. RANLIB="$ac_cv_prog_RANLIB"
  1035. if test -n "$RANLIB"; then
  1036.   echo "$ac_t""$RANLIB" 1>&6
  1037. else
  1038.   echo "$ac_t""no" 1>&6
  1039. fi
  1040.  
  1041. echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
  1042. echo "configure:1043: checking whether ${MAKE-make} sets \${MAKE}" >&5
  1043. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  1044. if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  1045.   echo $ac_n "(cached) $ac_c" 1>&6
  1046. else
  1047.   cat > conftestmake <<\EOF
  1048. all:
  1049.     @echo 'ac_maketemp="${MAKE}"'
  1050. EOF
  1051. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1052. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  1053. if test -n "$ac_maketemp"; then
  1054.   eval ac_cv_prog_make_${ac_make}_set=yes
  1055. else
  1056.   eval ac_cv_prog_make_${ac_make}_set=no
  1057. fi
  1058. rm -f conftestmake
  1059. fi
  1060. if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  1061.   echo "$ac_t""yes" 1>&6
  1062.   SET_MAKE=
  1063. else
  1064.   echo "$ac_t""no" 1>&6
  1065.   SET_MAKE="MAKE=${MAKE-make}"
  1066. fi
  1067.  
  1068. # Find a good install program.  We prefer a C program (faster),
  1069. # so one script is as good as another.  But avoid the broken or
  1070. # incompatible versions:
  1071. # SysV /etc/install, /usr/sbin/install
  1072. # SunOS /usr/etc/install
  1073. # IRIX /sbin/install
  1074. # AIX /bin/install
  1075. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1076. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1077. # ./install, which can be erroneously created by make from ./install.sh.
  1078. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1079. echo "configure:1080: checking for a BSD compatible install" >&5
  1080. if test -z "$INSTALL"; then
  1081. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  1082.   echo $ac_n "(cached) $ac_c" 1>&6
  1083. else
  1084.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  1085.   for ac_dir in $PATH; do
  1086.     # Account for people who put trailing slashes in PATH elements.
  1087.     case "$ac_dir/" in
  1088.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1089.     *)
  1090.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1091.       for ac_prog in ginstall installbsd scoinst install; do
  1092.         if test -f $ac_dir/$ac_prog; then
  1093.       if test $ac_prog = install &&
  1094.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1095.         # AIX install.  It has an incompatible calling convention.
  1096.         # OSF/1 installbsd also uses dspmsg, but is usable.
  1097.         :
  1098.       else
  1099.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  1100.         break 2
  1101.       fi
  1102.     fi
  1103.       done
  1104.       ;;
  1105.     esac
  1106.   done
  1107.   IFS="$ac_save_IFS"
  1108.  
  1109. fi
  1110.   if test "${ac_cv_path_install+set}" = set; then
  1111.     INSTALL="$ac_cv_path_install"
  1112.   else
  1113.     # As a last resort, use the slow shell script.  We don't cache a
  1114.     # path for INSTALL within a source directory, because that will
  1115.     # break other packages using the cache if that directory is
  1116.     # removed, or if the path is relative.
  1117.     INSTALL="$ac_install_sh"
  1118.   fi
  1119. fi
  1120. echo "$ac_t""$INSTALL" 1>&6
  1121.  
  1122. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1123. # It thinks the first close brace ends the variable substitution.
  1124. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1125.  
  1126. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1127.  
  1128. if test "$program_transform_name" = s,x,x,; then
  1129.   program_transform_name=
  1130. else
  1131.   # Double any \ or $.  echo might interpret backslashes.
  1132.   cat <<\EOF_SED > conftestsed
  1133. s,\\,\\\\,g; s,\$,$$,g
  1134. EOF_SED
  1135.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  1136.   rm -f conftestsed
  1137. fi
  1138. test "$program_prefix" != NONE &&
  1139.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  1140. # Use a double $ so make ignores it.
  1141. test "$program_suffix" != NONE &&
  1142.   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
  1143.  
  1144. # sed with no file args requires a program.
  1145. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  1146.  
  1147.  
  1148. # If we find X, set shell vars x_includes and x_libraries to the
  1149. # paths, otherwise set no_x=yes.
  1150. # Uses ac_ vars as temps to allow command line to override cache and checks.
  1151. # --without-x overrides everything else, but does not touch the cache.
  1152. echo $ac_n "checking for X""... $ac_c" 1>&6
  1153. echo "configure:1154: checking for X" >&5
  1154.  
  1155. # Check whether --with-x or --without-x was given.
  1156. if test "${with_x+set}" = set; then
  1157.   withval="$with_x"
  1158.   :
  1159. fi
  1160.  
  1161. # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
  1162. if test "x$with_x" = xno; then
  1163.   # The user explicitly disabled X.
  1164.   have_x=disabled
  1165. else
  1166.   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
  1167.     # Both variables are already set.
  1168.     have_x=yes
  1169.   else
  1170. if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
  1171.   echo $ac_n "(cached) $ac_c" 1>&6
  1172. else
  1173.   # One or both of the vars are not set, and there is no cached value.
  1174. ac_x_includes=NO ac_x_libraries=NO
  1175. rm -fr conftestdir
  1176. if mkdir conftestdir; then
  1177.   cd conftestdir
  1178.   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
  1179.   cat > Imakefile <<'EOF'
  1180. acfindx:
  1181.     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
  1182. EOF
  1183.   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
  1184.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1185.     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
  1186.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  1187.     for ac_extension in a so sl; do
  1188.       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
  1189.         test -f $ac_im_libdir/libX11.$ac_extension; then
  1190.         ac_im_usrlibdir=$ac_im_libdir; break
  1191.       fi
  1192.     done
  1193.     # Screen out bogus values from the imake configuration.  They are
  1194.     # bogus both because they are the default anyway, and because
  1195.     # using them would break gcc on systems where it needs fixed includes.
  1196.     case "$ac_im_incroot" in
  1197.     /usr/include) ;;
  1198.     *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
  1199.     esac
  1200.     case "$ac_im_usrlibdir" in
  1201.     /usr/lib | /lib) ;;
  1202.     *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
  1203.     esac
  1204.   fi
  1205.   cd ..
  1206.   rm -fr conftestdir
  1207. fi
  1208.  
  1209. if test "$ac_x_includes" = NO; then
  1210.   # Guess where to find include files, by looking for this one X11 .h file.
  1211.   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
  1212.  
  1213.   # First, try using that file with no special directory specified.
  1214. cat > conftest.$ac_ext <<EOF
  1215. #line 1216 "configure"
  1216. #include "confdefs.h"
  1217. #include <$x_direct_test_include>
  1218. EOF
  1219. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1220. { (eval echo configure:1221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1221. ac_err=`grep -v '^ *+' conftest.out`
  1222. if test -z "$ac_err"; then
  1223.   rm -rf conftest*
  1224.   # We can compile using X headers with no special include directory.
  1225. ac_x_includes=
  1226. else
  1227.   echo "$ac_err" >&5
  1228.   echo "configure: failed program was:" >&5
  1229.   cat conftest.$ac_ext >&5
  1230.   rm -rf conftest*
  1231.   # Look for the header file in a standard set of common directories.
  1232. # Check X11 before X11Rn because it is often a symlink to the current release.
  1233.   for ac_dir in               \
  1234.     /usr/X11/include          \
  1235.     /usr/X11R6/include        \
  1236.     /usr/X11R5/include        \
  1237.     /usr/X11R4/include        \
  1238.                               \
  1239.     /usr/include/X11          \
  1240.     /usr/include/X11R6        \
  1241.     /usr/include/X11R5        \
  1242.     /usr/include/X11R4        \
  1243.                               \
  1244.     /usr/local/X11/include    \
  1245.     /usr/local/X11R6/include  \
  1246.     /usr/local/X11R5/include  \
  1247.     /usr/local/X11R4/include  \
  1248.                               \
  1249.     /usr/local/include/X11    \
  1250.     /usr/local/include/X11R6  \
  1251.     /usr/local/include/X11R5  \
  1252.     /usr/local/include/X11R4  \
  1253.                               \
  1254.     /usr/X386/include         \
  1255.     /usr/x386/include         \
  1256.     /usr/XFree86/include/X11  \
  1257.                               \
  1258.     /usr/include              \
  1259.     /usr/local/include        \
  1260.     /usr/unsupported/include  \
  1261.     /usr/athena/include       \
  1262.     /usr/local/x11r5/include  \
  1263.     /usr/lpp/Xamples/include  \
  1264.                               \
  1265.     /usr/openwin/include      \
  1266.     /usr/openwin/share/include \
  1267.     ; \
  1268.   do
  1269.     if test -r "$ac_dir/$x_direct_test_include"; then
  1270.       ac_x_includes=$ac_dir
  1271.       break
  1272.     fi
  1273.   done
  1274. fi
  1275. rm -f conftest*
  1276. fi # $ac_x_includes = NO
  1277.  
  1278. if test "$ac_x_libraries" = NO; then
  1279.   # Check for the libraries.
  1280.  
  1281.   test -z "$x_direct_test_library" && x_direct_test_library=Xt
  1282.   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  1283.  
  1284.   # See if we find them without any special options.
  1285.   # Don't add to $LIBS permanently.
  1286.   ac_save_LIBS="$LIBS"
  1287.   LIBS="-l$x_direct_test_library $LIBS"
  1288. cat > conftest.$ac_ext <<EOF
  1289. #line 1290 "configure"
  1290. #include "confdefs.h"
  1291.  
  1292. int main() {
  1293. ${x_direct_test_function}()
  1294. ; return 0; }
  1295. EOF
  1296. if { (eval echo configure:1297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1297.   rm -rf conftest*
  1298.   LIBS="$ac_save_LIBS"
  1299. # We can link X programs with no special library path.
  1300. ac_x_libraries=
  1301. else
  1302.   echo "configure: failed program was:" >&5
  1303.   cat conftest.$ac_ext >&5
  1304.   rm -rf conftest*
  1305.   LIBS="$ac_save_LIBS"
  1306. # First see if replacing the include by lib works.
  1307. # Check X11 before X11Rn because it is often a symlink to the current release.
  1308. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
  1309.     /usr/X11/lib          \
  1310.     /usr/X11R6/lib        \
  1311.     /usr/X11R5/lib        \
  1312.     /usr/X11R4/lib        \
  1313.                           \
  1314.     /usr/lib/X11          \
  1315.     /usr/lib/X11R6        \
  1316.     /usr/lib/X11R5        \
  1317.     /usr/lib/X11R4        \
  1318.                           \
  1319.     /usr/local/X11/lib    \
  1320.     /usr/local/X11R6/lib  \
  1321.     /usr/local/X11R5/lib  \
  1322.     /usr/local/X11R4/lib  \
  1323.                           \
  1324.     /usr/local/lib/X11    \
  1325.     /usr/local/lib/X11R6  \
  1326.     /usr/local/lib/X11R5  \
  1327.     /usr/local/lib/X11R4  \
  1328.                           \
  1329.     /usr/X386/lib         \
  1330.     /usr/x386/lib         \
  1331.     /usr/XFree86/lib/X11  \
  1332.                           \
  1333.     /usr/lib              \
  1334.     /usr/local/lib        \
  1335.     /usr/unsupported/lib  \
  1336.     /usr/athena/lib       \
  1337.     /usr/local/x11r5/lib  \
  1338.     /usr/lpp/Xamples/lib  \
  1339.     /lib/usr/lib/X11      \
  1340.                           \
  1341.     /usr/openwin/lib      \
  1342.     /usr/openwin/share/lib \
  1343.     ; \
  1344. do
  1345.   for ac_extension in a so sl; do
  1346.     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
  1347.       ac_x_libraries=$ac_dir
  1348.       break 2
  1349.     fi
  1350.   done
  1351. done
  1352. fi
  1353. rm -f conftest*
  1354. fi # $ac_x_libraries = NO
  1355.  
  1356. if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
  1357.   # Didn't find X anywhere.  Cache the known absence of X.
  1358.   ac_cv_have_x="have_x=no"
  1359. else
  1360.   # Record where we found X for the cache.
  1361.   ac_cv_have_x="have_x=yes \
  1362.             ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  1363. fi
  1364. fi
  1365.   fi
  1366.   eval "$ac_cv_have_x"
  1367. fi # $with_x != no
  1368.  
  1369. if test "$have_x" != yes; then
  1370.   echo "$ac_t""$have_x" 1>&6
  1371.   no_x=yes
  1372. else
  1373.   # If each of the values was on the command line, it overrides each guess.
  1374.   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
  1375.   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
  1376.   # Update the cache value to reflect the command line values.
  1377.   ac_cv_have_x="have_x=yes \
  1378.         ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
  1379.   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
  1380. fi
  1381.  
  1382. if test "$no_x" = yes; then
  1383.   # Not all programs may use this symbol, but it does not hurt to define it.
  1384.   cat >> confdefs.h <<\EOF
  1385. #define X_DISPLAY_MISSING 1
  1386. EOF
  1387.  
  1388.   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
  1389. else
  1390.   if test -n "$x_includes"; then
  1391.     X_CFLAGS="$X_CFLAGS -I$x_includes"
  1392.   fi
  1393.  
  1394.   # It would also be nice to do this for all -L options, not just this one.
  1395.   if test -n "$x_libraries"; then
  1396.     X_LIBS="$X_LIBS -L$x_libraries"
  1397.     # For Solaris; some versions of Sun CC require a space after -R and
  1398.     # others require no space.  Words are not sufficient . . . .
  1399.     case "`(uname -sr) 2>/dev/null`" in
  1400.     "SunOS 5"*)
  1401.       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
  1402. echo "configure:1403: checking whether -R must be followed by a space" >&5
  1403.       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
  1404.       cat > conftest.$ac_ext <<EOF
  1405. #line 1406 "configure"
  1406. #include "confdefs.h"
  1407.  
  1408. int main() {
  1409.  
  1410. ; return 0; }
  1411. EOF
  1412. if { (eval echo configure:1413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1413.   rm -rf conftest*
  1414.   ac_R_nospace=yes
  1415. else
  1416.   echo "configure: failed program was:" >&5
  1417.   cat conftest.$ac_ext >&5
  1418.   rm -rf conftest*
  1419.   ac_R_nospace=no
  1420. fi
  1421. rm -f conftest*
  1422.       if test $ac_R_nospace = yes; then
  1423.     echo "$ac_t""no" 1>&6
  1424.     X_LIBS="$X_LIBS -R$x_libraries"
  1425.       else
  1426.     LIBS="$ac_xsave_LIBS -R $x_libraries"
  1427.     cat > conftest.$ac_ext <<EOF
  1428. #line 1429 "configure"
  1429. #include "confdefs.h"
  1430.  
  1431. int main() {
  1432.  
  1433. ; return 0; }
  1434. EOF
  1435. if { (eval echo configure:1436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1436.   rm -rf conftest*
  1437.   ac_R_space=yes
  1438. else
  1439.   echo "configure: failed program was:" >&5
  1440.   cat conftest.$ac_ext >&5
  1441.   rm -rf conftest*
  1442.   ac_R_space=no
  1443. fi
  1444. rm -f conftest*
  1445.     if test $ac_R_space = yes; then
  1446.       echo "$ac_t""yes" 1>&6
  1447.       X_LIBS="$X_LIBS -R $x_libraries"
  1448.     else
  1449.       echo "$ac_t""neither works" 1>&6
  1450.     fi
  1451.       fi
  1452.       LIBS="$ac_xsave_LIBS"
  1453.     esac
  1454.   fi
  1455.  
  1456.   # Check for system-dependent libraries X programs must link with.
  1457.   # Do this before checking for the system-independent R6 libraries
  1458.   # (-lICE), since we may need -lsocket or whatever for X linking.
  1459.  
  1460.   if test "$ISC" = yes; then
  1461.     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
  1462.   else
  1463.     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
  1464.     # libraries were built with DECnet support.  And karl@cs.umb.edu says
  1465.     # the Alpha needs dnet_stub (dnet does not exist).
  1466.     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
  1467. echo "configure:1468: checking for dnet_ntoa in -ldnet" >&5
  1468. ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
  1469. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1470.   echo $ac_n "(cached) $ac_c" 1>&6
  1471. else
  1472.   ac_save_LIBS="$LIBS"
  1473. LIBS="-ldnet  $LIBS"
  1474. cat > conftest.$ac_ext <<EOF
  1475. #line 1476 "configure"
  1476. #include "confdefs.h"
  1477. /* Override any gcc2 internal prototype to avoid an error.  */
  1478. /* We use char because int might match the return type of a gcc2
  1479.     builtin and then its argument prototype would still apply.  */
  1480. char dnet_ntoa();
  1481.  
  1482. int main() {
  1483. dnet_ntoa()
  1484. ; return 0; }
  1485. EOF
  1486. if { (eval echo configure:1487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1487.   rm -rf conftest*
  1488.   eval "ac_cv_lib_$ac_lib_var=yes"
  1489. else
  1490.   echo "configure: failed program was:" >&5
  1491.   cat conftest.$ac_ext >&5
  1492.   rm -rf conftest*
  1493.   eval "ac_cv_lib_$ac_lib_var=no"
  1494. fi
  1495. rm -f conftest*
  1496. LIBS="$ac_save_LIBS"
  1497.  
  1498. fi
  1499. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1500.   echo "$ac_t""yes" 1>&6
  1501.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  1502. else
  1503.   echo "$ac_t""no" 1>&6
  1504. fi
  1505.  
  1506.     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  1507.       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
  1508. echo "configure:1509: checking for dnet_ntoa in -ldnet_stub" >&5
  1509. ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
  1510. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1511.   echo $ac_n "(cached) $ac_c" 1>&6
  1512. else
  1513.   ac_save_LIBS="$LIBS"
  1514. LIBS="-ldnet_stub  $LIBS"
  1515. cat > conftest.$ac_ext <<EOF
  1516. #line 1517 "configure"
  1517. #include "confdefs.h"
  1518. /* Override any gcc2 internal prototype to avoid an error.  */
  1519. /* We use char because int might match the return type of a gcc2
  1520.     builtin and then its argument prototype would still apply.  */
  1521. char dnet_ntoa();
  1522.  
  1523. int main() {
  1524. dnet_ntoa()
  1525. ; return 0; }
  1526. EOF
  1527. if { (eval echo configure:1528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1528.   rm -rf conftest*
  1529.   eval "ac_cv_lib_$ac_lib_var=yes"
  1530. else
  1531.   echo "configure: failed program was:" >&5
  1532.   cat conftest.$ac_ext >&5
  1533.   rm -rf conftest*
  1534.   eval "ac_cv_lib_$ac_lib_var=no"
  1535. fi
  1536. rm -f conftest*
  1537. LIBS="$ac_save_LIBS"
  1538.  
  1539. fi
  1540. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1541.   echo "$ac_t""yes" 1>&6
  1542.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  1543. else
  1544.   echo "$ac_t""no" 1>&6
  1545. fi
  1546.  
  1547.     fi
  1548.  
  1549.     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
  1550.     # to get the SysV transport functions.
  1551.     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
  1552.     # needs -lnsl.
  1553.     # The nsl library prevents programs from opening the X display
  1554.     # on Irix 5.2, according to dickey@clark.net.
  1555.     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
  1556. echo "configure:1557: checking for gethostbyname" >&5
  1557. if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
  1558.   echo $ac_n "(cached) $ac_c" 1>&6
  1559. else
  1560.   cat > conftest.$ac_ext <<EOF
  1561. #line 1562 "configure"
  1562. #include "confdefs.h"
  1563. /* System header to define __stub macros and hopefully few prototypes,
  1564.     which can conflict with char gethostbyname(); below.  */
  1565. #include <assert.h>
  1566. /* Override any gcc2 internal prototype to avoid an error.  */
  1567. /* We use char because int might match the return type of a gcc2
  1568.     builtin and then its argument prototype would still apply.  */
  1569. char gethostbyname();
  1570.  
  1571. int main() {
  1572.  
  1573. /* The GNU C library defines this for functions which it implements
  1574.     to always fail with ENOSYS.  Some functions are actually named
  1575.     something starting with __ and the normal name is an alias.  */
  1576. #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
  1577. choke me
  1578. #else
  1579. gethostbyname();
  1580. #endif
  1581.  
  1582. ; return 0; }
  1583. EOF
  1584. if { (eval echo configure:1585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1585.   rm -rf conftest*
  1586.   eval "ac_cv_func_gethostbyname=yes"
  1587. else
  1588.   echo "configure: failed program was:" >&5
  1589.   cat conftest.$ac_ext >&5
  1590.   rm -rf conftest*
  1591.   eval "ac_cv_func_gethostbyname=no"
  1592. fi
  1593. rm -f conftest*
  1594. fi
  1595.  
  1596. if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
  1597.   echo "$ac_t""yes" 1>&6
  1598.   :
  1599. else
  1600.   echo "$ac_t""no" 1>&6
  1601. fi
  1602.  
  1603.     if test $ac_cv_func_gethostbyname = no; then
  1604.       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  1605. echo "configure:1606: checking for gethostbyname in -lnsl" >&5
  1606. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  1607. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1608.   echo $ac_n "(cached) $ac_c" 1>&6
  1609. else
  1610.   ac_save_LIBS="$LIBS"
  1611. LIBS="-lnsl  $LIBS"
  1612. cat > conftest.$ac_ext <<EOF
  1613. #line 1614 "configure"
  1614. #include "confdefs.h"
  1615. /* Override any gcc2 internal prototype to avoid an error.  */
  1616. /* We use char because int might match the return type of a gcc2
  1617.     builtin and then its argument prototype would still apply.  */
  1618. char gethostbyname();
  1619.  
  1620. int main() {
  1621. gethostbyname()
  1622. ; return 0; }
  1623. EOF
  1624. if { (eval echo configure:1625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1625.   rm -rf conftest*
  1626.   eval "ac_cv_lib_$ac_lib_var=yes"
  1627. else
  1628.   echo "configure: failed program was:" >&5
  1629.   cat conftest.$ac_ext >&5
  1630.   rm -rf conftest*
  1631.   eval "ac_cv_lib_$ac_lib_var=no"
  1632. fi
  1633. rm -f conftest*
  1634. LIBS="$ac_save_LIBS"
  1635.  
  1636. fi
  1637. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1638.   echo "$ac_t""yes" 1>&6
  1639.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  1640. else
  1641.   echo "$ac_t""no" 1>&6
  1642. fi
  1643.  
  1644.     fi
  1645.  
  1646.     # lieder@skyler.mavd.honeywell.com says without -lsocket,
  1647.     # socket/setsockopt and other routines are undefined under SCO ODT
  1648.     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
  1649.     # on later versions), says simon@lia.di.epfl.ch: it contains
  1650.     # gethostby* variants that don't use the nameserver (or something).
  1651.     # -lsocket must be given before -lnsl if both are needed.
  1652.     # We assume that if connect needs -lnsl, so does gethostbyname.
  1653.     echo $ac_n "checking for connect""... $ac_c" 1>&6
  1654. echo "configure:1655: checking for connect" >&5
  1655. if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
  1656.   echo $ac_n "(cached) $ac_c" 1>&6
  1657. else
  1658.   cat > conftest.$ac_ext <<EOF
  1659. #line 1660 "configure"
  1660. #include "confdefs.h"
  1661. /* System header to define __stub macros and hopefully few prototypes,
  1662.     which can conflict with char connect(); below.  */
  1663. #include <assert.h>
  1664. /* Override any gcc2 internal prototype to avoid an error.  */
  1665. /* We use char because int might match the return type of a gcc2
  1666.     builtin and then its argument prototype would still apply.  */
  1667. char connect();
  1668.  
  1669. int main() {
  1670.  
  1671. /* The GNU C library defines this for functions which it implements
  1672.     to always fail with ENOSYS.  Some functions are actually named
  1673.     something starting with __ and the normal name is an alias.  */
  1674. #if defined (__stub_connect) || defined (__stub___connect)
  1675. choke me
  1676. #else
  1677. connect();
  1678. #endif
  1679.  
  1680. ; return 0; }
  1681. EOF
  1682. if { (eval echo configure:1683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1683.   rm -rf conftest*
  1684.   eval "ac_cv_func_connect=yes"
  1685. else
  1686.   echo "configure: failed program was:" >&5
  1687.   cat conftest.$ac_ext >&5
  1688.   rm -rf conftest*
  1689.   eval "ac_cv_func_connect=no"
  1690. fi
  1691. rm -f conftest*
  1692. fi
  1693.  
  1694. if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
  1695.   echo "$ac_t""yes" 1>&6
  1696.   :
  1697. else
  1698.   echo "$ac_t""no" 1>&6
  1699. fi
  1700.  
  1701.     if test $ac_cv_func_connect = no; then
  1702.       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
  1703. echo "configure:1704: checking for connect in -lsocket" >&5
  1704. ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
  1705. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1706.   echo $ac_n "(cached) $ac_c" 1>&6
  1707. else
  1708.   ac_save_LIBS="$LIBS"
  1709. LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
  1710. cat > conftest.$ac_ext <<EOF
  1711. #line 1712 "configure"
  1712. #include "confdefs.h"
  1713. /* Override any gcc2 internal prototype to avoid an error.  */
  1714. /* We use char because int might match the return type of a gcc2
  1715.     builtin and then its argument prototype would still apply.  */
  1716. char connect();
  1717.  
  1718. int main() {
  1719. connect()
  1720. ; return 0; }
  1721. EOF
  1722. if { (eval echo configure:1723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1723.   rm -rf conftest*
  1724.   eval "ac_cv_lib_$ac_lib_var=yes"
  1725. else
  1726.   echo "configure: failed program was:" >&5
  1727.   cat conftest.$ac_ext >&5
  1728.   rm -rf conftest*
  1729.   eval "ac_cv_lib_$ac_lib_var=no"
  1730. fi
  1731. rm -f conftest*
  1732. LIBS="$ac_save_LIBS"
  1733.  
  1734. fi
  1735. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1736.   echo "$ac_t""yes" 1>&6
  1737.   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
  1738. else
  1739.   echo "$ac_t""no" 1>&6
  1740. fi
  1741.  
  1742.     fi
  1743.  
  1744.     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
  1745.     echo $ac_n "checking for remove""... $ac_c" 1>&6
  1746. echo "configure:1747: checking for remove" >&5
  1747. if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
  1748.   echo $ac_n "(cached) $ac_c" 1>&6
  1749. else
  1750.   cat > conftest.$ac_ext <<EOF
  1751. #line 1752 "configure"
  1752. #include "confdefs.h"
  1753. /* System header to define __stub macros and hopefully few prototypes,
  1754.     which can conflict with char remove(); below.  */
  1755. #include <assert.h>
  1756. /* Override any gcc2 internal prototype to avoid an error.  */
  1757. /* We use char because int might match the return type of a gcc2
  1758.     builtin and then its argument prototype would still apply.  */
  1759. char remove();
  1760.  
  1761. int main() {
  1762.  
  1763. /* The GNU C library defines this for functions which it implements
  1764.     to always fail with ENOSYS.  Some functions are actually named
  1765.     something starting with __ and the normal name is an alias.  */
  1766. #if defined (__stub_remove) || defined (__stub___remove)
  1767. choke me
  1768. #else
  1769. remove();
  1770. #endif
  1771.  
  1772. ; return 0; }
  1773. EOF
  1774. if { (eval echo configure:1775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1775.   rm -rf conftest*
  1776.   eval "ac_cv_func_remove=yes"
  1777. else
  1778.   echo "configure: failed program was:" >&5
  1779.   cat conftest.$ac_ext >&5
  1780.   rm -rf conftest*
  1781.   eval "ac_cv_func_remove=no"
  1782. fi
  1783. rm -f conftest*
  1784. fi
  1785.  
  1786. if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
  1787.   echo "$ac_t""yes" 1>&6
  1788.   :
  1789. else
  1790.   echo "$ac_t""no" 1>&6
  1791. fi
  1792.  
  1793.     if test $ac_cv_func_remove = no; then
  1794.       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
  1795. echo "configure:1796: checking for remove in -lposix" >&5
  1796. ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
  1797. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1798.   echo $ac_n "(cached) $ac_c" 1>&6
  1799. else
  1800.   ac_save_LIBS="$LIBS"
  1801. LIBS="-lposix  $LIBS"
  1802. cat > conftest.$ac_ext <<EOF
  1803. #line 1804 "configure"
  1804. #include "confdefs.h"
  1805. /* Override any gcc2 internal prototype to avoid an error.  */
  1806. /* We use char because int might match the return type of a gcc2
  1807.     builtin and then its argument prototype would still apply.  */
  1808. char remove();
  1809.  
  1810. int main() {
  1811. remove()
  1812. ; return 0; }
  1813. EOF
  1814. if { (eval echo configure:1815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1815.   rm -rf conftest*
  1816.   eval "ac_cv_lib_$ac_lib_var=yes"
  1817. else
  1818.   echo "configure: failed program was:" >&5
  1819.   cat conftest.$ac_ext >&5
  1820.   rm -rf conftest*
  1821.   eval "ac_cv_lib_$ac_lib_var=no"
  1822. fi
  1823. rm -f conftest*
  1824. LIBS="$ac_save_LIBS"
  1825.  
  1826. fi
  1827. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1828.   echo "$ac_t""yes" 1>&6
  1829.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
  1830. else
  1831.   echo "$ac_t""no" 1>&6
  1832. fi
  1833.  
  1834.     fi
  1835.  
  1836.     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
  1837.     echo $ac_n "checking for shmat""... $ac_c" 1>&6
  1838. echo "configure:1839: checking for shmat" >&5
  1839. if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
  1840.   echo $ac_n "(cached) $ac_c" 1>&6
  1841. else
  1842.   cat > conftest.$ac_ext <<EOF
  1843. #line 1844 "configure"
  1844. #include "confdefs.h"
  1845. /* System header to define __stub macros and hopefully few prototypes,
  1846.     which can conflict with char shmat(); below.  */
  1847. #include <assert.h>
  1848. /* Override any gcc2 internal prototype to avoid an error.  */
  1849. /* We use char because int might match the return type of a gcc2
  1850.     builtin and then its argument prototype would still apply.  */
  1851. char shmat();
  1852.  
  1853. int main() {
  1854.  
  1855. /* The GNU C library defines this for functions which it implements
  1856.     to always fail with ENOSYS.  Some functions are actually named
  1857.     something starting with __ and the normal name is an alias.  */
  1858. #if defined (__stub_shmat) || defined (__stub___shmat)
  1859. choke me
  1860. #else
  1861. shmat();
  1862. #endif
  1863.  
  1864. ; return 0; }
  1865. EOF
  1866. if { (eval echo configure:1867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1867.   rm -rf conftest*
  1868.   eval "ac_cv_func_shmat=yes"
  1869. else
  1870.   echo "configure: failed program was:" >&5
  1871.   cat conftest.$ac_ext >&5
  1872.   rm -rf conftest*
  1873.   eval "ac_cv_func_shmat=no"
  1874. fi
  1875. rm -f conftest*
  1876. fi
  1877.  
  1878. if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
  1879.   echo "$ac_t""yes" 1>&6
  1880.   :
  1881. else
  1882.   echo "$ac_t""no" 1>&6
  1883. fi
  1884.  
  1885.     if test $ac_cv_func_shmat = no; then
  1886.       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
  1887. echo "configure:1888: checking for shmat in -lipc" >&5
  1888. ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
  1889. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1890.   echo $ac_n "(cached) $ac_c" 1>&6
  1891. else
  1892.   ac_save_LIBS="$LIBS"
  1893. LIBS="-lipc  $LIBS"
  1894. cat > conftest.$ac_ext <<EOF
  1895. #line 1896 "configure"
  1896. #include "confdefs.h"
  1897. /* Override any gcc2 internal prototype to avoid an error.  */
  1898. /* We use char because int might match the return type of a gcc2
  1899.     builtin and then its argument prototype would still apply.  */
  1900. char shmat();
  1901.  
  1902. int main() {
  1903. shmat()
  1904. ; return 0; }
  1905. EOF
  1906. if { (eval echo configure:1907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1907.   rm -rf conftest*
  1908.   eval "ac_cv_lib_$ac_lib_var=yes"
  1909. else
  1910.   echo "configure: failed program was:" >&5
  1911.   cat conftest.$ac_ext >&5
  1912.   rm -rf conftest*
  1913.   eval "ac_cv_lib_$ac_lib_var=no"
  1914. fi
  1915. rm -f conftest*
  1916. LIBS="$ac_save_LIBS"
  1917.  
  1918. fi
  1919. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1920.   echo "$ac_t""yes" 1>&6
  1921.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  1922. else
  1923.   echo "$ac_t""no" 1>&6
  1924. fi
  1925.  
  1926.     fi
  1927.   fi
  1928.  
  1929.   # Check for libraries that X11R6 Xt/Xaw programs need.
  1930.   ac_save_LDFLAGS="$LDFLAGS"
  1931.   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
  1932.   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
  1933.   # check for ICE first), but we must link in the order -lSM -lICE or
  1934.   # we get undefined symbols.  So assume we have SM if we have ICE.
  1935.   # These have to be linked with before -lX11, unlike the other
  1936.   # libraries we check for below, so use a different variable.
  1937.   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
  1938.   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
  1939. echo "configure:1940: checking for IceConnectionNumber in -lICE" >&5
  1940. ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
  1941. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1942.   echo $ac_n "(cached) $ac_c" 1>&6
  1943. else
  1944.   ac_save_LIBS="$LIBS"
  1945. LIBS="-lICE  $LIBS"
  1946. cat > conftest.$ac_ext <<EOF
  1947. #line 1948 "configure"
  1948. #include "confdefs.h"
  1949. /* Override any gcc2 internal prototype to avoid an error.  */
  1950. /* We use char because int might match the return type of a gcc2
  1951.     builtin and then its argument prototype would still apply.  */
  1952. char IceConnectionNumber();
  1953.  
  1954. int main() {
  1955. IceConnectionNumber()
  1956. ; return 0; }
  1957. EOF
  1958. if { (eval echo configure:1959: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1959.   rm -rf conftest*
  1960.   eval "ac_cv_lib_$ac_lib_var=yes"
  1961. else
  1962.   echo "configure: failed program was:" >&5
  1963.   cat conftest.$ac_ext >&5
  1964.   rm -rf conftest*
  1965.   eval "ac_cv_lib_$ac_lib_var=no"
  1966. fi
  1967. rm -f conftest*
  1968. LIBS="$ac_save_LIBS"
  1969.  
  1970. fi
  1971. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1972.   echo "$ac_t""yes" 1>&6
  1973.   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  1974. else
  1975.   echo "$ac_t""no" 1>&6
  1976. fi
  1977.  
  1978.   LDFLAGS="$ac_save_LDFLAGS"
  1979.  
  1980. fi
  1981.  
  1982. CFLAGS="$CFLAGS $X_CFLAGS"
  1983. LIBS="$LIBS $X_LIBS"
  1984.  
  1985. echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6
  1986. echo "configure:1987: checking for XOpenDisplay in -lX11" >&5
  1987. ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
  1988. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1989.   echo $ac_n "(cached) $ac_c" 1>&6
  1990. else
  1991.   ac_save_LIBS="$LIBS"
  1992. LIBS="-lX11 $X_LIBS $LIBS"
  1993. cat > conftest.$ac_ext <<EOF
  1994. #line 1995 "configure"
  1995. #include "confdefs.h"
  1996. /* Override any gcc2 internal prototype to avoid an error.  */
  1997. /* We use char because int might match the return type of a gcc2
  1998.     builtin and then its argument prototype would still apply.  */
  1999. char XOpenDisplay();
  2000.  
  2001. int main() {
  2002. XOpenDisplay()
  2003. ; return 0; }
  2004. EOF
  2005. if { (eval echo configure:2006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2006.   rm -rf conftest*
  2007.   eval "ac_cv_lib_$ac_lib_var=yes"
  2008. else
  2009.   echo "configure: failed program was:" >&5
  2010.   cat conftest.$ac_ext >&5
  2011.   rm -rf conftest*
  2012.   eval "ac_cv_lib_$ac_lib_var=no"
  2013. fi
  2014. rm -f conftest*
  2015. LIBS="$ac_save_LIBS"
  2016.  
  2017. fi
  2018. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2019.   echo "$ac_t""yes" 1>&6
  2020.     ac_tr_lib=HAVE_LIB`echo X11 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2021.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2022.   cat >> confdefs.h <<EOF
  2023. #define $ac_tr_lib 1
  2024. EOF
  2025.  
  2026.   LIBS="-lX11 $LIBS"
  2027.  
  2028. else
  2029.   echo "$ac_t""no" 1>&6
  2030. { echo "configure: error: "Need X11"" 1>&2; exit 1; }
  2031. fi
  2032.  
  2033. echo $ac_n "checking for XShapeCombineMask in -lXext""... $ac_c" 1>&6
  2034. echo "configure:2035: checking for XShapeCombineMask in -lXext" >&5
  2035. ac_lib_var=`echo Xext'_'XShapeCombineMask | sed 'y%./+-%__p_%'`
  2036. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2037.   echo $ac_n "(cached) $ac_c" 1>&6
  2038. else
  2039.   ac_save_LIBS="$LIBS"
  2040. LIBS="-lXext  $LIBS"
  2041. cat > conftest.$ac_ext <<EOF
  2042. #line 2043 "configure"
  2043. #include "confdefs.h"
  2044. /* Override any gcc2 internal prototype to avoid an error.  */
  2045. /* We use char because int might match the return type of a gcc2
  2046.     builtin and then its argument prototype would still apply.  */
  2047. char XShapeCombineMask();
  2048.  
  2049. int main() {
  2050. XShapeCombineMask()
  2051. ; return 0; }
  2052. EOF
  2053. if { (eval echo configure:2054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2054.   rm -rf conftest*
  2055.   eval "ac_cv_lib_$ac_lib_var=yes"
  2056. else
  2057.   echo "configure: failed program was:" >&5
  2058.   cat conftest.$ac_ext >&5
  2059.   rm -rf conftest*
  2060.   eval "ac_cv_lib_$ac_lib_var=no"
  2061. fi
  2062. rm -f conftest*
  2063. LIBS="$ac_save_LIBS"
  2064.  
  2065. fi
  2066. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2067.   echo "$ac_t""yes" 1>&6
  2068.     ac_tr_lib=HAVE_LIB`echo Xext | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2069.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2070.   cat >> confdefs.h <<EOF
  2071. #define $ac_tr_lib 1
  2072. EOF
  2073.  
  2074.   LIBS="-lXext $LIBS"
  2075.  
  2076. else
  2077.   echo "$ac_t""no" 1>&6
  2078. fi
  2079.  
  2080. echo $ac_n "checking for main in -lXt""... $ac_c" 1>&6
  2081. echo "configure:2082: checking for main in -lXt" >&5
  2082. ac_lib_var=`echo Xt'_'main | sed 'y%./+-%__p_%'`
  2083. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2084.   echo $ac_n "(cached) $ac_c" 1>&6
  2085. else
  2086.   ac_save_LIBS="$LIBS"
  2087. LIBS="-lXt  $LIBS"
  2088. cat > conftest.$ac_ext <<EOF
  2089. #line 2090 "configure"
  2090. #include "confdefs.h"
  2091.  
  2092. int main() {
  2093. main()
  2094. ; return 0; }
  2095. EOF
  2096. if { (eval echo configure:2097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2097.   rm -rf conftest*
  2098.   eval "ac_cv_lib_$ac_lib_var=yes"
  2099. else
  2100.   echo "configure: failed program was:" >&5
  2101.   cat conftest.$ac_ext >&5
  2102.   rm -rf conftest*
  2103.   eval "ac_cv_lib_$ac_lib_var=no"
  2104. fi
  2105. rm -f conftest*
  2106. LIBS="$ac_save_LIBS"
  2107.  
  2108. fi
  2109. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2110.   echo "$ac_t""yes" 1>&6
  2111.     ac_tr_lib=HAVE_LIB`echo Xt | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2112.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2113.   cat >> confdefs.h <<EOF
  2114. #define $ac_tr_lib 1
  2115. EOF
  2116.  
  2117.   LIBS="-lXt $LIBS"
  2118.  
  2119. else
  2120.   echo "$ac_t""no" 1>&6
  2121. fi
  2122.  
  2123. echo $ac_n "checking for main in -lXmu""... $ac_c" 1>&6
  2124. echo "configure:2125: checking for main in -lXmu" >&5
  2125. ac_lib_var=`echo Xmu'_'main | sed 'y%./+-%__p_%'`
  2126. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2127.   echo $ac_n "(cached) $ac_c" 1>&6
  2128. else
  2129.   ac_save_LIBS="$LIBS"
  2130. LIBS="-lXmu  $LIBS"
  2131. cat > conftest.$ac_ext <<EOF
  2132. #line 2133 "configure"
  2133. #include "confdefs.h"
  2134.  
  2135. int main() {
  2136. main()
  2137. ; return 0; }
  2138. EOF
  2139. if { (eval echo configure:2140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2140.   rm -rf conftest*
  2141.   eval "ac_cv_lib_$ac_lib_var=yes"
  2142. else
  2143.   echo "configure: failed program was:" >&5
  2144.   cat conftest.$ac_ext >&5
  2145.   rm -rf conftest*
  2146.   eval "ac_cv_lib_$ac_lib_var=no"
  2147. fi
  2148. rm -f conftest*
  2149. LIBS="$ac_save_LIBS"
  2150.  
  2151. fi
  2152. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2153.   echo "$ac_t""yes" 1>&6
  2154.     ac_tr_lib=HAVE_LIB`echo Xmu | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2155.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2156.   cat >> confdefs.h <<EOF
  2157. #define $ac_tr_lib 1
  2158. EOF
  2159.  
  2160.   LIBS="-lXmu $LIBS"
  2161.  
  2162. else
  2163.   echo "$ac_t""no" 1>&6
  2164. fi
  2165.  
  2166. echo $ac_n "checking for main in -lXaw""... $ac_c" 1>&6
  2167. echo "configure:2168: checking for main in -lXaw" >&5
  2168. ac_lib_var=`echo Xaw'_'main | sed 'y%./+-%__p_%'`
  2169. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2170.   echo $ac_n "(cached) $ac_c" 1>&6
  2171. else
  2172.   ac_save_LIBS="$LIBS"
  2173. LIBS="-lXaw  $LIBS"
  2174. cat > conftest.$ac_ext <<EOF
  2175. #line 2176 "configure"
  2176. #include "confdefs.h"
  2177.  
  2178. int main() {
  2179. main()
  2180. ; return 0; }
  2181. EOF
  2182. if { (eval echo configure:2183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2183.   rm -rf conftest*
  2184.   eval "ac_cv_lib_$ac_lib_var=yes"
  2185. else
  2186.   echo "configure: failed program was:" >&5
  2187.   cat conftest.$ac_ext >&5
  2188.   rm -rf conftest*
  2189.   eval "ac_cv_lib_$ac_lib_var=no"
  2190. fi
  2191. rm -f conftest*
  2192. LIBS="$ac_save_LIBS"
  2193.  
  2194. fi
  2195. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2196.   echo "$ac_t""yes" 1>&6
  2197.     ac_tr_lib=HAVE_LIB`echo Xaw | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2198.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2199.   cat >> confdefs.h <<EOF
  2200. #define $ac_tr_lib 1
  2201. EOF
  2202.  
  2203.   LIBS="-lXaw $LIBS"
  2204.  
  2205. else
  2206.   echo "$ac_t""no" 1>&6
  2207. fi
  2208.  
  2209. echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6
  2210. echo "configure:2211: checking for XpmReadFileToPixmap in -lXpm" >&5
  2211. ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'`
  2212. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2213.   echo $ac_n "(cached) $ac_c" 1>&6
  2214. else
  2215.   ac_save_LIBS="$LIBS"
  2216. LIBS="-lXpm $X_LIBS $LIBS"
  2217. cat > conftest.$ac_ext <<EOF
  2218. #line 2219 "configure"
  2219. #include "confdefs.h"
  2220. /* Override any gcc2 internal prototype to avoid an error.  */
  2221. /* We use char because int might match the return type of a gcc2
  2222.     builtin and then its argument prototype would still apply.  */
  2223. char XpmReadFileToPixmap();
  2224.  
  2225. int main() {
  2226. XpmReadFileToPixmap()
  2227. ; return 0; }
  2228. EOF
  2229. if { (eval echo configure:2230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2230.   rm -rf conftest*
  2231.   eval "ac_cv_lib_$ac_lib_var=yes"
  2232. else
  2233.   echo "configure: failed program was:" >&5
  2234.   cat conftest.$ac_ext >&5
  2235.   rm -rf conftest*
  2236.   eval "ac_cv_lib_$ac_lib_var=no"
  2237. fi
  2238. rm -f conftest*
  2239. LIBS="$ac_save_LIBS"
  2240.  
  2241. fi
  2242. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2243.   echo "$ac_t""yes" 1>&6
  2244.     ac_tr_lib=HAVE_LIB`echo Xpm | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2245.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2246.   cat >> confdefs.h <<EOF
  2247. #define $ac_tr_lib 1
  2248. EOF
  2249.  
  2250.   LIBS="-lXpm $LIBS"
  2251.  
  2252. else
  2253.   echo "$ac_t""no" 1>&6
  2254. { echo "configure: error: "Need xpm library"" 1>&2; exit 1; }
  2255. fi
  2256.  
  2257. echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
  2258. echo "configure:2259: checking for main in -lsocket" >&5
  2259. ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
  2260. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2261.   echo $ac_n "(cached) $ac_c" 1>&6
  2262. else
  2263.   ac_save_LIBS="$LIBS"
  2264. LIBS="-lsocket  $LIBS"
  2265. cat > conftest.$ac_ext <<EOF
  2266. #line 2267 "configure"
  2267. #include "confdefs.h"
  2268.  
  2269. int main() {
  2270. main()
  2271. ; return 0; }
  2272. EOF
  2273. if { (eval echo configure:2274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2274.   rm -rf conftest*
  2275.   eval "ac_cv_lib_$ac_lib_var=yes"
  2276. else
  2277.   echo "configure: failed program was:" >&5
  2278.   cat conftest.$ac_ext >&5
  2279.   rm -rf conftest*
  2280.   eval "ac_cv_lib_$ac_lib_var=no"
  2281. fi
  2282. rm -f conftest*
  2283. LIBS="$ac_save_LIBS"
  2284.  
  2285. fi
  2286. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2287.   echo "$ac_t""yes" 1>&6
  2288.     ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2289.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2290.   cat >> confdefs.h <<EOF
  2291. #define $ac_tr_lib 1
  2292. EOF
  2293.  
  2294.   LIBS="-lsocket $LIBS"
  2295.  
  2296. else
  2297.   echo "$ac_t""no" 1>&6
  2298. fi
  2299.  
  2300. echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
  2301. echo "configure:2302: checking for main in -lnsl" >&5
  2302. ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
  2303. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2304.   echo $ac_n "(cached) $ac_c" 1>&6
  2305. else
  2306.   ac_save_LIBS="$LIBS"
  2307. LIBS="-lnsl  $LIBS"
  2308. cat > conftest.$ac_ext <<EOF
  2309. #line 2310 "configure"
  2310. #include "confdefs.h"
  2311.  
  2312. int main() {
  2313. main()
  2314. ; return 0; }
  2315. EOF
  2316. if { (eval echo configure:2317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2317.   rm -rf conftest*
  2318.   eval "ac_cv_lib_$ac_lib_var=yes"
  2319. else
  2320.   echo "configure: failed program was:" >&5
  2321.   cat conftest.$ac_ext >&5
  2322.   rm -rf conftest*
  2323.   eval "ac_cv_lib_$ac_lib_var=no"
  2324. fi
  2325. rm -f conftest*
  2326. LIBS="$ac_save_LIBS"
  2327.  
  2328. fi
  2329. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2330.   echo "$ac_t""yes" 1>&6
  2331.     ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2332.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2333.   cat >> confdefs.h <<EOF
  2334. #define $ac_tr_lib 1
  2335. EOF
  2336.  
  2337.   LIBS="-lnsl $LIBS"
  2338.  
  2339. else
  2340.   echo "$ac_t""no" 1>&6
  2341. fi
  2342.  
  2343. echo $ac_n "checking for main in -lnls""... $ac_c" 1>&6
  2344. echo "configure:2345: checking for main in -lnls" >&5
  2345. ac_lib_var=`echo nls'_'main | sed 'y%./+-%__p_%'`
  2346. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  2347.   echo $ac_n "(cached) $ac_c" 1>&6
  2348. else
  2349.   ac_save_LIBS="$LIBS"
  2350. LIBS="-lnls  $LIBS"
  2351. cat > conftest.$ac_ext <<EOF
  2352. #line 2353 "configure"
  2353. #include "confdefs.h"
  2354.  
  2355. int main() {
  2356. main()
  2357. ; return 0; }
  2358. EOF
  2359. if { (eval echo configure:2360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2360.   rm -rf conftest*
  2361.   eval "ac_cv_lib_$ac_lib_var=yes"
  2362. else
  2363.   echo "configure: failed program was:" >&5
  2364.   cat conftest.$ac_ext >&5
  2365.   rm -rf conftest*
  2366.   eval "ac_cv_lib_$ac_lib_var=no"
  2367. fi
  2368. rm -f conftest*
  2369. LIBS="$ac_save_LIBS"
  2370.  
  2371. fi
  2372. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  2373.   echo "$ac_t""yes" 1>&6
  2374.     ac_tr_lib=HAVE_LIB`echo nls | sed -e 's/[^a-zA-Z0-9_]/_/g' \
  2375.     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  2376.   cat >> confdefs.h <<EOF
  2377. #define $ac_tr_lib 1
  2378. EOF
  2379.  
  2380.   LIBS="-lnls $LIBS"
  2381.  
  2382. else
  2383.   echo "$ac_t""no" 1>&6
  2384. fi
  2385.  
  2386.  
  2387. echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
  2388. echo "configure:2389: checking return type of signal handlers" >&5
  2389. if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
  2390.   echo $ac_n "(cached) $ac_c" 1>&6
  2391. else
  2392.   cat > conftest.$ac_ext <<EOF
  2393. #line 2394 "configure"
  2394. #include "confdefs.h"
  2395. #include <sys/types.h>
  2396. #include <signal.h>
  2397. #ifdef signal
  2398. #undef signal
  2399. #endif
  2400. #ifdef __cplusplus
  2401. extern "C" void (*signal (int, void (*)(int)))(int);
  2402. #else
  2403. void (*signal ()) ();
  2404. #endif
  2405.  
  2406. int main() {
  2407. int i;
  2408. ; return 0; }
  2409. EOF
  2410. if { (eval echo configure:2411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2411.   rm -rf conftest*
  2412.   ac_cv_type_signal=void
  2413. else
  2414.   echo "configure: failed program was:" >&5
  2415.   cat conftest.$ac_ext >&5
  2416.   rm -rf conftest*
  2417.   ac_cv_type_signal=int
  2418. fi
  2419. rm -f conftest*
  2420. fi
  2421.  
  2422. echo "$ac_t""$ac_cv_type_signal" 1>&6
  2423. cat >> confdefs.h <<EOF
  2424. #define RETSIGTYPE $ac_cv_type_signal
  2425. EOF
  2426.  
  2427.  
  2428. echo $ac_n "checking for vprintf""... $ac_c" 1>&6
  2429. echo "configure:2430: checking for vprintf" >&5
  2430. if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
  2431.   echo $ac_n "(cached) $ac_c" 1>&6
  2432. else
  2433.   cat > conftest.$ac_ext <<EOF
  2434. #line 2435 "configure"
  2435. #include "confdefs.h"
  2436. /* System header to define __stub macros and hopefully few prototypes,
  2437.     which can conflict with char vprintf(); below.  */
  2438. #include <assert.h>
  2439. /* Override any gcc2 internal prototype to avoid an error.  */
  2440. /* We use char because int might match the return type of a gcc2
  2441.     builtin and then its argument prototype would still apply.  */
  2442. char vprintf();
  2443.  
  2444. int main() {
  2445.  
  2446. /* The GNU C library defines this for functions which it implements
  2447.     to always fail with ENOSYS.  Some functions are actually named
  2448.     something starting with __ and the normal name is an alias.  */
  2449. #if defined (__stub_vprintf) || defined (__stub___vprintf)
  2450. choke me
  2451. #else
  2452. vprintf();
  2453. #endif
  2454.  
  2455. ; return 0; }
  2456. EOF
  2457. if { (eval echo configure:2458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2458.   rm -rf conftest*
  2459.   eval "ac_cv_func_vprintf=yes"
  2460. else
  2461.   echo "configure: failed program was:" >&5
  2462.   cat conftest.$ac_ext >&5
  2463.   rm -rf conftest*
  2464.   eval "ac_cv_func_vprintf=no"
  2465. fi
  2466. rm -f conftest*
  2467. fi
  2468.  
  2469. if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  2470.   echo "$ac_t""yes" 1>&6
  2471.   cat >> confdefs.h <<\EOF
  2472. #define HAVE_VPRINTF 1
  2473. EOF
  2474.  
  2475. else
  2476.   echo "$ac_t""no" 1>&6
  2477. fi
  2478.  
  2479. if test "$ac_cv_func_vprintf" != yes; then
  2480. echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
  2481. echo "configure:2482: checking for _doprnt" >&5
  2482. if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
  2483.   echo $ac_n "(cached) $ac_c" 1>&6
  2484. else
  2485.   cat > conftest.$ac_ext <<EOF
  2486. #line 2487 "configure"
  2487. #include "confdefs.h"
  2488. /* System header to define __stub macros and hopefully few prototypes,
  2489.     which can conflict with char _doprnt(); below.  */
  2490. #include <assert.h>
  2491. /* Override any gcc2 internal prototype to avoid an error.  */
  2492. /* We use char because int might match the return type of a gcc2
  2493.     builtin and then its argument prototype would still apply.  */
  2494. char _doprnt();
  2495.  
  2496. int main() {
  2497.  
  2498. /* The GNU C library defines this for functions which it implements
  2499.     to always fail with ENOSYS.  Some functions are actually named
  2500.     something starting with __ and the normal name is an alias.  */
  2501. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2502. choke me
  2503. #else
  2504. _doprnt();
  2505. #endif
  2506.  
  2507. ; return 0; }
  2508. EOF
  2509. if { (eval echo configure:2510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2510.   rm -rf conftest*
  2511.   eval "ac_cv_func__doprnt=yes"
  2512. else
  2513.   echo "configure: failed program was:" >&5
  2514.   cat conftest.$ac_ext >&5
  2515.   rm -rf conftest*
  2516.   eval "ac_cv_func__doprnt=no"
  2517. fi
  2518. rm -f conftest*
  2519. fi
  2520.  
  2521. if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  2522.   echo "$ac_t""yes" 1>&6
  2523.   cat >> confdefs.h <<\EOF
  2524. #define HAVE_DOPRNT 1
  2525. EOF
  2526.  
  2527. else
  2528.   echo "$ac_t""no" 1>&6
  2529. fi
  2530.  
  2531. fi
  2532.  
  2533. for ac_func in gethostname select socket strerror
  2534. do
  2535. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  2536. echo "configure:2537: checking for $ac_func" >&5
  2537. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2538.   echo $ac_n "(cached) $ac_c" 1>&6
  2539. else
  2540.   cat > conftest.$ac_ext <<EOF
  2541. #line 2542 "configure"
  2542. #include "confdefs.h"
  2543. /* System header to define __stub macros and hopefully few prototypes,
  2544.     which can conflict with char $ac_func(); below.  */
  2545. #include <assert.h>
  2546. /* Override any gcc2 internal prototype to avoid an error.  */
  2547. /* We use char because int might match the return type of a gcc2
  2548.     builtin and then its argument prototype would still apply.  */
  2549. char $ac_func();
  2550.  
  2551. int main() {
  2552.  
  2553. /* The GNU C library defines this for functions which it implements
  2554.     to always fail with ENOSYS.  Some functions are actually named
  2555.     something starting with __ and the normal name is an alias.  */
  2556. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2557. choke me
  2558. #else
  2559. $ac_func();
  2560. #endif
  2561.  
  2562. ; return 0; }
  2563. EOF
  2564. if { (eval echo configure:2565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  2565.   rm -rf conftest*
  2566.   eval "ac_cv_func_$ac_func=yes"
  2567. else
  2568.   echo "configure: failed program was:" >&5
  2569.   cat conftest.$ac_ext >&5
  2570.   rm -rf conftest*
  2571.   eval "ac_cv_func_$ac_func=no"
  2572. fi
  2573. rm -f conftest*
  2574. fi
  2575.  
  2576. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2577.   echo "$ac_t""yes" 1>&6
  2578.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  2579.   cat >> confdefs.h <<EOF
  2580. #define $ac_tr_func 1
  2581. EOF
  2582.  
  2583. else
  2584.   echo "$ac_t""no" 1>&6
  2585. fi
  2586. done
  2587.  
  2588.  
  2589. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  2590. echo "configure:2591: checking for ANSI C header files" >&5
  2591. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  2592.   echo $ac_n "(cached) $ac_c" 1>&6
  2593. else
  2594.   cat > conftest.$ac_ext <<EOF
  2595. #line 2596 "configure"
  2596. #include "confdefs.h"
  2597. #include <stdlib.h>
  2598. #include <stdarg.h>
  2599. #include <string.h>
  2600. #include <float.h>
  2601. EOF
  2602. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2603. { (eval echo configure:2604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2604. ac_err=`grep -v '^ *+' conftest.out`
  2605. if test -z "$ac_err"; then
  2606.   rm -rf conftest*
  2607.   ac_cv_header_stdc=yes
  2608. else
  2609.   echo "$ac_err" >&5
  2610.   echo "configure: failed program was:" >&5
  2611.   cat conftest.$ac_ext >&5
  2612.   rm -rf conftest*
  2613.   ac_cv_header_stdc=no
  2614. fi
  2615. rm -f conftest*
  2616.  
  2617. if test $ac_cv_header_stdc = yes; then
  2618.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  2619. cat > conftest.$ac_ext <<EOF
  2620. #line 2621 "configure"
  2621. #include "confdefs.h"
  2622. #include <string.h>
  2623. EOF
  2624. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2625.   egrep "memchr" >/dev/null 2>&1; then
  2626.   :
  2627. else
  2628.   rm -rf conftest*
  2629.   ac_cv_header_stdc=no
  2630. fi
  2631. rm -f conftest*
  2632.  
  2633. fi
  2634.  
  2635. if test $ac_cv_header_stdc = yes; then
  2636.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  2637. cat > conftest.$ac_ext <<EOF
  2638. #line 2639 "configure"
  2639. #include "confdefs.h"
  2640. #include <stdlib.h>
  2641. EOF
  2642. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  2643.   egrep "free" >/dev/null 2>&1; then
  2644.   :
  2645. else
  2646.   rm -rf conftest*
  2647.   ac_cv_header_stdc=no
  2648. fi
  2649. rm -f conftest*
  2650.  
  2651. fi
  2652.  
  2653. if test $ac_cv_header_stdc = yes; then
  2654.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  2655. if test "$cross_compiling" = yes; then
  2656.   :
  2657. else
  2658.   cat > conftest.$ac_ext <<EOF
  2659. #line 2660 "configure"
  2660. #include "confdefs.h"
  2661. #include <ctype.h>
  2662. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  2663. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  2664. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  2665. int main () { int i; for (i = 0; i < 256; i++)
  2666. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  2667. exit (0); }
  2668.  
  2669. EOF
  2670. if { (eval echo configure:2671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  2671. then
  2672.   :
  2673. else
  2674.   echo "configure: failed program was:" >&5
  2675.   cat conftest.$ac_ext >&5
  2676.   rm -fr conftest*
  2677.   ac_cv_header_stdc=no
  2678. fi
  2679. rm -fr conftest*
  2680. fi
  2681.  
  2682. fi
  2683. fi
  2684.  
  2685. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  2686. if test $ac_cv_header_stdc = yes; then
  2687.   cat >> confdefs.h <<\EOF
  2688. #define STDC_HEADERS 1
  2689. EOF
  2690.  
  2691. fi
  2692.  
  2693. for ac_hdr in sys/time.h unistd.h
  2694. do
  2695. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2696. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2697. echo "configure:2698: checking for $ac_hdr" >&5
  2698. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2699.   echo $ac_n "(cached) $ac_c" 1>&6
  2700. else
  2701.   cat > conftest.$ac_ext <<EOF
  2702. #line 2703 "configure"
  2703. #include "confdefs.h"
  2704. #include <$ac_hdr>
  2705. EOF
  2706. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2707. { (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2708. ac_err=`grep -v '^ *+' conftest.out`
  2709. if test -z "$ac_err"; then
  2710.   rm -rf conftest*
  2711.   eval "ac_cv_header_$ac_safe=yes"
  2712. else
  2713.   echo "$ac_err" >&5
  2714.   echo "configure: failed program was:" >&5
  2715.   cat conftest.$ac_ext >&5
  2716.   rm -rf conftest*
  2717.   eval "ac_cv_header_$ac_safe=no"
  2718. fi
  2719. rm -f conftest*
  2720. fi
  2721. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2722.   echo "$ac_t""yes" 1>&6
  2723.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2724.   cat >> confdefs.h <<EOF
  2725. #define $ac_tr_hdr 1
  2726. EOF
  2727.  
  2728. else
  2729.   echo "$ac_t""no" 1>&6
  2730. fi
  2731. done
  2732.  
  2733. for ac_hdr in X11/xpm.h
  2734. do
  2735. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  2736. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  2737. echo "configure:2738: checking for $ac_hdr" >&5
  2738. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  2739.   echo $ac_n "(cached) $ac_c" 1>&6
  2740. else
  2741.   cat > conftest.$ac_ext <<EOF
  2742. #line 2743 "configure"
  2743. #include "confdefs.h"
  2744. #include <$ac_hdr>
  2745. EOF
  2746. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  2747. { (eval echo configure:2748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  2748. ac_err=`grep -v '^ *+' conftest.out`
  2749. if test -z "$ac_err"; then
  2750.   rm -rf conftest*
  2751.   eval "ac_cv_header_$ac_safe=yes"
  2752. else
  2753.   echo "$ac_err" >&5
  2754.   echo "configure: failed program was:" >&5
  2755.   cat conftest.$ac_ext >&5
  2756.   rm -rf conftest*
  2757.   eval "ac_cv_header_$ac_safe=no"
  2758. fi
  2759. rm -f conftest*
  2760. fi
  2761. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  2762.   echo "$ac_t""yes" 1>&6
  2763.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  2764.   cat >> confdefs.h <<EOF
  2765. #define $ac_tr_hdr 1
  2766. EOF
  2767.  
  2768. else
  2769.   echo "$ac_t""no" 1>&6
  2770. fi
  2771. done
  2772.  
  2773.  
  2774. echo $ac_n "checking for working const""... $ac_c" 1>&6
  2775. echo "configure:2776: checking for working const" >&5
  2776. if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  2777.   echo $ac_n "(cached) $ac_c" 1>&6
  2778. else
  2779.   cat > conftest.$ac_ext <<EOF
  2780. #line 2781 "configure"
  2781. #include "confdefs.h"
  2782.  
  2783. int main() {
  2784.  
  2785. /* Ultrix mips cc rejects this.  */
  2786. typedef int charset[2]; const charset x;
  2787. /* SunOS 4.1.1 cc rejects this.  */
  2788. char const *const *ccp;
  2789. char **p;
  2790. /* NEC SVR4.0.2 mips cc rejects this.  */
  2791. struct point {int x, y;};
  2792. static struct point const zero = {0,0};
  2793. /* AIX XL C 1.02.0.0 rejects this.
  2794.    It does not let you subtract one const X* pointer from another in an arm
  2795.    of an if-expression whose if-part is not a constant expression */
  2796. const char *g = "string";
  2797. ccp = &g + (g ? g-g : 0);
  2798. /* HPUX 7.0 cc rejects these. */
  2799. ++ccp;
  2800. p = (char**) ccp;
  2801. ccp = (char const *const *) p;
  2802. { /* SCO 3.2v4 cc rejects this.  */
  2803.   char *t;
  2804.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  2805.  
  2806.   *t++ = 0;
  2807. }
  2808. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2809.   int x[] = {25, 17};
  2810.   const int *foo = &x[0];
  2811.   ++foo;
  2812. }
  2813. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2814.   typedef const int *iptr;
  2815.   iptr p = 0;
  2816.   ++p;
  2817. }
  2818. { /* AIX XL C 1.02.0.0 rejects this saying
  2819.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2820.   struct s { int j; const int *ap[3]; };
  2821.   struct s *b; b->j = 5;
  2822. }
  2823. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2824.   const int foo = 10;
  2825. }
  2826.  
  2827. ; return 0; }
  2828. EOF
  2829. if { (eval echo configure:2830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2830.   rm -rf conftest*
  2831.   ac_cv_c_const=yes
  2832. else
  2833.   echo "configure: failed program was:" >&5
  2834.   cat conftest.$ac_ext >&5
  2835.   rm -rf conftest*
  2836.   ac_cv_c_const=no
  2837. fi
  2838. rm -f conftest*
  2839. fi
  2840.  
  2841. echo "$ac_t""$ac_cv_c_const" 1>&6
  2842. if test $ac_cv_c_const = no; then
  2843.   cat >> confdefs.h <<\EOF
  2844. #define const 
  2845. EOF
  2846.  
  2847. fi
  2848.  
  2849. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  2850. echo "configure:2851: checking whether time.h and sys/time.h may both be included" >&5
  2851. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  2852.   echo $ac_n "(cached) $ac_c" 1>&6
  2853. else
  2854.   cat > conftest.$ac_ext <<EOF
  2855. #line 2856 "configure"
  2856. #include "confdefs.h"
  2857. #include <sys/types.h>
  2858. #include <sys/time.h>
  2859. #include <time.h>
  2860. int main() {
  2861. struct tm *tp;
  2862. ; return 0; }
  2863. EOF
  2864. if { (eval echo configure:2865: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  2865.   rm -rf conftest*
  2866.   ac_cv_header_time=yes
  2867. else
  2868.   echo "configure: failed program was:" >&5
  2869.   cat conftest.$ac_ext >&5
  2870.   rm -rf conftest*
  2871.   ac_cv_header_time=no
  2872. fi
  2873. rm -f conftest*
  2874. fi
  2875.  
  2876. echo "$ac_t""$ac_cv_header_time" 1>&6
  2877. if test $ac_cv_header_time = yes; then
  2878.   cat >> confdefs.h <<\EOF
  2879. #define TIME_WITH_SYS_TIME 1
  2880. EOF
  2881.  
  2882. fi
  2883.  
  2884.  
  2885. trap '' 1 2 15
  2886. cat > confcache <<\EOF
  2887. # This file is a shell script that caches the results of configure
  2888. # tests run on this system so they can be shared between configure
  2889. # scripts and configure runs.  It is not useful on other systems.
  2890. # If it contains results you don't want to keep, you may remove or edit it.
  2891. #
  2892. # By default, configure uses ./config.cache as the cache file,
  2893. # creating it if it does not exist already.  You can give configure
  2894. # the --cache-file=FILE option to use a different cache file; that is
  2895. # what configure does when it calls configure scripts in
  2896. # subdirectories, so they share the cache.
  2897. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2898. # config.status only pays attention to the cache file if you give it the
  2899. # --recheck option to rerun configure.
  2900. #
  2901. EOF
  2902. # The following way of writing the cache mishandles newlines in values,
  2903. # but we know of no workaround that is simple, portable, and efficient.
  2904. # So, don't put newlines in cache variables' values.
  2905. # Ultrix sh set writes to stderr and can't be redirected directly,
  2906. # and sets the high bit in the cache file unless we assign to the vars.
  2907. (set) 2>&1 |
  2908.   case `(ac_space=' '; set) 2>&1` in
  2909.   *ac_space=\ *)
  2910.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2911.     # turns \\\\ into \\, and sed turns \\ into \).
  2912.     sed -n \
  2913.       -e "s/'/'\\\\''/g" \
  2914.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  2915.     ;;
  2916.   *)
  2917.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2918.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  2919.     ;;
  2920.   esac >> confcache
  2921. if cmp -s $cache_file confcache; then
  2922.   :
  2923. else
  2924.   if test -w $cache_file; then
  2925.     echo "updating cache $cache_file"
  2926.     cat confcache > $cache_file
  2927.   else
  2928.     echo "not updating unwritable cache $cache_file"
  2929.   fi
  2930. fi
  2931. rm -f confcache
  2932.  
  2933. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2934.  
  2935. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2936. # Let make expand exec_prefix.
  2937. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2938.  
  2939. # Any assignment to VPATH causes Sun make to only execute
  2940. # the first set of double-colon rules, so remove it if not needed.
  2941. # If there is a colon in the path, we need to keep it.
  2942. if test "x$srcdir" = x.; then
  2943.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  2944. fi
  2945.  
  2946. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2947.  
  2948. # Transform confdefs.h into DEFS.
  2949. # Protect against shell expansion while executing Makefile rules.
  2950. # Protect against Makefile macro expansion.
  2951. cat > conftest.defs <<\EOF
  2952. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  2953. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  2954. s%\[%\\&%g
  2955. s%\]%\\&%g
  2956. s%\$%$$%g
  2957. EOF
  2958. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  2959. rm -f conftest.defs
  2960.  
  2961.  
  2962. # Without the "./", some shells look in PATH for config.status.
  2963. : ${CONFIG_STATUS=./config.status}
  2964.  
  2965. echo creating $CONFIG_STATUS
  2966. rm -f $CONFIG_STATUS
  2967. cat > $CONFIG_STATUS <<EOF
  2968. #! /bin/sh
  2969. # Generated automatically by configure.
  2970. # Run this file to recreate the current configuration.
  2971. # This directory was configured as follows,
  2972. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2973. #
  2974. # $0 $ac_configure_args
  2975. #
  2976. # Compiler output produced by configure, useful for debugging
  2977. # configure, is in ./config.log if it exists.
  2978.  
  2979. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2980. for ac_option
  2981. do
  2982.   case "\$ac_option" in
  2983.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2984.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2985.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2986.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2987.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  2988.     exit 0 ;;
  2989.   -help | --help | --hel | --he | --h)
  2990.     echo "\$ac_cs_usage"; exit 0 ;;
  2991.   *) echo "\$ac_cs_usage"; exit 1 ;;
  2992.   esac
  2993. done
  2994.  
  2995. ac_given_srcdir=$srcdir
  2996. ac_given_INSTALL="$INSTALL"
  2997.  
  2998. trap 'rm -fr `echo "Makefile data/Makefile common/Makefile ai/Makefile client/Makefile server/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2999. EOF
  3000. cat >> $CONFIG_STATUS <<EOF
  3001.  
  3002. # Protect against being on the right side of a sed subst in config.status.
  3003. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  3004.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  3005. $ac_vpsub
  3006. $extrasub
  3007. s%@CFLAGS@%$CFLAGS%g
  3008. s%@CPPFLAGS@%$CPPFLAGS%g
  3009. s%@CXXFLAGS@%$CXXFLAGS%g
  3010. s%@DEFS@%$DEFS%g
  3011. s%@LDFLAGS@%$LDFLAGS%g
  3012. s%@LIBS@%$LIBS%g
  3013. s%@exec_prefix@%$exec_prefix%g
  3014. s%@prefix@%$prefix%g
  3015. s%@program_transform_name@%$program_transform_name%g
  3016. s%@bindir@%$bindir%g
  3017. s%@sbindir@%$sbindir%g
  3018. s%@libexecdir@%$libexecdir%g
  3019. s%@datadir@%$datadir%g
  3020. s%@sysconfdir@%$sysconfdir%g
  3021. s%@sharedstatedir@%$sharedstatedir%g
  3022. s%@localstatedir@%$localstatedir%g
  3023. s%@libdir@%$libdir%g
  3024. s%@includedir@%$includedir%g
  3025. s%@oldincludedir@%$oldincludedir%g
  3026. s%@infodir@%$infodir%g
  3027. s%@mandir@%$mandir%g
  3028. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  3029. s%@INSTALL_DATA@%$INSTALL_DATA%g
  3030. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  3031. s%@PACKAGE@%$PACKAGE%g
  3032. s%@VERSION@%$VERSION%g
  3033. s%@ACLOCAL@%$ACLOCAL%g
  3034. s%@AUTOCONF@%$AUTOCONF%g
  3035. s%@AUTOMAKE@%$AUTOMAKE%g
  3036. s%@AUTOHEADER@%$AUTOHEADER%g
  3037. s%@MAKEINFO@%$MAKEINFO%g
  3038. s%@SET_MAKE@%$SET_MAKE%g
  3039. s%@CC@%$CC%g
  3040. s%@CPP@%$CPP%g
  3041. s%@RANLIB@%$RANLIB%g
  3042. s%@X_CFLAGS@%$X_CFLAGS%g
  3043. s%@X_PRE_LIBS@%$X_PRE_LIBS%g
  3044. s%@X_LIBS@%$X_LIBS%g
  3045. s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
  3046.  
  3047. CEOF
  3048. EOF
  3049.  
  3050. cat >> $CONFIG_STATUS <<\EOF
  3051.  
  3052. # Split the substitutions into bite-sized pieces for seds with
  3053. # small command number limits, like on Digital OSF/1 and HP-UX.
  3054. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  3055. ac_file=1 # Number of current file.
  3056. ac_beg=1 # First line for current file.
  3057. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  3058. ac_more_lines=:
  3059. ac_sed_cmds=""
  3060. while $ac_more_lines; do
  3061.   if test $ac_beg -gt 1; then
  3062.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  3063.   else
  3064.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  3065.   fi
  3066.   if test ! -s conftest.s$ac_file; then
  3067.     ac_more_lines=false
  3068.     rm -f conftest.s$ac_file
  3069.   else
  3070.     if test -z "$ac_sed_cmds"; then
  3071.       ac_sed_cmds="sed -f conftest.s$ac_file"
  3072.     else
  3073.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  3074.     fi
  3075.     ac_file=`expr $ac_file + 1`
  3076.     ac_beg=$ac_end
  3077.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  3078.   fi
  3079. done
  3080. if test -z "$ac_sed_cmds"; then
  3081.   ac_sed_cmds=cat
  3082. fi
  3083. EOF
  3084.  
  3085. cat >> $CONFIG_STATUS <<EOF
  3086.  
  3087. CONFIG_FILES=\${CONFIG_FILES-"Makefile data/Makefile common/Makefile ai/Makefile client/Makefile server/Makefile"}
  3088. EOF
  3089. cat >> $CONFIG_STATUS <<\EOF
  3090. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  3091.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3092.   case "$ac_file" in
  3093.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  3094.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  3095.   *) ac_file_in="${ac_file}.in" ;;
  3096.   esac
  3097.  
  3098.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  3099.  
  3100.   # Remove last slash and all that follows it.  Not all systems have dirname.
  3101.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  3102.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  3103.     # The file is in a subdirectory.
  3104.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  3105.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  3106.     # A "../" for each directory in $ac_dir_suffix.
  3107.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  3108.   else
  3109.     ac_dir_suffix= ac_dots=
  3110.   fi
  3111.  
  3112.   case "$ac_given_srcdir" in
  3113.   .)  srcdir=.
  3114.       if test -z "$ac_dots"; then top_srcdir=.
  3115.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  3116.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  3117.   *) # Relative path.
  3118.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  3119.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  3120.   esac
  3121.  
  3122.   case "$ac_given_INSTALL" in
  3123.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  3124.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  3125.   esac
  3126.  
  3127.   echo creating "$ac_file"
  3128.   rm -f "$ac_file"
  3129.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  3130.   case "$ac_file" in
  3131.   *Makefile*) ac_comsub="1i\\
  3132. # $configure_input" ;;
  3133.   *) ac_comsub= ;;
  3134.   esac
  3135.  
  3136.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  3137.   sed -e "$ac_comsub
  3138. s%@configure_input@%$configure_input%g
  3139. s%@srcdir@%$srcdir%g
  3140. s%@top_srcdir@%$top_srcdir%g
  3141. s%@INSTALL@%$INSTALL%g
  3142. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  3143. fi; done
  3144. rm -f conftest.s*
  3145.  
  3146. EOF
  3147. cat >> $CONFIG_STATUS <<EOF
  3148.  
  3149. EOF
  3150. cat >> $CONFIG_STATUS <<\EOF
  3151.  
  3152. exit 0
  3153. EOF
  3154. chmod +x $CONFIG_STATUS
  3155. rm -fr confdefs* $ac_clean_files
  3156. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  3157.  
  3158.