configure
上传用户:yuppie_zhu
上传日期:2007-01-08
资源大小:535k
文件大小:55k
源码类别:

编译器/解释器

开发平台:

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. # Initialize some variables set by options.
  13. # The variables have the same names as the options, with
  14. # dashes changed to underlines.
  15. build=NONE
  16. cache_file=./config.cache
  17. exec_prefix=NONE
  18. host=NONE
  19. no_create=
  20. nonopt=NONE
  21. no_recursion=
  22. prefix=NONE
  23. program_prefix=NONE
  24. program_suffix=NONE
  25. program_transform_name=s,x,x,
  26. silent=
  27. site=
  28. srcdir=
  29. target=NONE
  30. verbose=
  31. x_includes=NONE
  32. x_libraries=NONE
  33. bindir='${exec_prefix}/bin'
  34. sbindir='${exec_prefix}/sbin'
  35. libexecdir='${exec_prefix}/libexec'
  36. datadir='${prefix}/share'
  37. sysconfdir='${prefix}/etc'
  38. sharedstatedir='${prefix}/com'
  39. localstatedir='${prefix}/var'
  40. libdir='${exec_prefix}/lib'
  41. includedir='${prefix}/include'
  42. oldincludedir='/usr/include'
  43. infodir='${prefix}/info'
  44. mandir='${prefix}/man'
  45. # Initialize some other variables.
  46. subdirs=
  47. MFLAGS= MAKEFLAGS=
  48. # Maximum number of lines to put in a shell here document.
  49. ac_max_here_lines=12
  50. ac_prev=
  51. for ac_option
  52. do
  53.   # If the previous option needs an argument, assign it.
  54.   if test -n "$ac_prev"; then
  55.     eval "$ac_prev=$ac_option"
  56.     ac_prev=
  57.     continue
  58.   fi
  59.   case "$ac_option" in
  60.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  61.   *) ac_optarg= ;;
  62.   esac
  63.   # Accept the important Cygnus configure options, so we can diagnose typos.
  64.   case "$ac_option" in
  65.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  66.     ac_prev=bindir ;;
  67.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  68.     bindir="$ac_optarg" ;;
  69.   -build | --build | --buil | --bui | --bu)
  70.     ac_prev=build ;;
  71.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  72.     build="$ac_optarg" ;;
  73.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  74.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  75.     ac_prev=cache_file ;;
  76.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  77.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  78.     cache_file="$ac_optarg" ;;
  79.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  80.     ac_prev=datadir ;;
  81.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  82.   | --da=*)
  83.     datadir="$ac_optarg" ;;
  84.   -disable-* | --disable-*)
  85.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  86.     # Reject names that are not valid shell variable names.
  87.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  88.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  89.     fi
  90.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  91.     eval "enable_${ac_feature}=no" ;;
  92.   -enable-* | --enable-*)
  93.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  94.     # Reject names that are not valid shell variable names.
  95.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  96.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  97.     fi
  98.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  99.     case "$ac_option" in
  100.       *=*) ;;
  101.       *) ac_optarg=yes ;;
  102.     esac
  103.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  104.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  105.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  106.   | --exec | --exe | --ex)
  107.     ac_prev=exec_prefix ;;
  108.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  109.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  110.   | --exec=* | --exe=* | --ex=*)
  111.     exec_prefix="$ac_optarg" ;;
  112.   -gas | --gas | --ga | --g)
  113.     # Obsolete; use --with-gas.
  114.     with_gas=yes ;;
  115.   -help | --help | --hel | --he)
  116.     # Omit some internal or obsolete options to make the list less imposing.
  117.     # This message is too long to be a string in the A/UX 3.1 sh.
  118.     cat << EOF
  119. Usage: configure [options] [host]
  120. Options: [defaults in brackets after descriptions]
  121. Configuration:
  122.   --cache-file=FILE       cache test results in FILE
  123.   --help                  print this message
  124.   --no-create             do not create output files
  125.   --quiet, --silent       do not print `checking...' messages
  126.   --version               print the version of autoconf that created configure
  127. Directory and file names:
  128.   --prefix=PREFIX         install architecture-independent files in PREFIX
  129.                           [$ac_default_prefix]
  130.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  131.                           [same as prefix]
  132.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  133.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  134.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  135.   --datadir=DIR           read-only architecture-independent data in DIR
  136.                           [PREFIX/share]
  137.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  138.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  139.                           [PREFIX/com]
  140.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  141.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  142.   --includedir=DIR        C header files in DIR [PREFIX/include]
  143.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  144.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  145.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  146.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  147.   --program-prefix=PREFIX prepend PREFIX to installed program names
  148.   --program-suffix=SUFFIX append SUFFIX to installed program names
  149.   --program-transform-name=PROGRAM
  150.                           run sed PROGRAM on installed program names
  151. EOF
  152.     cat << EOF
  153. Host type:
  154.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  155.   --host=HOST             configure for HOST [guessed]
  156.   --target=TARGET         configure for TARGET [TARGET=HOST]
  157. Features and packages:
  158.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  159.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  160.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  161.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  162.   --x-includes=DIR        X include files are in DIR
  163.   --x-libraries=DIR       X library files are in DIR
  164. EOF
  165.     if test -n "$ac_help"; then
  166.       echo "--enable and --with options recognized:$ac_help"
  167.     fi
  168.     exit 0 ;;
  169.   -host | --host | --hos | --ho)
  170.     ac_prev=host ;;
  171.   -host=* | --host=* | --hos=* | --ho=*)
  172.     host="$ac_optarg" ;;
  173.   -includedir | --includedir | --includedi | --included | --include 
  174.   | --includ | --inclu | --incl | --inc)
  175.     ac_prev=includedir ;;
  176.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  177.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  178.     includedir="$ac_optarg" ;;
  179.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  180.     ac_prev=infodir ;;
  181.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  182.     infodir="$ac_optarg" ;;
  183.   -libdir | --libdir | --libdi | --libd)
  184.     ac_prev=libdir ;;
  185.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  186.     libdir="$ac_optarg" ;;
  187.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  188.   | --libexe | --libex | --libe)
  189.     ac_prev=libexecdir ;;
  190.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  191.   | --libexe=* | --libex=* | --libe=*)
  192.     libexecdir="$ac_optarg" ;;
  193.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  194.   | --localstate | --localstat | --localsta | --localst 
  195.   | --locals | --local | --loca | --loc | --lo)
  196.     ac_prev=localstatedir ;;
  197.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  198.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  199.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  200.     localstatedir="$ac_optarg" ;;
  201.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  202.     ac_prev=mandir ;;
  203.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  204.     mandir="$ac_optarg" ;;
  205.   -nfp | --nfp | --nf)
  206.     # Obsolete; use --without-fp.
  207.     with_fp=no ;;
  208.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  209.   | --no-cr | --no-c)
  210.     no_create=yes ;;
  211.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  212.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  213.     no_recursion=yes ;;
  214.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  215.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  216.   | --oldin | --oldi | --old | --ol | --o)
  217.     ac_prev=oldincludedir ;;
  218.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  219.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  220.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  221.     oldincludedir="$ac_optarg" ;;
  222.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  223.     ac_prev=prefix ;;
  224.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  225.     prefix="$ac_optarg" ;;
  226.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  227.   | --program-pre | --program-pr | --program-p)
  228.     ac_prev=program_prefix ;;
  229.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  230.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  231.     program_prefix="$ac_optarg" ;;
  232.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  233.   | --program-suf | --program-su | --program-s)
  234.     ac_prev=program_suffix ;;
  235.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  236.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  237.     program_suffix="$ac_optarg" ;;
  238.   -program-transform-name | --program-transform-name 
  239.   | --program-transform-nam | --program-transform-na 
  240.   | --program-transform-n | --program-transform- 
  241.   | --program-transform | --program-transfor 
  242.   | --program-transfo | --program-transf 
  243.   | --program-trans | --program-tran 
  244.   | --progr-tra | --program-tr | --program-t)
  245.     ac_prev=program_transform_name ;;
  246.   -program-transform-name=* | --program-transform-name=* 
  247.   | --program-transform-nam=* | --program-transform-na=* 
  248.   | --program-transform-n=* | --program-transform-=* 
  249.   | --program-transform=* | --program-transfor=* 
  250.   | --program-transfo=* | --program-transf=* 
  251.   | --program-trans=* | --program-tran=* 
  252.   | --progr-tra=* | --program-tr=* | --program-t=*)
  253.     program_transform_name="$ac_optarg" ;;
  254.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  255.   | -silent | --silent | --silen | --sile | --sil)
  256.     silent=yes ;;
  257.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  258.     ac_prev=sbindir ;;
  259.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  260.   | --sbi=* | --sb=*)
  261.     sbindir="$ac_optarg" ;;
  262.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  263.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  264.   | --sharedst | --shareds | --shared | --share | --shar 
  265.   | --sha | --sh)
  266.     ac_prev=sharedstatedir ;;
  267.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  268.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  269.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  270.   | --sha=* | --sh=*)
  271.     sharedstatedir="$ac_optarg" ;;
  272.   -site | --site | --sit)
  273.     ac_prev=site ;;
  274.   -site=* | --site=* | --sit=*)
  275.     site="$ac_optarg" ;;
  276.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  277.     ac_prev=srcdir ;;
  278.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  279.     srcdir="$ac_optarg" ;;
  280.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  281.   | --syscon | --sysco | --sysc | --sys | --sy)
  282.     ac_prev=sysconfdir ;;
  283.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  284.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  285.     sysconfdir="$ac_optarg" ;;
  286.   -target | --target | --targe | --targ | --tar | --ta | --t)
  287.     ac_prev=target ;;
  288.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  289.     target="$ac_optarg" ;;
  290.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  291.     verbose=yes ;;
  292.   -version | --version | --versio | --versi | --vers)
  293.     echo "configure generated by autoconf version 2.12"
  294.     exit 0 ;;
  295.   -with-* | --with-*)
  296.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  297.     # Reject names that are not valid shell variable names.
  298.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  299.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  300.     fi
  301.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  302.     case "$ac_option" in
  303.       *=*) ;;
  304.       *) ac_optarg=yes ;;
  305.     esac
  306.     eval "with_${ac_package}='$ac_optarg'" ;;
  307.   -without-* | --without-*)
  308.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  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.     eval "with_${ac_package}=no" ;;
  315.   --x)
  316.     # Obsolete; use --with-x.
  317.     with_x=yes ;;
  318.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  319.   | --x-incl | --x-inc | --x-in | --x-i)
  320.     ac_prev=x_includes ;;
  321.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  322.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  323.     x_includes="$ac_optarg" ;;
  324.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  325.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  326.     ac_prev=x_libraries ;;
  327.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  328.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  329.     x_libraries="$ac_optarg" ;;
  330.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  331.     ;;
  332.   *)
  333.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  334.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  335.     fi
  336.     if test "x$nonopt" != xNONE; then
  337.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  338.     fi
  339.     nonopt="$ac_option"
  340.     ;;
  341.   esac
  342. done
  343. if test -n "$ac_prev"; then
  344.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  345. fi
  346. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  347. # File descriptor usage:
  348. # 0 standard input
  349. # 1 file creation
  350. # 2 errors and warnings
  351. # 3 some systems may open it to /dev/tty
  352. # 4 used on the Kubota Titan
  353. # 6 checking for... messages and results
  354. # 5 compiler messages saved in config.log
  355. if test "$silent" = yes; then
  356.   exec 6>/dev/null
  357. else
  358.   exec 6>&1
  359. fi
  360. exec 5>./config.log
  361. echo "
  362. This file contains any messages produced by compilers while
  363. running configure, to aid debugging if configure makes a mistake.
  364. " 1>&5
  365. # Strip out --no-create and --no-recursion so they do not pile up.
  366. # Also quote any args containing shell metacharacters.
  367. ac_configure_args=
  368. for ac_arg
  369. do
  370.   case "$ac_arg" in
  371.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  372.   | --no-cr | --no-c) ;;
  373.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  374.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  375.   *" "*|*" "*|*[[]~#$^&*(){}\|;<>?]*)
  376.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  377.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  378.   esac
  379. done
  380. # NLS nuisances.
  381. # Only set these to C if already set.  These must not be set unconditionally
  382. # because not all systems understand e.g. LANG=C (notably SCO).
  383. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  384. # Non-C LC_CTYPE values break the ctype check.
  385. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  386. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  387. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  388. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  389. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  390. rm -rf conftest* confdefs.h
  391. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  392. echo > confdefs.h
  393. # A filename unique to this package, relative to the directory that
  394. # configure is in, which we can look for to find out if srcdir is correct.
  395. ac_unique_file=nasm.c
  396. # Find the source files, if location was not specified.
  397. if test -z "$srcdir"; then
  398.   ac_srcdir_defaulted=yes
  399.   # Try the directory containing this script, then its parent.
  400.   ac_prog=$0
  401.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  402.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  403.   srcdir=$ac_confdir
  404.   if test ! -r $srcdir/$ac_unique_file; then
  405.     srcdir=..
  406.   fi
  407. else
  408.   ac_srcdir_defaulted=no
  409. fi
  410. if test ! -r $srcdir/$ac_unique_file; then
  411.   if test "$ac_srcdir_defaulted" = yes; then
  412.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  413.   else
  414.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  415.   fi
  416. fi
  417. srcdir=`echo "${srcdir}" | sed 's%([^/])/*$%1%'`
  418. # Prefer explicitly selected file to automatically selected ones.
  419. if test -z "$CONFIG_SITE"; then
  420.   if test "x$prefix" != xNONE; then
  421.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  422.   else
  423.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  424.   fi
  425. fi
  426. for ac_site_file in $CONFIG_SITE; do
  427.   if test -r "$ac_site_file"; then
  428.     echo "loading site script $ac_site_file"
  429.     . "$ac_site_file"
  430.   fi
  431. done
  432. if test -r "$cache_file"; then
  433.   echo "loading cache $cache_file"
  434.   . $cache_file
  435. else
  436.   echo "creating cache $cache_file"
  437.   > $cache_file
  438. fi
  439. ac_ext=c
  440. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  441. ac_cpp='$CPP $CPPFLAGS'
  442. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  443. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  444. cross_compiling=$ac_cv_prog_cc_cross
  445. if (echo "testingc"; echo 1,2,3) | grep c >/dev/null; then
  446.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  447.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  448.     ac_n= ac_c='
  449. ' ac_t=' '
  450.   else
  451.     ac_n=-n ac_c= ac_t=
  452.   fi
  453. else
  454.   ac_n= ac_c='c' ac_t=
  455. fi
  456. if test "x$prefix" = xNONE; then
  457. echo $ac_n "checking for prefix by $ac_c" 1>&6
  458. # Extract the first word of "nasm", so it can be a program name with args.
  459. set dummy nasm; ac_word=$2
  460. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  461. echo "configure:530: checking for $ac_word" >&5
  462. if eval "test "`echo '$''{'ac_cv_path_NASM'+set}'`" = set"; then
  463.   echo $ac_n "(cached) $ac_c" 1>&6
  464. else
  465.   case "$NASM" in
  466.   /*)
  467.   ac_cv_path_NASM="$NASM" # Let the user override the test with a path.
  468.   ;;
  469.   *)
  470.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  471.   for ac_dir in $PATH; do
  472.     test -z "$ac_dir" && ac_dir=.
  473.     if test -f $ac_dir/$ac_word; then
  474.       ac_cv_path_NASM="$ac_dir/$ac_word"
  475.       break
  476.     fi
  477.   done
  478.   IFS="$ac_save_ifs"
  479.   ;;
  480. esac
  481. fi
  482. NASM="$ac_cv_path_NASM"
  483. if test -n "$NASM"; then
  484.   echo "$ac_t""$NASM" 1>&6
  485. else
  486.   echo "$ac_t""no" 1>&6
  487. fi
  488.   if test -n "$ac_cv_path_NASM"; then
  489.     prefix=`echo $ac_cv_path_NASM|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
  490.   fi
  491. fi
  492. # Extract the first word of "gcc", so it can be a program name with args.
  493. set dummy gcc; ac_word=$2
  494. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  495. echo "configure:567: checking for $ac_word" >&5
  496. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  497.   echo $ac_n "(cached) $ac_c" 1>&6
  498. else
  499.   if test -n "$CC"; then
  500.   ac_cv_prog_CC="$CC" # Let the user override the test.
  501. else
  502.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  503.   for ac_dir in $PATH; do
  504.     test -z "$ac_dir" && ac_dir=.
  505.     if test -f $ac_dir/$ac_word; then
  506.       ac_cv_prog_CC="gcc"
  507.       break
  508.     fi
  509.   done
  510.   IFS="$ac_save_ifs"
  511. fi
  512. fi
  513. CC="$ac_cv_prog_CC"
  514. if test -n "$CC"; then
  515.   echo "$ac_t""$CC" 1>&6
  516. else
  517.   echo "$ac_t""no" 1>&6
  518. fi
  519. if test -z "$CC"; then
  520.   # Extract the first word of "cc", so it can be a program name with args.
  521. set dummy cc; ac_word=$2
  522. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  523. echo "configure:596: checking for $ac_word" >&5
  524. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  525.   echo $ac_n "(cached) $ac_c" 1>&6
  526. else
  527.   if test -n "$CC"; then
  528.   ac_cv_prog_CC="$CC" # Let the user override the test.
  529. else
  530.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  531.   ac_prog_rejected=no
  532.   for ac_dir in $PATH; do
  533.     test -z "$ac_dir" && ac_dir=.
  534.     if test -f $ac_dir/$ac_word; then
  535.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  536.         ac_prog_rejected=yes
  537. continue
  538.       fi
  539.       ac_cv_prog_CC="cc"
  540.       break
  541.     fi
  542.   done
  543.   IFS="$ac_save_ifs"
  544. if test $ac_prog_rejected = yes; then
  545.   # We found a bogon in the path, so make sure we never use it.
  546.   set dummy $ac_cv_prog_CC
  547.   shift
  548.   if test $# -gt 0; then
  549.     # We chose a different compiler from the bogus one.
  550.     # However, it has the same basename, so the bogon will be chosen
  551.     # first if we set CC to just the basename; use the full file name.
  552.     shift
  553.     set dummy "$ac_dir/$ac_word" "$@"
  554.     shift
  555.     ac_cv_prog_CC="$@"
  556.   fi
  557. fi
  558. fi
  559. fi
  560. CC="$ac_cv_prog_CC"
  561. if test -n "$CC"; then
  562.   echo "$ac_t""$CC" 1>&6
  563. else
  564.   echo "$ac_t""no" 1>&6
  565. fi
  566.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  567. fi
  568. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  569. echo "configure:644: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  570. ac_ext=c
  571. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  572. ac_cpp='$CPP $CPPFLAGS'
  573. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  574. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  575. cross_compiling=$ac_cv_prog_cc_cross
  576. cat > conftest.$ac_ext <<EOF
  577. #line 654 "configure"
  578. #include "confdefs.h"
  579. main(){return(0);}
  580. EOF
  581. if { (eval echo configure:658: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  582.   ac_cv_prog_cc_works=yes
  583.   # If we can't run a trivial program, we are probably using a cross compiler.
  584.   if (./conftest; exit) 2>/dev/null; then
  585.     ac_cv_prog_cc_cross=no
  586.   else
  587.     ac_cv_prog_cc_cross=yes
  588.   fi
  589. else
  590.   echo "configure: failed program was:" >&5
  591.   cat conftest.$ac_ext >&5
  592.   ac_cv_prog_cc_works=no
  593. fi
  594. rm -fr conftest*
  595. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  596. if test $ac_cv_prog_cc_works = no; then
  597.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  598. fi
  599. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  600. echo "configure:678: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  601. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  602. cross_compiling=$ac_cv_prog_cc_cross
  603. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  604. echo "configure:683: checking whether we are using GNU C" >&5
  605. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  606.   echo $ac_n "(cached) $ac_c" 1>&6
  607. else
  608.   cat > conftest.c <<EOF
  609. #ifdef __GNUC__
  610.   yes;
  611. #endif
  612. EOF
  613. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:692: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  614.   ac_cv_prog_gcc=yes
  615. else
  616.   ac_cv_prog_gcc=no
  617. fi
  618. fi
  619. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  620. if test $ac_cv_prog_gcc = yes; then
  621.   GCC=yes
  622.   ac_test_CFLAGS="${CFLAGS+set}"
  623.   ac_save_CFLAGS="$CFLAGS"
  624.   CFLAGS=
  625.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  626. echo "configure:707: checking whether ${CC-cc} accepts -g" >&5
  627. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  628.   echo $ac_n "(cached) $ac_c" 1>&6
  629. else
  630.   echo 'void f(){}' > conftest.c
  631. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  632.   ac_cv_prog_cc_g=yes
  633. else
  634.   ac_cv_prog_cc_g=no
  635. fi
  636. rm -f conftest*
  637. fi
  638. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  639.   if test "$ac_test_CFLAGS" = set; then
  640.     CFLAGS="$ac_save_CFLAGS"
  641.   elif test $ac_cv_prog_cc_g = yes; then
  642.     CFLAGS="-g -O2"
  643.   else
  644.     CFLAGS="-O2"
  645.   fi
  646. else
  647.   GCC=
  648.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  649. fi
  650. echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  651. echo "configure:735: checking whether ln -s works" >&5
  652. if eval "test "`echo '$''{'ac_cv_prog_LN_S'+set}'`" = set"; then
  653.   echo $ac_n "(cached) $ac_c" 1>&6
  654. else
  655.   rm -f conftestdata
  656. if ln -s X conftestdata 2>/dev/null
  657. then
  658.   rm -f conftestdata
  659.   ac_cv_prog_LN_S="ln -s"
  660. else
  661.   ac_cv_prog_LN_S=ln
  662. fi
  663. fi
  664. LN_S="$ac_cv_prog_LN_S"
  665. if test "$ac_cv_prog_LN_S" = "ln -s"; then
  666.   echo "$ac_t""yes" 1>&6
  667. else
  668.   echo "$ac_t""no" 1>&6
  669. fi
  670. echo $ac_n "checking whether ${MAKE-make} sets ${MAKE}""... $ac_c" 1>&6
  671. echo "configure:756: checking whether ${MAKE-make} sets ${MAKE}" >&5
  672. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  673. if eval "test "`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`" = set"; then
  674.   echo $ac_n "(cached) $ac_c" 1>&6
  675. else
  676.   cat > conftestmake <<EOF
  677. all:
  678. @echo 'ac_maketemp="${MAKE}"'
  679. EOF
  680. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  681. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  682. if test -n "$ac_maketemp"; then
  683.   eval ac_cv_prog_make_${ac_make}_set=yes
  684. else
  685.   eval ac_cv_prog_make_${ac_make}_set=no
  686. fi
  687. rm -f conftestmake
  688. fi
  689. if eval "test "`echo '$ac_cv_prog_make_'${ac_make}_set`" = yes"; then
  690.   echo "$ac_t""yes" 1>&6
  691.   SET_MAKE=
  692. else
  693.   echo "$ac_t""no" 1>&6
  694.   SET_MAKE="MAKE=${MAKE-make}"
  695. fi
  696. if test -f nasm.c; then
  697.   # we're building in the source dir, so we don't need this check at all
  698.   ac_cv_prog_make_vpathok=yes
  699. else
  700.   echo $ac_n "checking whether ${MAKE-make} has sane VPATH handling""... $ac_c" 1>&6
  701. echo "configure:787: checking whether ${MAKE-make} has sane VPATH handling" >&5
  702. set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
  703. if eval "test "`echo '$''{'ac_cv_prog_make_vpathok'+set}'`" = set"; then
  704.   echo $ac_n "(cached) $ac_c" 1>&6
  705. else
  706.   mkdir conftestdir
  707. cat > conftestdir/conftestmake <<EOF
  708. VPATH = ..
  709. conftestfoo: conftestbar
  710. @echo ac_make2temp=ok
  711. conftestbar: conftestbaz
  712. @echo ac_maketemp=broken
  713. @touch conftestbar
  714. EOF
  715. echo > conftestbaz # these two lines need to be...
  716. echo > conftestbar # ... in this order not the other
  717. unset ac_maketemp
  718. unset ac_make2temp
  719. # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  720. eval `cd conftestdir; ${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  721. if test -n "$ac_maketemp"; then
  722.   ac_cv_prog_make_vpathok=no
  723. else
  724.   if test -n "$ac_make2temp"; then
  725.     ac_cv_prog_make_vpathok=yes
  726.   else
  727.     ac_cv_prog_make_vpathok=no
  728.   fi
  729. fi
  730. rm -rf conftestdir
  731. rm -f conftestbar conftestbaz
  732. fi
  733. if test $ac_cv_prog_make_vpathok = yes; then
  734.   echo "$ac_t""yes" 1>&6
  735. else
  736.   echo "$ac_t""no" 1>&6
  737. fi
  738. fi
  739. ac_aux_dir=
  740. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  741.   if test -f $ac_dir/install-sh; then
  742.     ac_aux_dir=$ac_dir
  743.     ac_install_sh="$ac_aux_dir/install-sh -c"
  744.     break
  745.   elif test -f $ac_dir/install.sh; then
  746.     ac_aux_dir=$ac_dir
  747.     ac_install_sh="$ac_aux_dir/install.sh -c"
  748.     break
  749.   fi
  750. done
  751. if test -z "$ac_aux_dir"; then
  752.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  753. fi
  754. ac_config_guess=$ac_aux_dir/config.guess
  755. ac_config_sub=$ac_aux_dir/config.sub
  756. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  757. # Find a good install program.  We prefer a C program (faster),
  758. # so one script is as good as another.  But avoid the broken or
  759. # incompatible versions:
  760. # SysV /etc/install, /usr/sbin/install
  761. # SunOS /usr/etc/install
  762. # IRIX /sbin/install
  763. # AIX /bin/install
  764. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  765. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  766. # ./install, which can be erroneously created by make from ./install.sh.
  767. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  768. echo "configure:856: checking for a BSD compatible install" >&5
  769. if test -z "$INSTALL"; then
  770. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  771.   echo $ac_n "(cached) $ac_c" 1>&6
  772. else
  773.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  774.   for ac_dir in $PATH; do
  775.     # Account for people who put trailing slashes in PATH elements.
  776.     case "$ac_dir/" in
  777.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  778.     *)
  779.       # OSF1 and SCO ODT 3.0 have their own names for install.
  780.       for ac_prog in ginstall installbsd scoinst install; do
  781.         if test -f $ac_dir/$ac_prog; then
  782.   if test $ac_prog = install &&
  783.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  784.     # AIX install.  It has an incompatible calling convention.
  785.     # OSF/1 installbsd also uses dspmsg, but is usable.
  786.     :
  787.   else
  788.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  789.     break 2
  790.   fi
  791. fi
  792.       done
  793.       ;;
  794.     esac
  795.   done
  796.   IFS="$ac_save_IFS"
  797. fi
  798.   if test "${ac_cv_path_install+set}" = set; then
  799.     INSTALL="$ac_cv_path_install"
  800.   else
  801.     # As a last resort, use the slow shell script.  We don't cache a
  802.     # path for INSTALL within a source directory, because that will
  803.     # break other packages using the cache if that directory is
  804.     # removed, or if the path is relative.
  805.     INSTALL="$ac_install_sh"
  806.   fi
  807. fi
  808. echo "$ac_t""$INSTALL" 1>&6
  809. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  810. # It thinks the first close brace ends the variable substitution.
  811. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  812. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  813. if test "$GCC" = "yes"; then
  814.   GCCFLAGS="-Wall -ansi -pedantic"
  815. else
  816.   GCCFLAGS=
  817. fi
  818. for ac_prog in nroff
  819. do
  820. # Extract the first word of "$ac_prog", so it can be a program name with args.
  821. set dummy $ac_prog; ac_word=$2
  822. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  823. echo "configure:918: checking for $ac_word" >&5
  824. if eval "test "`echo '$''{'ac_cv_prog_NROFF'+set}'`" = set"; then
  825.   echo $ac_n "(cached) $ac_c" 1>&6
  826. else
  827.   if test -n "$NROFF"; then
  828.   ac_cv_prog_NROFF="$NROFF" # Let the user override the test.
  829. else
  830.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  831.   for ac_dir in $PATH; do
  832.     test -z "$ac_dir" && ac_dir=.
  833.     if test -f $ac_dir/$ac_word; then
  834.       ac_cv_prog_NROFF="$ac_prog"
  835.       break
  836.     fi
  837.   done
  838.   IFS="$ac_save_ifs"
  839. fi
  840. fi
  841. NROFF="$ac_cv_prog_NROFF"
  842. if test -n "$NROFF"; then
  843.   echo "$ac_t""$NROFF" 1>&6
  844. else
  845.   echo "$ac_t""no" 1>&6
  846. fi
  847. test -n "$NROFF" && break
  848. done
  849. test -n "$NROFF" || NROFF="echo"
  850. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  851. echo "configure:950: checking how to run the C preprocessor" >&5
  852. # On Suns, sometimes $CPP names a directory.
  853. if test -n "$CPP" && test -d "$CPP"; then
  854.   CPP=
  855. fi
  856. if test -z "$CPP"; then
  857. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  858.   echo $ac_n "(cached) $ac_c" 1>&6
  859. else
  860.     # This must be in double quotes, not single quotes, because CPP may get
  861.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  862.   CPP="${CC-cc} -E"
  863.   # On the NeXT, cc -E runs the code through the compiler's parser,
  864.   # not just through cpp.
  865.   cat > conftest.$ac_ext <<EOF
  866. #line 965 "configure"
  867. #include "confdefs.h"
  868. #include <assert.h>
  869. Syntax Error
  870. EOF
  871. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  872. { (eval echo configure:971: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  873. ac_err=`grep -v '^ *+' conftest.out`
  874. if test -z "$ac_err"; then
  875.   :
  876. else
  877.   echo "$ac_err" >&5
  878.   echo "configure: failed program was:" >&5
  879.   cat conftest.$ac_ext >&5
  880.   rm -rf conftest*
  881.   CPP="${CC-cc} -E -traditional-cpp"
  882.   cat > conftest.$ac_ext <<EOF
  883. #line 982 "configure"
  884. #include "confdefs.h"
  885. #include <assert.h>
  886. Syntax Error
  887. EOF
  888. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  889. { (eval echo configure:988: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  890. ac_err=`grep -v '^ *+' conftest.out`
  891. if test -z "$ac_err"; then
  892.   :
  893. else
  894.   echo "$ac_err" >&5
  895.   echo "configure: failed program was:" >&5
  896.   cat conftest.$ac_ext >&5
  897.   rm -rf conftest*
  898.   CPP=/lib/cpp
  899. fi
  900. rm -f conftest*
  901. fi
  902. rm -f conftest*
  903.   ac_cv_prog_CPP="$CPP"
  904. fi
  905.   CPP="$ac_cv_prog_CPP"
  906. else
  907.   ac_cv_prog_CPP="$CPP"
  908. fi
  909. echo "$ac_t""$CPP" 1>&6
  910. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  911. echo "configure:1011: checking for ANSI C header files" >&5
  912. if eval "test "`echo '$''{'ac_cv_header_stdc'+set}'`" = set"; then
  913.   echo $ac_n "(cached) $ac_c" 1>&6
  914. else
  915.   cat > conftest.$ac_ext <<EOF
  916. #line 1016 "configure"
  917. #include "confdefs.h"
  918. #include <stdlib.h>
  919. #include <stdarg.h>
  920. #include <string.h>
  921. #include <float.h>
  922. EOF
  923. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  924. { (eval echo configure:1024: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  925. ac_err=`grep -v '^ *+' conftest.out`
  926. if test -z "$ac_err"; then
  927.   rm -rf conftest*
  928.   ac_cv_header_stdc=yes
  929. else
  930.   echo "$ac_err" >&5
  931.   echo "configure: failed program was:" >&5
  932.   cat conftest.$ac_ext >&5
  933.   rm -rf conftest*
  934.   ac_cv_header_stdc=no
  935. fi
  936. rm -f conftest*
  937. if test $ac_cv_header_stdc = yes; then
  938.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  939. cat > conftest.$ac_ext <<EOF
  940. #line 1041 "configure"
  941. #include "confdefs.h"
  942. #include <string.h>
  943. EOF
  944. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  945.   egrep "memchr" >/dev/null 2>&1; then
  946.   :
  947. else
  948.   rm -rf conftest*
  949.   ac_cv_header_stdc=no
  950. fi
  951. rm -f conftest*
  952. fi
  953. if test $ac_cv_header_stdc = yes; then
  954.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  955. cat > conftest.$ac_ext <<EOF
  956. #line 1059 "configure"
  957. #include "confdefs.h"
  958. #include <stdlib.h>
  959. EOF
  960. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  961.   egrep "free" >/dev/null 2>&1; then
  962.   :
  963. else
  964.   rm -rf conftest*
  965.   ac_cv_header_stdc=no
  966. fi
  967. rm -f conftest*
  968. fi
  969. if test $ac_cv_header_stdc = yes; then
  970.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  971. if test "$cross_compiling" = yes; then
  972.   :
  973. else
  974.   cat > conftest.$ac_ext <<EOF
  975. #line 1080 "configure"
  976. #include "confdefs.h"
  977. #include <ctype.h>
  978. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  979. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  980. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  981. int main () { int i; for (i = 0; i < 256; i++)
  982. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  983. exit (0); }
  984. EOF
  985. if { (eval echo configure:1091: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
  986. then
  987.   :
  988. else
  989.   echo "configure: failed program was:" >&5
  990.   cat conftest.$ac_ext >&5
  991.   rm -fr conftest*
  992.   ac_cv_header_stdc=no
  993. fi
  994. rm -fr conftest*
  995. fi
  996. fi
  997. fi
  998. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  999. if test $ac_cv_header_stdc = yes; then
  1000.   cat >> confdefs.h <<EOF
  1001. #define STDC_HEADERS 1
  1002. EOF
  1003. fi
  1004. if test $ac_cv_header_stdc = no; then
  1005.   { echo "configure: error: NASM requires ANSI C header files to compile" 1>&2; exit 1; }
  1006. fi
  1007. for ac_hdr in limits.h
  1008. do
  1009. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1010. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1011. echo "configure:1122: checking for $ac_hdr" >&5
  1012. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1013.   echo $ac_n "(cached) $ac_c" 1>&6
  1014. else
  1015.   cat > conftest.$ac_ext <<EOF
  1016. #line 1127 "configure"
  1017. #include "confdefs.h"
  1018. #include <$ac_hdr>
  1019. EOF
  1020. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1021. { (eval echo configure:1132: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1022. ac_err=`grep -v '^ *+' conftest.out`
  1023. if test -z "$ac_err"; then
  1024.   rm -rf conftest*
  1025.   eval "ac_cv_header_$ac_safe=yes"
  1026. else
  1027.   echo "$ac_err" >&5
  1028.   echo "configure: failed program was:" >&5
  1029.   cat conftest.$ac_ext >&5
  1030.   rm -rf conftest*
  1031.   eval "ac_cv_header_$ac_safe=no"
  1032. fi
  1033. rm -f conftest*
  1034. fi
  1035. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1036.   echo "$ac_t""yes" 1>&6
  1037.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1038.   cat >> confdefs.h <<EOF
  1039. #define $ac_tr_hdr 1
  1040. EOF
  1041.  
  1042. else
  1043.   echo "$ac_t""no" 1>&6
  1044. fi
  1045. done
  1046. if test $ac_cv_header_limits_h = no; then
  1047.   { echo "configure: error: NASM requires '<limits.h>' to compile" 1>&2; exit 1; }
  1048. fi
  1049. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1050. echo "configure:1163: checking for working const" >&5
  1051. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  1052.   echo $ac_n "(cached) $ac_c" 1>&6
  1053. else
  1054.   cat > conftest.$ac_ext <<EOF
  1055. #line 1168 "configure"
  1056. #include "confdefs.h"
  1057. int main() {
  1058. /* Ultrix mips cc rejects this.  */
  1059. typedef int charset[2]; const charset x;
  1060. /* SunOS 4.1.1 cc rejects this.  */
  1061. char const *const *ccp;
  1062. char **p;
  1063. /* NEC SVR4.0.2 mips cc rejects this.  */
  1064. struct point {int x, y;};
  1065. static struct point const zero = {0,0};
  1066. /* AIX XL C 1.02.0.0 rejects this.
  1067.    It does not let you subtract one const X* pointer from another in an arm
  1068.    of an if-expression whose if-part is not a constant expression */
  1069. const char *g = "string";
  1070. ccp = &g + (g ? g-g : 0);
  1071. /* HPUX 7.0 cc rejects these. */
  1072. ++ccp;
  1073. p = (char**) ccp;
  1074. ccp = (char const *const *) p;
  1075. { /* SCO 3.2v4 cc rejects this.  */
  1076.   char *t;
  1077.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1078.   *t++ = 0;
  1079. }
  1080. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1081.   int x[] = {25, 17};
  1082.   const int *foo = &x[0];
  1083.   ++foo;
  1084. }
  1085. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1086.   typedef const int *iptr;
  1087.   iptr p = 0;
  1088.   ++p;
  1089. }
  1090. { /* AIX XL C 1.02.0.0 rejects this saying
  1091.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1092.   struct s { int j; const int *ap[3]; };
  1093.   struct s *b; b->j = 5;
  1094. }
  1095. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1096.   const int foo = 10;
  1097. }
  1098. ; return 0; }
  1099. EOF
  1100. if { (eval echo configure:1217: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  1101.   rm -rf conftest*
  1102.   ac_cv_c_const=yes
  1103. else
  1104.   echo "configure: failed program was:" >&5
  1105.   cat conftest.$ac_ext >&5
  1106.   rm -rf conftest*
  1107.   ac_cv_c_const=no
  1108. fi
  1109. rm -f conftest*
  1110. fi
  1111. echo "$ac_t""$ac_cv_c_const" 1>&6
  1112. if test $ac_cv_c_const = no; then
  1113.   cat >> confdefs.h <<EOF
  1114. #define const 
  1115. EOF
  1116. fi
  1117. if test $ac_cv_c_const = no; then
  1118.   { echo "configure: error: NASM requires ANSI C (specifically, working "const")" 1>&2; exit 1; }
  1119. fi
  1120. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1121. echo "configure:1242: checking for size_t" >&5
  1122. if eval "test "`echo '$''{'ac_cv_type_size_t'+set}'`" = set"; then
  1123.   echo $ac_n "(cached) $ac_c" 1>&6
  1124. else
  1125.   cat > conftest.$ac_ext <<EOF
  1126. #line 1247 "configure"
  1127. #include "confdefs.h"
  1128. #include <sys/types.h>
  1129. #if STDC_HEADERS
  1130. #include <stdlib.h>
  1131. #include <stddef.h>
  1132. #endif
  1133. EOF
  1134. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1135.   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
  1136.   rm -rf conftest*
  1137.   ac_cv_type_size_t=yes
  1138. else
  1139.   rm -rf conftest*
  1140.   ac_cv_type_size_t=no
  1141. fi
  1142. rm -f conftest*
  1143. fi
  1144. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1145. if test $ac_cv_type_size_t = no; then
  1146.   cat >> confdefs.h <<EOF
  1147. #define size_t unsigned
  1148. EOF
  1149. fi
  1150. if test $ac_cv_type_size_t = no; then
  1151.   { echo "configure: error: NASM requires ANSI C (specifically, "size_t")" 1>&2; exit 1; }
  1152. fi
  1153. echo $ac_n "checking for vprintf""... $ac_c" 1>&6
  1154. echo "configure:1279: checking for vprintf" >&5
  1155. if eval "test "`echo '$''{'ac_cv_func_vprintf'+set}'`" = set"; then
  1156.   echo $ac_n "(cached) $ac_c" 1>&6
  1157. else
  1158.   cat > conftest.$ac_ext <<EOF
  1159. #line 1284 "configure"
  1160. #include "confdefs.h"
  1161. /* System header to define __stub macros and hopefully few prototypes,
  1162.     which can conflict with char vprintf(); below.  */
  1163. #include <assert.h>
  1164. /* Override any gcc2 internal prototype to avoid an error.  */
  1165. /* We use char because int might match the return type of a gcc2
  1166.     builtin and then its argument prototype would still apply.  */
  1167. char vprintf();
  1168. int main() {
  1169. /* The GNU C library defines this for functions which it implements
  1170.     to always fail with ENOSYS.  Some functions are actually named
  1171.     something starting with __ and the normal name is an alias.  */
  1172. #if defined (__stub_vprintf) || defined (__stub___vprintf)
  1173. choke me
  1174. #else
  1175. vprintf();
  1176. #endif
  1177. ; return 0; }
  1178. EOF
  1179. if { (eval echo configure:1307: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1180.   rm -rf conftest*
  1181.   eval "ac_cv_func_vprintf=yes"
  1182. else
  1183.   echo "configure: failed program was:" >&5
  1184.   cat conftest.$ac_ext >&5
  1185.   rm -rf conftest*
  1186.   eval "ac_cv_func_vprintf=no"
  1187. fi
  1188. rm -f conftest*
  1189. fi
  1190. if eval "test "`echo '$ac_cv_func_'vprintf`" = yes"; then
  1191.   echo "$ac_t""yes" 1>&6
  1192.   cat >> confdefs.h <<EOF
  1193. #define HAVE_VPRINTF 1
  1194. EOF
  1195. else
  1196.   echo "$ac_t""no" 1>&6
  1197. fi
  1198. if test "$ac_cv_func_vprintf" != yes; then
  1199. echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
  1200. echo "configure:1331: checking for _doprnt" >&5
  1201. if eval "test "`echo '$''{'ac_cv_func__doprnt'+set}'`" = set"; then
  1202.   echo $ac_n "(cached) $ac_c" 1>&6
  1203. else
  1204.   cat > conftest.$ac_ext <<EOF
  1205. #line 1336 "configure"
  1206. #include "confdefs.h"
  1207. /* System header to define __stub macros and hopefully few prototypes,
  1208.     which can conflict with char _doprnt(); below.  */
  1209. #include <assert.h>
  1210. /* Override any gcc2 internal prototype to avoid an error.  */
  1211. /* We use char because int might match the return type of a gcc2
  1212.     builtin and then its argument prototype would still apply.  */
  1213. char _doprnt();
  1214. int main() {
  1215. /* The GNU C library defines this for functions which it implements
  1216.     to always fail with ENOSYS.  Some functions are actually named
  1217.     something starting with __ and the normal name is an alias.  */
  1218. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  1219. choke me
  1220. #else
  1221. _doprnt();
  1222. #endif
  1223. ; return 0; }
  1224. EOF
  1225. if { (eval echo configure:1359: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1226.   rm -rf conftest*
  1227.   eval "ac_cv_func__doprnt=yes"
  1228. else
  1229.   echo "configure: failed program was:" >&5
  1230.   cat conftest.$ac_ext >&5
  1231.   rm -rf conftest*
  1232.   eval "ac_cv_func__doprnt=no"
  1233. fi
  1234. rm -f conftest*
  1235. fi
  1236. if eval "test "`echo '$ac_cv_func_'_doprnt`" = yes"; then
  1237.   echo "$ac_t""yes" 1>&6
  1238.   cat >> confdefs.h <<EOF
  1239. #define HAVE_DOPRNT 1
  1240. EOF
  1241. else
  1242.   echo "$ac_t""no" 1>&6
  1243. fi
  1244. fi
  1245. if test $ac_cv_func_vprintf = no; then
  1246.   { echo "configure: error: NASM requires ANSI C (specifically, "vprintf" and friends)" 1>&2; exit 1; }
  1247. fi
  1248. for ac_func in strcspn
  1249. do
  1250. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1251. echo "configure:1390: checking for $ac_func" >&5
  1252. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1253.   echo $ac_n "(cached) $ac_c" 1>&6
  1254. else
  1255.   cat > conftest.$ac_ext <<EOF
  1256. #line 1395 "configure"
  1257. #include "confdefs.h"
  1258. /* System header to define __stub macros and hopefully few prototypes,
  1259.     which can conflict with char $ac_func(); below.  */
  1260. #include <assert.h>
  1261. /* Override any gcc2 internal prototype to avoid an error.  */
  1262. /* We use char because int might match the return type of a gcc2
  1263.     builtin and then its argument prototype would still apply.  */
  1264. char $ac_func();
  1265. int main() {
  1266. /* The GNU C library defines this for functions which it implements
  1267.     to always fail with ENOSYS.  Some functions are actually named
  1268.     something starting with __ and the normal name is an alias.  */
  1269. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1270. choke me
  1271. #else
  1272. $ac_func();
  1273. #endif
  1274. ; return 0; }
  1275. EOF
  1276. if { (eval echo configure:1418: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1277.   rm -rf conftest*
  1278.   eval "ac_cv_func_$ac_func=yes"
  1279. else
  1280.   echo "configure: failed program was:" >&5
  1281.   cat conftest.$ac_ext >&5
  1282.   rm -rf conftest*
  1283.   eval "ac_cv_func_$ac_func=no"
  1284. fi
  1285. rm -f conftest*
  1286. fi
  1287. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1288.   echo "$ac_t""yes" 1>&6
  1289.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1290.   cat >> confdefs.h <<EOF
  1291. #define $ac_tr_func 1
  1292. EOF
  1293.  
  1294. else
  1295.   echo "$ac_t""no" 1>&6
  1296. fi
  1297. done
  1298. if test $ac_cv_func_strcspn = no; then
  1299.   { echo "configure: error: NASM requires ANSI C (specifically, "strcspn")" 1>&2; exit 1; }
  1300. fi
  1301. for ac_func in strspn
  1302. do
  1303. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1304. echo "configure:1449: checking for $ac_func" >&5
  1305. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  1306.   echo $ac_n "(cached) $ac_c" 1>&6
  1307. else
  1308.   cat > conftest.$ac_ext <<EOF
  1309. #line 1454 "configure"
  1310. #include "confdefs.h"
  1311. /* System header to define __stub macros and hopefully few prototypes,
  1312.     which can conflict with char $ac_func(); below.  */
  1313. #include <assert.h>
  1314. /* Override any gcc2 internal prototype to avoid an error.  */
  1315. /* We use char because int might match the return type of a gcc2
  1316.     builtin and then its argument prototype would still apply.  */
  1317. char $ac_func();
  1318. int main() {
  1319. /* The GNU C library defines this for functions which it implements
  1320.     to always fail with ENOSYS.  Some functions are actually named
  1321.     something starting with __ and the normal name is an alias.  */
  1322. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1323. choke me
  1324. #else
  1325. $ac_func();
  1326. #endif
  1327. ; return 0; }
  1328. EOF
  1329. if { (eval echo configure:1477: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  1330.   rm -rf conftest*
  1331.   eval "ac_cv_func_$ac_func=yes"
  1332. else
  1333.   echo "configure: failed program was:" >&5
  1334.   cat conftest.$ac_ext >&5
  1335.   rm -rf conftest*
  1336.   eval "ac_cv_func_$ac_func=no"
  1337. fi
  1338. rm -f conftest*
  1339. fi
  1340. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1341.   echo "$ac_t""yes" 1>&6
  1342.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1343.   cat >> confdefs.h <<EOF
  1344. #define $ac_tr_func 1
  1345. EOF
  1346.  
  1347. else
  1348.   echo "$ac_t""no" 1>&6
  1349. fi
  1350. done
  1351. if test $ac_cv_func_strspn = no; then
  1352.   { echo "configure: error: NASM requires ANSI C (specifically, "strspn")" 1>&2; exit 1; }
  1353. fi
  1354. if test $ac_cv_prog_make_vpathok = no; then
  1355.   echo Copying generated srcs into build directory to compensate for VPATH breakage
  1356.   if test ! -f insnsa.c; then cp -p ${srcdir}/insnsa.c .; fi
  1357.   if test ! -f insnsd.c; then cp -p ${srcdir}/insnsd.c .; fi
  1358.   if test ! -f macros.c; then cp -p ${srcdir}/macros.c .; fi
  1359. fi
  1360. trap '' 1 2 15
  1361. cat > confcache <<EOF
  1362. # This file is a shell script that caches the results of configure
  1363. # tests run on this system so they can be shared between configure
  1364. # scripts and configure runs.  It is not useful on other systems.
  1365. # If it contains results you don't want to keep, you may remove or edit it.
  1366. #
  1367. # By default, configure uses ./config.cache as the cache file,
  1368. # creating it if it does not exist already.  You can give configure
  1369. # the --cache-file=FILE option to use a different cache file; that is
  1370. # what configure does when it calls configure scripts in
  1371. # subdirectories, so they share the cache.
  1372. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1373. # config.status only pays attention to the cache file if you give it the
  1374. # --recheck option to rerun configure.
  1375. #
  1376. EOF
  1377. # The following way of writing the cache mishandles newlines in values,
  1378. # but we know of no workaround that is simple, portable, and efficient.
  1379. # So, don't put newlines in cache variables' values.
  1380. # Ultrix sh set writes to stderr and can't be redirected directly,
  1381. # and sets the high bit in the cache file unless we assign to the vars.
  1382. (set) 2>&1 |
  1383.   case `(ac_space=' '; set) 2>&1` in
  1384.   *ac_space= *)
  1385.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1386.     # turns \\ into \, and sed turns \ into ).
  1387.     sed -n 
  1388.       -e "s/'/'\\''/g" 
  1389.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1390.     ;;
  1391.   *)
  1392.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1393.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1394.     ;;
  1395.   esac >> confcache
  1396. if cmp -s $cache_file confcache; then
  1397.   :
  1398. else
  1399.   if test -w $cache_file; then
  1400.     echo "updating cache $cache_file"
  1401.     cat confcache > $cache_file
  1402.   else
  1403.     echo "not updating unwritable cache $cache_file"
  1404.   fi
  1405. fi
  1406. rm -f confcache
  1407. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1408. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1409. # Let make expand exec_prefix.
  1410. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1411. # Any assignment to VPATH causes Sun make to only execute
  1412. # the first set of double-colon rules, so remove it if not needed.
  1413. # If there is a colon in the path, we need to keep it.
  1414. if test "x$srcdir" = x.; then
  1415.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1416. fi
  1417. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1418. # Transform confdefs.h into DEFS.
  1419. # Protect against shell expansion while executing Makefile rules.
  1420. # Protect against Makefile macro expansion.
  1421. cat > conftest.defs <<EOF
  1422. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%-D1=2%g
  1423. s%[  `~#$^&*(){}\|;'"<>?]%\&%g
  1424. s%[%\&%g
  1425. s%]%\&%g
  1426. s%$%$$%g
  1427. EOF
  1428. DEFS=`sed -f conftest.defs confdefs.h | tr '12' ' '`
  1429. rm -f conftest.defs
  1430. # Without the "./", some shells look in PATH for config.status.
  1431. : ${CONFIG_STATUS=./config.status}
  1432. echo creating $CONFIG_STATUS
  1433. rm -f $CONFIG_STATUS
  1434. cat > $CONFIG_STATUS <<EOF
  1435. #! /bin/sh
  1436. # Generated automatically by configure.
  1437. # Run this file to recreate the current configuration.
  1438. # This directory was configured as follows,
  1439. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1440. #
  1441. # $0 $ac_configure_args
  1442. #
  1443. # Compiler output produced by configure, useful for debugging
  1444. # configure, is in ./config.log if it exists.
  1445. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1446. for ac_option
  1447. do
  1448.   case "$ac_option" in
  1449.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1450.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1451.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1452.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1453.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1454.     exit 0 ;;
  1455.   -help | --help | --hel | --he | --h)
  1456.     echo "$ac_cs_usage"; exit 0 ;;
  1457.   *) echo "$ac_cs_usage"; exit 1 ;;
  1458.   esac
  1459. done
  1460. ac_given_srcdir=$srcdir
  1461. ac_given_INSTALL="$INSTALL"
  1462. trap 'rm -fr `echo "Makefile rdoff/Makefile doc/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1463. EOF
  1464. cat >> $CONFIG_STATUS <<EOF
  1465. # Protect against being on the right side of a sed subst in config.status.
  1466. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1467.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1468. $ac_vpsub
  1469. $extrasub
  1470. s%@CFLAGS@%$CFLAGS%g
  1471. s%@CPPFLAGS@%$CPPFLAGS%g
  1472. s%@CXXFLAGS@%$CXXFLAGS%g
  1473. s%@DEFS@%$DEFS%g
  1474. s%@LDFLAGS@%$LDFLAGS%g
  1475. s%@LIBS@%$LIBS%g
  1476. s%@exec_prefix@%$exec_prefix%g
  1477. s%@prefix@%$prefix%g
  1478. s%@program_transform_name@%$program_transform_name%g
  1479. s%@bindir@%$bindir%g
  1480. s%@sbindir@%$sbindir%g
  1481. s%@libexecdir@%$libexecdir%g
  1482. s%@datadir@%$datadir%g
  1483. s%@sysconfdir@%$sysconfdir%g
  1484. s%@sharedstatedir@%$sharedstatedir%g
  1485. s%@localstatedir@%$localstatedir%g
  1486. s%@libdir@%$libdir%g
  1487. s%@includedir@%$includedir%g
  1488. s%@oldincludedir@%$oldincludedir%g
  1489. s%@infodir@%$infodir%g
  1490. s%@mandir@%$mandir%g
  1491. s%@NASM@%$NASM%g
  1492. s%@CC@%$CC%g
  1493. s%@LN_S@%$LN_S%g
  1494. s%@SET_MAKE@%$SET_MAKE%g
  1495. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1496. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1497. s%@GCCFLAGS@%$GCCFLAGS%g
  1498. s%@NROFF@%$NROFF%g
  1499. s%@CPP@%$CPP%g
  1500. CEOF
  1501. EOF
  1502. cat >> $CONFIG_STATUS <<EOF
  1503. # Split the substitutions into bite-sized pieces for seds with
  1504. # small command number limits, like on Digital OSF/1 and HP-UX.
  1505. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1506. ac_file=1 # Number of current file.
  1507. ac_beg=1 # First line for current file.
  1508. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1509. ac_more_lines=:
  1510. ac_sed_cmds=""
  1511. while $ac_more_lines; do
  1512.   if test $ac_beg -gt 1; then
  1513.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1514.   else
  1515.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1516.   fi
  1517.   if test ! -s conftest.s$ac_file; then
  1518.     ac_more_lines=false
  1519.     rm -f conftest.s$ac_file
  1520.   else
  1521.     if test -z "$ac_sed_cmds"; then
  1522.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1523.     else
  1524.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1525.     fi
  1526.     ac_file=`expr $ac_file + 1`
  1527.     ac_beg=$ac_end
  1528.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1529.   fi
  1530. done
  1531. if test -z "$ac_sed_cmds"; then
  1532.   ac_sed_cmds=cat
  1533. fi
  1534. EOF
  1535. cat >> $CONFIG_STATUS <<EOF
  1536. CONFIG_FILES=${CONFIG_FILES-"Makefile rdoff/Makefile doc/Makefile"}
  1537. EOF
  1538. cat >> $CONFIG_STATUS <<EOF
  1539. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1540.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1541.   case "$ac_file" in
  1542.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1543.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1544.   *) ac_file_in="${ac_file}.in" ;;
  1545.   esac
  1546.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1547.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1548.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1549.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1550.     # The file is in a subdirectory.
  1551.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1552.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1553.     # A "../" for each directory in $ac_dir_suffix.
  1554.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1555.   else
  1556.     ac_dir_suffix= ac_dots=
  1557.   fi
  1558.   case "$ac_given_srcdir" in
  1559.   .)  srcdir=.
  1560.       if test -z "$ac_dots"; then top_srcdir=.
  1561.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1562.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1563.   *) # Relative path.
  1564.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1565.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1566.   esac
  1567.   case "$ac_given_INSTALL" in
  1568.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1569.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1570.   esac
  1571.   echo creating "$ac_file"
  1572.   rm -f "$ac_file"
  1573.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1574.   case "$ac_file" in
  1575.   *Makefile*) ac_comsub="1i\
  1576. # $configure_input" ;;
  1577.   *) ac_comsub= ;;
  1578.   esac
  1579.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1580.   sed -e "$ac_comsub
  1581. s%@configure_input@%$configure_input%g
  1582. s%@srcdir@%$srcdir%g
  1583. s%@top_srcdir@%$top_srcdir%g
  1584. s%@INSTALL@%$INSTALL%g
  1585. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1586. fi; done
  1587. rm -f conftest.s*
  1588. EOF
  1589. cat >> $CONFIG_STATUS <<EOF
  1590. EOF
  1591. cat >> $CONFIG_STATUS <<EOF
  1592. exit 0
  1593. EOF
  1594. chmod +x $CONFIG_STATUS
  1595. rm -fr confdefs* $ac_clean_files
  1596. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1