configure
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:118k
源码类别:

Windows CE

开发平台:

C/C++

  1. #! /bin/sh
  2. # Guess values for system-dependent variables and create Makefiles.
  3. # Generated by GNU Autoconf 2.59 for asap 0.2.1.
  4. #
  5. # Report bugs to <fox@scene.pl>.
  6. #
  7. # Copyright (C) 2003 Free Software Foundation, Inc.
  8. # This configure script is free software; the Free Software Foundation
  9. # gives unlimited permission to copy, distribute and modify it.
  10. ## --------------------- ##
  11. ## M4sh Initialization.  ##
  12. ## --------------------- ##
  13. # Be Bourne compatible
  14. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  15.   emulate sh
  16.   NULLCMD=:
  17.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  18.   # is contrary to our usage.  Disable this feature.
  19.   alias -g '${1+"$@"}'='"$@"'
  20. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  21.   set -o posix
  22. fi
  23. DUALCASE=1; export DUALCASE # for MKS sh
  24. # Support unset when possible.
  25. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  26.   as_unset=unset
  27. else
  28.   as_unset=false
  29. fi
  30. # Work around bugs in pre-3.0 UWIN ksh.
  31. $as_unset ENV MAIL MAILPATH
  32. PS1='$ '
  33. PS2='> '
  34. PS4='+ '
  35. # NLS nuisances.
  36. for as_var in 
  37.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  38.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  39.   LC_TELEPHONE LC_TIME
  40. do
  41.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  42.     eval $as_var=C; export $as_var
  43.   else
  44.     $as_unset $as_var
  45.   fi
  46. done
  47. # Required to use basename.
  48. if expr a : '(a)' >/dev/null 2>&1; then
  49.   as_expr=expr
  50. else
  51.   as_expr=false
  52. fi
  53. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  54.   as_basename=basename
  55. else
  56.   as_basename=false
  57. fi
  58. # Name of the executable.
  59. as_me=`$as_basename "$0" ||
  60. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  61.  X"$0" : 'X(//)$' | 
  62.  X"$0" : 'X(/)$' | 
  63.  .     : '(.)' 2>/dev/null ||
  64. echo X/"$0" |
  65.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  66.      /^X/(//)$/{ s//1/; q; }
  67.      /^X/(/).*/{ s//1/; q; }
  68.      s/.*/./; q'`
  69. # PATH needs CR, and LINENO needs CR and PATH.
  70. # Avoid depending upon Character Ranges.
  71. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  72. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  73. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  74. as_cr_digits='0123456789'
  75. as_cr_alnum=$as_cr_Letters$as_cr_digits
  76. # The user is always right.
  77. if test "${PATH_SEPARATOR+set}" != set; then
  78.   echo "#! /bin/sh" >conf$$.sh
  79.   echo  "exit 0"   >>conf$$.sh
  80.   chmod +x conf$$.sh
  81.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  82.     PATH_SEPARATOR=';'
  83.   else
  84.     PATH_SEPARATOR=:
  85.   fi
  86.   rm -f conf$$.sh
  87. fi
  88.   as_lineno_1=$LINENO
  89.   as_lineno_2=$LINENO
  90.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  91.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  92.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  93.   # Find who we are.  Look in the path if we contain no path at all
  94.   # relative or not.
  95.   case $0 in
  96.     *[\/]* ) as_myself=$0 ;;
  97.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  98. for as_dir in $PATH
  99. do
  100.   IFS=$as_save_IFS
  101.   test -z "$as_dir" && as_dir=.
  102.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  103. done
  104.        ;;
  105.   esac
  106.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  107.   # in which case we are not to be found in the path.
  108.   if test "x$as_myself" = x; then
  109.     as_myself=$0
  110.   fi
  111.   if test ! -f "$as_myself"; then
  112.     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
  113.    { (exit 1); exit 1; }; }
  114.   fi
  115.   case $CONFIG_SHELL in
  116.   '')
  117.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  118. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  119. do
  120.   IFS=$as_save_IFS
  121.   test -z "$as_dir" && as_dir=.
  122.   for as_base in sh bash ksh sh5; do
  123.  case $as_dir in
  124.  /*)
  125.    if ("$as_dir/$as_base" -c '
  126.   as_lineno_1=$LINENO
  127.   as_lineno_2=$LINENO
  128.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  129.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  130.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  131.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  132.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  133.      CONFIG_SHELL=$as_dir/$as_base
  134.      export CONFIG_SHELL
  135.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  136.    fi;;
  137.  esac
  138.        done
  139. done
  140. ;;
  141.   esac
  142.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  143.   # uniformly replaced by the line number.  The first 'sed' inserts a
  144.   # line-number line before each line; the second 'sed' does the real
  145.   # work.  The second script uses 'N' to pair each line-number line
  146.   # with the numbered line, and appends trailing '-' during
  147.   # substitution so that $LINENO is not a special case at line end.
  148.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  149.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  150.   sed '=' <$as_myself |
  151.     sed '
  152.       N
  153.       s,$,-,
  154.       : loop
  155.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  156.       t loop
  157.       s,-$,,
  158.       s,^['$as_cr_digits']*n,,
  159.     ' >$as_me.lineno &&
  160.   chmod +x $as_me.lineno ||
  161.     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  162.    { (exit 1); exit 1; }; }
  163.   # Don't try to exec as it changes $[0], causing all sort of problems
  164.   # (the dirname of $[0] is not the place where we might find the
  165.   # original and so on.  Autoconf is especially sensible to this).
  166.   . ./$as_me.lineno
  167.   # Exit status is that of the last command.
  168.   exit
  169. }
  170. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  171.   *c*,-n*) ECHO_N= ECHO_C='
  172. ' ECHO_T=' ' ;;
  173.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  174.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  175. esac
  176. if expr a : '(a)' >/dev/null 2>&1; then
  177.   as_expr=expr
  178. else
  179.   as_expr=false
  180. fi
  181. rm -f conf$$ conf$$.exe conf$$.file
  182. echo >conf$$.file
  183. if ln -s conf$$.file conf$$ 2>/dev/null; then
  184.   # We could just check for DJGPP; but this test a) works b) is more generic
  185.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  186.   if test -f conf$$.exe; then
  187.     # Don't use ln at all; we don't have any links
  188.     as_ln_s='cp -p'
  189.   else
  190.     as_ln_s='ln -s'
  191.   fi
  192. elif ln conf$$.file conf$$ 2>/dev/null; then
  193.   as_ln_s=ln
  194. else
  195.   as_ln_s='cp -p'
  196. fi
  197. rm -f conf$$ conf$$.exe conf$$.file
  198. if mkdir -p . 2>/dev/null; then
  199.   as_mkdir_p=:
  200. else
  201.   test -d ./-p && rmdir ./-p
  202.   as_mkdir_p=false
  203. fi
  204. as_executable_p="test -f"
  205. # Sed expression to map a string onto a valid CPP name.
  206. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  207. # Sed expression to map a string onto a valid variable name.
  208. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  209. # IFS
  210. # We need space, tab and new line, in precisely that order.
  211. as_nl='
  212. '
  213. IFS="  $as_nl"
  214. # CDPATH.
  215. $as_unset CDPATH
  216. # Name of the host.
  217. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  218. # so uname gets run too.
  219. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  220. exec 6>&1
  221. #
  222. # Initializations.
  223. #
  224. ac_default_prefix=/usr/local
  225. ac_config_libobj_dir=.
  226. cross_compiling=no
  227. subdirs=
  228. MFLAGS=
  229. MAKEFLAGS=
  230. SHELL=${CONFIG_SHELL-/bin/sh}
  231. # Maximum number of lines to put in a shell here document.
  232. # This variable seems obsolete.  It should probably be removed, and
  233. # only ac_max_sed_lines should be used.
  234. : ${ac_max_here_lines=38}
  235. # Identity of this package.
  236. PACKAGE_NAME='asap'
  237. PACKAGE_TARNAME='asap'
  238. PACKAGE_VERSION='0.2.1'
  239. PACKAGE_STRING='asap 0.2.1'
  240. PACKAGE_BUGREPORT='fox@scene.pl'
  241. ac_unique_file="asap.c"
  242. ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT HAVE_XMMS_CONFIG XMMS_CFLAGS XMMS_LIBS XMMS_INPUT_PLUGIN_DIR LIBOBJS LTLIBOBJS'
  243. ac_subst_files=''
  244. # Initialize some variables set by options.
  245. ac_init_help=
  246. ac_init_version=false
  247. # The variables have the same names as the options, with
  248. # dashes changed to underlines.
  249. cache_file=/dev/null
  250. exec_prefix=NONE
  251. no_create=
  252. no_recursion=
  253. prefix=NONE
  254. program_prefix=NONE
  255. program_suffix=NONE
  256. program_transform_name=s,x,x,
  257. silent=
  258. site=
  259. srcdir=
  260. verbose=
  261. x_includes=NONE
  262. x_libraries=NONE
  263. # Installation directory options.
  264. # These are left unexpanded so users can "make install exec_prefix=/foo"
  265. # and all the variables that are supposed to be based on exec_prefix
  266. # by default will actually change.
  267. # Use braces instead of parens because sh, perl, etc. also accept them.
  268. bindir='${exec_prefix}/bin'
  269. sbindir='${exec_prefix}/sbin'
  270. libexecdir='${exec_prefix}/libexec'
  271. datadir='${prefix}/share'
  272. sysconfdir='${prefix}/etc'
  273. sharedstatedir='${prefix}/com'
  274. localstatedir='${prefix}/var'
  275. libdir='${exec_prefix}/lib'
  276. includedir='${prefix}/include'
  277. oldincludedir='/usr/include'
  278. infodir='${prefix}/info'
  279. mandir='${prefix}/man'
  280. ac_prev=
  281. for ac_option
  282. do
  283.   # If the previous option needs an argument, assign it.
  284.   if test -n "$ac_prev"; then
  285.     eval "$ac_prev=$ac_option"
  286.     ac_prev=
  287.     continue
  288.   fi
  289.   ac_optarg=`expr "x$ac_option" : 'x[^=]*=(.*)'`
  290.   # Accept the important Cygnus configure options, so we can diagnose typos.
  291.   case $ac_option in
  292.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  293.     ac_prev=bindir ;;
  294.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  295.     bindir=$ac_optarg ;;
  296.   -build | --build | --buil | --bui | --bu)
  297.     ac_prev=build_alias ;;
  298.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  299.     build_alias=$ac_optarg ;;
  300.   -cache-file | --cache-file | --cache-fil | --cache-fi 
  301.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  302.     ac_prev=cache_file ;;
  303.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* 
  304.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  305.     cache_file=$ac_optarg ;;
  306.   --config-cache | -C)
  307.     cache_file=config.cache ;;
  308.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  309.     ac_prev=datadir ;;
  310.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* 
  311.   | --da=*)
  312.     datadir=$ac_optarg ;;
  313.   -disable-* | --disable-*)
  314.     ac_feature=`expr "x$ac_option" : 'x-*disable-(.*)'`
  315.     # Reject names that are not valid shell variable names.
  316.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  317.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  318.    { (exit 1); exit 1; }; }
  319.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  320.     eval "enable_$ac_feature=no" ;;
  321.   -enable-* | --enable-*)
  322.     ac_feature=`expr "x$ac_option" : 'x-*enable-([^=]*)'`
  323.     # Reject names that are not valid shell variable names.
  324.     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  325.       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  326.    { (exit 1); exit 1; }; }
  327.     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
  328.     case $ac_option in
  329.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  330.       *) ac_optarg=yes ;;
  331.     esac
  332.     eval "enable_$ac_feature='$ac_optarg'" ;;
  333.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi 
  334.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- 
  335.   | --exec | --exe | --ex)
  336.     ac_prev=exec_prefix ;;
  337.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* 
  338.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* 
  339.   | --exec=* | --exe=* | --ex=*)
  340.     exec_prefix=$ac_optarg ;;
  341.   -gas | --gas | --ga | --g)
  342.     # Obsolete; use --with-gas.
  343.     with_gas=yes ;;
  344.   -help | --help | --hel | --he | -h)
  345.     ac_init_help=long ;;
  346.   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  347.     ac_init_help=recursive ;;
  348.   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  349.     ac_init_help=short ;;
  350.   -host | --host | --hos | --ho)
  351.     ac_prev=host_alias ;;
  352.   -host=* | --host=* | --hos=* | --ho=*)
  353.     host_alias=$ac_optarg ;;
  354.   -includedir | --includedir | --includedi | --included | --include 
  355.   | --includ | --inclu | --incl | --inc)
  356.     ac_prev=includedir ;;
  357.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* 
  358.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  359.     includedir=$ac_optarg ;;
  360.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  361.     ac_prev=infodir ;;
  362.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  363.     infodir=$ac_optarg ;;
  364.   -libdir | --libdir | --libdi | --libd)
  365.     ac_prev=libdir ;;
  366.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  367.     libdir=$ac_optarg ;;
  368.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec 
  369.   | --libexe | --libex | --libe)
  370.     ac_prev=libexecdir ;;
  371.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* 
  372.   | --libexe=* | --libex=* | --libe=*)
  373.     libexecdir=$ac_optarg ;;
  374.   -localstatedir | --localstatedir | --localstatedi | --localstated 
  375.   | --localstate | --localstat | --localsta | --localst 
  376.   | --locals | --local | --loca | --loc | --lo)
  377.     ac_prev=localstatedir ;;
  378.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* 
  379.   | --localstate=* | --localstat=* | --localsta=* | --localst=* 
  380.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  381.     localstatedir=$ac_optarg ;;
  382.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  383.     ac_prev=mandir ;;
  384.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  385.     mandir=$ac_optarg ;;
  386.   -nfp | --nfp | --nf)
  387.     # Obsolete; use --without-fp.
  388.     with_fp=no ;;
  389.   -no-create | --no-create | --no-creat | --no-crea | --no-cre 
  390.   | --no-cr | --no-c | -n)
  391.     no_create=yes ;;
  392.   -no-recursion | --no-recursion | --no-recursio | --no-recursi 
  393.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  394.     no_recursion=yes ;;
  395.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded 
  396.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc 
  397.   | --oldin | --oldi | --old | --ol | --o)
  398.     ac_prev=oldincludedir ;;
  399.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* 
  400.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* 
  401.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  402.     oldincludedir=$ac_optarg ;;
  403.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  404.     ac_prev=prefix ;;
  405.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  406.     prefix=$ac_optarg ;;
  407.   -program-prefix | --program-prefix | --program-prefi | --program-pref 
  408.   | --program-pre | --program-pr | --program-p)
  409.     ac_prev=program_prefix ;;
  410.   -program-prefix=* | --program-prefix=* | --program-prefi=* 
  411.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  412.     program_prefix=$ac_optarg ;;
  413.   -program-suffix | --program-suffix | --program-suffi | --program-suff 
  414.   | --program-suf | --program-su | --program-s)
  415.     ac_prev=program_suffix ;;
  416.   -program-suffix=* | --program-suffix=* | --program-suffi=* 
  417.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  418.     program_suffix=$ac_optarg ;;
  419.   -program-transform-name | --program-transform-name 
  420.   | --program-transform-nam | --program-transform-na 
  421.   | --program-transform-n | --program-transform- 
  422.   | --program-transform | --program-transfor 
  423.   | --program-transfo | --program-transf 
  424.   | --program-trans | --program-tran 
  425.   | --progr-tra | --program-tr | --program-t)
  426.     ac_prev=program_transform_name ;;
  427.   -program-transform-name=* | --program-transform-name=* 
  428.   | --program-transform-nam=* | --program-transform-na=* 
  429.   | --program-transform-n=* | --program-transform-=* 
  430.   | --program-transform=* | --program-transfor=* 
  431.   | --program-transfo=* | --program-transf=* 
  432.   | --program-trans=* | --program-tran=* 
  433.   | --progr-tra=* | --program-tr=* | --program-t=*)
  434.     program_transform_name=$ac_optarg ;;
  435.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  436.   | -silent | --silent | --silen | --sile | --sil)
  437.     silent=yes ;;
  438.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  439.     ac_prev=sbindir ;;
  440.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* 
  441.   | --sbi=* | --sb=*)
  442.     sbindir=$ac_optarg ;;
  443.   -sharedstatedir | --sharedstatedir | --sharedstatedi 
  444.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta 
  445.   | --sharedst | --shareds | --shared | --share | --shar 
  446.   | --sha | --sh)
  447.     ac_prev=sharedstatedir ;;
  448.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* 
  449.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* 
  450.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* 
  451.   | --sha=* | --sh=*)
  452.     sharedstatedir=$ac_optarg ;;
  453.   -site | --site | --sit)
  454.     ac_prev=site ;;
  455.   -site=* | --site=* | --sit=*)
  456.     site=$ac_optarg ;;
  457.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  458.     ac_prev=srcdir ;;
  459.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  460.     srcdir=$ac_optarg ;;
  461.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf 
  462.   | --syscon | --sysco | --sysc | --sys | --sy)
  463.     ac_prev=sysconfdir ;;
  464.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* 
  465.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  466.     sysconfdir=$ac_optarg ;;
  467.   -target | --target | --targe | --targ | --tar | --ta | --t)
  468.     ac_prev=target_alias ;;
  469.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  470.     target_alias=$ac_optarg ;;
  471.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  472.     verbose=yes ;;
  473.   -version | --version | --versio | --versi | --vers | -V)
  474.     ac_init_version=: ;;
  475.   -with-* | --with-*)
  476.     ac_package=`expr "x$ac_option" : 'x-*with-([^=]*)'`
  477.     # Reject names that are not valid shell variable names.
  478.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  479.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  480.    { (exit 1); exit 1; }; }
  481.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  482.     case $ac_option in
  483.       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`;;
  484.       *) ac_optarg=yes ;;
  485.     esac
  486.     eval "with_$ac_package='$ac_optarg'" ;;
  487.   -without-* | --without-*)
  488.     ac_package=`expr "x$ac_option" : 'x-*without-(.*)'`
  489.     # Reject names that are not valid shell variable names.
  490.     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
  491.       { echo "$as_me: error: invalid package name: $ac_package" >&2
  492.    { (exit 1); exit 1; }; }
  493.     ac_package=`echo $ac_package | sed 's/-/_/g'`
  494.     eval "with_$ac_package=no" ;;
  495.   --x)
  496.     # Obsolete; use --with-x.
  497.     with_x=yes ;;
  498.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu 
  499.   | --x-incl | --x-inc | --x-in | --x-i)
  500.     ac_prev=x_includes ;;
  501.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* 
  502.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  503.     x_includes=$ac_optarg ;;
  504.   -x-libraries | --x-libraries | --x-librarie | --x-librari 
  505.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  506.     ac_prev=x_libraries ;;
  507.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* 
  508.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  509.     x_libraries=$ac_optarg ;;
  510.   -*) { echo "$as_me: error: unrecognized option: $ac_option
  511. Try `$0 --help' for more information." >&2
  512.    { (exit 1); exit 1; }; }
  513.     ;;
  514.   *=*)
  515.     ac_envvar=`expr "x$ac_option" : 'x([^=]*)='`
  516.     # Reject names that are not valid shell variable names.
  517.     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
  518.       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
  519.    { (exit 1); exit 1; }; }
  520.     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\''/g"`
  521.     eval "$ac_envvar='$ac_optarg'"
  522.     export $ac_envvar ;;
  523.   *)
  524.     # FIXME: should be removed in autoconf 3.0.
  525.     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  526.     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  527.       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  528.     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  529.     ;;
  530.   esac
  531. done
  532. if test -n "$ac_prev"; then
  533.   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
  534.   { echo "$as_me: error: missing argument to $ac_option" >&2
  535.    { (exit 1); exit 1; }; }
  536. fi
  537. # Be sure to have absolute paths.
  538. for ac_var in exec_prefix prefix
  539. do
  540.   eval ac_val=$`echo $ac_var`
  541.   case $ac_val in
  542.     [\/$]* | ?:[\/]* | NONE | '' ) ;;
  543.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  544.    { (exit 1); exit 1; }; };;
  545.   esac
  546. done
  547. # Be sure to have absolute paths.
  548. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir 
  549.       localstatedir libdir includedir oldincludedir infodir mandir
  550. do
  551.   eval ac_val=$`echo $ac_var`
  552.   case $ac_val in
  553.     [\/$]* | ?:[\/]* ) ;;
  554.     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
  555.    { (exit 1); exit 1; }; };;
  556.   esac
  557. done
  558. # There might be people who depend on the old broken behavior: `$host'
  559. # used to hold the argument of --host etc.
  560. # FIXME: To remove some day.
  561. build=$build_alias
  562. host=$host_alias
  563. target=$target_alias
  564. # FIXME: To remove some day.
  565. if test "x$host_alias" != x; then
  566.   if test "x$build_alias" = x; then
  567.     cross_compiling=maybe
  568.     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
  569.     If a cross compiler is detected then cross compile mode will be used." >&2
  570.   elif test "x$build_alias" != "x$host_alias"; then
  571.     cross_compiling=yes
  572.   fi
  573. fi
  574. ac_tool_prefix=
  575. test -n "$host_alias" && ac_tool_prefix=$host_alias-
  576. test "$silent" = yes && exec 6>/dev/null
  577. # Find the source files, if location was not specified.
  578. if test -z "$srcdir"; then
  579.   ac_srcdir_defaulted=yes
  580.   # Try the directory containing this script, then its parent.
  581.   ac_confdir=`(dirname "$0") 2>/dev/null ||
  582. $as_expr X"$0" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  583.  X"$0" : 'X(//)[^/]' | 
  584.  X"$0" : 'X(//)$' | 
  585.  X"$0" : 'X(/)' | 
  586.  .     : '(.)' 2>/dev/null ||
  587. echo X"$0" |
  588.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  589.      /^X(//)[^/].*/{ s//1/; q; }
  590.      /^X(//)$/{ s//1/; q; }
  591.      /^X(/).*/{ s//1/; q; }
  592.      s/.*/./; q'`
  593.   srcdir=$ac_confdir
  594.   if test ! -r $srcdir/$ac_unique_file; then
  595.     srcdir=..
  596.   fi
  597. else
  598.   ac_srcdir_defaulted=no
  599. fi
  600. if test ! -r $srcdir/$ac_unique_file; then
  601.   if test "$ac_srcdir_defaulted" = yes; then
  602.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
  603.    { (exit 1); exit 1; }; }
  604.   else
  605.     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
  606.    { (exit 1); exit 1; }; }
  607.   fi
  608. fi
  609. (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
  610.   { echo "$as_me: error: sources are in $srcdir, but `cd $srcdir' does not work" >&2
  611.    { (exit 1); exit 1; }; }
  612. srcdir=`echo "$srcdir" | sed 's%([^\/])[\/]*$%1%'`
  613. ac_env_build_alias_set=${build_alias+set}
  614. ac_env_build_alias_value=$build_alias
  615. ac_cv_env_build_alias_set=${build_alias+set}
  616. ac_cv_env_build_alias_value=$build_alias
  617. ac_env_host_alias_set=${host_alias+set}
  618. ac_env_host_alias_value=$host_alias
  619. ac_cv_env_host_alias_set=${host_alias+set}
  620. ac_cv_env_host_alias_value=$host_alias
  621. ac_env_target_alias_set=${target_alias+set}
  622. ac_env_target_alias_value=$target_alias
  623. ac_cv_env_target_alias_set=${target_alias+set}
  624. ac_cv_env_target_alias_value=$target_alias
  625. ac_env_CC_set=${CC+set}
  626. ac_env_CC_value=$CC
  627. ac_cv_env_CC_set=${CC+set}
  628. ac_cv_env_CC_value=$CC
  629. ac_env_CFLAGS_set=${CFLAGS+set}
  630. ac_env_CFLAGS_value=$CFLAGS
  631. ac_cv_env_CFLAGS_set=${CFLAGS+set}
  632. ac_cv_env_CFLAGS_value=$CFLAGS
  633. ac_env_LDFLAGS_set=${LDFLAGS+set}
  634. ac_env_LDFLAGS_value=$LDFLAGS
  635. ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
  636. ac_cv_env_LDFLAGS_value=$LDFLAGS
  637. ac_env_CPPFLAGS_set=${CPPFLAGS+set}
  638. ac_env_CPPFLAGS_value=$CPPFLAGS
  639. ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
  640. ac_cv_env_CPPFLAGS_value=$CPPFLAGS
  641. #
  642. # Report the --help message.
  643. #
  644. if test "$ac_init_help" = "long"; then
  645.   # Omit some internal or obsolete options to make the list less imposing.
  646.   # This message is too long to be a string in the A/UX 3.1 sh.
  647.   cat <<_ACEOF
  648. `configure' configures asap 0.2.1 to adapt to many kinds of systems.
  649. Usage: $0 [OPTION]... [VAR=VALUE]...
  650. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  651. VAR=VALUE.  See below for descriptions of some of the useful variables.
  652. Defaults for the options are specified in brackets.
  653. Configuration:
  654.   -h, --help              display this help and exit
  655.       --help=short        display options specific to this package
  656.       --help=recursive    display the short help of all the included packages
  657.   -V, --version           display version information and exit
  658.   -q, --quiet, --silent   do not print `checking...' messages
  659.       --cache-file=FILE   cache test results in FILE [disabled]
  660.   -C, --config-cache      alias for `--cache-file=config.cache'
  661.   -n, --no-create         do not create output files
  662.       --srcdir=DIR        find the sources in DIR [configure dir or `..']
  663. _ACEOF
  664.   cat <<_ACEOF
  665. Installation directories:
  666.   --prefix=PREFIX         install architecture-independent files in PREFIX
  667.   [$ac_default_prefix]
  668.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  669.   [PREFIX]
  670. By default, `make install' will install all the files in
  671. `$ac_default_prefix/bin', `$ac_default_prefix/lib' etc.  You can specify
  672. an installation prefix other than `$ac_default_prefix' using `--prefix',
  673. for instance `--prefix=$HOME'.
  674. For better control, use the options below.
  675. Fine tuning of the installation directories:
  676.   --bindir=DIR           user executables [EPREFIX/bin]
  677.   --sbindir=DIR          system admin executables [EPREFIX/sbin]
  678.   --libexecdir=DIR       program executables [EPREFIX/libexec]
  679.   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
  680.   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
  681.   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  682.   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
  683.   --libdir=DIR           object code libraries [EPREFIX/lib]
  684.   --includedir=DIR       C header files [PREFIX/include]
  685.   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
  686.   --infodir=DIR          info documentation [PREFIX/info]
  687.   --mandir=DIR           man documentation [PREFIX/man]
  688. _ACEOF
  689.   cat <<_ACEOF
  690. System types:
  691.   --build=BUILD     configure for building on BUILD [guessed]
  692.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  693. _ACEOF
  694. fi
  695. if test -n "$ac_init_help"; then
  696.   case $ac_init_help in
  697.      short | recursive ) echo "Configuration of asap 0.2.1:";;
  698.    esac
  699.   cat <<_ACEOF
  700. Optional Features:
  701.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  702.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  703.   --enable-unalignedwords Override usage of unaligned words
  704.   --enable-stereo         Support stereo tunes (default=ON)
  705. Some influential environment variables:
  706.   CC          C compiler command
  707.   CFLAGS      C compiler flags
  708.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  709.               nonstandard directory <lib dir>
  710.   CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
  711.               headers in a nonstandard directory <include dir>
  712. Use these variables to override the choices made by `configure' or to help
  713. it to find libraries and programs with nonstandard names/locations.
  714. Report bugs to <fox@scene.pl>.
  715. _ACEOF
  716. fi
  717. if test "$ac_init_help" = "recursive"; then
  718.   # If there are subdirs, report their specific --help.
  719.   ac_popdir=`pwd`
  720.   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
  721.     test -d $ac_dir || continue
  722.     ac_builddir=.
  723. if test "$ac_dir" != .; then
  724.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  725.   # A "../" for each directory in $ac_dir_suffix.
  726.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  727. else
  728.   ac_dir_suffix= ac_top_builddir=
  729. fi
  730. case $srcdir in
  731.   .)  # No --srcdir option.  We are building in place.
  732.     ac_srcdir=.
  733.     if test -z "$ac_top_builddir"; then
  734.        ac_top_srcdir=.
  735.     else
  736.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  737.     fi ;;
  738.   [\/]* | ?:[\/]* )  # Absolute path.
  739.     ac_srcdir=$srcdir$ac_dir_suffix;
  740.     ac_top_srcdir=$srcdir ;;
  741.   *) # Relative path.
  742.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  743.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  744. esac
  745. # Do not use `cd foo && pwd` to compute absolute paths, because
  746. # the directories may not exist.
  747. case `pwd` in
  748. .) ac_abs_builddir="$ac_dir";;
  749. *)
  750.   case "$ac_dir" in
  751.   .) ac_abs_builddir=`pwd`;;
  752.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  753.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  754.   esac;;
  755. esac
  756. case $ac_abs_builddir in
  757. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  758. *)
  759.   case ${ac_top_builddir}. in
  760.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  761.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  762.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  763.   esac;;
  764. esac
  765. case $ac_abs_builddir in
  766. .) ac_abs_srcdir=$ac_srcdir;;
  767. *)
  768.   case $ac_srcdir in
  769.   .) ac_abs_srcdir=$ac_abs_builddir;;
  770.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  771.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  772.   esac;;
  773. esac
  774. case $ac_abs_builddir in
  775. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  776. *)
  777.   case $ac_top_srcdir in
  778.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  779.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  780.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  781.   esac;;
  782. esac
  783.     cd $ac_dir
  784.     # Check for guested configure; otherwise get Cygnus style configure.
  785.     if test -f $ac_srcdir/configure.gnu; then
  786.       echo
  787.       $SHELL $ac_srcdir/configure.gnu  --help=recursive
  788.     elif test -f $ac_srcdir/configure; then
  789.       echo
  790.       $SHELL $ac_srcdir/configure  --help=recursive
  791.     elif test -f $ac_srcdir/configure.ac ||
  792.    test -f $ac_srcdir/configure.in; then
  793.       echo
  794.       $ac_configure --help
  795.     else
  796.       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
  797.     fi
  798.     cd $ac_popdir
  799.   done
  800. fi
  801. test -n "$ac_init_help" && exit 0
  802. if $ac_init_version; then
  803.   cat <<_ACEOF
  804. asap configure 0.2.1
  805. generated by GNU Autoconf 2.59
  806. Copyright (C) 2003 Free Software Foundation, Inc.
  807. This configure script is free software; the Free Software Foundation
  808. gives unlimited permission to copy, distribute and modify it.
  809. _ACEOF
  810.   exit 0
  811. fi
  812. exec 5>config.log
  813. cat >&5 <<_ACEOF
  814. This file contains any messages produced by compilers while
  815. running configure, to aid debugging if configure makes a mistake.
  816. It was created by asap $as_me 0.2.1, which was
  817. generated by GNU Autoconf 2.59.  Invocation command line was
  818.   $ $0 $@
  819. _ACEOF
  820. {
  821. cat <<_ASUNAME
  822. ## --------- ##
  823. ## Platform. ##
  824. ## --------- ##
  825. hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
  826. uname -m = `(uname -m) 2>/dev/null || echo unknown`
  827. uname -r = `(uname -r) 2>/dev/null || echo unknown`
  828. uname -s = `(uname -s) 2>/dev/null || echo unknown`
  829. uname -v = `(uname -v) 2>/dev/null || echo unknown`
  830. /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
  831. /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
  832. /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
  833. /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
  834. /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
  835. hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
  836. /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
  837. /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
  838. /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
  839. _ASUNAME
  840. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  841. for as_dir in $PATH
  842. do
  843.   IFS=$as_save_IFS
  844.   test -z "$as_dir" && as_dir=.
  845.   echo "PATH: $as_dir"
  846. done
  847. } >&5
  848. cat >&5 <<_ACEOF
  849. ## ----------- ##
  850. ## Core tests. ##
  851. ## ----------- ##
  852. _ACEOF
  853. # Keep a trace of the command line.
  854. # Strip out --no-create and --no-recursion so they do not pile up.
  855. # Strip out --silent because we don't want to record it for future runs.
  856. # Also quote any args containing shell meta-characters.
  857. # Make two passes to allow for proper duplicate-argument suppression.
  858. ac_configure_args=
  859. ac_configure_args0=
  860. ac_configure_args1=
  861. ac_sep=
  862. ac_must_keep_next=false
  863. for ac_pass in 1 2
  864. do
  865.   for ac_arg
  866.   do
  867.     case $ac_arg in
  868.     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
  869.     -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  870.     | -silent | --silent | --silen | --sile | --sil)
  871.       continue ;;
  872.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  873.       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\''/g"` ;;
  874.     esac
  875.     case $ac_pass in
  876.     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
  877.     2)
  878.       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
  879.       if test $ac_must_keep_next = true; then
  880. ac_must_keep_next=false # Got value, back to normal.
  881.       else
  882. case $ac_arg in
  883.   *=* | --config-cache | -C | -disable-* | --disable-* 
  884.   | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* 
  885.   | -q | -quiet | --q* | -silent | --sil* | -v | -verb* 
  886.   | -with-* | --with-* | -without-* | --without-* | --x)
  887.     case "$ac_configure_args0 " in
  888.       "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
  889.     esac
  890.     ;;
  891.   -* ) ac_must_keep_next=true ;;
  892. esac
  893.       fi
  894.       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
  895.       # Get rid of the leading space.
  896.       ac_sep=" "
  897.       ;;
  898.     esac
  899.   done
  900. done
  901. $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
  902. $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
  903. # When interrupted or exit'd, cleanup temporary files, and complete
  904. # config.log.  We remove comments because anyway the quotes in there
  905. # would cause problems or look ugly.
  906. # WARNING: Be sure not to use single quotes in there, as some shells,
  907. # such as our DU 5.0 friend, will then `close' the trap.
  908. trap 'exit_status=$?
  909.   # Save into config.log some information that might help in debugging.
  910.   {
  911.     echo
  912.     cat <<_ASBOX
  913. ## ---------------- ##
  914. ## Cache variables. ##
  915. ## ---------------- ##
  916. _ASBOX
  917.     echo
  918.     # The following way of writing the cache mishandles newlines in values,
  919. {
  920.   (set) 2>&1 |
  921.     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
  922.     *ac_space= *)
  923.       sed -n 
  924. "s/'"'"'/'"'"'\\'"'"''"'"'/g;
  925.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='"'"'\2'"'"'/p"
  926.       ;;
  927.     *)
  928.       sed -n 
  929. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  930.       ;;
  931.     esac;
  932. }
  933.     echo
  934.     cat <<_ASBOX
  935. ## ----------------- ##
  936. ## Output variables. ##
  937. ## ----------------- ##
  938. _ASBOX
  939.     echo
  940.     for ac_var in $ac_subst_vars
  941.     do
  942.       eval ac_val=$`echo $ac_var`
  943.       echo "$ac_var='"'"'$ac_val'"'"'"
  944.     done | sort
  945.     echo
  946.     if test -n "$ac_subst_files"; then
  947.       cat <<_ASBOX
  948. ## ------------- ##
  949. ## Output files. ##
  950. ## ------------- ##
  951. _ASBOX
  952.       echo
  953.       for ac_var in $ac_subst_files
  954.       do
  955. eval ac_val=$`echo $ac_var`
  956. echo "$ac_var='"'"'$ac_val'"'"'"
  957.       done | sort
  958.       echo
  959.     fi
  960.     if test -s confdefs.h; then
  961.       cat <<_ASBOX
  962. ## ----------- ##
  963. ## confdefs.h. ##
  964. ## ----------- ##
  965. _ASBOX
  966.       echo
  967.       sed "/^$/d" confdefs.h | sort
  968.       echo
  969.     fi
  970.     test "$ac_signal" != 0 &&
  971.       echo "$as_me: caught signal $ac_signal"
  972.     echo "$as_me: exit $exit_status"
  973.   } >&5
  974.   rm -f core *.core &&
  975.   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
  976.     exit $exit_status
  977.      ' 0
  978. for ac_signal in 1 2 13 15; do
  979.   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
  980. done
  981. ac_signal=0
  982. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  983. rm -rf conftest* confdefs.h
  984. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  985. echo >confdefs.h
  986. # Predefined preprocessor variables.
  987. cat >>confdefs.h <<_ACEOF
  988. #define PACKAGE_NAME "$PACKAGE_NAME"
  989. _ACEOF
  990. cat >>confdefs.h <<_ACEOF
  991. #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
  992. _ACEOF
  993. cat >>confdefs.h <<_ACEOF
  994. #define PACKAGE_VERSION "$PACKAGE_VERSION"
  995. _ACEOF
  996. cat >>confdefs.h <<_ACEOF
  997. #define PACKAGE_STRING "$PACKAGE_STRING"
  998. _ACEOF
  999. cat >>confdefs.h <<_ACEOF
  1000. #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
  1001. _ACEOF
  1002. # Let the site file select an alternate cache file if it wants to.
  1003. # Prefer explicitly selected file to automatically selected ones.
  1004. if test -z "$CONFIG_SITE"; then
  1005.   if test "x$prefix" != xNONE; then
  1006.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  1007.   else
  1008.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  1009.   fi
  1010. fi
  1011. for ac_site_file in $CONFIG_SITE; do
  1012.   if test -r "$ac_site_file"; then
  1013.     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
  1014. echo "$as_me: loading site script $ac_site_file" >&6;}
  1015.     sed 's/^/| /' "$ac_site_file" >&5
  1016.     . "$ac_site_file"
  1017.   fi
  1018. done
  1019. if test -r "$cache_file"; then
  1020.   # Some versions of bash will fail to source /dev/null (special
  1021.   # files actually), so we avoid doing that.
  1022.   if test -f "$cache_file"; then
  1023.     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
  1024. echo "$as_me: loading cache $cache_file" >&6;}
  1025.     case $cache_file in
  1026.       [\/]* | ?:[\/]* ) . $cache_file;;
  1027.       *)                      . ./$cache_file;;
  1028.     esac
  1029.   fi
  1030. else
  1031.   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
  1032. echo "$as_me: creating cache $cache_file" >&6;}
  1033.   >$cache_file
  1034. fi
  1035. # Check that the precious variables saved in the cache have kept the same
  1036. # value.
  1037. ac_cache_corrupted=false
  1038. for ac_var in `(set) 2>&1 |
  1039.        sed -n 's/^ac_env_([a-zA-Z_0-9]*)_set=.*/1/p'`; do
  1040.   eval ac_old_set=$ac_cv_env_${ac_var}_set
  1041.   eval ac_new_set=$ac_env_${ac_var}_set
  1042.   eval ac_old_val="$ac_cv_env_${ac_var}_value"
  1043.   eval ac_new_val="$ac_env_${ac_var}_value"
  1044.   case $ac_old_set,$ac_new_set in
  1045.     set,)
  1046.       { echo "$as_me:$LINENO: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&5
  1047. echo "$as_me: error: `$ac_var' was set to `$ac_old_val' in the previous run" >&2;}
  1048.       ac_cache_corrupted=: ;;
  1049.     ,set)
  1050.       { echo "$as_me:$LINENO: error: `$ac_var' was not set in the previous run" >&5
  1051. echo "$as_me: error: `$ac_var' was not set in the previous run" >&2;}
  1052.       ac_cache_corrupted=: ;;
  1053.     ,);;
  1054.     *)
  1055.       if test "x$ac_old_val" != "x$ac_new_val"; then
  1056. { echo "$as_me:$LINENO: error: `$ac_var' has changed since the previous run:" >&5
  1057. echo "$as_me: error: `$ac_var' has changed since the previous run:" >&2;}
  1058. { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
  1059. echo "$as_me:   former value:  $ac_old_val" >&2;}
  1060. { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
  1061. echo "$as_me:   current value: $ac_new_val" >&2;}
  1062. ac_cache_corrupted=:
  1063.       fi;;
  1064.   esac
  1065.   # Pass precious variables to config.status.
  1066.   if test "$ac_new_set" = set; then
  1067.     case $ac_new_val in
  1068.     *" "*|*" "*|*[[]~#$^&*(){}\|;<>?"']*)
  1069.       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\''/g"` ;;
  1070.     *) ac_arg=$ac_var=$ac_new_val ;;
  1071.     esac
  1072.     case " $ac_configure_args " in
  1073.       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
  1074.       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  1075.     esac
  1076.   fi
  1077. done
  1078. if $ac_cache_corrupted; then
  1079.   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
  1080. echo "$as_me: error: changes in the environment can compromise the build" >&2;}
  1081.   { { echo "$as_me:$LINENO: error: run `make distclean' and/or `rm $cache_file' and start over" >&5
  1082. echo "$as_me: error: run `make distclean' and/or `rm $cache_file' and start over" >&2;}
  1083.    { (exit 1); exit 1; }; }
  1084. fi
  1085. ac_ext=c
  1086. ac_cpp='$CPP $CPPFLAGS'
  1087. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1088. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1089. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1090.           ac_config_headers="$ac_config_headers config.h"
  1091. ac_aux_dir=
  1092. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  1093.   if test -f $ac_dir/install-sh; then
  1094.     ac_aux_dir=$ac_dir
  1095.     ac_install_sh="$ac_aux_dir/install-sh -c"
  1096.     break
  1097.   elif test -f $ac_dir/install.sh; then
  1098.     ac_aux_dir=$ac_dir
  1099.     ac_install_sh="$ac_aux_dir/install.sh -c"
  1100.     break
  1101.   elif test -f $ac_dir/shtool; then
  1102.     ac_aux_dir=$ac_dir
  1103.     ac_install_sh="$ac_aux_dir/shtool install -c"
  1104.     break
  1105.   fi
  1106. done
  1107. if test -z "$ac_aux_dir"; then
  1108.   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
  1109. echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
  1110.    { (exit 1); exit 1; }; }
  1111. fi
  1112. ac_config_guess="$SHELL $ac_aux_dir/config.guess"
  1113. ac_config_sub="$SHELL $ac_aux_dir/config.sub"
  1114. ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
  1115. # Make sure we can run config.sub.
  1116. $ac_config_sub sun4 >/dev/null 2>&1 ||
  1117.   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
  1118. echo "$as_me: error: cannot run $ac_config_sub" >&2;}
  1119.    { (exit 1); exit 1; }; }
  1120. echo "$as_me:$LINENO: checking build system type" >&5
  1121. echo $ECHO_N "checking build system type... $ECHO_C" >&6
  1122. if test "${ac_cv_build+set}" = set; then
  1123.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1124. else
  1125.   ac_cv_build_alias=$build_alias
  1126. test -z "$ac_cv_build_alias" &&
  1127.   ac_cv_build_alias=`$ac_config_guess`
  1128. test -z "$ac_cv_build_alias" &&
  1129.   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
  1130. echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
  1131.    { (exit 1); exit 1; }; }
  1132. ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
  1133.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
  1134. echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
  1135.    { (exit 1); exit 1; }; }
  1136. fi
  1137. echo "$as_me:$LINENO: result: $ac_cv_build" >&5
  1138. echo "${ECHO_T}$ac_cv_build" >&6
  1139. build=$ac_cv_build
  1140. build_cpu=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1141. build_vendor=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1142. build_os=`echo $ac_cv_build | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1143. echo "$as_me:$LINENO: checking host system type" >&5
  1144. echo $ECHO_N "checking host system type... $ECHO_C" >&6
  1145. if test "${ac_cv_host+set}" = set; then
  1146.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1147. else
  1148.   ac_cv_host_alias=$host_alias
  1149. test -z "$ac_cv_host_alias" &&
  1150.   ac_cv_host_alias=$ac_cv_build_alias
  1151. ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
  1152.   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
  1153. echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
  1154.    { (exit 1); exit 1; }; }
  1155. fi
  1156. echo "$as_me:$LINENO: result: $ac_cv_host" >&5
  1157. echo "${ECHO_T}$ac_cv_host" >&6
  1158. host=$ac_cv_host
  1159. host_cpu=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/1/'`
  1160. host_vendor=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/2/'`
  1161. host_os=`echo $ac_cv_host | sed 's/^([^-]*)-([^-]*)-(.*)$/3/'`
  1162. if [ "X_$CFLAGS" = "X_" ]; then
  1163.     CFLAGS="-O2 -Wall"
  1164. fi
  1165. if [ "X_$LDFLAGS" = "X_" ]; then
  1166.     LDFLAGS="-s"
  1167. fi
  1168. ac_ext=c
  1169. ac_cpp='$CPP $CPPFLAGS'
  1170. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1171. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1172. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  1173. if test -n "$ac_tool_prefix"; then
  1174.   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
  1175. set dummy ${ac_tool_prefix}gcc; ac_word=$2
  1176. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1177. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1178. if test "${ac_cv_prog_CC+set}" = set; then
  1179.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1180. else
  1181.   if test -n "$CC"; then
  1182.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1183. else
  1184. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1185. for as_dir in $PATH
  1186. do
  1187.   IFS=$as_save_IFS
  1188.   test -z "$as_dir" && as_dir=.
  1189.   for ac_exec_ext in '' $ac_executable_extensions; do
  1190.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1191.     ac_cv_prog_CC="${ac_tool_prefix}gcc"
  1192.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1193.     break 2
  1194.   fi
  1195. done
  1196. done
  1197. fi
  1198. fi
  1199. CC=$ac_cv_prog_CC
  1200. if test -n "$CC"; then
  1201.   echo "$as_me:$LINENO: result: $CC" >&5
  1202. echo "${ECHO_T}$CC" >&6
  1203. else
  1204.   echo "$as_me:$LINENO: result: no" >&5
  1205. echo "${ECHO_T}no" >&6
  1206. fi
  1207. fi
  1208. if test -z "$ac_cv_prog_CC"; then
  1209.   ac_ct_CC=$CC
  1210.   # Extract the first word of "gcc", so it can be a program name with args.
  1211. set dummy gcc; ac_word=$2
  1212. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1213. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1214. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1215.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1216. else
  1217.   if test -n "$ac_ct_CC"; then
  1218.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1219. else
  1220. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1221. for as_dir in $PATH
  1222. do
  1223.   IFS=$as_save_IFS
  1224.   test -z "$as_dir" && as_dir=.
  1225.   for ac_exec_ext in '' $ac_executable_extensions; do
  1226.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1227.     ac_cv_prog_ac_ct_CC="gcc"
  1228.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1229.     break 2
  1230.   fi
  1231. done
  1232. done
  1233. fi
  1234. fi
  1235. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1236. if test -n "$ac_ct_CC"; then
  1237.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1238. echo "${ECHO_T}$ac_ct_CC" >&6
  1239. else
  1240.   echo "$as_me:$LINENO: result: no" >&5
  1241. echo "${ECHO_T}no" >&6
  1242. fi
  1243.   CC=$ac_ct_CC
  1244. else
  1245.   CC="$ac_cv_prog_CC"
  1246. fi
  1247. if test -z "$CC"; then
  1248.   if test -n "$ac_tool_prefix"; then
  1249.   # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
  1250. set dummy ${ac_tool_prefix}cc; ac_word=$2
  1251. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1252. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1253. if test "${ac_cv_prog_CC+set}" = set; then
  1254.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1255. else
  1256.   if test -n "$CC"; then
  1257.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1258. else
  1259. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1260. for as_dir in $PATH
  1261. do
  1262.   IFS=$as_save_IFS
  1263.   test -z "$as_dir" && as_dir=.
  1264.   for ac_exec_ext in '' $ac_executable_extensions; do
  1265.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1266.     ac_cv_prog_CC="${ac_tool_prefix}cc"
  1267.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1268.     break 2
  1269.   fi
  1270. done
  1271. done
  1272. fi
  1273. fi
  1274. CC=$ac_cv_prog_CC
  1275. if test -n "$CC"; then
  1276.   echo "$as_me:$LINENO: result: $CC" >&5
  1277. echo "${ECHO_T}$CC" >&6
  1278. else
  1279.   echo "$as_me:$LINENO: result: no" >&5
  1280. echo "${ECHO_T}no" >&6
  1281. fi
  1282. fi
  1283. if test -z "$ac_cv_prog_CC"; then
  1284.   ac_ct_CC=$CC
  1285.   # Extract the first word of "cc", so it can be a program name with args.
  1286. set dummy cc; ac_word=$2
  1287. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1288. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1289. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1290.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1291. else
  1292.   if test -n "$ac_ct_CC"; then
  1293.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1294. else
  1295. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1296. for as_dir in $PATH
  1297. do
  1298.   IFS=$as_save_IFS
  1299.   test -z "$as_dir" && as_dir=.
  1300.   for ac_exec_ext in '' $ac_executable_extensions; do
  1301.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1302.     ac_cv_prog_ac_ct_CC="cc"
  1303.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1304.     break 2
  1305.   fi
  1306. done
  1307. done
  1308. fi
  1309. fi
  1310. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1311. if test -n "$ac_ct_CC"; then
  1312.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1313. echo "${ECHO_T}$ac_ct_CC" >&6
  1314. else
  1315.   echo "$as_me:$LINENO: result: no" >&5
  1316. echo "${ECHO_T}no" >&6
  1317. fi
  1318.   CC=$ac_ct_CC
  1319. else
  1320.   CC="$ac_cv_prog_CC"
  1321. fi
  1322. fi
  1323. if test -z "$CC"; then
  1324.   # Extract the first word of "cc", so it can be a program name with args.
  1325. set dummy cc; ac_word=$2
  1326. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1327. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1328. if test "${ac_cv_prog_CC+set}" = set; then
  1329.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1330. else
  1331.   if test -n "$CC"; then
  1332.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1333. else
  1334.   ac_prog_rejected=no
  1335. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1336. for as_dir in $PATH
  1337. do
  1338.   IFS=$as_save_IFS
  1339.   test -z "$as_dir" && as_dir=.
  1340.   for ac_exec_ext in '' $ac_executable_extensions; do
  1341.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1342.     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
  1343.        ac_prog_rejected=yes
  1344.        continue
  1345.      fi
  1346.     ac_cv_prog_CC="cc"
  1347.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1348.     break 2
  1349.   fi
  1350. done
  1351. done
  1352. if test $ac_prog_rejected = yes; then
  1353.   # We found a bogon in the path, so make sure we never use it.
  1354.   set dummy $ac_cv_prog_CC
  1355.   shift
  1356.   if test $# != 0; then
  1357.     # We chose a different compiler from the bogus one.
  1358.     # However, it has the same basename, so the bogon will be chosen
  1359.     # first if we set CC to just the basename; use the full file name.
  1360.     shift
  1361.     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
  1362.   fi
  1363. fi
  1364. fi
  1365. fi
  1366. CC=$ac_cv_prog_CC
  1367. if test -n "$CC"; then
  1368.   echo "$as_me:$LINENO: result: $CC" >&5
  1369. echo "${ECHO_T}$CC" >&6
  1370. else
  1371.   echo "$as_me:$LINENO: result: no" >&5
  1372. echo "${ECHO_T}no" >&6
  1373. fi
  1374. fi
  1375. if test -z "$CC"; then
  1376.   if test -n "$ac_tool_prefix"; then
  1377.   for ac_prog in cl
  1378.   do
  1379.     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
  1380. set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1381. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1382. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1383. if test "${ac_cv_prog_CC+set}" = set; then
  1384.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1385. else
  1386.   if test -n "$CC"; then
  1387.   ac_cv_prog_CC="$CC" # Let the user override the test.
  1388. else
  1389. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1390. for as_dir in $PATH
  1391. do
  1392.   IFS=$as_save_IFS
  1393.   test -z "$as_dir" && as_dir=.
  1394.   for ac_exec_ext in '' $ac_executable_extensions; do
  1395.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1396.     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1397.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1398.     break 2
  1399.   fi
  1400. done
  1401. done
  1402. fi
  1403. fi
  1404. CC=$ac_cv_prog_CC
  1405. if test -n "$CC"; then
  1406.   echo "$as_me:$LINENO: result: $CC" >&5
  1407. echo "${ECHO_T}$CC" >&6
  1408. else
  1409.   echo "$as_me:$LINENO: result: no" >&5
  1410. echo "${ECHO_T}no" >&6
  1411. fi
  1412.     test -n "$CC" && break
  1413.   done
  1414. fi
  1415. if test -z "$CC"; then
  1416.   ac_ct_CC=$CC
  1417.   for ac_prog in cl
  1418. do
  1419.   # Extract the first word of "$ac_prog", so it can be a program name with args.
  1420. set dummy $ac_prog; ac_word=$2
  1421. echo "$as_me:$LINENO: checking for $ac_word" >&5
  1422. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  1423. if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
  1424.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1425. else
  1426.   if test -n "$ac_ct_CC"; then
  1427.   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
  1428. else
  1429. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1430. for as_dir in $PATH
  1431. do
  1432.   IFS=$as_save_IFS
  1433.   test -z "$as_dir" && as_dir=.
  1434.   for ac_exec_ext in '' $ac_executable_extensions; do
  1435.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1436.     ac_cv_prog_ac_ct_CC="$ac_prog"
  1437.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  1438.     break 2
  1439.   fi
  1440. done
  1441. done
  1442. fi
  1443. fi
  1444. ac_ct_CC=$ac_cv_prog_ac_ct_CC
  1445. if test -n "$ac_ct_CC"; then
  1446.   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
  1447. echo "${ECHO_T}$ac_ct_CC" >&6
  1448. else
  1449.   echo "$as_me:$LINENO: result: no" >&5
  1450. echo "${ECHO_T}no" >&6
  1451. fi
  1452.   test -n "$ac_ct_CC" && break
  1453. done
  1454.   CC=$ac_ct_CC
  1455. fi
  1456. fi
  1457. test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in $PATH
  1458. See `config.log' for more details." >&5
  1459. echo "$as_me: error: no acceptable C compiler found in $PATH
  1460. See `config.log' for more details." >&2;}
  1461.    { (exit 1); exit 1; }; }
  1462. # Provide some information about the compiler.
  1463. echo "$as_me:$LINENO:" 
  1464.      "checking for C compiler version" >&5
  1465. ac_compiler=`set X $ac_compile; echo $2`
  1466. { (eval echo "$as_me:$LINENO: "$ac_compiler --version </dev/null >&5"") >&5
  1467.   (eval $ac_compiler --version </dev/null >&5) 2>&5
  1468.   ac_status=$?
  1469.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1470.   (exit $ac_status); }
  1471. { (eval echo "$as_me:$LINENO: "$ac_compiler -v </dev/null >&5"") >&5
  1472.   (eval $ac_compiler -v </dev/null >&5) 2>&5
  1473.   ac_status=$?
  1474.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1475.   (exit $ac_status); }
  1476. { (eval echo "$as_me:$LINENO: "$ac_compiler -V </dev/null >&5"") >&5
  1477.   (eval $ac_compiler -V </dev/null >&5) 2>&5
  1478.   ac_status=$?
  1479.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1480.   (exit $ac_status); }
  1481. cat >conftest.$ac_ext <<_ACEOF
  1482. /* confdefs.h.  */
  1483. _ACEOF
  1484. cat confdefs.h >>conftest.$ac_ext
  1485. cat >>conftest.$ac_ext <<_ACEOF
  1486. /* end confdefs.h.  */
  1487. int
  1488. main ()
  1489. {
  1490.   ;
  1491.   return 0;
  1492. }
  1493. _ACEOF
  1494. ac_clean_files_save=$ac_clean_files
  1495. ac_clean_files="$ac_clean_files a.out a.exe b.out"
  1496. # Try to create an executable without -o first, disregard a.out.
  1497. # It will help us diagnose broken compilers, and finding out an intuition
  1498. # of exeext.
  1499. echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
  1500. echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
  1501. ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
  1502. if { (eval echo "$as_me:$LINENO: "$ac_link_default"") >&5
  1503.   (eval $ac_link_default) 2>&5
  1504.   ac_status=$?
  1505.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1506.   (exit $ac_status); }; then
  1507.   # Find the output, starting from the most likely.  This scheme is
  1508. # not robust to junk in `.', hence go to wildcards (a.*) only as a last
  1509. # resort.
  1510. # Be careful to initialize this variable, since it used to be cached.
  1511. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
  1512. ac_cv_exeext=
  1513. # b.out is created by i960 compilers.
  1514. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
  1515. do
  1516.   test -f "$ac_file" || continue
  1517.   case $ac_file in
  1518.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
  1519. ;;
  1520.     conftest.$ac_ext )
  1521. # This is the source file.
  1522. ;;
  1523.     [ab].out )
  1524. # We found the default executable, but exeext='' is most
  1525. # certainly right.
  1526. break;;
  1527.     *.* )
  1528. ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1529. # FIXME: I believe we export ac_cv_exeext for Libtool,
  1530. # but it would be cool to find out if it's true.  Does anybody
  1531. # maintain Libtool? --akim.
  1532. export ac_cv_exeext
  1533. break;;
  1534.     * )
  1535. break;;
  1536.   esac
  1537. done
  1538. else
  1539.   echo "$as_me: failed program was:" >&5
  1540. sed 's/^/| /' conftest.$ac_ext >&5
  1541. { { echo "$as_me:$LINENO: error: C compiler cannot create executables
  1542. See `config.log' for more details." >&5
  1543. echo "$as_me: error: C compiler cannot create executables
  1544. See `config.log' for more details." >&2;}
  1545.    { (exit 77); exit 77; }; }
  1546. fi
  1547. ac_exeext=$ac_cv_exeext
  1548. echo "$as_me:$LINENO: result: $ac_file" >&5
  1549. echo "${ECHO_T}$ac_file" >&6
  1550. # Check the compiler produces executables we can run.  If not, either
  1551. # the compiler is broken, or we cross compile.
  1552. echo "$as_me:$LINENO: checking whether the C compiler works" >&5
  1553. echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
  1554. # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
  1555. # If not cross compiling, check that we can run a simple program.
  1556. if test "$cross_compiling" != yes; then
  1557.   if { ac_try='./$ac_file'
  1558.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1559.   (eval $ac_try) 2>&5
  1560.   ac_status=$?
  1561.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1562.   (exit $ac_status); }; }; then
  1563.     cross_compiling=no
  1564.   else
  1565.     if test "$cross_compiling" = maybe; then
  1566. cross_compiling=yes
  1567.     else
  1568. { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
  1569. If you meant to cross compile, use `--host'.
  1570. See `config.log' for more details." >&5
  1571. echo "$as_me: error: cannot run C compiled programs.
  1572. If you meant to cross compile, use `--host'.
  1573. See `config.log' for more details." >&2;}
  1574.    { (exit 1); exit 1; }; }
  1575.     fi
  1576.   fi
  1577. fi
  1578. echo "$as_me:$LINENO: result: yes" >&5
  1579. echo "${ECHO_T}yes" >&6
  1580. rm -f a.out a.exe conftest$ac_cv_exeext b.out
  1581. ac_clean_files=$ac_clean_files_save
  1582. # Check the compiler produces executables we can run.  If not, either
  1583. # the compiler is broken, or we cross compile.
  1584. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
  1585. echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
  1586. echo "$as_me:$LINENO: result: $cross_compiling" >&5
  1587. echo "${ECHO_T}$cross_compiling" >&6
  1588. echo "$as_me:$LINENO: checking for suffix of executables" >&5
  1589. echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
  1590. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1591.   (eval $ac_link) 2>&5
  1592.   ac_status=$?
  1593.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1594.   (exit $ac_status); }; then
  1595.   # If both `conftest.exe' and `conftest' are `present' (well, observable)
  1596. # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
  1597. # work properly (i.e., refer to `conftest.exe'), while it won't with
  1598. # `rm'.
  1599. for ac_file in conftest.exe conftest conftest.*; do
  1600.   test -f "$ac_file" || continue
  1601.   case $ac_file in
  1602.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
  1603.     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*(..*)'`
  1604.   export ac_cv_exeext
  1605.   break;;
  1606.     * ) break;;
  1607.   esac
  1608. done
  1609. else
  1610.   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
  1611. See `config.log' for more details." >&5
  1612. echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
  1613. See `config.log' for more details." >&2;}
  1614.    { (exit 1); exit 1; }; }
  1615. fi
  1616. rm -f conftest$ac_cv_exeext
  1617. echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
  1618. echo "${ECHO_T}$ac_cv_exeext" >&6
  1619. rm -f conftest.$ac_ext
  1620. EXEEXT=$ac_cv_exeext
  1621. ac_exeext=$EXEEXT
  1622. echo "$as_me:$LINENO: checking for suffix of object files" >&5
  1623. echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
  1624. if test "${ac_cv_objext+set}" = set; then
  1625.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1626. else
  1627.   cat >conftest.$ac_ext <<_ACEOF
  1628. /* confdefs.h.  */
  1629. _ACEOF
  1630. cat confdefs.h >>conftest.$ac_ext
  1631. cat >>conftest.$ac_ext <<_ACEOF
  1632. /* end confdefs.h.  */
  1633. int
  1634. main ()
  1635. {
  1636.   ;
  1637.   return 0;
  1638. }
  1639. _ACEOF
  1640. rm -f conftest.o conftest.obj
  1641. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1642.   (eval $ac_compile) 2>&5
  1643.   ac_status=$?
  1644.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1645.   (exit $ac_status); }; then
  1646.   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
  1647.   case $ac_file in
  1648.     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
  1649.     *) ac_cv_objext=`expr "$ac_file" : '.*.(.*)'`
  1650.        break;;
  1651.   esac
  1652. done
  1653. else
  1654.   echo "$as_me: failed program was:" >&5
  1655. sed 's/^/| /' conftest.$ac_ext >&5
  1656. { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
  1657. See `config.log' for more details." >&5
  1658. echo "$as_me: error: cannot compute suffix of object files: cannot compile
  1659. See `config.log' for more details." >&2;}
  1660.    { (exit 1); exit 1; }; }
  1661. fi
  1662. rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1663. fi
  1664. echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
  1665. echo "${ECHO_T}$ac_cv_objext" >&6
  1666. OBJEXT=$ac_cv_objext
  1667. ac_objext=$OBJEXT
  1668. echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
  1669. echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
  1670. if test "${ac_cv_c_compiler_gnu+set}" = set; then
  1671.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1672. else
  1673.   cat >conftest.$ac_ext <<_ACEOF
  1674. /* confdefs.h.  */
  1675. _ACEOF
  1676. cat confdefs.h >>conftest.$ac_ext
  1677. cat >>conftest.$ac_ext <<_ACEOF
  1678. /* end confdefs.h.  */
  1679. int
  1680. main ()
  1681. {
  1682. #ifndef __GNUC__
  1683.        choke me
  1684. #endif
  1685.   ;
  1686.   return 0;
  1687. }
  1688. _ACEOF
  1689. rm -f conftest.$ac_objext
  1690. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1691.   (eval $ac_compile) 2>conftest.er1
  1692.   ac_status=$?
  1693.   grep -v '^ *+' conftest.er1 >conftest.err
  1694.   rm -f conftest.er1
  1695.   cat conftest.err >&5
  1696.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1697.   (exit $ac_status); } &&
  1698.  { ac_try='test -z "$ac_c_werror_flag"
  1699.  || test ! -s conftest.err'
  1700.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1701.   (eval $ac_try) 2>&5
  1702.   ac_status=$?
  1703.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1704.   (exit $ac_status); }; } &&
  1705.  { ac_try='test -s conftest.$ac_objext'
  1706.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1707.   (eval $ac_try) 2>&5
  1708.   ac_status=$?
  1709.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1710.   (exit $ac_status); }; }; then
  1711.   ac_compiler_gnu=yes
  1712. else
  1713.   echo "$as_me: failed program was:" >&5
  1714. sed 's/^/| /' conftest.$ac_ext >&5
  1715. ac_compiler_gnu=no
  1716. fi
  1717. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1718. ac_cv_c_compiler_gnu=$ac_compiler_gnu
  1719. fi
  1720. echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
  1721. echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
  1722. GCC=`test $ac_compiler_gnu = yes && echo yes`
  1723. ac_test_CFLAGS=${CFLAGS+set}
  1724. ac_save_CFLAGS=$CFLAGS
  1725. CFLAGS="-g"
  1726. echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
  1727. echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
  1728. if test "${ac_cv_prog_cc_g+set}" = set; then
  1729.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1730. else
  1731.   cat >conftest.$ac_ext <<_ACEOF
  1732. /* confdefs.h.  */
  1733. _ACEOF
  1734. cat confdefs.h >>conftest.$ac_ext
  1735. cat >>conftest.$ac_ext <<_ACEOF
  1736. /* end confdefs.h.  */
  1737. int
  1738. main ()
  1739. {
  1740.   ;
  1741.   return 0;
  1742. }
  1743. _ACEOF
  1744. rm -f conftest.$ac_objext
  1745. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1746.   (eval $ac_compile) 2>conftest.er1
  1747.   ac_status=$?
  1748.   grep -v '^ *+' conftest.er1 >conftest.err
  1749.   rm -f conftest.er1
  1750.   cat conftest.err >&5
  1751.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1752.   (exit $ac_status); } &&
  1753.  { ac_try='test -z "$ac_c_werror_flag"
  1754.  || test ! -s conftest.err'
  1755.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1756.   (eval $ac_try) 2>&5
  1757.   ac_status=$?
  1758.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1759.   (exit $ac_status); }; } &&
  1760.  { ac_try='test -s conftest.$ac_objext'
  1761.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1762.   (eval $ac_try) 2>&5
  1763.   ac_status=$?
  1764.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1765.   (exit $ac_status); }; }; then
  1766.   ac_cv_prog_cc_g=yes
  1767. else
  1768.   echo "$as_me: failed program was:" >&5
  1769. sed 's/^/| /' conftest.$ac_ext >&5
  1770. ac_cv_prog_cc_g=no
  1771. fi
  1772. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1773. fi
  1774. echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
  1775. echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
  1776. if test "$ac_test_CFLAGS" = set; then
  1777.   CFLAGS=$ac_save_CFLAGS
  1778. elif test $ac_cv_prog_cc_g = yes; then
  1779.   if test "$GCC" = yes; then
  1780.     CFLAGS="-g -O2"
  1781.   else
  1782.     CFLAGS="-g"
  1783.   fi
  1784. else
  1785.   if test "$GCC" = yes; then
  1786.     CFLAGS="-O2"
  1787.   else
  1788.     CFLAGS=
  1789.   fi
  1790. fi
  1791. echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
  1792. echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
  1793. if test "${ac_cv_prog_cc_stdc+set}" = set; then
  1794.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1795. else
  1796.   ac_cv_prog_cc_stdc=no
  1797. ac_save_CC=$CC
  1798. cat >conftest.$ac_ext <<_ACEOF
  1799. /* confdefs.h.  */
  1800. _ACEOF
  1801. cat confdefs.h >>conftest.$ac_ext
  1802. cat >>conftest.$ac_ext <<_ACEOF
  1803. /* end confdefs.h.  */
  1804. #include <stdarg.h>
  1805. #include <stdio.h>
  1806. #include <sys/types.h>
  1807. #include <sys/stat.h>
  1808. /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1809. struct buf { int x; };
  1810. FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1811. static char *e (p, i)
  1812.      char **p;
  1813.      int i;
  1814. {
  1815.   return p[i];
  1816. }
  1817. static char *f (char * (*g) (char **, int), char **p, ...)
  1818. {
  1819.   char *s;
  1820.   va_list v;
  1821.   va_start (v,p);
  1822.   s = g (p, va_arg (v,int));
  1823.   va_end (v);
  1824.   return s;
  1825. }
  1826. /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
  1827.    function prototypes and stuff, but not 'xHH' hex character constants.
  1828.    These don't provoke an error unfortunately, instead are silently treated
  1829.    as 'x'.  The following induces an error, until -std1 is added to get
  1830.    proper ANSI mode.  Curiously 'x00'!='x' always comes out true, for an
  1831.    array size at least.  It's necessary to write 'x00'==0 to get something
  1832.    that's true only with -std1.  */
  1833. int osf4_cc_array ['x00' == 0 ? 1 : -1];
  1834. int test (int i, double x);
  1835. struct s1 {int (*f) (int a);};
  1836. struct s2 {int (*f) (double a);};
  1837. int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1838. int argc;
  1839. char **argv;
  1840. int
  1841. main ()
  1842. {
  1843. return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
  1844.   ;
  1845.   return 0;
  1846. }
  1847. _ACEOF
  1848. # Don't try gcc -ansi; that turns off useful extensions and
  1849. # breaks some systems' header files.
  1850. # AIX -qlanglvl=ansi
  1851. # Ultrix and OSF/1 -std1
  1852. # HP-UX 10.20 and later -Ae
  1853. # HP-UX older versions -Aa -D_HPUX_SOURCE
  1854. # SVR4 -Xc -D__EXTENSIONS__
  1855. for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
  1856. do
  1857.   CC="$ac_save_CC $ac_arg"
  1858.   rm -f conftest.$ac_objext
  1859. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1860.   (eval $ac_compile) 2>conftest.er1
  1861.   ac_status=$?
  1862.   grep -v '^ *+' conftest.er1 >conftest.err
  1863.   rm -f conftest.er1
  1864.   cat conftest.err >&5
  1865.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1866.   (exit $ac_status); } &&
  1867.  { ac_try='test -z "$ac_c_werror_flag"
  1868.  || test ! -s conftest.err'
  1869.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1870.   (eval $ac_try) 2>&5
  1871.   ac_status=$?
  1872.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1873.   (exit $ac_status); }; } &&
  1874.  { ac_try='test -s conftest.$ac_objext'
  1875.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1876.   (eval $ac_try) 2>&5
  1877.   ac_status=$?
  1878.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1879.   (exit $ac_status); }; }; then
  1880.   ac_cv_prog_cc_stdc=$ac_arg
  1881. break
  1882. else
  1883.   echo "$as_me: failed program was:" >&5
  1884. sed 's/^/| /' conftest.$ac_ext >&5
  1885. fi
  1886. rm -f conftest.err conftest.$ac_objext
  1887. done
  1888. rm -f conftest.$ac_ext conftest.$ac_objext
  1889. CC=$ac_save_CC
  1890. fi
  1891. case "x$ac_cv_prog_cc_stdc" in
  1892.   x|xno)
  1893.     echo "$as_me:$LINENO: result: none needed" >&5
  1894. echo "${ECHO_T}none needed" >&6 ;;
  1895.   *)
  1896.     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
  1897. echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
  1898.     CC="$CC $ac_cv_prog_cc_stdc" ;;
  1899. esac
  1900. # Some people use a C++ compiler to compile C.  Since we use `exit',
  1901. # in C++ we need to declare it.  In case someone uses the same compiler
  1902. # for both compiling C and C++ we need to have the C++ compiler decide
  1903. # the declaration of exit, since it's the most demanding environment.
  1904. cat >conftest.$ac_ext <<_ACEOF
  1905. #ifndef __cplusplus
  1906.   choke me
  1907. #endif
  1908. _ACEOF
  1909. rm -f conftest.$ac_objext
  1910. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1911.   (eval $ac_compile) 2>conftest.er1
  1912.   ac_status=$?
  1913.   grep -v '^ *+' conftest.er1 >conftest.err
  1914.   rm -f conftest.er1
  1915.   cat conftest.err >&5
  1916.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1917.   (exit $ac_status); } &&
  1918.  { ac_try='test -z "$ac_c_werror_flag"
  1919.  || test ! -s conftest.err'
  1920.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1921.   (eval $ac_try) 2>&5
  1922.   ac_status=$?
  1923.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1924.   (exit $ac_status); }; } &&
  1925.  { ac_try='test -s conftest.$ac_objext'
  1926.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1927.   (eval $ac_try) 2>&5
  1928.   ac_status=$?
  1929.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1930.   (exit $ac_status); }; }; then
  1931.   for ac_declaration in 
  1932.    '' 
  1933.    'extern "C" void std::exit (int) throw (); using std::exit;' 
  1934.    'extern "C" void std::exit (int); using std::exit;' 
  1935.    'extern "C" void exit (int) throw ();' 
  1936.    'extern "C" void exit (int);' 
  1937.    'void exit (int);'
  1938. do
  1939.   cat >conftest.$ac_ext <<_ACEOF
  1940. /* confdefs.h.  */
  1941. _ACEOF
  1942. cat confdefs.h >>conftest.$ac_ext
  1943. cat >>conftest.$ac_ext <<_ACEOF
  1944. /* end confdefs.h.  */
  1945. $ac_declaration
  1946. #include <stdlib.h>
  1947. int
  1948. main ()
  1949. {
  1950. exit (42);
  1951.   ;
  1952.   return 0;
  1953. }
  1954. _ACEOF
  1955. rm -f conftest.$ac_objext
  1956. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1957.   (eval $ac_compile) 2>conftest.er1
  1958.   ac_status=$?
  1959.   grep -v '^ *+' conftest.er1 >conftest.err
  1960.   rm -f conftest.er1
  1961.   cat conftest.err >&5
  1962.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1963.   (exit $ac_status); } &&
  1964.  { ac_try='test -z "$ac_c_werror_flag"
  1965.  || test ! -s conftest.err'
  1966.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1967.   (eval $ac_try) 2>&5
  1968.   ac_status=$?
  1969.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1970.   (exit $ac_status); }; } &&
  1971.  { ac_try='test -s conftest.$ac_objext'
  1972.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1973.   (eval $ac_try) 2>&5
  1974.   ac_status=$?
  1975.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1976.   (exit $ac_status); }; }; then
  1977.   :
  1978. else
  1979.   echo "$as_me: failed program was:" >&5
  1980. sed 's/^/| /' conftest.$ac_ext >&5
  1981. continue
  1982. fi
  1983. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1984.   cat >conftest.$ac_ext <<_ACEOF
  1985. /* confdefs.h.  */
  1986. _ACEOF
  1987. cat confdefs.h >>conftest.$ac_ext
  1988. cat >>conftest.$ac_ext <<_ACEOF
  1989. /* end confdefs.h.  */
  1990. $ac_declaration
  1991. int
  1992. main ()
  1993. {
  1994. exit (42);
  1995.   ;
  1996.   return 0;
  1997. }
  1998. _ACEOF
  1999. rm -f conftest.$ac_objext
  2000. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2001.   (eval $ac_compile) 2>conftest.er1
  2002.   ac_status=$?
  2003.   grep -v '^ *+' conftest.er1 >conftest.err
  2004.   rm -f conftest.er1
  2005.   cat conftest.err >&5
  2006.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2007.   (exit $ac_status); } &&
  2008.  { ac_try='test -z "$ac_c_werror_flag"
  2009.  || test ! -s conftest.err'
  2010.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2011.   (eval $ac_try) 2>&5
  2012.   ac_status=$?
  2013.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2014.   (exit $ac_status); }; } &&
  2015.  { ac_try='test -s conftest.$ac_objext'
  2016.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2017.   (eval $ac_try) 2>&5
  2018.   ac_status=$?
  2019.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2020.   (exit $ac_status); }; }; then
  2021.   break
  2022. else
  2023.   echo "$as_me: failed program was:" >&5
  2024. sed 's/^/| /' conftest.$ac_ext >&5
  2025. fi
  2026. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2027. done
  2028. rm -f conftest*
  2029. if test -n "$ac_declaration"; then
  2030.   echo '#ifdef __cplusplus' >>confdefs.h
  2031.   echo $ac_declaration      >>confdefs.h
  2032.   echo '#endif'             >>confdefs.h
  2033. fi
  2034. else
  2035.   echo "$as_me: failed program was:" >&5
  2036. sed 's/^/| /' conftest.$ac_ext >&5
  2037. fi
  2038. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2039. ac_ext=c
  2040. ac_cpp='$CPP $CPPFLAGS'
  2041. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2042. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2043. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2044. echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
  2045. echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
  2046. if test "${ac_cv_c_bigendian+set}" = set; then
  2047.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2048. else
  2049.   # See if sys/param.h defines the BYTE_ORDER macro.
  2050. cat >conftest.$ac_ext <<_ACEOF
  2051. /* confdefs.h.  */
  2052. _ACEOF
  2053. cat confdefs.h >>conftest.$ac_ext
  2054. cat >>conftest.$ac_ext <<_ACEOF
  2055. /* end confdefs.h.  */
  2056. #include <sys/types.h>
  2057. #include <sys/param.h>
  2058. int
  2059. main ()
  2060. {
  2061. #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
  2062.  bogus endian macros
  2063. #endif
  2064.   ;
  2065.   return 0;
  2066. }
  2067. _ACEOF
  2068. rm -f conftest.$ac_objext
  2069. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2070.   (eval $ac_compile) 2>conftest.er1
  2071.   ac_status=$?
  2072.   grep -v '^ *+' conftest.er1 >conftest.err
  2073.   rm -f conftest.er1
  2074.   cat conftest.err >&5
  2075.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2076.   (exit $ac_status); } &&
  2077.  { ac_try='test -z "$ac_c_werror_flag"
  2078.  || test ! -s conftest.err'
  2079.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2080.   (eval $ac_try) 2>&5
  2081.   ac_status=$?
  2082.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2083.   (exit $ac_status); }; } &&
  2084.  { ac_try='test -s conftest.$ac_objext'
  2085.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2086.   (eval $ac_try) 2>&5
  2087.   ac_status=$?
  2088.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2089.   (exit $ac_status); }; }; then
  2090.   # It does; now see whether it defined to BIG_ENDIAN or not.
  2091. cat >conftest.$ac_ext <<_ACEOF
  2092. /* confdefs.h.  */
  2093. _ACEOF
  2094. cat confdefs.h >>conftest.$ac_ext
  2095. cat >>conftest.$ac_ext <<_ACEOF
  2096. /* end confdefs.h.  */
  2097. #include <sys/types.h>
  2098. #include <sys/param.h>
  2099. int
  2100. main ()
  2101. {
  2102. #if BYTE_ORDER != BIG_ENDIAN
  2103.  not big endian
  2104. #endif
  2105.   ;
  2106.   return 0;
  2107. }
  2108. _ACEOF
  2109. rm -f conftest.$ac_objext
  2110. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2111.   (eval $ac_compile) 2>conftest.er1
  2112.   ac_status=$?
  2113.   grep -v '^ *+' conftest.er1 >conftest.err
  2114.   rm -f conftest.er1
  2115.   cat conftest.err >&5
  2116.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2117.   (exit $ac_status); } &&
  2118.  { ac_try='test -z "$ac_c_werror_flag"
  2119.  || test ! -s conftest.err'
  2120.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2121.   (eval $ac_try) 2>&5
  2122.   ac_status=$?
  2123.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2124.   (exit $ac_status); }; } &&
  2125.  { ac_try='test -s conftest.$ac_objext'
  2126.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2127.   (eval $ac_try) 2>&5
  2128.   ac_status=$?
  2129.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2130.   (exit $ac_status); }; }; then
  2131.   ac_cv_c_bigendian=yes
  2132. else
  2133.   echo "$as_me: failed program was:" >&5
  2134. sed 's/^/| /' conftest.$ac_ext >&5
  2135. ac_cv_c_bigendian=no
  2136. fi
  2137. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2138. else
  2139.   echo "$as_me: failed program was:" >&5
  2140. sed 's/^/| /' conftest.$ac_ext >&5
  2141. # It does not; compile a test program.
  2142. if test "$cross_compiling" = yes; then
  2143.   # try to guess the endianness by grepping values into an object file
  2144.   ac_cv_c_bigendian=unknown
  2145.   cat >conftest.$ac_ext <<_ACEOF
  2146. /* confdefs.h.  */
  2147. _ACEOF
  2148. cat confdefs.h >>conftest.$ac_ext
  2149. cat >>conftest.$ac_ext <<_ACEOF
  2150. /* end confdefs.h.  */
  2151. short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
  2152. short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
  2153. void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
  2154. short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
  2155. short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
  2156. void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
  2157. int
  2158. main ()
  2159. {
  2160.  _ascii (); _ebcdic ();
  2161.   ;
  2162.   return 0;
  2163. }
  2164. _ACEOF
  2165. rm -f conftest.$ac_objext
  2166. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2167.   (eval $ac_compile) 2>conftest.er1
  2168.   ac_status=$?
  2169.   grep -v '^ *+' conftest.er1 >conftest.err
  2170.   rm -f conftest.er1
  2171.   cat conftest.err >&5
  2172.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2173.   (exit $ac_status); } &&
  2174.  { ac_try='test -z "$ac_c_werror_flag"
  2175.  || test ! -s conftest.err'
  2176.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2177.   (eval $ac_try) 2>&5
  2178.   ac_status=$?
  2179.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2180.   (exit $ac_status); }; } &&
  2181.  { ac_try='test -s conftest.$ac_objext'
  2182.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2183.   (eval $ac_try) 2>&5
  2184.   ac_status=$?
  2185.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2186.   (exit $ac_status); }; }; then
  2187.   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
  2188.   ac_cv_c_bigendian=yes
  2189. fi
  2190. if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
  2191.   if test "$ac_cv_c_bigendian" = unknown; then
  2192.     ac_cv_c_bigendian=no
  2193.   else
  2194.     # finding both strings is unlikely to happen, but who knows?
  2195.     ac_cv_c_bigendian=unknown
  2196.   fi
  2197. fi
  2198. else
  2199.   echo "$as_me: failed program was:" >&5
  2200. sed 's/^/| /' conftest.$ac_ext >&5
  2201. fi
  2202. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2203. else
  2204.   cat >conftest.$ac_ext <<_ACEOF
  2205. /* confdefs.h.  */
  2206. _ACEOF
  2207. cat confdefs.h >>conftest.$ac_ext
  2208. cat >>conftest.$ac_ext <<_ACEOF
  2209. /* end confdefs.h.  */
  2210. int
  2211. main ()
  2212. {
  2213.   /* Are we little or big endian?  From Harbison&Steele.  */
  2214.   union
  2215.   {
  2216.     long l;
  2217.     char c[sizeof (long)];
  2218.   } u;
  2219.   u.l = 1;
  2220.   exit (u.c[sizeof (long) - 1] == 1);
  2221. }
  2222. _ACEOF
  2223. rm -f conftest$ac_exeext
  2224. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2225.   (eval $ac_link) 2>&5
  2226.   ac_status=$?
  2227.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2228.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2229.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2230.   (eval $ac_try) 2>&5
  2231.   ac_status=$?
  2232.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2233.   (exit $ac_status); }; }; then
  2234.   ac_cv_c_bigendian=no
  2235. else
  2236.   echo "$as_me: program exited with status $ac_status" >&5
  2237. echo "$as_me: failed program was:" >&5
  2238. sed 's/^/| /' conftest.$ac_ext >&5
  2239. ( exit $ac_status )
  2240. ac_cv_c_bigendian=yes
  2241. fi
  2242. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2243. fi
  2244. fi
  2245. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2246. fi
  2247. echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
  2248. echo "${ECHO_T}$ac_cv_c_bigendian" >&6
  2249. case $ac_cv_c_bigendian in
  2250.   yes)
  2251. cat >>confdefs.h <<_ACEOF
  2252. #define WORDS_BIGENDIAN 1
  2253. _ACEOF
  2254.  ;;
  2255.   no)
  2256.      ;;
  2257.   *)
  2258.     { { echo "$as_me:$LINENO: error: unknown endianness
  2259. presetting ac_cv_c_bigendian=no (or yes) will help" >&5
  2260. echo "$as_me: error: unknown endianness
  2261. presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
  2262.    { (exit 1); exit 1; }; } ;;
  2263. esac
  2264. echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
  2265. echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
  2266. if test "${ac_cv_c_const+set}" = set; then
  2267.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2268. else
  2269.   cat >conftest.$ac_ext <<_ACEOF
  2270. /* confdefs.h.  */
  2271. _ACEOF
  2272. cat confdefs.h >>conftest.$ac_ext
  2273. cat >>conftest.$ac_ext <<_ACEOF
  2274. /* end confdefs.h.  */
  2275. int
  2276. main ()
  2277. {
  2278. /* FIXME: Include the comments suggested by Paul. */
  2279. #ifndef __cplusplus
  2280.   /* Ultrix mips cc rejects this.  */
  2281.   typedef int charset[2];
  2282.   const charset x;
  2283.   /* SunOS 4.1.1 cc rejects this.  */
  2284.   char const *const *ccp;
  2285.   char **p;
  2286.   /* NEC SVR4.0.2 mips cc rejects this.  */
  2287.   struct point {int x, y;};
  2288.   static struct point const zero = {0,0};
  2289.   /* AIX XL C 1.02.0.0 rejects this.
  2290.      It does not let you subtract one const X* pointer from another in
  2291.      an arm of an if-expression whose if-part is not a constant
  2292.      expression */
  2293.   const char *g = "string";
  2294.   ccp = &g + (g ? g-g : 0);
  2295.   /* HPUX 7.0 cc rejects these. */
  2296.   ++ccp;
  2297.   p = (char**) ccp;
  2298.   ccp = (char const *const *) p;
  2299.   { /* SCO 3.2v4 cc rejects this.  */
  2300.     char *t;
  2301.     char const *s = 0 ? (char *) 0 : (char const *) 0;
  2302.     *t++ = 0;
  2303.   }
  2304.   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  2305.     int x[] = {25, 17};
  2306.     const int *foo = &x[0];
  2307.     ++foo;
  2308.   }
  2309.   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  2310.     typedef const int *iptr;
  2311.     iptr p = 0;
  2312.     ++p;
  2313.   }
  2314.   { /* AIX XL C 1.02.0.0 rejects this saying
  2315.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  2316.     struct s { int j; const int *ap[3]; };
  2317.     struct s *b; b->j = 5;
  2318.   }
  2319.   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  2320.     const int foo = 10;
  2321.   }
  2322. #endif
  2323.   ;
  2324.   return 0;
  2325. }
  2326. _ACEOF
  2327. rm -f conftest.$ac_objext
  2328. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2329.   (eval $ac_compile) 2>conftest.er1
  2330.   ac_status=$?
  2331.   grep -v '^ *+' conftest.er1 >conftest.err
  2332.   rm -f conftest.er1
  2333.   cat conftest.err >&5
  2334.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2335.   (exit $ac_status); } &&
  2336.  { ac_try='test -z "$ac_c_werror_flag"
  2337.  || test ! -s conftest.err'
  2338.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2339.   (eval $ac_try) 2>&5
  2340.   ac_status=$?
  2341.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2342.   (exit $ac_status); }; } &&
  2343.  { ac_try='test -s conftest.$ac_objext'
  2344.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2345.   (eval $ac_try) 2>&5
  2346.   ac_status=$?
  2347.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2348.   (exit $ac_status); }; }; then
  2349.   ac_cv_c_const=yes
  2350. else
  2351.   echo "$as_me: failed program was:" >&5
  2352. sed 's/^/| /' conftest.$ac_ext >&5
  2353. ac_cv_c_const=no
  2354. fi
  2355. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2356. fi
  2357. echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
  2358. echo "${ECHO_T}$ac_cv_c_const" >&6
  2359. if test $ac_cv_c_const = no; then
  2360. cat >>confdefs.h <<_ACEOF
  2361. #define const
  2362. _ACEOF
  2363. fi
  2364. echo "$as_me:$LINENO: checking for cos in -lm" >&5
  2365. echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
  2366. if test "${ac_cv_lib_m_cos+set}" = set; then
  2367.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2368. else
  2369.   ac_check_lib_save_LIBS=$LIBS
  2370. LIBS="-lm  $LIBS"
  2371. cat >conftest.$ac_ext <<_ACEOF
  2372. /* confdefs.h.  */
  2373. _ACEOF
  2374. cat confdefs.h >>conftest.$ac_ext
  2375. cat >>conftest.$ac_ext <<_ACEOF
  2376. /* end confdefs.h.  */
  2377. /* Override any gcc2 internal prototype to avoid an error.  */
  2378. #ifdef __cplusplus
  2379. extern "C"
  2380. #endif
  2381. /* We use char because int might match the return type of a gcc2
  2382.    builtin and then its argument prototype would still apply.  */
  2383. char cos ();
  2384. int
  2385. main ()
  2386. {
  2387. cos ();
  2388.   ;
  2389.   return 0;
  2390. }
  2391. _ACEOF
  2392. rm -f conftest.$ac_objext conftest$ac_exeext
  2393. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2394.   (eval $ac_link) 2>conftest.er1
  2395.   ac_status=$?
  2396.   grep -v '^ *+' conftest.er1 >conftest.err
  2397.   rm -f conftest.er1
  2398.   cat conftest.err >&5
  2399.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2400.   (exit $ac_status); } &&
  2401.  { ac_try='test -z "$ac_c_werror_flag"
  2402.  || test ! -s conftest.err'
  2403.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2404.   (eval $ac_try) 2>&5
  2405.   ac_status=$?
  2406.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2407.   (exit $ac_status); }; } &&
  2408.  { ac_try='test -s conftest$ac_exeext'
  2409.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2410.   (eval $ac_try) 2>&5
  2411.   ac_status=$?
  2412.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2413.   (exit $ac_status); }; }; then
  2414.   ac_cv_lib_m_cos=yes
  2415. else
  2416.   echo "$as_me: failed program was:" >&5
  2417. sed 's/^/| /' conftest.$ac_ext >&5
  2418. ac_cv_lib_m_cos=no
  2419. fi
  2420. rm -f conftest.err conftest.$ac_objext 
  2421.       conftest$ac_exeext conftest.$ac_ext
  2422. LIBS=$ac_check_lib_save_LIBS
  2423. fi
  2424. echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
  2425. echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
  2426. if test $ac_cv_lib_m_cos = yes; then
  2427.   LIBS="-lm $LIBS"
  2428. fi
  2429. # Check whether --enable-unalignedwords or --disable-unalignedwords was given.
  2430. if test "${enable_unalignedwords+set}" = set; then
  2431.   enableval="$enable_unalignedwords"
  2432. fi;
  2433. if [ "$enable_unalignedwords" != "yes" -a "$enable_unalignedwords" != "no" ]; then
  2434.     case $host_cpu in
  2435.         alpha* | arm* | hppa* | ia64 | mips* | sparc*)
  2436.             enable_unalignedwords=no
  2437.             ;;
  2438.         i*86 | m68* | powerpc* | x86_64)
  2439.             enable_unalignedwords=yes
  2440.             ;;
  2441.         *)
  2442.             { echo "$as_me:$LINENO: WARNING: $host_cpu architecture is unknown to this script." >&5
  2443. echo "$as_me: WARNING: $host_cpu architecture is unknown to this script." >&2;}
  2444.             { echo "$as_me:$LINENO: WARNING: Performance may be sub-optimal." >&5
  2445. echo "$as_me: WARNING: Performance may be sub-optimal." >&2;}
  2446.             { echo "$as_me:$LINENO: WARNING: Please contact ASAP developers." >&5
  2447. echo "$as_me: WARNING: Please contact ASAP developers." >&2;}
  2448.             enable_unalignedwords=no
  2449.             ;;
  2450.     esac
  2451. fi
  2452. if [ "$enable_unalignedwords" = "yes" ]; then
  2453.         echo "$as_me:$LINENO: checking for unaligned word access validity" >&5
  2454. echo $ECHO_N "checking for unaligned word access validity... $ECHO_C" >&6
  2455.     if test "$cross_compiling" = yes; then
  2456.   echo "$as_me:$LINENO: result: skipped because cross-compiling" >&5
  2457. echo "${ECHO_T}skipped because cross-compiling" >&6
  2458. else
  2459.   cat >conftest.$ac_ext <<_ACEOF
  2460. /* confdefs.h.  */
  2461. _ACEOF
  2462. cat confdefs.h >>conftest.$ac_ext
  2463. cat >>conftest.$ac_ext <<_ACEOF
  2464. /* end confdefs.h.  */
  2465. #include <stdio.h>
  2466. int
  2467. main ()
  2468. {
  2469.             unsigned char test_data[] = "Hello, I test unaligned word access validity.";
  2470.             unsigned char *p;
  2471.             /* step through test_data as far as 4 bytes are available via p */
  2472.             for (p = test_data; p[2] != ''; p++) {
  2473.                 unsigned int word_read = *(unsigned short *) p;
  2474.                 if (word_read != (p[0] + (p[1] << 8))
  2475.                  && word_read != (p[1] + (p[0] << 8))) {
  2476.                     printf("16-bit access at address %p yields bad data!n"
  2477.                            "Bytes: %02X %02X; Value read: %04Xn",
  2478.                            p, p[0], p[1], word_read);
  2479.                     return 1;
  2480.                 }
  2481.                 word_read = *(unsigned int *) p;
  2482.                 if (word_read != (p[0] + (p[1] << 8) + (p[2] << 16) + (p[3] << 24))
  2483.                  && word_read != (p[3] + (p[2] << 8) + (p[1] << 16) + (p[0] << 24))) {
  2484.                     printf("32-bit access at address %p yields bad data!n"
  2485.                            "Bytes: %02X %02X %02X %02X; Value read: %08Xn",
  2486.                            p, p[0], p[1], p[2], p[3], word_read);
  2487.                     return 1;
  2488.                 }
  2489.             }
  2490.   ;
  2491.   return 0;
  2492. }
  2493. _ACEOF
  2494. rm -f conftest$ac_exeext
  2495. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2496.   (eval $ac_link) 2>&5
  2497.   ac_status=$?
  2498.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2499.   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
  2500.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2501.   (eval $ac_try) 2>&5
  2502.   ac_status=$?
  2503.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2504.   (exit $ac_status); }; }; then
  2505.   echo "$as_me:$LINENO: result: yes" >&5
  2506. echo "${ECHO_T}yes" >&6
  2507. else
  2508.   echo "$as_me: program exited with status $ac_status" >&5
  2509. echo "$as_me: failed program was:" >&5
  2510. sed 's/^/| /' conftest.$ac_ext >&5
  2511. ( exit $ac_status )
  2512. enable_unalignedwords=no; echo "$as_me:$LINENO: result: failed! disabling unaligned word access" >&5
  2513. echo "${ECHO_T}failed! disabling unaligned word access" >&6
  2514. fi
  2515. rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
  2516. fi
  2517.     if [ "$enable_unalignedwords" = "yes" ]; then
  2518. cat >>confdefs.h <<_ACEOF
  2519. #define WORDS_UNALIGNED_OK 1
  2520. _ACEOF
  2521.     fi
  2522. fi
  2523.     # Check whether --enable-stereo or --disable-stereo was given.
  2524. if test "${enable_stereo+set}" = set; then
  2525.   enableval="$enable_stereo"
  2526.   WANT_STEREO_SOUND=$enableval
  2527. else
  2528.   WANT_STEREO_SOUND=yes
  2529. fi;
  2530.     if [ "$WANT_STEREO_SOUND" = "yes" ]; then
  2531. cat >>confdefs.h <<_ACEOF
  2532. #define STEREO_SOUND 1
  2533. _ACEOF
  2534.     fi
  2535. # Extract the first word of "xmms-config", so it can be a program name with args.
  2536. set dummy xmms-config; ac_word=$2
  2537. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2538. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2539. if test "${ac_cv_prog_HAVE_XMMS_CONFIG+set}" = set; then
  2540.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2541. else
  2542.   if test -n "$HAVE_XMMS_CONFIG"; then
  2543.   ac_cv_prog_HAVE_XMMS_CONFIG="$HAVE_XMMS_CONFIG" # Let the user override the test.
  2544. else
  2545. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2546. for as_dir in $PATH
  2547. do
  2548.   IFS=$as_save_IFS
  2549.   test -z "$as_dir" && as_dir=.
  2550.   for ac_exec_ext in '' $ac_executable_extensions; do
  2551.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2552.     ac_cv_prog_HAVE_XMMS_CONFIG="yes"
  2553.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2554.     break 2
  2555.   fi
  2556. done
  2557. done
  2558.   test -z "$ac_cv_prog_HAVE_XMMS_CONFIG" && ac_cv_prog_HAVE_XMMS_CONFIG="no"
  2559. fi
  2560. fi
  2561. HAVE_XMMS_CONFIG=$ac_cv_prog_HAVE_XMMS_CONFIG
  2562. if test -n "$HAVE_XMMS_CONFIG"; then
  2563.   echo "$as_me:$LINENO: result: $HAVE_XMMS_CONFIG" >&5
  2564. echo "${ECHO_T}$HAVE_XMMS_CONFIG" >&6
  2565. else
  2566.   echo "$as_me:$LINENO: result: no" >&5
  2567. echo "${ECHO_T}no" >&6
  2568. fi
  2569. if [ "$HAVE_XMMS_CONFIG" = "yes" ]; then
  2570.     XMMS_CFLAGS=`xmms-config --cflags`
  2571.     XMMS_LIBS=`xmms-config --libs`
  2572.     XMMS_INPUT_PLUGIN_DIR=`xmms-config --input-plugin-dir`
  2573. else
  2574.     { echo "$as_me:$LINENO: WARNING: xmms-config program not found!" >&5
  2575. echo "$as_me: WARNING: xmms-config program not found!" >&2;}
  2576.     { echo "$as_me:$LINENO: WARNING: If you want to compile the XMMS plugin," >&5
  2577. echo "$as_me: WARNING: If you want to compile the XMMS plugin," >&2;}
  2578.     { echo "$as_me:$LINENO: WARNING: install xmms-devel package," >&5
  2579. echo "$as_me: WARNING: install xmms-devel package," >&2;}
  2580.     { echo "$as_me:$LINENO: WARNING: then re-run this configure script." >&5
  2581. echo "$as_me: WARNING: then re-run this configure script." >&2;}
  2582.     XMMS_CFLAGS="NOT_CONFIGURED"
  2583.     XMMS_LIBS="NOT_CONFIGURED"
  2584.     XMMS_INPUT_PLUGIN_DIR="NOT_CONFIGURED"
  2585. fi
  2586.           ac_config_files="$ac_config_files Makefile"
  2587. cat >confcache <<_ACEOF
  2588. # This file is a shell script that caches the results of configure
  2589. # tests run on this system so they can be shared between configure
  2590. # scripts and configure runs, see configure's option --config-cache.
  2591. # It is not useful on other systems.  If it contains results you don't
  2592. # want to keep, you may remove or edit it.
  2593. #
  2594. # config.status only pays attention to the cache file if you give it
  2595. # the --recheck option to rerun configure.
  2596. #
  2597. # `ac_cv_env_foo' variables (set or unset) will be overridden when
  2598. # loading this file, other *unset* `ac_cv_foo' will be assigned the
  2599. # following values.
  2600. _ACEOF
  2601. # The following way of writing the cache mishandles newlines in values,
  2602. # but we know of no workaround that is simple, portable, and efficient.
  2603. # So, don't put newlines in cache variables' values.
  2604. # Ultrix sh set writes to stderr and can't be redirected directly,
  2605. # and sets the high bit in the cache file unless we assign to the vars.
  2606. {
  2607.   (set) 2>&1 |
  2608.     case `(ac_space=' '; set | grep ac_space) 2>&1` in
  2609.     *ac_space= *)
  2610.       # `set' does not quote correctly, so add quotes (double-quote
  2611.       # substitution turns \\ into \, and sed turns \ into ).
  2612.       sed -n 
  2613. "s/'/'\\''/g;
  2614.   s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1='\2'/p"
  2615.       ;;
  2616.     *)
  2617.       # `set' quotes correctly as required by POSIX, so do not add quotes.
  2618.       sed -n 
  2619. "s/^\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\)=\(.*\)/\1=\2/p"
  2620.       ;;
  2621.     esac;
  2622. } |
  2623.   sed '
  2624.      t clear
  2625.      : clear
  2626.      s/^([^=]*)=(.*[{}].*)$/test "${1+set}" = set || &/
  2627.      t end
  2628.      /^ac_cv_env/!s/^([^=]*)=(.*)$/1=${1=2}/
  2629.      : end' >>confcache
  2630. if diff $cache_file confcache >/dev/null 2>&1; then :; else
  2631.   if test -w $cache_file; then
  2632.     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
  2633.     cat confcache >$cache_file
  2634.   else
  2635.     echo "not updating unwritable cache $cache_file"
  2636.   fi
  2637. fi
  2638. rm -f confcache
  2639. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  2640. # Let make expand exec_prefix.
  2641. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  2642. # VPATH may cause trouble with some makes, so we remove $(srcdir),
  2643. # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
  2644. # trailing colons and then remove the whole line if VPATH becomes empty
  2645. # (actually we leave an empty line to preserve line numbers).
  2646. if test "x$srcdir" = x.; then
  2647.   ac_vpsub='/^[  ]*VPATH[  ]*=/{
  2648. s/:*$(srcdir):*/:/;
  2649. s/:*${srcdir}:*/:/;
  2650. s/:*@srcdir@:*/:/;
  2651. s/^([^=]*=[  ]*):*/1/;
  2652. s/:*$//;
  2653. s/^[^=]*=[  ]*$//;
  2654. }'
  2655. fi
  2656. DEFS=-DHAVE_CONFIG_H
  2657. ac_libobjs=
  2658. ac_ltlibobjs=
  2659. for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
  2660.   # 1. Remove the extension, and $U if already installed.
  2661.   ac_i=`echo "$ac_i" |
  2662.  sed 's/$U././;s/.o$//;s/.obj$//'`
  2663.   # 2. Add them.
  2664.   ac_libobjs="$ac_libobjs $ac_i$U.$ac_objext"
  2665.   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
  2666. done
  2667. LIBOBJS=$ac_libobjs
  2668. LTLIBOBJS=$ac_ltlibobjs
  2669. : ${CONFIG_STATUS=./config.status}
  2670. ac_clean_files_save=$ac_clean_files
  2671. ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2672. { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
  2673. echo "$as_me: creating $CONFIG_STATUS" >&6;}
  2674. cat >$CONFIG_STATUS <<_ACEOF
  2675. #! $SHELL
  2676. # Generated by $as_me.
  2677. # Run this file to recreate the current configuration.
  2678. # Compiler output produced by configure, useful for debugging
  2679. # configure, is in config.log if it exists.
  2680. debug=false
  2681. ac_cs_recheck=false
  2682. ac_cs_silent=false
  2683. SHELL=${CONFIG_SHELL-$SHELL}
  2684. _ACEOF
  2685. cat >>$CONFIG_STATUS <<_ACEOF
  2686. ## --------------------- ##
  2687. ## M4sh Initialization.  ##
  2688. ## --------------------- ##
  2689. # Be Bourne compatible
  2690. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  2691.   emulate sh
  2692.   NULLCMD=:
  2693.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  2694.   # is contrary to our usage.  Disable this feature.
  2695.   alias -g '${1+"$@"}'='"$@"'
  2696. elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  2697.   set -o posix
  2698. fi
  2699. DUALCASE=1; export DUALCASE # for MKS sh
  2700. # Support unset when possible.
  2701. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  2702.   as_unset=unset
  2703. else
  2704.   as_unset=false
  2705. fi
  2706. # Work around bugs in pre-3.0 UWIN ksh.
  2707. $as_unset ENV MAIL MAILPATH
  2708. PS1='$ '
  2709. PS2='> '
  2710. PS4='+ '
  2711. # NLS nuisances.
  2712. for as_var in 
  2713.   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION 
  2714.   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER 
  2715.   LC_TELEPHONE LC_TIME
  2716. do
  2717.   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  2718.     eval $as_var=C; export $as_var
  2719.   else
  2720.     $as_unset $as_var
  2721.   fi
  2722. done
  2723. # Required to use basename.
  2724. if expr a : '(a)' >/dev/null 2>&1; then
  2725.   as_expr=expr
  2726. else
  2727.   as_expr=false
  2728. fi
  2729. if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
  2730.   as_basename=basename
  2731. else
  2732.   as_basename=false
  2733. fi
  2734. # Name of the executable.
  2735. as_me=`$as_basename "$0" ||
  2736. $as_expr X/"$0" : '.*/([^/][^/]*)/*$' | 
  2737.  X"$0" : 'X(//)$' | 
  2738.  X"$0" : 'X(/)$' | 
  2739.  .     : '(.)' 2>/dev/null ||
  2740. echo X/"$0" |
  2741.     sed '/^.*/([^/][^/]*)/*$/{ s//1/; q; }
  2742.      /^X/(//)$/{ s//1/; q; }
  2743.      /^X/(/).*/{ s//1/; q; }
  2744.      s/.*/./; q'`
  2745. # PATH needs CR, and LINENO needs CR and PATH.
  2746. # Avoid depending upon Character Ranges.
  2747. as_cr_letters='abcdefghijklmnopqrstuvwxyz'
  2748. as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
  2749. as_cr_Letters=$as_cr_letters$as_cr_LETTERS
  2750. as_cr_digits='0123456789'
  2751. as_cr_alnum=$as_cr_Letters$as_cr_digits
  2752. # The user is always right.
  2753. if test "${PATH_SEPARATOR+set}" != set; then
  2754.   echo "#! /bin/sh" >conf$$.sh
  2755.   echo  "exit 0"   >>conf$$.sh
  2756.   chmod +x conf$$.sh
  2757.   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
  2758.     PATH_SEPARATOR=';'
  2759.   else
  2760.     PATH_SEPARATOR=:
  2761.   fi
  2762.   rm -f conf$$.sh
  2763. fi
  2764.   as_lineno_1=$LINENO
  2765.   as_lineno_2=$LINENO
  2766.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2767.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2768.   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
  2769.   # Find who we are.  Look in the path if we contain no path at all
  2770.   # relative or not.
  2771.   case $0 in
  2772.     *[\/]* ) as_myself=$0 ;;
  2773.     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2774. for as_dir in $PATH
  2775. do
  2776.   IFS=$as_save_IFS
  2777.   test -z "$as_dir" && as_dir=.
  2778.   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  2779. done
  2780.        ;;
  2781.   esac
  2782.   # We did not find ourselves, most probably we were run as `sh COMMAND'
  2783.   # in which case we are not to be found in the path.
  2784.   if test "x$as_myself" = x; then
  2785.     as_myself=$0
  2786.   fi
  2787.   if test ! -f "$as_myself"; then
  2788.     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
  2789. echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
  2790.    { (exit 1); exit 1; }; }
  2791.   fi
  2792.   case $CONFIG_SHELL in
  2793.   '')
  2794.     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2795. for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  2796. do
  2797.   IFS=$as_save_IFS
  2798.   test -z "$as_dir" && as_dir=.
  2799.   for as_base in sh bash ksh sh5; do
  2800.  case $as_dir in
  2801.  /*)
  2802.    if ("$as_dir/$as_base" -c '
  2803.   as_lineno_1=$LINENO
  2804.   as_lineno_2=$LINENO
  2805.   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
  2806.   test "x$as_lineno_1" != "x$as_lineno_2" &&
  2807.   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
  2808.      $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
  2809.      $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
  2810.      CONFIG_SHELL=$as_dir/$as_base
  2811.      export CONFIG_SHELL
  2812.      exec "$CONFIG_SHELL" "$0" ${1+"$@"}
  2813.    fi;;
  2814.  esac
  2815.        done
  2816. done
  2817. ;;
  2818.   esac
  2819.   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  2820.   # uniformly replaced by the line number.  The first 'sed' inserts a
  2821.   # line-number line before each line; the second 'sed' does the real
  2822.   # work.  The second script uses 'N' to pair each line-number line
  2823.   # with the numbered line, and appends trailing '-' during
  2824.   # substitution so that $LINENO is not a special case at line end.
  2825.   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  2826.   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
  2827.   sed '=' <$as_myself |
  2828.     sed '
  2829.       N
  2830.       s,$,-,
  2831.       : loop
  2832.       s,^(['$as_cr_digits']*)(.*)[$]LINENO([^'$as_cr_alnum'_]),1213,
  2833.       t loop
  2834.       s,-$,,
  2835.       s,^['$as_cr_digits']*n,,
  2836.     ' >$as_me.lineno &&
  2837.   chmod +x $as_me.lineno ||
  2838.     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
  2839. echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
  2840.    { (exit 1); exit 1; }; }
  2841.   # Don't try to exec as it changes $[0], causing all sort of problems
  2842.   # (the dirname of $[0] is not the place where we might find the
  2843.   # original and so on.  Autoconf is especially sensible to this).
  2844.   . ./$as_me.lineno
  2845.   # Exit status is that of the last command.
  2846.   exit
  2847. }
  2848. case `echo "testingc"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
  2849.   *c*,-n*) ECHO_N= ECHO_C='
  2850. ' ECHO_T=' ' ;;
  2851.   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
  2852.   *)       ECHO_N= ECHO_C='c' ECHO_T= ;;
  2853. esac
  2854. if expr a : '(a)' >/dev/null 2>&1; then
  2855.   as_expr=expr
  2856. else
  2857.   as_expr=false
  2858. fi
  2859. rm -f conf$$ conf$$.exe conf$$.file
  2860. echo >conf$$.file
  2861. if ln -s conf$$.file conf$$ 2>/dev/null; then
  2862.   # We could just check for DJGPP; but this test a) works b) is more generic
  2863.   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
  2864.   if test -f conf$$.exe; then
  2865.     # Don't use ln at all; we don't have any links
  2866.     as_ln_s='cp -p'
  2867.   else
  2868.     as_ln_s='ln -s'
  2869.   fi
  2870. elif ln conf$$.file conf$$ 2>/dev/null; then
  2871.   as_ln_s=ln
  2872. else
  2873.   as_ln_s='cp -p'
  2874. fi
  2875. rm -f conf$$ conf$$.exe conf$$.file
  2876. if mkdir -p . 2>/dev/null; then
  2877.   as_mkdir_p=:
  2878. else
  2879.   test -d ./-p && rmdir ./-p
  2880.   as_mkdir_p=false
  2881. fi
  2882. as_executable_p="test -f"
  2883. # Sed expression to map a string onto a valid CPP name.
  2884. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  2885. # Sed expression to map a string onto a valid variable name.
  2886. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  2887. # IFS
  2888. # We need space, tab and new line, in precisely that order.
  2889. as_nl='
  2890. '
  2891. IFS="  $as_nl"
  2892. # CDPATH.
  2893. $as_unset CDPATH
  2894. exec 6>&1
  2895. # Open the log real soon, to keep $[0] and so on meaningful, and to
  2896. # report actual input values of CONFIG_FILES etc. instead of their
  2897. # values after options handling.  Logging --version etc. is OK.
  2898. exec 5>>config.log
  2899. {
  2900.   echo
  2901.   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
  2902. ## Running $as_me. ##
  2903. _ASBOX
  2904. } >&5
  2905. cat >&5 <<_CSEOF
  2906. This file was extended by asap $as_me 0.2.1, which was
  2907. generated by GNU Autoconf 2.59.  Invocation command line was
  2908.   CONFIG_FILES    = $CONFIG_FILES
  2909.   CONFIG_HEADERS  = $CONFIG_HEADERS
  2910.   CONFIG_LINKS    = $CONFIG_LINKS
  2911.   CONFIG_COMMANDS = $CONFIG_COMMANDS
  2912.   $ $0 $@
  2913. _CSEOF
  2914. echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
  2915. echo >&5
  2916. _ACEOF
  2917. # Files that config.status was made for.
  2918. if test -n "$ac_config_files"; then
  2919.   echo "config_files="$ac_config_files"" >>$CONFIG_STATUS
  2920. fi
  2921. if test -n "$ac_config_headers"; then
  2922.   echo "config_headers="$ac_config_headers"" >>$CONFIG_STATUS
  2923. fi
  2924. if test -n "$ac_config_links"; then
  2925.   echo "config_links="$ac_config_links"" >>$CONFIG_STATUS
  2926. fi
  2927. if test -n "$ac_config_commands"; then
  2928.   echo "config_commands="$ac_config_commands"" >>$CONFIG_STATUS
  2929. fi
  2930. cat >>$CONFIG_STATUS <<_ACEOF
  2931. ac_cs_usage="
  2932. `$as_me' instantiates files from templates according to the
  2933. current configuration.
  2934. Usage: $0 [OPTIONS] [FILE]...
  2935.   -h, --help       print this help, then exit
  2936.   -V, --version    print version number, then exit
  2937.   -q, --quiet      do not print progress messages
  2938.   -d, --debug      don't remove temporary files
  2939.       --recheck    update $as_me by reconfiguring in the same conditions
  2940.   --file=FILE[:TEMPLATE]
  2941.    instantiate the configuration file FILE
  2942.   --header=FILE[:TEMPLATE]
  2943.    instantiate the configuration header FILE
  2944. Configuration files:
  2945. $config_files
  2946. Configuration headers:
  2947. $config_headers
  2948. Report bugs to <bug-autoconf@gnu.org>."
  2949. _ACEOF
  2950. cat >>$CONFIG_STATUS <<_ACEOF
  2951. ac_cs_version="\
  2952. asap config.status 0.2.1
  2953. configured by $0, generated by GNU Autoconf 2.59,
  2954.   with options \"`echo "$ac_configure_args" | sed 's/[\""`$]/\\&/g'`\"
  2955. Copyright (C) 2003 Free Software Foundation, Inc.
  2956. This config.status script is free software; the Free Software Foundation
  2957. gives unlimited permission to copy, distribute and modify it."
  2958. srcdir=$srcdir
  2959. _ACEOF
  2960. cat >>$CONFIG_STATUS <<_ACEOF
  2961. # If no file are specified by the user, then we need to provide default
  2962. # value.  By we need to know if files were specified by the user.
  2963. ac_need_defaults=:
  2964. while test $# != 0
  2965. do
  2966.   case $1 in
  2967.   --*=*)
  2968.     ac_option=`expr "x$1" : 'x([^=]*)='`
  2969.     ac_optarg=`expr "x$1" : 'x[^=]*=(.*)'`
  2970.     ac_shift=:
  2971.     ;;
  2972.   -*)
  2973.     ac_option=$1
  2974.     ac_optarg=$2
  2975.     ac_shift=shift
  2976.     ;;
  2977.   *) # This is not an option, so the user has probably given explicit
  2978.      # arguments.
  2979.      ac_option=$1
  2980.      ac_need_defaults=false;;
  2981.   esac
  2982.   case $ac_option in
  2983.   # Handling of the options.
  2984. _ACEOF
  2985. cat >>$CONFIG_STATUS <<_ACEOF
  2986.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  2987.     ac_cs_recheck=: ;;
  2988.   --version | --vers* | -V )
  2989.     echo "$ac_cs_version"; exit 0 ;;
  2990.   --he | --h)
  2991.     # Conflict between --help and --header
  2992.     { { echo "$as_me:$LINENO: error: ambiguous option: $1
  2993. Try `$0 --help' for more information." >&5
  2994. echo "$as_me: error: ambiguous option: $1
  2995. Try `$0 --help' for more information." >&2;}
  2996.    { (exit 1); exit 1; }; };;
  2997.   --help | --hel | -h )
  2998.     echo "$ac_cs_usage"; exit 0 ;;
  2999.   --debug | --d* | -d )
  3000.     debug=: ;;
  3001.   --file | --fil | --fi | --f )
  3002.     $ac_shift
  3003.     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
  3004.     ac_need_defaults=false;;
  3005.   --header | --heade | --head | --hea )
  3006.     $ac_shift
  3007.     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
  3008.     ac_need_defaults=false;;
  3009.   -q | -quiet | --quiet | --quie | --qui | --qu | --q 
  3010.   | -silent | --silent | --silen | --sile | --sil | --si | --s)
  3011.     ac_cs_silent=: ;;
  3012.   # This is an error.
  3013.   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
  3014. Try `$0 --help' for more information." >&5
  3015. echo "$as_me: error: unrecognized option: $1
  3016. Try `$0 --help' for more information." >&2;}
  3017.    { (exit 1); exit 1; }; } ;;
  3018.   *) ac_config_targets="$ac_config_targets $1" ;;
  3019.   esac
  3020.   shift
  3021. done
  3022. ac_configure_extra_args=
  3023. if $ac_cs_silent; then
  3024.   exec 6>/dev/null
  3025.   ac_configure_extra_args="$ac_configure_extra_args --silent"
  3026. fi
  3027. _ACEOF
  3028. cat >>$CONFIG_STATUS <<_ACEOF
  3029. if $ac_cs_recheck; then
  3030.   echo "running $SHELL $0 " $ac_configure_args $ac_configure_extra_args " --no-create --no-recursion" >&6
  3031.   exec $SHELL $0 $ac_configure_args $ac_configure_extra_args --no-create --no-recursion
  3032. fi
  3033. _ACEOF
  3034. cat >>$CONFIG_STATUS <<_ACEOF
  3035. for ac_config_target in $ac_config_targets
  3036. do
  3037.   case "$ac_config_target" in
  3038.   # Handling of arguments.
  3039.   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
  3040.   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
  3041.   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
  3042. echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  3043.    { (exit 1); exit 1; }; };;
  3044.   esac
  3045. done
  3046. # If the user did not use the arguments to specify the items to instantiate,
  3047. # then the envvar interface is used.  Set only those that are not.
  3048. # We use the long form for the default assignment because of an extremely
  3049. # bizarre bug on SunOS 4.1.3.
  3050. if $ac_need_defaults; then
  3051.   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  3052.   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  3053. fi
  3054. # Have a temporary directory for convenience.  Make it in the build tree
  3055. # simply because there is no reason to put it here, and in addition,
  3056. # creating and moving files from /tmp can sometimes cause problems.
  3057. # Create a temporary directory, and hook for its removal unless debugging.
  3058. $debug ||
  3059. {
  3060.   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
  3061.   trap '{ (exit 1); exit 1; }' 1 2 13 15
  3062. }
  3063. # Create a (secure) tmp directory for tmp files.
  3064. {
  3065.   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
  3066.   test -n "$tmp" && test -d "$tmp"
  3067. }  ||
  3068. {
  3069.   tmp=./confstat$$-$RANDOM
  3070.   (umask 077 && mkdir $tmp)
  3071. } ||
  3072. {
  3073.    echo "$me: cannot create a temporary directory in ." >&2
  3074.    { (exit 1); exit 1; }
  3075. }
  3076. _ACEOF
  3077. cat >>$CONFIG_STATUS <<_ACEOF
  3078. #
  3079. # CONFIG_FILES section.
  3080. #
  3081. # No need to generate the scripts if there are no CONFIG_FILES.
  3082. # This happens for instance when ./config.status config.h
  3083. if test -n "$CONFIG_FILES"; then
  3084.   # Protect against being on the right side of a sed subst in config.status.
  3085.   sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
  3086.    s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
  3087. s,@SHELL@,$SHELL,;t t
  3088. s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
  3089. s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
  3090. s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
  3091. s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
  3092. s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
  3093. s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
  3094. s,@exec_prefix@,$exec_prefix,;t t
  3095. s,@prefix@,$prefix,;t t
  3096. s,@program_transform_name@,$program_transform_name,;t t
  3097. s,@bindir@,$bindir,;t t
  3098. s,@sbindir@,$sbindir,;t t
  3099. s,@libexecdir@,$libexecdir,;t t
  3100. s,@datadir@,$datadir,;t t
  3101. s,@sysconfdir@,$sysconfdir,;t t
  3102. s,@sharedstatedir@,$sharedstatedir,;t t
  3103. s,@localstatedir@,$localstatedir,;t t
  3104. s,@libdir@,$libdir,;t t
  3105. s,@includedir@,$includedir,;t t
  3106. s,@oldincludedir@,$oldincludedir,;t t
  3107. s,@infodir@,$infodir,;t t
  3108. s,@mandir@,$mandir,;t t
  3109. s,@build_alias@,$build_alias,;t t
  3110. s,@host_alias@,$host_alias,;t t
  3111. s,@target_alias@,$target_alias,;t t
  3112. s,@DEFS@,$DEFS,;t t
  3113. s,@ECHO_C@,$ECHO_C,;t t
  3114. s,@ECHO_N@,$ECHO_N,;t t
  3115. s,@ECHO_T@,$ECHO_T,;t t
  3116. s,@LIBS@,$LIBS,;t t
  3117. s,@build@,$build,;t t
  3118. s,@build_cpu@,$build_cpu,;t t
  3119. s,@build_vendor@,$build_vendor,;t t
  3120. s,@build_os@,$build_os,;t t
  3121. s,@host@,$host,;t t
  3122. s,@host_cpu@,$host_cpu,;t t
  3123. s,@host_vendor@,$host_vendor,;t t
  3124. s,@host_os@,$host_os,;t t
  3125. s,@CC@,$CC,;t t
  3126. s,@CFLAGS@,$CFLAGS,;t t
  3127. s,@LDFLAGS@,$LDFLAGS,;t t
  3128. s,@CPPFLAGS@,$CPPFLAGS,;t t
  3129. s,@ac_ct_CC@,$ac_ct_CC,;t t
  3130. s,@EXEEXT@,$EXEEXT,;t t
  3131. s,@OBJEXT@,$OBJEXT,;t t
  3132. s,@HAVE_XMMS_CONFIG@,$HAVE_XMMS_CONFIG,;t t
  3133. s,@XMMS_CFLAGS@,$XMMS_CFLAGS,;t t
  3134. s,@XMMS_LIBS@,$XMMS_LIBS,;t t
  3135. s,@XMMS_INPUT_PLUGIN_DIR@,$XMMS_INPUT_PLUGIN_DIR,;t t
  3136. s,@LIBOBJS@,$LIBOBJS,;t t
  3137. s,@LTLIBOBJS@,$LTLIBOBJS,;t t
  3138. CEOF
  3139. _ACEOF
  3140.   cat >>$CONFIG_STATUS <<_ACEOF
  3141.   # Split the substitutions into bite-sized pieces for seds with
  3142.   # small command number limits, like on Digital OSF/1 and HP-UX.
  3143.   ac_max_sed_lines=48
  3144.   ac_sed_frag=1 # Number of current file.
  3145.   ac_beg=1 # First line for current file.
  3146.   ac_end=$ac_max_sed_lines # Line after last line for current file.
  3147.   ac_more_lines=:
  3148.   ac_sed_cmds=
  3149.   while $ac_more_lines; do
  3150.     if test $ac_beg -gt 1; then
  3151.       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3152.     else
  3153.       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
  3154.     fi
  3155.     if test ! -s $tmp/subs.frag; then
  3156.       ac_more_lines=false
  3157.     else
  3158.       # The purpose of the label and of the branching condition is to
  3159.       # speed up the sed processing (if there are no `@' at all, there
  3160.       # is no need to browse any of the substitutions).
  3161.       # These are the two extra sed commands mentioned above.
  3162.       (echo ':t
  3163.   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
  3164.       if test -z "$ac_sed_cmds"; then
  3165. ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
  3166.       else
  3167. ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
  3168.       fi
  3169.       ac_sed_frag=`expr $ac_sed_frag + 1`
  3170.       ac_beg=$ac_end
  3171.       ac_end=`expr $ac_end + $ac_max_sed_lines`
  3172.     fi
  3173.   done
  3174.   if test -z "$ac_sed_cmds"; then
  3175.     ac_sed_cmds=cat
  3176.   fi
  3177. fi # test -n "$CONFIG_FILES"
  3178. _ACEOF
  3179. cat >>$CONFIG_STATUS <<_ACEOF
  3180. for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
  3181.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3182.   case $ac_file in
  3183.   - | *:- | *:-:* ) # input from stdin
  3184. cat >$tmp/stdin
  3185. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3186. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3187.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3188. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3189.   * )   ac_file_in=$ac_file.in ;;
  3190.   esac
  3191.   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
  3192.   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3193. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3194.  X"$ac_file" : 'X(//)[^/]' | 
  3195.  X"$ac_file" : 'X(//)$' | 
  3196.  X"$ac_file" : 'X(/)' | 
  3197.  .     : '(.)' 2>/dev/null ||
  3198. echo X"$ac_file" |
  3199.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3200.      /^X(//)[^/].*/{ s//1/; q; }
  3201.      /^X(//)$/{ s//1/; q; }
  3202.      /^X(/).*/{ s//1/; q; }
  3203.      s/.*/./; q'`
  3204.   { if $as_mkdir_p; then
  3205.     mkdir -p "$ac_dir"
  3206.   else
  3207.     as_dir="$ac_dir"
  3208.     as_dirs=
  3209.     while test ! -d "$as_dir"; do
  3210.       as_dirs="$as_dir $as_dirs"
  3211.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3212. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3213.  X"$as_dir" : 'X(//)[^/]' | 
  3214.  X"$as_dir" : 'X(//)$' | 
  3215.  X"$as_dir" : 'X(/)' | 
  3216.  .     : '(.)' 2>/dev/null ||
  3217. echo X"$as_dir" |
  3218.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3219.      /^X(//)[^/].*/{ s//1/; q; }
  3220.      /^X(//)$/{ s//1/; q; }
  3221.      /^X(/).*/{ s//1/; q; }
  3222.      s/.*/./; q'`
  3223.     done
  3224.     test ! -n "$as_dirs" || mkdir $as_dirs
  3225.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3226. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3227.    { (exit 1); exit 1; }; }; }
  3228.   ac_builddir=.
  3229. if test "$ac_dir" != .; then
  3230.   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^.[\/],,'`
  3231.   # A "../" for each directory in $ac_dir_suffix.
  3232.   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\/]*,../,g'`
  3233. else
  3234.   ac_dir_suffix= ac_top_builddir=
  3235. fi
  3236. case $srcdir in
  3237.   .)  # No --srcdir option.  We are building in place.
  3238.     ac_srcdir=.
  3239.     if test -z "$ac_top_builddir"; then
  3240.        ac_top_srcdir=.
  3241.     else
  3242.        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
  3243.     fi ;;
  3244.   [\/]* | ?:[\/]* )  # Absolute path.
  3245.     ac_srcdir=$srcdir$ac_dir_suffix;
  3246.     ac_top_srcdir=$srcdir ;;
  3247.   *) # Relative path.
  3248.     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
  3249.     ac_top_srcdir=$ac_top_builddir$srcdir ;;
  3250. esac
  3251. # Do not use `cd foo && pwd` to compute absolute paths, because
  3252. # the directories may not exist.
  3253. case `pwd` in
  3254. .) ac_abs_builddir="$ac_dir";;
  3255. *)
  3256.   case "$ac_dir" in
  3257.   .) ac_abs_builddir=`pwd`;;
  3258.   [\/]* | ?:[\/]* ) ac_abs_builddir="$ac_dir";;
  3259.   *) ac_abs_builddir=`pwd`/"$ac_dir";;
  3260.   esac;;
  3261. esac
  3262. case $ac_abs_builddir in
  3263. .) ac_abs_top_builddir=${ac_top_builddir}.;;
  3264. *)
  3265.   case ${ac_top_builddir}. in
  3266.   .) ac_abs_top_builddir=$ac_abs_builddir;;
  3267.   [\/]* | ?:[\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
  3268.   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
  3269.   esac;;
  3270. esac
  3271. case $ac_abs_builddir in
  3272. .) ac_abs_srcdir=$ac_srcdir;;
  3273. *)
  3274.   case $ac_srcdir in
  3275.   .) ac_abs_srcdir=$ac_abs_builddir;;
  3276.   [\/]* | ?:[\/]* ) ac_abs_srcdir=$ac_srcdir;;
  3277.   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
  3278.   esac;;
  3279. esac
  3280. case $ac_abs_builddir in
  3281. .) ac_abs_top_srcdir=$ac_top_srcdir;;
  3282. *)
  3283.   case $ac_top_srcdir in
  3284.   .) ac_abs_top_srcdir=$ac_abs_builddir;;
  3285.   [\/]* | ?:[\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
  3286.   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
  3287.   esac;;
  3288. esac
  3289.   if test x"$ac_file" != x-; then
  3290.     { echo "$as_me:$LINENO: creating $ac_file" >&5
  3291. echo "$as_me: creating $ac_file" >&6;}
  3292.     rm -f "$ac_file"
  3293.   fi
  3294.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3295.   # use $as_me), people would be surprised to read:
  3296.   #    /* config.h.  Generated by config.status.  */
  3297.   if test x"$ac_file" = x-; then
  3298.     configure_input=
  3299.   else
  3300.     configure_input="$ac_file.  "
  3301.   fi
  3302.   configure_input=$configure_input"Generated from `echo $ac_file_in |
  3303.      sed 's,.*/,,'` by configure."
  3304.   # First look for the input files in the build tree, otherwise in the
  3305.   # src tree.
  3306.   ac_file_inputs=`IFS=:
  3307.     for f in $ac_file_in; do
  3308.       case $f in
  3309.       -) echo $tmp/stdin ;;
  3310.       [\/$]*)
  3311.  # Absolute (can't be DOS-style, as IFS=:)
  3312.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3313. echo "$as_me: error: cannot find input file: $f" >&2;}
  3314.    { (exit 1); exit 1; }; }
  3315.  echo "$f";;
  3316.       *) # Relative
  3317.  if test -f "$f"; then
  3318.    # Build tree
  3319.    echo "$f"
  3320.  elif test -f "$srcdir/$f"; then
  3321.    # Source tree
  3322.    echo "$srcdir/$f"
  3323.  else
  3324.    # /dev/null tree
  3325.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3326. echo "$as_me: error: cannot find input file: $f" >&2;}
  3327.    { (exit 1); exit 1; }; }
  3328.  fi;;
  3329.       esac
  3330.     done` || { (exit 1); exit 1; }
  3331. _ACEOF
  3332. cat >>$CONFIG_STATUS <<_ACEOF
  3333.   sed "$ac_vpsub
  3334. $extrasub
  3335. _ACEOF
  3336. cat >>$CONFIG_STATUS <<_ACEOF
  3337. :t
  3338. /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
  3339. s,@configure_input@,$configure_input,;t t
  3340. s,@srcdir@,$ac_srcdir,;t t
  3341. s,@abs_srcdir@,$ac_abs_srcdir,;t t
  3342. s,@top_srcdir@,$ac_top_srcdir,;t t
  3343. s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
  3344. s,@builddir@,$ac_builddir,;t t
  3345. s,@abs_builddir@,$ac_abs_builddir,;t t
  3346. s,@top_builddir@,$ac_top_builddir,;t t
  3347. s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
  3348. " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
  3349.   rm -f $tmp/stdin
  3350.   if test x"$ac_file" != x-; then
  3351.     mv $tmp/out $ac_file
  3352.   else
  3353.     cat $tmp/out
  3354.     rm -f $tmp/out
  3355.   fi
  3356. done
  3357. _ACEOF
  3358. cat >>$CONFIG_STATUS <<_ACEOF
  3359. #
  3360. # CONFIG_HEADER section.
  3361. #
  3362. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  3363. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  3364. #
  3365. # ac_d sets the value in "#define NAME VALUE" lines.
  3366. ac_dA='s,^([  ]*)#([  ]*define[  ][  ]*)'
  3367. ac_dB='[  ].*$,1#2'
  3368. ac_dC=' '
  3369. ac_dD=',;t'
  3370. # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  3371. ac_uA='s,^([  ]*)#([  ]*)undef([  ][  ]*)'
  3372. ac_uB='$,1#2define3'
  3373. ac_uC=' '
  3374. ac_uD=',;t'
  3375. for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
  3376.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  3377.   case $ac_file in
  3378.   - | *:- | *:-:* ) # input from stdin
  3379. cat >$tmp/stdin
  3380. ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3381. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3382.   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
  3383. ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
  3384.   * )   ac_file_in=$ac_file.in ;;
  3385.   esac
  3386.   test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
  3387. echo "$as_me: creating $ac_file" >&6;}
  3388.   # First look for the input files in the build tree, otherwise in the
  3389.   # src tree.
  3390.   ac_file_inputs=`IFS=:
  3391.     for f in $ac_file_in; do
  3392.       case $f in
  3393.       -) echo $tmp/stdin ;;
  3394.       [\/$]*)
  3395.  # Absolute (can't be DOS-style, as IFS=:)
  3396.  test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3397. echo "$as_me: error: cannot find input file: $f" >&2;}
  3398.    { (exit 1); exit 1; }; }
  3399.  # Do quote $f, to prevent DOS paths from being IFS'd.
  3400.  echo "$f";;
  3401.       *) # Relative
  3402.  if test -f "$f"; then
  3403.    # Build tree
  3404.    echo "$f"
  3405.  elif test -f "$srcdir/$f"; then
  3406.    # Source tree
  3407.    echo "$srcdir/$f"
  3408.  else
  3409.    # /dev/null tree
  3410.    { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
  3411. echo "$as_me: error: cannot find input file: $f" >&2;}
  3412.    { (exit 1); exit 1; }; }
  3413.  fi;;
  3414.       esac
  3415.     done` || { (exit 1); exit 1; }
  3416.   # Remove the trailing spaces.
  3417.   sed 's/[  ]*$//' $ac_file_inputs >$tmp/in
  3418. _ACEOF
  3419. # Transform confdefs.h into two sed scripts, `conftest.defines' and
  3420. # `conftest.undefs', that substitutes the proper values into
  3421. # config.h.in to produce config.h.  The first handles `#define'
  3422. # templates, and the second `#undef' templates.
  3423. # And first: Protect against being on the right side of a sed subst in
  3424. # config.status.  Protect against being in an unquoted here document
  3425. # in config.status.
  3426. rm -f conftest.defines conftest.undefs
  3427. # Using a here document instead of a string reduces the quoting nightmare.
  3428. # Putting comments in sed scripts is not portable.
  3429. #
  3430. # `end' is used to avoid that the second main sed command (meant for
  3431. # 0-ary CPP macros) applies to n-ary macro definitions.
  3432. # See the Autoconf documentation for `clear'.
  3433. cat >confdef2sed.sed <<_ACEOF
  3434. s/[\&,]/\&/g
  3435. s,[\$`],\&,g
  3436. t clear
  3437. : clear
  3438. s,^[  ]*#[  ]*define[  ][  ]*([^  (][^  (]*)(([^)]*))[  ]*(.*)$,${ac_dA}1${ac_dB}12${ac_dC}3${ac_dD},gp
  3439. t end
  3440. s,^[  ]*#[  ]*define[  ][  ]*([^  ][^  ]*)[  ]*(.*)$,${ac_dA}1${ac_dB}1${ac_dC}2${ac_dD},gp
  3441. : end
  3442. _ACEOF
  3443. # If some macros were called several times there might be several times
  3444. # the same #defines, which is useless.  Nevertheless, we may not want to
  3445. # sort them, since we want the *last* AC-DEFINE to be honored.
  3446. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
  3447. sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
  3448. rm -f confdef2sed.sed
  3449. # This sed command replaces #undef with comments.  This is necessary, for
  3450. # example, in the case of _POSIX_SOURCE, which is predefined and required
  3451. # on some systems where configure will not decide to define it.
  3452. cat >>conftest.undefs <<_ACEOF
  3453. s,^[  ]*#[  ]*undef[  ][  ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
  3454. _ACEOF
  3455. # Break up conftest.defines because some shells have a limit on the size
  3456. # of here documents, and old seds have small limits too (100 cmds).
  3457. echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
  3458. echo '  if grep "^[  ]*#[  ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
  3459. echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
  3460. echo '  :' >>$CONFIG_STATUS
  3461. rm -f conftest.tail
  3462. while grep . conftest.defines >/dev/null
  3463. do
  3464.   # Write a limited-size here document to $tmp/defines.sed.
  3465.   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
  3466.   # Speed up: don't consider the non `#define' lines.
  3467.   echo '/^[  ]*#[  ]*define/!b' >>$CONFIG_STATUS
  3468.   # Work around the forget-to-reset-the-flag bug.
  3469.   echo 't clr' >>$CONFIG_STATUS
  3470.   echo ': clr' >>$CONFIG_STATUS
  3471.   sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
  3472.   echo 'CEOF
  3473.   sed -f $tmp/defines.sed $tmp/in >$tmp/out
  3474.   rm -f $tmp/in
  3475.   mv $tmp/out $tmp/in
  3476. ' >>$CONFIG_STATUS
  3477.   sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
  3478.   rm -f conftest.defines
  3479.   mv conftest.tail conftest.defines
  3480. done
  3481. rm -f conftest.defines
  3482. echo '  fi # grep' >>$CONFIG_STATUS
  3483. echo >>$CONFIG_STATUS
  3484. # Break up conftest.undefs because some shells have a limit on the size
  3485. # of here documents, and old seds have small limits too (100 cmds).
  3486. echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
  3487. rm -f conftest.tail
  3488. while grep . conftest.undefs >/dev/null
  3489. do
  3490.   # Write a limited-size here document to $tmp/undefs.sed.
  3491.   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
  3492.   # Speed up: don't consider the non `#undef'
  3493.   echo '/^[  ]*#[  ]*undef/!b' >>$CONFIG_STATUS
  3494.   # Work around the forget-to-reset-the-flag bug.
  3495.   echo 't clr' >>$CONFIG_STATUS
  3496.   echo ': clr' >>$CONFIG_STATUS
  3497.   sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
  3498.   echo 'CEOF
  3499.   sed -f $tmp/undefs.sed $tmp/in >$tmp/out
  3500.   rm -f $tmp/in
  3501.   mv $tmp/out $tmp/in
  3502. ' >>$CONFIG_STATUS
  3503.   sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
  3504.   rm -f conftest.undefs
  3505.   mv conftest.tail conftest.undefs
  3506. done
  3507. rm -f conftest.undefs
  3508. cat >>$CONFIG_STATUS <<_ACEOF
  3509.   # Let's still pretend it is `configure' which instantiates (i.e., don't
  3510.   # use $as_me), people would be surprised to read:
  3511.   #    /* config.h.  Generated by config.status.  */
  3512.   if test x"$ac_file" = x-; then
  3513.     echo "/* Generated by configure.  */" >$tmp/config.h
  3514.   else
  3515.     echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
  3516.   fi
  3517.   cat $tmp/in >>$tmp/config.h
  3518.   rm -f $tmp/in
  3519.   if test x"$ac_file" != x-; then
  3520.     if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
  3521.       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
  3522. echo "$as_me: $ac_file is unchanged" >&6;}
  3523.     else
  3524.       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
  3525. $as_expr X"$ac_file" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3526.  X"$ac_file" : 'X(//)[^/]' | 
  3527.  X"$ac_file" : 'X(//)$' | 
  3528.  X"$ac_file" : 'X(/)' | 
  3529.  .     : '(.)' 2>/dev/null ||
  3530. echo X"$ac_file" |
  3531.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3532.      /^X(//)[^/].*/{ s//1/; q; }
  3533.      /^X(//)$/{ s//1/; q; }
  3534.      /^X(/).*/{ s//1/; q; }
  3535.      s/.*/./; q'`
  3536.       { if $as_mkdir_p; then
  3537.     mkdir -p "$ac_dir"
  3538.   else
  3539.     as_dir="$ac_dir"
  3540.     as_dirs=
  3541.     while test ! -d "$as_dir"; do
  3542.       as_dirs="$as_dir $as_dirs"
  3543.       as_dir=`(dirname "$as_dir") 2>/dev/null ||
  3544. $as_expr X"$as_dir" : 'X(.*[^/])//*[^/][^/]*/*$' | 
  3545.  X"$as_dir" : 'X(//)[^/]' | 
  3546.  X"$as_dir" : 'X(//)$' | 
  3547.  X"$as_dir" : 'X(/)' | 
  3548.  .     : '(.)' 2>/dev/null ||
  3549. echo X"$as_dir" |
  3550.     sed '/^X(.*[^/])//*[^/][^/]*/*$/{ s//1/; q; }
  3551.      /^X(//)[^/].*/{ s//1/; q; }
  3552.      /^X(//)$/{ s//1/; q; }
  3553.      /^X(/).*/{ s//1/; q; }
  3554.      s/.*/./; q'`
  3555.     done
  3556.     test ! -n "$as_dirs" || mkdir $as_dirs
  3557.   fi || { { echo "$as_me:$LINENO: error: cannot create directory "$ac_dir"" >&5
  3558. echo "$as_me: error: cannot create directory "$ac_dir"" >&2;}
  3559.    { (exit 1); exit 1; }; }; }
  3560.       rm -f $ac_file
  3561.       mv $tmp/config.h $ac_file
  3562.     fi
  3563.   else
  3564.     cat $tmp/config.h
  3565.     rm -f $tmp/config.h
  3566.   fi
  3567. done
  3568. _ACEOF
  3569. cat >>$CONFIG_STATUS <<_ACEOF
  3570. { (exit 0); exit 0; }
  3571. _ACEOF
  3572. chmod +x $CONFIG_STATUS
  3573. ac_clean_files=$ac_clean_files_save
  3574. # configure is writing to config.log, and then calls config.status.
  3575. # config.status does its own redirection, appending to config.log.
  3576. # Unfortunately, on DOS this fails, as config.log is still kept open
  3577. # by configure, so config.status won't be able to write to it; its
  3578. # output is simply discarded.  So we exec the FD to /dev/null,
  3579. # effectively closing config.log, so it can be properly (re)opened and
  3580. # appended to by config.status.  When coming back to configure, we
  3581. # need to make the FD available again.
  3582. if test "$no_create" != yes; then
  3583.   ac_cs_success=:
  3584.   ac_config_status_args=
  3585.   test "$silent" = yes &&
  3586.     ac_config_status_args="$ac_config_status_args --quiet"
  3587.   exec 5>/dev/null
  3588.   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
  3589.   exec 5>>config.log
  3590.   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
  3591.   # would make configure fail if this is the last instruction.
  3592.   $ac_cs_success || { (exit 1); exit 1; }
  3593. fi