"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "mplayerplug-in-3.55/configure" of archive mplayerplug-in-3.55.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 #! /bin/sh
    2 # Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.61 for mplayerplug-in 3.55.
    4 #
    5 # Report bugs to <mplayerplug-in-devel@lists.sourceforge.net>.
    6 #
    7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    9 # This configure script is free software; the Free Software Foundation
   10 # gives unlimited permission to copy, distribute and modify it.
   11 ## --------------------- ##
   12 ## M4sh Initialization.  ##
   13 ## --------------------- ##
   14 
   15 # Be more Bourne compatible
   16 DUALCASE=1; export DUALCASE # for MKS sh
   17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   18   emulate sh
   19   NULLCMD=:
   20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   21   # is contrary to our usage.  Disable this feature.
   22   alias -g '${1+"$@"}'='"$@"'
   23   setopt NO_GLOB_SUBST
   24 else
   25   case `(set -o) 2>/dev/null` in
   26   *posix*) set -o posix ;;
   27 esac
   28 
   29 fi
   30 
   31 
   32 
   33 
   34 # PATH needs CR
   35 # Avoid depending upon Character Ranges.
   36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   39 as_cr_digits='0123456789'
   40 as_cr_alnum=$as_cr_Letters$as_cr_digits
   41 
   42 # The user is always right.
   43 if test "${PATH_SEPARATOR+set}" != set; then
   44   echo "#! /bin/sh" >conf$$.sh
   45   echo  "exit 0"   >>conf$$.sh
   46   chmod +x conf$$.sh
   47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   48     PATH_SEPARATOR=';'
   49   else
   50     PATH_SEPARATOR=:
   51   fi
   52   rm -f conf$$.sh
   53 fi
   54 
   55 # Support unset when possible.
   56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   57   as_unset=unset
   58 else
   59   as_unset=false
   60 fi
   61 
   62 
   63 # IFS
   64 # We need space, tab and new line, in precisely that order.  Quoting is
   65 # there to prevent editors from complaining about space-tab.
   66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   67 # splitting by setting IFS to empty value.)
   68 as_nl='
   69 '
   70 IFS=" ""	$as_nl"
   71 
   72 # Find who we are.  Look in the path if we contain no directory separator.
   73 case $0 in
   74   *[\\/]* ) as_myself=$0 ;;
   75   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   76 for as_dir in $PATH
   77 do
   78   IFS=$as_save_IFS
   79   test -z "$as_dir" && as_dir=.
   80   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   81 done
   82 IFS=$as_save_IFS
   83 
   84      ;;
   85 esac
   86 # We did not find ourselves, most probably we were run as `sh COMMAND'
   87 # in which case we are not to be found in the path.
   88 if test "x$as_myself" = x; then
   89   as_myself=$0
   90 fi
   91 if test ! -f "$as_myself"; then
   92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   93   { (exit 1); exit 1; }
   94 fi
   95 
   96 # Work around bugs in pre-3.0 UWIN ksh.
   97 for as_var in ENV MAIL MAILPATH
   98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
   99 done
  100 PS1='$ '
  101 PS2='> '
  102 PS4='+ '
  103 
  104 # NLS nuisances.
  105 for as_var in \
  106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  108   LC_TELEPHONE LC_TIME
  109 do
  110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  111     eval $as_var=C; export $as_var
  112   else
  113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  114   fi
  115 done
  116 
  117 # Required to use basename.
  118 if expr a : '\(a\)' >/dev/null 2>&1 &&
  119    test "X`expr 00001 : '.*\(...\)'`" = X001; then
  120   as_expr=expr
  121 else
  122   as_expr=false
  123 fi
  124 
  125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  126   as_basename=basename
  127 else
  128   as_basename=false
  129 fi
  130 
  131 
  132 # Name of the executable.
  133 as_me=`$as_basename -- "$0" ||
  134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  135 	 X"$0" : 'X\(//\)$' \| \
  136 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  137 echo X/"$0" |
  138     sed '/^.*\/\([^/][^/]*\)\/*$/{
  139 	    s//\1/
  140 	    q
  141 	  }
  142 	  /^X\/\(\/\/\)$/{
  143 	    s//\1/
  144 	    q
  145 	  }
  146 	  /^X\/\(\/\).*/{
  147 	    s//\1/
  148 	    q
  149 	  }
  150 	  s/.*/./; q'`
  151 
  152 # CDPATH.
  153 $as_unset CDPATH
  154 
  155 
  156 if test "x$CONFIG_SHELL" = x; then
  157   if (eval ":") 2>/dev/null; then
  158   as_have_required=yes
  159 else
  160   as_have_required=no
  161 fi
  162 
  163   if test $as_have_required = yes && 	 (eval ":
  164 (as_func_return () {
  165   (exit \$1)
  166 }
  167 as_func_success () {
  168   as_func_return 0
  169 }
  170 as_func_failure () {
  171   as_func_return 1
  172 }
  173 as_func_ret_success () {
  174   return 0
  175 }
  176 as_func_ret_failure () {
  177   return 1
  178 }
  179 
  180 exitcode=0
  181 if as_func_success; then
  182   :
  183 else
  184   exitcode=1
  185   echo as_func_success failed.
  186 fi
  187 
  188 if as_func_failure; then
  189   exitcode=1
  190   echo as_func_failure succeeded.
  191 fi
  192 
  193 if as_func_ret_success; then
  194   :
  195 else
  196   exitcode=1
  197   echo as_func_ret_success failed.
  198 fi
  199 
  200 if as_func_ret_failure; then
  201   exitcode=1
  202   echo as_func_ret_failure succeeded.
  203 fi
  204 
  205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  206   :
  207 else
  208   exitcode=1
  209   echo positional parameters were not saved.
  210 fi
  211 
  212 test \$exitcode = 0) || { (exit 1); exit 1; }
  213 
  214 (
  215   as_lineno_1=\$LINENO
  216   as_lineno_2=\$LINENO
  217   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  218   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  219 ") 2> /dev/null; then
  220   :
  221 else
  222   as_candidate_shells=
  223     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  225 do
  226   IFS=$as_save_IFS
  227   test -z "$as_dir" && as_dir=.
  228   case $as_dir in
  229 	 /*)
  230 	   for as_base in sh bash ksh sh5; do
  231 	     as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  232 	   done;;
  233        esac
  234 done
  235 IFS=$as_save_IFS
  236 
  237 
  238       for as_shell in $as_candidate_shells $SHELL; do
  239 	 # Try only shells that exist, to save several forks.
  240 	 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  241 		{ ("$as_shell") 2> /dev/null <<\_ASEOF
  242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  243   emulate sh
  244   NULLCMD=:
  245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  246   # is contrary to our usage.  Disable this feature.
  247   alias -g '${1+"$@"}'='"$@"'
  248   setopt NO_GLOB_SUBST
  249 else
  250   case `(set -o) 2>/dev/null` in
  251   *posix*) set -o posix ;;
  252 esac
  253 
  254 fi
  255 
  256 
  257 :
  258 _ASEOF
  259 }; then
  260   CONFIG_SHELL=$as_shell
  261 	       as_have_required=yes
  262 	       if { "$as_shell" 2> /dev/null <<\_ASEOF
  263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  264   emulate sh
  265   NULLCMD=:
  266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  267   # is contrary to our usage.  Disable this feature.
  268   alias -g '${1+"$@"}'='"$@"'
  269   setopt NO_GLOB_SUBST
  270 else
  271   case `(set -o) 2>/dev/null` in
  272   *posix*) set -o posix ;;
  273 esac
  274 
  275 fi
  276 
  277 
  278 :
  279 (as_func_return () {
  280   (exit $1)
  281 }
  282 as_func_success () {
  283   as_func_return 0
  284 }
  285 as_func_failure () {
  286   as_func_return 1
  287 }
  288 as_func_ret_success () {
  289   return 0
  290 }
  291 as_func_ret_failure () {
  292   return 1
  293 }
  294 
  295 exitcode=0
  296 if as_func_success; then
  297   :
  298 else
  299   exitcode=1
  300   echo as_func_success failed.
  301 fi
  302 
  303 if as_func_failure; then
  304   exitcode=1
  305   echo as_func_failure succeeded.
  306 fi
  307 
  308 if as_func_ret_success; then
  309   :
  310 else
  311   exitcode=1
  312   echo as_func_ret_success failed.
  313 fi
  314 
  315 if as_func_ret_failure; then
  316   exitcode=1
  317   echo as_func_ret_failure succeeded.
  318 fi
  319 
  320 if ( set x; as_func_ret_success y && test x = "$1" ); then
  321   :
  322 else
  323   exitcode=1
  324   echo positional parameters were not saved.
  325 fi
  326 
  327 test $exitcode = 0) || { (exit 1); exit 1; }
  328 
  329 (
  330   as_lineno_1=$LINENO
  331   as_lineno_2=$LINENO
  332   test "x$as_lineno_1" != "x$as_lineno_2" &&
  333   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  334 
  335 _ASEOF
  336 }; then
  337   break
  338 fi
  339 
  340 fi
  341 
  342       done
  343 
  344       if test "x$CONFIG_SHELL" != x; then
  345   for as_var in BASH_ENV ENV
  346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  347         done
  348         export CONFIG_SHELL
  349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  350 fi
  351 
  352 
  353     if test $as_have_required = no; then
  354   echo This script requires a shell more modern than all the
  355       echo shells that I found on your system.  Please install a
  356       echo modern shell, or manually run the script under such a
  357       echo shell if you do have one.
  358       { (exit 1); exit 1; }
  359 fi
  360 
  361 
  362 fi
  363 
  364 fi
  365 
  366 
  367 
  368 (eval "as_func_return () {
  369   (exit \$1)
  370 }
  371 as_func_success () {
  372   as_func_return 0
  373 }
  374 as_func_failure () {
  375   as_func_return 1
  376 }
  377 as_func_ret_success () {
  378   return 0
  379 }
  380 as_func_ret_failure () {
  381   return 1
  382 }
  383 
  384 exitcode=0
  385 if as_func_success; then
  386   :
  387 else
  388   exitcode=1
  389   echo as_func_success failed.
  390 fi
  391 
  392 if as_func_failure; then
  393   exitcode=1
  394   echo as_func_failure succeeded.
  395 fi
  396 
  397 if as_func_ret_success; then
  398   :
  399 else
  400   exitcode=1
  401   echo as_func_ret_success failed.
  402 fi
  403 
  404 if as_func_ret_failure; then
  405   exitcode=1
  406   echo as_func_ret_failure succeeded.
  407 fi
  408 
  409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  410   :
  411 else
  412   exitcode=1
  413   echo positional parameters were not saved.
  414 fi
  415 
  416 test \$exitcode = 0") || {
  417   echo No shell found that supports shell functions.
  418   echo Please tell autoconf@gnu.org about your system,
  419   echo including any error possibly output before this
  420   echo message
  421 }
  422 
  423 
  424 
  425   as_lineno_1=$LINENO
  426   as_lineno_2=$LINENO
  427   test "x$as_lineno_1" != "x$as_lineno_2" &&
  428   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  429 
  430   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  431   # uniformly replaced by the line number.  The first 'sed' inserts a
  432   # line-number line after each line using $LINENO; the second 'sed'
  433   # does the real work.  The second script uses 'N' to pair each
  434   # line-number line with the line containing $LINENO, and appends
  435   # trailing '-' during substitution so that $LINENO is not a special
  436   # case at line end.
  437   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  438   # scripts with optimization help from Paolo Bonzini.  Blame Lee
  439   # E. McMahon (1931-1989) for sed's syntax.  :-)
  440   sed -n '
  441     p
  442     /[$]LINENO/=
  443   ' <$as_myself |
  444     sed '
  445       s/[$]LINENO.*/&-/
  446       t lineno
  447       b
  448       :lineno
  449       N
  450       :loop
  451       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  452       t loop
  453       s/-\n.*//
  454     ' >$as_me.lineno &&
  455   chmod +x "$as_me.lineno" ||
  456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  457    { (exit 1); exit 1; }; }
  458 
  459   # Don't try to exec as it changes $[0], causing all sort of problems
  460   # (the dirname of $[0] is not the place where we might find the
  461   # original and so on.  Autoconf is especially sensitive to this).
  462   . "./$as_me.lineno"
  463   # Exit status is that of the last command.
  464   exit
  465 }
  466 
  467 
  468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  469   as_dirname=dirname
  470 else
  471   as_dirname=false
  472 fi
  473 
  474 ECHO_C= ECHO_N= ECHO_T=
  475 case `echo -n x` in
  476 -n*)
  477   case `echo 'x\c'` in
  478   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  479   *)   ECHO_C='\c';;
  480   esac;;
  481 *)
  482   ECHO_N='-n';;
  483 esac
  484 
  485 if expr a : '\(a\)' >/dev/null 2>&1 &&
  486    test "X`expr 00001 : '.*\(...\)'`" = X001; then
  487   as_expr=expr
  488 else
  489   as_expr=false
  490 fi
  491 
  492 rm -f conf$$ conf$$.exe conf$$.file
  493 if test -d conf$$.dir; then
  494   rm -f conf$$.dir/conf$$.file
  495 else
  496   rm -f conf$$.dir
  497   mkdir conf$$.dir
  498 fi
  499 echo >conf$$.file
  500 if ln -s conf$$.file conf$$ 2>/dev/null; then
  501   as_ln_s='ln -s'
  502   # ... but there are two gotchas:
  503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  505   # In both cases, we have to default to `cp -p'.
  506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  507     as_ln_s='cp -p'
  508 elif ln conf$$.file conf$$ 2>/dev/null; then
  509   as_ln_s=ln
  510 else
  511   as_ln_s='cp -p'
  512 fi
  513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  514 rmdir conf$$.dir 2>/dev/null
  515 
  516 if mkdir -p . 2>/dev/null; then
  517   as_mkdir_p=:
  518 else
  519   test -d ./-p && rmdir ./-p
  520   as_mkdir_p=false
  521 fi
  522 
  523 if test -x / >/dev/null 2>&1; then
  524   as_test_x='test -x'
  525 else
  526   if ls -dL / >/dev/null 2>&1; then
  527     as_ls_L_option=L
  528   else
  529     as_ls_L_option=
  530   fi
  531   as_test_x='
  532     eval sh -c '\''
  533       if test -d "$1"; then
  534         test -d "$1/.";
  535       else
  536 	case $1 in
  537         -*)set "./$1";;
  538 	esac;
  539 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  540 	???[sx]*):;;*)false;;esac;fi
  541     '\'' sh
  542   '
  543 fi
  544 as_executable_p=$as_test_x
  545 
  546 # Sed expression to map a string onto a valid CPP name.
  547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  548 
  549 # Sed expression to map a string onto a valid variable name.
  550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  551 
  552 
  553 
  554 exec 7<&0 </dev/null 6>&1
  555 
  556 # Name of the host.
  557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  558 # so uname gets run too.
  559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  560 
  561 #
  562 # Initializations.
  563 #
  564 ac_default_prefix=/usr/local
  565 ac_clean_files=
  566 ac_config_libobj_dir=.
  567 LIBOBJS=
  568 cross_compiling=no
  569 subdirs=
  570 MFLAGS=
  571 MAKEFLAGS=
  572 SHELL=${CONFIG_SHELL-/bin/sh}
  573 
  574 # Identity of this package.
  575 PACKAGE_NAME='mplayerplug-in'
  576 PACKAGE_TARNAME='mplayerplug-in'
  577 PACKAGE_VERSION='3.55'
  578 PACKAGE_STRING='mplayerplug-in 3.55'
  579 PACKAGE_BUGREPORT='mplayerplug-in-devel@lists.sourceforge.net'
  580 
  581 ac_unique_file="config.h.in"
  582 ac_config_libobj_dir=Source
  583 # Factoring default headers for most tests.
  584 ac_includes_default="\
  585 #include <stdio.h>
  586 #ifdef HAVE_SYS_TYPES_H
  587 # include <sys/types.h>
  588 #endif
  589 #ifdef HAVE_SYS_STAT_H
  590 # include <sys/stat.h>
  591 #endif
  592 #ifdef STDC_HEADERS
  593 # include <stdlib.h>
  594 # include <stddef.h>
  595 #else
  596 # ifdef HAVE_STDLIB_H
  597 #  include <stdlib.h>
  598 # endif
  599 #endif
  600 #ifdef HAVE_STRING_H
  601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  602 #  include <memory.h>
  603 # endif
  604 # include <string.h>
  605 #endif
  606 #ifdef HAVE_STRINGS_H
  607 # include <strings.h>
  608 #endif
  609 #ifdef HAVE_INTTYPES_H
  610 # include <inttypes.h>
  611 #endif
  612 #ifdef HAVE_STDINT_H
  613 # include <stdint.h>
  614 #endif
  615 #ifdef HAVE_UNISTD_H
  616 # include <unistd.h>
  617 #endif"
  618 
  619 ac_subst_vars='SHELL
  620 PATH_SEPARATOR
  621 PACKAGE_NAME
  622 PACKAGE_TARNAME
  623 PACKAGE_VERSION
  624 PACKAGE_STRING
  625 PACKAGE_BUGREPORT
  626 exec_prefix
  627 prefix
  628 program_transform_name
  629 bindir
  630 sbindir
  631 libexecdir
  632 datarootdir
  633 datadir
  634 sysconfdir
  635 sharedstatedir
  636 localstatedir
  637 includedir
  638 oldincludedir
  639 docdir
  640 infodir
  641 htmldir
  642 dvidir
  643 pdfdir
  644 psdir
  645 libdir
  646 localedir
  647 mandir
  648 DEFS
  649 ECHO_C
  650 ECHO_N
  651 ECHO_T
  652 LIBS
  653 build_alias
  654 host_alias
  655 target_alias
  656 CXX
  657 CXXFLAGS
  658 LDFLAGS
  659 CPPFLAGS
  660 ac_ct_CXX
  661 EXEEXT
  662 OBJEXT
  663 CC
  664 CFLAGS
  665 ac_ct_CC
  666 INSTALL_PROGRAM
  667 INSTALL_SCRIPT
  668 INSTALL_DATA
  669 AWK
  670 SET_MAKE
  671 PKG_CONFIG_PATH
  672 GECKO_SDK_PREFIX
  673 GECKO_DEFINES
  674 PKG_CONFIG
  675 MOZPLUG_CFLAGS
  676 MOZPLUG_LIBS
  677 MOZILLA_HOME
  678 GECKO_XPIDL
  679 GECKO_IDLDIR
  680 GTK_CFLAGS
  681 GTK_LIBS
  682 GTK24_CFLAGS
  683 GTK24_LIBS
  684 GTHREAD_CFLAGS
  685 GTHREAD_LIBS
  686 CREATE
  687 CXXFLAGS64
  688 LDFLAGS64
  689 GTK_DEFINES
  690 X_CFLAGS
  691 X_LIBS
  692 XMKMF
  693 CPP
  694 XT_CFLAGS
  695 XT_LIBS
  696 X_PRE_LIBS
  697 X_EXTRA_LIBS
  698 XPM_CFLAGS
  699 XPM_LIBS
  700 GREP
  701 EGREP
  702 LIBOBJS
  703 LOCALEDIR
  704 SUBDIR
  705 INSTALL_SUBDIR
  706 XEXT_LIBS
  707 LTLIBOBJS'
  708 ac_subst_files=''
  709       ac_precious_vars='build_alias
  710 host_alias
  711 target_alias
  712 CXX
  713 CXXFLAGS
  714 LDFLAGS
  715 LIBS
  716 CPPFLAGS
  717 CCC
  718 CC
  719 CFLAGS
  720 XMKMF
  721 CPP'
  722 
  723 
  724 # Initialize some variables set by options.
  725 ac_init_help=
  726 ac_init_version=false
  727 # The variables have the same names as the options, with
  728 # dashes changed to underlines.
  729 cache_file=/dev/null
  730 exec_prefix=NONE
  731 no_create=
  732 no_recursion=
  733 prefix=NONE
  734 program_prefix=NONE
  735 program_suffix=NONE
  736 program_transform_name=s,x,x,
  737 silent=
  738 site=
  739 srcdir=
  740 verbose=
  741 x_includes=NONE
  742 x_libraries=NONE
  743 
  744 # Installation directory options.
  745 # These are left unexpanded so users can "make install exec_prefix=/foo"
  746 # and all the variables that are supposed to be based on exec_prefix
  747 # by default will actually change.
  748 # Use braces instead of parens because sh, perl, etc. also accept them.
  749 # (The list follows the same order as the GNU Coding Standards.)
  750 bindir='${exec_prefix}/bin'
  751 sbindir='${exec_prefix}/sbin'
  752 libexecdir='${exec_prefix}/libexec'
  753 datarootdir='${prefix}/share'
  754 datadir='${datarootdir}'
  755 sysconfdir='${prefix}/etc'
  756 sharedstatedir='${prefix}/com'
  757 localstatedir='${prefix}/var'
  758 includedir='${prefix}/include'
  759 oldincludedir='/usr/include'
  760 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  761 infodir='${datarootdir}/info'
  762 htmldir='${docdir}'
  763 dvidir='${docdir}'
  764 pdfdir='${docdir}'
  765 psdir='${docdir}'
  766 libdir='${exec_prefix}/lib'
  767 localedir='${datarootdir}/locale'
  768 mandir='${datarootdir}/man'
  769 
  770 ac_prev=
  771 ac_dashdash=
  772 for ac_option
  773 do
  774   # If the previous option needs an argument, assign it.
  775   if test -n "$ac_prev"; then
  776     eval $ac_prev=\$ac_option
  777     ac_prev=
  778     continue
  779   fi
  780 
  781   case $ac_option in
  782   *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
  783   *)	ac_optarg=yes ;;
  784   esac
  785 
  786   # Accept the important Cygnus configure options, so we can diagnose typos.
  787 
  788   case $ac_dashdash$ac_option in
  789   --)
  790     ac_dashdash=yes ;;
  791 
  792   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  793     ac_prev=bindir ;;
  794   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  795     bindir=$ac_optarg ;;
  796 
  797   -build | --build | --buil | --bui | --bu)
  798     ac_prev=build_alias ;;
  799   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  800     build_alias=$ac_optarg ;;
  801 
  802   -cache-file | --cache-file | --cache-fil | --cache-fi \
  803   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  804     ac_prev=cache_file ;;
  805   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  806   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  807     cache_file=$ac_optarg ;;
  808 
  809   --config-cache | -C)
  810     cache_file=config.cache ;;
  811 
  812   -datadir | --datadir | --datadi | --datad)
  813     ac_prev=datadir ;;
  814   -datadir=* | --datadir=* | --datadi=* | --datad=*)
  815     datadir=$ac_optarg ;;
  816 
  817   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
  818   | --dataroo | --dataro | --datar)
  819     ac_prev=datarootdir ;;
  820   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
  821   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
  822     datarootdir=$ac_optarg ;;
  823 
  824   -disable-* | --disable-*)
  825     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  826     # Reject names that are not valid shell variable names.
  827     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  828       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  829    { (exit 1); exit 1; }; }
  830     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  831     eval enable_$ac_feature=no ;;
  832 
  833   -docdir | --docdir | --docdi | --doc | --do)
  834     ac_prev=docdir ;;
  835   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  836     docdir=$ac_optarg ;;
  837 
  838   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  839     ac_prev=dvidir ;;
  840   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
  841     dvidir=$ac_optarg ;;
  842 
  843   -enable-* | --enable-*)
  844     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
  845     # Reject names that are not valid shell variable names.
  846     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  847       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
  848    { (exit 1); exit 1; }; }
  849     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
  850     eval enable_$ac_feature=\$ac_optarg ;;
  851 
  852   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  853   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  854   | --exec | --exe | --ex)
  855     ac_prev=exec_prefix ;;
  856   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  857   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  858   | --exec=* | --exe=* | --ex=*)
  859     exec_prefix=$ac_optarg ;;
  860 
  861   -gas | --gas | --ga | --g)
  862     # Obsolete; use --with-gas.
  863     with_gas=yes ;;
  864 
  865   -help | --help | --hel | --he | -h)
  866     ac_init_help=long ;;
  867   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
  868     ac_init_help=recursive ;;
  869   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
  870     ac_init_help=short ;;
  871 
  872   -host | --host | --hos | --ho)
  873     ac_prev=host_alias ;;
  874   -host=* | --host=* | --hos=* | --ho=*)
  875     host_alias=$ac_optarg ;;
  876 
  877   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
  878     ac_prev=htmldir ;;
  879   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
  880   | --ht=*)
  881     htmldir=$ac_optarg ;;
  882 
  883   -includedir | --includedir | --includedi | --included | --include \
  884   | --includ | --inclu | --incl | --inc)
  885     ac_prev=includedir ;;
  886   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  887   | --includ=* | --inclu=* | --incl=* | --inc=*)
  888     includedir=$ac_optarg ;;
  889 
  890   -infodir | --infodir | --infodi | --infod | --info | --inf)
  891     ac_prev=infodir ;;
  892   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  893     infodir=$ac_optarg ;;
  894 
  895   -libdir | --libdir | --libdi | --libd)
  896     ac_prev=libdir ;;
  897   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  898     libdir=$ac_optarg ;;
  899 
  900   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  901   | --libexe | --libex | --libe)
  902     ac_prev=libexecdir ;;
  903   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  904   | --libexe=* | --libex=* | --libe=*)
  905     libexecdir=$ac_optarg ;;
  906 
  907   -localedir | --localedir | --localedi | --localed | --locale)
  908     ac_prev=localedir ;;
  909   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
  910     localedir=$ac_optarg ;;
  911 
  912   -localstatedir | --localstatedir | --localstatedi | --localstated \
  913   | --localstate | --localstat | --localsta | --localst | --locals)
  914     ac_prev=localstatedir ;;
  915   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  916   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
  917     localstatedir=$ac_optarg ;;
  918 
  919   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  920     ac_prev=mandir ;;
  921   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  922     mandir=$ac_optarg ;;
  923 
  924   -nfp | --nfp | --nf)
  925     # Obsolete; use --without-fp.
  926     with_fp=no ;;
  927 
  928   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  929   | --no-cr | --no-c | -n)
  930     no_create=yes ;;
  931 
  932   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  933   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  934     no_recursion=yes ;;
  935 
  936   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  937   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  938   | --oldin | --oldi | --old | --ol | --o)
  939     ac_prev=oldincludedir ;;
  940   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  941   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  942   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  943     oldincludedir=$ac_optarg ;;
  944 
  945   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  946     ac_prev=prefix ;;
  947   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  948     prefix=$ac_optarg ;;
  949 
  950   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  951   | --program-pre | --program-pr | --program-p)
  952     ac_prev=program_prefix ;;
  953   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  954   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  955     program_prefix=$ac_optarg ;;
  956 
  957   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  958   | --program-suf | --program-su | --program-s)
  959     ac_prev=program_suffix ;;
  960   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  961   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  962     program_suffix=$ac_optarg ;;
  963 
  964   -program-transform-name | --program-transform-name \
  965   | --program-transform-nam | --program-transform-na \
  966   | --program-transform-n | --program-transform- \
  967   | --program-transform | --program-transfor \
  968   | --program-transfo | --program-transf \
  969   | --program-trans | --program-tran \
  970   | --progr-tra | --program-tr | --program-t)
  971     ac_prev=program_transform_name ;;
  972   -program-transform-name=* | --program-transform-name=* \
  973   | --program-transform-nam=* | --program-transform-na=* \
  974   | --program-transform-n=* | --program-transform-=* \
  975   | --program-transform=* | --program-transfor=* \
  976   | --program-transfo=* | --program-transf=* \
  977   | --program-trans=* | --program-tran=* \
  978   | --progr-tra=* | --program-tr=* | --program-t=*)
  979     program_transform_name=$ac_optarg ;;
  980 
  981   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
  982     ac_prev=pdfdir ;;
  983   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
  984     pdfdir=$ac_optarg ;;
  985 
  986   -psdir | --psdir | --psdi | --psd | --ps)
  987     ac_prev=psdir ;;
  988   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
  989     psdir=$ac_optarg ;;
  990 
  991   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  992   | -silent | --silent | --silen | --sile | --sil)
  993     silent=yes ;;
  994 
  995   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  996     ac_prev=sbindir ;;
  997   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  998   | --sbi=* | --sb=*)
  999     sbindir=$ac_optarg ;;
 1000 
 1001   -sharedstatedir | --sharedstatedir | --sharedstatedi \
 1002   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 1003   | --sharedst | --shareds | --shared | --share | --shar \
 1004   | --sha | --sh)
 1005     ac_prev=sharedstatedir ;;
 1006   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 1007   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 1008   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 1009   | --sha=* | --sh=*)
 1010     sharedstatedir=$ac_optarg ;;
 1011 
 1012   -site | --site | --sit)
 1013     ac_prev=site ;;
 1014   -site=* | --site=* | --sit=*)
 1015     site=$ac_optarg ;;
 1016 
 1017   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 1018     ac_prev=srcdir ;;
 1019   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 1020     srcdir=$ac_optarg ;;
 1021 
 1022   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 1023   | --syscon | --sysco | --sysc | --sys | --sy)
 1024     ac_prev=sysconfdir ;;
 1025   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 1026   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
 1027     sysconfdir=$ac_optarg ;;
 1028 
 1029   -target | --target | --targe | --targ | --tar | --ta | --t)
 1030     ac_prev=target_alias ;;
 1031   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
 1032     target_alias=$ac_optarg ;;
 1033 
 1034   -v | -verbose | --verbose | --verbos | --verbo | --verb)
 1035     verbose=yes ;;
 1036 
 1037   -version | --version | --versio | --versi | --vers | -V)
 1038     ac_init_version=: ;;
 1039 
 1040   -with-* | --with-*)
 1041     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 1042     # Reject names that are not valid shell variable names.
 1043     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1044       { echo "$as_me: error: invalid package name: $ac_package" >&2
 1045    { (exit 1); exit 1; }; }
 1046     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 1047     eval with_$ac_package=\$ac_optarg ;;
 1048 
 1049   -without-* | --without-*)
 1050     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 1051     # Reject names that are not valid shell variable names.
 1052     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1053       { echo "$as_me: error: invalid package name: $ac_package" >&2
 1054    { (exit 1); exit 1; }; }
 1055     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 1056     eval with_$ac_package=no ;;
 1057 
 1058   --x)
 1059     # Obsolete; use --with-x.
 1060     with_x=yes ;;
 1061 
 1062   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 1063   | --x-incl | --x-inc | --x-in | --x-i)
 1064     ac_prev=x_includes ;;
 1065   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 1066   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
 1067     x_includes=$ac_optarg ;;
 1068 
 1069   -x-libraries | --x-libraries | --x-librarie | --x-librari \
 1070   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
 1071     ac_prev=x_libraries ;;
 1072   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 1073   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 1074     x_libraries=$ac_optarg ;;
 1075 
 1076   -*) { echo "$as_me: error: unrecognized option: $ac_option
 1077 Try \`$0 --help' for more information." >&2
 1078    { (exit 1); exit 1; }; }
 1079     ;;
 1080 
 1081   *=*)
 1082     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 1083     # Reject names that are not valid shell variable names.
 1084     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 1085       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 1086    { (exit 1); exit 1; }; }
 1087     eval $ac_envvar=\$ac_optarg
 1088     export $ac_envvar ;;
 1089 
 1090   *)
 1091     # FIXME: should be removed in autoconf 3.0.
 1092     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 1093     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 1094       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 1095     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 1096     ;;
 1097 
 1098   esac
 1099 done
 1100 
 1101 if test -n "$ac_prev"; then
 1102   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 1103   { echo "$as_me: error: missing argument to $ac_option" >&2
 1104    { (exit 1); exit 1; }; }
 1105 fi
 1106 
 1107 # Be sure to have absolute directory names.
 1108 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
 1109 		datadir sysconfdir sharedstatedir localstatedir includedir \
 1110 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 1111 		libdir localedir mandir
 1112 do
 1113   eval ac_val=\$$ac_var
 1114   case $ac_val in
 1115     [\\/$]* | ?:[\\/]* )  continue;;
 1116     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 1117   esac
 1118   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 1119    { (exit 1); exit 1; }; }
 1120 done
 1121 
 1122 # There might be people who depend on the old broken behavior: `$host'
 1123 # used to hold the argument of --host etc.
 1124 # FIXME: To remove some day.
 1125 build=$build_alias
 1126 host=$host_alias
 1127 target=$target_alias
 1128 
 1129 # FIXME: To remove some day.
 1130 if test "x$host_alias" != x; then
 1131   if test "x$build_alias" = x; then
 1132     cross_compiling=maybe
 1133     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 1134     If a cross compiler is detected then cross compile mode will be used." >&2
 1135   elif test "x$build_alias" != "x$host_alias"; then
 1136     cross_compiling=yes
 1137   fi
 1138 fi
 1139 
 1140 ac_tool_prefix=
 1141 test -n "$host_alias" && ac_tool_prefix=$host_alias-
 1142 
 1143 test "$silent" = yes && exec 6>/dev/null
 1144 
 1145 
 1146 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 1147 ac_ls_di=`ls -di .` &&
 1148 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 1149   { echo "$as_me: error: Working directory cannot be determined" >&2
 1150    { (exit 1); exit 1; }; }
 1151 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 1152   { echo "$as_me: error: pwd does not report name of working directory" >&2
 1153    { (exit 1); exit 1; }; }
 1154 
 1155 
 1156 # Find the source files, if location was not specified.
 1157 if test -z "$srcdir"; then
 1158   ac_srcdir_defaulted=yes
 1159   # Try the directory containing this script, then the parent directory.
 1160   ac_confdir=`$as_dirname -- "$0" ||
 1161 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 1162 	 X"$0" : 'X\(//\)[^/]' \| \
 1163 	 X"$0" : 'X\(//\)$' \| \
 1164 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 1165 echo X"$0" |
 1166     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 1167 	    s//\1/
 1168 	    q
 1169 	  }
 1170 	  /^X\(\/\/\)[^/].*/{
 1171 	    s//\1/
 1172 	    q
 1173 	  }
 1174 	  /^X\(\/\/\)$/{
 1175 	    s//\1/
 1176 	    q
 1177 	  }
 1178 	  /^X\(\/\).*/{
 1179 	    s//\1/
 1180 	    q
 1181 	  }
 1182 	  s/.*/./; q'`
 1183   srcdir=$ac_confdir
 1184   if test ! -r "$srcdir/$ac_unique_file"; then
 1185     srcdir=..
 1186   fi
 1187 else
 1188   ac_srcdir_defaulted=no
 1189 fi
 1190 if test ! -r "$srcdir/$ac_unique_file"; then
 1191   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 1192   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 1193    { (exit 1); exit 1; }; }
 1194 fi
 1195 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 1196 ac_abs_confdir=`(
 1197 	cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 1198    { (exit 1); exit 1; }; }
 1199 	pwd)`
 1200 # When building in place, set srcdir=.
 1201 if test "$ac_abs_confdir" = "$ac_pwd"; then
 1202   srcdir=.
 1203 fi
 1204 # Remove unnecessary trailing slashes from srcdir.
 1205 # Double slashes in file names in object file debugging info
 1206 # mess up M-x gdb in Emacs.
 1207 case $srcdir in
 1208 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 1209 esac
 1210 for ac_var in $ac_precious_vars; do
 1211   eval ac_env_${ac_var}_set=\${${ac_var}+set}
 1212   eval ac_env_${ac_var}_value=\$${ac_var}
 1213   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 1214   eval ac_cv_env_${ac_var}_value=\$${ac_var}
 1215 done
 1216 
 1217 #
 1218 # Report the --help message.
 1219 #
 1220 if test "$ac_init_help" = "long"; then
 1221   # Omit some internal or obsolete options to make the list less imposing.
 1222   # This message is too long to be a string in the A/UX 3.1 sh.
 1223   cat <<_ACEOF
 1224 \`configure' configures mplayerplug-in 3.55 to adapt to many kinds of systems.
 1225 
 1226 Usage: $0 [OPTION]... [VAR=VALUE]...
 1227 
 1228 To assign environment variables (e.g., CC, CFLAGS...), specify them as
 1229 VAR=VALUE.  See below for descriptions of some of the useful variables.
 1230 
 1231 Defaults for the options are specified in brackets.
 1232 
 1233 Configuration:
 1234   -h, --help              display this help and exit
 1235       --help=short        display options specific to this package
 1236       --help=recursive    display the short help of all the included packages
 1237   -V, --version           display version information and exit
 1238   -q, --quiet, --silent   do not print \`checking...' messages
 1239       --cache-file=FILE   cache test results in FILE [disabled]
 1240   -C, --config-cache      alias for \`--cache-file=config.cache'
 1241   -n, --no-create         do not create output files
 1242       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 1243 
 1244 Installation directories:
 1245   --prefix=PREFIX         install architecture-independent files in PREFIX
 1246 			  [$ac_default_prefix]
 1247   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 1248 			  [PREFIX]
 1249 
 1250 By default, \`make install' will install all the files in
 1251 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 1252 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
 1253 for instance \`--prefix=\$HOME'.
 1254 
 1255 For better control, use the options below.
 1256 
 1257 Fine tuning of the installation directories:
 1258   --bindir=DIR           user executables [EPREFIX/bin]
 1259   --sbindir=DIR          system admin executables [EPREFIX/sbin]
 1260   --libexecdir=DIR       program executables [EPREFIX/libexec]
 1261   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 1262   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 1263   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 1264   --libdir=DIR           object code libraries [EPREFIX/lib]
 1265   --includedir=DIR       C header files [PREFIX/include]
 1266   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 1267   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 1268   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 1269   --infodir=DIR          info documentation [DATAROOTDIR/info]
 1270   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 1271   --mandir=DIR           man documentation [DATAROOTDIR/man]
 1272   --docdir=DIR           documentation root [DATAROOTDIR/doc/mplayerplug-in]
 1273   --htmldir=DIR          html documentation [DOCDIR]
 1274   --dvidir=DIR           dvi documentation [DOCDIR]
 1275   --pdfdir=DIR           pdf documentation [DOCDIR]
 1276   --psdir=DIR            ps documentation [DOCDIR]
 1277 _ACEOF
 1278 
 1279   cat <<\_ACEOF
 1280 
 1281 X features:
 1282   --x-includes=DIR    X include files are in DIR
 1283   --x-libraries=DIR   X library files are in DIR
 1284 _ACEOF
 1285 fi
 1286 
 1287 if test -n "$ac_init_help"; then
 1288   case $ac_init_help in
 1289      short | recursive ) echo "Configuration of mplayerplug-in 3.55:";;
 1290    esac
 1291   cat <<\_ACEOF
 1292 
 1293 Optional Features:
 1294   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 1295   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 1296   --enable-force32        Compile 32bit version of mplayerplug-in for use on
 1297                           x86_64 architecture
 1298   --enable-rpath          Add gecko-sdk bin and lib directories to the rpath
 1299   --disable-gtk2          Disable the use of gtk2 toolkit
 1300   --enable-gtk1           Enable the use of gtk1 toolkit. Disable gtk2
 1301   --enable-x              Enable the use of X toolkit. Disable gtk1 and gtk2
 1302   --enable-wmp            Build with Windows Media Support
 1303   --enable-qt             Build with QuickTime Support
 1304   --enable-rm             Build with Real Media Support
 1305   --enable-gmp            Build with Google Media Support
 1306   --enable-dvx            Build with DivX Media Support
 1307 
 1308 Optional Packages:
 1309   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
 1310   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
 1311   --with-gecko-sdk=<path> prefix of gecko-sdk installation
 1312   --with-mozilla-home=<path> prefix of mozilla/firefox installation
 1313   --with-x                use the X Window System
 1314 
 1315 Some influential environment variables:
 1316   CXX         C++ compiler command
 1317   CXXFLAGS    C++ compiler flags
 1318   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 1319               nonstandard directory <lib dir>
 1320   LIBS        libraries to pass to the linker, e.g. -l<library>
 1321   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 1322               you have headers in a nonstandard directory <include dir>
 1323   CC          C compiler command
 1324   CFLAGS      C compiler flags
 1325   XMKMF       Path to xmkmf, Makefile generator for X Window System
 1326   CPP         C preprocessor
 1327 
 1328 Use these variables to override the choices made by `configure' or to help
 1329 it to find libraries and programs with nonstandard names/locations.
 1330 
 1331 Report bugs to <mplayerplug-in-devel@lists.sourceforge.net>.
 1332 _ACEOF
 1333 ac_status=$?
 1334 fi
 1335 
 1336 if test "$ac_init_help" = "recursive"; then
 1337   # If there are subdirs, report their specific --help.
 1338   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 1339     test -d "$ac_dir" || continue
 1340     ac_builddir=.
 1341 
 1342 case "$ac_dir" in
 1343 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1344 *)
 1345   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 1346   # A ".." for each directory in $ac_dir_suffix.
 1347   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 1348   case $ac_top_builddir_sub in
 1349   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 1350   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 1351   esac ;;
 1352 esac
 1353 ac_abs_top_builddir=$ac_pwd
 1354 ac_abs_builddir=$ac_pwd$ac_dir_suffix
 1355 # for backward compatibility:
 1356 ac_top_builddir=$ac_top_build_prefix
 1357 
 1358 case $srcdir in
 1359   .)  # We are building in place.
 1360     ac_srcdir=.
 1361     ac_top_srcdir=$ac_top_builddir_sub
 1362     ac_abs_top_srcdir=$ac_pwd ;;
 1363   [\\/]* | ?:[\\/]* )  # Absolute name.
 1364     ac_srcdir=$srcdir$ac_dir_suffix;
 1365     ac_top_srcdir=$srcdir
 1366     ac_abs_top_srcdir=$srcdir ;;
 1367   *) # Relative name.
 1368     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 1369     ac_top_srcdir=$ac_top_build_prefix$srcdir
 1370     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 1371 esac
 1372 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 1373 
 1374     cd "$ac_dir" || { ac_status=$?; continue; }
 1375     # Check for guested configure.
 1376     if test -f "$ac_srcdir/configure.gnu"; then
 1377       echo &&
 1378       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 1379     elif test -f "$ac_srcdir/configure"; then
 1380       echo &&
 1381       $SHELL "$ac_srcdir/configure" --help=recursive
 1382     else
 1383       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 1384     fi || ac_status=$?
 1385     cd "$ac_pwd" || { ac_status=$?; break; }
 1386   done
 1387 fi
 1388 
 1389 test -n "$ac_init_help" && exit $ac_status
 1390 if $ac_init_version; then
 1391   cat <<\_ACEOF
 1392 mplayerplug-in configure 3.55
 1393 generated by GNU Autoconf 2.61
 1394 
 1395 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 1396 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 1397 This configure script is free software; the Free Software Foundation
 1398 gives unlimited permission to copy, distribute and modify it.
 1399 _ACEOF
 1400   exit
 1401 fi
 1402 cat >config.log <<_ACEOF
 1403 This file contains any messages produced by compilers while
 1404 running configure, to aid debugging if configure makes a mistake.
 1405 
 1406 It was created by mplayerplug-in $as_me 3.55, which was
 1407 generated by GNU Autoconf 2.61.  Invocation command line was
 1408 
 1409   $ $0 $@
 1410 
 1411 _ACEOF
 1412 exec 5>>config.log
 1413 {
 1414 cat <<_ASUNAME
 1415 ## --------- ##
 1416 ## Platform. ##
 1417 ## --------- ##
 1418 
 1419 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 1420 uname -m = `(uname -m) 2>/dev/null || echo unknown`
 1421 uname -r = `(uname -r) 2>/dev/null || echo unknown`
 1422 uname -s = `(uname -s) 2>/dev/null || echo unknown`
 1423 uname -v = `(uname -v) 2>/dev/null || echo unknown`
 1424 
 1425 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 1426 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 1427 
 1428 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 1429 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 1430 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 1431 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 1432 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 1433 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 1434 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 1435 
 1436 _ASUNAME
 1437 
 1438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1439 for as_dir in $PATH
 1440 do
 1441   IFS=$as_save_IFS
 1442   test -z "$as_dir" && as_dir=.
 1443   echo "PATH: $as_dir"
 1444 done
 1445 IFS=$as_save_IFS
 1446 
 1447 } >&5
 1448 
 1449 cat >&5 <<_ACEOF
 1450 
 1451 
 1452 ## ----------- ##
 1453 ## Core tests. ##
 1454 ## ----------- ##
 1455 
 1456 _ACEOF
 1457 
 1458 
 1459 # Keep a trace of the command line.
 1460 # Strip out --no-create and --no-recursion so they do not pile up.
 1461 # Strip out --silent because we don't want to record it for future runs.
 1462 # Also quote any args containing shell meta-characters.
 1463 # Make two passes to allow for proper duplicate-argument suppression.
 1464 ac_configure_args=
 1465 ac_configure_args0=
 1466 ac_configure_args1=
 1467 ac_must_keep_next=false
 1468 for ac_pass in 1 2
 1469 do
 1470   for ac_arg
 1471   do
 1472     case $ac_arg in
 1473     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 1474     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 1475     | -silent | --silent | --silen | --sile | --sil)
 1476       continue ;;
 1477     *\'*)
 1478       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 1479     esac
 1480     case $ac_pass in
 1481     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 1482     2)
 1483       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 1484       if test $ac_must_keep_next = true; then
 1485 	ac_must_keep_next=false # Got value, back to normal.
 1486       else
 1487 	case $ac_arg in
 1488 	  *=* | --config-cache | -C | -disable-* | --disable-* \
 1489 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 1490 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 1491 	  | -with-* | --with-* | -without-* | --without-* | --x)
 1492 	    case "$ac_configure_args0 " in
 1493 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 1494 	    esac
 1495 	    ;;
 1496 	  -* ) ac_must_keep_next=true ;;
 1497 	esac
 1498       fi
 1499       ac_configure_args="$ac_configure_args '$ac_arg'"
 1500       ;;
 1501     esac
 1502   done
 1503 done
 1504 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 1505 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 1506 
 1507 # When interrupted or exit'd, cleanup temporary files, and complete
 1508 # config.log.  We remove comments because anyway the quotes in there
 1509 # would cause problems or look ugly.
 1510 # WARNING: Use '\'' to represent an apostrophe within the trap.
 1511 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 1512 trap 'exit_status=$?
 1513   # Save into config.log some information that might help in debugging.
 1514   {
 1515     echo
 1516 
 1517     cat <<\_ASBOX
 1518 ## ---------------- ##
 1519 ## Cache variables. ##
 1520 ## ---------------- ##
 1521 _ASBOX
 1522     echo
 1523     # The following way of writing the cache mishandles newlines in values,
 1524 (
 1525   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 1526     eval ac_val=\$$ac_var
 1527     case $ac_val in #(
 1528     *${as_nl}*)
 1529       case $ac_var in #(
 1530       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 1531 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 1532       esac
 1533       case $ac_var in #(
 1534       _ | IFS | as_nl) ;; #(
 1535       *) $as_unset $ac_var ;;
 1536       esac ;;
 1537     esac
 1538   done
 1539   (set) 2>&1 |
 1540     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 1541     *${as_nl}ac_space=\ *)
 1542       sed -n \
 1543 	"s/'\''/'\''\\\\'\'''\''/g;
 1544 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 1545       ;; #(
 1546     *)
 1547       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 1548       ;;
 1549     esac |
 1550     sort
 1551 )
 1552     echo
 1553 
 1554     cat <<\_ASBOX
 1555 ## ----------------- ##
 1556 ## Output variables. ##
 1557 ## ----------------- ##
 1558 _ASBOX
 1559     echo
 1560     for ac_var in $ac_subst_vars
 1561     do
 1562       eval ac_val=\$$ac_var
 1563       case $ac_val in
 1564       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 1565       esac
 1566       echo "$ac_var='\''$ac_val'\''"
 1567     done | sort
 1568     echo
 1569 
 1570     if test -n "$ac_subst_files"; then
 1571       cat <<\_ASBOX
 1572 ## ------------------- ##
 1573 ## File substitutions. ##
 1574 ## ------------------- ##
 1575 _ASBOX
 1576       echo
 1577       for ac_var in $ac_subst_files
 1578       do
 1579 	eval ac_val=\$$ac_var
 1580 	case $ac_val in
 1581 	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 1582 	esac
 1583 	echo "$ac_var='\''$ac_val'\''"
 1584       done | sort
 1585       echo
 1586     fi
 1587 
 1588     if test -s confdefs.h; then
 1589       cat <<\_ASBOX
 1590 ## ----------- ##
 1591 ## confdefs.h. ##
 1592 ## ----------- ##
 1593 _ASBOX
 1594       echo
 1595       cat confdefs.h
 1596       echo
 1597     fi
 1598     test "$ac_signal" != 0 &&
 1599       echo "$as_me: caught signal $ac_signal"
 1600     echo "$as_me: exit $exit_status"
 1601   } >&5
 1602   rm -f core *.core core.conftest.* &&
 1603     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 1604     exit $exit_status
 1605 ' 0
 1606 for ac_signal in 1 2 13 15; do
 1607   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 1608 done
 1609 ac_signal=0
 1610 
 1611 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 1612 rm -f -r conftest* confdefs.h
 1613 
 1614 # Predefined preprocessor variables.
 1615 
 1616 cat >>confdefs.h <<_ACEOF
 1617 #define PACKAGE_NAME "$PACKAGE_NAME"
 1618 _ACEOF
 1619 
 1620 
 1621 cat >>confdefs.h <<_ACEOF
 1622 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 1623 _ACEOF
 1624 
 1625 
 1626 cat >>confdefs.h <<_ACEOF
 1627 #define PACKAGE_VERSION "$PACKAGE_VERSION"
 1628 _ACEOF
 1629 
 1630 
 1631 cat >>confdefs.h <<_ACEOF
 1632 #define PACKAGE_STRING "$PACKAGE_STRING"
 1633 _ACEOF
 1634 
 1635 
 1636 cat >>confdefs.h <<_ACEOF
 1637 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 1638 _ACEOF
 1639 
 1640 
 1641 # Let the site file select an alternate cache file if it wants to.
 1642 # Prefer explicitly selected file to automatically selected ones.
 1643 if test -n "$CONFIG_SITE"; then
 1644   set x "$CONFIG_SITE"
 1645 elif test "x$prefix" != xNONE; then
 1646   set x "$prefix/share/config.site" "$prefix/etc/config.site"
 1647 else
 1648   set x "$ac_default_prefix/share/config.site" \
 1649 	"$ac_default_prefix/etc/config.site"
 1650 fi
 1651 shift
 1652 for ac_site_file
 1653 do
 1654   if test -r "$ac_site_file"; then
 1655     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 1656 echo "$as_me: loading site script $ac_site_file" >&6;}
 1657     sed 's/^/| /' "$ac_site_file" >&5
 1658     . "$ac_site_file"
 1659   fi
 1660 done
 1661 
 1662 if test -r "$cache_file"; then
 1663   # Some versions of bash will fail to source /dev/null (special
 1664   # files actually), so we avoid doing that.
 1665   if test -f "$cache_file"; then
 1666     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 1667 echo "$as_me: loading cache $cache_file" >&6;}
 1668     case $cache_file in
 1669       [\\/]* | ?:[\\/]* ) . "$cache_file";;
 1670       *)                      . "./$cache_file";;
 1671     esac
 1672   fi
 1673 else
 1674   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 1675 echo "$as_me: creating cache $cache_file" >&6;}
 1676   >$cache_file
 1677 fi
 1678 
 1679 # Check that the precious variables saved in the cache have kept the same
 1680 # value.
 1681 ac_cache_corrupted=false
 1682 for ac_var in $ac_precious_vars; do
 1683   eval ac_old_set=\$ac_cv_env_${ac_var}_set
 1684   eval ac_new_set=\$ac_env_${ac_var}_set
 1685   eval ac_old_val=\$ac_cv_env_${ac_var}_value
 1686   eval ac_new_val=\$ac_env_${ac_var}_value
 1687   case $ac_old_set,$ac_new_set in
 1688     set,)
 1689       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 1690 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 1691       ac_cache_corrupted=: ;;
 1692     ,set)
 1693       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 1694 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 1695       ac_cache_corrupted=: ;;
 1696     ,);;
 1697     *)
 1698       if test "x$ac_old_val" != "x$ac_new_val"; then
 1699 	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 1700 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 1701 	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 1702 echo "$as_me:   former value:  $ac_old_val" >&2;}
 1703 	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 1704 echo "$as_me:   current value: $ac_new_val" >&2;}
 1705 	ac_cache_corrupted=:
 1706       fi;;
 1707   esac
 1708   # Pass precious variables to config.status.
 1709   if test "$ac_new_set" = set; then
 1710     case $ac_new_val in
 1711     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 1712     *) ac_arg=$ac_var=$ac_new_val ;;
 1713     esac
 1714     case " $ac_configure_args " in
 1715       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 1716       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 1717     esac
 1718   fi
 1719 done
 1720 if $ac_cache_corrupted; then
 1721   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 1722 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 1723   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 1724 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 1725    { (exit 1); exit 1; }; }
 1726 fi
 1727 
 1728 
 1729 
 1730 
 1731 
 1732 
 1733 
 1734 
 1735 
 1736 
 1737 
 1738 
 1739 
 1740 
 1741 
 1742 
 1743 
 1744 
 1745 
 1746 
 1747 
 1748 
 1749 
 1750 
 1751 
 1752 ac_ext=c
 1753 ac_cpp='$CPP $CPPFLAGS'
 1754 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1755 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1756 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 1757 
 1758 
 1759 
 1760 ac_config_headers="$ac_config_headers config.h"
 1761 
 1762 
 1763 
 1764 # Checks for programs.
 1765 ac_ext=cpp
 1766 ac_cpp='$CXXCPP $CPPFLAGS'
 1767 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 1768 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 1769 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 1770 if test -z "$CXX"; then
 1771   if test -n "$CCC"; then
 1772     CXX=$CCC
 1773   else
 1774     if test -n "$ac_tool_prefix"; then
 1775   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 1776   do
 1777     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 1778 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 1779 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 1780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1781 if test "${ac_cv_prog_CXX+set}" = set; then
 1782   echo $ECHO_N "(cached) $ECHO_C" >&6
 1783 else
 1784   if test -n "$CXX"; then
 1785   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 1786 else
 1787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1788 for as_dir in $PATH
 1789 do
 1790   IFS=$as_save_IFS
 1791   test -z "$as_dir" && as_dir=.
 1792   for ac_exec_ext in '' $ac_executable_extensions; do
 1793   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1794     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 1795     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1796     break 2
 1797   fi
 1798 done
 1799 done
 1800 IFS=$as_save_IFS
 1801 
 1802 fi
 1803 fi
 1804 CXX=$ac_cv_prog_CXX
 1805 if test -n "$CXX"; then
 1806   { echo "$as_me:$LINENO: result: $CXX" >&5
 1807 echo "${ECHO_T}$CXX" >&6; }
 1808 else
 1809   { echo "$as_me:$LINENO: result: no" >&5
 1810 echo "${ECHO_T}no" >&6; }
 1811 fi
 1812 
 1813 
 1814     test -n "$CXX" && break
 1815   done
 1816 fi
 1817 if test -z "$CXX"; then
 1818   ac_ct_CXX=$CXX
 1819   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 1820 do
 1821   # Extract the first word of "$ac_prog", so it can be a program name with args.
 1822 set dummy $ac_prog; ac_word=$2
 1823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 1824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 1825 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 1826   echo $ECHO_N "(cached) $ECHO_C" >&6
 1827 else
 1828   if test -n "$ac_ct_CXX"; then
 1829   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 1830 else
 1831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 1832 for as_dir in $PATH
 1833 do
 1834   IFS=$as_save_IFS
 1835   test -z "$as_dir" && as_dir=.
 1836   for ac_exec_ext in '' $ac_executable_extensions; do
 1837   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 1838     ac_cv_prog_ac_ct_CXX="$ac_prog"
 1839     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 1840     break 2
 1841   fi
 1842 done
 1843 done
 1844 IFS=$as_save_IFS
 1845 
 1846 fi
 1847 fi
 1848 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 1849 if test -n "$ac_ct_CXX"; then
 1850   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 1851 echo "${ECHO_T}$ac_ct_CXX" >&6; }
 1852 else
 1853   { echo "$as_me:$LINENO: result: no" >&5
 1854 echo "${ECHO_T}no" >&6; }
 1855 fi
 1856 
 1857 
 1858   test -n "$ac_ct_CXX" && break
 1859 done
 1860 
 1861   if test "x$ac_ct_CXX" = x; then
 1862     CXX="g++"
 1863   else
 1864     case $cross_compiling:$ac_tool_warned in
 1865 yes:)
 1866 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 1867 whose name does not start with the host triplet.  If you think this
 1868 configuration is useful to you, please write to autoconf@gnu.org." >&5
 1869 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 1870 whose name does not start with the host triplet.  If you think this
 1871 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 1872 ac_tool_warned=yes ;;
 1873 esac
 1874     CXX=$ac_ct_CXX
 1875   fi
 1876 fi
 1877 
 1878   fi
 1879 fi
 1880 # Provide some information about the compiler.
 1881 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 1882 ac_compiler=`set X $ac_compile; echo $2`
 1883 { (ac_try="$ac_compiler --version >&5"
 1884 case "(($ac_try" in
 1885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1886   *) ac_try_echo=$ac_try;;
 1887 esac
 1888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1889   (eval "$ac_compiler --version >&5") 2>&5
 1890   ac_status=$?
 1891   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1892   (exit $ac_status); }
 1893 { (ac_try="$ac_compiler -v >&5"
 1894 case "(($ac_try" in
 1895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1896   *) ac_try_echo=$ac_try;;
 1897 esac
 1898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1899   (eval "$ac_compiler -v >&5") 2>&5
 1900   ac_status=$?
 1901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1902   (exit $ac_status); }
 1903 { (ac_try="$ac_compiler -V >&5"
 1904 case "(($ac_try" in
 1905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1906   *) ac_try_echo=$ac_try;;
 1907 esac
 1908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1909   (eval "$ac_compiler -V >&5") 2>&5
 1910   ac_status=$?
 1911   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1912   (exit $ac_status); }
 1913 
 1914 cat >conftest.$ac_ext <<_ACEOF
 1915 /* confdefs.h.  */
 1916 _ACEOF
 1917 cat confdefs.h >>conftest.$ac_ext
 1918 cat >>conftest.$ac_ext <<_ACEOF
 1919 /* end confdefs.h.  */
 1920 
 1921 int
 1922 main ()
 1923 {
 1924 
 1925   ;
 1926   return 0;
 1927 }
 1928 _ACEOF
 1929 ac_clean_files_save=$ac_clean_files
 1930 ac_clean_files="$ac_clean_files a.out a.exe b.out"
 1931 # Try to create an executable without -o first, disregard a.out.
 1932 # It will help us diagnose broken compilers, and finding out an intuition
 1933 # of exeext.
 1934 { echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
 1935 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; }
 1936 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 1937 #
 1938 # List of possible output files, starting from the most likely.
 1939 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 1940 # only as a last resort.  b.out is created by i960 compilers.
 1941 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 1942 #
 1943 # The IRIX 6 linker writes into existing files which may not be
 1944 # executable, retaining their permissions.  Remove them first so a
 1945 # subsequent execution test works.
 1946 ac_rmfiles=
 1947 for ac_file in $ac_files
 1948 do
 1949   case $ac_file in
 1950     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 1951     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 1952   esac
 1953 done
 1954 rm -f $ac_rmfiles
 1955 
 1956 if { (ac_try="$ac_link_default"
 1957 case "(($ac_try" in
 1958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 1959   *) ac_try_echo=$ac_try;;
 1960 esac
 1961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 1962   (eval "$ac_link_default") 2>&5
 1963   ac_status=$?
 1964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 1965   (exit $ac_status); }; then
 1966   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 1967 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 1968 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
 1969 # so that the user can short-circuit this test for compilers unknown to
 1970 # Autoconf.
 1971 for ac_file in $ac_files ''
 1972 do
 1973   test -f "$ac_file" || continue
 1974   case $ac_file in
 1975     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 1976 	;;
 1977     [ab].out )
 1978 	# We found the default executable, but exeext='' is most
 1979 	# certainly right.
 1980 	break;;
 1981     *.* )
 1982         if test "${