home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / contrib / configure next >
Text File  |  2002-12-18  |  40KB  |  1,233 lines

  1. #! /bin/sh
  2.  
  3. # From configure.in Id: configure.in
  4. # Guess values for system-dependent variables and create Makefiles.
  5. # Generated automatically using autoconf version 2.13 
  6. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  7. #
  8. # This configure script is free software; the Free Software Foundation
  9. # gives unlimited permission to copy, distribute and modify it.
  10.  
  11. # Defaults:
  12. ac_help=
  13. ac_default_prefix=/usr/local
  14. # Any additions from configure.in:
  15.  
  16. # Initialize some variables set by options.
  17. # The variables have the same names as the options, with
  18. # dashes changed to underlines.
  19. build=NONE
  20. cache_file=./config.cache
  21. exec_prefix=NONE
  22. host=NONE
  23. no_create=
  24. nonopt=NONE
  25. no_recursion=
  26. prefix=NONE
  27. program_prefix=NONE
  28. program_suffix=NONE
  29. program_transform_name=s,x,x,
  30. silent=
  31. site=
  32. srcdir=
  33. target=NONE
  34. verbose=
  35. x_includes=NONE
  36. x_libraries=NONE
  37. bindir='${exec_prefix}/bin'
  38. sbindir='${exec_prefix}/sbin'
  39. libexecdir='${exec_prefix}/libexec'
  40. datadir='${prefix}/share'
  41. sysconfdir='${prefix}/etc'
  42. sharedstatedir='${prefix}/com'
  43. localstatedir='${prefix}/var'
  44. libdir='${exec_prefix}/lib'
  45. includedir='${prefix}/include'
  46. oldincludedir='/usr/include'
  47. infodir='${prefix}/info'
  48. mandir='${prefix}/man'
  49.  
  50. # Initialize some other variables.
  51. subdirs=
  52. MFLAGS= MAKEFLAGS=
  53. SHELL=${CONFIG_SHELL-/bin/sh}
  54. # Maximum number of lines to put in a shell here document.
  55. ac_max_here_lines=12
  56.  
  57. ac_prev=
  58. for ac_option
  59. do
  60.  
  61.   # If the previous option needs an argument, assign it.
  62.   if test -n "$ac_prev"; then
  63.     eval "$ac_prev=\$ac_option"
  64.     ac_prev=
  65.     continue
  66.   fi
  67.  
  68.   case "$ac_option" in
  69.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  70.   *) ac_optarg= ;;
  71.   esac
  72.  
  73.   # Accept the important Cygnus configure options, so we can diagnose typos.
  74.  
  75.   case "$ac_option" in
  76.  
  77.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  78.     ac_prev=bindir ;;
  79.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  80.     bindir="$ac_optarg" ;;
  81.  
  82.   -build | --build | --buil | --bui | --bu)
  83.     ac_prev=build ;;
  84.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  85.     build="$ac_optarg" ;;
  86.  
  87.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  88.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  89.     ac_prev=cache_file ;;
  90.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  91.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  92.     cache_file="$ac_optarg" ;;
  93.  
  94.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  95.     ac_prev=datadir ;;
  96.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  97.   | --da=*)
  98.     datadir="$ac_optarg" ;;
  99.  
  100.   -disable-* | --disable-*)
  101.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  102.     # Reject names that are not valid shell variable names.
  103.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  104.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  105.     fi
  106.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  107.     eval "enable_${ac_feature}=no" ;;
  108.  
  109.   -enable-* | --enable-*)
  110.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  111.     # Reject names that are not valid shell variable names.
  112.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  113.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  114.     fi
  115.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  116.     case "$ac_option" in
  117.       *=*) ;;
  118.       *) ac_optarg=yes ;;
  119.     esac
  120.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  121.  
  122.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  123.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  124.   | --exec | --exe | --ex)
  125.     ac_prev=exec_prefix ;;
  126.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  127.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  128.   | --exec=* | --exe=* | --ex=*)
  129.     exec_prefix="$ac_optarg" ;;
  130.  
  131.   -gas | --gas | --ga | --g)
  132.     # Obsolete; use --with-gas.
  133.     with_gas=yes ;;
  134.  
  135.   -help | --help | --hel | --he)
  136.     # Omit some internal or obsolete options to make the list less imposing.
  137.     # This message is too long to be a string in the A/UX 3.1 sh.
  138.     cat << EOF
  139. Usage: configure [options] [host]
  140. Options: [defaults in brackets after descriptions]
  141. Configuration:
  142.   --cache-file=FILE       cache test results in FILE
  143.   --help                  print this message
  144.   --no-create             do not create output files
  145.   --quiet, --silent       do not print \`checking...' messages
  146.   --version               print the version of autoconf that created configure
  147. Directory and file names:
  148.   --prefix=PREFIX         install architecture-independent files in PREFIX
  149.                           [$ac_default_prefix]
  150.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  151.                           [same as prefix]
  152.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  153.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  154.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  155.   --datadir=DIR           read-only architecture-independent data in DIR
  156.                           [PREFIX/share]
  157.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  158.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  159.                           [PREFIX/com]
  160.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  161.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  162.   --includedir=DIR        C header files in DIR [PREFIX/include]
  163.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  164.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  165.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  166.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  167.   --program-prefix=PREFIX prepend PREFIX to installed program names
  168.   --program-suffix=SUFFIX append SUFFIX to installed program names
  169.   --program-transform-name=PROGRAM
  170.                           run sed PROGRAM on installed program names
  171. EOF
  172.     cat << EOF
  173. Host type:
  174.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  175.   --host=HOST             configure for HOST [guessed]
  176.   --target=TARGET         configure for TARGET [TARGET=HOST]
  177. Features and packages:
  178.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  179.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  180.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  181.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  182.   --x-includes=DIR        X include files are in DIR
  183.   --x-libraries=DIR       X library files are in DIR
  184. EOF
  185.     if test -n "$ac_help"; then
  186.       echo "--enable and --with options recognized:$ac_help"
  187.     fi
  188.     exit 0 ;;
  189.  
  190.   -host | --host | --hos | --ho)
  191.     ac_prev=host ;;
  192.   -host=* | --host=* | --hos=* | --ho=*)
  193.     host="$ac_optarg" ;;
  194.  
  195.   -includedir | --includedir | --includedi | --included | --include \
  196.   | --includ | --inclu | --incl | --inc)
  197.     ac_prev=includedir ;;
  198.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  199.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  200.     includedir="$ac_optarg" ;;
  201.  
  202.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  203.     ac_prev=infodir ;;
  204.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  205.     infodir="$ac_optarg" ;;
  206.  
  207.   -libdir | --libdir | --libdi | --libd)
  208.     ac_prev=libdir ;;
  209.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  210.     libdir="$ac_optarg" ;;
  211.  
  212.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  213.   | --libexe | --libex | --libe)
  214.     ac_prev=libexecdir ;;
  215.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  216.   | --libexe=* | --libex=* | --libe=*)
  217.     libexecdir="$ac_optarg" ;;
  218.  
  219.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  220.   | --localstate | --localstat | --localsta | --localst \
  221.   | --locals | --local | --loca | --loc | --lo)
  222.     ac_prev=localstatedir ;;
  223.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  224.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  225.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  226.     localstatedir="$ac_optarg" ;;
  227.  
  228.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  229.     ac_prev=mandir ;;
  230.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  231.     mandir="$ac_optarg" ;;
  232.  
  233.   -nfp | --nfp | --nf)
  234.     # Obsolete; use --without-fp.
  235.     with_fp=no ;;
  236.  
  237.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  238.   | --no-cr | --no-c)
  239.     no_create=yes ;;
  240.  
  241.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  242.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  243.     no_recursion=yes ;;
  244.  
  245.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  246.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  247.   | --oldin | --oldi | --old | --ol | --o)
  248.     ac_prev=oldincludedir ;;
  249.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  250.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  251.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  252.     oldincludedir="$ac_optarg" ;;
  253.  
  254.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  255.     ac_prev=prefix ;;
  256.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  257.     prefix="$ac_optarg" ;;
  258.  
  259.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  260.   | --program-pre | --program-pr | --program-p)
  261.     ac_prev=program_prefix ;;
  262.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  263.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  264.     program_prefix="$ac_optarg" ;;
  265.  
  266.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  267.   | --program-suf | --program-su | --program-s)
  268.     ac_prev=program_suffix ;;
  269.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  270.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  271.     program_suffix="$ac_optarg" ;;
  272.  
  273.   -program-transform-name | --program-transform-name \
  274.   | --program-transform-nam | --program-transform-na \
  275.   | --program-transform-n | --program-transform- \
  276.   | --program-transform | --program-transfor \
  277.   | --program-transfo | --program-transf \
  278.   | --program-trans | --program-tran \
  279.   | --progr-tra | --program-tr | --program-t)
  280.     ac_prev=program_transform_name ;;
  281.   -program-transform-name=* | --program-transform-name=* \
  282.   | --program-transform-nam=* | --program-transform-na=* \
  283.   | --program-transform-n=* | --program-transform-=* \
  284.   | --program-transform=* | --program-transfor=* \
  285.   | --program-transfo=* | --program-transf=* \
  286.   | --program-trans=* | --program-tran=* \
  287.   | --progr-tra=* | --program-tr=* | --program-t=*)
  288.     program_transform_name="$ac_optarg" ;;
  289.  
  290.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  291.   | -silent | --silent | --silen | --sile | --sil)
  292.     silent=yes ;;
  293.  
  294.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  295.     ac_prev=sbindir ;;
  296.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  297.   | --sbi=* | --sb=*)
  298.     sbindir="$ac_optarg" ;;
  299.  
  300.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  301.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  302.   | --sharedst | --shareds | --shared | --share | --shar \
  303.   | --sha | --sh)
  304.     ac_prev=sharedstatedir ;;
  305.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  306.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  307.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  308.   | --sha=* | --sh=*)
  309.     sharedstatedir="$ac_optarg" ;;
  310.  
  311.   -site | --site | --sit)
  312.     ac_prev=site ;;
  313.   -site=* | --site=* | --sit=*)
  314.     site="$ac_optarg" ;;
  315.  
  316.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  317.     ac_prev=srcdir ;;
  318.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  319.     srcdir="$ac_optarg" ;;
  320.  
  321.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  322.   | --syscon | --sysco | --sysc | --sys | --sy)
  323.     ac_prev=sysconfdir ;;
  324.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  325.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  326.     sysconfdir="$ac_optarg" ;;
  327.  
  328.   -target | --target | --targe | --targ | --tar | --ta | --t)
  329.     ac_prev=target ;;
  330.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  331.     target="$ac_optarg" ;;
  332.  
  333.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  334.     verbose=yes ;;
  335.  
  336.   -version | --version | --versio | --versi | --vers)
  337.     echo "configure generated by autoconf version 2.13"
  338.     exit 0 ;;
  339.  
  340.   -with-* | --with-*)
  341.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  342.     # Reject names that are not valid shell variable names.
  343.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  344.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  345.     fi
  346.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  347.     case "$ac_option" in
  348.       *=*) ;;
  349.       *) ac_optarg=yes ;;
  350.     esac
  351.     eval "with_${ac_package}='$ac_optarg'" ;;
  352.  
  353.   -without-* | --without-*)
  354.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  355.     # Reject names that are not valid shell variable names.
  356.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  357.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  358.     fi
  359.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  360.     eval "with_${ac_package}=no" ;;
  361.  
  362.   --x)
  363.     # Obsolete; use --with-x.
  364.     with_x=yes ;;
  365.  
  366.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  367.   | --x-incl | --x-inc | --x-in | --x-i)
  368.     ac_prev=x_includes ;;
  369.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  370.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  371.     x_includes="$ac_optarg" ;;
  372.  
  373.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  374.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  375.     ac_prev=x_libraries ;;
  376.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  377.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  378.     x_libraries="$ac_optarg" ;;
  379.  
  380.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  381.     ;;
  382.  
  383.   *)
  384.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  385.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  386.     fi
  387.     if test "x$nonopt" != xNONE; then
  388.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  389.     fi
  390.     nonopt="$ac_option"
  391.     ;;
  392.  
  393.   esac
  394. done
  395.  
  396. if test -n "$ac_prev"; then
  397.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  398. fi
  399.  
  400. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  401.  
  402. # File descriptor usage:
  403. # 0 standard input
  404. # 1 file creation
  405. # 2 errors and warnings
  406. # 3 some systems may open it to /dev/tty
  407. # 4 used on the Kubota Titan
  408. # 6 checking for... messages and results
  409. # 5 compiler messages saved in config.log
  410. if test "$silent" = yes; then
  411.   exec 6>/dev/null
  412. else
  413.   exec 6>&1
  414. fi
  415. exec 5>./config.log
  416.  
  417. echo "\
  418. This file contains any messages produced by compilers while
  419. running configure, to aid debugging if configure makes a mistake.
  420. " 1>&5
  421.  
  422. # Strip out --no-create and --no-recursion so they do not pile up.
  423. # Also quote any args containing shell metacharacters.
  424. ac_configure_args=
  425. for ac_arg
  426. do
  427.   case "$ac_arg" in
  428.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  429.   | --no-cr | --no-c) ;;
  430.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  431.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  432.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  433.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  434.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  435.   esac
  436. done
  437.  
  438. # NLS nuisances.
  439. # Only set these to C if already set.  These must not be set unconditionally
  440. # because not all systems understand e.g. LANG=C (notably SCO).
  441. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  442. # Non-C LC_CTYPE values break the ctype check.
  443. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  444. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  445. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  446. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  447.  
  448. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  449. rm -rf conftest* confdefs.h
  450. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  451. echo > confdefs.h
  452.  
  453. # A filename unique to this package, relative to the directory that
  454. # configure is in, which we can look for to find out if srcdir is correct.
  455. ac_unique_file=Makefile.in
  456.  
  457. # Find the source files, if location was not specified.
  458. if test -z "$srcdir"; then
  459.   ac_srcdir_defaulted=yes
  460.   # Try the directory containing this script, then its parent.
  461.   ac_prog=$0
  462.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  463.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  464.   srcdir=$ac_confdir
  465.   if test ! -r $srcdir/$ac_unique_file; then
  466.     srcdir=..
  467.   fi
  468. else
  469.   ac_srcdir_defaulted=no
  470. fi
  471. if test ! -r $srcdir/$ac_unique_file; then
  472.   if test "$ac_srcdir_defaulted" = yes; then
  473.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  474.   else
  475.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  476.   fi
  477. fi
  478. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  479.  
  480. # Prefer explicitly selected file to automatically selected ones.
  481. if test -z "$CONFIG_SITE"; then
  482.   if test "x$prefix" != xNONE; then
  483.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  484.   else
  485.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  486.   fi
  487. fi
  488. for ac_site_file in $CONFIG_SITE; do
  489.   if test -r "$ac_site_file"; then
  490.     echo "loading site script $ac_site_file"
  491.     . "$ac_site_file"
  492.   fi
  493. done
  494.  
  495. if test -r "$cache_file"; then
  496.   echo "loading cache $cache_file"
  497.   . $cache_file
  498. else
  499.   echo "creating cache $cache_file"
  500.   > $cache_file
  501. fi
  502.  
  503. ac_ext=c
  504. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  505. ac_cpp='$CPP $CPPFLAGS'
  506. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  507. ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  508. cross_compiling=$ac_cv_prog_cc_cross
  509.  
  510. ac_exeext=
  511. ac_objext=o
  512. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  513.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  514.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  515.     ac_n= ac_c='
  516. ' ac_t='    '
  517.   else
  518.     ac_n=-n ac_c= ac_t=
  519.   fi
  520. else
  521.   ac_n= ac_c='\c' ac_t=
  522. fi
  523.  
  524. echo $ac_n "checking for path separator""... $ac_c" 1>&6
  525. echo "configure:526: checking for path separator" >&5
  526. # Filter path to get backslahes into forwardslashes
  527. case "`uname -s 2> /dev/null`" in
  528. OS/2)
  529.   : ${CC=gcc.exe}
  530.   : ${MAKE=make}
  531.   : ${CXX=gcc.exe}
  532.   : ${CPP="gcc.exe -E"}
  533.   : ${CFLAGS="-O2 -m486 -Zmt"}
  534.   : ${CXXFLAGS="-O2 -m486 -Zmt"}
  535.   : ${LDFLAGS="-s -Zmt -Zcrtdll -Zsysv-signals -Zbin-files"}
  536.   : ${CONFIG_SHELL=sh.exe}
  537.   : ${AR="ar.exe"}
  538.   : ${LD="ld.exe"}
  539.   : ${NM=nm.exe}
  540.   : ${RANLIB="ar.exe s"}
  541.   SHELL=${CONFIG_SHELL}
  542.   PATH=`echo -E "$PATH" | sed 's+\\\\+/+g'`
  543.   PATH_IFS=';'
  544.   ac_cv_emxos2=yes
  545.   ;;
  546. *)
  547.   PATH_IFS=':'
  548.   ;;
  549. esac
  550. echo "$ac_t""${PATH_IFS}" 1>&6
  551.  
  552. echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
  553. echo "configure:554: checking for Cygwin environment" >&5
  554. if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
  555.   echo $ac_n "(cached) $ac_c" 1>&6
  556. else
  557.   cat > conftest.$ac_ext <<EOF
  558. #line 559 "configure"
  559. #include "confdefs.h"
  560.  
  561. int main() {
  562.  
  563. #ifndef __CYGWIN__
  564. #define __CYGWIN__ __CYGWIN32__
  565. #endif
  566. return __CYGWIN__;
  567. ; return 0; }
  568. EOF
  569. if { (eval echo configure:570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  570.   rm -rf conftest*
  571.   ac_cv_cygwin=yes
  572. else
  573.   echo "configure: failed program was:" >&5
  574.   cat conftest.$ac_ext >&5
  575.   rm -rf conftest*
  576.   ac_cv_cygwin=no
  577. fi
  578. rm -f conftest*
  579. rm -f conftest*
  580. fi
  581.  
  582. echo "$ac_t""$ac_cv_cygwin" 1>&6
  583. CYGWIN=
  584. test "$ac_cv_cygwin" = yes && CYGWIN=yes
  585. echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
  586. echo "configure:587: checking for mingw32 environment" >&5
  587. if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
  588.   echo $ac_n "(cached) $ac_c" 1>&6
  589. else
  590.   cat > conftest.$ac_ext <<EOF
  591. #line 592 "configure"
  592. #include "confdefs.h"
  593.  
  594. int main() {
  595. return __MINGW32__;
  596. ; return 0; }
  597. EOF
  598. if { (eval echo configure:599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  599.   rm -rf conftest*
  600.   ac_cv_mingw32=yes
  601. else
  602.   echo "configure: failed program was:" >&5
  603.   cat conftest.$ac_ext >&5
  604.   rm -rf conftest*
  605.   ac_cv_mingw32=no
  606. fi
  607. rm -f conftest*
  608. rm -f conftest*
  609. fi
  610.  
  611. echo "$ac_t""$ac_cv_mingw32" 1>&6
  612. MINGW32=
  613. test "$ac_cv_mingw32" = yes && MINGW32=yes
  614. echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
  615. echo "configure:616: checking for EMX/OS2 environment" >&5
  616. if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
  617.   echo $ac_n "(cached) $ac_c" 1>&6
  618. else
  619.   : ${CC=gcc.exe}
  620. cat > conftest.$ac_ext <<EOF
  621. #line 622 "configure"
  622. #include "confdefs.h"
  623.  
  624. int main() {
  625. return __EMX__;
  626. ; return 0; }
  627. EOF
  628. if { (eval echo configure:629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  629.   rm -rf conftest*
  630.   ac_cv_emxos2=yes
  631. else
  632.   echo "configure: failed program was:" >&5
  633.   cat conftest.$ac_ext >&5
  634.   rm -rf conftest*
  635.   ac_cv_emxos2=no
  636. fi
  637. rm -f conftest*
  638. rm -f conftest*
  639. fi
  640.  
  641. echo "$ac_t""$ac_cv_emxos2" 1>&6
  642. if eval "test \"`echo '$''{'ac_cv_libpre'+set}'`\" = set"; then
  643.   echo $ac_n "(cached) $ac_c" 1>&6
  644. else
  645.   if test "$ac_cv_emxos2" = yes ; then
  646.   ac_cv_libpre=
  647. else
  648.   ac_cv_libpre=lib
  649. fi
  650.  
  651. fi
  652.  
  653. EMXOS2=
  654. test "$ac_cv_emxos2" = yes && EMXOS2=yes
  655.  
  656.  
  657.  
  658. echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  659. echo "configure:660: checking for executable suffix" >&5
  660. if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
  661.   echo $ac_n "(cached) $ac_c" 1>&6
  662. else
  663.   if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$EMXOS2" = yes; then
  664.   ac_cv_exeext=.exe
  665. else
  666.   rm -f conftest*
  667.   echo 'int main () { return 0; }' > conftest.$ac_ext
  668.   ac_cv_exeext=
  669.   if { (eval echo configure:670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  670.     for file in conftest.*; do
  671.       case $file in
  672.       *.c | *.o | *.obj) ;;
  673.       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
  674.       esac
  675.     done
  676.   else
  677.     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  678.   fi
  679.   rm -f conftest*
  680.   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
  681. fi
  682. fi
  683.  
  684. EXEEXT=""
  685. test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
  686. echo "$ac_t""${ac_cv_exeext}" 1>&6
  687. ac_exeext=$EXEEXT
  688.  
  689.  
  690.  
  691.  
  692.  
  693. ESD_LINK=
  694. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  695. echo "configure:696: checking how to run the C preprocessor" >&5
  696. # On Suns, sometimes $CPP names a directory.
  697. if test -n "$CPP" && test -d "$CPP"; then
  698.   CPP=
  699. fi
  700. if test -z "$CPP"; then
  701. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  702.   echo $ac_n "(cached) $ac_c" 1>&6
  703. else
  704.     # This must be in double quotes, not single quotes, because CPP may get
  705.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  706.   CPP="${CC-cc} -E"
  707.   # On the NeXT, cc -E runs the code through the compiler's parser,
  708.   # not just through cpp.
  709.   cat > conftest.$ac_ext <<EOF
  710. #include <sys/types.h>
  711. #line 712 "configure"
  712. #include "confdefs.h"
  713. #include <assert.h>
  714. Syntax Error
  715. EOF
  716. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  717. { (eval echo configure:718: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  718. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  719. if test -z "$ac_err"; then
  720.   :
  721. else
  722.   echo "$ac_err" >&5
  723.   echo "configure: failed program was:" >&5
  724.   cat conftest.$ac_ext >&5
  725.   rm -rf conftest*
  726.   CPP="${CC-cc} -E -traditional-cpp"
  727.   cat > conftest.$ac_ext <<EOF
  728. #include <sys/types.h>
  729. #line 730 "configure"
  730. #include "confdefs.h"
  731. #include <assert.h>
  732. Syntax Error
  733. EOF
  734. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  735. { (eval echo configure:736: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  736. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  737. if test -z "$ac_err"; then
  738.   :
  739. else
  740.   echo "$ac_err" >&5
  741.   echo "configure: failed program was:" >&5
  742.   cat conftest.$ac_ext >&5
  743.   rm -rf conftest*
  744.   CPP="${CC-cc} -nologo -E"
  745.   cat > conftest.$ac_ext <<EOF
  746. #include <sys/types.h>
  747. #line 748 "configure"
  748. #include "confdefs.h"
  749. #include <assert.h>
  750. Syntax Error
  751. EOF
  752. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  753. { (eval echo configure:754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  754. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  755. if test -z "$ac_err"; then
  756.   :
  757. else
  758.   echo "$ac_err" >&5
  759.   echo "configure: failed program was:" >&5
  760.   cat conftest.$ac_ext >&5
  761.   rm -rf conftest*
  762.   CPP=/lib/cpp
  763. fi
  764. rm -f conftest*
  765. fi
  766. rm -f conftest*
  767. fi
  768. rm -f conftest*
  769.   ac_cv_prog_CPP="$CPP"
  770. fi
  771.   CPP="$ac_cv_prog_CPP"
  772. else
  773.   ac_cv_prog_CPP="$CPP"
  774. fi
  775. echo "$ac_t""$CPP" 1>&6
  776.  
  777. ac_safe=`echo "esd.h" | sed 'y%./+-%__p_%'`
  778. echo $ac_n "checking for esd.h""... $ac_c" 1>&6
  779. echo "configure:780: checking for esd.h" >&5
  780. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  781.   echo $ac_n "(cached) $ac_c" 1>&6
  782. else
  783.   cat > conftest.$ac_ext <<EOF
  784. #include <sys/types.h>
  785. #line 786 "configure"
  786. #include "confdefs.h"
  787. #include <esd.h>
  788. EOF
  789. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  790. { (eval echo configure:791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  791. ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  792. if test -z "$ac_err"; then
  793.   rm -rf conftest*
  794.   eval "ac_cv_header_$ac_safe=yes"
  795. else
  796.   echo "$ac_err" >&5
  797.   echo "configure: failed program was:" >&5
  798.   cat conftest.$ac_ext >&5
  799.   rm -rf conftest*
  800.   eval "ac_cv_header_$ac_safe=no"
  801. fi
  802. rm -f conftest*
  803. fi
  804. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  805.   echo "$ac_t""yes" 1>&6
  806.   
  807.   echo $ac_n "checking for esd_close in -lesd""... $ac_c" 1>&6
  808. echo "configure:809: checking for esd_close in -lesd" >&5
  809. ac_lib_var=`echo esd'_'esd_close | sed 'y%./+-%__p_%'`
  810. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  811.   echo $ac_n "(cached) $ac_c" 1>&6
  812. else
  813.   ac_save_LIBS="$LIBS"
  814. LIBS="-lesd  $LIBS"
  815. cat > conftest.$ac_ext <<EOF
  816. #line 817 "configure"
  817. #include "confdefs.h"
  818. /* Override any gcc2 internal prototype to avoid an error.  */
  819. /* We use char because int might match the return type of a gcc2
  820.     builtin and then its argument prototype would still apply.  */
  821. char esd_close();
  822.  
  823. int main() {
  824. esd_close()
  825. ; return 0; }
  826. EOF
  827. if { (eval echo configure:828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  828.   rm -rf conftest*
  829.   eval "ac_cv_lib_$ac_lib_var=yes"
  830. else
  831.   echo "configure: failed program was:" >&5
  832.   cat conftest.$ac_ext >&5
  833.   rm -rf conftest*
  834.   eval "ac_cv_lib_$ac_lib_var=no"
  835. fi
  836. rm -f conftest*
  837. LIBS="$ac_save_LIBS"
  838.  
  839. fi
  840. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  841.   echo "$ac_t""yes" 1>&6
  842.   
  843.     ESD_LINK="-lesd"
  844.   
  845. else
  846.   echo "$ac_t""no" 1>&6
  847. fi
  848.  
  849.  
  850. else
  851.   echo "$ac_t""no" 1>&6
  852. fi
  853.  
  854.  
  855. if test "$ESD_LINK" != "" ; then
  856.   echo "ESound detected"
  857. fi
  858.  
  859.  
  860. PATH_IFS=$wx_cv_path_ifs
  861. WX_TARGET_LIBRARY=$wx_cv_target_library
  862. WX_TARGET_LIBRARY_TYPE=$wx_cv_target_libtype
  863. WX_LIBRARY_BASENAME=$wx_cv_library_basename
  864. WX_RELEASE=$wx_cv_release
  865. WX_CURRENT=$wx_cv_current
  866. WX_REVISION=$wx_cv_revision
  867. WX_AGE=$wx_cv_age
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881. trap '' 1 2 15
  882. cat > confcache <<\EOF
  883. # This file is a shell script that caches the results of configure
  884. # tests run on this system so they can be shared between configure
  885. # scripts and configure runs.  It is not useful on other systems.
  886. # If it contains results you don't want to keep, you may remove or edit it.
  887. #
  888. # By default, configure uses ./config.cache as the cache file,
  889. # creating it if it does not exist already.  You can give configure
  890. # the --cache-file=FILE option to use a different cache file; that is
  891. # what configure does when it calls configure scripts in
  892. # subdirectories, so they share the cache.
  893. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  894. # config.status only pays attention to the cache file if you give it the
  895. # --recheck option to rerun configure.
  896. #
  897. EOF
  898. # The following way of writing the cache mishandles newlines in values,
  899. # but we know of no workaround that is simple, portable, and efficient.
  900. # So, don't put newlines in cache variables' values.
  901. # Ultrix sh set writes to stderr and can't be redirected directly,
  902. # and sets the high bit in the cache file unless we assign to the vars.
  903. (set) 2>&1 |
  904.   case `(ac_space=' '; set | grep ac_space) 2>&1` in
  905.   *ac_space=\ *)
  906.     # `set' does not quote correctly, so add quotes (double-quote substitution
  907.     # turns \\\\ into \\, and sed turns \\ into \).
  908.     sed -n \
  909.       -e "s/'/'\\\\''/g" \
  910.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  911.     ;;
  912.   *)
  913.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  914.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  915.     ;;
  916.   esac >> confcache
  917. if cmp -s $cache_file confcache; then
  918.   :
  919. else
  920.   if test -w $cache_file; then
  921.     echo "updating cache $cache_file"
  922.     cat confcache > $cache_file
  923.   else
  924.     echo "not updating unwritable cache $cache_file"
  925.   fi
  926. fi
  927. rm -f confcache
  928.  
  929. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  930.  
  931. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  932. # Let make expand exec_prefix.
  933. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  934.  
  935. # Any assignment to VPATH causes Sun make to only execute
  936. # the first set of double-colon rules, so remove it if not needed.
  937. # If there is a colon in the path, we need to keep it.
  938. if test "x$srcdir" = x.; then
  939.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  940. fi
  941.  
  942. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  943.  
  944. # Transform confdefs.h into DEFS.
  945. # Protect against shell expansion while executing Makefile rules.
  946. # Protect against Makefile macro expansion.
  947. cat > conftest.defs <<\EOF
  948. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  949. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  950. s%\[%\\&%g
  951. s%\]%\\&%g
  952. s%\$%$$%g
  953. EOF
  954. DEFS=`sed -f conftest.defs confdefs.h | tr '\012\015' '  '`
  955. rm -f conftest.defs
  956.  
  957.  
  958. # Without the "./", some shells look in PATH for config.status.
  959. : ${CONFIG_STATUS=./config.status}
  960.  
  961. echo creating $CONFIG_STATUS
  962. rm -f $CONFIG_STATUS
  963. cat > $CONFIG_STATUS <<EOF
  964. #! /bin/sh
  965. # Generated automatically by configure.
  966. # Run this file to recreate the current configuration.
  967. # This directory was configured as follows,
  968. EOF
  969. echo ': ${CONFIG_SHELL='"${CONFIG_SHELL-/bin/sh}"'}' >> $CONFIG_STATUS
  970. cat >> $CONFIG_STATUS <<EOF
  971. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  972. #
  973. # $0 $ac_configure_args
  974. #
  975. # Compiler output produced by configure, useful for debugging
  976. # configure, is in ./config.log if it exists.
  977.  
  978. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  979. for ac_option
  980. do
  981.   case "\$ac_option" in
  982.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  983.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  984.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  985.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  986.     echo "$CONFIG_STATUS generated by autoconf version 2.13"
  987.     exit 0 ;;
  988.   -help | --help | --hel | --he | --h)
  989.     echo "\$ac_cs_usage"; exit 0 ;;
  990.   *) echo "\$ac_cs_usage"; exit 1 ;;
  991.   esac
  992. done
  993.  
  994. ac_given_srcdir=$srcdir
  995.  
  996. trap 'rm -fr `echo "
  997.             src/Makefile
  998.             src/ogl/Makefile
  999.             src/mmedia/Makefile
  1000.             src/stc/Makefile
  1001.             src/svg/Makefile        
  1002.             src/xrc/Makefile
  1003.             src/canvas/Makefile
  1004.             src/gizmos/Makefile
  1005.             src/plot/Makefile
  1006.             src/applet/Makefile
  1007.             src/fl/Makefile
  1008.             src/net/Makefile
  1009.             samples/Makefile
  1010.             samples/mmedia/Makefile
  1011.             samples/ogl/Makefile
  1012.             samples/ogl/ogledit/Makefile
  1013.             samples/ogl/studio/Makefile
  1014.             samples/stc/Makefile
  1015.             samples/svg/Makefile
  1016.             samples/canvas/Makefile
  1017.             samples/canvas/test/Makefile
  1018.             samples/canvas/simple/Makefile
  1019.             samples/gizmos/Makefile
  1020.             samples/gizmos/editlbox/Makefile
  1021.             samples/gizmos/dynsash/Makefile
  1022.             samples/gizmos/dynsash_switch/Makefile
  1023.             samples/gizmos/multicell/Makefile
  1024.             samples/gizmos/splittree/Makefile
  1025.             samples/gizmos/led/Makefile
  1026.             samples/xrc/Makefile
  1027.             samples/plot/Makefile
  1028.             samples/applet/Makefile
  1029.             samples/fl/Makefile
  1030.             samples/fl/fl_demo1/Makefile
  1031.             samples/fl/fl_demo2/Makefile
  1032.             samples/fl/fl_sample1/Makefile
  1033.             samples/fl/fl_sample2/Makefile
  1034.             samples/fl/fl_sample3/Makefile
  1035.             utils/Makefile
  1036.             utils/wxrc/Makefile
  1037.             utils/wxrcedit/Makefile
  1038.             utils/convertrc/Makefile
  1039.          " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1040. EOF
  1041. cat >> $CONFIG_STATUS <<EOF
  1042.  
  1043. # Protect against being on the right side of a sed subst in config.status.
  1044. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1045.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1046. $ac_vpsub
  1047. $extrasub
  1048. s,/bin/sh,${CONFIG_SHELL-/bin/sh},g
  1049. s%@SHELL@%$SHELL%g
  1050. s%@CFLAGS@%$CFLAGS%g
  1051. s%@CPPFLAGS@%$CPPFLAGS%g
  1052. s%@CXXFLAGS@%$CXXFLAGS%g
  1053. s%@FFLAGS@%$FFLAGS%g
  1054. s%@DEFS@%$DEFS%g
  1055. s%@LDFLAGS@%$LDFLAGS%g
  1056. s%@LIBS@%$LIBS%g
  1057. s%@exec_prefix@%$exec_prefix%g
  1058. s%@prefix@%$prefix%g
  1059. s%@program_transform_name@%$program_transform_name%g
  1060. s%@bindir@%$bindir%g
  1061. s%@sbindir@%$sbindir%g
  1062. s%@libexecdir@%$libexecdir%g
  1063. s%@datadir@%$datadir%g
  1064. s%@sysconfdir@%$sysconfdir%g
  1065. s%@sharedstatedir@%$sharedstatedir%g
  1066. s%@localstatedir@%$localstatedir%g
  1067. s%@libdir@%$libdir%g
  1068. s%@includedir@%$includedir%g
  1069. s%@oldincludedir@%$oldincludedir%g
  1070. s%@infodir@%$infodir%g
  1071. s%@mandir@%$mandir%g
  1072. s%@PATH_IFS@%$PATH_IFS%g
  1073. s%@EXEEXT@%$EXEEXT%g
  1074. s%@CPP@%$CPP%g
  1075. s%@ESD_LINK@%$ESD_LINK%g
  1076. s%@WX_TARGET_LIBRARY@%$WX_TARGET_LIBRARY%g
  1077. s%@WX_TARGET_LIBRARY_TYPE@%$WX_TARGET_LIBRARY_TYPE%g
  1078. s%@WX_LIBRARY_BASENAME@%$WX_LIBRARY_BASENAME%g
  1079. s%@WX_RELEASE@%$WX_RELEASE%g
  1080. s%@WX_CURRENT@%$WX_CURRENT%g
  1081. s%@WX_REVISION@%$WX_REVISION%g
  1082. s%@WX_AGE@%$WX_AGE%g
  1083.  
  1084. CEOF
  1085. EOF
  1086.  
  1087. cat >> $CONFIG_STATUS <<\EOF
  1088.  
  1089. # Split the substitutions into bite-sized pieces for seds with
  1090. # small command number limits, like on Digital OSF/1 and HP-UX.
  1091. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1092. ac_file=1 # Number of current file.
  1093. ac_beg=1 # First line for current file.
  1094. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1095. ac_more_lines=:
  1096. ac_sed_cmds=""
  1097. while $ac_more_lines; do
  1098.   if test $ac_beg -gt 1; then
  1099.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1100.   else
  1101.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1102.   fi
  1103.   if test ! -s conftest.s$ac_file; then
  1104.     ac_more_lines=false
  1105.     rm -f conftest.s$ac_file
  1106.   else
  1107.     if test -z "$ac_sed_cmds"; then
  1108.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1109.     else
  1110.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1111.     fi
  1112.     ac_file=`expr $ac_file + 1`
  1113.     ac_beg=$ac_end
  1114.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1115.   fi
  1116. done
  1117. if test -z "$ac_sed_cmds"; then
  1118.   ac_sed_cmds=cat
  1119. fi
  1120. EOF
  1121.  
  1122. cat >> $CONFIG_STATUS <<EOF
  1123.  
  1124. CONFIG_FILES=\${CONFIG_FILES-"src/Makefile
  1125.             src/ogl/Makefile
  1126.             src/mmedia/Makefile
  1127.             src/stc/Makefile
  1128.             src/svg/Makefile        
  1129.             src/xrc/Makefile
  1130.             src/canvas/Makefile
  1131.             src/gizmos/Makefile
  1132.             src/plot/Makefile
  1133.             src/applet/Makefile
  1134.             src/fl/Makefile
  1135.             src/net/Makefile
  1136.             samples/Makefile
  1137.             samples/mmedia/Makefile
  1138.             samples/ogl/Makefile
  1139.             samples/ogl/ogledit/Makefile
  1140.             samples/ogl/studio/Makefile
  1141.             samples/stc/Makefile
  1142.             samples/svg/Makefile
  1143.             samples/canvas/Makefile
  1144.             samples/canvas/test/Makefile
  1145.             samples/canvas/simple/Makefile
  1146.             samples/gizmos/Makefile
  1147.             samples/gizmos/editlbox/Makefile
  1148.             samples/gizmos/dynsash/Makefile
  1149.             samples/gizmos/dynsash_switch/Makefile
  1150.             samples/gizmos/multicell/Makefile
  1151.             samples/gizmos/splittree/Makefile
  1152.             samples/gizmos/led/Makefile
  1153.             samples/xrc/Makefile
  1154.             samples/plot/Makefile
  1155.             samples/applet/Makefile
  1156.             samples/fl/Makefile
  1157.             samples/fl/fl_demo1/Makefile
  1158.             samples/fl/fl_demo2/Makefile
  1159.             samples/fl/fl_sample1/Makefile
  1160.             samples/fl/fl_sample2/Makefile
  1161.             samples/fl/fl_sample3/Makefile
  1162.             utils/Makefile
  1163.             utils/wxrc/Makefile
  1164.             utils/wxrcedit/Makefile
  1165.             utils/convertrc/Makefile
  1166.          "}
  1167. EOF
  1168. cat >> $CONFIG_STATUS <<\EOF
  1169. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1170.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1171.   case "$ac_file" in
  1172.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1173.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1174.   *) ac_file_in="${ac_file}.in" ;;
  1175.   esac
  1176.  
  1177.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1178.  
  1179.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1180.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1181.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1182.     # The file is in a subdirectory.
  1183.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1184.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1185.     # A "../" for each directory in $ac_dir_suffix.
  1186.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1187.   else
  1188.     ac_dir_suffix= ac_dots=
  1189.   fi
  1190.  
  1191.   case "$ac_given_srcdir" in
  1192.   .)  srcdir=.
  1193.       if test -z "$ac_dots"; then top_srcdir=.
  1194.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1195.   /* | [A-Za-z]:*)
  1196.     srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1197.   *) # Relative path.
  1198.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1199.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1200.   esac
  1201.  
  1202.  
  1203.   echo creating "$ac_file"
  1204.   rm -f "$ac_file"
  1205.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1206.   case "$ac_file" in
  1207.   *Makefile*) ac_comsub="1i\\
  1208. # $configure_input" ;;
  1209.   *) ac_comsub= ;;
  1210.   esac
  1211.  
  1212.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1213.   sed -e "$ac_comsub
  1214. s%@configure_input@%$configure_input%g
  1215. s%@srcdir@%$srcdir%g
  1216. s%@top_srcdir@%$top_srcdir%g
  1217. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1218. fi; done
  1219. rm -f conftest.s*
  1220.  
  1221. EOF
  1222. cat >> $CONFIG_STATUS <<EOF
  1223.  
  1224. EOF
  1225. cat >> $CONFIG_STATUS <<\EOF
  1226.  
  1227. exit 0
  1228. EOF
  1229. chmod +x $CONFIG_STATUS
  1230. rm -fr confdefs* $ac_clean_files
  1231. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1232.  
  1233.