configure
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:84k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated automatically using autoconf version 2.13 
  4. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  5. #
  6. # This configure script is free software; the Free Software Foundation
  7. # gives unlimited permission to copy, distribute and modify it.
  8. # Defaults:
  9. ac_help=
  10. ac_default_prefix=/usr/local
  11. # Any additions from configure.in:
  12. ac_help="$ac_help
  13.   --with-x                use the X Window System"
  14. ac_help="$ac_help
  15.   --with-sdl-prefix=PFX   Prefix where SDL is installed (optional)"
  16. ac_help="$ac_help
  17.   --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)"
  18. ac_help="$ac_help
  19.   --disable-sdltest       Do not try to compile and run a test SDL program"
  20. # Initialize some variables set by options.
  21. # The variables have the same names as the options, with
  22. # dashes changed to underlines.
  23. build=NONE
  24. cache_file=./config.cache
  25. exec_prefix=NONE
  26. host=NONE
  27. no_create=
  28. nonopt=NONE
  29. no_recursion=
  30. prefix=NONE
  31. program_prefix=NONE
  32. program_suffix=NONE
  33. program_transform_name=s,x,x,
  34. silent=
  35. site=
  36. srcdir=
  37. target=NONE
  38. verbose=
  39. x_includes=NONE
  40. x_libraries=NONE
  41. bindir='${exec_prefix}/bin'
  42. sbindir='${exec_prefix}/sbin'
  43. libexecdir='${exec_prefix}/libexec'
  44. datadir='${prefix}/share'
  45. sysconfdir='${prefix}/etc'
  46. sharedstatedir='${prefix}/com'
  47. localstatedir='${prefix}/var'
  48. libdir='${exec_prefix}/lib'
  49. includedir='${prefix}/include'
  50. oldincludedir='/usr/include'
  51. infodir='${prefix}/info'
  52. mandir='${prefix}/man'
  53. # Initialize some other variables.
  54. subdirs=
  55. MFLAGS= MAKEFLAGS=
  56. SHELL=${CONFIG_SHELL-/bin/sh}
  57. # Maximum number of lines to put in a shell here document.
  58. ac_max_here_lines=12
  59. ac_prev=
  60. for ac_option
  61. do
  62.   # If the previous option needs an argument, assign it.
  63.   if test -n "$ac_prev"; then
  64.     eval "$ac_prev=$ac_option"
  65.     ac_prev=
  66.     continue
  67.   fi
  68.   case "$ac_option" in
  69.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  70.   *) ac_optarg= ;;
  71.   esac
  72.   # Accept the important Cygnus configure options, so we can diagnose typos.
  73.   case "$ac_option" in
  74.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  75.     ac_prev=bindir ;;
  76.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  77.     bindir="$ac_optarg" ;;
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  83.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  84.     ac_prev=cache_file ;;
  85.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  86.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  87.     cache_file="$ac_optarg" ;;
  88.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  89.     ac_prev=datadir ;;
  90.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  91.   | --da=*)
  92.     datadir="$ac_optarg" ;;
  93.   -disable-* | --disable-*)
  94.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  95.     # Reject names that are not valid shell variable names.
  96.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  97.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  98.     fi
  99.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  100.     eval "enable_${ac_feature}=no" ;;
  101.   -enable-* | --enable-*)
  102.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  103.     # Reject names that are not valid shell variable names.
  104.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  105.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  106.     fi
  107.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  108.     case "$ac_option" in
  109.       *=*) ;;
  110.       *) ac_optarg=yes ;;
  111.     esac
  112.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  113.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  114.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  115.   | --exec | --exe | --ex)
  116.     ac_prev=exec_prefix ;;
  117.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  118.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  119.   | --exec=* | --exe=* | --ex=*)
  120.     exec_prefix="$ac_optarg" ;;
  121.   -gas | --gas | --ga | --g)
  122.     # Obsolete; use --with-gas.
  123.     with_gas=yes ;;
  124.   -help | --help | --hel | --he)
  125.     # Omit some internal or obsolete options to make the list less imposing.
  126.     # This message is too long to be a string in the A/UX 3.1 sh.
  127.     cat << EOF
  128. Usage: configure [options] [host]
  129. Options: [defaults in brackets after descriptions]
  130. Configuration:
  131.   --cache-file=FILE       cache test results in FILE
  132.   --help                  print this message
  133.   --no-create             do not create output files
  134.   --quiet, --silent       do not print `checking...' messages
  135.   --version               print the version of autoconf that created configure
  136. Directory and file names:
  137.   --prefix=PREFIX         install architecture-independent files in PREFIX
  138.                           [$ac_default_prefix]
  139.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  140.                           [same as prefix]
  141.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  142.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  143.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  144.   --datadir=DIR           read-only architecture-independent data in DIR
  145.                           [PREFIX/share]
  146.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  147.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  148.                           [PREFIX/com]
  149.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  150.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  151.   --includedir=DIR        C header files in DIR [PREFIX/include]
  152.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  153.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  154.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  155.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  156.   --program-prefix=PREFIX prepend PREFIX to installed program names
  157.   --program-suffix=SUFFIX append SUFFIX to installed program names
  158.   --program-transform-name=PROGRAM
  159.                           run sed PROGRAM on installed program names
  160. EOF
  161.     cat << EOF
  162. Host type:
  163.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  164.   --host=HOST             configure for HOST [guessed]
  165.   --target=TARGET         configure for TARGET [TARGET=HOST]
  166. Features and packages:
  167.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  168.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  169.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  170.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  171.   --x-includes=DIR        X include files are in DIR
  172.   --x-libraries=DIR       X library files are in DIR
  173. EOF
  174.     if test -n "$ac_help"; then
  175.       echo "--enable and --with options recognized:$ac_help"
  176.     fi
  177.     exit 0 ;;
  178.   -host | --host | --hos | --ho)
  179.     ac_prev=host ;;
  180.   -host=* | --host=* | --hos=* | --ho=*)
  181.     host="$ac_optarg" ;;
  182.   -includedir | --includedir | --includedi | --included | --include 
  183.   | --includ | --inclu | --incl | --inc)
  184.     ac_prev=includedir ;;
  185.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  186.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  187.     includedir="$ac_optarg" ;;
  188.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  189.     ac_prev=infodir ;;
  190.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  191.     infodir="$ac_optarg" ;;
  192.   -libdir | --libdir | --libdi | --libd)
  193.     ac_prev=libdir ;;
  194.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  195.     libdir="$ac_optarg" ;;
  196.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  197.   | --libexe | --libex | --libe)
  198.     ac_prev=libexecdir ;;
  199.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  200.   | --libexe=* | --libex=* | --libe=*)
  201.     libexecdir="$ac_optarg" ;;
  202.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  203.   | --localstate | --localstat | --localsta | --localst 
  204.   | --locals | --local | --loca | --loc | --lo)
  205.     ac_prev=localstatedir ;;
  206.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  207.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  208.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  209.     localstatedir="$ac_optarg" ;;
  210.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  211.     ac_prev=mandir ;;
  212.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  213.     mandir="$ac_optarg" ;;
  214.   -nfp | --nfp | --nf)
  215.     # Obsolete; use --without-fp.
  216.     with_fp=no ;;
  217.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  218.   | --no-cr | --no-c)
  219.     no_create=yes ;;
  220.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  221.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  222.     no_recursion=yes ;;
  223.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  224.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  225.   | --oldin | --oldi | --old | --ol | --o)
  226.     ac_prev=oldincludedir ;;
  227.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  228.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  229.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  230.     oldincludedir="$ac_optarg" ;;
  231.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  232.     ac_prev=prefix ;;
  233.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  234.     prefix="$ac_optarg" ;;
  235.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  236.   | --program-pre | --program-pr | --program-p)
  237.     ac_prev=program_prefix ;;
  238.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  239.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  240.     program_prefix="$ac_optarg" ;;
  241.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  242.   | --program-suf | --program-su | --program-s)
  243.     ac_prev=program_suffix ;;
  244.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  245.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  246.     program_suffix="$ac_optarg" ;;
  247.   -program-transform-name | --program-transform-name 
  248.   | --program-transform-nam | --program-transform-na 
  249.   | --program-transform-n | --program-transform- 
  250.   | --program-transform | --program-transfor 
  251.   | --program-transfo | --program-transf 
  252.   | --program-trans | --program-tran 
  253.   | --progr-tra | --program-tr | --program-t)
  254.     ac_prev=program_transform_name ;;
  255.   -program-transform-name=* | --program-transform-name=* 
  256.   | --program-transform-nam=* | --program-transform-na=* 
  257.   | --program-transform-n=* | --program-transform-=* 
  258.   | --program-transform=* | --program-transfor=* 
  259.   | --program-transfo=* | --program-transf=* 
  260.   | --program-trans=* | --program-tran=* 
  261.   | --progr-tra=* | --program-tr=* | --program-t=*)
  262.     program_transform_name="$ac_optarg" ;;
  263.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  264.   | -silent | --silent | --silen | --sile | --sil)
  265.     silent=yes ;;
  266.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  267.     ac_prev=sbindir ;;
  268.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  269.   | --sbi=* | --sb=*)
  270.     sbindir="$ac_optarg" ;;
  271.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  272.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  273.   | --sharedst | --shareds | --shared | --share | --shar 
  274.   | --sha | --sh)
  275.     ac_prev=sharedstatedir ;;
  276.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  277.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  278.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  279.   | --sha=* | --sh=*)
  280.     sharedstatedir="$ac_optarg" ;;
  281.   -site | --site | --sit)
  282.     ac_prev=site ;;
  283.   -site=* | --site=* | --sit=*)
  284.     site="$ac_optarg" ;;
  285.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  286.     ac_prev=srcdir ;;
  287.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  288.     srcdir="$ac_optarg" ;;
  289.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  290.   | --syscon | --sysco | --sysc | --sys | --sy)
  291.     ac_prev=sysconfdir ;;
  292.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  293.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  294.     sysconfdir="$ac_optarg" ;;
  295.   -target | --target | --targe | --targ | --tar | --ta | --t)
  296.     ac_prev=target ;;
  297.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  298.     target="$ac_optarg" ;;
  299.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  300.     verbose=yes ;;
  301.   -version | --version | --versio | --versi | --vers)
  302.     echo "configure generated by autoconf version 2.13"
  303.     exit 0 ;;
  304.   -with-* | --with-*)
  305.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  306.     # Reject names that are not valid shell variable names.
  307.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  308.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  309.     fi
  310.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  311.     case "$ac_option" in
  312.       *=*) ;;
  313.       *) ac_optarg=yes ;;
  314.     esac
  315.     eval "with_${ac_package}='$ac_optarg'" ;;
  316.   -without-* | --without-*)
  317.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  318.     # Reject names that are not valid shell variable names.
  319.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  320.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  321.     fi
  322.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  323.     eval "with_${ac_package}=no" ;;
  324.   --x)
  325.     # Obsolete; use --with-x.
  326.     with_x=yes ;;
  327.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  328.   | --x-incl | --x-inc | --x-in | --x-i)
  329.     ac_prev=x_includes ;;
  330.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  331.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  332.     x_includes="$ac_optarg" ;;
  333.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  334.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  335.     ac_prev=x_libraries ;;
  336.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  337.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  338.     x_libraries="$ac_optarg" ;;
  339.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  340.     ;;
  341.   *)
  342.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  343.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  344.     fi
  345.     if test "x$nonopt" != xNONE; then
  346.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  347.     fi
  348.     nonopt="$ac_option"
  349.     ;;
  350.   esac
  351. done
  352. if test -n "$ac_prev"; then
  353.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  354. fi
  355. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  356. # File descriptor usage:
  357. # 0 standard input
  358. # 1 file creation
  359. # 2 errors and warnings
  360. # 3 some systems may open it to /dev/tty
  361. # 4 used on the Kubota Titan
  362. # 6 checking for... messages and results
  363. # 5 compiler messages saved in config.log
  364. if test "$silent" = yes; then
  365.   exec 6>/dev/null
  366. else
  367.   exec 6>&1
  368. fi
  369. exec 5>./config.log
  370. echo "
  371. This file contains any messages produced by compilers while
  372. running configure, to aid debugging if configure makes a mistake.
  373. " 1>&5
  374. # Strip out --no-create and --no-recursion so they do not pile up.
  375. # Also quote any args containing shell metacharacters.
  376. ac_configure_args=
  377. for ac_arg
  378. do
  379.   case "$ac_arg" in
  380.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  381.   | --no-cr | --no-c) ;;
  382.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  383.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  384.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  385.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  386.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  387.   esac
  388. done
  389. # NLS nuisances.
  390. # Only set these to C if already set.  These must not be set unconditionally
  391. # because not all systems understand e.g. LANG=C (notably SCO).
  392. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  393. # Non-C LC_CTYPE values break the ctype check.
  394. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  395. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  396. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  397. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  398. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  399. rm -rf conftest* confdefs.h
  400. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  401. echo > confdefs.h
  402. # A filename unique to this package, relative to the directory that
  403. # configure is in, which we can look for to find out if srcdir is correct.
  404. ac_unique_file=README
  405. # Find the source files, if location was not specified.
  406. if test -z "$srcdir"; then
  407.   ac_srcdir_defaulted=yes
  408.   # Try the directory containing this script, then its parent.
  409.   ac_prog=$0
  410.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  411.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  412.   srcdir=$ac_confdir
  413.   if test ! -r $srcdir/$ac_unique_file; then
  414.     srcdir=..
  415.   fi
  416. else
  417.   ac_srcdir_defaulted=no
  418. fi
  419. if test ! -r $srcdir/$ac_unique_file; then
  420.   if test "$ac_srcdir_defaulted" = yes; then
  421.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  422.   else
  423.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  424.   fi
  425. fi
  426. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  427. # Prefer explicitly selected file to automatically selected ones.
  428. if test -z "$CONFIG_SITE"; then
  429.   if test "x$prefix" != xNONE; then
  430.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  431.   else
  432.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  433.   fi
  434. fi
  435. for ac_site_file in $CONFIG_SITE; do
  436.   if test -r "$ac_site_file"; then
  437.     echo "loading site script $ac_site_file"
  438.     . "$ac_site_file"
  439.   fi
  440. done
  441. if test -r "$cache_file"; then
  442.   echo "loading cache $cache_file"
  443.   . $cache_file
  444. else
  445.   echo "creating cache $cache_file"
  446.   > $cache_file
  447. fi
  448. ac_ext=c
  449. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  450. ac_cpp='$CPP $CPPFLAGS'
  451. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  452. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  453. cross_compiling=$ac_cv_prog_cc_cross
  454. ac_exeext=
  455. ac_objext=o
  456. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  457.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  458.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  459.     ac_n= ac_c='
  460. ' ac_t=' '
  461.   else
  462.     ac_n=-n ac_c= ac_t=
  463.   fi
  464. else
  465.   ac_n= ac_c='c' ac_t=
  466. fi
  467. SDL_VERSION=1.2.3
  468. ac_aux_dir=
  469. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  470.   if test -f $ac_dir/install-sh; then
  471.     ac_aux_dir=$ac_dir
  472.     ac_install_sh="$ac_aux_dir/install-sh -c"
  473.     break
  474.   elif test -f $ac_dir/install.sh; then
  475.     ac_aux_dir=$ac_dir
  476.     ac_install_sh="$ac_aux_dir/install.sh -c"
  477.     break
  478.   fi
  479. done
  480. if test -z "$ac_aux_dir"; then
  481.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  482. fi
  483. ac_config_guess=$ac_aux_dir/config.guess
  484. ac_config_sub=$ac_aux_dir/config.sub
  485. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  486. # Make sure we can run config.sub.
  487. if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  488. else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  489. fi
  490. echo $ac_n "checking host system type""... $ac_c" 1>&6
  491. echo "configure:562: checking host system type" >&5
  492. host_alias=$host
  493. case "$host_alias" in
  494. NONE)
  495.   case $nonopt in
  496.   NONE)
  497.     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  498.     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  499.     fi ;;
  500.   *) host_alias=$nonopt ;;
  501.   esac ;;
  502. esac
  503. host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  504. host_cpu=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  505. host_vendor=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  506. host_os=`echo $host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  507. echo "$ac_t""$host" 1>&6
  508. echo $ac_n "checking target system type""... $ac_c" 1>&6
  509. echo "configure:583: checking target system type" >&5
  510. target_alias=$target
  511. case "$target_alias" in
  512. NONE)
  513.   case $nonopt in
  514.   NONE) target_alias=$host_alias ;;
  515.   *) target_alias=$nonopt ;;
  516.   esac ;;
  517. esac
  518. target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
  519. target_cpu=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  520. target_vendor=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  521. target_os=`echo $target | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  522. echo "$ac_t""$target" 1>&6
  523. # Find a good install program.  We prefer a C program (faster),
  524. # so one script is as good as another.  But avoid the broken or
  525. # incompatible versions:
  526. # SysV /etc/install, /usr/sbin/install
  527. # SunOS /usr/etc/install
  528. # IRIX /sbin/install
  529. # AIX /bin/install
  530. # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
  531. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  532. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  533. # ./install, which can be erroneously created by make from ./install.sh.
  534. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  535. echo "configure:613: checking for a BSD compatible install" >&5
  536. if test -z "$INSTALL"; then
  537. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  538.   echo $ac_n "(cached) $ac_c" 1>&6
  539. else
  540.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS=":"
  541.   for ac_dir in $PATH; do
  542.     # Account for people who put trailing slashes in PATH elements.
  543.     case "$ac_dir/" in
  544.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  545.     *)
  546.       # OSF1 and SCO ODT 3.0 have their own names for install.
  547.       # Don't use installbsd from OSF since it installs stuff as root
  548.       # by default.
  549.       for ac_prog in ginstall scoinst install; do
  550.         if test -f $ac_dir/$ac_prog; then
  551.   if test $ac_prog = install &&
  552.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  553.     # AIX install.  It has an incompatible calling convention.
  554.     :
  555.   else
  556.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  557.     break 2
  558.   fi
  559. fi
  560.       done
  561.       ;;
  562.     esac
  563.   done
  564.   IFS="$ac_save_IFS"
  565. fi
  566.   if test "${ac_cv_path_install+set}" = set; then
  567.     INSTALL="$ac_cv_path_install"
  568.   else
  569.     # As a last resort, use the slow shell script.  We don't cache a
  570.     # path for INSTALL within a source directory, because that will
  571.     # break other packages using the cache if that directory is
  572.     # removed, or if the path is relative.
  573.     INSTALL="$ac_install_sh"
  574.   fi
  575. fi
  576. echo "$ac_t""$INSTALL" 1>&6
  577. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  578. # It thinks the first close brace ends the variable substitution.
  579. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  580. test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  581. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  582. echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
  583. echo "configure:666: checking whether build environment is sane" >&5
  584. # Just in case
  585. sleep 1
  586. echo timestamp > conftestfile
  587. # Do `set' in a subshell so we don't clobber the current shell's
  588. # arguments.  Must try -L first in case configure is actually a
  589. # symlink; some systems play weird games with the mod time of symlinks
  590. # (eg FreeBSD returns the mod time of the symlink's containing
  591. # directory).
  592. if (
  593.    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
  594.    if test "$*" = "X"; then
  595.       # -L didn't work.
  596.       set X `ls -t $srcdir/configure conftestfile`
  597.    fi
  598.    if test "$*" != "X $srcdir/configure conftestfile" 
  599.       && test "$*" != "X conftestfile $srcdir/configure"; then
  600.       # If neither matched, then we have a broken ls.  This can happen
  601.       # if, for instance, CONFIG_SHELL is bash and it inherits a
  602.       # broken ls alias from the environment.  This has actually
  603.       # happened.  Such a system could not be considered "sane".
  604.       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
  605. alias in your environment" 1>&2; exit 1; }
  606.    fi
  607.    test "$2" = conftestfile
  608.    )
  609. then
  610.    # Ok.
  611.    :
  612. else
  613.    { echo "configure: error: newly created file is older than distributed files!
  614. Check your system clock" 1>&2; exit 1; }
  615. fi
  616. rm -f conftest*
  617. echo "$ac_t""yes" 1>&6
  618. if test "$program_transform_name" = s,x,x,; then
  619.   program_transform_name=
  620. else
  621.   # Double any  or $.  echo might interpret backslashes.
  622.   cat <<EOF_SED > conftestsed
  623. s,\,\\,g; s,$,$$,g
  624. EOF_SED
  625.   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
  626.   rm -f conftestsed
  627. fi
  628. test "$program_prefix" != NONE &&
  629.   program_transform_name="s,^,${program_prefix},; $program_transform_name"
  630. # Use a double $ so make ignores it.
  631. test "$program_suffix" != NONE &&
  632.   program_transform_name="s,$$,${program_suffix},; $program_transform_name"
  633. # sed with no file args requires a program.
  634. test "$program_transform_name" = "" && program_transform_name="s,x,x,"
  635. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  636. echo "configure:723: checking whether ${MAKE-make} sets ${MAKE}" >&5
  637. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  638. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  639.   echo $ac_n "(cached) $ac_c" 1>&6
  640. else
  641.   cat > conftestmake <<EOF
  642. all:
  643. @echo 'ac_maketemp="${MAKE}"'
  644. EOF
  645. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  646. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  647. if test -n "$ac_maketemp"; then
  648.   eval ac_cv_prog_make_${ac_make}_set=yes
  649. else
  650.   eval ac_cv_prog_make_${ac_make}_set=no
  651. fi
  652. rm -f conftestmake
  653. fi
  654. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  655.   echo "$ac_t""yes" 1>&6
  656.   SET_MAKE=
  657. else
  658.   echo "$ac_t""no" 1>&6
  659.   SET_MAKE="MAKE=${MAKE-make}"
  660. fi
  661. PACKAGE=SDL_tests
  662. VERSION=$SDL_VERSION
  663. if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
  664.   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
  665. fi
  666. cat >> confdefs.h <<EOF
  667. #define PACKAGE "$PACKAGE"
  668. EOF
  669. cat >> confdefs.h <<EOF
  670. #define VERSION "$VERSION"
  671. EOF
  672. missing_dir=`cd $ac_aux_dir && pwd`
  673. echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
  674. echo "configure:769: checking for working aclocal" >&5
  675. # Run test in a subshell; some versions of sh will print an error if
  676. # an executable is not found, even if stderr is redirected.
  677. # Redirect stdin to placate older versions of autoconf.  Sigh.
  678. if (aclocal --version) < /dev/null > /dev/null 2>&1; then
  679.    ACLOCAL=aclocal
  680.    echo "$ac_t""found" 1>&6
  681. else
  682.    ACLOCAL="$missing_dir/missing aclocal"
  683.    echo "$ac_t""missing" 1>&6
  684. fi
  685. echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
  686. echo "configure:782: checking for working autoconf" >&5
  687. # Run test in a subshell; some versions of sh will print an error if
  688. # an executable is not found, even if stderr is redirected.
  689. # Redirect stdin to placate older versions of autoconf.  Sigh.
  690. if (autoconf --version) < /dev/null > /dev/null 2>&1; then
  691.    AUTOCONF=autoconf
  692.    echo "$ac_t""found" 1>&6
  693. else
  694.    AUTOCONF="$missing_dir/missing autoconf"
  695.    echo "$ac_t""missing" 1>&6
  696. fi
  697. echo $ac_n "checking for working automake""... $ac_c" 1>&6
  698. echo "configure:795: checking for working automake" >&5
  699. # Run test in a subshell; some versions of sh will print an error if
  700. # an executable is not found, even if stderr is redirected.
  701. # Redirect stdin to placate older versions of autoconf.  Sigh.
  702. if (automake --version) < /dev/null > /dev/null 2>&1; then
  703.    AUTOMAKE=automake
  704.    echo "$ac_t""found" 1>&6
  705. else
  706.    AUTOMAKE="$missing_dir/missing automake"
  707.    echo "$ac_t""missing" 1>&6
  708. fi
  709. echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
  710. echo "configure:808: checking for working autoheader" >&5
  711. # Run test in a subshell; some versions of sh will print an error if
  712. # an executable is not found, even if stderr is redirected.
  713. # Redirect stdin to placate older versions of autoconf.  Sigh.
  714. if (autoheader --version) < /dev/null > /dev/null 2>&1; then
  715.    AUTOHEADER=autoheader
  716.    echo "$ac_t""found" 1>&6
  717. else
  718.    AUTOHEADER="$missing_dir/missing autoheader"
  719.    echo "$ac_t""missing" 1>&6
  720. fi
  721. echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
  722. echo "configure:821: checking for working makeinfo" >&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 (makeinfo --version) < /dev/null > /dev/null 2>&1; then
  727.    MAKEINFO=makeinfo
  728.    echo "$ac_t""found" 1>&6
  729. else
  730.    MAKEINFO="$missing_dir/missing makeinfo"
  731.    echo "$ac_t""missing" 1>&6
  732. fi
  733. # Extract the first word of "gcc", so it can be a program name with args.
  734. set dummy gcc; ac_word=$2
  735. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  736. echo "configure:839: checking for $ac_word" >&5
  737. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  738.   echo $ac_n "(cached) $ac_c" 1>&6
  739. else
  740.   if test -n "$CC"; then
  741.   ac_cv_prog_CC="$CC" # Let the user override the test.
  742. else
  743.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  744.   ac_dummy="$PATH"
  745.   for ac_dir in $ac_dummy; do
  746.     test -z "$ac_dir" && ac_dir=.
  747.     if test -f $ac_dir/$ac_word; then
  748.       ac_cv_prog_CC="gcc"
  749.       break
  750.     fi
  751.   done
  752.   IFS="$ac_save_ifs"
  753. fi
  754. fi
  755. CC="$ac_cv_prog_CC"
  756. if test -n "$CC"; then
  757.   echo "$ac_t""$CC" 1>&6
  758. else
  759.   echo "$ac_t""no" 1>&6
  760. fi
  761. if test -z "$CC"; then
  762.   # Extract the first word of "cc", so it can be a program name with args.
  763. set dummy cc; ac_word=$2
  764. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  765. echo "configure:869: checking for $ac_word" >&5
  766. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  767.   echo $ac_n "(cached) $ac_c" 1>&6
  768. else
  769.   if test -n "$CC"; then
  770.   ac_cv_prog_CC="$CC" # Let the user override the test.
  771. else
  772.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  773.   ac_prog_rejected=no
  774.   ac_dummy="$PATH"
  775.   for ac_dir in $ac_dummy; do
  776.     test -z "$ac_dir" && ac_dir=.
  777.     if test -f $ac_dir/$ac_word; then
  778.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  779.         ac_prog_rejected=yes
  780. continue
  781.       fi
  782.       ac_cv_prog_CC="cc"
  783.       break
  784.     fi
  785.   done
  786.   IFS="$ac_save_ifs"
  787. if test $ac_prog_rejected = yes; then
  788.   # We found a bogon in the path, so make sure we never use it.
  789.   set dummy $ac_cv_prog_CC
  790.   shift
  791.   if test $# -gt 0; then
  792.     # We chose a different compiler from the bogus one.
  793.     # However, it has the same basename, so the bogon will be chosen
  794.     # first if we set CC to just the basename; use the full file name.
  795.     shift
  796.     set dummy "$ac_dir/$ac_word" "$@"
  797.     shift
  798.     ac_cv_prog_CC="$@"
  799.   fi
  800. fi
  801. fi
  802. fi
  803. CC="$ac_cv_prog_CC"
  804. if test -n "$CC"; then
  805.   echo "$ac_t""$CC" 1>&6
  806. else
  807.   echo "$ac_t""no" 1>&6
  808. fi
  809.   if test -z "$CC"; then
  810.     case "`uname -s`" in
  811.     *win32* | *WIN32*)
  812.       # Extract the first word of "cl", so it can be a program name with args.
  813. set dummy cl; ac_word=$2
  814. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  815. echo "configure:920: checking for $ac_word" >&5
  816. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  817.   echo $ac_n "(cached) $ac_c" 1>&6
  818. else
  819.   if test -n "$CC"; then
  820.   ac_cv_prog_CC="$CC" # Let the user override the test.
  821. else
  822.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  823.   ac_dummy="$PATH"
  824.   for ac_dir in $ac_dummy; do
  825.     test -z "$ac_dir" && ac_dir=.
  826.     if test -f $ac_dir/$ac_word; then
  827.       ac_cv_prog_CC="cl"
  828.       break
  829.     fi
  830.   done
  831.   IFS="$ac_save_ifs"
  832. fi
  833. fi
  834. CC="$ac_cv_prog_CC"
  835. if test -n "$CC"; then
  836.   echo "$ac_t""$CC" 1>&6
  837. else
  838.   echo "$ac_t""no" 1>&6
  839. fi
  840.  ;;
  841.     esac
  842.   fi
  843.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  844. fi
  845. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  846. echo "configure:952: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  847. ac_ext=c
  848. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  849. ac_cpp='$CPP $CPPFLAGS'
  850. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  851. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  852. cross_compiling=$ac_cv_prog_cc_cross
  853. cat > conftest.$ac_ext << EOF
  854. #line 963 "configure"
  855. #include "confdefs.h"
  856. main(){return(0);}
  857. EOF
  858. if { (eval echo configure:968: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  859.   ac_cv_prog_cc_works=yes
  860.   # If we can't run a trivial program, we are probably using a cross compiler.
  861.   if (./conftest; exit) 2>/dev/null; then
  862.     ac_cv_prog_cc_cross=no
  863.   else
  864.     ac_cv_prog_cc_cross=yes
  865.   fi
  866. else
  867.   echo "configure: failed program was:" >&5
  868.   cat conftest.$ac_ext >&5
  869.   ac_cv_prog_cc_works=no
  870. fi
  871. rm -fr conftest*
  872. ac_ext=c
  873. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  874. ac_cpp='$CPP $CPPFLAGS'
  875. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  876. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  877. cross_compiling=$ac_cv_prog_cc_cross
  878. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  879. if test $ac_cv_prog_cc_works = no; then
  880.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  881. fi
  882. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  883. echo "configure:994: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  884. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  885. cross_compiling=$ac_cv_prog_cc_cross
  886. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  887. echo "configure:999: checking whether we are using GNU C" >&5
  888. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  889.   echo $ac_n "(cached) $ac_c" 1>&6
  890. else
  891.   cat > conftest.c <<EOF
  892. #ifdef __GNUC__
  893.   yes;
  894. #endif
  895. EOF
  896. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1008: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  897.   ac_cv_prog_gcc=yes
  898. else
  899.   ac_cv_prog_gcc=no
  900. fi
  901. fi
  902. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  903. if test $ac_cv_prog_gcc = yes; then
  904.   GCC=yes
  905. else
  906.   GCC=
  907. fi
  908. ac_test_CFLAGS="${CFLAGS+set}"
  909. ac_save_CFLAGS="$CFLAGS"
  910. CFLAGS=
  911. echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  912. echo "configure:1027: checking whether ${CC-cc} accepts -g" >&5
  913. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  914.   echo $ac_n "(cached) $ac_c" 1>&6
  915. else
  916.   echo 'void f(){}' > conftest.c
  917. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  918.   ac_cv_prog_cc_g=yes
  919. else
  920.   ac_cv_prog_cc_g=no
  921. fi
  922. rm -f conftest*
  923. fi
  924. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  925. if test "$ac_test_CFLAGS" = set; then
  926.   CFLAGS="$ac_save_CFLAGS"
  927. elif test $ac_cv_prog_cc_g = yes; then
  928.   if test "$GCC" = yes; then
  929.     CFLAGS="-g -O2"
  930.   else
  931.     CFLAGS="-g"
  932.   fi
  933. else
  934.   if test "$GCC" = yes; then
  935.     CFLAGS="-O2"
  936.   else
  937.     CFLAGS=
  938.   fi
  939. fi
  940. echo $ac_n "checking for working const""... $ac_c" 1>&6
  941. echo "configure:1061: checking for working const" >&5
  942. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  943.   echo $ac_n "(cached) $ac_c" 1>&6
  944. else
  945.   cat > conftest.$ac_ext <<EOF
  946. #line 1066 "configure"
  947. #include "confdefs.h"
  948. int main() {
  949. /* Ultrix mips cc rejects this.  */
  950. typedef int charset[2]; const charset x;
  951. /* SunOS 4.1.1 cc rejects this.  */
  952. char const *const *ccp;
  953. char **p;
  954. /* NEC SVR4.0.2 mips cc rejects this.  */
  955. struct point {int x, y;};
  956. static struct point const zero = {0,0};
  957. /* AIX XL C 1.02.0.0 rejects this.
  958.    It does not let you subtract one const X* pointer from another in an arm
  959.    of an if-expression whose if-part is not a constant expression */
  960. const char *g = "string";
  961. ccp = &g + (g ? g-g : 0);
  962. /* HPUX 7.0 cc rejects these. */
  963. ++ccp;
  964. p = (char**) ccp;
  965. ccp = (char const *const *) p;
  966. { /* SCO 3.2v4 cc rejects this.  */
  967.   char *t;
  968.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  969.   *t++ = 0;
  970. }
  971. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  972.   int x[] = {25, 17};
  973.   const int *foo = &x[0];
  974.   ++foo;
  975. }
  976. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  977.   typedef const int *iptr;
  978.   iptr p = 0;
  979.   ++p;
  980. }
  981. { /* AIX XL C 1.02.0.0 rejects this saying
  982.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  983.   struct s { int j; const int *ap[3]; };
  984.   struct s *b; b->j = 5;
  985. }
  986. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  987.   const int foo = 10;
  988. }
  989. ; return 0; }
  990. EOF
  991. if { (eval echo configure:1115: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  992.   rm -rf conftest*
  993.   ac_cv_c_const=yes
  994. else
  995.   echo "configure: failed program was:" >&5
  996.   cat conftest.$ac_ext >&5
  997.   rm -rf conftest*
  998.   ac_cv_c_const=no
  999. fi
  1000. rm -f conftest*
  1001. fi
  1002. echo "$ac_t""$ac_cv_c_const" 1>&6
  1003. if test $ac_cv_c_const = no; then
  1004.   cat >> confdefs.h <<EOF
  1005. #define const 
  1006. EOF
  1007. fi
  1008. case "$target" in
  1009.     *-*-cygwin* | *-*-mingw32*)
  1010.         MATHLIB=""
  1011.         SYS_GL_LIBS="-lopengl32"
  1012.         ;;
  1013.     *-*-beos*)
  1014.         MATHLIB=""
  1015.         SYS_GL_LIBS="-lGL"
  1016.         ;;
  1017.     *-*-darwin*)
  1018.         MATHLIB=""
  1019.         SYS_GL_LIBS=""
  1020.         ;;
  1021.     *-*-aix*)
  1022.         if test x$ac_cv_prog_gcc = xyes; then
  1023.             CFLAGS="-mthreads"
  1024. fi
  1025.         SYS_GL_LIBS=""
  1026.         ;;
  1027.     *)
  1028.         MATHLIB="-lm"
  1029.         echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  1030. echo "configure:1158: checking how to run the C preprocessor" >&5
  1031. # On Suns, sometimes $CPP names a directory.
  1032. if test -n "$CPP" && test -d "$CPP"; then
  1033.   CPP=
  1034. fi
  1035. if test -z "$CPP"; then
  1036. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  1037.   echo $ac_n "(cached) $ac_c" 1>&6
  1038. else
  1039.     # This must be in double quotes, not single quotes, because CPP may get
  1040.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  1041.   CPP="${CC-cc} -E"
  1042.   # On the NeXT, cc -E runs the code through the compiler's parser,
  1043.   # not just through cpp.
  1044.   cat > conftest.$ac_ext <<EOF
  1045. #line 1173 "configure"
  1046. #include "confdefs.h"
  1047. #include <assert.h>
  1048. Syntax Error
  1049. EOF
  1050. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1051. { (eval echo configure:1179: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1052. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1053. if test -z "$ac_err"; then
  1054.   :
  1055. else
  1056.   echo "$ac_err" >&5
  1057.   echo "configure: failed program was:" >&5
  1058.   cat conftest.$ac_ext >&5
  1059.   rm -rf conftest*
  1060.   CPP="${CC-cc} -E -traditional-cpp"
  1061.   cat > conftest.$ac_ext <<EOF
  1062. #line 1190 "configure"
  1063. #include "confdefs.h"
  1064. #include <assert.h>
  1065. Syntax Error
  1066. EOF
  1067. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1068. { (eval echo configure:1196: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1069. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1070. if test -z "$ac_err"; then
  1071.   :
  1072. else
  1073.   echo "$ac_err" >&5
  1074.   echo "configure: failed program was:" >&5
  1075.   cat conftest.$ac_ext >&5
  1076.   rm -rf conftest*
  1077.   CPP="${CC-cc} -nologo -E"
  1078.   cat > conftest.$ac_ext <<EOF
  1079. #line 1207 "configure"
  1080. #include "confdefs.h"
  1081. #include <assert.h>
  1082. Syntax Error
  1083. EOF
  1084. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1085. { (eval echo configure:1213: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1086. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1087. if test -z "$ac_err"; then
  1088.   :
  1089. else
  1090.   echo "$ac_err" >&5
  1091.   echo "configure: failed program was:" >&5
  1092.   cat conftest.$ac_ext >&5
  1093.   rm -rf conftest*
  1094.   CPP=/lib/cpp
  1095. fi
  1096. rm -f conftest*
  1097. fi
  1098. rm -f conftest*
  1099. fi
  1100. rm -f conftest*
  1101.   ac_cv_prog_CPP="$CPP"
  1102. fi
  1103.   CPP="$ac_cv_prog_CPP"
  1104. else
  1105.   ac_cv_prog_CPP="$CPP"
  1106. fi
  1107. echo "$ac_t""$CPP" 1>&6
  1108. # If we find X, set shell vars x_includes and x_libraries to the
  1109. # paths, otherwise set no_x=yes.
  1110. # Uses ac_ vars as temps to allow command line to override cache and checks.
  1111. # --without-x overrides everything else, but does not touch the cache.
  1112. echo $ac_n "checking for X""... $ac_c" 1>&6
  1113. echo "configure:1242: checking for X" >&5
  1114. # Check whether --with-x or --without-x was given.
  1115. if test "${with_x+set}" = set; then
  1116.   withval="$with_x"
  1117.   :
  1118. fi
  1119. # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
  1120. if test "x$with_x" = xno; then
  1121.   # The user explicitly disabled X.
  1122.   have_x=disabled
  1123. else
  1124.   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
  1125.     # Both variables are already set.
  1126.     have_x=yes
  1127.   else
  1128. if eval "test "`echo '$''{'ac_cv_have_x'+set}'`" = set"; then
  1129.   echo $ac_n "(cached) $ac_c" 1>&6
  1130. else
  1131.   # One or both of the vars are not set, and there is no cached value.
  1132. ac_x_includes=NO ac_x_libraries=NO
  1133. rm -fr conftestdir
  1134. if mkdir conftestdir; then
  1135.   cd conftestdir
  1136.   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
  1137.   cat > Imakefile <<'EOF'
  1138. acfindx:
  1139. @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
  1140. EOF
  1141.   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
  1142.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1143.     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
  1144.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  1145.     for ac_extension in a so sl; do
  1146.       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
  1147.         test -f $ac_im_libdir/libX11.$ac_extension; then
  1148.         ac_im_usrlibdir=$ac_im_libdir; break
  1149.       fi
  1150.     done
  1151.     # Screen out bogus values from the imake configuration.  They are
  1152.     # bogus both because they are the default anyway, and because
  1153.     # using them would break gcc on systems where it needs fixed includes.
  1154.     case "$ac_im_incroot" in
  1155. /usr/include) ;;
  1156. *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
  1157.     esac
  1158.     case "$ac_im_usrlibdir" in
  1159. /usr/lib | /lib) ;;
  1160. *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
  1161.     esac
  1162.   fi
  1163.   cd ..
  1164.   rm -fr conftestdir
  1165. fi
  1166. if test "$ac_x_includes" = NO; then
  1167.   # Guess where to find include files, by looking for this one X11 .h file.
  1168.   test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
  1169.   # First, try using that file with no special directory specified.
  1170. cat > conftest.$ac_ext <<EOF
  1171. #line 1304 "configure"
  1172. #include "confdefs.h"
  1173. #include <$x_direct_test_include>
  1174. EOF
  1175. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1176. { (eval echo configure:1309: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1177. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}$"`
  1178. if test -z "$ac_err"; then
  1179.   rm -rf conftest*
  1180.   # We can compile using X headers with no special include directory.
  1181. ac_x_includes=
  1182. else
  1183.   echo "$ac_err" >&5
  1184.   echo "configure: failed program was:" >&5
  1185.   cat conftest.$ac_ext >&5
  1186.   rm -rf conftest*
  1187.   # Look for the header file in a standard set of common directories.
  1188. # Check X11 before X11Rn because it is often a symlink to the current release.
  1189.   for ac_dir in               
  1190.     /usr/X11/include          
  1191.     /usr/X11R6/include        
  1192.     /usr/X11R5/include        
  1193.     /usr/X11R4/include        
  1194.                               
  1195.     /usr/include/X11          
  1196.     /usr/include/X11R6        
  1197.     /usr/include/X11R5        
  1198.     /usr/include/X11R4        
  1199.                               
  1200.     /usr/local/X11/include    
  1201.     /usr/local/X11R6/include  
  1202.     /usr/local/X11R5/include  
  1203.     /usr/local/X11R4/include  
  1204.                               
  1205.     /usr/local/include/X11    
  1206.     /usr/local/include/X11R6  
  1207.     /usr/local/include/X11R5  
  1208.     /usr/local/include/X11R4  
  1209.                               
  1210.     /usr/X386/include         
  1211.     /usr/x386/include         
  1212.     /usr/XFree86/include/X11  
  1213.                               
  1214.     /usr/include              
  1215.     /usr/local/include        
  1216.     /usr/unsupported/include  
  1217.     /usr/athena/include       
  1218.     /usr/local/x11r5/include  
  1219.     /usr/lpp/Xamples/include  
  1220.                               
  1221.     /usr/openwin/include      
  1222.     /usr/openwin/share/include 
  1223.     ; 
  1224.   do
  1225.     if test -r "$ac_dir/$x_direct_test_include"; then
  1226.       ac_x_includes=$ac_dir
  1227.       break
  1228.     fi
  1229.   done
  1230. fi
  1231. rm -f conftest*
  1232. fi # $ac_x_includes = NO
  1233. if test "$ac_x_libraries" = NO; then
  1234.   # Check for the libraries.
  1235.   test -z "$x_direct_test_library" && x_direct_test_library=Xt
  1236.   test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  1237.   # See if we find them without any special options.
  1238.   # Don't add to $LIBS permanently.
  1239.   ac_save_LIBS="$LIBS"
  1240.   LIBS="-l$x_direct_test_library $LIBS"
  1241. cat > conftest.$ac_ext <<EOF
  1242. #line 1378 "configure"
  1243. #include "confdefs.h"
  1244. int main() {
  1245. ${x_direct_test_function}()
  1246. ; return 0; }
  1247. EOF
  1248. if { (eval echo configure:1385: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1249.   rm -rf conftest*
  1250.   LIBS="$ac_save_LIBS"
  1251. # We can link X programs with no special library path.
  1252. ac_x_libraries=
  1253. else
  1254.   echo "configure: failed program was:" >&5
  1255.   cat conftest.$ac_ext >&5
  1256.   rm -rf conftest*
  1257.   LIBS="$ac_save_LIBS"
  1258. # First see if replacing the include by lib works.
  1259. # Check X11 before X11Rn because it is often a symlink to the current release.
  1260. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` 
  1261.     /usr/X11/lib          
  1262.     /usr/X11R6/lib        
  1263.     /usr/X11R5/lib        
  1264.     /usr/X11R4/lib        
  1265.                           
  1266.     /usr/lib/X11          
  1267.     /usr/lib/X11R6        
  1268.     /usr/lib/X11R5        
  1269.     /usr/lib/X11R4        
  1270.                           
  1271.     /usr/local/X11/lib    
  1272.     /usr/local/X11R6/lib  
  1273.     /usr/local/X11R5/lib  
  1274.     /usr/local/X11R4/lib  
  1275.                           
  1276.     /usr/local/lib/X11    
  1277.     /usr/local/lib/X11R6  
  1278.     /usr/local/lib/X11R5  
  1279.     /usr/local/lib/X11R4  
  1280.                           
  1281.     /usr/X386/lib         
  1282.     /usr/x386/lib         
  1283.     /usr/XFree86/lib/X11  
  1284.                           
  1285.     /usr/lib              
  1286.     /usr/local/lib        
  1287.     /usr/unsupported/lib  
  1288.     /usr/athena/lib       
  1289.     /usr/local/x11r5/lib  
  1290.     /usr/lpp/Xamples/lib  
  1291.     /lib/usr/lib/X11   
  1292.                           
  1293.     /usr/openwin/lib      
  1294.     /usr/openwin/share/lib 
  1295.     ; 
  1296. do
  1297.   for ac_extension in a so sl; do
  1298.     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
  1299.       ac_x_libraries=$ac_dir
  1300.       break 2
  1301.     fi
  1302.   done
  1303. done
  1304. fi
  1305. rm -f conftest*
  1306. fi # $ac_x_libraries = NO
  1307. if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
  1308.   # Didn't find X anywhere.  Cache the known absence of X.
  1309.   ac_cv_have_x="have_x=no"
  1310. else
  1311.   # Record where we found X for the cache.
  1312.   ac_cv_have_x="have_x=yes 
  1313.         ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  1314. fi
  1315. fi
  1316.   fi
  1317.   eval "$ac_cv_have_x"
  1318. fi # $with_x != no
  1319. if test "$have_x" != yes; then
  1320.   echo "$ac_t""$have_x" 1>&6
  1321.   no_x=yes
  1322. else
  1323.   # If each of the values was on the command line, it overrides each guess.
  1324.   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
  1325.   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
  1326.   # Update the cache value to reflect the command line values.
  1327.   ac_cv_have_x="have_x=yes 
  1328. ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
  1329.   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
  1330. fi
  1331.         if test "$no_x" = yes; then
  1332.   # Not all programs may use this symbol, but it does not hurt to define it.
  1333.   cat >> confdefs.h <<EOF
  1334. #define X_DISPLAY_MISSING 1
  1335. EOF
  1336.   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
  1337. else
  1338.   if test -n "$x_includes"; then
  1339.     X_CFLAGS="$X_CFLAGS -I$x_includes"
  1340.   fi
  1341.   # It would also be nice to do this for all -L options, not just this one.
  1342.   if test -n "$x_libraries"; then
  1343.     X_LIBS="$X_LIBS -L$x_libraries"
  1344.     # For Solaris; some versions of Sun CC require a space after -R and
  1345.     # others require no space.  Words are not sufficient . . . .
  1346.     case "`(uname -sr) 2>/dev/null`" in
  1347.     "SunOS 5"*)
  1348.       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
  1349. echo "configure:1491: checking whether -R must be followed by a space" >&5
  1350.       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
  1351.       cat > conftest.$ac_ext <<EOF
  1352. #line 1494 "configure"
  1353. #include "confdefs.h"
  1354. int main() {
  1355. ; return 0; }
  1356. EOF
  1357. if { (eval echo configure:1501: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1358.   rm -rf conftest*
  1359.   ac_R_nospace=yes
  1360. else
  1361.   echo "configure: failed program was:" >&5
  1362.   cat conftest.$ac_ext >&5
  1363.   rm -rf conftest*
  1364.   ac_R_nospace=no
  1365. fi
  1366. rm -f conftest*
  1367.       if test $ac_R_nospace = yes; then
  1368. echo "$ac_t""no" 1>&6
  1369. X_LIBS="$X_LIBS -R$x_libraries"
  1370.       else
  1371. LIBS="$ac_xsave_LIBS -R $x_libraries"
  1372. cat > conftest.$ac_ext <<EOF
  1373. #line 1517 "configure"
  1374. #include "confdefs.h"
  1375. int main() {
  1376. ; return 0; }
  1377. EOF
  1378. if { (eval echo configure:1524: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1379.   rm -rf conftest*
  1380.   ac_R_space=yes
  1381. else
  1382.   echo "configure: failed program was:" >&5
  1383.   cat conftest.$ac_ext >&5
  1384.   rm -rf conftest*
  1385.   ac_R_space=no
  1386. fi
  1387. rm -f conftest*
  1388. if test $ac_R_space = yes; then
  1389.   echo "$ac_t""yes" 1>&6
  1390.   X_LIBS="$X_LIBS -R $x_libraries"
  1391. else
  1392.   echo "$ac_t""neither works" 1>&6
  1393. fi
  1394.       fi
  1395.       LIBS="$ac_xsave_LIBS"
  1396.     esac
  1397.   fi
  1398.   # Check for system-dependent libraries X programs must link with.
  1399.   # Do this before checking for the system-independent R6 libraries
  1400.   # (-lICE), since we may need -lsocket or whatever for X linking.
  1401.   if test "$ISC" = yes; then
  1402.     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
  1403.   else
  1404.     # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
  1405.     # libraries were built with DECnet support.  And karl@cs.umb.edu says
  1406.     # the Alpha needs dnet_stub (dnet does not exist).
  1407.     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
  1408. echo "configure:1556: checking for dnet_ntoa in -ldnet" >&5
  1409. ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
  1410. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1411.   echo $ac_n "(cached) $ac_c" 1>&6
  1412. else
  1413.   ac_save_LIBS="$LIBS"
  1414. LIBS="-ldnet  $LIBS"
  1415. cat > conftest.$ac_ext <<EOF
  1416. #line 1564 "configure"
  1417. #include "confdefs.h"
  1418. /* Override any gcc2 internal prototype to avoid an error.  */
  1419. /* We use char because int might match the return type of a gcc2
  1420.     builtin and then its argument prototype would still apply.  */
  1421. char dnet_ntoa();
  1422. int main() {
  1423. dnet_ntoa()
  1424. ; return 0; }
  1425. EOF
  1426. if { (eval echo configure:1575: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1427.   rm -rf conftest*
  1428.   eval "ac_cv_lib_$ac_lib_var=yes"
  1429. else
  1430.   echo "configure: failed program was:" >&5
  1431.   cat conftest.$ac_ext >&5
  1432.   rm -rf conftest*
  1433.   eval "ac_cv_lib_$ac_lib_var=no"
  1434. fi
  1435. rm -f conftest*
  1436. LIBS="$ac_save_LIBS"
  1437. fi
  1438. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1439.   echo "$ac_t""yes" 1>&6
  1440.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  1441. else
  1442.   echo "$ac_t""no" 1>&6
  1443. fi
  1444.     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  1445.       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
  1446. echo "configure:1597: checking for dnet_ntoa in -ldnet_stub" >&5
  1447. ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
  1448. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1449.   echo $ac_n "(cached) $ac_c" 1>&6
  1450. else
  1451.   ac_save_LIBS="$LIBS"
  1452. LIBS="-ldnet_stub  $LIBS"
  1453. cat > conftest.$ac_ext <<EOF
  1454. #line 1605 "configure"
  1455. #include "confdefs.h"
  1456. /* Override any gcc2 internal prototype to avoid an error.  */
  1457. /* We use char because int might match the return type of a gcc2
  1458.     builtin and then its argument prototype would still apply.  */
  1459. char dnet_ntoa();
  1460. int main() {
  1461. dnet_ntoa()
  1462. ; return 0; }
  1463. EOF
  1464. if { (eval echo configure:1616: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1465.   rm -rf conftest*
  1466.   eval "ac_cv_lib_$ac_lib_var=yes"
  1467. else
  1468.   echo "configure: failed program was:" >&5
  1469.   cat conftest.$ac_ext >&5
  1470.   rm -rf conftest*
  1471.   eval "ac_cv_lib_$ac_lib_var=no"
  1472. fi
  1473. rm -f conftest*
  1474. LIBS="$ac_save_LIBS"
  1475. fi
  1476. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1477.   echo "$ac_t""yes" 1>&6
  1478.   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  1479. else
  1480.   echo "$ac_t""no" 1>&6
  1481. fi
  1482.     fi
  1483.     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
  1484.     # to get the SysV transport functions.
  1485.     # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
  1486.     # needs -lnsl.
  1487.     # The nsl library prevents programs from opening the X display
  1488.     # on Irix 5.2, according to dickey@clark.net.
  1489.     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
  1490. echo "configure:1645: checking for gethostbyname" >&5
  1491. if eval "test "`echo '$''{'ac_cv_func_gethostbyname'+set}'`" = set"; then
  1492.   echo $ac_n "(cached) $ac_c" 1>&6
  1493. else
  1494.   cat > conftest.$ac_ext <<EOF
  1495. #line 1650 "configure"
  1496. #include "confdefs.h"
  1497. /* System header to define __stub macros and hopefully few prototypes,
  1498.     which can conflict with char gethostbyname(); below.  */
  1499. #include <assert.h>
  1500. /* Override any gcc2 internal prototype to avoid an error.  */
  1501. /* We use char because int might match the return type of a gcc2
  1502.     builtin and then its argument prototype would still apply.  */
  1503. char gethostbyname();
  1504. int main() {
  1505. /* The GNU C library defines this for functions which it implements
  1506.     to always fail with ENOSYS.  Some functions are actually named
  1507.     something starting with __ and the normal name is an alias.  */
  1508. #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
  1509. choke me
  1510. #else
  1511. gethostbyname();
  1512. #endif
  1513. ; return 0; }
  1514. EOF
  1515. if { (eval echo configure:1673: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1516.   rm -rf conftest*
  1517.   eval "ac_cv_func_gethostbyname=yes"
  1518. else
  1519.   echo "configure: failed program was:" >&5
  1520.   cat conftest.$ac_ext >&5
  1521.   rm -rf conftest*
  1522.   eval "ac_cv_func_gethostbyname=no"
  1523. fi
  1524. rm -f conftest*
  1525. fi
  1526. if eval "test "`echo '$ac_cv_func_'gethostbyname`" = yes"; then
  1527.   echo "$ac_t""yes" 1>&6
  1528.   :
  1529. else
  1530.   echo "$ac_t""no" 1>&6
  1531. fi
  1532.     if test $ac_cv_func_gethostbyname = no; then
  1533.       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
  1534. echo "configure:1694: checking for gethostbyname in -lnsl" >&5
  1535. ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
  1536. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1537.   echo $ac_n "(cached) $ac_c" 1>&6
  1538. else
  1539.   ac_save_LIBS="$LIBS"
  1540. LIBS="-lnsl  $LIBS"
  1541. cat > conftest.$ac_ext <<EOF
  1542. #line 1702 "configure"
  1543. #include "confdefs.h"
  1544. /* Override any gcc2 internal prototype to avoid an error.  */
  1545. /* We use char because int might match the return type of a gcc2
  1546.     builtin and then its argument prototype would still apply.  */
  1547. char gethostbyname();
  1548. int main() {
  1549. gethostbyname()
  1550. ; return 0; }
  1551. EOF
  1552. if { (eval echo configure:1713: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1553.   rm -rf conftest*
  1554.   eval "ac_cv_lib_$ac_lib_var=yes"
  1555. else
  1556.   echo "configure: failed program was:" >&5
  1557.   cat conftest.$ac_ext >&5
  1558.   rm -rf conftest*
  1559.   eval "ac_cv_lib_$ac_lib_var=no"
  1560. fi
  1561. rm -f conftest*
  1562. LIBS="$ac_save_LIBS"
  1563. fi
  1564. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1565.   echo "$ac_t""yes" 1>&6
  1566.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  1567. else
  1568.   echo "$ac_t""no" 1>&6
  1569. fi
  1570.     fi
  1571.     # lieder@skyler.mavd.honeywell.com says without -lsocket,
  1572.     # socket/setsockopt and other routines are undefined under SCO ODT
  1573.     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
  1574.     # on later versions), says simon@lia.di.epfl.ch: it contains
  1575.     # gethostby* variants that don't use the nameserver (or something).
  1576.     # -lsocket must be given before -lnsl if both are needed.
  1577.     # We assume that if connect needs -lnsl, so does gethostbyname.
  1578.     echo $ac_n "checking for connect""... $ac_c" 1>&6
  1579. echo "configure:1743: checking for connect" >&5
  1580. if eval "test "`echo '$''{'ac_cv_func_connect'+set}'`" = set"; then
  1581.   echo $ac_n "(cached) $ac_c" 1>&6
  1582. else
  1583.   cat > conftest.$ac_ext <<EOF
  1584. #line 1748 "configure"
  1585. #include "confdefs.h"
  1586. /* System header to define __stub macros and hopefully few prototypes,
  1587.     which can conflict with char connect(); below.  */
  1588. #include <assert.h>
  1589. /* Override any gcc2 internal prototype to avoid an error.  */
  1590. /* We use char because int might match the return type of a gcc2
  1591.     builtin and then its argument prototype would still apply.  */
  1592. char connect();
  1593. int main() {
  1594. /* The GNU C library defines this for functions which it implements
  1595.     to always fail with ENOSYS.  Some functions are actually named
  1596.     something starting with __ and the normal name is an alias.  */
  1597. #if defined (__stub_connect) || defined (__stub___connect)
  1598. choke me
  1599. #else
  1600. connect();
  1601. #endif
  1602. ; return 0; }
  1603. EOF
  1604. if { (eval echo configure:1771: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1605.   rm -rf conftest*
  1606.   eval "ac_cv_func_connect=yes"
  1607. else
  1608.   echo "configure: failed program was:" >&5
  1609.   cat conftest.$ac_ext >&5
  1610.   rm -rf conftest*
  1611.   eval "ac_cv_func_connect=no"
  1612. fi
  1613. rm -f conftest*
  1614. fi
  1615. if eval "test "`echo '$ac_cv_func_'connect`" = yes"; then
  1616.   echo "$ac_t""yes" 1>&6
  1617.   :
  1618. else
  1619.   echo "$ac_t""no" 1>&6
  1620. fi
  1621.     if test $ac_cv_func_connect = no; then
  1622.       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
  1623. echo "configure:1792: checking for connect in -lsocket" >&5
  1624. ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
  1625. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1626.   echo $ac_n "(cached) $ac_c" 1>&6
  1627. else
  1628.   ac_save_LIBS="$LIBS"
  1629. LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
  1630. cat > conftest.$ac_ext <<EOF
  1631. #line 1800 "configure"
  1632. #include "confdefs.h"
  1633. /* Override any gcc2 internal prototype to avoid an error.  */
  1634. /* We use char because int might match the return type of a gcc2
  1635.     builtin and then its argument prototype would still apply.  */
  1636. char connect();
  1637. int main() {
  1638. connect()
  1639. ; return 0; }
  1640. EOF
  1641. if { (eval echo configure:1811: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1642.   rm -rf conftest*
  1643.   eval "ac_cv_lib_$ac_lib_var=yes"
  1644. else
  1645.   echo "configure: failed program was:" >&5
  1646.   cat conftest.$ac_ext >&5
  1647.   rm -rf conftest*
  1648.   eval "ac_cv_lib_$ac_lib_var=no"
  1649. fi
  1650. rm -f conftest*
  1651. LIBS="$ac_save_LIBS"
  1652. fi
  1653. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1654.   echo "$ac_t""yes" 1>&6
  1655.   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
  1656. else
  1657.   echo "$ac_t""no" 1>&6
  1658. fi
  1659.     fi
  1660.     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
  1661.     echo $ac_n "checking for remove""... $ac_c" 1>&6
  1662. echo "configure:1835: checking for remove" >&5
  1663. if eval "test "`echo '$''{'ac_cv_func_remove'+set}'`" = set"; then
  1664.   echo $ac_n "(cached) $ac_c" 1>&6
  1665. else
  1666.   cat > conftest.$ac_ext <<EOF
  1667. #line 1840 "configure"
  1668. #include "confdefs.h"
  1669. /* System header to define __stub macros and hopefully few prototypes,
  1670.     which can conflict with char remove(); below.  */
  1671. #include <assert.h>
  1672. /* Override any gcc2 internal prototype to avoid an error.  */
  1673. /* We use char because int might match the return type of a gcc2
  1674.     builtin and then its argument prototype would still apply.  */
  1675. char remove();
  1676. int main() {
  1677. /* The GNU C library defines this for functions which it implements
  1678.     to always fail with ENOSYS.  Some functions are actually named
  1679.     something starting with __ and the normal name is an alias.  */
  1680. #if defined (__stub_remove) || defined (__stub___remove)
  1681. choke me
  1682. #else
  1683. remove();
  1684. #endif
  1685. ; return 0; }
  1686. EOF
  1687. if { (eval echo configure:1863: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1688.   rm -rf conftest*
  1689.   eval "ac_cv_func_remove=yes"
  1690. else
  1691.   echo "configure: failed program was:" >&5
  1692.   cat conftest.$ac_ext >&5
  1693.   rm -rf conftest*
  1694.   eval "ac_cv_func_remove=no"
  1695. fi
  1696. rm -f conftest*
  1697. fi
  1698. if eval "test "`echo '$ac_cv_func_'remove`" = yes"; then
  1699.   echo "$ac_t""yes" 1>&6
  1700.   :
  1701. else
  1702.   echo "$ac_t""no" 1>&6
  1703. fi
  1704.     if test $ac_cv_func_remove = no; then
  1705.       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
  1706. echo "configure:1884: checking for remove in -lposix" >&5
  1707. ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
  1708. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1709.   echo $ac_n "(cached) $ac_c" 1>&6
  1710. else
  1711.   ac_save_LIBS="$LIBS"
  1712. LIBS="-lposix  $LIBS"
  1713. cat > conftest.$ac_ext <<EOF
  1714. #line 1892 "configure"
  1715. #include "confdefs.h"
  1716. /* Override any gcc2 internal prototype to avoid an error.  */
  1717. /* We use char because int might match the return type of a gcc2
  1718.     builtin and then its argument prototype would still apply.  */
  1719. char remove();
  1720. int main() {
  1721. remove()
  1722. ; return 0; }
  1723. EOF
  1724. if { (eval echo configure:1903: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1725.   rm -rf conftest*
  1726.   eval "ac_cv_lib_$ac_lib_var=yes"
  1727. else
  1728.   echo "configure: failed program was:" >&5
  1729.   cat conftest.$ac_ext >&5
  1730.   rm -rf conftest*
  1731.   eval "ac_cv_lib_$ac_lib_var=no"
  1732. fi
  1733. rm -f conftest*
  1734. LIBS="$ac_save_LIBS"
  1735. fi
  1736. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1737.   echo "$ac_t""yes" 1>&6
  1738.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
  1739. else
  1740.   echo "$ac_t""no" 1>&6
  1741. fi
  1742.     fi
  1743.     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
  1744.     echo $ac_n "checking for shmat""... $ac_c" 1>&6
  1745. echo "configure:1927: checking for shmat" >&5
  1746. if eval "test "`echo '$''{'ac_cv_func_shmat'+set}'`" = set"; then
  1747.   echo $ac_n "(cached) $ac_c" 1>&6
  1748. else
  1749.   cat > conftest.$ac_ext <<EOF
  1750. #line 1932 "configure"
  1751. #include "confdefs.h"
  1752. /* System header to define __stub macros and hopefully few prototypes,
  1753.     which can conflict with char shmat(); below.  */
  1754. #include <assert.h>
  1755. /* Override any gcc2 internal prototype to avoid an error.  */
  1756. /* We use char because int might match the return type of a gcc2
  1757.     builtin and then its argument prototype would still apply.  */
  1758. char shmat();
  1759. int main() {
  1760. /* The GNU C library defines this for functions which it implements
  1761.     to always fail with ENOSYS.  Some functions are actually named
  1762.     something starting with __ and the normal name is an alias.  */
  1763. #if defined (__stub_shmat) || defined (__stub___shmat)
  1764. choke me
  1765. #else
  1766. shmat();
  1767. #endif
  1768. ; return 0; }
  1769. EOF
  1770. if { (eval echo configure:1955: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1771.   rm -rf conftest*
  1772.   eval "ac_cv_func_shmat=yes"
  1773. else
  1774.   echo "configure: failed program was:" >&5
  1775.   cat conftest.$ac_ext >&5
  1776.   rm -rf conftest*
  1777.   eval "ac_cv_func_shmat=no"
  1778. fi
  1779. rm -f conftest*
  1780. fi
  1781. if eval "test "`echo '$ac_cv_func_'shmat`" = yes"; then
  1782.   echo "$ac_t""yes" 1>&6
  1783.   :
  1784. else
  1785.   echo "$ac_t""no" 1>&6
  1786. fi
  1787.     if test $ac_cv_func_shmat = no; then
  1788.       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
  1789. echo "configure:1976: checking for shmat in -lipc" >&5
  1790. ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
  1791. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1792.   echo $ac_n "(cached) $ac_c" 1>&6
  1793. else
  1794.   ac_save_LIBS="$LIBS"
  1795. LIBS="-lipc  $LIBS"
  1796. cat > conftest.$ac_ext <<EOF
  1797. #line 1984 "configure"
  1798. #include "confdefs.h"
  1799. /* Override any gcc2 internal prototype to avoid an error.  */
  1800. /* We use char because int might match the return type of a gcc2
  1801.     builtin and then its argument prototype would still apply.  */
  1802. char shmat();
  1803. int main() {
  1804. shmat()
  1805. ; return 0; }
  1806. EOF
  1807. if { (eval echo configure:1995: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1808.   rm -rf conftest*
  1809.   eval "ac_cv_lib_$ac_lib_var=yes"
  1810. else
  1811.   echo "configure: failed program was:" >&5
  1812.   cat conftest.$ac_ext >&5
  1813.   rm -rf conftest*
  1814.   eval "ac_cv_lib_$ac_lib_var=no"
  1815. fi
  1816. rm -f conftest*
  1817. LIBS="$ac_save_LIBS"
  1818. fi
  1819. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1820.   echo "$ac_t""yes" 1>&6
  1821.   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  1822. else
  1823.   echo "$ac_t""no" 1>&6
  1824. fi
  1825.     fi
  1826.   fi
  1827.   # Check for libraries that X11R6 Xt/Xaw programs need.
  1828.   ac_save_LDFLAGS="$LDFLAGS"
  1829.   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
  1830.   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
  1831.   # check for ICE first), but we must link in the order -lSM -lICE or
  1832.   # we get undefined symbols.  So assume we have SM if we have ICE.
  1833.   # These have to be linked with before -lX11, unlike the other
  1834.   # libraries we check for below, so use a different variable.
  1835.   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
  1836.   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
  1837. echo "configure:2028: checking for IceConnectionNumber in -lICE" >&5
  1838. ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
  1839. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  1840.   echo $ac_n "(cached) $ac_c" 1>&6
  1841. else
  1842.   ac_save_LIBS="$LIBS"
  1843. LIBS="-lICE $X_EXTRA_LIBS $LIBS"
  1844. cat > conftest.$ac_ext <<EOF
  1845. #line 2036 "configure"
  1846. #include "confdefs.h"
  1847. /* Override any gcc2 internal prototype to avoid an error.  */
  1848. /* We use char because int might match the return type of a gcc2
  1849.     builtin and then its argument prototype would still apply.  */
  1850. char IceConnectionNumber();
  1851. int main() {
  1852. IceConnectionNumber()
  1853. ; return 0; }
  1854. EOF
  1855. if { (eval echo configure:2047: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  1856.   rm -rf conftest*
  1857.   eval "ac_cv_lib_$ac_lib_var=yes"
  1858. else
  1859.   echo "configure: failed program was:" >&5
  1860.   cat conftest.$ac_ext >&5
  1861.   rm -rf conftest*
  1862.   eval "ac_cv_lib_$ac_lib_var=no"
  1863. fi
  1864. rm -f conftest*
  1865. LIBS="$ac_save_LIBS"
  1866. fi
  1867. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  1868.   echo "$ac_t""yes" 1>&6
  1869.   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  1870. else
  1871.   echo "$ac_t""no" 1>&6
  1872. fi
  1873.   LDFLAGS="$ac_save_LDFLAGS"
  1874. fi
  1875.         if test x$have_x = xyes; then
  1876.             CFLAGS="$CFLAGS $X_CFLAGS"
  1877.             SYS_GL_LIBS="$X_LIBS -lGL"
  1878.         else
  1879.             SYS_GL_LIBS="-lGL"
  1880.         fi
  1881.         ;;
  1882. esac
  1883. # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
  1884. if test "${with_sdl_prefix+set}" = set; then
  1885.   withval="$with_sdl_prefix"
  1886.   sdl_prefix="$withval"
  1887. else
  1888.   sdl_prefix=""
  1889. fi
  1890. # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given.
  1891. if test "${with_sdl_exec_prefix+set}" = set; then
  1892.   withval="$with_sdl_exec_prefix"
  1893.   sdl_exec_prefix="$withval"
  1894. else
  1895.   sdl_exec_prefix=""
  1896. fi
  1897. # Check whether --enable-sdltest or --disable-sdltest was given.
  1898. if test "${enable_sdltest+set}" = set; then
  1899.   enableval="$enable_sdltest"
  1900.   :
  1901. else
  1902.   enable_sdltest=yes
  1903. fi
  1904.   if test x$sdl_exec_prefix != x ; then
  1905.      sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
  1906.      if test x${SDL_CONFIG+set} != xset ; then
  1907.         SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
  1908.      fi
  1909.   fi
  1910.   if test x$sdl_prefix != x ; then
  1911.      sdl_args="$sdl_args --prefix=$sdl_prefix"
  1912.      if test x${SDL_CONFIG+set} != xset ; then
  1913.         SDL_CONFIG=$sdl_prefix/bin/sdl-config
  1914.      fi
  1915.   fi
  1916.   
  1917.   # Extract the first word of "sdl-config", so it can be a program name with args.
  1918. set dummy sdl-config; ac_word=$2
  1919. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1920. echo "configure:2124: checking for $ac_word" >&5
  1921. if eval "test "`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`" = set"; then
  1922.   echo $ac_n "(cached) $ac_c" 1>&6
  1923. else
  1924.   case "$SDL_CONFIG" in
  1925.   /*)
  1926.   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
  1927.   ;;
  1928.   ?:/*)  
  1929.   ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a dos path.
  1930.   ;;
  1931.   *)
  1932.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
  1933.   ac_dummy="$PATH"
  1934.   for ac_dir in $ac_dummy; do 
  1935.     test -z "$ac_dir" && ac_dir=.
  1936.     if test -f $ac_dir/$ac_word; then
  1937.       ac_cv_path_SDL_CONFIG="$ac_dir/$ac_word"
  1938.       break
  1939.     fi
  1940.   done
  1941.   IFS="$ac_save_ifs"
  1942.   test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
  1943.   ;;
  1944. esac
  1945. fi
  1946. SDL_CONFIG="$ac_cv_path_SDL_CONFIG"
  1947. if test -n "$SDL_CONFIG"; then
  1948.   echo "$ac_t""$SDL_CONFIG" 1>&6
  1949. else
  1950.   echo "$ac_t""no" 1>&6
  1951. fi
  1952.   min_sdl_version=$SDL_VERSION
  1953.   echo $ac_n "checking for SDL - version >= $min_sdl_version""... $ac_c" 1>&6
  1954. echo "configure:2159: checking for SDL - version >= $min_sdl_version" >&5
  1955.   no_sdl=""
  1956.   if test "$SDL_CONFIG" = "no" ; then
  1957.     no_sdl=yes
  1958.   else
  1959.     SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
  1960.     SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
  1961.     sdl_major_version=`$SDL_CONFIG $sdl_args --version | 
  1962.            sed 's/([0-9]*).([0-9]*).([0-9]*)/1/'`
  1963.     sdl_minor_version=`$SDL_CONFIG $sdl_args --version | 
  1964.            sed 's/([0-9]*).([0-9]*).([0-9]*)/2/'`
  1965.     sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | 
  1966.            sed 's/([0-9]*).([0-9]*).([0-9]*)/3/'`
  1967.     if test "x$enable_sdltest" = "xyes" ; then
  1968.       ac_save_CFLAGS="$CFLAGS"
  1969.       ac_save_LIBS="$LIBS"
  1970.       CFLAGS="$CFLAGS $SDL_CFLAGS"
  1971.       LIBS="$LIBS $SDL_LIBS"
  1972.       rm -f conf.sdltest
  1973.       if test "$cross_compiling" = yes; then
  1974.   echo $ac_n "cross compiling; assumed OK... $ac_c"
  1975. else
  1976.   cat > conftest.$ac_ext <<EOF
  1977. #line 2183 "configure"
  1978. #include "confdefs.h"
  1979. #include <stdio.h>
  1980. #include <stdlib.h>
  1981. #include <string.h>
  1982. #include "SDL.h"
  1983. char*
  1984. my_strdup (char *str)
  1985. {
  1986.   char *new_str;
  1987.   
  1988.   if (str)
  1989.     {
  1990.       new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
  1991.       strcpy (new_str, str);
  1992.     }
  1993.   else
  1994.     new_str = NULL;
  1995.   
  1996.   return new_str;
  1997. }
  1998. int main (int argc, char *argv[])
  1999. {
  2000.   int major, minor, micro;
  2001.   char *tmp_version;
  2002.   /* This hangs on some systems (?)
  2003.   system ("touch conf.sdltest");
  2004.   */
  2005.   { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
  2006.   /* HP/UX 9 (%@#!) writes to sscanf strings */
  2007.   tmp_version = my_strdup("$min_sdl_version");
  2008.   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  2009.      printf("%s, bad version stringn", "$min_sdl_version");
  2010.      exit(1);
  2011.    }
  2012.    if (($sdl_major_version > major) ||
  2013.       (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
  2014.       (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
  2015.     {
  2016.       return 0;
  2017.     }
  2018.   else
  2019.     {
  2020.       printf("n*** 'sdl-config --version' returned %d.%d.%d, but the minimum versionn", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
  2021.       printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it isn", major, minor, micro);
  2022.       printf("*** best to upgrade to the required version.n");
  2023.       printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIGn");
  2024.       printf("*** to point to the correct copy of sdl-config, and remove the filen");
  2025.       printf("*** config.cache before re-running configuren");
  2026.       return 1;
  2027.     }
  2028. }
  2029. EOF
  2030. if { (eval echo configure:2244: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  2031. then
  2032.   :
  2033. else
  2034.   echo "configure: failed program was:" >&5
  2035.   cat conftest.$ac_ext >&5
  2036.   rm -fr conftest*
  2037.   no_sdl=yes
  2038. fi
  2039. rm -fr conftest*
  2040. fi
  2041.        CFLAGS="$ac_save_CFLAGS"
  2042.        LIBS="$ac_save_LIBS"
  2043.      fi
  2044.   fi
  2045.   if test "x$no_sdl" = x ; then
  2046.      echo "$ac_t""yes" 1>&6
  2047.      :     
  2048.   else
  2049.      echo "$ac_t""no" 1>&6
  2050.      if test "$SDL_CONFIG" = "no" ; then
  2051.        echo "*** The sdl-config script installed by SDL could not be found"
  2052.        echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
  2053.        echo "*** your path, or set the SDL_CONFIG environment variable to the"
  2054.        echo "*** full path to sdl-config."
  2055.      else
  2056.        if test -f conf.sdltest ; then
  2057.         :
  2058.        else
  2059.           echo "*** Could not run SDL test program, checking why..."
  2060.           CFLAGS="$CFLAGS $SDL_CFLAGS"
  2061.           LIBS="$LIBS $SDL_LIBS"
  2062.           cat > conftest.$ac_ext <<EOF
  2063. #line 2278 "configure"
  2064. #include "confdefs.h"
  2065. #include <stdio.h>
  2066. #include "SDL.h"
  2067. int main(int argc, char *argv[])
  2068. { return 0; }
  2069. #undef  main
  2070. #define main K_and_R_C_main
  2071. int main() {
  2072.  return 0; 
  2073. ; return 0; }
  2074. EOF
  2075. if { (eval echo configure:2293: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  2076.   rm -rf conftest*
  2077.    echo "*** The test program compiled, but did not run. This usually means"
  2078.           echo "*** that the run-time linker is not finding SDL or finding the wrong"
  2079.           echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
  2080.           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
  2081.           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
  2082.           echo "*** is required on your system"
  2083.   echo "***"
  2084.           echo "*** If you have an old version installed, it is best to remove it, although"
  2085.           echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
  2086. else
  2087.   echo "configure: failed program was:" >&5
  2088.   cat conftest.$ac_ext >&5
  2089.   rm -rf conftest*
  2090.    echo "*** The test program failed to compile or link. See the file config.log for the"
  2091.           echo "*** exact error that occured. This usually means SDL was incorrectly installed"
  2092.           echo "*** or that you have moved SDL since it was installed. In the latter case, you"
  2093.           echo "*** may want to edit the sdl-config script: $SDL_CONFIG" 
  2094. fi
  2095. rm -f conftest*
  2096.           CFLAGS="$ac_save_CFLAGS"
  2097.           LIBS="$ac_save_LIBS"
  2098.        fi
  2099.      fi
  2100.      SDL_CFLAGS=""
  2101.      SDL_LIBS=""
  2102.      { echo "configure: error: *** SDL version $SDL_VERSION not found!" 1>&2; exit 1; }
  2103.   fi
  2104.   
  2105.   
  2106.   rm -f conf.sdltest
  2107. CFLAGS="$CFLAGS $SDL_CFLAGS"
  2108. LIBS="$LIBS $SDL_LIBS"
  2109. echo $ac_n "checking for OpenGL support""... $ac_c" 1>&6
  2110. echo "configure:2331: checking for OpenGL support" >&5
  2111. have_opengl=no
  2112. cat > conftest.$ac_ext <<EOF
  2113. #line 2334 "configure"
  2114. #include "confdefs.h"
  2115.  #include "SDL_opengl.h"
  2116. int main() {
  2117. ; return 0; }
  2118. EOF
  2119. if { (eval echo configure:2344: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  2120.   rm -rf conftest*
  2121.   
  2122. have_opengl=yes
  2123. else
  2124.   echo "configure: failed program was:" >&5
  2125.   cat conftest.$ac_ext >&5
  2126. fi
  2127. rm -f conftest*
  2128. echo "$ac_t""$have_opengl" 1>&6
  2129. if test x$have_opengl = xyes; then
  2130.     CFLAGS="$CFLAGS -DHAVE_OPENGL"
  2131.     GL_LIBS="$SYS_GL_LIBS"
  2132. else
  2133.     GL_LIBS=""
  2134. fi
  2135. # Finally create all the generated files
  2136. trap '' 1 2 15
  2137. cat > confcache <<EOF
  2138. # This file is a shell script that caches the results of configure
  2139. # tests run on this system so they can be shared between configure
  2140. # scripts and configure runs.  It is not useful on other systems.
  2141. # If it contains results you don't want to keep, you may remove or edit it.
  2142. #
  2143. # By default, configure uses ./config.cache as the cache file,
  2144. # creating it if it does not exist already.  You can give configure
  2145. # the --cache-file=FILE option to use a different cache file; that is
  2146. # what configure does when it calls configure scripts in
  2147. # subdirectories, so they share the cache.
  2148. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  2149. # config.status only pays attention to the cache file if you give it the
  2150. # --recheck option to rerun configure.
  2151. #
  2152. EOF
  2153. # The following way of writing the cache mishandles newlines in values,
  2154. # but we know of no workaround that is simple, portable, and efficient.
  2155. # So, don't put newlines in cache variables' values.
  2156. # Ultrix sh set writes to stderr and can't be redirected directly,
  2157. # and sets the high bit in the cache file unless we assign to the vars.
  2158. (set) 2>&1 |
  2159.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2160.   *ac_space= *)
  2161.     # `set' does not quote correctly, so add quotes (double-quote substitution
  2162.     # turns \\ into \, and sed turns \ into ).
  2163.     sed -n 
  2164.       -e "s/'/'\\''/g" 
  2165.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  2166.     ;;
  2167.   *)
  2168.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  2169.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  2170.     ;;
  2171.   esac >> confcache
  2172. if cmp -s $cache_file confcache; then
  2173.   :
  2174. else
  2175.   if test -w $cache_file; then
  2176.     echo "updating cache $cache_file"
  2177.     cat confcache > $cache_file
  2178.   else
  2179.     echo "not updating unwritable cache $cache_file"
  2180.   fi
  2181. fi
  2182. rm -f confcache
  2183. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  2184. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2185. # Let make expand exec_prefix.
  2186. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2187. # Any assignment to VPATH causes Sun make to only execute
  2188. # the first set of double-colon rules, so remove it if not needed.
  2189. # If there is a colon in the path, we need to keep it.
  2190. if test "x$srcdir" = x.; then
  2191.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  2192. fi
  2193. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  2194. # Transform confdefs.h into DEFS.
  2195. # Protect against shell expansion while executing Makefile rules.
  2196. # Protect against Makefile macro expansion.
  2197. cat > conftest.defs <<EOF
  2198. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%-D1=2%g
  2199. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  2200. s%[%\&%g
  2201. s%]%\&%g
  2202. s%$%$$%g
  2203. EOF
  2204. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  2205. rm -f conftest.defs
  2206. # Without the "./", some shells look in PATH for config.status.
  2207. : ${CONFIG_STATUS=./config.status}
  2208. echo creating $CONFIG_STATUS
  2209. rm -f $CONFIG_STATUS
  2210. cat > $CONFIG_STATUS <<EOF
  2211. #! /bin/sh
  2212. # Generated automatically by configure.
  2213. # Run this file to recreate the current configuration.
  2214. # This directory was configured as follows,
  2215. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2216. #
  2217. # $0 $ac_configure_args
  2218. #
  2219. # Compiler output produced by configure, useful for debugging
  2220. # configure, is in ./config.log if it exists.
  2221. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  2222. for ac_option
  2223. do
  2224.   case "$ac_option" in
  2225.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2226.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2227.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2228.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2229.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  2230.     exit 0 ;;
  2231.   -help | --help | --hel | --he | --h)
  2232.     echo "$ac_cs_usage"; exit 0 ;;
  2233.   *) echo "$ac_cs_usage"; exit 1 ;;
  2234.   esac
  2235. done
  2236. ac_given_srcdir=$srcdir
  2237. ac_given_INSTALL="$INSTALL"
  2238. trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  2239. EOF
  2240. cat >> $CONFIG_STATUS <<EOF
  2241. # Protect against being on the right side of a sed subst in config.status.
  2242. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  2243.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  2244. $ac_vpsub
  2245. $extrasub
  2246. s%@SHELL@%$SHELL%g
  2247. s%@CFLAGS@%$CFLAGS%g
  2248. s%@CPPFLAGS@%$CPPFLAGS%g
  2249. s%@CXXFLAGS@%$CXXFLAGS%g
  2250. s%@FFLAGS@%$FFLAGS%g
  2251. s%@DEFS@%$DEFS%g
  2252. s%@LDFLAGS@%$LDFLAGS%g
  2253. s%@LIBS@%$LIBS%g
  2254. s%@exec_prefix@%$exec_prefix%g
  2255. s%@prefix@%$prefix%g
  2256. s%@program_transform_name@%$program_transform_name%g
  2257. s%@bindir@%$bindir%g
  2258. s%@sbindir@%$sbindir%g
  2259. s%@libexecdir@%$libexecdir%g
  2260. s%@datadir@%$datadir%g
  2261. s%@sysconfdir@%$sysconfdir%g
  2262. s%@sharedstatedir@%$sharedstatedir%g
  2263. s%@localstatedir@%$localstatedir%g
  2264. s%@libdir@%$libdir%g
  2265. s%@includedir@%$includedir%g
  2266. s%@oldincludedir@%$oldincludedir%g
  2267. s%@infodir@%$infodir%g
  2268. s%@mandir@%$mandir%g
  2269. s%@host@%$host%g
  2270. s%@host_alias@%$host_alias%g
  2271. s%@host_cpu@%$host_cpu%g
  2272. s%@host_vendor@%$host_vendor%g
  2273. s%@host_os@%$host_os%g
  2274. s%@target@%$target%g
  2275. s%@target_alias@%$target_alias%g
  2276. s%@target_cpu@%$target_cpu%g
  2277. s%@target_vendor@%$target_vendor%g
  2278. s%@target_os@%$target_os%g
  2279. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  2280. s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
  2281. s%@INSTALL_DATA@%$INSTALL_DATA%g
  2282. s%@PACKAGE@%$PACKAGE%g
  2283. s%@VERSION@%$VERSION%g
  2284. s%@ACLOCAL@%$ACLOCAL%g
  2285. s%@AUTOCONF@%$AUTOCONF%g
  2286. s%@AUTOMAKE@%$AUTOMAKE%g
  2287. s%@AUTOHEADER@%$AUTOHEADER%g
  2288. s%@MAKEINFO@%$MAKEINFO%g
  2289. s%@SET_MAKE@%$SET_MAKE%g
  2290. s%@CC@%$CC%g
  2291. s%@CPP@%$CPP%g
  2292. s%@X_CFLAGS@%$X_CFLAGS%g
  2293. s%@X_PRE_LIBS@%$X_PRE_LIBS%g
  2294. s%@X_LIBS@%$X_LIBS%g
  2295. s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
  2296. s%@MATHLIB@%$MATHLIB%g
  2297. s%@SDL_CONFIG@%$SDL_CONFIG%g
  2298. s%@SDL_CFLAGS@%$SDL_CFLAGS%g
  2299. s%@SDL_LIBS@%$SDL_LIBS%g
  2300. s%@GL_LIBS@%$GL_LIBS%g
  2301. CEOF
  2302. EOF
  2303. cat >> $CONFIG_STATUS <<EOF
  2304. # Split the substitutions into bite-sized pieces for seds with
  2305. # small command number limits, like on Digital OSF/1 and HP-UX.
  2306. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  2307. ac_file=1 # Number of current file.
  2308. ac_beg=1 # First line for current file.
  2309. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  2310. ac_more_lines=:
  2311. ac_sed_cmds=""
  2312. while $ac_more_lines; do
  2313.   if test $ac_beg -gt 1; then
  2314.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  2315.   else
  2316.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  2317.   fi
  2318.   if test ! -s conftest.s$ac_file; then
  2319.     ac_more_lines=false
  2320.     rm -f conftest.s$ac_file
  2321.   else
  2322.     if test -z "$ac_sed_cmds"; then
  2323.       ac_sed_cmds="sed -f conftest.s$ac_file"
  2324.     else
  2325.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  2326.     fi
  2327.     ac_file=`expr $ac_file + 1`
  2328.     ac_beg=$ac_end
  2329.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  2330.   fi
  2331. done
  2332. if test -z "$ac_sed_cmds"; then
  2333.   ac_sed_cmds=cat
  2334. fi
  2335. EOF
  2336. cat >> $CONFIG_STATUS <<EOF
  2337. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  2338. EOF
  2339. cat >> $CONFIG_STATUS <<EOF
  2340. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2341.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  2342.   case "$ac_file" in
  2343.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  2344.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2345.   *) ac_file_in="${ac_file}.in" ;;
  2346.   esac
  2347.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  2348.   # Remove last slash and all that follows it.  Not all systems have dirname.
  2349.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2350.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2351.     # The file is in a subdirectory.
  2352.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  2353.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  2354.     # A "../" for each directory in $ac_dir_suffix.
  2355.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2356.   else
  2357.     ac_dir_suffix= ac_dots=
  2358.   fi
  2359.   case "$ac_given_srcdir" in
  2360.   .)  srcdir=.
  2361.       if test -z "$ac_dots"; then top_srcdir=.
  2362.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2363.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2364.   *) # Relative path.
  2365.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2366.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2367.   esac
  2368.   case "$ac_given_INSTALL" in
  2369.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  2370.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  2371.   esac
  2372.   echo creating "$ac_file"
  2373.   rm -f "$ac_file"
  2374.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2375.   case "$ac_file" in
  2376.   *Makefile*) ac_comsub="1i\
  2377. # $configure_input" ;;
  2378.   *) ac_comsub= ;;
  2379.   esac
  2380.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  2381.   sed -e "$ac_comsub
  2382. s%@configure_input@%$configure_input%g
  2383. s%@srcdir@%$srcdir%g
  2384. s%@top_srcdir@%$top_srcdir%g
  2385. s%@INSTALL@%$INSTALL%g
  2386. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  2387. fi; done
  2388. rm -f conftest.s*
  2389. EOF
  2390. cat >> $CONFIG_STATUS <<EOF
  2391. EOF
  2392. cat >> $CONFIG_STATUS <<EOF
  2393. exit 0
  2394. EOF
  2395. chmod +x $CONFIG_STATUS
  2396. rm -fr confdefs* $ac_clean_files
  2397. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1