configure
上传用户:psq1974
上传日期:2007-01-06
资源大小:1195k
文件大小:81k
源码类别:

mpeg/mp3

开发平台:

C/C++

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