configure
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1206k
源码类别:

多媒体

开发平台:

MultiPlatform

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