configure.off
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:51k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  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=mkisofs.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. # Extract the first word of "gcc", so it can be a program name with args.
  457. set dummy gcc; ac_word=$2
  458. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  459. echo "configure:526: checking for $ac_word" >&5
  460. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  461.   echo $ac_n "(cached) $ac_c" 1>&6
  462. else
  463.   if test -n "$CC"; then
  464.   ac_cv_prog_CC="$CC" # Let the user override the test.
  465. else
  466.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  467.   for ac_dir in $PATH; do
  468.     test -z "$ac_dir" && ac_dir=.
  469.     if test -f $ac_dir/$ac_word; then
  470.       ac_cv_prog_CC="gcc"
  471.       break
  472.     fi
  473.   done
  474.   IFS="$ac_save_ifs"
  475. fi
  476. fi
  477. CC="$ac_cv_prog_CC"
  478. if test -n "$CC"; then
  479.   echo "$ac_t""$CC" 1>&6
  480. else
  481.   echo "$ac_t""no" 1>&6
  482. fi
  483. if test -z "$CC"; then
  484.   # Extract the first word of "cc", so it can be a program name with args.
  485. set dummy cc; ac_word=$2
  486. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  487. echo "configure:555: checking for $ac_word" >&5
  488. if eval "test "`echo '$''{'ac_cv_prog_CC'+set}'`" = set"; then
  489.   echo $ac_n "(cached) $ac_c" 1>&6
  490. else
  491.   if test -n "$CC"; then
  492.   ac_cv_prog_CC="$CC" # Let the user override the test.
  493. else
  494.   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  495.   ac_prog_rejected=no
  496.   for ac_dir in $PATH; do
  497.     test -z "$ac_dir" && ac_dir=.
  498.     if test -f $ac_dir/$ac_word; then
  499.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  500.         ac_prog_rejected=yes
  501. continue
  502.       fi
  503.       ac_cv_prog_CC="cc"
  504.       break
  505.     fi
  506.   done
  507.   IFS="$ac_save_ifs"
  508. if test $ac_prog_rejected = yes; then
  509.   # We found a bogon in the path, so make sure we never use it.
  510.   set dummy $ac_cv_prog_CC
  511.   shift
  512.   if test $# -gt 0; then
  513.     # We chose a different compiler from the bogus one.
  514.     # However, it has the same basename, so the bogon will be chosen
  515.     # first if we set CC to just the basename; use the full file name.
  516.     shift
  517.     set dummy "$ac_dir/$ac_word" "$@"
  518.     shift
  519.     ac_cv_prog_CC="$@"
  520.   fi
  521. fi
  522. fi
  523. fi
  524. CC="$ac_cv_prog_CC"
  525. if test -n "$CC"; then
  526.   echo "$ac_t""$CC" 1>&6
  527. else
  528.   echo "$ac_t""no" 1>&6
  529. fi
  530.   test -z "$CC" && { echo "configure: error: no acceptable cc found in $PATH" 1>&2; exit 1; }
  531. fi
  532. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  533. echo "configure:603: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  534. ac_ext=c
  535. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  536. ac_cpp='$CPP $CPPFLAGS'
  537. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  538. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  539. cross_compiling=$ac_cv_prog_cc_cross
  540. cat > conftest.$ac_ext <<EOF
  541. #line 613 "configure"
  542. #include "confdefs.h"
  543. main(){return(0);}
  544. EOF
  545. if { (eval echo configure:617: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  546.   ac_cv_prog_cc_works=yes
  547.   # If we can't run a trivial program, we are probably using a cross compiler.
  548.   if (./conftest; exit) 2>/dev/null; then
  549.     ac_cv_prog_cc_cross=no
  550.   else
  551.     ac_cv_prog_cc_cross=yes
  552.   fi
  553. else
  554.   echo "configure: failed program was:" >&5
  555.   cat conftest.$ac_ext >&5
  556.   ac_cv_prog_cc_works=no
  557. fi
  558. rm -fr conftest*
  559. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  560. if test $ac_cv_prog_cc_works = no; then
  561.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  562. fi
  563. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  564. echo "configure:637: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  565. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  566. cross_compiling=$ac_cv_prog_cc_cross
  567. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  568. echo "configure:642: checking whether we are using GNU C" >&5
  569. if eval "test "`echo '$''{'ac_cv_prog_gcc'+set}'`" = set"; then
  570.   echo $ac_n "(cached) $ac_c" 1>&6
  571. else
  572.   cat > conftest.c <<EOF
  573. #ifdef __GNUC__
  574.   yes;
  575. #endif
  576. EOF
  577. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:651: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  578.   ac_cv_prog_gcc=yes
  579. else
  580.   ac_cv_prog_gcc=no
  581. fi
  582. fi
  583. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  584. if test $ac_cv_prog_gcc = yes; then
  585.   GCC=yes
  586.   ac_test_CFLAGS="${CFLAGS+set}"
  587.   ac_save_CFLAGS="$CFLAGS"
  588.   CFLAGS=
  589.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  590. echo "configure:666: checking whether ${CC-cc} accepts -g" >&5
  591. if eval "test "`echo '$''{'ac_cv_prog_cc_g'+set}'`" = set"; then
  592.   echo $ac_n "(cached) $ac_c" 1>&6
  593. else
  594.   echo 'void f(){}' > conftest.c
  595. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  596.   ac_cv_prog_cc_g=yes
  597. else
  598.   ac_cv_prog_cc_g=no
  599. fi
  600. rm -f conftest*
  601. fi
  602. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  603.   if test "$ac_test_CFLAGS" = set; then
  604.     CFLAGS="$ac_save_CFLAGS"
  605.   elif test $ac_cv_prog_cc_g = yes; then
  606.     CFLAGS="-g -O2"
  607.   else
  608.     CFLAGS="-O2"
  609.   fi
  610. else
  611.   GCC=
  612.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  613. fi
  614. echo $ac_n "checking for working const""... $ac_c" 1>&6
  615. echo "configure:694: checking for working const" >&5
  616. if eval "test "`echo '$''{'ac_cv_c_const'+set}'`" = set"; then
  617.   echo $ac_n "(cached) $ac_c" 1>&6
  618. else
  619.   cat > conftest.$ac_ext <<EOF
  620. #line 699 "configure"
  621. #include "confdefs.h"
  622. int main() {
  623. /* Ultrix mips cc rejects this.  */
  624. typedef int charset[2]; const charset x;
  625. /* SunOS 4.1.1 cc rejects this.  */
  626. char const *const *ccp;
  627. char **p;
  628. /* NEC SVR4.0.2 mips cc rejects this.  */
  629. struct point {int x, y;};
  630. static struct point const zero = {0,0};
  631. /* AIX XL C 1.02.0.0 rejects this.
  632.    It does not let you subtract one const X* pointer from another in an arm
  633.    of an if-expression whose if-part is not a constant expression */
  634. const char *g = "string";
  635. ccp = &g + (g ? g-g : 0);
  636. /* HPUX 7.0 cc rejects these. */
  637. ++ccp;
  638. p = (char**) ccp;
  639. ccp = (char const *const *) p;
  640. { /* SCO 3.2v4 cc rejects this.  */
  641.   char *t;
  642.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  643.   *t++ = 0;
  644. }
  645. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  646.   int x[] = {25, 17};
  647.   const int *foo = &x[0];
  648.   ++foo;
  649. }
  650. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  651.   typedef const int *iptr;
  652.   iptr p = 0;
  653.   ++p;
  654. }
  655. { /* AIX XL C 1.02.0.0 rejects this saying
  656.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  657.   struct s { int j; const int *ap[3]; };
  658.   struct s *b; b->j = 5;
  659. }
  660. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  661.   const int foo = 10;
  662. }
  663. ; return 0; }
  664. EOF
  665. if { (eval echo configure:748: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  666.   rm -rf conftest*
  667.   ac_cv_c_const=yes
  668. else
  669.   echo "configure: failed program was:" >&5
  670.   cat conftest.$ac_ext >&5
  671.   rm -rf conftest*
  672.   ac_cv_c_const=no
  673. fi
  674. rm -f conftest*
  675. fi
  676. echo "$ac_t""$ac_cv_c_const" 1>&6
  677. if test $ac_cv_c_const = no; then
  678.   cat >> confdefs.h <<EOF
  679. #define const 
  680. EOF
  681. fi
  682. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  683. echo "configure:769: checking how to run the C preprocessor" >&5
  684. # On Suns, sometimes $CPP names a directory.
  685. if test -n "$CPP" && test -d "$CPP"; then
  686.   CPP=
  687. fi
  688. if test -z "$CPP"; then
  689. if eval "test "`echo '$''{'ac_cv_prog_CPP'+set}'`" = set"; then
  690.   echo $ac_n "(cached) $ac_c" 1>&6
  691. else
  692.     # This must be in double quotes, not single quotes, because CPP may get
  693.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  694.   CPP="${CC-cc} -E"
  695.   # On the NeXT, cc -E runs the code through the compiler's parser,
  696.   # not just through cpp.
  697.   cat > conftest.$ac_ext <<EOF
  698. #line 784 "configure"
  699. #include "confdefs.h"
  700. #include <assert.h>
  701. Syntax Error
  702. EOF
  703. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  704. { (eval echo configure:790: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  705. ac_err=`grep -v '^ *+' conftest.out`
  706. if test -z "$ac_err"; then
  707.   :
  708. else
  709.   echo "$ac_err" >&5
  710.   echo "configure: failed program was:" >&5
  711.   cat conftest.$ac_ext >&5
  712.   rm -rf conftest*
  713.   CPP="${CC-cc} -E -traditional-cpp"
  714.   cat > conftest.$ac_ext <<EOF
  715. #line 801 "configure"
  716. #include "confdefs.h"
  717. #include <assert.h>
  718. Syntax Error
  719. EOF
  720. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  721. { (eval echo configure:807: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  722. ac_err=`grep -v '^ *+' conftest.out`
  723. if test -z "$ac_err"; then
  724.   :
  725. else
  726.   echo "$ac_err" >&5
  727.   echo "configure: failed program was:" >&5
  728.   cat conftest.$ac_ext >&5
  729.   rm -rf conftest*
  730.   CPP=/lib/cpp
  731. fi
  732. rm -f conftest*
  733. fi
  734. rm -f conftest*
  735.   ac_cv_prog_CPP="$CPP"
  736. fi
  737.   CPP="$ac_cv_prog_CPP"
  738. else
  739.   ac_cv_prog_CPP="$CPP"
  740. fi
  741. echo "$ac_t""$CPP" 1>&6
  742. echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&6
  743. echo "configure:830: checking whether sys/types.h defines makedev" >&5
  744. if eval "test "`echo '$''{'ac_cv_header_sys_types_h_makedev'+set}'`" = set"; then
  745.   echo $ac_n "(cached) $ac_c" 1>&6
  746. else
  747.   cat > conftest.$ac_ext <<EOF
  748. #line 835 "configure"
  749. #include "confdefs.h"
  750. #include <sys/types.h>
  751. int main() {
  752. return makedev(0, 0);
  753. ; return 0; }
  754. EOF
  755. if { (eval echo configure:842: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  756.   rm -rf conftest*
  757.   ac_cv_header_sys_types_h_makedev=yes
  758. else
  759.   echo "configure: failed program was:" >&5
  760.   cat conftest.$ac_ext >&5
  761.   rm -rf conftest*
  762.   ac_cv_header_sys_types_h_makedev=no
  763. fi
  764. rm -f conftest*
  765. fi
  766. echo "$ac_t""$ac_cv_header_sys_types_h_makedev" 1>&6
  767. if test $ac_cv_header_sys_types_h_makedev = no; then
  768. ac_safe=`echo "sys/mkdev.h" | sed 'y%./+-%__p_%'`
  769. echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&6
  770. echo "configure:860: checking for sys/mkdev.h" >&5
  771. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  772.   echo $ac_n "(cached) $ac_c" 1>&6
  773. else
  774.   cat > conftest.$ac_ext <<EOF
  775. #line 865 "configure"
  776. #include "confdefs.h"
  777. #include <sys/mkdev.h>
  778. EOF
  779. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  780. { (eval echo configure:870: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  781. ac_err=`grep -v '^ *+' conftest.out`
  782. if test -z "$ac_err"; then
  783.   rm -rf conftest*
  784.   eval "ac_cv_header_$ac_safe=yes"
  785. else
  786.   echo "$ac_err" >&5
  787.   echo "configure: failed program was:" >&5
  788.   cat conftest.$ac_ext >&5
  789.   rm -rf conftest*
  790.   eval "ac_cv_header_$ac_safe=no"
  791. fi
  792. rm -f conftest*
  793. fi
  794. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  795.   echo "$ac_t""yes" 1>&6
  796.   cat >> confdefs.h <<EOF
  797. #define MAJOR_IN_MKDEV 1
  798. EOF
  799. else
  800.   echo "$ac_t""no" 1>&6
  801. fi
  802.   if test $ac_cv_header_sys_mkdev_h = no; then
  803. ac_safe=`echo "sys/sysmacros.h" | sed 'y%./+-%__p_%'`
  804. echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&6
  805. echo "configure:898: checking for sys/sysmacros.h" >&5
  806. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  807.   echo $ac_n "(cached) $ac_c" 1>&6
  808. else
  809.   cat > conftest.$ac_ext <<EOF
  810. #line 903 "configure"
  811. #include "confdefs.h"
  812. #include <sys/sysmacros.h>
  813. EOF
  814. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  815. { (eval echo configure:908: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  816. ac_err=`grep -v '^ *+' conftest.out`
  817. if test -z "$ac_err"; then
  818.   rm -rf conftest*
  819.   eval "ac_cv_header_$ac_safe=yes"
  820. else
  821.   echo "$ac_err" >&5
  822.   echo "configure: failed program was:" >&5
  823.   cat conftest.$ac_ext >&5
  824.   rm -rf conftest*
  825.   eval "ac_cv_header_$ac_safe=no"
  826. fi
  827. rm -f conftest*
  828. fi
  829. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  830.   echo "$ac_t""yes" 1>&6
  831.   cat >> confdefs.h <<EOF
  832. #define MAJOR_IN_SYSMACROS 1
  833. EOF
  834. else
  835.   echo "$ac_t""no" 1>&6
  836. fi
  837.   fi
  838. fi
  839. ac_header_dirent=no
  840. for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  841. do
  842. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  843. echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
  844. echo "configure:940: checking for $ac_hdr that defines DIR" >&5
  845. if eval "test "`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`" = set"; then
  846.   echo $ac_n "(cached) $ac_c" 1>&6
  847. else
  848.   cat > conftest.$ac_ext <<EOF
  849. #line 945 "configure"
  850. #include "confdefs.h"
  851. #include <sys/types.h>
  852. #include <$ac_hdr>
  853. int main() {
  854. DIR *dirp = 0;
  855. ; return 0; }
  856. EOF
  857. if { (eval echo configure:953: "$ac_compile") 1>&5; (eval $ac_compile) 2>&5; }; then
  858.   rm -rf conftest*
  859.   eval "ac_cv_header_dirent_$ac_safe=yes"
  860. else
  861.   echo "configure: failed program was:" >&5
  862.   cat conftest.$ac_ext >&5
  863.   rm -rf conftest*
  864.   eval "ac_cv_header_dirent_$ac_safe=no"
  865. fi
  866. rm -f conftest*
  867. fi
  868. if eval "test "`echo '$ac_cv_header_dirent_'$ac_safe`" = yes"; then
  869.   echo "$ac_t""yes" 1>&6
  870.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  871.   cat >> confdefs.h <<EOF
  872. #define $ac_tr_hdr 1
  873. EOF
  874.  ac_header_dirent=$ac_hdr; break
  875. else
  876.   echo "$ac_t""no" 1>&6
  877. fi
  878. done
  879. # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  880. if test $ac_header_dirent = dirent.h; then
  881. echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
  882. echo "configure:978: checking for opendir in -ldir" >&5
  883. ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
  884. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  885.   echo $ac_n "(cached) $ac_c" 1>&6
  886. else
  887.   ac_save_LIBS="$LIBS"
  888. LIBS="-ldir  $LIBS"
  889. cat > conftest.$ac_ext <<EOF
  890. #line 986 "configure"
  891. #include "confdefs.h"
  892. /* Override any gcc2 internal prototype to avoid an error.  */
  893. /* We use char because int might match the return type of a gcc2
  894.     builtin and then its argument prototype would still apply.  */
  895. char opendir();
  896. int main() {
  897. opendir()
  898. ; return 0; }
  899. EOF
  900. if { (eval echo configure:997: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  901.   rm -rf conftest*
  902.   eval "ac_cv_lib_$ac_lib_var=yes"
  903. else
  904.   echo "configure: failed program was:" >&5
  905.   cat conftest.$ac_ext >&5
  906.   rm -rf conftest*
  907.   eval "ac_cv_lib_$ac_lib_var=no"
  908. fi
  909. rm -f conftest*
  910. LIBS="$ac_save_LIBS"
  911. fi
  912. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  913.   echo "$ac_t""yes" 1>&6
  914.   LIBS="$LIBS -ldir"
  915. else
  916.   echo "$ac_t""no" 1>&6
  917. fi
  918. else
  919. echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
  920. echo "configure:1019: checking for opendir in -lx" >&5
  921. ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
  922. if eval "test "`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`" = set"; then
  923.   echo $ac_n "(cached) $ac_c" 1>&6
  924. else
  925.   ac_save_LIBS="$LIBS"
  926. LIBS="-lx  $LIBS"
  927. cat > conftest.$ac_ext <<EOF
  928. #line 1027 "configure"
  929. #include "confdefs.h"
  930. /* Override any gcc2 internal prototype to avoid an error.  */
  931. /* We use char because int might match the return type of a gcc2
  932.     builtin and then its argument prototype would still apply.  */
  933. char opendir();
  934. int main() {
  935. opendir()
  936. ; return 0; }
  937. EOF
  938. if { (eval echo configure:1038: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  939.   rm -rf conftest*
  940.   eval "ac_cv_lib_$ac_lib_var=yes"
  941. else
  942.   echo "configure: failed program was:" >&5
  943.   cat conftest.$ac_ext >&5
  944.   rm -rf conftest*
  945.   eval "ac_cv_lib_$ac_lib_var=no"
  946. fi
  947. rm -f conftest*
  948. LIBS="$ac_save_LIBS"
  949. fi
  950. if eval "test "`echo '$ac_cv_lib_'$ac_lib_var`" = yes"; then
  951.   echo "$ac_t""yes" 1>&6
  952.   LIBS="$LIBS -lx"
  953. else
  954.   echo "$ac_t""no" 1>&6
  955. fi
  956. fi
  957. if test -z "$ac_header_dirent"; then
  958.   cat >> confdefs.h <<EOF
  959. #define NODIR 1
  960. EOF
  961. fi
  962. for ac_func in memmove sbrk strdup
  963. do
  964. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  965. echo "configure:1069: checking for $ac_func" >&5
  966. if eval "test "`echo '$''{'ac_cv_func_$ac_func'+set}'`" = set"; then
  967.   echo $ac_n "(cached) $ac_c" 1>&6
  968. else
  969.   cat > conftest.$ac_ext <<EOF
  970. #line 1074 "configure"
  971. #include "confdefs.h"
  972. /* System header to define __stub macros and hopefully few prototypes,
  973.     which can conflict with char $ac_func(); below.  */
  974. #include <assert.h>
  975. /* Override any gcc2 internal prototype to avoid an error.  */
  976. /* We use char because int might match the return type of a gcc2
  977.     builtin and then its argument prototype would still apply.  */
  978. char $ac_func();
  979. int main() {
  980. /* The GNU C library defines this for functions which it implements
  981.     to always fail with ENOSYS.  Some functions are actually named
  982.     something starting with __ and the normal name is an alias.  */
  983. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  984. choke me
  985. #else
  986. $ac_func();
  987. #endif
  988. ; return 0; }
  989. EOF
  990. if { (eval echo configure:1097: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  991.   rm -rf conftest*
  992.   eval "ac_cv_func_$ac_func=yes"
  993. else
  994.   echo "configure: failed program was:" >&5
  995.   cat conftest.$ac_ext >&5
  996.   rm -rf conftest*
  997.   eval "ac_cv_func_$ac_func=no"
  998. fi
  999. rm -f conftest*
  1000. fi
  1001. if eval "test "`echo '$ac_cv_func_'$ac_func`" = yes"; then
  1002.   echo "$ac_t""yes" 1>&6
  1003.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1004.   cat >> confdefs.h <<EOF
  1005. #define $ac_tr_func 1
  1006. EOF
  1007.  
  1008. else
  1009.   echo "$ac_t""no" 1>&6
  1010. fi
  1011. done
  1012. for ac_hdr in sys/mkdev.h sys/sysmacros.h malloc.h termios.h sys/types.h
  1013. do
  1014. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1015. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1016. echo "configure:1125: checking for $ac_hdr" >&5
  1017. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1018.   echo $ac_n "(cached) $ac_c" 1>&6
  1019. else
  1020.   cat > conftest.$ac_ext <<EOF
  1021. #line 1130 "configure"
  1022. #include "confdefs.h"
  1023. #include <$ac_hdr>
  1024. EOF
  1025. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1026. { (eval echo configure:1135: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1027. ac_err=`grep -v '^ *+' conftest.out`
  1028. if test -z "$ac_err"; then
  1029.   rm -rf conftest*
  1030.   eval "ac_cv_header_$ac_safe=yes"
  1031. else
  1032.   echo "$ac_err" >&5
  1033.   echo "configure: failed program was:" >&5
  1034.   cat conftest.$ac_ext >&5
  1035.   rm -rf conftest*
  1036.   eval "ac_cv_header_$ac_safe=no"
  1037. fi
  1038. rm -f conftest*
  1039. fi
  1040. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1041.   echo "$ac_t""yes" 1>&6
  1042.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1043.   cat >> confdefs.h <<EOF
  1044. #define $ac_tr_hdr 1
  1045. EOF
  1046.  
  1047. else
  1048.   echo "$ac_t""no" 1>&6
  1049. fi
  1050. done
  1051. for ac_hdr in unistd.h string.h strings.h sys/stat.h sys/fcntl.h
  1052. do
  1053. ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
  1054. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1055. echo "configure:1165: checking for $ac_hdr" >&5
  1056. if eval "test "`echo '$''{'ac_cv_header_$ac_safe'+set}'`" = set"; then
  1057.   echo $ac_n "(cached) $ac_c" 1>&6
  1058. else
  1059.   cat > conftest.$ac_ext <<EOF
  1060. #line 1170 "configure"
  1061. #include "confdefs.h"
  1062. #include <$ac_hdr>
  1063. EOF
  1064. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1065. { (eval echo configure:1175: "$ac_try") 1>&5; (eval $ac_try) 2>&5; }
  1066. ac_err=`grep -v '^ *+' conftest.out`
  1067. if test -z "$ac_err"; then
  1068.   rm -rf conftest*
  1069.   eval "ac_cv_header_$ac_safe=yes"
  1070. else
  1071.   echo "$ac_err" >&5
  1072.   echo "configure: failed program was:" >&5
  1073.   cat conftest.$ac_ext >&5
  1074.   rm -rf conftest*
  1075.   eval "ac_cv_header_$ac_safe=no"
  1076. fi
  1077. rm -f conftest*
  1078. fi
  1079. if eval "test "`echo '$ac_cv_header_'$ac_safe`" = yes"; then
  1080.   echo "$ac_t""yes" 1>&6
  1081.     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  1082.   cat >> confdefs.h <<EOF
  1083. #define $ac_tr_hdr 1
  1084. EOF
  1085.  
  1086. else
  1087.   echo "$ac_t""no" 1>&6
  1088. fi
  1089. done
  1090. ac_aux_dir=
  1091. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1092.   if test -f $ac_dir/install-sh; then
  1093.     ac_aux_dir=$ac_dir
  1094.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1095.     break
  1096.   elif test -f $ac_dir/install.sh; then
  1097.     ac_aux_dir=$ac_dir
  1098.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1099.     break
  1100.   fi
  1101. done
  1102. if test -z "$ac_aux_dir"; then
  1103.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  1104. fi
  1105. ac_config_guess=$ac_aux_dir/config.guess
  1106. ac_config_sub=$ac_aux_dir/config.sub
  1107. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  1108. # Find a good install program.  We prefer a C program (faster),
  1109. # so one script is as good as another.  But avoid the broken or
  1110. # incompatible versions:
  1111. # SysV /etc/install, /usr/sbin/install
  1112. # SunOS /usr/etc/install
  1113. # IRIX /sbin/install
  1114. # AIX /bin/install
  1115. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  1116. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  1117. # ./install, which can be erroneously created by make from ./install.sh.
  1118. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  1119. echo "configure:1231: checking for a BSD compatible install" >&5
  1120. if test -z "$INSTALL"; then
  1121. if eval "test "`echo '$''{'ac_cv_path_install'+set}'`" = set"; then
  1122.   echo $ac_n "(cached) $ac_c" 1>&6
  1123. else
  1124.     IFS="${IFS=  }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  1125.   for ac_dir in $PATH; do
  1126.     # Account for people who put trailing slashes in PATH elements.
  1127.     case "$ac_dir/" in
  1128.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  1129.     *)
  1130.       # OSF1 and SCO ODT 3.0 have their own names for install.
  1131.       for ac_prog in ginstall installbsd scoinst install; do
  1132.         if test -f $ac_dir/$ac_prog; then
  1133.   if test $ac_prog = install &&
  1134.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  1135.     # AIX install.  It has an incompatible calling convention.
  1136.     # OSF/1 installbsd also uses dspmsg, but is usable.
  1137.     :
  1138.   else
  1139.     ac_cv_path_install="$ac_dir/$ac_prog -c"
  1140.     break 2
  1141.   fi
  1142. fi
  1143.       done
  1144.       ;;
  1145.     esac
  1146.   done
  1147.   IFS="$ac_save_IFS"
  1148. fi
  1149.   if test "${ac_cv_path_install+set}" = set; then
  1150.     INSTALL="$ac_cv_path_install"
  1151.   else
  1152.     # As a last resort, use the slow shell script.  We don't cache a
  1153.     # path for INSTALL within a source directory, because that will
  1154.     # break other packages using the cache if that directory is
  1155.     # removed, or if the path is relative.
  1156.     INSTALL="$ac_install_sh"
  1157.   fi
  1158. fi
  1159. echo "$ac_t""$INSTALL" 1>&6
  1160. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  1161. # It thinks the first close brace ends the variable substitution.
  1162. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  1163. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  1164. trap '' 1 2 15
  1165. cat > confcache <<EOF
  1166. # This file is a shell script that caches the results of configure
  1167. # tests run on this system so they can be shared between configure
  1168. # scripts and configure runs.  It is not useful on other systems.
  1169. # If it contains results you don't want to keep, you may remove or edit it.
  1170. #
  1171. # By default, configure uses ./config.cache as the cache file,
  1172. # creating it if it does not exist already.  You can give configure
  1173. # the --cache-file=FILE option to use a different cache file; that is
  1174. # what configure does when it calls configure scripts in
  1175. # subdirectories, so they share the cache.
  1176. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1177. # config.status only pays attention to the cache file if you give it the
  1178. # --recheck option to rerun configure.
  1179. #
  1180. EOF
  1181. # The following way of writing the cache mishandles newlines in values,
  1182. # but we know of no workaround that is simple, portable, and efficient.
  1183. # So, don't put newlines in cache variables' values.
  1184. # Ultrix sh set writes to stderr and can't be redirected directly,
  1185. # and sets the high bit in the cache file unless we assign to the vars.
  1186. (set) 2>&1 |
  1187.   case `(ac_space=' '; set) 2>&1` in
  1188.   *ac_space= *)
  1189.     # `set' does not quote correctly, so add quotes (double-quote substitution
  1190.     # turns \\ into \, and sed turns \ into ).
  1191.     sed -n 
  1192.       -e "s/'/'\\''/g" 
  1193.       -e "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1='\2'}/p"
  1194.     ;;
  1195.   *)
  1196.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  1197.     sed -n -e 's/^([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*)=(.*)/1=${1=2}/p'
  1198.     ;;
  1199.   esac >> confcache
  1200. if cmp -s $cache_file confcache; then
  1201.   :
  1202. else
  1203.   if test -w $cache_file; then
  1204.     echo "updating cache $cache_file"
  1205.     cat confcache > $cache_file
  1206.   else
  1207.     echo "not updating unwritable cache $cache_file"
  1208.   fi
  1209. fi
  1210. rm -f confcache
  1211. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1212. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1213. # Let make expand exec_prefix.
  1214. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1215. # Any assignment to VPATH causes Sun make to only execute
  1216. # the first set of double-colon rules, so remove it if not needed.
  1217. # If there is a colon in the path, we need to keep it.
  1218. if test "x$srcdir" = x.; then
  1219.   ac_vpsub='/^[  ]*VPATH[  ]*=[^:]*$/d'
  1220. fi
  1221. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1222. DEFS=-DHAVE_CONFIG_H
  1223. # Without the "./", some shells look in PATH for config.status.
  1224. : ${CONFIG_STATUS=./config.status}
  1225. echo creating $CONFIG_STATUS
  1226. rm -f $CONFIG_STATUS
  1227. cat > $CONFIG_STATUS <<EOF
  1228. #! /bin/sh
  1229. # Generated automatically by configure.
  1230. # Run this file to recreate the current configuration.
  1231. # This directory was configured as follows,
  1232. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1233. #
  1234. # $0 $ac_configure_args
  1235. #
  1236. # Compiler output produced by configure, useful for debugging
  1237. # configure, is in ./config.log if it exists.
  1238. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1239. for ac_option
  1240. do
  1241.   case "$ac_option" in
  1242.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1243.     echo "running ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1244.     exec ${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1245.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1246.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1247.     exit 0 ;;
  1248.   -help | --help | --hel | --he | --h)
  1249.     echo "$ac_cs_usage"; exit 0 ;;
  1250.   *) echo "$ac_cs_usage"; exit 1 ;;
  1251.   esac
  1252. done
  1253. ac_given_srcdir=$srcdir
  1254. ac_given_INSTALL="$INSTALL"
  1255. trap 'rm -fr `echo "Makefile diag/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1256. EOF
  1257. cat >> $CONFIG_STATUS <<EOF
  1258. # Protect against being on the right side of a sed subst in config.status.
  1259. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  1260.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  1261. $ac_vpsub
  1262. $extrasub
  1263. s%@CFLAGS@%$CFLAGS%g
  1264. s%@CPPFLAGS@%$CPPFLAGS%g
  1265. s%@CXXFLAGS@%$CXXFLAGS%g
  1266. s%@DEFS@%$DEFS%g
  1267. s%@LDFLAGS@%$LDFLAGS%g
  1268. s%@LIBS@%$LIBS%g
  1269. s%@exec_prefix@%$exec_prefix%g
  1270. s%@prefix@%$prefix%g
  1271. s%@program_transform_name@%$program_transform_name%g
  1272. s%@bindir@%$bindir%g
  1273. s%@sbindir@%$sbindir%g
  1274. s%@libexecdir@%$libexecdir%g
  1275. s%@datadir@%$datadir%g
  1276. s%@sysconfdir@%$sysconfdir%g
  1277. s%@sharedstatedir@%$sharedstatedir%g
  1278. s%@localstatedir@%$localstatedir%g
  1279. s%@libdir@%$libdir%g
  1280. s%@includedir@%$includedir%g
  1281. s%@oldincludedir@%$oldincludedir%g
  1282. s%@infodir@%$infodir%g
  1283. s%@mandir@%$mandir%g
  1284. s%@CC@%$CC%g
  1285. s%@CPP@%$CPP%g
  1286. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1287. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1288. CEOF
  1289. EOF
  1290. cat >> $CONFIG_STATUS <<EOF
  1291. # Split the substitutions into bite-sized pieces for seds with
  1292. # small command number limits, like on Digital OSF/1 and HP-UX.
  1293. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1294. ac_file=1 # Number of current file.
  1295. ac_beg=1 # First line for current file.
  1296. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1297. ac_more_lines=:
  1298. ac_sed_cmds=""
  1299. while $ac_more_lines; do
  1300.   if test $ac_beg -gt 1; then
  1301.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1302.   else
  1303.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1304.   fi
  1305.   if test ! -s conftest.s$ac_file; then
  1306.     ac_more_lines=false
  1307.     rm -f conftest.s$ac_file
  1308.   else
  1309.     if test -z "$ac_sed_cmds"; then
  1310.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1311.     else
  1312.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1313.     fi
  1314.     ac_file=`expr $ac_file + 1`
  1315.     ac_beg=$ac_end
  1316.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1317.   fi
  1318. done
  1319. if test -z "$ac_sed_cmds"; then
  1320.   ac_sed_cmds=cat
  1321. fi
  1322. EOF
  1323. cat >> $CONFIG_STATUS <<EOF
  1324. CONFIG_FILES=${CONFIG_FILES-"Makefile diag/Makefile"}
  1325. EOF
  1326. cat >> $CONFIG_STATUS <<EOF
  1327. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1328.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1329.   case "$ac_file" in
  1330.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1331.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1332.   *) ac_file_in="${ac_file}.in" ;;
  1333.   esac
  1334.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1335.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1336.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1337.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1338.     # The file is in a subdirectory.
  1339.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1340.     ac_dir_suffix="/`echo $ac_dir|sed 's%^./%%'`"
  1341.     # A "../" for each directory in $ac_dir_suffix.
  1342.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1343.   else
  1344.     ac_dir_suffix= ac_dots=
  1345.   fi
  1346.   case "$ac_given_srcdir" in
  1347.   .)  srcdir=.
  1348.       if test -z "$ac_dots"; then top_srcdir=.
  1349.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1350.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1351.   *) # Relative path.
  1352.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1353.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1354.   esac
  1355.   case "$ac_given_INSTALL" in
  1356.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1357.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1358.   esac
  1359.   echo creating "$ac_file"
  1360.   rm -f "$ac_file"
  1361.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1362.   case "$ac_file" in
  1363.   *Makefile*) ac_comsub="1i\
  1364. # $configure_input" ;;
  1365.   *) ac_comsub= ;;
  1366.   esac
  1367.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1368.   sed -e "$ac_comsub
  1369. s%@configure_input@%$configure_input%g
  1370. s%@srcdir@%$srcdir%g
  1371. s%@top_srcdir@%$top_srcdir%g
  1372. s%@INSTALL@%$INSTALL%g
  1373. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1374. fi; done
  1375. rm -f conftest.s*
  1376. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1377. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1378. #
  1379. # ac_d sets the value in "#define NAME VALUE" lines.
  1380. ac_dA='s%^([  ]*)#([  ]*define[  ][  ]*)'
  1381. ac_dB='([  ][  ]*)[^  ]*%1#2'
  1382. ac_dC='3'
  1383. ac_dD='%g'
  1384. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1385. ac_uA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1386. ac_uB='([  ])%1#2define3'
  1387. ac_uC=' '
  1388. ac_uD='4%g'
  1389. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1390. ac_eA='s%^([  ]*)#([  ]*)undef([  ][  ]*)'
  1391. ac_eB='$%1#2define3'
  1392. ac_eC=' '
  1393. ac_eD='%g'
  1394. if test "${CONFIG_HEADERS+set}" != set; then
  1395. EOF
  1396. cat >> $CONFIG_STATUS <<EOF
  1397.   CONFIG_HEADERS="config.h"
  1398. EOF
  1399. cat >> $CONFIG_STATUS <<EOF
  1400. fi
  1401. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1402.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1403.   case "$ac_file" in
  1404.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1405.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1406.   *) ac_file_in="${ac_file}.in" ;;
  1407.   esac
  1408.   echo creating $ac_file
  1409.   rm -f conftest.frag conftest.in conftest.out
  1410.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1411.   cat $ac_file_inputs > conftest.in
  1412. EOF
  1413. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1414. # the proper values into config.h.in to produce config.h.  And first:
  1415. # Protect against being on the right side of a sed subst in config.status.
  1416. # Protect against being in an unquoted here document in config.status.
  1417. rm -f conftest.vals
  1418. cat > conftest.hdr <<EOF
  1419. s/[\&%]/\&/g
  1420. s%[\$`]%\&%g
  1421. s%#define ([A-Za-z_][A-Za-z0-9_]*) *(.*)%${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD}%gp
  1422. s%ac_d%ac_u%gp
  1423. s%ac_u%ac_e%gp
  1424. EOF
  1425. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1426. rm -f conftest.hdr
  1427. # This sed command replaces #undef with comments.  This is necessary, for
  1428. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1429. # on some systems where configure will not decide to define it.
  1430. cat >> conftest.vals <<EOF
  1431. s%^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1432. EOF
  1433. # Break up conftest.vals because some shells have a limit on
  1434. # the size of here documents, and old seds have small limits too.
  1435. rm -f conftest.tail
  1436. while :
  1437. do
  1438.   ac_lines=`grep -c . conftest.vals`
  1439.   # grep -c gives empty output for an empty file on some AIX systems.
  1440.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1441.   # Write a limited-size here document to conftest.frag.
  1442.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1443.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1444.   echo 'CEOF
  1445.   sed -f conftest.frag conftest.in > conftest.out
  1446.   rm -f conftest.in
  1447.   mv conftest.out conftest.in
  1448. ' >> $CONFIG_STATUS
  1449.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1450.   rm -f conftest.vals
  1451.   mv conftest.tail conftest.vals
  1452. done
  1453. rm -f conftest.vals
  1454. cat >> $CONFIG_STATUS <<EOF
  1455.   rm -f conftest.frag conftest.h
  1456.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1457.   cat conftest.in >> conftest.h
  1458.   rm -f conftest.in
  1459.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1460.     echo "$ac_file is unchanged"
  1461.     rm -f conftest.h
  1462.   else
  1463.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1464.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1465.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1466.       # The file is in a subdirectory.
  1467.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  1468.     fi
  1469.     rm -f $ac_file
  1470.     mv conftest.h $ac_file
  1471.   fi
  1472. fi; done
  1473. EOF
  1474. cat >> $CONFIG_STATUS <<EOF
  1475. EOF
  1476. cat >> $CONFIG_STATUS <<EOF
  1477. exit 0
  1478. EOF
  1479. chmod +x $CONFIG_STATUS
  1480. rm -fr confdefs* $ac_clean_files
  1481. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1