home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / f / runtime / configure < prev    next >
Text File  |  1996-10-01  |  51KB  |  1,785 lines

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