Home | History | Annotate | Line # | Download | only in libsframe
      1 #! /bin/sh
      2 # Guess values for system-dependent variables and create Makefiles.
      3 # Generated by GNU Autoconf 2.69 for libsframe BFD_VERSION.
      4 #
      5 #
      6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
      7 #
      8 #
      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   # Pre-4.2 versions of Zsh do 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*) :
     27     set -o posix ;; #(
     28   *) :
     29      ;;
     30 esac
     31 fi
     32 
     33 
     34 as_nl='
     35 '
     36 export as_nl
     37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
     38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     41 # Prefer a ksh shell builtin over an external printf program on Solaris,
     42 # but without wasting forks for bash or zsh.
     43 if test -z "$BASH_VERSION$ZSH_VERSION" \
     44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
     45   as_echo='print -r --'
     46   as_echo_n='print -rn --'
     47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     48   as_echo='printf %s\n'
     49   as_echo_n='printf %s'
     50 else
     51   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     52     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     53     as_echo_n='/usr/ucb/echo -n'
     54   else
     55     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     56     as_echo_n_body='eval
     57       arg=$1;
     58       case $arg in #(
     59       *"$as_nl"*)
     60 	expr "X$arg" : "X\\(.*\\)$as_nl";
     61 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     62       esac;
     63       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     64     '
     65     export as_echo_n_body
     66     as_echo_n='sh -c $as_echo_n_body as_echo'
     67   fi
     68   export as_echo_body
     69   as_echo='sh -c $as_echo_body as_echo'
     70 fi
     71 
     72 # The user is always right.
     73 if test "${PATH_SEPARATOR+set}" != set; then
     74   PATH_SEPARATOR=:
     75   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     76     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     77       PATH_SEPARATOR=';'
     78   }
     79 fi
     80 
     81 
     82 # IFS
     83 # We need space, tab and new line, in precisely that order.  Quoting is
     84 # there to prevent editors from complaining about space-tab.
     85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
     86 # splitting by setting IFS to empty value.)
     87 IFS=" ""	$as_nl"
     88 
     89 # Find who we are.  Look in the path if we contain no directory separator.
     90 as_myself=
     91 case $0 in #((
     92   *[\\/]* ) as_myself=$0 ;;
     93   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     94 for as_dir in $PATH
     95 do
     96   IFS=$as_save_IFS
     97   test -z "$as_dir" && as_dir=.
     98     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     99   done
    100 IFS=$as_save_IFS
    101 
    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   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    111   exit 1
    112 fi
    113 
    114 # Unset variables that we do not need and which cause bugs (e.g. in
    115 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    116 # suppresses any "Segmentation fault" message there.  '((' could
    117 # trigger a bug in pdksh 5.2.14.
    118 for as_var in BASH_ENV ENV MAIL MAILPATH
    119 do eval test x\${$as_var+set} = xset \
    120   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    121 done
    122 PS1='$ '
    123 PS2='> '
    124 PS4='+ '
    125 
    126 # NLS nuisances.
    127 LC_ALL=C
    128 export LC_ALL
    129 LANGUAGE=C
    130 export LANGUAGE
    131 
    132 # CDPATH.
    133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    134 
    135 # Use a proper internal environment variable to ensure we don't fall
    136   # into an infinite loop, continuously re-executing ourselves.
    137   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
    138     _as_can_reexec=no; export _as_can_reexec;
    139     # We cannot yet assume a decent shell, so we have to provide a
    140 # neutralization value for shells without unset; and this also
    141 # works around shells that cannot unset nonexistent variables.
    142 # Preserve -v and -x to the replacement shell.
    143 BASH_ENV=/dev/null
    144 ENV=/dev/null
    145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    146 case $- in # ((((
    147   *v*x* | *x*v* ) as_opts=-vx ;;
    148   *v* ) as_opts=-v ;;
    149   *x* ) as_opts=-x ;;
    150   * ) as_opts= ;;
    151 esac
    152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    153 # Admittedly, this is quite paranoid, since all the known shells bail
    154 # out after a failed `exec'.
    155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    156 as_fn_exit 255
    157   fi
    158   # We don't want this to propagate to other subprocesses.
    159           { _as_can_reexec=; unset _as_can_reexec;}
    160 if test "x$CONFIG_SHELL" = x; then
    161   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
    162   emulate sh
    163   NULLCMD=:
    164   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
    165   # is contrary to our usage.  Disable this feature.
    166   alias -g '\${1+\"\$@\"}'='\"\$@\"'
    167   setopt NO_GLOB_SUBST
    168 else
    169   case \`(set -o) 2>/dev/null\` in #(
    170   *posix*) :
    171     set -o posix ;; #(
    172   *) :
    173      ;;
    174 esac
    175 fi
    176 "
    177   as_required="as_fn_return () { (exit \$1); }
    178 as_fn_success () { as_fn_return 0; }
    179 as_fn_failure () { as_fn_return 1; }
    180 as_fn_ret_success () { return 0; }
    181 as_fn_ret_failure () { return 1; }
    182 
    183 exitcode=0
    184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
    185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
    186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
    187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
    188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
    189 
    190 else
    191   exitcode=1; echo positional parameters were not saved.
    192 fi
    193 test x\$exitcode = x0 || exit 1
    194 test -x / || exit 1"
    195   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    196   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
    197   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
    198   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
    199 test \$(( 1 + 1 )) = 2 || exit 1
    200 
    201   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
    202     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    203     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
    204     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
    205     PATH=/empty FPATH=/empty; export PATH FPATH
    206     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
    207       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
    208   if (eval "$as_required") 2>/dev/null; then :
    209   as_have_required=yes
    210 else
    211   as_have_required=no
    212 fi
    213   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
    214 
    215 else
    216   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    217 as_found=false
    218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    219 do
    220   IFS=$as_save_IFS
    221   test -z "$as_dir" && as_dir=.
    222   as_found=:
    223   case $as_dir in #(
    224 	 /*)
    225 	   for as_base in sh bash ksh sh5; do
    226 	     # Try only shells that exist, to save several forks.
    227 	     as_shell=$as_dir/$as_base
    228 	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    229 		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
    230   CONFIG_SHELL=$as_shell as_have_required=yes
    231 		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
    232   break 2
    233 fi
    234 fi
    235 	   done;;
    236        esac
    237   as_found=false
    238 done
    239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
    240 	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
    241   CONFIG_SHELL=$SHELL as_have_required=yes
    242 fi; }
    243 IFS=$as_save_IFS
    244 
    245 
    246       if test "x$CONFIG_SHELL" != x; then :
    247   export CONFIG_SHELL
    248              # We cannot yet assume a decent shell, so we have to provide a
    249 # neutralization value for shells without unset; and this also
    250 # works around shells that cannot unset nonexistent variables.
    251 # Preserve -v and -x to the replacement shell.
    252 BASH_ENV=/dev/null
    253 ENV=/dev/null
    254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    255 case $- in # ((((
    256   *v*x* | *x*v* ) as_opts=-vx ;;
    257   *v* ) as_opts=-v ;;
    258   *x* ) as_opts=-x ;;
    259   * ) as_opts= ;;
    260 esac
    261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    262 # Admittedly, this is quite paranoid, since all the known shells bail
    263 # out after a failed `exec'.
    264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    265 exit 255
    266 fi
    267 
    268     if test x$as_have_required = xno; then :
    269   $as_echo "$0: This script requires a shell more modern than all"
    270   $as_echo "$0: the shells that I found on your system."
    271   if test x${ZSH_VERSION+set} = xset ; then
    272     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
    273     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
    274   else
    275     $as_echo "$0: Please tell bug-autoconf (at] gnu.org about your system,
    276 $0: including any error possibly output before this
    277 $0: message. Then install a modern shell, or manually run
    278 $0: the script under such a shell if you do have one."
    279   fi
    280   exit 1
    281 fi
    282 fi
    283 fi
    284 SHELL=${CONFIG_SHELL-/bin/sh}
    285 export SHELL
    286 # Unset more variables known to interfere with behavior of common tools.
    287 CLICOLOR_FORCE= GREP_OPTIONS=
    288 unset CLICOLOR_FORCE GREP_OPTIONS
    289 
    290 ## --------------------- ##
    291 ## M4sh Shell Functions. ##
    292 ## --------------------- ##
    293 # as_fn_unset VAR
    294 # ---------------
    295 # Portably unset VAR.
    296 as_fn_unset ()
    297 {
    298   { eval $1=; unset $1;}
    299 }
    300 as_unset=as_fn_unset
    301 
    302 # as_fn_set_status STATUS
    303 # -----------------------
    304 # Set $? to STATUS, without forking.
    305 as_fn_set_status ()
    306 {
    307   return $1
    308 } # as_fn_set_status
    309 
    310 # as_fn_exit STATUS
    311 # -----------------
    312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    313 as_fn_exit ()
    314 {
    315   set +e
    316   as_fn_set_status $1
    317   exit $1
    318 } # as_fn_exit
    319 
    320 # as_fn_mkdir_p
    321 # -------------
    322 # Create "$as_dir" as a directory, including parents if necessary.
    323 as_fn_mkdir_p ()
    324 {
    325 
    326   case $as_dir in #(
    327   -*) as_dir=./$as_dir;;
    328   esac
    329   test -d "$as_dir" || eval $as_mkdir_p || {
    330     as_dirs=
    331     while :; do
    332       case $as_dir in #(
    333       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    334       *) as_qdir=$as_dir;;
    335       esac
    336       as_dirs="'$as_qdir' $as_dirs"
    337       as_dir=`$as_dirname -- "$as_dir" ||
    338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    339 	 X"$as_dir" : 'X\(//\)[^/]' \| \
    340 	 X"$as_dir" : 'X\(//\)$' \| \
    341 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    342 $as_echo X"$as_dir" |
    343     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    344 	    s//\1/
    345 	    q
    346 	  }
    347 	  /^X\(\/\/\)[^/].*/{
    348 	    s//\1/
    349 	    q
    350 	  }
    351 	  /^X\(\/\/\)$/{
    352 	    s//\1/
    353 	    q
    354 	  }
    355 	  /^X\(\/\).*/{
    356 	    s//\1/
    357 	    q
    358 	  }
    359 	  s/.*/./; q'`
    360       test -d "$as_dir" && break
    361     done
    362     test -z "$as_dirs" || eval "mkdir $as_dirs"
    363   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    364 
    365 
    366 } # as_fn_mkdir_p
    367 
    368 # as_fn_executable_p FILE
    369 # -----------------------
    370 # Test if FILE is an executable regular file.
    371 as_fn_executable_p ()
    372 {
    373   test -f "$1" && test -x "$1"
    374 } # as_fn_executable_p
    375 # as_fn_append VAR VALUE
    376 # ----------------------
    377 # Append the text in VALUE to the end of the definition contained in VAR. Take
    378 # advantage of any shell optimizations that allow amortized linear growth over
    379 # repeated appends, instead of the typical quadratic growth present in naive
    380 # implementations.
    381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
    382   eval 'as_fn_append ()
    383   {
    384     eval $1+=\$2
    385   }'
    386 else
    387   as_fn_append ()
    388   {
    389     eval $1=\$$1\$2
    390   }
    391 fi # as_fn_append
    392 
    393 # as_fn_arith ARG...
    394 # ------------------
    395 # Perform arithmetic evaluation on the ARGs, and store the result in the
    396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
    397 # must be portable across $(()) and expr.
    398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
    399   eval 'as_fn_arith ()
    400   {
    401     as_val=$(( $* ))
    402   }'
    403 else
    404   as_fn_arith ()
    405   {
    406     as_val=`expr "$@" || test $? -eq 1`
    407   }
    408 fi # as_fn_arith
    409 
    410 
    411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
    412 # ----------------------------------------
    413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    415 # script with STATUS, using 1 if that was 0.
    416 as_fn_error ()
    417 {
    418   as_status=$1; test $as_status -eq 0 && as_status=1
    419   if test "$4"; then
    420     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    421     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    422   fi
    423   $as_echo "$as_me: error: $2" >&2
    424   as_fn_exit $as_status
    425 } # as_fn_error
    426 
    427 if expr a : '\(a\)' >/dev/null 2>&1 &&
    428    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    429   as_expr=expr
    430 else
    431   as_expr=false
    432 fi
    433 
    434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
    435   as_basename=basename
    436 else
    437   as_basename=false
    438 fi
    439 
    440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    441   as_dirname=dirname
    442 else
    443   as_dirname=false
    444 fi
    445 
    446 as_me=`$as_basename -- "$0" ||
    447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    448 	 X"$0" : 'X\(//\)$' \| \
    449 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    450 $as_echo X/"$0" |
    451     sed '/^.*\/\([^/][^/]*\)\/*$/{
    452 	    s//\1/
    453 	    q
    454 	  }
    455 	  /^X\/\(\/\/\)$/{
    456 	    s//\1/
    457 	    q
    458 	  }
    459 	  /^X\/\(\/\).*/{
    460 	    s//\1/
    461 	    q
    462 	  }
    463 	  s/.*/./; q'`
    464 
    465 # Avoid depending upon Character Ranges.
    466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    469 as_cr_digits='0123456789'
    470 as_cr_alnum=$as_cr_Letters$as_cr_digits
    471 
    472 
    473   as_lineno_1=$LINENO as_lineno_1a=$LINENO
    474   as_lineno_2=$LINENO as_lineno_2a=$LINENO
    475   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
    476   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
    477   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
    478   sed -n '
    479     p
    480     /[$]LINENO/=
    481   ' <$as_myself |
    482     sed '
    483       s/[$]LINENO.*/&-/
    484       t lineno
    485       b
    486       :lineno
    487       N
    488       :loop
    489       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    490       t loop
    491       s/-\n.*//
    492     ' >$as_me.lineno &&
    493   chmod +x "$as_me.lineno" ||
    494     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    495 
    496   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
    497   # already done that, so ensure we don't try to do so again and fall
    498   # in an infinite loop.  This has already happened in practice.
    499   _as_can_reexec=no; export _as_can_reexec
    500   # Don't try to exec as it changes $[0], causing all sort of problems
    501   # (the dirname of $[0] is not the place where we might find the
    502   # original and so on.  Autoconf is especially sensitive to this).
    503   . "./$as_me.lineno"
    504   # Exit status is that of the last command.
    505   exit
    506 }
    507 
    508 ECHO_C= ECHO_N= ECHO_T=
    509 case `echo -n x` in #(((((
    510 -n*)
    511   case `echo 'xy\c'` in
    512   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
    513   xy)  ECHO_C='\c';;
    514   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
    515        ECHO_T='	';;
    516   esac;;
    517 *)
    518   ECHO_N='-n';;
    519 esac
    520 
    521 rm -f conf$$ conf$$.exe conf$$.file
    522 if test -d conf$$.dir; then
    523   rm -f conf$$.dir/conf$$.file
    524 else
    525   rm -f conf$$.dir
    526   mkdir conf$$.dir 2>/dev/null
    527 fi
    528 if (echo >conf$$.file) 2>/dev/null; then
    529   if ln -s conf$$.file conf$$ 2>/dev/null; then
    530     as_ln_s='ln -s'
    531     # ... but there are two gotchas:
    532     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    533     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    534     # In both cases, we have to default to `cp -pR'.
    535     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    536       as_ln_s='cp -pR'
    537   elif ln conf$$.file conf$$ 2>/dev/null; then
    538     as_ln_s=ln
    539   else
    540     as_ln_s='cp -pR'
    541   fi
    542 else
    543   as_ln_s='cp -pR'
    544 fi
    545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    546 rmdir conf$$.dir 2>/dev/null
    547 
    548 if mkdir -p . 2>/dev/null; then
    549   as_mkdir_p='mkdir -p "$as_dir"'
    550 else
    551   test -d ./-p && rmdir ./-p
    552   as_mkdir_p=false
    553 fi
    554 
    555 as_test_x='test -x'
    556 as_executable_p=as_fn_executable_p
    557 
    558 # Sed expression to map a string onto a valid CPP name.
    559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    560 
    561 # Sed expression to map a string onto a valid variable name.
    562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    563 
    564 SHELL=${CONFIG_SHELL-/bin/sh}
    565 
    566 
    567 test -n "$DJDIR" || exec 7<&0 </dev/null
    568 exec 6>&1
    569 
    570 # Name of the host.
    571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    572 # so uname gets run too.
    573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    574 
    575 #
    576 # Initializations.
    577 #
    578 ac_default_prefix=/usr/local
    579 ac_clean_files=
    580 ac_config_libobj_dir=.
    581 LIBOBJS=
    582 cross_compiling=no
    583 subdirs=
    584 MFLAGS=
    585 MAKEFLAGS=
    586 
    587 # Identity of this package.
    588 PACKAGE_NAME='libsframe'
    589 PACKAGE_TARNAME='libsframe'
    590 PACKAGE_VERSION='BFD_VERSION'
    591 PACKAGE_STRING='libsframe BFD_VERSION'
    592 PACKAGE_BUGREPORT=''
    593 PACKAGE_URL=''
    594 
    595 ac_unique_file="sframe.c"
    596 # Factoring default headers for most tests.
    597 ac_includes_default="\
    598 #include <stdio.h>
    599 #ifdef HAVE_SYS_TYPES_H
    600 # include <sys/types.h>
    601 #endif
    602 #ifdef HAVE_SYS_STAT_H
    603 # include <sys/stat.h>
    604 #endif
    605 #ifdef STDC_HEADERS
    606 # include <stdlib.h>
    607 # include <stddef.h>
    608 #else
    609 # ifdef HAVE_STDLIB_H
    610 #  include <stdlib.h>
    611 # endif
    612 #endif
    613 #ifdef HAVE_STRING_H
    614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    615 #  include <memory.h>
    616 # endif
    617 # include <string.h>
    618 #endif
    619 #ifdef HAVE_STRINGS_H
    620 # include <strings.h>
    621 #endif
    622 #ifdef HAVE_INTTYPES_H
    623 # include <inttypes.h>
    624 #endif
    625 #ifdef HAVE_STDINT_H
    626 # include <stdint.h>
    627 #endif
    628 #ifdef HAVE_UNISTD_H
    629 # include <unistd.h>
    630 #endif"
    631 
    632 ac_header_list=
    633 ac_subst_vars='am__EXEEXT_FALSE
    634 am__EXEEXT_TRUE
    635 LTLIBOBJS
    636 LIBOBJS
    637 bfdincludedir
    638 bfdlibdir
    639 target_noncanonical
    640 host_noncanonical
    641 INSTALL_LIBBFD_FALSE
    642 INSTALL_LIBBFD_TRUE
    643 MAINT
    644 MAINTAINER_MODE_FALSE
    645 MAINTAINER_MODE_TRUE
    646 HAVE_LD_VERSION_SCRIPT_FALSE
    647 HAVE_LD_VERSION_SCRIPT_TRUE
    648 HAVE_SOLARIS_LD_FALSE
    649 HAVE_SOLARIS_LD_TRUE
    650 BUILD_INFO_FALSE
    651 BUILD_INFO_TRUE
    652 COMPAT_DEJAGNU
    653 HAVE_COMPAT_DEJAGNU_FALSE
    654 HAVE_COMPAT_DEJAGNU_TRUE
    655 ac_libsframe_warn_cflags
    656 OTOOL64
    657 OTOOL
    658 LIPO
    659 NMEDIT
    660 DSYMUTIL
    661 LLVM_CONFIG
    662 OBJDUMP
    663 LN_S
    664 NM
    665 ac_ct_DUMPBIN
    666 DUMPBIN
    667 LD
    668 FGREP
    669 SED
    670 LIBTOOL
    671 ac_ct_AR
    672 AR
    673 RANLIB
    674 AM_BACKSLASH
    675 AM_DEFAULT_VERBOSITY
    676 AM_DEFAULT_V
    677 AM_V
    678 am__fastdepCC_FALSE
    679 am__fastdepCC_TRUE
    680 CCDEPMODE
    681 am__nodep
    682 AMDEPBACKSLASH
    683 AMDEP_FALSE
    684 AMDEP_TRUE
    685 am__quote
    686 am__include
    687 DEPDIR
    688 am__untar
    689 am__tar
    690 AMTAR
    691 am__leading_dot
    692 SET_MAKE
    693 AWK
    694 mkdir_p
    695 MKDIR_P
    696 INSTALL_STRIP_PROGRAM
    697 STRIP
    698 install_sh
    699 MAKEINFO
    700 AUTOHEADER
    701 AUTOMAKE
    702 AUTOCONF
    703 ACLOCAL
    704 VERSION
    705 PACKAGE
    706 CYGPATH_W
    707 am__isrc
    708 INSTALL_DATA
    709 INSTALL_SCRIPT
    710 INSTALL_PROGRAM
    711 EGREP
    712 GREP
    713 CPP
    714 OBJEXT
    715 EXEEXT
    716 ac_ct_CC
    717 CPPFLAGS
    718 LDFLAGS
    719 CFLAGS
    720 CC
    721 target_os
    722 target_vendor
    723 target_cpu
    724 target
    725 host_os
    726 host_vendor
    727 host_cpu
    728 host
    729 build_os
    730 build_vendor
    731 build_cpu
    732 build
    733 target_alias
    734 host_alias
    735 build_alias
    736 LIBS
    737 ECHO_T
    738 ECHO_N
    739 ECHO_C
    740 DEFS
    741 mandir
    742 localedir
    743 libdir
    744 psdir
    745 pdfdir
    746 dvidir
    747 htmldir
    748 infodir
    749 docdir
    750 oldincludedir
    751 includedir
    752 localstatedir
    753 sharedstatedir
    754 sysconfdir
    755 datadir
    756 datarootdir
    757 libexecdir
    758 sbindir
    759 bindir
    760 program_transform_name
    761 prefix
    762 exec_prefix
    763 PACKAGE_URL
    764 PACKAGE_BUGREPORT
    765 PACKAGE_STRING
    766 PACKAGE_VERSION
    767 PACKAGE_TARNAME
    768 PACKAGE_NAME
    769 PATH_SEPARATOR
    770 SHELL'
    771 ac_subst_files=''
    772 ac_user_opts='
    773 enable_option_checking
    774 enable_dependency_tracking
    775 enable_silent_rules
    776 enable_shared
    777 enable_static
    778 with_pic
    779 enable_fast_install
    780 with_gnu_ld
    781 enable_libtool_lock
    782 enable_largefile
    783 enable_maintainer_mode
    784 enable_install_libbfd
    785 '
    786       ac_precious_vars='build_alias
    787 host_alias
    788 target_alias
    789 CC
    790 CFLAGS
    791 LDFLAGS
    792 LIBS
    793 CPPFLAGS
    794 CPP'
    795 
    796 
    797 # Initialize some variables set by options.
    798 ac_init_help=
    799 ac_init_version=false
    800 ac_unrecognized_opts=
    801 ac_unrecognized_sep=
    802 # The variables have the same names as the options, with
    803 # dashes changed to underlines.
    804 cache_file=/dev/null
    805 exec_prefix=NONE
    806 no_create=
    807 no_recursion=
    808 prefix=NONE
    809 program_prefix=NONE
    810 program_suffix=NONE
    811 program_transform_name=s,x,x,
    812 silent=
    813 site=
    814 srcdir=
    815 verbose=
    816 x_includes=NONE
    817 x_libraries=NONE
    818 
    819 # Installation directory options.
    820 # These are left unexpanded so users can "make install exec_prefix=/foo"
    821 # and all the variables that are supposed to be based on exec_prefix
    822 # by default will actually change.
    823 # Use braces instead of parens because sh, perl, etc. also accept them.
    824 # (The list follows the same order as the GNU Coding Standards.)
    825 bindir='${exec_prefix}/bin'
    826 sbindir='${exec_prefix}/sbin'
    827 libexecdir='${exec_prefix}/libexec'
    828 datarootdir='${prefix}/share'
    829 datadir='${datarootdir}'
    830 sysconfdir='${prefix}/etc'
    831 sharedstatedir='${prefix}/com'
    832 localstatedir='${prefix}/var'
    833 includedir='${prefix}/include'
    834 oldincludedir='/usr/include'
    835 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    836 infodir='${datarootdir}/info'
    837 htmldir='${docdir}'
    838 dvidir='${docdir}'
    839 pdfdir='${docdir}'
    840 psdir='${docdir}'
    841 libdir='${exec_prefix}/lib'
    842 localedir='${datarootdir}/locale'
    843 mandir='${datarootdir}/man'
    844 
    845 ac_prev=
    846 ac_dashdash=
    847 for ac_option
    848 do
    849   # If the previous option needs an argument, assign it.
    850   if test -n "$ac_prev"; then
    851     eval $ac_prev=\$ac_option
    852     ac_prev=
    853     continue
    854   fi
    855 
    856   case $ac_option in
    857   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    858   *=)   ac_optarg= ;;
    859   *)    ac_optarg=yes ;;
    860   esac
    861 
    862   # Accept the important Cygnus configure options, so we can diagnose typos.
    863 
    864   case $ac_dashdash$ac_option in
    865   --)
    866     ac_dashdash=yes ;;
    867 
    868   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    869     ac_prev=bindir ;;
    870   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    871     bindir=$ac_optarg ;;
    872 
    873   -build | --build | --buil | --bui | --bu)
    874     ac_prev=build_alias ;;
    875   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    876     build_alias=$ac_optarg ;;
    877 
    878   -cache-file | --cache-file | --cache-fil | --cache-fi \
    879   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    880     ac_prev=cache_file ;;
    881   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    882   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    883     cache_file=$ac_optarg ;;
    884 
    885   --config-cache | -C)
    886     cache_file=config.cache ;;
    887 
    888   -datadir | --datadir | --datadi | --datad)
    889     ac_prev=datadir ;;
    890   -datadir=* | --datadir=* | --datadi=* | --datad=*)
    891     datadir=$ac_optarg ;;
    892 
    893   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
    894   | --dataroo | --dataro | --datar)
    895     ac_prev=datarootdir ;;
    896   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
    897   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    898     datarootdir=$ac_optarg ;;
    899 
    900   -disable-* | --disable-*)
    901     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    902     # Reject names that are not valid shell variable names.
    903     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    904       as_fn_error $? "invalid feature name: $ac_useropt"
    905     ac_useropt_orig=$ac_useropt
    906     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    907     case $ac_user_opts in
    908       *"
    909 "enable_$ac_useropt"
    910 "*) ;;
    911       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    912 	 ac_unrecognized_sep=', ';;
    913     esac
    914     eval enable_$ac_useropt=no ;;
    915 
    916   -docdir | --docdir | --docdi | --doc | --do)
    917     ac_prev=docdir ;;
    918   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    919     docdir=$ac_optarg ;;
    920 
    921   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    922     ac_prev=dvidir ;;
    923   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    924     dvidir=$ac_optarg ;;
    925 
    926   -enable-* | --enable-*)
    927     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    928     # Reject names that are not valid shell variable names.
    929     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    930       as_fn_error $? "invalid feature name: $ac_useropt"
    931     ac_useropt_orig=$ac_useropt
    932     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    933     case $ac_user_opts in
    934       *"
    935 "enable_$ac_useropt"
    936 "*) ;;
    937       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    938 	 ac_unrecognized_sep=', ';;
    939     esac
    940     eval enable_$ac_useropt=\$ac_optarg ;;
    941 
    942   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    943   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    944   | --exec | --exe | --ex)
    945     ac_prev=exec_prefix ;;
    946   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    947   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    948   | --exec=* | --exe=* | --ex=*)
    949     exec_prefix=$ac_optarg ;;
    950 
    951   -gas | --gas | --ga | --g)
    952     # Obsolete; use --with-gas.
    953     with_gas=yes ;;
    954 
    955   -help | --help | --hel | --he | -h)
    956     ac_init_help=long ;;
    957   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    958     ac_init_help=recursive ;;
    959   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    960     ac_init_help=short ;;
    961 
    962   -host | --host | --hos | --ho)
    963     ac_prev=host_alias ;;
    964   -host=* | --host=* | --hos=* | --ho=*)
    965     host_alias=$ac_optarg ;;
    966 
    967   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    968     ac_prev=htmldir ;;
    969   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
    970   | --ht=*)
    971     htmldir=$ac_optarg ;;
    972 
    973   -includedir | --includedir | --includedi | --included | --include \
    974   | --includ | --inclu | --incl | --inc)
    975     ac_prev=includedir ;;
    976   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    977   | --includ=* | --inclu=* | --incl=* | --inc=*)
    978     includedir=$ac_optarg ;;
    979 
    980   -infodir | --infodir | --infodi | --infod | --info | --inf)
    981     ac_prev=infodir ;;
    982   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    983     infodir=$ac_optarg ;;
    984 
    985   -libdir | --libdir | --libdi | --libd)
    986     ac_prev=libdir ;;
    987   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    988     libdir=$ac_optarg ;;
    989 
    990   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    991   | --libexe | --libex | --libe)
    992     ac_prev=libexecdir ;;
    993   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    994   | --libexe=* | --libex=* | --libe=*)
    995     libexecdir=$ac_optarg ;;
    996 
    997   -localedir | --localedir | --localedi | --localed | --locale)
    998     ac_prev=localedir ;;
    999   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
   1000     localedir=$ac_optarg ;;
   1001 
   1002   -localstatedir | --localstatedir | --localstatedi | --localstated \
   1003   | --localstate | --localstat | --localsta | --localst | --locals)
   1004     ac_prev=localstatedir ;;
   1005   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   1006   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   1007     localstatedir=$ac_optarg ;;
   1008 
   1009   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   1010     ac_prev=mandir ;;
   1011   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   1012     mandir=$ac_optarg ;;
   1013 
   1014   -nfp | --nfp | --nf)
   1015     # Obsolete; use --without-fp.
   1016     with_fp=no ;;
   1017 
   1018   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   1019   | --no-cr | --no-c | -n)
   1020     no_create=yes ;;
   1021 
   1022   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   1023   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   1024     no_recursion=yes ;;
   1025 
   1026   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   1027   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   1028   | --oldin | --oldi | --old | --ol | --o)
   1029     ac_prev=oldincludedir ;;
   1030   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   1031   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   1032   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   1033     oldincludedir=$ac_optarg ;;
   1034 
   1035   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   1036     ac_prev=prefix ;;
   1037   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   1038     prefix=$ac_optarg ;;
   1039 
   1040   -program-prefix | --program-prefix | --program-prefi | --program-pref \
   1041   | --program-pre | --program-pr | --program-p)
   1042     ac_prev=program_prefix ;;
   1043   -program-prefix=* | --program-prefix=* | --program-prefi=* \
   1044   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   1045     program_prefix=$ac_optarg ;;
   1046 
   1047   -program-suffix | --program-suffix | --program-suffi | --program-suff \
   1048   | --program-suf | --program-su | --program-s)
   1049     ac_prev=program_suffix ;;
   1050   -program-suffix=* | --program-suffix=* | --program-suffi=* \
   1051   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   1052     program_suffix=$ac_optarg ;;
   1053 
   1054   -program-transform-name | --program-transform-name \
   1055   | --program-transform-nam | --program-transform-na \
   1056   | --program-transform-n | --program-transform- \
   1057   | --program-transform | --program-transfor \
   1058   | --program-transfo | --program-transf \
   1059   | --program-trans | --program-tran \
   1060   | --progr-tra | --program-tr | --program-t)
   1061     ac_prev=program_transform_name ;;
   1062   -program-transform-name=* | --program-transform-name=* \
   1063   | --program-transform-nam=* | --program-transform-na=* \
   1064   | --program-transform-n=* | --program-transform-=* \
   1065   | --program-transform=* | --program-transfor=* \
   1066   | --program-transfo=* | --program-transf=* \
   1067   | --program-trans=* | --program-tran=* \
   1068   | --progr-tra=* | --program-tr=* | --program-t=*)
   1069     program_transform_name=$ac_optarg ;;
   1070 
   1071   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
   1072     ac_prev=pdfdir ;;
   1073   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
   1074     pdfdir=$ac_optarg ;;
   1075 
   1076   -psdir | --psdir | --psdi | --psd | --ps)
   1077     ac_prev=psdir ;;
   1078   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
   1079     psdir=$ac_optarg ;;
   1080 
   1081   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1082   | -silent | --silent | --silen | --sile | --sil)
   1083     silent=yes ;;
   1084 
   1085   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   1086     ac_prev=sbindir ;;
   1087   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   1088   | --sbi=* | --sb=*)
   1089     sbindir=$ac_optarg ;;
   1090 
   1091   -sharedstatedir | --sharedstatedir | --sharedstatedi \
   1092   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   1093   | --sharedst | --shareds | --shared | --share | --shar \
   1094   | --sha | --sh)
   1095     ac_prev=sharedstatedir ;;
   1096   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   1097   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   1098   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   1099   | --sha=* | --sh=*)
   1100     sharedstatedir=$ac_optarg ;;
   1101 
   1102   -site | --site | --sit)
   1103     ac_prev=site ;;
   1104   -site=* | --site=* | --sit=*)
   1105     site=$ac_optarg ;;
   1106 
   1107   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   1108     ac_prev=srcdir ;;
   1109   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   1110     srcdir=$ac_optarg ;;
   1111 
   1112   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   1113   | --syscon | --sysco | --sysc | --sys | --sy)
   1114     ac_prev=sysconfdir ;;
   1115   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   1116   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   1117     sysconfdir=$ac_optarg ;;
   1118 
   1119   -target | --target | --targe | --targ | --tar | --ta | --t)
   1120     ac_prev=target_alias ;;
   1121   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   1122     target_alias=$ac_optarg ;;
   1123 
   1124   -v | -verbose | --verbose | --verbos | --verbo | --verb)
   1125     verbose=yes ;;
   1126 
   1127   -version | --version | --versio | --versi | --vers | -V)
   1128     ac_init_version=: ;;
   1129 
   1130   -with-* | --with-*)
   1131     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1132     # Reject names that are not valid shell variable names.
   1133     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1134       as_fn_error $? "invalid package name: $ac_useropt"
   1135     ac_useropt_orig=$ac_useropt
   1136     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1137     case $ac_user_opts in
   1138       *"
   1139 "with_$ac_useropt"
   1140 "*) ;;
   1141       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
   1142 	 ac_unrecognized_sep=', ';;
   1143     esac
   1144     eval with_$ac_useropt=\$ac_optarg ;;
   1145 
   1146   -without-* | --without-*)
   1147     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1148     # Reject names that are not valid shell variable names.
   1149     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1150       as_fn_error $? "invalid package name: $ac_useropt"
   1151     ac_useropt_orig=$ac_useropt
   1152     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1153     case $ac_user_opts in
   1154       *"
   1155 "with_$ac_useropt"
   1156 "*) ;;
   1157       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
   1158 	 ac_unrecognized_sep=', ';;
   1159     esac
   1160     eval with_$ac_useropt=no ;;
   1161 
   1162   --x)
   1163     # Obsolete; use --with-x.
   1164     with_x=yes ;;
   1165 
   1166   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1167   | --x-incl | --x-inc | --x-in | --x-i)
   1168     ac_prev=x_includes ;;
   1169   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1170   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1171     x_includes=$ac_optarg ;;
   1172 
   1173   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1174   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1175     ac_prev=x_libraries ;;
   1176   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1177   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1178     x_libraries=$ac_optarg ;;
   1179 
   1180   -*) as_fn_error $? "unrecognized option: \`$ac_option'
   1181 Try \`$0 --help' for more information"
   1182     ;;
   1183 
   1184   *=*)
   1185     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1186     # Reject names that are not valid shell variable names.
   1187     case $ac_envvar in #(
   1188       '' | [0-9]* | *[!_$as_cr_alnum]* )
   1189       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   1190     esac
   1191     eval $ac_envvar=\$ac_optarg
   1192     export $ac_envvar ;;
   1193 
   1194   *)
   1195     # FIXME: should be removed in autoconf 3.0.
   1196     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1197     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1198       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1199     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   1200     ;;
   1201 
   1202   esac
   1203 done
   1204 
   1205 if test -n "$ac_prev"; then
   1206   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1207   as_fn_error $? "missing argument to $ac_option"
   1208 fi
   1209 
   1210 if test -n "$ac_unrecognized_opts"; then
   1211   case $enable_option_checking in
   1212     no) ;;
   1213     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   1214     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   1215   esac
   1216 fi
   1217 
   1218 # Check all directory arguments for consistency.
   1219 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   1220 		datadir sysconfdir sharedstatedir localstatedir includedir \
   1221 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   1222 		libdir localedir mandir
   1223 do
   1224   eval ac_val=\$$ac_var
   1225   # Remove trailing slashes.
   1226   case $ac_val in
   1227     */ )
   1228       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
   1229       eval $ac_var=\$ac_val;;
   1230   esac
   1231   # Be sure to have absolute directory names.
   1232   case $ac_val in
   1233     [\\/$]* | ?:[\\/]* )  continue;;
   1234     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   1235   esac
   1236   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   1237 done
   1238 
   1239 # There might be people who depend on the old broken behavior: `$host'
   1240 # used to hold the argument of --host etc.
   1241 # FIXME: To remove some day.
   1242 build=$build_alias
   1243 host=$host_alias
   1244 target=$target_alias
   1245 
   1246 # FIXME: To remove some day.
   1247 if test "x$host_alias" != x; then
   1248   if test "x$build_alias" = x; then
   1249     cross_compiling=maybe
   1250   elif test "x$build_alias" != "x$host_alias"; then
   1251     cross_compiling=yes
   1252   fi
   1253 fi
   1254 
   1255 ac_tool_prefix=
   1256 test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1257 
   1258 test "$silent" = yes && exec 6>/dev/null
   1259 
   1260 
   1261 ac_pwd=`pwd` && test -n "$ac_pwd" &&
   1262 ac_ls_di=`ls -di .` &&
   1263 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   1264   as_fn_error $? "working directory cannot be determined"
   1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   1266   as_fn_error $? "pwd does not report name of working directory"
   1267 
   1268 
   1269 # Find the source files, if location was not specified.
   1270 if test -z "$srcdir"; then
   1271   ac_srcdir_defaulted=yes
   1272   # Try the directory containing this script, then the parent directory.
   1273   ac_confdir=`$as_dirname -- "$as_myself" ||
   1274 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1275 	 X"$as_myself" : 'X\(//\)[^/]' \| \
   1276 	 X"$as_myself" : 'X\(//\)$' \| \
   1277 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
   1278 $as_echo X"$as_myself" |
   1279     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1280 	    s//\1/
   1281 	    q
   1282 	  }
   1283 	  /^X\(\/\/\)[^/].*/{
   1284 	    s//\1/
   1285 	    q
   1286 	  }
   1287 	  /^X\(\/\/\)$/{
   1288 	    s//\1/
   1289 	    q
   1290 	  }
   1291 	  /^X\(\/\).*/{
   1292 	    s//\1/
   1293 	    q
   1294 	  }
   1295 	  s/.*/./; q'`
   1296   srcdir=$ac_confdir
   1297   if test ! -r "$srcdir/$ac_unique_file"; then
   1298     srcdir=..
   1299   fi
   1300 else
   1301   ac_srcdir_defaulted=no
   1302 fi
   1303 if test ! -r "$srcdir/$ac_unique_file"; then
   1304   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   1305   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   1306 fi
   1307 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   1308 ac_abs_confdir=`(
   1309 	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   1310 	pwd)`
   1311 # When building in place, set srcdir=.
   1312 if test "$ac_abs_confdir" = "$ac_pwd"; then
   1313   srcdir=.
   1314 fi
   1315 # Remove unnecessary trailing slashes from srcdir.
   1316 # Double slashes in file names in object file debugging info
   1317 # mess up M-x gdb in Emacs.
   1318 case $srcdir in
   1319 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   1320 esac
   1321 for ac_var in $ac_precious_vars; do
   1322   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   1323   eval ac_env_${ac_var}_value=\$${ac_var}
   1324   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   1325   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   1326 done
   1327 
   1328 #
   1329 # Report the --help message.
   1330 #
   1331 if test "$ac_init_help" = "long"; then
   1332   # Omit some internal or obsolete options to make the list less imposing.
   1333   # This message is too long to be a string in the A/UX 3.1 sh.
   1334   cat <<_ACEOF
   1335 \`configure' configures libsframe BFD_VERSION to adapt to many kinds of systems.
   1336 
   1337 Usage: $0 [OPTION]... [VAR=VALUE]...
   1338 
   1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1340 VAR=VALUE.  See below for descriptions of some of the useful variables.
   1341 
   1342 Defaults for the options are specified in brackets.
   1343 
   1344 Configuration:
   1345   -h, --help              display this help and exit
   1346       --help=short        display options specific to this package
   1347       --help=recursive    display the short help of all the included packages
   1348   -V, --version           display version information and exit
   1349   -q, --quiet, --silent   do not print \`checking ...' messages
   1350       --cache-file=FILE   cache test results in FILE [disabled]
   1351   -C, --config-cache      alias for \`--cache-file=config.cache'
   1352   -n, --no-create         do not create output files
   1353       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1354 
   1355 Installation directories:
   1356   --prefix=PREFIX         install architecture-independent files in PREFIX
   1357                           [$ac_default_prefix]
   1358   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1359                           [PREFIX]
   1360 
   1361 By default, \`make install' will install all the files in
   1362 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1363 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1364 for instance \`--prefix=\$HOME'.
   1365 
   1366 For better control, use the options below.
   1367 
   1368 Fine tuning of the installation directories:
   1369   --bindir=DIR            user executables [EPREFIX/bin]
   1370   --sbindir=DIR           system admin executables [EPREFIX/sbin]
   1371   --libexecdir=DIR        program executables [EPREFIX/libexec]
   1372   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   1373   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   1374   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
   1375   --libdir=DIR            object code libraries [EPREFIX/lib]
   1376   --includedir=DIR        C header files [PREFIX/include]
   1377   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
   1378   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
   1379   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
   1380   --infodir=DIR           info documentation [DATAROOTDIR/info]
   1381   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   1382   --mandir=DIR            man documentation [DATAROOTDIR/man]
   1383   --docdir=DIR            documentation root [DATAROOTDIR/doc/libsframe]
   1384   --htmldir=DIR           html documentation [DOCDIR]
   1385   --dvidir=DIR            dvi documentation [DOCDIR]
   1386   --pdfdir=DIR            pdf documentation [DOCDIR]
   1387   --psdir=DIR             ps documentation [DOCDIR]
   1388 _ACEOF
   1389 
   1390   cat <<\_ACEOF
   1391 
   1392 Program names:
   1393   --program-prefix=PREFIX            prepend PREFIX to installed program names
   1394   --program-suffix=SUFFIX            append SUFFIX to installed program names
   1395   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
   1396 
   1397 System types:
   1398   --build=BUILD     configure for building on BUILD [guessed]
   1399   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
   1400   --target=TARGET   configure for building compilers for TARGET [HOST]
   1401 _ACEOF
   1402 fi
   1403 
   1404 if test -n "$ac_init_help"; then
   1405   case $ac_init_help in
   1406      short | recursive ) echo "Configuration of libsframe BFD_VERSION:";;
   1407    esac
   1408   cat <<\_ACEOF
   1409 
   1410 Optional Features:
   1411   --disable-option-checking  ignore unrecognized --enable/--with options
   1412   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1413   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1414   --enable-dependency-tracking
   1415                           do not reject slow dependency extractors
   1416   --disable-dependency-tracking
   1417                           speeds up one-time build
   1418   --enable-silent-rules   less verbose build output (undo: "make V=1")
   1419   --disable-silent-rules  verbose build output (undo: "make V=0")
   1420   --enable-shared[=PKGS]  build shared libraries [default=no]
   1421   --enable-static[=PKGS]  build static libraries [default=yes]
   1422   --enable-fast-install[=PKGS]
   1423                           optimize for fast installation [default=yes]
   1424   --disable-libtool-lock  avoid locking (might break parallel builds)
   1425   --disable-largefile     omit support for large files
   1426   --enable-maintainer-mode
   1427                           enable make rules and dependencies not useful (and
   1428                           sometimes confusing) to the casual installer
   1429   --enable-install-libbfd controls installation of libbfd and related headers
   1430 
   1431 Optional Packages:
   1432   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1433   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1434   --with-pic              try to use only PIC/non-PIC objects [default=use
   1435                           both]
   1436   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   1437 
   1438 Some influential environment variables:
   1439   CC          C compiler command
   1440   CFLAGS      C compiler flags
   1441   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1442               nonstandard directory <lib dir>
   1443   LIBS        libraries to pass to the linker, e.g. -l<library>
   1444   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
   1445               you have headers in a nonstandard directory <include dir>
   1446   CPP         C preprocessor
   1447 
   1448 Use these variables to override the choices made by `configure' or to help
   1449 it to find libraries and programs with nonstandard names/locations.
   1450 
   1451 Report bugs to the package provider.
   1452 _ACEOF
   1453 ac_status=$?
   1454 fi
   1455 
   1456 if test "$ac_init_help" = "recursive"; then
   1457   # If there are subdirs, report their specific --help.
   1458   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1459     test -d "$ac_dir" ||
   1460       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
   1461       continue
   1462     ac_builddir=.
   1463 
   1464 case "$ac_dir" in
   1465 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1466 *)
   1467   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   1468   # A ".." for each directory in $ac_dir_suffix.
   1469   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   1470   case $ac_top_builddir_sub in
   1471   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1472   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   1473   esac ;;
   1474 esac
   1475 ac_abs_top_builddir=$ac_pwd
   1476 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   1477 # for backward compatibility:
   1478 ac_top_builddir=$ac_top_build_prefix
   1479 
   1480 case $srcdir in
   1481   .)  # We are building in place.
   1482     ac_srcdir=.
   1483     ac_top_srcdir=$ac_top_builddir_sub
   1484     ac_abs_top_srcdir=$ac_pwd ;;
   1485   [\\/]* | ?:[\\/]* )  # Absolute name.
   1486     ac_srcdir=$srcdir$ac_dir_suffix;
   1487     ac_top_srcdir=$srcdir
   1488     ac_abs_top_srcdir=$srcdir ;;
   1489   *) # Relative name.
   1490     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   1491     ac_top_srcdir=$ac_top_build_prefix$srcdir
   1492     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   1493 esac
   1494 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   1495 
   1496     cd "$ac_dir" || { ac_status=$?; continue; }
   1497     # Check for guested configure.
   1498     if test -f "$ac_srcdir/configure.gnu"; then
   1499       echo &&
   1500       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   1501     elif test -f "$ac_srcdir/configure"; then
   1502       echo &&
   1503       $SHELL "$ac_srcdir/configure" --help=recursive
   1504     else
   1505       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1506     fi || ac_status=$?
   1507     cd "$ac_pwd" || { ac_status=$?; break; }
   1508   done
   1509 fi
   1510 
   1511 test -n "$ac_init_help" && exit $ac_status
   1512 if $ac_init_version; then
   1513   cat <<\_ACEOF
   1514 libsframe configure BFD_VERSION
   1515 generated by GNU Autoconf 2.69
   1516 
   1517 Copyright (C) 2012 Free Software Foundation, Inc.
   1518 This configure script is free software; the Free Software Foundation
   1519 gives unlimited permission to copy, distribute and modify it.
   1520 _ACEOF
   1521   exit
   1522 fi
   1523 
   1524 ## ------------------------ ##
   1525 ## Autoconf initialization. ##
   1526 ## ------------------------ ##
   1527 
   1528 # ac_fn_c_try_compile LINENO
   1529 # --------------------------
   1530 # Try to compile conftest.$ac_ext, and return whether this succeeded.
   1531 ac_fn_c_try_compile ()
   1532 {
   1533   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1534   rm -f conftest.$ac_objext
   1535   if { { ac_try="$ac_compile"
   1536 case "(($ac_try" in
   1537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1538   *) ac_try_echo=$ac_try;;
   1539 esac
   1540 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1541 $as_echo "$ac_try_echo"; } >&5
   1542   (eval "$ac_compile") 2>conftest.err
   1543   ac_status=$?
   1544   if test -s conftest.err; then
   1545     grep -v '^ *+' conftest.err >conftest.er1
   1546     cat conftest.er1 >&5
   1547     mv -f conftest.er1 conftest.err
   1548   fi
   1549   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1550   test $ac_status = 0; } && {
   1551 	 test -z "$ac_c_werror_flag" ||
   1552 	 test ! -s conftest.err
   1553        } && test -s conftest.$ac_objext; then :
   1554   ac_retval=0
   1555 else
   1556   $as_echo "$as_me: failed program was:" >&5
   1557 sed 's/^/| /' conftest.$ac_ext >&5
   1558 
   1559 	ac_retval=1
   1560 fi
   1561   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1562   as_fn_set_status $ac_retval
   1563 
   1564 } # ac_fn_c_try_compile
   1565 
   1566 # ac_fn_c_try_cpp LINENO
   1567 # ----------------------
   1568 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
   1569 ac_fn_c_try_cpp ()
   1570 {
   1571   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1572   if { { ac_try="$ac_cpp conftest.$ac_ext"
   1573 case "(($ac_try" in
   1574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1575   *) ac_try_echo=$ac_try;;
   1576 esac
   1577 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1578 $as_echo "$ac_try_echo"; } >&5
   1579   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
   1580   ac_status=$?
   1581   if test -s conftest.err; then
   1582     grep -v '^ *+' conftest.err >conftest.er1
   1583     cat conftest.er1 >&5
   1584     mv -f conftest.er1 conftest.err
   1585   fi
   1586   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1587   test $ac_status = 0; } > conftest.i && {
   1588 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1589 	 test ! -s conftest.err
   1590        }; then :
   1591   ac_retval=0
   1592 else
   1593   $as_echo "$as_me: failed program was:" >&5
   1594 sed 's/^/| /' conftest.$ac_ext >&5
   1595 
   1596     ac_retval=1
   1597 fi
   1598   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1599   as_fn_set_status $ac_retval
   1600 
   1601 } # ac_fn_c_try_cpp
   1602 
   1603 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
   1604 # -------------------------------------------------------
   1605 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
   1606 # the include files in INCLUDES and setting the cache variable VAR
   1607 # accordingly.
   1608 ac_fn_c_check_header_mongrel ()
   1609 {
   1610   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1611   if eval \${$3+:} false; then :
   1612   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1613 $as_echo_n "checking for $2... " >&6; }
   1614 if eval \${$3+:} false; then :
   1615   $as_echo_n "(cached) " >&6
   1616 fi
   1617 eval ac_res=\$$3
   1618 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1619 $as_echo "$ac_res" >&6; }
   1620 else
   1621   # Is the header compilable?
   1622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
   1623 $as_echo_n "checking $2 usability... " >&6; }
   1624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1625 /* end confdefs.h.  */
   1626 $4
   1627 #include <$2>
   1628 _ACEOF
   1629 if ac_fn_c_try_compile "$LINENO"; then :
   1630   ac_header_compiler=yes
   1631 else
   1632   ac_header_compiler=no
   1633 fi
   1634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
   1636 $as_echo "$ac_header_compiler" >&6; }
   1637 
   1638 # Is the header present?
   1639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
   1640 $as_echo_n "checking $2 presence... " >&6; }
   1641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1642 /* end confdefs.h.  */
   1643 #include <$2>
   1644 _ACEOF
   1645 if ac_fn_c_try_cpp "$LINENO"; then :
   1646   ac_header_preproc=yes
   1647 else
   1648   ac_header_preproc=no
   1649 fi
   1650 rm -f conftest.err conftest.i conftest.$ac_ext
   1651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
   1652 $as_echo "$ac_header_preproc" >&6; }
   1653 
   1654 # So?  What about this header?
   1655 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
   1656   yes:no: )
   1657     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
   1658 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
   1659     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1660 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1661     ;;
   1662   no:yes:* )
   1663     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
   1664 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
   1665     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
   1666 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
   1667     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
   1668 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
   1669     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
   1670 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
   1671     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1672 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1673     ;;
   1674 esac
   1675   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1676 $as_echo_n "checking for $2... " >&6; }
   1677 if eval \${$3+:} false; then :
   1678   $as_echo_n "(cached) " >&6
   1679 else
   1680   eval "$3=\$ac_header_compiler"
   1681 fi
   1682 eval ac_res=\$$3
   1683 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1684 $as_echo "$ac_res" >&6; }
   1685 fi
   1686   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1687 
   1688 } # ac_fn_c_check_header_mongrel
   1689 
   1690 # ac_fn_c_try_run LINENO
   1691 # ----------------------
   1692 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
   1693 # that executables *can* be run.
   1694 ac_fn_c_try_run ()
   1695 {
   1696   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1697   if { { ac_try="$ac_link"
   1698 case "(($ac_try" in
   1699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1700   *) ac_try_echo=$ac_try;;
   1701 esac
   1702 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1703 $as_echo "$ac_try_echo"; } >&5
   1704   (eval "$ac_link") 2>&5
   1705   ac_status=$?
   1706   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1707   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
   1708   { { case "(($ac_try" in
   1709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1710   *) ac_try_echo=$ac_try;;
   1711 esac
   1712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1713 $as_echo "$ac_try_echo"; } >&5
   1714   (eval "$ac_try") 2>&5
   1715   ac_status=$?
   1716   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1717   test $ac_status = 0; }; }; then :
   1718   ac_retval=0
   1719 else
   1720   $as_echo "$as_me: program exited with status $ac_status" >&5
   1721        $as_echo "$as_me: failed program was:" >&5
   1722 sed 's/^/| /' conftest.$ac_ext >&5
   1723 
   1724        ac_retval=$ac_status
   1725 fi
   1726   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1727   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1728   as_fn_set_status $ac_retval
   1729 
   1730 } # ac_fn_c_try_run
   1731 
   1732 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
   1733 # -------------------------------------------------------
   1734 # Tests whether HEADER exists and can be compiled using the include files in
   1735 # INCLUDES, setting the cache variable VAR accordingly.
   1736 ac_fn_c_check_header_compile ()
   1737 {
   1738   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1739   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1740 $as_echo_n "checking for $2... " >&6; }
   1741 if eval \${$3+:} false; then :
   1742   $as_echo_n "(cached) " >&6
   1743 else
   1744   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1745 /* end confdefs.h.  */
   1746 $4
   1747 #include <$2>
   1748 _ACEOF
   1749 if ac_fn_c_try_compile "$LINENO"; then :
   1750   eval "$3=yes"
   1751 else
   1752   eval "$3=no"
   1753 fi
   1754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1755 fi
   1756 eval ac_res=\$$3
   1757 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1758 $as_echo "$ac_res" >&6; }
   1759   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1760 
   1761 } # ac_fn_c_check_header_compile
   1762 
   1763 # ac_fn_c_try_link LINENO
   1764 # -----------------------
   1765 # Try to link conftest.$ac_ext, and return whether this succeeded.
   1766 ac_fn_c_try_link ()
   1767 {
   1768   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1769   rm -f conftest.$ac_objext conftest$ac_exeext
   1770   if { { ac_try="$ac_link"
   1771 case "(($ac_try" in
   1772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1773   *) ac_try_echo=$ac_try;;
   1774 esac
   1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1776 $as_echo "$ac_try_echo"; } >&5
   1777   (eval "$ac_link") 2>conftest.err
   1778   ac_status=$?
   1779   if test -s conftest.err; then
   1780     grep -v '^ *+' conftest.err >conftest.er1
   1781     cat conftest.er1 >&5
   1782     mv -f conftest.er1 conftest.err
   1783   fi
   1784   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1785   test $ac_status = 0; } && {
   1786 	 test -z "$ac_c_werror_flag" ||
   1787 	 test ! -s conftest.err
   1788        } && test -s conftest$ac_exeext && {
   1789 	 test "$cross_compiling" = yes ||
   1790 	 test -x conftest$ac_exeext
   1791        }; then :
   1792   ac_retval=0
   1793 else
   1794   $as_echo "$as_me: failed program was:" >&5
   1795 sed 's/^/| /' conftest.$ac_ext >&5
   1796 
   1797 	ac_retval=1
   1798 fi
   1799   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
   1800   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
   1801   # interfere with the next link command; also delete a directory that is
   1802   # left behind by Apple's compiler.  We do this before executing the actions.
   1803   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1804   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1805   as_fn_set_status $ac_retval
   1806 
   1807 } # ac_fn_c_try_link
   1808 
   1809 # ac_fn_c_check_func LINENO FUNC VAR
   1810 # ----------------------------------
   1811 # Tests whether FUNC exists, setting the cache variable VAR accordingly
   1812 ac_fn_c_check_func ()
   1813 {
   1814   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1815   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1816 $as_echo_n "checking for $2... " >&6; }
   1817 if eval \${$3+:} false; then :
   1818   $as_echo_n "(cached) " >&6
   1819 else
   1820   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1821 /* end confdefs.h.  */
   1822 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
   1823    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   1824 #define $2 innocuous_$2
   1825 
   1826 /* System header to define __stub macros and hopefully few prototypes,
   1827     which can conflict with char $2 (); below.
   1828     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   1829     <limits.h> exists even on freestanding compilers.  */
   1830 
   1831 #ifdef __STDC__
   1832 # include <limits.h>
   1833 #else
   1834 # include <assert.h>
   1835 #endif
   1836 
   1837 #undef $2
   1838 
   1839 /* Override any GCC internal prototype to avoid an error.
   1840    Use char because int might match the return type of a GCC
   1841    builtin and then its argument prototype would still apply.  */
   1842 #ifdef __cplusplus
   1843 extern "C"
   1844 #endif
   1845 char $2 ();
   1846 /* The GNU C library defines this for functions which it implements
   1847     to always fail with ENOSYS.  Some functions are actually named
   1848     something starting with __ and the normal name is an alias.  */
   1849 #if defined __stub_$2 || defined __stub___$2
   1850 choke me
   1851 #endif
   1852 
   1853 int
   1854 main ()
   1855 {
   1856 return $2 ();
   1857   ;
   1858   return 0;
   1859 }
   1860 _ACEOF
   1861 if ac_fn_c_try_link "$LINENO"; then :
   1862   eval "$3=yes"
   1863 else
   1864   eval "$3=no"
   1865 fi
   1866 rm -f core conftest.err conftest.$ac_objext \
   1867     conftest$ac_exeext conftest.$ac_ext
   1868 fi
   1869 eval ac_res=\$$3
   1870 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1871 $as_echo "$ac_res" >&6; }
   1872   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1873 
   1874 } # ac_fn_c_check_func
   1875 
   1876 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
   1877 # ---------------------------------------------
   1878 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
   1879 # accordingly.
   1880 ac_fn_c_check_decl ()
   1881 {
   1882   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1883   as_decl_name=`echo $2|sed 's/ *(.*//'`
   1884   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
   1885   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
   1886 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
   1887 if eval \${$3+:} false; then :
   1888   $as_echo_n "(cached) " >&6
   1889 else
   1890   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1891 /* end confdefs.h.  */
   1892 $4
   1893 int
   1894 main ()
   1895 {
   1896 #ifndef $as_decl_name
   1897 #ifdef __cplusplus
   1898   (void) $as_decl_use;
   1899 #else
   1900   (void) $as_decl_name;
   1901 #endif
   1902 #endif
   1903 
   1904   ;
   1905   return 0;
   1906 }
   1907 _ACEOF
   1908 if ac_fn_c_try_compile "$LINENO"; then :
   1909   eval "$3=yes"
   1910 else
   1911   eval "$3=no"
   1912 fi
   1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1914 fi
   1915 eval ac_res=\$$3
   1916 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1917 $as_echo "$ac_res" >&6; }
   1918   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1919 
   1920 } # ac_fn_c_check_decl
   1921 cat >config.log <<_ACEOF
   1922 This file contains any messages produced by compilers while
   1923 running configure, to aid debugging if configure makes a mistake.
   1924 
   1925 It was created by libsframe $as_me BFD_VERSION, which was
   1926 generated by GNU Autoconf 2.69.  Invocation command line was
   1927 
   1928   $ $0 $@
   1929 
   1930 _ACEOF
   1931 exec 5>>config.log
   1932 {
   1933 cat <<_ASUNAME
   1934 ## --------- ##
   1935 ## Platform. ##
   1936 ## --------- ##
   1937 
   1938 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   1939 uname -m = `(uname -m) 2>/dev/null || echo unknown`
   1940 uname -r = `(uname -r) 2>/dev/null || echo unknown`
   1941 uname -s = `(uname -s) 2>/dev/null || echo unknown`
   1942 uname -v = `(uname -v) 2>/dev/null || echo unknown`
   1943 
   1944 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   1945 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   1946 
   1947 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   1948 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   1949 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   1950 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   1951 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   1952 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   1953 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   1954 
   1955 _ASUNAME
   1956 
   1957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1958 for as_dir in $PATH
   1959 do
   1960   IFS=$as_save_IFS
   1961   test -z "$as_dir" && as_dir=.
   1962     $as_echo "PATH: $as_dir"
   1963   done
   1964 IFS=$as_save_IFS
   1965 
   1966 } >&5
   1967 
   1968 cat >&5 <<_ACEOF
   1969 
   1970 
   1971 ## ----------- ##
   1972 ## Core tests. ##
   1973 ## ----------- ##
   1974 
   1975 _ACEOF
   1976 
   1977 
   1978 # Keep a trace of the command line.
   1979 # Strip out --no-create and --no-recursion so they do not pile up.
   1980 # Strip out --silent because we don't want to record it for future runs.
   1981 # Also quote any args containing shell meta-characters.
   1982 # Make two passes to allow for proper duplicate-argument suppression.
   1983 ac_configure_args=
   1984 ac_configure_args0=
   1985 ac_configure_args1=
   1986 ac_must_keep_next=false
   1987 for ac_pass in 1 2
   1988 do
   1989   for ac_arg
   1990   do
   1991     case $ac_arg in
   1992     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   1993     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1994     | -silent | --silent | --silen | --sile | --sil)
   1995       continue ;;
   1996     *\'*)
   1997       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   1998     esac
   1999     case $ac_pass in
   2000     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
   2001     2)
   2002       as_fn_append ac_configure_args1 " '$ac_arg'"
   2003       if test $ac_must_keep_next = true; then
   2004 	ac_must_keep_next=false # Got value, back to normal.
   2005       else
   2006 	case $ac_arg in
   2007 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   2008 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   2009 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   2010 	  | -with-* | --with-* | -without-* | --without-* | --x)
   2011 	    case "$ac_configure_args0 " in
   2012 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   2013 	    esac
   2014 	    ;;
   2015 	  -* ) ac_must_keep_next=true ;;
   2016 	esac
   2017       fi
   2018       as_fn_append ac_configure_args " '$ac_arg'"
   2019       ;;
   2020     esac
   2021   done
   2022 done
   2023 { ac_configure_args0=; unset ac_configure_args0;}
   2024 { ac_configure_args1=; unset ac_configure_args1;}
   2025 
   2026 # When interrupted or exit'd, cleanup temporary files, and complete
   2027 # config.log.  We remove comments because anyway the quotes in there
   2028 # would cause problems or look ugly.
   2029 # WARNING: Use '\'' to represent an apostrophe within the trap.
   2030 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   2031 trap 'exit_status=$?
   2032   # Save into config.log some information that might help in debugging.
   2033   {
   2034     echo
   2035 
   2036     $as_echo "## ---------------- ##
   2037 ## Cache variables. ##
   2038 ## ---------------- ##"
   2039     echo
   2040     # The following way of writing the cache mishandles newlines in values,
   2041 (
   2042   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   2043     eval ac_val=\$$ac_var
   2044     case $ac_val in #(
   2045     *${as_nl}*)
   2046       case $ac_var in #(
   2047       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   2048 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   2049       esac
   2050       case $ac_var in #(
   2051       _ | IFS | as_nl) ;; #(
   2052       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   2053       *) { eval $ac_var=; unset $ac_var;} ;;
   2054       esac ;;
   2055     esac
   2056   done
   2057   (set) 2>&1 |
   2058     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   2059     *${as_nl}ac_space=\ *)
   2060       sed -n \
   2061 	"s/'\''/'\''\\\\'\'''\''/g;
   2062 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   2063       ;; #(
   2064     *)
   2065       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   2066       ;;
   2067     esac |
   2068     sort
   2069 )
   2070     echo
   2071 
   2072     $as_echo "## ----------------- ##
   2073 ## Output variables. ##
   2074 ## ----------------- ##"
   2075     echo
   2076     for ac_var in $ac_subst_vars
   2077     do
   2078       eval ac_val=\$$ac_var
   2079       case $ac_val in
   2080       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2081       esac
   2082       $as_echo "$ac_var='\''$ac_val'\''"
   2083     done | sort
   2084     echo
   2085 
   2086     if test -n "$ac_subst_files"; then
   2087       $as_echo "## ------------------- ##
   2088 ## File substitutions. ##
   2089 ## ------------------- ##"
   2090       echo
   2091       for ac_var in $ac_subst_files
   2092       do
   2093 	eval ac_val=\$$ac_var
   2094 	case $ac_val in
   2095 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2096 	esac
   2097 	$as_echo "$ac_var='\''$ac_val'\''"
   2098       done | sort
   2099       echo
   2100     fi
   2101 
   2102     if test -s confdefs.h; then
   2103       $as_echo "## ----------- ##
   2104 ## confdefs.h. ##
   2105 ## ----------- ##"
   2106       echo
   2107       cat confdefs.h
   2108       echo
   2109     fi
   2110     test "$ac_signal" != 0 &&
   2111       $as_echo "$as_me: caught signal $ac_signal"
   2112     $as_echo "$as_me: exit $exit_status"
   2113   } >&5
   2114   rm -f core *.core core.conftest.* &&
   2115     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   2116     exit $exit_status
   2117 ' 0
   2118 for ac_signal in 1 2 13 15; do
   2119   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
   2120 done
   2121 ac_signal=0
   2122 
   2123 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   2124 rm -f -r conftest* confdefs.h
   2125 
   2126 $as_echo "/* confdefs.h */" > confdefs.h
   2127 
   2128 # Predefined preprocessor variables.
   2129 
   2130 cat >>confdefs.h <<_ACEOF
   2131 #define PACKAGE_NAME "$PACKAGE_NAME"
   2132 _ACEOF
   2133 
   2134 cat >>confdefs.h <<_ACEOF
   2135 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   2136 _ACEOF
   2137 
   2138 cat >>confdefs.h <<_ACEOF
   2139 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   2140 _ACEOF
   2141 
   2142 cat >>confdefs.h <<_ACEOF
   2143 #define PACKAGE_STRING "$PACKAGE_STRING"
   2144 _ACEOF
   2145 
   2146 cat >>confdefs.h <<_ACEOF
   2147 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   2148 _ACEOF
   2149 
   2150 cat >>confdefs.h <<_ACEOF
   2151 #define PACKAGE_URL "$PACKAGE_URL"
   2152 _ACEOF
   2153 
   2154 
   2155 # Let the site file select an alternate cache file if it wants to.
   2156 # Prefer an explicitly selected file to automatically selected ones.
   2157 ac_site_file1=NONE
   2158 ac_site_file2=NONE
   2159 if test -n "$CONFIG_SITE"; then
   2160   # We do not want a PATH search for config.site.
   2161   case $CONFIG_SITE in #((
   2162     -*)  ac_site_file1=./$CONFIG_SITE;;
   2163     */*) ac_site_file1=$CONFIG_SITE;;
   2164     *)   ac_site_file1=./$CONFIG_SITE;;
   2165   esac
   2166 elif test "x$prefix" != xNONE; then
   2167   ac_site_file1=$prefix/share/config.site
   2168   ac_site_file2=$prefix/etc/config.site
   2169 else
   2170   ac_site_file1=$ac_default_prefix/share/config.site
   2171   ac_site_file2=$ac_default_prefix/etc/config.site
   2172 fi
   2173 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
   2174 do
   2175   test "x$ac_site_file" = xNONE && continue
   2176   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
   2177     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   2178 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   2179     sed 's/^/| /' "$ac_site_file" >&5
   2180     . "$ac_site_file" \
   2181       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2182 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2183 as_fn_error $? "failed to load site script $ac_site_file
   2184 See \`config.log' for more details" "$LINENO" 5; }
   2185   fi
   2186 done
   2187 
   2188 if test -r "$cache_file"; then
   2189   # Some versions of bash will fail to source /dev/null (special files
   2190   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
   2191   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
   2192     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
   2193 $as_echo "$as_me: loading cache $cache_file" >&6;}
   2194     case $cache_file in
   2195       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   2196       *)                      . "./$cache_file";;
   2197     esac
   2198   fi
   2199 else
   2200   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
   2201 $as_echo "$as_me: creating cache $cache_file" >&6;}
   2202   >$cache_file
   2203 fi
   2204 
   2205 as_fn_append ac_header_list " stdlib.h"
   2206 as_fn_append ac_header_list " unistd.h"
   2207 as_fn_append ac_header_list " sys/param.h"
   2208 # Check that the precious variables saved in the cache have kept the same
   2209 # value.
   2210 ac_cache_corrupted=false
   2211 for ac_var in $ac_precious_vars; do
   2212   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   2213   eval ac_new_set=\$ac_env_${ac_var}_set
   2214   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   2215   eval ac_new_val=\$ac_env_${ac_var}_value
   2216   case $ac_old_set,$ac_new_set in
   2217     set,)
   2218       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   2219 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   2220       ac_cache_corrupted=: ;;
   2221     ,set)
   2222       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
   2223 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   2224       ac_cache_corrupted=: ;;
   2225     ,);;
   2226     *)
   2227       if test "x$ac_old_val" != "x$ac_new_val"; then
   2228 	# differences in whitespace do not lead to failure.
   2229 	ac_old_val_w=`echo x $ac_old_val`
   2230 	ac_new_val_w=`echo x $ac_new_val`
   2231 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
   2232 	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
   2233 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   2234 	  ac_cache_corrupted=:
   2235 	else
   2236 	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
   2237 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
   2238 	  eval $ac_var=\$ac_old_val
   2239 	fi
   2240 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
   2241 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
   2242 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
   2243 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
   2244       fi;;
   2245   esac
   2246   # Pass precious variables to config.status.
   2247   if test "$ac_new_set" = set; then
   2248     case $ac_new_val in
   2249     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   2250     *) ac_arg=$ac_var=$ac_new_val ;;
   2251     esac
   2252     case " $ac_configure_args " in
   2253       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   2254       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
   2255     esac
   2256   fi
   2257 done
   2258 if $ac_cache_corrupted; then
   2259   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2261   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   2262 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   2263   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   2264 fi
   2265 ## -------------------- ##
   2266 ## Main body of script. ##
   2267 ## -------------------- ##
   2268 
   2269 ac_ext=c
   2270 ac_cpp='$CPP $CPPFLAGS'
   2271 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2272 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2273 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2274 
   2275 
   2276 
   2277 
   2278 
   2279 
   2280 
   2281 ac_aux_dir=
   2282 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   2283   if test -f "$ac_dir/install-sh"; then
   2284     ac_aux_dir=$ac_dir
   2285     ac_install_sh="$ac_aux_dir/install-sh -c"
   2286     break
   2287   elif test -f "$ac_dir/install.sh"; then
   2288     ac_aux_dir=$ac_dir
   2289     ac_install_sh="$ac_aux_dir/install.sh -c"
   2290     break
   2291   elif test -f "$ac_dir/shtool"; then
   2292     ac_aux_dir=$ac_dir
   2293     ac_install_sh="$ac_aux_dir/shtool install -c"
   2294     break
   2295   fi
   2296 done
   2297 if test -z "$ac_aux_dir"; then
   2298   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   2299 fi
   2300 
   2301 # These three variables are undocumented and unsupported,
   2302 # and are intended to be withdrawn in a future Autoconf release.
   2303 # They can cause serious problems if a builder's source tree is in a directory
   2304 # whose full name contains unusual characters.
   2305 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
   2306 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
   2307 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
   2308 
   2309 
   2310 # Make sure we can run config.sub.
   2311 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   2312   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   2313 
   2314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   2315 $as_echo_n "checking build system type... " >&6; }
   2316 if ${ac_cv_build+:} false; then :
   2317   $as_echo_n "(cached) " >&6
   2318 else
   2319   ac_build_alias=$build_alias
   2320 test "x$ac_build_alias" = x &&
   2321   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   2322 test "x$ac_build_alias" = x &&
   2323   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   2324 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   2325   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   2326 
   2327 fi
   2328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   2329 $as_echo "$ac_cv_build" >&6; }
   2330 case $ac_cv_build in
   2331 *-*-*) ;;
   2332 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   2333 esac
   2334 build=$ac_cv_build
   2335 ac_save_IFS=$IFS; IFS='-'
   2336 set x $ac_cv_build
   2337 shift
   2338 build_cpu=$1
   2339 build_vendor=$2
   2340 shift; shift
   2341 # Remember, the first character of IFS is used to create $*,
   2342 # except with old shells:
   2343 build_os=$*
   2344 IFS=$ac_save_IFS
   2345 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
   2346 
   2347 
   2348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   2349 $as_echo_n "checking host system type... " >&6; }
   2350 if ${ac_cv_host+:} false; then :
   2351   $as_echo_n "(cached) " >&6
   2352 else
   2353   if test "x$host_alias" = x; then
   2354   ac_cv_host=$ac_cv_build
   2355 else
   2356   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   2357     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   2358 fi
   2359 
   2360 fi
   2361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
   2362 $as_echo "$ac_cv_host" >&6; }
   2363 case $ac_cv_host in
   2364 *-*-*) ;;
   2365 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   2366 esac
   2367 host=$ac_cv_host
   2368 ac_save_IFS=$IFS; IFS='-'
   2369 set x $ac_cv_host
   2370 shift
   2371 host_cpu=$1
   2372 host_vendor=$2
   2373 shift; shift
   2374 # Remember, the first character of IFS is used to create $*,
   2375 # except with old shells:
   2376 host_os=$*
   2377 IFS=$ac_save_IFS
   2378 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
   2379 
   2380 
   2381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
   2382 $as_echo_n "checking target system type... " >&6; }
   2383 if ${ac_cv_target+:} false; then :
   2384   $as_echo_n "(cached) " >&6
   2385 else
   2386   if test "x$target_alias" = x; then
   2387   ac_cv_target=$ac_cv_host
   2388 else
   2389   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
   2390     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
   2391 fi
   2392 
   2393 fi
   2394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
   2395 $as_echo "$ac_cv_target" >&6; }
   2396 case $ac_cv_target in
   2397 *-*-*) ;;
   2398 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
   2399 esac
   2400 target=$ac_cv_target
   2401 ac_save_IFS=$IFS; IFS='-'
   2402 set x $ac_cv_target
   2403 shift
   2404 target_cpu=$1
   2405 target_vendor=$2
   2406 shift; shift
   2407 # Remember, the first character of IFS is used to create $*,
   2408 # except with old shells:
   2409 target_os=$*
   2410 IFS=$ac_save_IFS
   2411 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
   2412 
   2413 
   2414 # The aliases save the names the user supplied, while $host etc.
   2415 # will get canonicalized.
   2416 test -n "$target_alias" &&
   2417   test "$program_prefix$program_suffix$program_transform_name" = \
   2418     NONENONEs,x,x, &&
   2419   program_prefix=${target_alias}-
   2420 
   2421 # Expand $ac_aux_dir to an absolute path.
   2422 am_aux_dir=`cd "$ac_aux_dir" && pwd`
   2423 
   2424 ac_ext=c
   2425 ac_cpp='$CPP $CPPFLAGS'
   2426 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2427 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2428 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2429 if test -n "$ac_tool_prefix"; then
   2430   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   2431 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   2432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2433 $as_echo_n "checking for $ac_word... " >&6; }
   2434 if ${ac_cv_prog_CC+:} false; then :
   2435   $as_echo_n "(cached) " >&6
   2436 else
   2437   if test -n "$CC"; then
   2438   ac_cv_prog_CC="$CC" # Let the user override the test.
   2439 else
   2440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2441 for as_dir in $PATH
   2442 do
   2443   IFS=$as_save_IFS
   2444   test -z "$as_dir" && as_dir=.
   2445     for ac_exec_ext in '' $ac_executable_extensions; do
   2446   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2447     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   2448     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2449     break 2
   2450   fi
   2451 done
   2452   done
   2453 IFS=$as_save_IFS
   2454 
   2455 fi
   2456 fi
   2457 CC=$ac_cv_prog_CC
   2458 if test -n "$CC"; then
   2459   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2460 $as_echo "$CC" >&6; }
   2461 else
   2462   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2463 $as_echo "no" >&6; }
   2464 fi
   2465 
   2466 
   2467 fi
   2468 if test -z "$ac_cv_prog_CC"; then
   2469   ac_ct_CC=$CC
   2470   # Extract the first word of "gcc", so it can be a program name with args.
   2471 set dummy gcc; ac_word=$2
   2472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2473 $as_echo_n "checking for $ac_word... " >&6; }
   2474 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   2475   $as_echo_n "(cached) " >&6
   2476 else
   2477   if test -n "$ac_ct_CC"; then
   2478   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2479 else
   2480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2481 for as_dir in $PATH
   2482 do
   2483   IFS=$as_save_IFS
   2484   test -z "$as_dir" && as_dir=.
   2485     for ac_exec_ext in '' $ac_executable_extensions; do
   2486   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2487     ac_cv_prog_ac_ct_CC="gcc"
   2488     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2489     break 2
   2490   fi
   2491 done
   2492   done
   2493 IFS=$as_save_IFS
   2494 
   2495 fi
   2496 fi
   2497 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2498 if test -n "$ac_ct_CC"; then
   2499   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   2500 $as_echo "$ac_ct_CC" >&6; }
   2501 else
   2502   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2503 $as_echo "no" >&6; }
   2504 fi
   2505 
   2506   if test "x$ac_ct_CC" = x; then
   2507     CC=""
   2508   else
   2509     case $cross_compiling:$ac_tool_warned in
   2510 yes:)
   2511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2512 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2513 ac_tool_warned=yes ;;
   2514 esac
   2515     CC=$ac_ct_CC
   2516   fi
   2517 else
   2518   CC="$ac_cv_prog_CC"
   2519 fi
   2520 
   2521 if test -z "$CC"; then
   2522           if test -n "$ac_tool_prefix"; then
   2523     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   2524 set dummy ${ac_tool_prefix}cc; ac_word=$2
   2525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2526 $as_echo_n "checking for $ac_word... " >&6; }
   2527 if ${ac_cv_prog_CC+:} false; then :
   2528   $as_echo_n "(cached) " >&6
   2529 else
   2530   if test -n "$CC"; then
   2531   ac_cv_prog_CC="$CC" # Let the user override the test.
   2532 else
   2533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2534 for as_dir in $PATH
   2535 do
   2536   IFS=$as_save_IFS
   2537   test -z "$as_dir" && as_dir=.
   2538     for ac_exec_ext in '' $ac_executable_extensions; do
   2539   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2540     ac_cv_prog_CC="${ac_tool_prefix}cc"
   2541     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2542     break 2
   2543   fi
   2544 done
   2545   done
   2546 IFS=$as_save_IFS
   2547 
   2548 fi
   2549 fi
   2550 CC=$ac_cv_prog_CC
   2551 if test -n "$CC"; then
   2552   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2553 $as_echo "$CC" >&6; }
   2554 else
   2555   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2556 $as_echo "no" >&6; }
   2557 fi
   2558 
   2559 
   2560   fi
   2561 fi
   2562 if test -z "$CC"; then
   2563   # Extract the first word of "cc", so it can be a program name with args.
   2564 set dummy cc; ac_word=$2
   2565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2566 $as_echo_n "checking for $ac_word... " >&6; }
   2567 if ${ac_cv_prog_CC+:} false; then :
   2568   $as_echo_n "(cached) " >&6
   2569 else
   2570   if test -n "$CC"; then
   2571   ac_cv_prog_CC="$CC" # Let the user override the test.
   2572 else
   2573   ac_prog_rejected=no
   2574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2575 for as_dir in $PATH
   2576 do
   2577   IFS=$as_save_IFS
   2578   test -z "$as_dir" && as_dir=.
   2579     for ac_exec_ext in '' $ac_executable_extensions; do
   2580   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2581     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   2582        ac_prog_rejected=yes
   2583        continue
   2584      fi
   2585     ac_cv_prog_CC="cc"
   2586     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2587     break 2
   2588   fi
   2589 done
   2590   done
   2591 IFS=$as_save_IFS
   2592 
   2593 if test $ac_prog_rejected = yes; then
   2594   # We found a bogon in the path, so make sure we never use it.
   2595   set dummy $ac_cv_prog_CC
   2596   shift
   2597   if test $# != 0; then
   2598     # We chose a different compiler from the bogus one.
   2599     # However, it has the same basename, so the bogon will be chosen
   2600     # first if we set CC to just the basename; use the full file name.
   2601     shift
   2602     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   2603   fi
   2604 fi
   2605 fi
   2606 fi
   2607 CC=$ac_cv_prog_CC
   2608 if test -n "$CC"; then
   2609   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2610 $as_echo "$CC" >&6; }
   2611 else
   2612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2613 $as_echo "no" >&6; }
   2614 fi
   2615 
   2616 
   2617 fi
   2618 if test -z "$CC"; then
   2619   if test -n "$ac_tool_prefix"; then
   2620   for ac_prog in cl.exe
   2621   do
   2622     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   2623 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2625 $as_echo_n "checking for $ac_word... " >&6; }
   2626 if ${ac_cv_prog_CC+:} false; then :
   2627   $as_echo_n "(cached) " >&6
   2628 else
   2629   if test -n "$CC"; then
   2630   ac_cv_prog_CC="$CC" # Let the user override the test.
   2631 else
   2632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2633 for as_dir in $PATH
   2634 do
   2635   IFS=$as_save_IFS
   2636   test -z "$as_dir" && as_dir=.
   2637     for ac_exec_ext in '' $ac_executable_extensions; do
   2638   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2639     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   2640     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2641     break 2
   2642   fi
   2643 done
   2644   done
   2645 IFS=$as_save_IFS
   2646 
   2647 fi
   2648 fi
   2649 CC=$ac_cv_prog_CC
   2650 if test -n "$CC"; then
   2651   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2652 $as_echo "$CC" >&6; }
   2653 else
   2654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2655 $as_echo "no" >&6; }
   2656 fi
   2657 
   2658 
   2659     test -n "$CC" && break
   2660   done
   2661 fi
   2662 if test -z "$CC"; then
   2663   ac_ct_CC=$CC
   2664   for ac_prog in cl.exe
   2665 do
   2666   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2667 set dummy $ac_prog; ac_word=$2
   2668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2669 $as_echo_n "checking for $ac_word... " >&6; }
   2670 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   2671   $as_echo_n "(cached) " >&6
   2672 else
   2673   if test -n "$ac_ct_CC"; then
   2674   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2675 else
   2676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2677 for as_dir in $PATH
   2678 do
   2679   IFS=$as_save_IFS
   2680   test -z "$as_dir" && as_dir=.
   2681     for ac_exec_ext in '' $ac_executable_extensions; do
   2682   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2683     ac_cv_prog_ac_ct_CC="$ac_prog"
   2684     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2685     break 2
   2686   fi
   2687 done
   2688   done
   2689 IFS=$as_save_IFS
   2690 
   2691 fi
   2692 fi
   2693 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2694 if test -n "$ac_ct_CC"; then
   2695   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   2696 $as_echo "$ac_ct_CC" >&6; }
   2697 else
   2698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2699 $as_echo "no" >&6; }
   2700 fi
   2701 
   2702 
   2703   test -n "$ac_ct_CC" && break
   2704 done
   2705 
   2706   if test "x$ac_ct_CC" = x; then
   2707     CC=""
   2708   else
   2709     case $cross_compiling:$ac_tool_warned in
   2710 yes:)
   2711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2712 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2713 ac_tool_warned=yes ;;
   2714 esac
   2715     CC=$ac_ct_CC
   2716   fi
   2717 fi
   2718 
   2719 fi
   2720 
   2721 
   2722 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2723 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2724 as_fn_error $? "no acceptable C compiler found in \$PATH
   2725 See \`config.log' for more details" "$LINENO" 5; }
   2726 
   2727 # Provide some information about the compiler.
   2728 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   2729 set X $ac_compile
   2730 ac_compiler=$2
   2731 for ac_option in --version -v -V -qversion; do
   2732   { { ac_try="$ac_compiler $ac_option >&5"
   2733 case "(($ac_try" in
   2734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2735   *) ac_try_echo=$ac_try;;
   2736 esac
   2737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2738 $as_echo "$ac_try_echo"; } >&5
   2739   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   2740   ac_status=$?
   2741   if test -s conftest.err; then
   2742     sed '10a\
   2743 ... rest of stderr output deleted ...
   2744          10q' conftest.err >conftest.er1
   2745     cat conftest.er1 >&5
   2746   fi
   2747   rm -f conftest.er1 conftest.err
   2748   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2749   test $ac_status = 0; }
   2750 done
   2751 
   2752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2753 /* end confdefs.h.  */
   2754 
   2755 int
   2756 main ()
   2757 {
   2758 
   2759   ;
   2760   return 0;
   2761 }
   2762 _ACEOF
   2763 ac_clean_files_save=$ac_clean_files
   2764 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
   2765 # Try to create an executable without -o first, disregard a.out.
   2766 # It will help us diagnose broken compilers, and finding out an intuition
   2767 # of exeext.
   2768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
   2769 $as_echo_n "checking whether the C compiler works... " >&6; }
   2770 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   2771 
   2772 # The possible output files:
   2773 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
   2774 
   2775 ac_rmfiles=
   2776 for ac_file in $ac_files
   2777 do
   2778   case $ac_file in
   2779     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   2780     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   2781   esac
   2782 done
   2783 rm -f $ac_rmfiles
   2784 
   2785 if { { ac_try="$ac_link_default"
   2786 case "(($ac_try" in
   2787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2788   *) ac_try_echo=$ac_try;;
   2789 esac
   2790 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2791 $as_echo "$ac_try_echo"; } >&5
   2792   (eval "$ac_link_default") 2>&5
   2793   ac_status=$?
   2794   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2795   test $ac_status = 0; }; then :
   2796   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   2797 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   2798 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   2799 # so that the user can short-circuit this test for compilers unknown to
   2800 # Autoconf.
   2801 for ac_file in $ac_files ''
   2802 do
   2803   test -f "$ac_file" || continue
   2804   case $ac_file in
   2805     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
   2806 	;;
   2807     [ab].out )
   2808 	# We found the default executable, but exeext='' is most
   2809 	# certainly right.
   2810 	break;;
   2811     *.* )
   2812 	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   2813 	then :; else
   2814 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2815 	fi
   2816 	# We set ac_cv_exeext here because the later test for it is not
   2817 	# safe: cross compilers may not add the suffix if given an `-o'
   2818 	# argument, so we may need to know it at that point already.
   2819 	# Even if this section looks crufty: it has the advantage of
   2820 	# actually working.
   2821 	break;;
   2822     * )
   2823 	break;;
   2824   esac
   2825 done
   2826 test "$ac_cv_exeext" = no && ac_cv_exeext=
   2827 
   2828 else
   2829   ac_file=''
   2830 fi
   2831 if test -z "$ac_file"; then :
   2832   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2833 $as_echo "no" >&6; }
   2834 $as_echo "$as_me: failed program was:" >&5
   2835 sed 's/^/| /' conftest.$ac_ext >&5
   2836 
   2837 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2838 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2839 as_fn_error 77 "C compiler cannot create executables
   2840 See \`config.log' for more details" "$LINENO" 5; }
   2841 else
   2842   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2843 $as_echo "yes" >&6; }
   2844 fi
   2845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
   2846 $as_echo_n "checking for C compiler default output file name... " >&6; }
   2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   2848 $as_echo "$ac_file" >&6; }
   2849 ac_exeext=$ac_cv_exeext
   2850 
   2851 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
   2852 ac_clean_files=$ac_clean_files_save
   2853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
   2854 $as_echo_n "checking for suffix of executables... " >&6; }
   2855 if { { ac_try="$ac_link"
   2856 case "(($ac_try" in
   2857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2858   *) ac_try_echo=$ac_try;;
   2859 esac
   2860 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2861 $as_echo "$ac_try_echo"; } >&5
   2862   (eval "$ac_link") 2>&5
   2863   ac_status=$?
   2864   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2865   test $ac_status = 0; }; then :
   2866   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   2867 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   2868 # work properly (i.e., refer to `conftest.exe'), while it won't with
   2869 # `rm'.
   2870 for ac_file in conftest.exe conftest conftest.*; do
   2871   test -f "$ac_file" || continue
   2872   case $ac_file in
   2873     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   2874     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2875 	  break;;
   2876     * ) break;;
   2877   esac
   2878 done
   2879 else
   2880   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2881 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2882 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   2883 See \`config.log' for more details" "$LINENO" 5; }
   2884 fi
   2885 rm -f conftest conftest$ac_cv_exeext
   2886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   2887 $as_echo "$ac_cv_exeext" >&6; }
   2888 
   2889 rm -f conftest.$ac_ext
   2890 EXEEXT=$ac_cv_exeext
   2891 ac_exeext=$EXEEXT
   2892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2893 /* end confdefs.h.  */
   2894 #include <stdio.h>
   2895 int
   2896 main ()
   2897 {
   2898 FILE *f = fopen ("conftest.out", "w");
   2899  return ferror (f) || fclose (f) != 0;
   2900 
   2901   ;
   2902   return 0;
   2903 }
   2904 _ACEOF
   2905 ac_clean_files="$ac_clean_files conftest.out"
   2906 # Check that the compiler produces executables we can run.  If not, either
   2907 # the compiler is broken, or we cross compile.
   2908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   2909 $as_echo_n "checking whether we are cross compiling... " >&6; }
   2910 if test "$cross_compiling" != yes; then
   2911   { { ac_try="$ac_link"
   2912 case "(($ac_try" in
   2913   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2914   *) ac_try_echo=$ac_try;;
   2915 esac
   2916 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2917 $as_echo "$ac_try_echo"; } >&5
   2918   (eval "$ac_link") 2>&5
   2919   ac_status=$?
   2920   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2921   test $ac_status = 0; }
   2922   if { ac_try='./conftest$ac_cv_exeext'
   2923   { { case "(($ac_try" in
   2924   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2925   *) ac_try_echo=$ac_try;;
   2926 esac
   2927 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2928 $as_echo "$ac_try_echo"; } >&5
   2929   (eval "$ac_try") 2>&5
   2930   ac_status=$?
   2931   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2932   test $ac_status = 0; }; }; then
   2933     cross_compiling=no
   2934   else
   2935     if test "$cross_compiling" = maybe; then
   2936 	cross_compiling=yes
   2937     else
   2938 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2939 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2940 as_fn_error $? "cannot run C compiled programs.
   2941 If you meant to cross compile, use \`--host'.
   2942 See \`config.log' for more details" "$LINENO" 5; }
   2943     fi
   2944   fi
   2945 fi
   2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   2947 $as_echo "$cross_compiling" >&6; }
   2948 
   2949 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
   2950 ac_clean_files=$ac_clean_files_save
   2951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   2952 $as_echo_n "checking for suffix of object files... " >&6; }
   2953 if ${ac_cv_objext+:} false; then :
   2954   $as_echo_n "(cached) " >&6
   2955 else
   2956   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2957 /* end confdefs.h.  */
   2958 
   2959 int
   2960 main ()
   2961 {
   2962 
   2963   ;
   2964   return 0;
   2965 }
   2966 _ACEOF
   2967 rm -f conftest.o conftest.obj
   2968 if { { ac_try="$ac_compile"
   2969 case "(($ac_try" in
   2970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2971   *) ac_try_echo=$ac_try;;
   2972 esac
   2973 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2974 $as_echo "$ac_try_echo"; } >&5
   2975   (eval "$ac_compile") 2>&5
   2976   ac_status=$?
   2977   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2978   test $ac_status = 0; }; then :
   2979   for ac_file in conftest.o conftest.obj conftest.*; do
   2980   test -f "$ac_file" || continue;
   2981   case $ac_file in
   2982     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
   2983     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   2984        break;;
   2985   esac
   2986 done
   2987 else
   2988   $as_echo "$as_me: failed program was:" >&5
   2989 sed 's/^/| /' conftest.$ac_ext >&5
   2990 
   2991 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2992 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2993 as_fn_error $? "cannot compute suffix of object files: cannot compile
   2994 See \`config.log' for more details" "$LINENO" 5; }
   2995 fi
   2996 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   2997 fi
   2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
   2999 $as_echo "$ac_cv_objext" >&6; }
   3000 OBJEXT=$ac_cv_objext
   3001 ac_objext=$OBJEXT
   3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   3003 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   3004 if ${ac_cv_c_compiler_gnu+:} false; then :
   3005   $as_echo_n "(cached) " >&6
   3006 else
   3007   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3008 /* end confdefs.h.  */
   3009 
   3010 int
   3011 main ()
   3012 {
   3013 #ifndef __GNUC__
   3014        choke me
   3015 #endif
   3016 
   3017   ;
   3018   return 0;
   3019 }
   3020 _ACEOF
   3021 if ac_fn_c_try_compile "$LINENO"; then :
   3022   ac_compiler_gnu=yes
   3023 else
   3024   ac_compiler_gnu=no
   3025 fi
   3026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3027 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   3028 
   3029 fi
   3030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   3031 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   3032 if test $ac_compiler_gnu = yes; then
   3033   GCC=yes
   3034 else
   3035   GCC=
   3036 fi
   3037 ac_test_CFLAGS=${CFLAGS+set}
   3038 ac_save_CFLAGS=$CFLAGS
   3039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   3040 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   3041 if ${ac_cv_prog_cc_g+:} false; then :
   3042   $as_echo_n "(cached) " >&6
   3043 else
   3044   ac_save_c_werror_flag=$ac_c_werror_flag
   3045    ac_c_werror_flag=yes
   3046    ac_cv_prog_cc_g=no
   3047    CFLAGS="-g"
   3048    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3049 /* end confdefs.h.  */
   3050 
   3051 int
   3052 main ()
   3053 {
   3054 
   3055   ;
   3056   return 0;
   3057 }
   3058 _ACEOF
   3059 if ac_fn_c_try_compile "$LINENO"; then :
   3060   ac_cv_prog_cc_g=yes
   3061 else
   3062   CFLAGS=""
   3063       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3064 /* end confdefs.h.  */
   3065 
   3066 int
   3067 main ()
   3068 {
   3069 
   3070   ;
   3071   return 0;
   3072 }
   3073 _ACEOF
   3074 if ac_fn_c_try_compile "$LINENO"; then :
   3075 
   3076 else
   3077   ac_c_werror_flag=$ac_save_c_werror_flag
   3078 	 CFLAGS="-g"
   3079 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3080 /* end confdefs.h.  */
   3081 
   3082 int
   3083 main ()
   3084 {
   3085 
   3086   ;
   3087   return 0;
   3088 }
   3089 _ACEOF
   3090 if ac_fn_c_try_compile "$LINENO"; then :
   3091   ac_cv_prog_cc_g=yes
   3092 fi
   3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3094 fi
   3095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3096 fi
   3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3098    ac_c_werror_flag=$ac_save_c_werror_flag
   3099 fi
   3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   3101 $as_echo "$ac_cv_prog_cc_g" >&6; }
   3102 if test "$ac_test_CFLAGS" = set; then
   3103   CFLAGS=$ac_save_CFLAGS
   3104 elif test $ac_cv_prog_cc_g = yes; then
   3105   if test "$GCC" = yes; then
   3106     CFLAGS="-g -O2"
   3107   else
   3108     CFLAGS="-g"
   3109   fi
   3110 else
   3111   if test "$GCC" = yes; then
   3112     CFLAGS="-O2"
   3113   else
   3114     CFLAGS=
   3115   fi
   3116 fi
   3117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   3118 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   3119 if ${ac_cv_prog_cc_c89+:} false; then :
   3120   $as_echo_n "(cached) " >&6
   3121 else
   3122   ac_cv_prog_cc_c89=no
   3123 ac_save_CC=$CC
   3124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3125 /* end confdefs.h.  */
   3126 #include <stdarg.h>
   3127 #include <stdio.h>
   3128 struct stat;
   3129 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   3130 struct buf { int x; };
   3131 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   3132 static char *e (p, i)
   3133      char **p;
   3134      int i;
   3135 {
   3136   return p[i];
   3137 }
   3138 static char *f (char * (*g) (char **, int), char **p, ...)
   3139 {
   3140   char *s;
   3141   va_list v;
   3142   va_start (v,p);
   3143   s = g (p, va_arg (v,int));
   3144   va_end (v);
   3145   return s;
   3146 }
   3147 
   3148 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   3149    function prototypes and stuff, but not '\xHH' hex character constants.
   3150    These don't provoke an error unfortunately, instead are silently treated
   3151    as 'x'.  The following induces an error, until -std is added to get
   3152    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   3153    array size at least.  It's necessary to write '\x00'==0 to get something
   3154    that's true only with -std.  */
   3155 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   3156 
   3157 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   3158    inside strings and character constants.  */
   3159 #define FOO(x) 'x'
   3160 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   3161 
   3162 int test (int i, double x);
   3163 struct s1 {int (*f) (int a);};
   3164 struct s2 {int (*f) (double a);};
   3165 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   3166 int argc;
   3167 char **argv;
   3168 int
   3169 main ()
   3170 {
   3171 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   3172   ;
   3173   return 0;
   3174 }
   3175 _ACEOF
   3176 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   3177 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   3178 do
   3179   CC="$ac_save_CC $ac_arg"
   3180   if ac_fn_c_try_compile "$LINENO"; then :
   3181   ac_cv_prog_cc_c89=$ac_arg
   3182 fi
   3183 rm -f core conftest.err conftest.$ac_objext
   3184   test "x$ac_cv_prog_cc_c89" != "xno" && break
   3185 done
   3186 rm -f conftest.$ac_ext
   3187 CC=$ac_save_CC
   3188 
   3189 fi
   3190 # AC_CACHE_VAL
   3191 case "x$ac_cv_prog_cc_c89" in
   3192   x)
   3193     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   3194 $as_echo "none needed" >&6; } ;;
   3195   xno)
   3196     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   3197 $as_echo "unsupported" >&6; } ;;
   3198   *)
   3199     CC="$CC $ac_cv_prog_cc_c89"
   3200     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   3201 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   3202 esac
   3203 if test "x$ac_cv_prog_cc_c89" != xno; then :
   3204 
   3205 fi
   3206 
   3207 ac_ext=c
   3208 ac_cpp='$CPP $CPPFLAGS'
   3209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3212 
   3213 ac_ext=c
   3214 ac_cpp='$CPP $CPPFLAGS'
   3215 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3216 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3217 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
   3219 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
   3220 if ${am_cv_prog_cc_c_o+:} false; then :
   3221   $as_echo_n "(cached) " >&6
   3222 else
   3223   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3224 /* end confdefs.h.  */
   3225 
   3226 int
   3227 main ()
   3228 {
   3229 
   3230   ;
   3231   return 0;
   3232 }
   3233 _ACEOF
   3234   # Make sure it works both with $CC and with simple cc.
   3235   # Following AC_PROG_CC_C_O, we do the test twice because some
   3236   # compilers refuse to overwrite an existing .o file with -o,
   3237   # though they will create one.
   3238   am_cv_prog_cc_c_o=yes
   3239   for am_i in 1 2; do
   3240     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
   3241    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
   3242    ac_status=$?
   3243    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3244    (exit $ac_status); } \
   3245          && test -f conftest2.$ac_objext; then
   3246       : OK
   3247     else
   3248       am_cv_prog_cc_c_o=no
   3249       break
   3250     fi
   3251   done
   3252   rm -f core conftest*
   3253   unset am_i
   3254 fi
   3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
   3256 $as_echo "$am_cv_prog_cc_c_o" >&6; }
   3257 if test "$am_cv_prog_cc_c_o" != yes; then
   3258    # Losing compiler, so override with the script.
   3259    # FIXME: It is wrong to rewrite CC.
   3260    # But if we don't then we get into trouble of one sort or another.
   3261    # A longer-term fix would be to have automake use am__CC in this case,
   3262    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   3263    CC="$am_aux_dir/compile $CC"
   3264 fi
   3265 ac_ext=c
   3266 ac_cpp='$CPP $CPPFLAGS'
   3267 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3268 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3269 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3270 
   3271 
   3272 
   3273 ac_ext=c
   3274 ac_cpp='$CPP $CPPFLAGS'
   3275 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3276 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3277 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
   3279 $as_echo_n "checking how to run the C preprocessor... " >&6; }
   3280 # On Suns, sometimes $CPP names a directory.
   3281 if test -n "$CPP" && test -d "$CPP"; then
   3282   CPP=
   3283 fi
   3284 if test -z "$CPP"; then
   3285   if ${ac_cv_prog_CPP+:} false; then :
   3286   $as_echo_n "(cached) " >&6
   3287 else
   3288       # Double quotes because CPP needs to be expanded
   3289     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   3290     do
   3291       ac_preproc_ok=false
   3292 for ac_c_preproc_warn_flag in '' yes
   3293 do
   3294   # Use a header file that comes with gcc, so configuring glibc
   3295   # with a fresh cross-compiler works.
   3296   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   3297   # <limits.h> exists even on freestanding compilers.
   3298   # On the NeXT, cc -E runs the code through the compiler's parser,
   3299   # not just through cpp. "Syntax error" is here to catch this case.
   3300   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3301 /* end confdefs.h.  */
   3302 #ifdef __STDC__
   3303 # include <limits.h>
   3304 #else
   3305 # include <assert.h>
   3306 #endif
   3307 		     Syntax error
   3308 _ACEOF
   3309 if ac_fn_c_try_cpp "$LINENO"; then :
   3310 
   3311 else
   3312   # Broken: fails on valid input.
   3313 continue
   3314 fi
   3315 rm -f conftest.err conftest.i conftest.$ac_ext
   3316 
   3317   # OK, works on sane cases.  Now check whether nonexistent headers
   3318   # can be detected and how.
   3319   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3320 /* end confdefs.h.  */
   3321 #include <ac_nonexistent.h>
   3322 _ACEOF
   3323 if ac_fn_c_try_cpp "$LINENO"; then :
   3324   # Broken: success on invalid input.
   3325 continue
   3326 else
   3327   # Passes both tests.
   3328 ac_preproc_ok=:
   3329 break
   3330 fi
   3331 rm -f conftest.err conftest.i conftest.$ac_ext
   3332 
   3333 done
   3334 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   3335 rm -f conftest.i conftest.err conftest.$ac_ext
   3336 if $ac_preproc_ok; then :
   3337   break
   3338 fi
   3339 
   3340     done
   3341     ac_cv_prog_CPP=$CPP
   3342 
   3343 fi
   3344   CPP=$ac_cv_prog_CPP
   3345 else
   3346   ac_cv_prog_CPP=$CPP
   3347 fi
   3348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
   3349 $as_echo "$CPP" >&6; }
   3350 ac_preproc_ok=false
   3351 for ac_c_preproc_warn_flag in '' yes
   3352 do
   3353   # Use a header file that comes with gcc, so configuring glibc
   3354   # with a fresh cross-compiler works.
   3355   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   3356   # <limits.h> exists even on freestanding compilers.
   3357   # On the NeXT, cc -E runs the code through the compiler's parser,
   3358   # not just through cpp. "Syntax error" is here to catch this case.
   3359   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3360 /* end confdefs.h.  */
   3361 #ifdef __STDC__
   3362 # include <limits.h>
   3363 #else
   3364 # include <assert.h>
   3365 #endif
   3366 		     Syntax error
   3367 _ACEOF
   3368 if ac_fn_c_try_cpp "$LINENO"; then :
   3369 
   3370 else
   3371   # Broken: fails on valid input.
   3372 continue
   3373 fi
   3374 rm -f conftest.err conftest.i conftest.$ac_ext
   3375 
   3376   # OK, works on sane cases.  Now check whether nonexistent headers
   3377   # can be detected and how.
   3378   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3379 /* end confdefs.h.  */
   3380 #include <ac_nonexistent.h>
   3381 _ACEOF
   3382 if ac_fn_c_try_cpp "$LINENO"; then :
   3383   # Broken: success on invalid input.
   3384 continue
   3385 else
   3386   # Passes both tests.
   3387 ac_preproc_ok=:
   3388 break
   3389 fi
   3390 rm -f conftest.err conftest.i conftest.$ac_ext
   3391 
   3392 done
   3393 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   3394 rm -f conftest.i conftest.err conftest.$ac_ext
   3395 if $ac_preproc_ok; then :
   3396 
   3397 else
   3398   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3399 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3400 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
   3401 See \`config.log' for more details" "$LINENO" 5; }
   3402 fi
   3403 
   3404 ac_ext=c
   3405 ac_cpp='$CPP $CPPFLAGS'
   3406 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3407 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3408 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3409 
   3410 
   3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
   3412 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
   3413 if ${ac_cv_path_GREP+:} false; then :
   3414   $as_echo_n "(cached) " >&6
   3415 else
   3416   if test -z "$GREP"; then
   3417   ac_path_GREP_found=false
   3418   # Loop through the user's path and test for each of PROGNAME-LIST
   3419   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3420 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   3421 do
   3422   IFS=$as_save_IFS
   3423   test -z "$as_dir" && as_dir=.
   3424     for ac_prog in grep ggrep; do
   3425     for ac_exec_ext in '' $ac_executable_extensions; do
   3426       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
   3427       as_fn_executable_p "$ac_path_GREP" || continue
   3428 # Check for GNU ac_path_GREP and select it if it is found.
   3429   # Check for GNU $ac_path_GREP
   3430 case `"$ac_path_GREP" --version 2>&1` in
   3431 *GNU*)
   3432   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
   3433 *)
   3434   ac_count=0
   3435   $as_echo_n 0123456789 >"conftest.in"
   3436   while :
   3437   do
   3438     cat "conftest.in" "conftest.in" >"conftest.tmp"
   3439     mv "conftest.tmp" "conftest.in"
   3440     cp "conftest.in" "conftest.nl"
   3441     $as_echo 'GREP' >> "conftest.nl"
   3442     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   3443     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   3444     as_fn_arith $ac_count + 1 && ac_count=$as_val
   3445     if test $ac_count -gt ${ac_path_GREP_max-0}; then
   3446       # Best one so far, save it but keep looking for a better one
   3447       ac_cv_path_GREP="$ac_path_GREP"
   3448       ac_path_GREP_max=$ac_count
   3449     fi
   3450     # 10*(2^10) chars as input seems more than enough
   3451     test $ac_count -gt 10 && break
   3452   done
   3453   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   3454 esac
   3455 
   3456       $ac_path_GREP_found && break 3
   3457     done
   3458   done
   3459   done
   3460 IFS=$as_save_IFS
   3461   if test -z "$ac_cv_path_GREP"; then
   3462     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   3463   fi
   3464 else
   3465   ac_cv_path_GREP=$GREP
   3466 fi
   3467 
   3468 fi
   3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
   3470 $as_echo "$ac_cv_path_GREP" >&6; }
   3471  GREP="$ac_cv_path_GREP"
   3472 
   3473 
   3474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
   3475 $as_echo_n "checking for egrep... " >&6; }
   3476 if ${ac_cv_path_EGREP+:} false; then :
   3477   $as_echo_n "(cached) " >&6
   3478 else
   3479   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   3480    then ac_cv_path_EGREP="$GREP -E"
   3481    else
   3482      if test -z "$EGREP"; then
   3483   ac_path_EGREP_found=false
   3484   # Loop through the user's path and test for each of PROGNAME-LIST
   3485   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3486 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   3487 do
   3488   IFS=$as_save_IFS
   3489   test -z "$as_dir" && as_dir=.
   3490     for ac_prog in egrep; do
   3491     for ac_exec_ext in '' $ac_executable_extensions; do
   3492       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
   3493       as_fn_executable_p "$ac_path_EGREP" || continue
   3494 # Check for GNU ac_path_EGREP and select it if it is found.
   3495   # Check for GNU $ac_path_EGREP
   3496 case `"$ac_path_EGREP" --version 2>&1` in
   3497 *GNU*)
   3498   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
   3499 *)
   3500   ac_count=0
   3501   $as_echo_n 0123456789 >"conftest.in"
   3502   while :
   3503   do
   3504     cat "conftest.in" "conftest.in" >"conftest.tmp"
   3505     mv "conftest.tmp" "conftest.in"
   3506     cp "conftest.in" "conftest.nl"
   3507     $as_echo 'EGREP' >> "conftest.nl"
   3508     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   3509     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   3510     as_fn_arith $ac_count + 1 && ac_count=$as_val
   3511     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
   3512       # Best one so far, save it but keep looking for a better one
   3513       ac_cv_path_EGREP="$ac_path_EGREP"
   3514       ac_path_EGREP_max=$ac_count
   3515     fi
   3516     # 10*(2^10) chars as input seems more than enough
   3517     test $ac_count -gt 10 && break
   3518   done
   3519   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   3520 esac
   3521 
   3522       $ac_path_EGREP_found && break 3
   3523     done
   3524   done
   3525   done
   3526 IFS=$as_save_IFS
   3527   if test -z "$ac_cv_path_EGREP"; then
   3528     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   3529   fi
   3530 else
   3531   ac_cv_path_EGREP=$EGREP
   3532 fi
   3533 
   3534    fi
   3535 fi
   3536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
   3537 $as_echo "$ac_cv_path_EGREP" >&6; }
   3538  EGREP="$ac_cv_path_EGREP"
   3539 
   3540 
   3541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
   3542 $as_echo_n "checking for ANSI C header files... " >&6; }
   3543 if ${ac_cv_header_stdc+:} false; then :
   3544   $as_echo_n "(cached) " >&6
   3545 else
   3546   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3547 /* end confdefs.h.  */
   3548 #include <stdlib.h>
   3549 #include <stdarg.h>
   3550 #include <string.h>
   3551 #include <float.h>
   3552 
   3553 int
   3554 main ()
   3555 {
   3556 
   3557   ;
   3558   return 0;
   3559 }
   3560 _ACEOF
   3561 if ac_fn_c_try_compile "$LINENO"; then :
   3562   ac_cv_header_stdc=yes
   3563 else
   3564   ac_cv_header_stdc=no
   3565 fi
   3566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3567 
   3568 if test $ac_cv_header_stdc = yes; then
   3569   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   3570   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3571 /* end confdefs.h.  */
   3572 #include <string.h>
   3573 
   3574 _ACEOF
   3575 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   3576   $EGREP "memchr" >/dev/null 2>&1; then :
   3577 
   3578 else
   3579   ac_cv_header_stdc=no
   3580 fi
   3581 rm -f conftest*
   3582 
   3583 fi
   3584 
   3585 if test $ac_cv_header_stdc = yes; then
   3586   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   3587   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3588 /* end confdefs.h.  */
   3589 #include <stdlib.h>
   3590 
   3591 _ACEOF
   3592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   3593   $EGREP "free" >/dev/null 2>&1; then :
   3594 
   3595 else
   3596   ac_cv_header_stdc=no
   3597 fi
   3598 rm -f conftest*
   3599 
   3600 fi
   3601 
   3602 if test $ac_cv_header_stdc = yes; then
   3603   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
   3604   if test "$cross_compiling" = yes; then :
   3605   :
   3606 else
   3607   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3608 /* end confdefs.h.  */
   3609 #include <ctype.h>
   3610 #include <stdlib.h>
   3611 #if ((' ' & 0x0FF) == 0x020)
   3612 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
   3613 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
   3614 #else
   3615 # define ISLOWER(c) \
   3616 		   (('a' <= (c) && (c) <= 'i') \
   3617 		     || ('j' <= (c) && (c) <= 'r') \
   3618 		     || ('s' <= (c) && (c) <= 'z'))
   3619 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   3620 #endif
   3621 
   3622 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
   3623 int
   3624 main ()
   3625 {
   3626   int i;
   3627   for (i = 0; i < 256; i++)
   3628     if (XOR (islower (i), ISLOWER (i))
   3629 	|| toupper (i) != TOUPPER (i))
   3630       return 2;
   3631   return 0;
   3632 }
   3633 _ACEOF
   3634 if ac_fn_c_try_run "$LINENO"; then :
   3635 
   3636 else
   3637   ac_cv_header_stdc=no
   3638 fi
   3639 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   3640   conftest.$ac_objext conftest.beam conftest.$ac_ext
   3641 fi
   3642 
   3643 fi
   3644 fi
   3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
   3646 $as_echo "$ac_cv_header_stdc" >&6; }
   3647 if test $ac_cv_header_stdc = yes; then
   3648 
   3649 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
   3650 
   3651 fi
   3652 
   3653 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
   3654 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
   3655 		  inttypes.h stdint.h unistd.h
   3656 do :
   3657   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   3658 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   3659 "
   3660 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   3661   cat >>confdefs.h <<_ACEOF
   3662 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   3663 _ACEOF
   3664 
   3665 fi
   3666 
   3667 done
   3668 
   3669 
   3670 
   3671   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
   3672 if test "x$ac_cv_header_minix_config_h" = xyes; then :
   3673   MINIX=yes
   3674 else
   3675   MINIX=
   3676 fi
   3677 
   3678 
   3679   if test "$MINIX" = yes; then
   3680 
   3681 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
   3682 
   3683 
   3684 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
   3685 
   3686 
   3687 $as_echo "#define _MINIX 1" >>confdefs.h
   3688 
   3689   fi
   3690 
   3691 
   3692   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
   3693 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
   3694 if ${ac_cv_safe_to_define___extensions__+:} false; then :
   3695   $as_echo_n "(cached) " >&6
   3696 else
   3697   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3698 /* end confdefs.h.  */
   3699 
   3700 #         define __EXTENSIONS__ 1
   3701           $ac_includes_default
   3702 int
   3703 main ()
   3704 {
   3705 
   3706   ;
   3707   return 0;
   3708 }
   3709 _ACEOF
   3710 if ac_fn_c_try_compile "$LINENO"; then :
   3711   ac_cv_safe_to_define___extensions__=yes
   3712 else
   3713   ac_cv_safe_to_define___extensions__=no
   3714 fi
   3715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3716 fi
   3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
   3718 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
   3719   test $ac_cv_safe_to_define___extensions__ = yes &&
   3720     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
   3721 
   3722   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
   3723 
   3724   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
   3725 
   3726   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
   3727 
   3728   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
   3729 
   3730 
   3731 am__api_version='1.15'
   3732 
   3733 # Find a good install program.  We prefer a C program (faster),
   3734 # so one script is as good as another.  But avoid the broken or
   3735 # incompatible versions:
   3736 # SysV /etc/install, /usr/sbin/install
   3737 # SunOS /usr/etc/install
   3738 # IRIX /sbin/install
   3739 # AIX /bin/install
   3740 # AmigaOS /C/install, which installs bootblocks on floppy discs
   3741 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   3742 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   3743 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   3744 # OS/2's system install, which has a completely different semantic
   3745 # ./install, which can be erroneously created by make from ./install.sh.
   3746 # Reject install programs that cannot install multiple files.
   3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   3748 $as_echo_n "checking for a BSD-compatible install... " >&6; }
   3749 if test -z "$INSTALL"; then
   3750 if ${ac_cv_path_install+:} false; then :
   3751   $as_echo_n "(cached) " >&6
   3752 else
   3753   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3754 for as_dir in $PATH
   3755 do
   3756   IFS=$as_save_IFS
   3757   test -z "$as_dir" && as_dir=.
   3758     # Account for people who put trailing slashes in PATH elements.
   3759 case $as_dir/ in #((
   3760   ./ | .// | /[cC]/* | \
   3761   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   3762   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
   3763   /usr/ucb/* ) ;;
   3764   *)
   3765     # OSF1 and SCO ODT 3.0 have their own names for install.
   3766     # Don't use installbsd from OSF since it installs stuff as root
   3767     # by default.
   3768     for ac_prog in ginstall scoinst install; do
   3769       for ac_exec_ext in '' $ac_executable_extensions; do
   3770 	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
   3771 	  if test $ac_prog = install &&
   3772 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   3773 	    # AIX install.  It has an incompatible calling convention.
   3774 	    :
   3775 	  elif test $ac_prog = install &&
   3776 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   3777 	    # program-specific install script used by HP pwplus--don't use.
   3778 	    :
   3779 	  else
   3780 	    rm -rf conftest.one conftest.two conftest.dir
   3781 	    echo one > conftest.one
   3782 	    echo two > conftest.two
   3783 	    mkdir conftest.dir
   3784 	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
   3785 	      test -s conftest.one && test -s conftest.two &&
   3786 	      test -s conftest.dir/conftest.one &&
   3787 	      test -s conftest.dir/conftest.two
   3788 	    then
   3789 	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   3790 	      break 3
   3791 	    fi
   3792 	  fi
   3793 	fi
   3794       done
   3795     done
   3796     ;;
   3797 esac
   3798 
   3799   done
   3800 IFS=$as_save_IFS
   3801 
   3802 rm -rf conftest.one conftest.two conftest.dir
   3803 
   3804 fi
   3805   if test "${ac_cv_path_install+set}" = set; then
   3806     INSTALL=$ac_cv_path_install
   3807   else
   3808     # As a last resort, use the slow shell script.  Don't cache a
   3809     # value for INSTALL within a source directory, because that will
   3810     # break other packages using the cache if that directory is
   3811     # removed, or if the value is a relative name.
   3812     INSTALL=$ac_install_sh
   3813   fi
   3814 fi
   3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
   3816 $as_echo "$INSTALL" >&6; }
   3817 
   3818 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   3819 # It thinks the first close brace ends the variable substitution.
   3820 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   3821 
   3822 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   3823 
   3824 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   3825 
   3826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
   3827 $as_echo_n "checking whether build environment is sane... " >&6; }
   3828 # Reject unsafe characters in $srcdir or the absolute working directory
   3829 # name.  Accept space and tab only in the latter.
   3830 am_lf='
   3831 '
   3832 case `pwd` in
   3833   *[\\\"\#\$\&\'\`$am_lf]*)
   3834     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
   3835 esac
   3836 case $srcdir in
   3837   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   3838     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
   3839 esac
   3840 
   3841 # Do 'set' in a subshell so we don't clobber the current shell's
   3842 # arguments.  Must try -L first in case configure is actually a
   3843 # symlink; some systems play weird games with the mod time of symlinks
   3844 # (eg FreeBSD returns the mod time of the symlink's containing
   3845 # directory).
   3846 if (
   3847    am_has_slept=no
   3848    for am_try in 1 2; do
   3849      echo "timestamp, slept: $am_has_slept" > conftest.file
   3850      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
   3851      if test "$*" = "X"; then
   3852 	# -L didn't work.
   3853 	set X `ls -t "$srcdir/configure" conftest.file`
   3854      fi
   3855      if test "$*" != "X $srcdir/configure conftest.file" \
   3856 	&& test "$*" != "X conftest.file $srcdir/configure"; then
   3857 
   3858 	# If neither matched, then we have a broken ls.  This can happen
   3859 	# if, for instance, CONFIG_SHELL is bash and it inherits a
   3860 	# broken ls alias from the environment.  This has actually
   3861 	# happened.  Such a system could not be considered "sane".
   3862 	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   3863   alias in your environment" "$LINENO" 5
   3864      fi
   3865      if test "$2" = conftest.file || test $am_try -eq 2; then
   3866        break
   3867      fi
   3868      # Just in case.
   3869      sleep 1
   3870      am_has_slept=yes
   3871    done
   3872    test "$2" = conftest.file
   3873    )
   3874 then
   3875    # Ok.
   3876    :
   3877 else
   3878    as_fn_error $? "newly created file is older than distributed files!
   3879 Check your system clock" "$LINENO" 5
   3880 fi
   3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3882 $as_echo "yes" >&6; }
   3883 # If we didn't sleep, we still need to ensure time stamps of config.status and
   3884 # generated files are strictly newer.
   3885 am_sleep_pid=
   3886 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
   3887   ( sleep 1 ) &
   3888   am_sleep_pid=$!
   3889 fi
   3890 
   3891 rm -f conftest.file
   3892 
   3893 test "$program_prefix" != NONE &&
   3894   program_transform_name="s&^&$program_prefix&;$program_transform_name"
   3895 # Use a double $ so make ignores it.
   3896 test "$program_suffix" != NONE &&
   3897   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
   3898 # Double any \ or $.
   3899 # By default was `s,x,x', remove it if useless.
   3900 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
   3901 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
   3902 
   3903 if test x"${MISSING+set}" != xset; then
   3904   case $am_aux_dir in
   3905   *\ * | *\	*)
   3906     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
   3907   *)
   3908     MISSING="\${SHELL} $am_aux_dir/missing" ;;
   3909   esac
   3910 fi
   3911 # Use eval to expand $SHELL
   3912 if eval "$MISSING --is-lightweight"; then
   3913   am_missing_run="$MISSING "
   3914 else
   3915   am_missing_run=
   3916   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
   3917 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
   3918 fi
   3919 
   3920 if test x"${install_sh+set}" != xset; then
   3921   case $am_aux_dir in
   3922   *\ * | *\	*)
   3923     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
   3924   *)
   3925     install_sh="\${SHELL} $am_aux_dir/install-sh"
   3926   esac
   3927 fi
   3928 
   3929 # Installed binaries are usually stripped using 'strip' when the user
   3930 # run "make install-strip".  However 'strip' might not be the right
   3931 # tool to use in cross-compilation environments, therefore Automake
   3932 # will honor the 'STRIP' environment variable to overrule this program.
   3933 if test "$cross_compiling" != no; then
   3934   if test -n "$ac_tool_prefix"; then
   3935   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   3936 set dummy ${ac_tool_prefix}strip; ac_word=$2
   3937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3938 $as_echo_n "checking for $ac_word... " >&6; }
   3939 if ${ac_cv_prog_STRIP+:} false; then :
   3940   $as_echo_n "(cached) " >&6
   3941 else
   3942   if test -n "$STRIP"; then
   3943   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   3944 else
   3945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3946 for as_dir in $PATH
   3947 do
   3948   IFS=$as_save_IFS
   3949   test -z "$as_dir" && as_dir=.
   3950     for ac_exec_ext in '' $ac_executable_extensions; do
   3951   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3952     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   3953     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3954     break 2
   3955   fi
   3956 done
   3957   done
   3958 IFS=$as_save_IFS
   3959 
   3960 fi
   3961 fi
   3962 STRIP=$ac_cv_prog_STRIP
   3963 if test -n "$STRIP"; then
   3964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   3965 $as_echo "$STRIP" >&6; }
   3966 else
   3967   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3968 $as_echo "no" >&6; }
   3969 fi
   3970 
   3971 
   3972 fi
   3973 if test -z "$ac_cv_prog_STRIP"; then
   3974   ac_ct_STRIP=$STRIP
   3975   # Extract the first word of "strip", so it can be a program name with args.
   3976 set dummy strip; ac_word=$2
   3977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3978 $as_echo_n "checking for $ac_word... " >&6; }
   3979 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   3980   $as_echo_n "(cached) " >&6
   3981 else
   3982   if test -n "$ac_ct_STRIP"; then
   3983   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   3984 else
   3985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3986 for as_dir in $PATH
   3987 do
   3988   IFS=$as_save_IFS
   3989   test -z "$as_dir" && as_dir=.
   3990     for ac_exec_ext in '' $ac_executable_extensions; do
   3991   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3992     ac_cv_prog_ac_ct_STRIP="strip"
   3993     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3994     break 2
   3995   fi
   3996 done
   3997   done
   3998 IFS=$as_save_IFS
   3999 
   4000 fi
   4001 fi
   4002 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   4003 if test -n "$ac_ct_STRIP"; then
   4004   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   4005 $as_echo "$ac_ct_STRIP" >&6; }
   4006 else
   4007   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4008 $as_echo "no" >&6; }
   4009 fi
   4010 
   4011   if test "x$ac_ct_STRIP" = x; then
   4012     STRIP=":"
   4013   else
   4014     case $cross_compiling:$ac_tool_warned in
   4015 yes:)
   4016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4017 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4018 ac_tool_warned=yes ;;
   4019 esac
   4020     STRIP=$ac_ct_STRIP
   4021   fi
   4022 else
   4023   STRIP="$ac_cv_prog_STRIP"
   4024 fi
   4025 
   4026 fi
   4027 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   4028 
   4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   4030 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   4031 if test -z "$MKDIR_P"; then
   4032   if ${ac_cv_path_mkdir+:} false; then :
   4033   $as_echo_n "(cached) " >&6
   4034 else
   4035   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4036 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
   4037 do
   4038   IFS=$as_save_IFS
   4039   test -z "$as_dir" && as_dir=.
   4040     for ac_prog in mkdir gmkdir; do
   4041 	 for ac_exec_ext in '' $ac_executable_extensions; do
   4042 	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
   4043 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
   4044 	     'mkdir (GNU coreutils) '* | \
   4045 	     'mkdir (coreutils) '* | \
   4046 	     'mkdir (fileutils) '4.1*)
   4047 	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
   4048 	       break 3;;
   4049 	   esac
   4050 	 done
   4051        done
   4052   done
   4053 IFS=$as_save_IFS
   4054 
   4055 fi
   4056 
   4057   test -d ./--version && rmdir ./--version
   4058   if test "${ac_cv_path_mkdir+set}" = set; then
   4059     MKDIR_P="$ac_cv_path_mkdir -p"
   4060   else
   4061     # As a last resort, use the slow shell script.  Don't cache a
   4062     # value for MKDIR_P within a source directory, because that will
   4063     # break other packages using the cache if that directory is
   4064     # removed, or if the value is a relative name.
   4065     MKDIR_P="$ac_install_sh -d"
   4066   fi
   4067 fi
   4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
   4069 $as_echo "$MKDIR_P" >&6; }
   4070 
   4071 for ac_prog in gawk mawk nawk awk
   4072 do
   4073   # Extract the first word of "$ac_prog", so it can be a program name with args.
   4074 set dummy $ac_prog; ac_word=$2
   4075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4076 $as_echo_n "checking for $ac_word... " >&6; }
   4077 if ${ac_cv_prog_AWK+:} false; then :
   4078   $as_echo_n "(cached) " >&6
   4079 else
   4080   if test -n "$AWK"; then
   4081   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   4082 else
   4083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4084 for as_dir in $PATH
   4085 do
   4086   IFS=$as_save_IFS
   4087   test -z "$as_dir" && as_dir=.
   4088     for ac_exec_ext in '' $ac_executable_extensions; do
   4089   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4090     ac_cv_prog_AWK="$ac_prog"
   4091     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4092     break 2
   4093   fi
   4094 done
   4095   done
   4096 IFS=$as_save_IFS
   4097 
   4098 fi
   4099 fi
   4100 AWK=$ac_cv_prog_AWK
   4101 if test -n "$AWK"; then
   4102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
   4103 $as_echo "$AWK" >&6; }
   4104 else
   4105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4106 $as_echo "no" >&6; }
   4107 fi
   4108 
   4109 
   4110   test -n "$AWK" && break
   4111 done
   4112 
   4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   4114 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   4115 set x ${MAKE-make}
   4116 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   4117 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   4118   $as_echo_n "(cached) " >&6
   4119 else
   4120   cat >conftest.make <<\_ACEOF
   4121 SHELL = /bin/sh
   4122 all:
   4123 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   4124 _ACEOF
   4125 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   4126 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   4127   *@@@%%%=?*=@@@%%%*)
   4128     eval ac_cv_prog_make_${ac_make}_set=yes;;
   4129   *)
   4130     eval ac_cv_prog_make_${ac_make}_set=no;;
   4131 esac
   4132 rm -f conftest.make
   4133 fi
   4134 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   4135   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4136 $as_echo "yes" >&6; }
   4137   SET_MAKE=
   4138 else
   4139   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4140 $as_echo "no" >&6; }
   4141   SET_MAKE="MAKE=${MAKE-make}"
   4142 fi
   4143 
   4144 rm -rf .tst 2>/dev/null
   4145 mkdir .tst 2>/dev/null
   4146 if test -d .tst; then
   4147   am__leading_dot=.
   4148 else
   4149   am__leading_dot=_
   4150 fi
   4151 rmdir .tst 2>/dev/null
   4152 
   4153 DEPDIR="${am__leading_dot}deps"
   4154 
   4155 ac_config_commands="$ac_config_commands depfiles"
   4156 
   4157 
   4158 am_make=${MAKE-make}
   4159 cat > confinc << 'END'
   4160 am__doit:
   4161 	@echo this is the am__doit target
   4162 .PHONY: am__doit
   4163 END
   4164 # If we don't find an include directive, just comment out the code.
   4165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
   4166 $as_echo_n "checking for style of include used by $am_make... " >&6; }
   4167 am__include="#"
   4168 am__quote=
   4169 _am_result=none
   4170 # First try GNU make style include.
   4171 echo "include confinc" > confmf
   4172 # Ignore all kinds of additional output from 'make'.
   4173 case `$am_make -s -f confmf 2> /dev/null` in #(
   4174 *the\ am__doit\ target*)
   4175   am__include=include
   4176   am__quote=
   4177   _am_result=GNU
   4178   ;;
   4179 esac
   4180 # Now try BSD make style include.
   4181 if test "$am__include" = "#"; then
   4182    echo '.include "confinc"' > confmf
   4183    case `$am_make -s -f confmf 2> /dev/null` in #(
   4184    *the\ am__doit\ target*)
   4185      am__include=.include
   4186      am__quote="\""
   4187      _am_result=BSD
   4188      ;;
   4189    esac
   4190 fi
   4191 
   4192 
   4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
   4194 $as_echo "$_am_result" >&6; }
   4195 rm -f confinc confmf
   4196 
   4197 # Check whether --enable-dependency-tracking was given.
   4198 if test "${enable_dependency_tracking+set}" = set; then :
   4199   enableval=$enable_dependency_tracking;
   4200 fi
   4201 
   4202 if test "x$enable_dependency_tracking" != xno; then
   4203   am_depcomp="$ac_aux_dir/depcomp"
   4204   AMDEPBACKSLASH='\'
   4205   am__nodep='_no'
   4206 fi
   4207  if test "x$enable_dependency_tracking" != xno; then
   4208   AMDEP_TRUE=
   4209   AMDEP_FALSE='#'
   4210 else
   4211   AMDEP_TRUE='#'
   4212   AMDEP_FALSE=
   4213 fi
   4214 
   4215 
   4216 # Check whether --enable-silent-rules was given.
   4217 if test "${enable_silent_rules+set}" = set; then :
   4218   enableval=$enable_silent_rules;
   4219 fi
   4220 
   4221 case $enable_silent_rules in # (((
   4222   yes) AM_DEFAULT_VERBOSITY=0;;
   4223    no) AM_DEFAULT_VERBOSITY=1;;
   4224     *) AM_DEFAULT_VERBOSITY=1;;
   4225 esac
   4226 am_make=${MAKE-make}
   4227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
   4228 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
   4229 if ${am_cv_make_support_nested_variables+:} false; then :
   4230   $as_echo_n "(cached) " >&6
   4231 else
   4232   if $as_echo 'TRUE=$(BAR$(V))
   4233 BAR0=false
   4234 BAR1=true
   4235 V=1
   4236 am__doit:
   4237 	@$(TRUE)
   4238 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
   4239   am_cv_make_support_nested_variables=yes
   4240 else
   4241   am_cv_make_support_nested_variables=no
   4242 fi
   4243 fi
   4244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
   4245 $as_echo "$am_cv_make_support_nested_variables" >&6; }
   4246 if test $am_cv_make_support_nested_variables = yes; then
   4247     AM_V='$(V)'
   4248   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   4249 else
   4250   AM_V=$AM_DEFAULT_VERBOSITY
   4251   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   4252 fi
   4253 AM_BACKSLASH='\'
   4254 
   4255 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   4256   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   4257   # is not polluted with repeated "-I."
   4258   am__isrc=' -I$(srcdir)'
   4259   # test to see if srcdir already configured
   4260   if test -f $srcdir/config.status; then
   4261     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   4262   fi
   4263 fi
   4264 
   4265 # test whether we have cygpath
   4266 if test -z "$CYGPATH_W"; then
   4267   if (cygpath --version) >/dev/null 2>/dev/null; then
   4268     CYGPATH_W='cygpath -w'
   4269   else
   4270     CYGPATH_W=echo
   4271   fi
   4272 fi
   4273 
   4274 
   4275 # Define the identity of the package.
   4276  PACKAGE='libsframe'
   4277  VERSION='BFD_VERSION'
   4278 
   4279 
   4280 cat >>confdefs.h <<_ACEOF
   4281 #define PACKAGE "$PACKAGE"
   4282 _ACEOF
   4283 
   4284 
   4285 cat >>confdefs.h <<_ACEOF
   4286 #define VERSION "$VERSION"
   4287 _ACEOF
   4288 
   4289 # Some tools Automake needs.
   4290 
   4291 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
   4292 
   4293 
   4294 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
   4295 
   4296 
   4297 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
   4298 
   4299 
   4300 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
   4301 
   4302 
   4303 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   4304 
   4305 # For better backward compatibility.  To be removed once Automake 1.9.x
   4306 # dies out for good.  For more background, see:
   4307 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
   4308 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
   4309 mkdir_p='$(MKDIR_P)'
   4310 
   4311 # We need awk for the "check" target (and possibly the TAP driver).  The
   4312 # system "awk" is bad on some platforms.
   4313 # Always define AMTAR for backward compatibility.  Yes, it's still used
   4314 # in the wild :-(  We should find a proper way to deprecate it ...
   4315 AMTAR='$${TAR-tar}'
   4316 
   4317 
   4318 # We'll loop over all known methods to create a tar archive until one works.
   4319 _am_tools='gnutar  pax cpio none'
   4320 
   4321 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   4322 
   4323 
   4324 
   4325 
   4326 
   4327 depcc="$CC"   am_compiler_list=
   4328 
   4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   4330 $as_echo_n "checking dependency style of $depcc... " >&6; }
   4331 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   4332   $as_echo_n "(cached) " >&6
   4333 else
   4334   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   4335   # We make a subdir and do the tests there.  Otherwise we can end up
   4336   # making bogus files that we don't know about and never remove.  For
   4337   # instance it was reported that on HP-UX the gcc test will end up
   4338   # making a dummy file named 'D' -- because '-MD' means "put the output
   4339   # in D".
   4340   rm -rf conftest.dir
   4341   mkdir conftest.dir
   4342   # Copy depcomp to subdir because otherwise we won't find it if we're
   4343   # using a relative directory.
   4344   cp "$am_depcomp" conftest.dir
   4345   cd conftest.dir
   4346   # We will build objects and dependencies in a subdirectory because
   4347   # it helps to detect inapplicable dependency modes.  For instance
   4348   # both Tru64's cc and ICC support -MD to output dependencies as a
   4349   # side effect of compilation, but ICC will put the dependencies in
   4350   # the current directory while Tru64 will put them in the object
   4351   # directory.
   4352   mkdir sub
   4353 
   4354   am_cv_CC_dependencies_compiler_type=none
   4355   if test "$am_compiler_list" = ""; then
   4356      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   4357   fi
   4358   am__universal=false
   4359   case " $depcc " in #(
   4360      *\ -arch\ *\ -arch\ *) am__universal=true ;;
   4361      esac
   4362 
   4363   for depmode in $am_compiler_list; do
   4364     # Setup a source with many dependencies, because some compilers
   4365     # like to wrap large dependency lists on column 80 (with \), and
   4366     # we should not choose a depcomp mode which is confused by this.
   4367     #
   4368     # We need to recreate these files for each test, as the compiler may
   4369     # overwrite some of them when testing with obscure command lines.
   4370     # This happens at least with the AIX C compiler.
   4371     : > sub/conftest.c
   4372     for i in 1 2 3 4 5 6; do
   4373       echo '#include "conftst'$i'.h"' >> sub/conftest.c
   4374       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
   4375       # Solaris 10 /bin/sh.
   4376       echo '/* dummy */' > sub/conftst$i.h
   4377     done
   4378     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   4379 
   4380     # We check with '-c' and '-o' for the sake of the "dashmstdout"
   4381     # mode.  It turns out that the SunPro C++ compiler does not properly
   4382     # handle '-M -o', and we need to detect this.  Also, some Intel
   4383     # versions had trouble with output in subdirs.
   4384     am__obj=sub/conftest.${OBJEXT-o}
   4385     am__minus_obj="-o $am__obj"
   4386     case $depmode in
   4387     gcc)
   4388       # This depmode causes a compiler race in universal mode.
   4389       test "$am__universal" = false || continue
   4390       ;;
   4391     nosideeffect)
   4392       # After this tag, mechanisms are not by side-effect, so they'll
   4393       # only be used when explicitly requested.
   4394       if test "x$enable_dependency_tracking" = xyes; then
   4395 	continue
   4396       else
   4397 	break
   4398       fi
   4399       ;;
   4400     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   4401       # This compiler won't grok '-c -o', but also, the minuso test has
   4402       # not run yet.  These depmodes are late enough in the game, and
   4403       # so weak that their functioning should not be impacted.
   4404       am__obj=conftest.${OBJEXT-o}
   4405       am__minus_obj=
   4406       ;;
   4407     none) break ;;
   4408     esac
   4409     if depmode=$depmode \
   4410        source=sub/conftest.c object=$am__obj \
   4411        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   4412        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
   4413          >/dev/null 2>conftest.err &&
   4414        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   4415        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   4416        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
   4417        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   4418       # icc doesn't choke on unknown options, it will just issue warnings
   4419       # or remarks (even with -Werror).  So we grep stderr for any message
   4420       # that says an option was ignored or not supported.
   4421       # When given -MP, icc 7.0 and 7.1 complain thusly:
   4422       #   icc: Command line warning: ignoring option '-M'; no argument required
   4423       # The diagnosis changed in icc 8.0:
   4424       #   icc: Command line remark: option '-MP' not supported
   4425       if (grep 'ignoring option' conftest.err ||
   4426           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   4427         am_cv_CC_dependencies_compiler_type=$depmode
   4428         break
   4429       fi
   4430     fi
   4431   done
   4432 
   4433   cd ..
   4434   rm -rf conftest.dir
   4435 else
   4436   am_cv_CC_dependencies_compiler_type=none
   4437 fi
   4438 
   4439 fi
   4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
   4441 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
   4442 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   4443 
   4444  if
   4445   test "x$enable_dependency_tracking" != xno \
   4446   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
   4447   am__fastdepCC_TRUE=
   4448   am__fastdepCC_FALSE='#'
   4449 else
   4450   am__fastdepCC_TRUE='#'
   4451   am__fastdepCC_FALSE=
   4452 fi
   4453 
   4454 
   4455 
   4456 # POSIX will say in a future version that running "rm -f" with no argument
   4457 # is OK; and we want to be able to make that assumption in our Makefile
   4458 # recipes.  So use an aggressive probe to check that the usage we want is
   4459 # actually supported "in the wild" to an acceptable degree.
   4460 # See automake bug#10828.
   4461 # To make any issue more visible, cause the running configure to be aborted
   4462 # by default if the 'rm' program in use doesn't match our expectations; the
   4463 # user can still override this though.
   4464 if rm -f && rm -fr && rm -rf; then : OK; else
   4465   cat >&2 <<'END'
   4466 Oops!
   4467 
   4468 Your 'rm' program seems unable to run without file operands specified
   4469 on the command line, even when the '-f' option is present.  This is contrary
   4470 to the behaviour of most rm programs out there, and not conforming with
   4471 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
   4472 
   4473 Please tell bug-automake@gnu.org about your system, including the value
   4474 of your $PATH and any error possibly output before this message.  This
   4475 can help us improve future automake versions.
   4476 
   4477 END
   4478   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
   4479     echo 'Configuration will proceed anyway, since you have set the' >&2
   4480     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
   4481     echo >&2
   4482   else
   4483     cat >&2 <<'END'
   4484 Aborting the configuration process, to ensure you take notice of the issue.
   4485 
   4486 You can download and install GNU coreutils to get an 'rm' implementation
   4487 that behaves properly: <http://www.gnu.org/software/coreutils/>.
   4488 
   4489 If you want to complete the configuration process using your problematic
   4490 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
   4491 to "yes", and re-run configure.
   4492 
   4493 END
   4494     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
   4495   fi
   4496 fi
   4497 
   4498 # Check whether --enable-silent-rules was given.
   4499 if test "${enable_silent_rules+set}" = set; then :
   4500   enableval=$enable_silent_rules;
   4501 fi
   4502 
   4503 case $enable_silent_rules in # (((
   4504   yes) AM_DEFAULT_VERBOSITY=0;;
   4505    no) AM_DEFAULT_VERBOSITY=1;;
   4506     *) AM_DEFAULT_VERBOSITY=0;;
   4507 esac
   4508 am_make=${MAKE-make}
   4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
   4510 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
   4511 if ${am_cv_make_support_nested_variables+:} false; then :
   4512   $as_echo_n "(cached) " >&6
   4513 else
   4514   if $as_echo 'TRUE=$(BAR$(V))
   4515 BAR0=false
   4516 BAR1=true
   4517 V=1
   4518 am__doit:
   4519 	@$(TRUE)
   4520 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
   4521   am_cv_make_support_nested_variables=yes
   4522 else
   4523   am_cv_make_support_nested_variables=no
   4524 fi
   4525 fi
   4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
   4527 $as_echo "$am_cv_make_support_nested_variables" >&6; }
   4528 if test $am_cv_make_support_nested_variables = yes; then
   4529     AM_V='$(V)'
   4530   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   4531 else
   4532   AM_V=$AM_DEFAULT_VERBOSITY
   4533   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   4534 fi
   4535 AM_BACKSLASH='\'
   4536 
   4537 
   4538 # Checks for programs.
   4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   4540 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   4541 set x ${MAKE-make}
   4542 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   4543 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   4544   $as_echo_n "(cached) " >&6
   4545 else
   4546   cat >conftest.make <<\_ACEOF
   4547 SHELL = /bin/sh
   4548 all:
   4549 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   4550 _ACEOF
   4551 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   4552 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   4553   *@@@%%%=?*=@@@%%%*)
   4554     eval ac_cv_prog_make_${ac_make}_set=yes;;
   4555   *)
   4556     eval ac_cv_prog_make_${ac_make}_set=no;;
   4557 esac
   4558 rm -f conftest.make
   4559 fi
   4560 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   4561   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4562 $as_echo "yes" >&6; }
   4563   SET_MAKE=
   4564 else
   4565   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4566 $as_echo "no" >&6; }
   4567   SET_MAKE="MAKE=${MAKE-make}"
   4568 fi
   4569 
   4570 ac_ext=c
   4571 ac_cpp='$CPP $CPPFLAGS'
   4572 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   4573 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   4574 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   4575 if test -n "$ac_tool_prefix"; then
   4576   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   4577 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4579 $as_echo_n "checking for $ac_word... " >&6; }
   4580 if ${ac_cv_prog_CC+:} false; then :
   4581   $as_echo_n "(cached) " >&6
   4582 else
   4583   if test -n "$CC"; then
   4584   ac_cv_prog_CC="$CC" # Let the user override the test.
   4585 else
   4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4587 for as_dir in $PATH
   4588 do
   4589   IFS=$as_save_IFS
   4590   test -z "$as_dir" && as_dir=.
   4591     for ac_exec_ext in '' $ac_executable_extensions; do
   4592   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4593     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   4594     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4595     break 2
   4596   fi
   4597 done
   4598   done
   4599 IFS=$as_save_IFS
   4600 
   4601 fi
   4602 fi
   4603 CC=$ac_cv_prog_CC
   4604 if test -n "$CC"; then
   4605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4606 $as_echo "$CC" >&6; }
   4607 else
   4608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4609 $as_echo "no" >&6; }
   4610 fi
   4611 
   4612 
   4613 fi
   4614 if test -z "$ac_cv_prog_CC"; then
   4615   ac_ct_CC=$CC
   4616   # Extract the first word of "gcc", so it can be a program name with args.
   4617 set dummy gcc; ac_word=$2
   4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4619 $as_echo_n "checking for $ac_word... " >&6; }
   4620 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   4621   $as_echo_n "(cached) " >&6
   4622 else
   4623   if test -n "$ac_ct_CC"; then
   4624   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   4625 else
   4626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4627 for as_dir in $PATH
   4628 do
   4629   IFS=$as_save_IFS
   4630   test -z "$as_dir" && as_dir=.
   4631     for ac_exec_ext in '' $ac_executable_extensions; do
   4632   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4633     ac_cv_prog_ac_ct_CC="gcc"
   4634     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4635     break 2
   4636   fi
   4637 done
   4638   done
   4639 IFS=$as_save_IFS
   4640 
   4641 fi
   4642 fi
   4643 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   4644 if test -n "$ac_ct_CC"; then
   4645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   4646 $as_echo "$ac_ct_CC" >&6; }
   4647 else
   4648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4649 $as_echo "no" >&6; }
   4650 fi
   4651 
   4652   if test "x$ac_ct_CC" = x; then
   4653     CC=""
   4654   else
   4655     case $cross_compiling:$ac_tool_warned in
   4656 yes:)
   4657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4658 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4659 ac_tool_warned=yes ;;
   4660 esac
   4661     CC=$ac_ct_CC
   4662   fi
   4663 else
   4664   CC="$ac_cv_prog_CC"
   4665 fi
   4666 
   4667 if test -z "$CC"; then
   4668           if test -n "$ac_tool_prefix"; then
   4669     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   4670 set dummy ${ac_tool_prefix}cc; ac_word=$2
   4671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4672 $as_echo_n "checking for $ac_word... " >&6; }
   4673 if ${ac_cv_prog_CC+:} false; then :
   4674   $as_echo_n "(cached) " >&6
   4675 else
   4676   if test -n "$CC"; then
   4677   ac_cv_prog_CC="$CC" # Let the user override the test.
   4678 else
   4679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4680 for as_dir in $PATH
   4681 do
   4682   IFS=$as_save_IFS
   4683   test -z "$as_dir" && as_dir=.
   4684     for ac_exec_ext in '' $ac_executable_extensions; do
   4685   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4686     ac_cv_prog_CC="${ac_tool_prefix}cc"
   4687     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4688     break 2
   4689   fi
   4690 done
   4691   done
   4692 IFS=$as_save_IFS
   4693 
   4694 fi
   4695 fi
   4696 CC=$ac_cv_prog_CC
   4697 if test -n "$CC"; then
   4698   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4699 $as_echo "$CC" >&6; }
   4700 else
   4701   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4702 $as_echo "no" >&6; }
   4703 fi
   4704 
   4705 
   4706   fi
   4707 fi
   4708 if test -z "$CC"; then
   4709   # Extract the first word of "cc", so it can be a program name with args.
   4710 set dummy cc; ac_word=$2
   4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4712 $as_echo_n "checking for $ac_word... " >&6; }
   4713 if ${ac_cv_prog_CC+:} false; then :
   4714   $as_echo_n "(cached) " >&6
   4715 else
   4716   if test -n "$CC"; then
   4717   ac_cv_prog_CC="$CC" # Let the user override the test.
   4718 else
   4719   ac_prog_rejected=no
   4720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4721 for as_dir in $PATH
   4722 do
   4723   IFS=$as_save_IFS
   4724   test -z "$as_dir" && as_dir=.
   4725     for ac_exec_ext in '' $ac_executable_extensions; do
   4726   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4727     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   4728        ac_prog_rejected=yes
   4729        continue
   4730      fi
   4731     ac_cv_prog_CC="cc"
   4732     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4733     break 2
   4734   fi
   4735 done
   4736   done
   4737 IFS=$as_save_IFS
   4738 
   4739 if test $ac_prog_rejected = yes; then
   4740   # We found a bogon in the path, so make sure we never use it.
   4741   set dummy $ac_cv_prog_CC
   4742   shift
   4743   if test $# != 0; then
   4744     # We chose a different compiler from the bogus one.
   4745     # However, it has the same basename, so the bogon will be chosen
   4746     # first if we set CC to just the basename; use the full file name.
   4747     shift
   4748     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   4749   fi
   4750 fi
   4751 fi
   4752 fi
   4753 CC=$ac_cv_prog_CC
   4754 if test -n "$CC"; then
   4755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4756 $as_echo "$CC" >&6; }
   4757 else
   4758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4759 $as_echo "no" >&6; }
   4760 fi
   4761 
   4762 
   4763 fi
   4764 if test -z "$CC"; then
   4765   if test -n "$ac_tool_prefix"; then
   4766   for ac_prog in cl.exe
   4767   do
   4768     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   4769 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4771 $as_echo_n "checking for $ac_word... " >&6; }
   4772 if ${ac_cv_prog_CC+:} false; then :
   4773   $as_echo_n "(cached) " >&6
   4774 else
   4775   if test -n "$CC"; then
   4776   ac_cv_prog_CC="$CC" # Let the user override the test.
   4777 else
   4778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4779 for as_dir in $PATH
   4780 do
   4781   IFS=$as_save_IFS
   4782   test -z "$as_dir" && as_dir=.
   4783     for ac_exec_ext in '' $ac_executable_extensions; do
   4784   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4785     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   4786     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4787     break 2
   4788   fi
   4789 done
   4790   done
   4791 IFS=$as_save_IFS
   4792 
   4793 fi
   4794 fi
   4795 CC=$ac_cv_prog_CC
   4796 if test -n "$CC"; then
   4797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4798 $as_echo "$CC" >&6; }
   4799 else
   4800   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4801 $as_echo "no" >&6; }
   4802 fi
   4803 
   4804 
   4805     test -n "$CC" && break
   4806   done
   4807 fi
   4808 if test -z "$CC"; then
   4809   ac_ct_CC=$CC
   4810   for ac_prog in cl.exe
   4811 do
   4812   # Extract the first word of "$ac_prog", so it can be a program name with args.
   4813 set dummy $ac_prog; ac_word=$2
   4814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4815 $as_echo_n "checking for $ac_word... " >&6; }
   4816 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   4817   $as_echo_n "(cached) " >&6
   4818 else
   4819   if test -n "$ac_ct_CC"; then
   4820   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   4821 else
   4822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4823 for as_dir in $PATH
   4824 do
   4825   IFS=$as_save_IFS
   4826   test -z "$as_dir" && as_dir=.
   4827     for ac_exec_ext in '' $ac_executable_extensions; do
   4828   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4829     ac_cv_prog_ac_ct_CC="$ac_prog"
   4830     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4831     break 2
   4832   fi
   4833 done
   4834   done
   4835 IFS=$as_save_IFS
   4836 
   4837 fi
   4838 fi
   4839 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   4840 if test -n "$ac_ct_CC"; then
   4841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   4842 $as_echo "$ac_ct_CC" >&6; }
   4843 else
   4844   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4845 $as_echo "no" >&6; }
   4846 fi
   4847 
   4848 
   4849   test -n "$ac_ct_CC" && break
   4850 done
   4851 
   4852   if test "x$ac_ct_CC" = x; then
   4853     CC=""
   4854   else
   4855     case $cross_compiling:$ac_tool_warned in
   4856 yes:)
   4857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4858 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4859 ac_tool_warned=yes ;;
   4860 esac
   4861     CC=$ac_ct_CC
   4862   fi
   4863 fi
   4864 
   4865 fi
   4866 
   4867 
   4868 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4870 as_fn_error $? "no acceptable C compiler found in \$PATH
   4871 See \`config.log' for more details" "$LINENO" 5; }
   4872 
   4873 # Provide some information about the compiler.
   4874 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   4875 set X $ac_compile
   4876 ac_compiler=$2
   4877 for ac_option in --version -v -V -qversion; do
   4878   { { ac_try="$ac_compiler $ac_option >&5"
   4879 case "(($ac_try" in
   4880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   4881   *) ac_try_echo=$ac_try;;
   4882 esac
   4883 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   4884 $as_echo "$ac_try_echo"; } >&5
   4885   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   4886   ac_status=$?
   4887   if test -s conftest.err; then
   4888     sed '10a\
   4889 ... rest of stderr output deleted ...
   4890          10q' conftest.err >conftest.er1
   4891     cat conftest.er1 >&5
   4892   fi
   4893   rm -f conftest.er1 conftest.err
   4894   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   4895   test $ac_status = 0; }
   4896 done
   4897 
   4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   4899 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   4900 if ${ac_cv_c_compiler_gnu+:} false; then :
   4901   $as_echo_n "(cached) " >&6
   4902 else
   4903   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4904 /* end confdefs.h.  */
   4905 
   4906 int
   4907 main ()
   4908 {
   4909 #ifndef __GNUC__
   4910        choke me
   4911 #endif
   4912 
   4913   ;
   4914   return 0;
   4915 }
   4916 _ACEOF
   4917 if ac_fn_c_try_compile "$LINENO"; then :
   4918   ac_compiler_gnu=yes
   4919 else
   4920   ac_compiler_gnu=no
   4921 fi
   4922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4923 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   4924 
   4925 fi
   4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   4927 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   4928 if test $ac_compiler_gnu = yes; then
   4929   GCC=yes
   4930 else
   4931   GCC=
   4932 fi
   4933 ac_test_CFLAGS=${CFLAGS+set}
   4934 ac_save_CFLAGS=$CFLAGS
   4935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   4936 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   4937 if ${ac_cv_prog_cc_g+:} false; then :
   4938   $as_echo_n "(cached) " >&6
   4939 else
   4940   ac_save_c_werror_flag=$ac_c_werror_flag
   4941    ac_c_werror_flag=yes
   4942    ac_cv_prog_cc_g=no
   4943    CFLAGS="-g"
   4944    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4945 /* end confdefs.h.  */
   4946 
   4947 int
   4948 main ()
   4949 {
   4950 
   4951   ;
   4952   return 0;
   4953 }
   4954 _ACEOF
   4955 if ac_fn_c_try_compile "$LINENO"; then :
   4956   ac_cv_prog_cc_g=yes
   4957 else
   4958   CFLAGS=""
   4959       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4960 /* end confdefs.h.  */
   4961 
   4962 int
   4963 main ()
   4964 {
   4965 
   4966   ;
   4967   return 0;
   4968 }
   4969 _ACEOF
   4970 if ac_fn_c_try_compile "$LINENO"; then :
   4971 
   4972 else
   4973   ac_c_werror_flag=$ac_save_c_werror_flag
   4974 	 CFLAGS="-g"
   4975 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4976 /* end confdefs.h.  */
   4977 
   4978 int
   4979 main ()
   4980 {
   4981 
   4982   ;
   4983   return 0;
   4984 }
   4985 _ACEOF
   4986 if ac_fn_c_try_compile "$LINENO"; then :
   4987   ac_cv_prog_cc_g=yes
   4988 fi
   4989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4990 fi
   4991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4992 fi
   4993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4994    ac_c_werror_flag=$ac_save_c_werror_flag
   4995 fi
   4996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   4997 $as_echo "$ac_cv_prog_cc_g" >&6; }
   4998 if test "$ac_test_CFLAGS" = set; then
   4999   CFLAGS=$ac_save_CFLAGS
   5000 elif test $ac_cv_prog_cc_g = yes; then
   5001   if test "$GCC" = yes; then
   5002     CFLAGS="-g -O2"
   5003   else
   5004     CFLAGS="-g"
   5005   fi
   5006 else
   5007   if test "$GCC" = yes; then
   5008     CFLAGS="-O2"
   5009   else
   5010     CFLAGS=
   5011   fi
   5012 fi
   5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   5014 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   5015 if ${ac_cv_prog_cc_c89+:} false; then :
   5016   $as_echo_n "(cached) " >&6
   5017 else
   5018   ac_cv_prog_cc_c89=no
   5019 ac_save_CC=$CC
   5020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   5021 /* end confdefs.h.  */
   5022 #include <stdarg.h>
   5023 #include <stdio.h>
   5024 struct stat;
   5025 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   5026 struct buf { int x; };
   5027 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   5028 static char *e (p, i)
   5029      char **p;
   5030      int i;
   5031 {
   5032   return p[i];
   5033 }
   5034 static char *f (char * (*g) (char **, int), char **p, ...)
   5035 {
   5036   char *s;
   5037   va_list v;
   5038   va_start (v,p);
   5039   s = g (p, va_arg (v,int));
   5040   va_end (v);
   5041   return s;
   5042 }
   5043 
   5044 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   5045    function prototypes and stuff, but not '\xHH' hex character constants.
   5046    These don't provoke an error unfortunately, instead are silently treated
   5047    as 'x'.  The following induces an error, until -std is added to get
   5048    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   5049    array size at least.  It's necessary to write '\x00'==0 to get something
   5050    that's true only with -std.  */
   5051 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   5052 
   5053 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   5054    inside strings and character constants.  */
   5055 #define FOO(x) 'x'
   5056 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   5057 
   5058 int test (int i, double x);
   5059 struct s1 {int (*f) (int a);};
   5060 struct s2 {int (*f) (double a);};
   5061 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   5062 int argc;
   5063 char **argv;
   5064 int
   5065 main ()
   5066 {
   5067 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   5068   ;
   5069   return 0;
   5070 }
   5071 _ACEOF
   5072 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   5073 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   5074 do
   5075   CC="$ac_save_CC $ac_arg"
   5076   if ac_fn_c_try_compile "$LINENO"; then :
   5077   ac_cv_prog_cc_c89=$ac_arg
   5078 fi
   5079 rm -f core conftest.err conftest.$ac_objext
   5080   test "x$ac_cv_prog_cc_c89" != "xno" && break
   5081 done
   5082 rm -f conftest.$ac_ext
   5083 CC=$ac_save_CC
   5084 
   5085 fi
   5086 # AC_CACHE_VAL
   5087 case "x$ac_cv_prog_cc_c89" in
   5088   x)
   5089     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   5090 $as_echo "none needed" >&6; } ;;
   5091   xno)
   5092     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   5093 $as_echo "unsupported" >&6; } ;;
   5094   *)
   5095     CC="$CC $ac_cv_prog_cc_c89"
   5096     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   5097 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   5098 esac
   5099 if test "x$ac_cv_prog_cc_c89" != xno; then :
   5100 
   5101 fi
   5102 
   5103 ac_ext=c
   5104 ac_cpp='$CPP $CPPFLAGS'
   5105 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5106 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5107 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5108 
   5109 ac_ext=c
   5110 ac_cpp='$CPP $CPPFLAGS'
   5111 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5112 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5113 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
   5115 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
   5116 if ${am_cv_prog_cc_c_o+:} false; then :
   5117   $as_echo_n "(cached) " >&6
   5118 else
   5119   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   5120 /* end confdefs.h.  */
   5121 
   5122 int
   5123 main ()
   5124 {
   5125 
   5126   ;
   5127   return 0;
   5128 }
   5129 _ACEOF
   5130   # Make sure it works both with $CC and with simple cc.
   5131   # Following AC_PROG_CC_C_O, we do the test twice because some
   5132   # compilers refuse to overwrite an existing .o file with -o,
   5133   # though they will create one.
   5134   am_cv_prog_cc_c_o=yes
   5135   for am_i in 1 2; do
   5136     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
   5137    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
   5138    ac_status=$?
   5139    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   5140    (exit $ac_status); } \
   5141          && test -f conftest2.$ac_objext; then
   5142       : OK
   5143     else
   5144       am_cv_prog_cc_c_o=no
   5145       break
   5146     fi
   5147   done
   5148   rm -f core conftest*
   5149   unset am_i
   5150 fi
   5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
   5152 $as_echo "$am_cv_prog_cc_c_o" >&6; }
   5153 if test "$am_cv_prog_cc_c_o" != yes; then
   5154    # Losing compiler, so override with the script.
   5155    # FIXME: It is wrong to rewrite CC.
   5156    # But if we don't then we get into trouble of one sort or another.
   5157    # A longer-term fix would be to have automake use am__CC in this case,
   5158    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   5159    CC="$am_aux_dir/compile $CC"
   5160 fi
   5161 ac_ext=c
   5162 ac_cpp='$CPP $CPPFLAGS'
   5163 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5164 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5165 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5166 
   5167 
   5168 if test -n "$ac_tool_prefix"; then
   5169   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   5170 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   5171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5172 $as_echo_n "checking for $ac_word... " >&6; }
   5173 if ${ac_cv_prog_RANLIB+:} false; then :
   5174   $as_echo_n "(cached) " >&6
   5175 else
   5176   if test -n "$RANLIB"; then
   5177   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   5178 else
   5179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5180 for as_dir in $PATH
   5181 do
   5182   IFS=$as_save_IFS
   5183   test -z "$as_dir" && as_dir=.
   5184     for ac_exec_ext in '' $ac_executable_extensions; do
   5185   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5186     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   5187     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5188     break 2
   5189   fi
   5190 done
   5191   done
   5192 IFS=$as_save_IFS
   5193 
   5194 fi
   5195 fi
   5196 RANLIB=$ac_cv_prog_RANLIB
   5197 if test -n "$RANLIB"; then
   5198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   5199 $as_echo "$RANLIB" >&6; }
   5200 else
   5201   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5202 $as_echo "no" >&6; }
   5203 fi
   5204 
   5205 
   5206 fi
   5207 if test -z "$ac_cv_prog_RANLIB"; then
   5208   ac_ct_RANLIB=$RANLIB
   5209   # Extract the first word of "ranlib", so it can be a program name with args.
   5210 set dummy ranlib; ac_word=$2
   5211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5212 $as_echo_n "checking for $ac_word... " >&6; }
   5213 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   5214   $as_echo_n "(cached) " >&6
   5215 else
   5216   if test -n "$ac_ct_RANLIB"; then
   5217   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   5218 else
   5219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5220 for as_dir in $PATH
   5221 do
   5222   IFS=$as_save_IFS
   5223   test -z "$as_dir" && as_dir=.
   5224     for ac_exec_ext in '' $ac_executable_extensions; do
   5225   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5226     ac_cv_prog_ac_ct_RANLIB="ranlib"
   5227     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5228     break 2
   5229   fi
   5230 done
   5231   done
   5232 IFS=$as_save_IFS
   5233 
   5234 fi
   5235 fi
   5236 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   5237 if test -n "$ac_ct_RANLIB"; then
   5238   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   5239 $as_echo "$ac_ct_RANLIB" >&6; }
   5240 else
   5241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5242 $as_echo "no" >&6; }
   5243 fi
   5244 
   5245   if test "x$ac_ct_RANLIB" = x; then
   5246     RANLIB=":"
   5247   else
   5248     case $cross_compiling:$ac_tool_warned in
   5249 yes:)
   5250 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5251 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5252 ac_tool_warned=yes ;;
   5253 esac
   5254     RANLIB=$ac_ct_RANLIB
   5255   fi
   5256 else
   5257   RANLIB="$ac_cv_prog_RANLIB"
   5258 fi
   5259 
   5260 if test -n "$ac_tool_prefix"; then
   5261   for ac_prog in ar lib "link -lib"
   5262   do
   5263     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   5264 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5266 $as_echo_n "checking for $ac_word... " >&6; }
   5267 if ${ac_cv_prog_AR+:} false; then :
   5268   $as_echo_n "(cached) " >&6
   5269 else
   5270   if test -n "$AR"; then
   5271   ac_cv_prog_AR="$AR" # Let the user override the test.
   5272 else
   5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5274 for as_dir in $PATH
   5275 do
   5276   IFS=$as_save_IFS
   5277   test -z "$as_dir" && as_dir=.
   5278     for ac_exec_ext in '' $ac_executable_extensions; do
   5279   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5280     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
   5281     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5282     break 2
   5283   fi
   5284 done
   5285   done
   5286 IFS=$as_save_IFS
   5287 
   5288 fi
   5289 fi
   5290 AR=$ac_cv_prog_AR
   5291 if test -n "$AR"; then
   5292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   5293 $as_echo "$AR" >&6; }
   5294 else
   5295   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5296 $as_echo "no" >&6; }
   5297 fi
   5298 
   5299 
   5300     test -n "$AR" && break
   5301   done
   5302 fi
   5303 if test -z "$AR"; then
   5304   ac_ct_AR=$AR
   5305   for ac_prog in ar lib "link -lib"
   5306 do
   5307   # Extract the first word of "$ac_prog", so it can be a program name with args.
   5308 set dummy $ac_prog; ac_word=$2
   5309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5310 $as_echo_n "checking for $ac_word... " >&6; }
   5311 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   5312   $as_echo_n "(cached) " >&6
   5313 else
   5314   if test -n "$ac_ct_AR"; then
   5315   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   5316 else
   5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5318 for as_dir in $PATH
   5319 do
   5320   IFS=$as_save_IFS
   5321   test -z "$as_dir" && as_dir=.
   5322     for ac_exec_ext in '' $ac_executable_extensions; do
   5323   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5324     ac_cv_prog_ac_ct_AR="$ac_prog"
   5325     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5326     break 2
   5327   fi
   5328 done
   5329   done
   5330 IFS=$as_save_IFS
   5331 
   5332 fi
   5333 fi
   5334 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   5335 if test -n "$ac_ct_AR"; then
   5336   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   5337 $as_echo "$ac_ct_AR" >&6; }
   5338 else
   5339   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5340 $as_echo "no" >&6; }
   5341 fi
   5342 
   5343 
   5344   test -n "$ac_ct_AR" && break
   5345 done
   5346 
   5347   if test "x$ac_ct_AR" = x; then
   5348     AR="false"
   5349   else
   5350     case $cross_compiling:$ac_tool_warned in
   5351 yes:)
   5352 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5353 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5354 ac_tool_warned=yes ;;
   5355 esac
   5356     AR=$ac_ct_AR
   5357   fi
   5358 fi
   5359 
   5360 : ${AR=ar}
   5361 
   5362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
   5363 $as_echo_n "checking the archiver ($AR) interface... " >&6; }
   5364 if ${am_cv_ar_interface+:} false; then :
   5365   $as_echo_n "(cached) " >&6
   5366 else
   5367   ac_ext=c
   5368 ac_cpp='$CPP $CPPFLAGS'
   5369 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5370 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5371 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5372 
   5373    am_cv_ar_interface=ar
   5374    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   5375 /* end confdefs.h.  */
   5376 int some_variable = 0;
   5377 _ACEOF
   5378 if ac_fn_c_try_compile "$LINENO"; then :
   5379   am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
   5380       { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
   5381   (eval $am_ar_try) 2>&5
   5382   ac_status=$?
   5383   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5384   test $ac_status = 0; }
   5385       if test "$ac_status" -eq 0; then
   5386         am_cv_ar_interface=ar
   5387       else
   5388         am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
   5389         { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
   5390   (eval $am_ar_try) 2>&5
   5391   ac_status=$?
   5392   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5393   test $ac_status = 0; }
   5394         if test "$ac_status" -eq 0; then
   5395           am_cv_ar_interface=lib
   5396         else
   5397           am_cv_ar_interface=unknown
   5398         fi
   5399       fi
   5400       rm -f conftest.lib libconftest.a
   5401 
   5402 fi
   5403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   5404    ac_ext=c
   5405 ac_cpp='$CPP $CPPFLAGS'
   5406 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5407 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5408 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5409 
   5410 fi
   5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
   5412 $as_echo "$am_cv_ar_interface" >&6; }
   5413 
   5414 case $am_cv_ar_interface in
   5415 ar)
   5416   ;;
   5417 lib)
   5418   # Microsoft lib, so override with the ar-lib wrapper script.
   5419   # FIXME: It is wrong to rewrite AR.
   5420   # But if we don't then we get into trouble of one sort or another.
   5421   # A longer-term fix would be to have automake use am__AR in this case,
   5422   # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
   5423   # similar.
   5424   AR="$am_aux_dir/ar-lib $AR"
   5425   ;;
   5426 unknown)
   5427   as_fn_error $? "could not determine $AR interface" "$LINENO" 5
   5428   ;;
   5429 esac
   5430 
   5431 
   5432 # Check whether --enable-shared was given.
   5433 if test "${enable_shared+set}" = set; then :
   5434   enableval=$enable_shared; p=${PACKAGE-default}
   5435     case $enableval in
   5436     yes) enable_shared=yes ;;
   5437     no) enable_shared=no ;;
   5438     *)
   5439       enable_shared=no
   5440       # Look at the argument we got.  We use all the common list separators.
   5441       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   5442       for pkg in $enableval; do
   5443 	IFS="$lt_save_ifs"
   5444 	if test "X$pkg" = "X$p"; then
   5445 	  enable_shared=yes
   5446 	fi
   5447       done
   5448       IFS="$lt_save_ifs"
   5449       ;;
   5450     esac
   5451 else
   5452   enable_shared=no
   5453 fi
   5454 
   5455 
   5456 
   5457 
   5458 
   5459 
   5460 
   5461 
   5462 
   5463 
   5464 case `pwd` in
   5465   *\ * | *\	*)
   5466     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
   5467 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
   5468 esac
   5469 
   5470 
   5471 
   5472 macro_version='2.2.7a'
   5473 macro_revision='1.3134'
   5474 
   5475 
   5476 
   5477 
   5478 
   5479 
   5480 
   5481 
   5482 
   5483 
   5484 
   5485 
   5486 
   5487 ltmain="$ac_aux_dir/ltmain.sh"
   5488 
   5489 # Backslashify metacharacters that are still active within
   5490 # double-quoted strings.
   5491 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
   5492 
   5493 # Same as above, but do not quote variable references.
   5494 double_quote_subst='s/\(["`\\]\)/\\\1/g'
   5495 
   5496 # Sed substitution to delay expansion of an escaped shell variable in a
   5497 # double_quote_subst'ed string.
   5498 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
   5499 
   5500 # Sed substitution to delay expansion of an escaped single quote.
   5501 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
   5502 
   5503 # Sed substitution to avoid accidental globbing in evaled expressions
   5504 no_glob_subst='s/\*/\\\*/g'
   5505 
   5506 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   5507 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
   5508 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
   5509 
   5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
   5511 $as_echo_n "checking how to print strings... " >&6; }
   5512 # Test print first, because it will be a builtin if present.
   5513 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
   5514    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
   5515   ECHO='print -r --'
   5516 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
   5517   ECHO='printf %s\n'
   5518 else
   5519   # Use this function as a fallback that always works.
   5520   func_fallback_echo ()
   5521   {
   5522     eval 'cat <<_LTECHO_EOF
   5523 $1
   5524 _LTECHO_EOF'
   5525   }
   5526   ECHO='func_fallback_echo'
   5527 fi
   5528 
   5529 # func_echo_all arg...
   5530 # Invoke $ECHO with all args, space-separated.
   5531 func_echo_all ()
   5532 {
   5533     $ECHO ""
   5534 }
   5535 
   5536 case "$ECHO" in
   5537   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
   5538 $as_echo "printf" >&6; } ;;
   5539   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
   5540 $as_echo "print -r" >&6; } ;;
   5541   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
   5542 $as_echo "cat" >&6; } ;;
   5543 esac
   5544 
   5545 
   5546 
   5547 
   5548 
   5549 
   5550 
   5551 
   5552 
   5553 
   5554 
   5555 
   5556 
   5557 
   5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
   5559 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
   5560 if ${ac_cv_path_SED+:} false; then :
   5561   $as_echo_n "(cached) " >&6
   5562 else
   5563             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
   5564      for ac_i in 1 2 3 4 5 6 7; do
   5565        ac_script="$ac_script$as_nl$ac_script"
   5566      done
   5567      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
   5568      { ac_script=; unset ac_script;}
   5569      if test -z "$SED"; then
   5570   ac_path_SED_found=false
   5571   # Loop through the user's path and test for each of PROGNAME-LIST
   5572   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5573 for as_dir in $PATH
   5574 do
   5575   IFS=$as_save_IFS
   5576   test -z "$as_dir" && as_dir=.
   5577     for ac_prog in sed gsed; do
   5578     for ac_exec_ext in '' $ac_executable_extensions; do
   5579       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
   5580       as_fn_executable_p "$ac_path_SED" || continue
   5581 # Check for GNU ac_path_SED and select it if it is found.
   5582   # Check for GNU $ac_path_SED
   5583 case `"$ac_path_SED" --version 2>&1` in
   5584 *GNU*)
   5585   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
   5586 *)
   5587   ac_count=0
   5588   $as_echo_n 0123456789 >"conftest.in"
   5589   while :
   5590   do
   5591     cat "conftest.in" "conftest.in" >"conftest.tmp"
   5592     mv "conftest.tmp" "conftest.in"
   5593     cp "conftest.in" "conftest.nl"
   5594     $as_echo '' >> "conftest.nl"
   5595     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
   5596     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   5597     as_fn_arith $ac_count + 1 && ac_count=$as_val
   5598     if test $ac_count -gt ${ac_path_SED_max-0}; then
   5599       # Best one so far, save it but keep looking for a better one
   5600       ac_cv_path_SED="$ac_path_SED"
   5601       ac_path_SED_max=$ac_count
   5602     fi
   5603     # 10*(2^10) chars as input seems more than enough
   5604     test $ac_count -gt 10 && break
   5605   done
   5606   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   5607 esac
   5608 
   5609       $ac_path_SED_found && break 3
   5610     done
   5611   done
   5612   done
   5613 IFS=$as_save_IFS
   5614   if test -z "$ac_cv_path_SED"; then
   5615     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   5616   fi
   5617 else
   5618   ac_cv_path_SED=$SED
   5619 fi
   5620 
   5621 fi
   5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
   5623 $as_echo "$ac_cv_path_SED" >&6; }
   5624  SED="$ac_cv_path_SED"
   5625   rm -f conftest.sed
   5626 
   5627 test -z "$SED" && SED=sed
   5628 Xsed="$SED -e 1s/^X//"
   5629 
   5630 
   5631 
   5632 
   5633 
   5634 
   5635 
   5636 
   5637 
   5638 
   5639 
   5640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
   5641 $as_echo_n "checking for fgrep... " >&6; }
   5642 if ${ac_cv_path_FGREP+:} false; then :
   5643   $as_echo_n "(cached) " >&6
   5644 else
   5645   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
   5646    then ac_cv_path_FGREP="$GREP -F"
   5647    else
   5648      if test -z "$FGREP"; then
   5649   ac_path_FGREP_found=false
   5650   # Loop through the user's path and test for each of PROGNAME-LIST
   5651   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5652 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   5653 do
   5654   IFS=$as_save_IFS
   5655   test -z "$as_dir" && as_dir=.
   5656     for ac_prog in fgrep; do
   5657     for ac_exec_ext in '' $ac_executable_extensions; do
   5658       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
   5659       as_fn_executable_p "$ac_path_FGREP" || continue
   5660 # Check for GNU ac_path_FGREP and select it if it is found.
   5661   # Check for GNU $ac_path_FGREP
   5662 case `"$ac_path_FGREP" --version 2>&1` in
   5663 *GNU*)
   5664   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
   5665 *)
   5666   ac_count=0
   5667   $as_echo_n 0123456789 >"conftest.in"
   5668   while :
   5669   do
   5670     cat "conftest.in" "conftest.in" >"conftest.tmp"
   5671     mv "conftest.tmp" "conftest.in"
   5672     cp "conftest.in" "conftest.nl"
   5673     $as_echo 'FGREP' >> "conftest.nl"
   5674     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
   5675     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   5676     as_fn_arith $ac_count + 1 && ac_count=$as_val
   5677     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
   5678       # Best one so far, save it but keep looking for a better one
   5679       ac_cv_path_FGREP="$ac_path_FGREP"
   5680       ac_path_FGREP_max=$ac_count
   5681     fi
   5682     # 10*(2^10) chars as input seems more than enough
   5683     test $ac_count -gt 10 && break
   5684   done
   5685   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   5686 esac
   5687 
   5688       $ac_path_FGREP_found && break 3
   5689     done
   5690   done
   5691   done
   5692 IFS=$as_save_IFS
   5693   if test -z "$ac_cv_path_FGREP"; then
   5694     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   5695   fi
   5696 else
   5697   ac_cv_path_FGREP=$FGREP
   5698 fi
   5699 
   5700    fi
   5701 fi
   5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
   5703 $as_echo "$ac_cv_path_FGREP" >&6; }
   5704  FGREP="$ac_cv_path_FGREP"
   5705 
   5706 
   5707 test -z "$GREP" && GREP=grep
   5708 
   5709 
   5710 
   5711 
   5712 
   5713 
   5714 
   5715 
   5716 
   5717 
   5718 
   5719 
   5720 
   5721 
   5722 
   5723 
   5724 
   5725 
   5726 
   5727 # Check whether --with-gnu-ld was given.
   5728 if test "${with_gnu_ld+set}" = set; then :
   5729   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
   5730 else
   5731   with_gnu_ld=no
   5732 fi
   5733 
   5734 ac_prog=ld
   5735 if test "$GCC" = yes; then
   5736   # Check if gcc -print-prog-name=ld gives a path.
   5737   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
   5738 $as_echo_n "checking for ld used by $CC... " >&6; }
   5739   case $host in
   5740   *-*-mingw*)
   5741     # gcc leaves a trailing carriage return which upsets mingw
   5742     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   5743   *)
   5744     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
   5745   esac
   5746   case $ac_prog in
   5747     # Accept absolute paths.
   5748     [\\/]* | ?:[\\/]*)
   5749       re_direlt='/[^/][^/]*/\.\./'
   5750       # Canonicalize the pathname of ld
   5751       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
   5752       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
   5753 	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
   5754       done
   5755       test -z "$LD" && LD="$ac_prog"
   5756       ;;
   5757   "")
   5758     # If it fails, then pretend we aren't using GCC.
   5759     ac_prog=ld
   5760     ;;
   5761   *)
   5762     # If it is relative, then search for the first ld in PATH.
   5763     with_gnu_ld=unknown
   5764     ;;
   5765   esac
   5766 elif test "$with_gnu_ld" = yes; then
   5767   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
   5768 $as_echo_n "checking for GNU ld... " >&6; }
   5769 else
   5770   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
   5771 $as_echo_n "checking for non-GNU ld... " >&6; }
   5772 fi
   5773 if ${lt_cv_path_LD+:} false; then :
   5774   $as_echo_n "(cached) " >&6
   5775 else
   5776   if test -z "$LD"; then
   5777   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   5778   for ac_dir in $PATH; do
   5779     IFS="$lt_save_ifs"
   5780     test -z "$ac_dir" && ac_dir=.
   5781     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
   5782       lt_cv_path_LD="$ac_dir/$ac_prog"
   5783       # Check to see if the program is GNU ld.  I'd rather use --version,
   5784       # but apparently some variants of GNU ld only accept -v.
   5785       # Break only if it was the GNU/non-GNU ld that we prefer.
   5786       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
   5787       *GNU* | *'with BFD'*)
   5788 	test "$with_gnu_ld" != no && break
   5789 	;;
   5790       *)
   5791 	test "$with_gnu_ld" != yes && break
   5792 	;;
   5793       esac
   5794     fi
   5795   done
   5796   IFS="$lt_save_ifs"
   5797 else
   5798   lt_cv_path_LD="$LD" # Let the user override the test with a path.
   5799 fi
   5800 fi
   5801 
   5802 LD="$lt_cv_path_LD"
   5803 if test -n "$LD"; then
   5804   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
   5805 $as_echo "$LD" >&6; }
   5806 else
   5807   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5808 $as_echo "no" >&6; }
   5809 fi
   5810 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
   5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
   5812 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
   5813 if ${lt_cv_prog_gnu_ld+:} false; then :
   5814   $as_echo_n "(cached) " >&6
   5815 else
   5816   # I'd rather use --version here, but apparently some GNU lds only accept -v.
   5817 case `$LD -v 2>&1 </dev/null` in
   5818 *GNU* | *'with BFD'*)
   5819   lt_cv_prog_gnu_ld=yes
   5820   ;;
   5821 *)
   5822   lt_cv_prog_gnu_ld=no
   5823   ;;
   5824 esac
   5825 fi
   5826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
   5827 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
   5828 with_gnu_ld=$lt_cv_prog_gnu_ld
   5829 
   5830 
   5831 
   5832 
   5833 
   5834 
   5835 
   5836 
   5837 
   5838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
   5839 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
   5840 if ${lt_cv_path_NM+:} false; then :
   5841   $as_echo_n "(cached) " >&6
   5842 else
   5843   if test -n "$NM"; then
   5844    # Let the user override the nm to test.
   5845    lt_nm_to_check="$NM"
   5846  else
   5847    lt_nm_to_check="${ac_tool_prefix}nm"
   5848    if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
   5849      lt_nm_to_check="$lt_nm_to_check nm"
   5850    fi
   5851  fi
   5852  for lt_tmp_nm in "$lt_nm_to_check"; do
   5853    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   5854    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
   5855      IFS="$lt_save_ifs"
   5856      test -z "$ac_dir" && ac_dir=.
   5857      # Strip out any user-provided options from the nm to test twice,
   5858      # the first time to test to see if nm (rather than its options) has
   5859      # an explicit path, the second time to yield a file which can be
   5860      # nm'ed itself.
   5861      tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
   5862      case "$tmp_nm_path" in
   5863      */*|*\\*) tmp_nm="$lt_tmp_nm";;
   5864      *) tmp_nm="$ac_dir/$lt_tmp_nm";;
   5865      esac
   5866      tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
   5867      if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
   5868        # Check to see if the nm accepts a BSD-compat flag.
   5869        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
   5870        #   nm: unknown option "B" ignored
   5871        case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
   5872        *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
   5873 	 break
   5874 	 ;;
   5875        *)
   5876 	 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
   5877 	 *$tmp_nm*)
   5878 	   lt_cv_path_NM="$tmp_nm -p"
   5879 	   break
   5880 	   ;;
   5881 	 *)
   5882 	   lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
   5883 	   continue # so that we can try to find one that supports BSD flags
   5884 	   ;;
   5885 	 esac
   5886 	 ;;
   5887        esac
   5888      fi
   5889    done
   5890    IFS="$lt_save_ifs"
   5891  done
   5892  : ${lt_cv_path_NM=no}
   5893 fi
   5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
   5895 $as_echo "$lt_cv_path_NM" >&6; }
   5896 if test "$lt_cv_path_NM" != "no"; then
   5897   NM="$lt_cv_path_NM"
   5898 else
   5899   # Didn't find any BSD compatible name lister, look for dumpbin.
   5900   if test -n "$DUMPBIN"; then :
   5901     # Let the user override the test.
   5902   else
   5903     if test -n "$ac_tool_prefix"; then
   5904   for ac_prog in dumpbin "link -dump"
   5905   do
   5906     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   5907 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5909 $as_echo_n "checking for $ac_word... " >&6; }
   5910 if ${ac_cv_prog_DUMPBIN+:} false; then :
   5911   $as_echo_n "(cached) " >&6
   5912 else
   5913   if test -n "$DUMPBIN"; then
   5914   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
   5915 else
   5916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5917 for as_dir in $PATH
   5918 do
   5919   IFS=$as_save_IFS
   5920   test -z "$as_dir" && as_dir=.
   5921     for ac_exec_ext in '' $ac_executable_extensions; do
   5922   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5923     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
   5924     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5925     break 2
   5926   fi
   5927 done
   5928   done
   5929 IFS=$as_save_IFS
   5930 
   5931 fi
   5932 fi
   5933 DUMPBIN=$ac_cv_prog_DUMPBIN
   5934 if test -n "$DUMPBIN"; then
   5935   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
   5936 $as_echo "$DUMPBIN" >&6; }
   5937 else
   5938   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5939 $as_echo "no" >&6; }
   5940 fi
   5941 
   5942 
   5943     test -n "$DUMPBIN" && break
   5944   done
   5945 fi
   5946 if test -z "$DUMPBIN"; then
   5947   ac_ct_DUMPBIN=$DUMPBIN
   5948   for ac_prog in dumpbin "link -dump"
   5949 do
   5950   # Extract the first word of "$ac_prog", so it can be a program name with args.
   5951 set dummy $ac_prog; ac_word=$2
   5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5953 $as_echo_n "checking for $ac_word... " >&6; }
   5954 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
   5955   $as_echo_n "(cached) " >&6
   5956 else
   5957   if test -n "$ac_ct_DUMPBIN"; then
   5958   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
   5959 else
   5960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5961 for as_dir in $PATH
   5962 do
   5963   IFS=$as_save_IFS
   5964   test -z "$as_dir" && as_dir=.
   5965     for ac_exec_ext in '' $ac_executable_extensions; do
   5966   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5967     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
   5968     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5969     break 2
   5970   fi
   5971 done
   5972   done
   5973 IFS=$as_save_IFS
   5974 
   5975 fi
   5976 fi
   5977 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
   5978 if test -n "$ac_ct_DUMPBIN"; then
   5979   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
   5980 $as_echo "$ac_ct_DUMPBIN" >&6; }
   5981 else
   5982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5983 $as_echo "no" >&6; }
   5984 fi
   5985 
   5986 
   5987   test -n "$ac_ct_DUMPBIN" && break
   5988 done
   5989 
   5990   if test "x$ac_ct_DUMPBIN" = x; then
   5991     DUMPBIN=":"
   5992   else
   5993     case $cross_compiling:$ac_tool_warned in
   5994 yes:)
   5995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5996 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5997 ac_tool_warned=yes ;;
   5998 esac
   5999     DUMPBIN=$ac_ct_DUMPBIN
   6000   fi
   6001 fi
   6002 
   6003     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
   6004     *COFF*)
   6005       DUMPBIN="$DUMPBIN -symbols"
   6006       ;;
   6007     *)
   6008       DUMPBIN=:
   6009       ;;
   6010     esac
   6011   fi
   6012 
   6013   if test "$DUMPBIN" != ":"; then
   6014     NM="$DUMPBIN"
   6015   fi
   6016 fi
   6017 test -z "$NM" && NM=nm
   6018 
   6019 
   6020 
   6021 
   6022 
   6023 
   6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
   6025 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
   6026 if ${lt_cv_nm_interface+:} false; then :
   6027   $as_echo_n "(cached) " >&6
   6028 else
   6029   lt_cv_nm_interface="BSD nm"
   6030   echo "int some_variable = 0;" > conftest.$ac_ext
   6031   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
   6032   (eval "$ac_compile" 2>conftest.err)
   6033   cat conftest.err >&5
   6034   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   6035   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   6036   cat conftest.err >&5
   6037   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
   6038   cat conftest.out >&5
   6039   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
   6040     lt_cv_nm_interface="MS dumpbin"
   6041   fi
   6042   rm -f conftest*
   6043 fi
   6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
   6045 $as_echo "$lt_cv_nm_interface" >&6; }
   6046 
   6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
   6048 $as_echo_n "checking whether ln -s works... " >&6; }
   6049 LN_S=$as_ln_s
   6050 if test "$LN_S" = "ln -s"; then
   6051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   6052 $as_echo "yes" >&6; }
   6053 else
   6054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
   6055 $as_echo "no, using $LN_S" >&6; }
   6056 fi
   6057 
   6058 # find the maximum length of command line arguments
   6059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
   6060 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
   6061 if ${lt_cv_sys_max_cmd_len+:} false; then :
   6062   $as_echo_n "(cached) " >&6
   6063 else
   6064     i=0
   6065   teststring="ABCD"
   6066 
   6067   case $build_os in
   6068   msdosdjgpp*)
   6069     # On DJGPP, this test can blow up pretty badly due to problems in libc
   6070     # (any single argument exceeding 2000 bytes causes a buffer overrun
   6071     # during glob expansion).  Even if it were fixed, the result of this
   6072     # check would be larger than it should be.
   6073     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
   6074     ;;
   6075 
   6076   gnu*)
   6077     # Under GNU Hurd, this test is not required because there is
   6078     # no limit to the length of command line arguments.
   6079     # Libtool will interpret -1 as no limit whatsoever
   6080     lt_cv_sys_max_cmd_len=-1;
   6081     ;;
   6082 
   6083   cygwin* | mingw* | cegcc*)
   6084     # On Win9x/ME, this test blows up -- it succeeds, but takes
   6085     # about 5 minutes as the teststring grows exponentially.
   6086     # Worse, since 9x/ME are not pre-emptively multitasking,
   6087     # you end up with a "frozen" computer, even though with patience
   6088     # the test eventually succeeds (with a max line length of 256k).
   6089     # Instead, let's just punt: use the minimum linelength reported by
   6090     # all of the supported platforms: 8192 (on NT/2K/XP).
   6091     lt_cv_sys_max_cmd_len=8192;
   6092     ;;
   6093 
   6094   mint*)
   6095     # On MiNT this can take a long time and run out of memory.
   6096     lt_cv_sys_max_cmd_len=8192;
   6097     ;;
   6098 
   6099   amigaos*)
   6100     # On AmigaOS with pdksh, this test takes hours, literally.
   6101     # So we just punt and use a minimum line length of 8192.
   6102     lt_cv_sys_max_cmd_len=8192;
   6103     ;;
   6104 
   6105   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
   6106     # This has been around since 386BSD, at least.  Likely further.
   6107     if test -x /sbin/sysctl; then
   6108       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
   6109     elif test -x /usr/sbin/sysctl; then
   6110       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
   6111     else
   6112       lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
   6113     fi
   6114     # And add a safety zone
   6115     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   6116     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   6117     ;;
   6118 
   6119   interix*)
   6120     # We know the value 262144 and hardcode it with a safety zone (like BSD)
   6121     lt_cv_sys_max_cmd_len=196608
   6122     ;;
   6123 
   6124   osf*)
   6125     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
   6126     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
   6127     # nice to cause kernel panics so lets avoid the loop below.
   6128     # First set a reasonable default.
   6129     lt_cv_sys_max_cmd_len=16384
   6130     #
   6131     if test -x /sbin/sysconfig; then
   6132       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
   6133         *1*) lt_cv_sys_max_cmd_len=-1 ;;
   6134       esac
   6135     fi
   6136     ;;
   6137   sco3.2v5*)
   6138     lt_cv_sys_max_cmd_len=102400
   6139     ;;
   6140   sysv5* | sco5v6* | sysv4.2uw2*)
   6141     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
   6142     if test -n "$kargmax"; then
   6143       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
   6144     else
   6145       lt_cv_sys_max_cmd_len=32768
   6146     fi
   6147     ;;
   6148   *)
   6149     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
   6150     if test -n "$lt_cv_sys_max_cmd_len"; then
   6151       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   6152       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   6153     else
   6154       # Make teststring a little bigger before we do anything with it.
   6155       # a 1K string should be a reasonable start.
   6156       for i in 1 2 3 4 5 6 7 8 ; do
   6157         teststring=$teststring$teststring
   6158       done
   6159       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
   6160       # If test is not a shell built-in, we'll probably end up computing a
   6161       # maximum length that is only half of the actual maximum length, but
   6162       # we can't tell.
   6163       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
   6164 	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
   6165 	      test $i != 17 # 1/2 MB should be enough
   6166       do
   6167         i=`expr $i + 1`
   6168         teststring=$teststring$teststring
   6169       done
   6170       # Only check the string length outside the loop.
   6171       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
   6172       teststring=
   6173       # Add a significant safety factor because C++ compilers can tack on
   6174       # massive amounts of additional arguments before passing them to the
   6175       # linker.  It appears as though 1/2 is a usable value.
   6176       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
   6177     fi
   6178     ;;
   6179   esac
   6180 
   6181 fi
   6182 
   6183 if test -n $lt_cv_sys_max_cmd_len ; then
   6184   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
   6185 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
   6186 else
   6187   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
   6188 $as_echo "none" >&6; }
   6189 fi
   6190 max_cmd_len=$lt_cv_sys_max_cmd_len
   6191 
   6192 
   6193 
   6194 
   6195 
   6196 
   6197 : ${CP="cp -f"}
   6198 : ${MV="mv -f"}
   6199 : ${RM="rm -f"}
   6200 
   6201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
   6202 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
   6203 # Try some XSI features
   6204 xsi_shell=no
   6205 ( _lt_dummy="a/b/c"
   6206   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
   6207       = c,a/b,, \
   6208     && eval 'test $(( 1 + 1 )) -eq 2 \
   6209     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
   6210   && xsi_shell=yes
   6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
   6212 $as_echo "$xsi_shell" >&6; }
   6213 
   6214 
   6215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
   6216 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
   6217 lt_shell_append=no
   6218 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
   6219     >/dev/null 2>&1 \
   6220   && lt_shell_append=yes
   6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
   6222 $as_echo "$lt_shell_append" >&6; }
   6223 
   6224 
   6225 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   6226   lt_unset=unset
   6227 else
   6228   lt_unset=false
   6229 fi
   6230 
   6231 
   6232 
   6233 
   6234 
   6235 # test EBCDIC or ASCII
   6236 case `echo X|tr X '\101'` in
   6237  A) # ASCII based system
   6238     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
   6239   lt_SP2NL='tr \040 \012'
   6240   lt_NL2SP='tr \015\012 \040\040'
   6241   ;;
   6242  *) # EBCDIC based system
   6243   lt_SP2NL='tr \100 \n'
   6244   lt_NL2SP='tr \r\n \100\100'
   6245   ;;
   6246 esac
   6247 
   6248 
   6249 
   6250 
   6251 
   6252 
   6253 
   6254 
   6255 
   6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
   6257 $as_echo_n "checking for $LD option to reload object files... " >&6; }
   6258 if ${lt_cv_ld_reload_flag+:} false; then :
   6259   $as_echo_n "(cached) " >&6
   6260 else
   6261   lt_cv_ld_reload_flag='-r'
   6262 fi
   6263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
   6264 $as_echo "$lt_cv_ld_reload_flag" >&6; }
   6265 reload_flag=$lt_cv_ld_reload_flag
   6266 case $reload_flag in
   6267 "" | " "*) ;;
   6268 *) reload_flag=" $reload_flag" ;;
   6269 esac
   6270 reload_cmds='$LD$reload_flag -o $output$reload_objs'
   6271 case $host_os in
   6272   darwin*)
   6273     if test "$GCC" = yes; then
   6274       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
   6275     else
   6276       reload_cmds='$LD$reload_flag -o $output$reload_objs'
   6277     fi
   6278     ;;
   6279 esac
   6280 
   6281 
   6282 
   6283 
   6284 
   6285 
   6286 
   6287 
   6288 
   6289 if test -n "$ac_tool_prefix"; then
   6290   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
   6291 set dummy ${ac_tool_prefix}objdump; ac_word=$2
   6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6293 $as_echo_n "checking for $ac_word... " >&6; }
   6294 if ${ac_cv_prog_OBJDUMP+:} false; then :
   6295   $as_echo_n "(cached) " >&6
   6296 else
   6297   if test -n "$OBJDUMP"; then
   6298   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
   6299 else
   6300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6301 for as_dir in $PATH
   6302 do
   6303   IFS=$as_save_IFS
   6304   test -z "$as_dir" && as_dir=.
   6305     for ac_exec_ext in '' $ac_executable_extensions; do
   6306   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6307     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
   6308     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6309     break 2
   6310   fi
   6311 done
   6312   done
   6313 IFS=$as_save_IFS
   6314 
   6315 fi
   6316 fi
   6317 OBJDUMP=$ac_cv_prog_OBJDUMP
   6318 if test -n "$OBJDUMP"; then
   6319   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
   6320 $as_echo "$OBJDUMP" >&6; }
   6321 else
   6322   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6323 $as_echo "no" >&6; }
   6324 fi
   6325 
   6326 
   6327 fi
   6328 if test -z "$ac_cv_prog_OBJDUMP"; then
   6329   ac_ct_OBJDUMP=$OBJDUMP
   6330   # Extract the first word of "objdump", so it can be a program name with args.
   6331 set dummy objdump; ac_word=$2
   6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6333 $as_echo_n "checking for $ac_word... " >&6; }
   6334 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
   6335   $as_echo_n "(cached) " >&6
   6336 else
   6337   if test -n "$ac_ct_OBJDUMP"; then
   6338   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
   6339 else
   6340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6341 for as_dir in $PATH
   6342 do
   6343   IFS=$as_save_IFS
   6344   test -z "$as_dir" && as_dir=.
   6345     for ac_exec_ext in '' $ac_executable_extensions; do
   6346   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6347     ac_cv_prog_ac_ct_OBJDUMP="objdump"
   6348     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6349     break 2
   6350   fi
   6351 done
   6352   done
   6353 IFS=$as_save_IFS
   6354 
   6355 fi
   6356 fi
   6357 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
   6358 if test -n "$ac_ct_OBJDUMP"; then
   6359   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
   6360 $as_echo "$ac_ct_OBJDUMP" >&6; }
   6361 else
   6362   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6363 $as_echo "no" >&6; }
   6364 fi
   6365 
   6366   if test "x$ac_ct_OBJDUMP" = x; then
   6367     OBJDUMP="false"
   6368   else
   6369     case $cross_compiling:$ac_tool_warned in
   6370 yes:)
   6371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6373 ac_tool_warned=yes ;;
   6374 esac
   6375     OBJDUMP=$ac_ct_OBJDUMP
   6376   fi
   6377 else
   6378   OBJDUMP="$ac_cv_prog_OBJDUMP"
   6379 fi
   6380 
   6381 test -z "$OBJDUMP" && OBJDUMP=objdump
   6382 
   6383 
   6384 
   6385 
   6386 
   6387 
   6388 
   6389 
   6390 
   6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
   6392 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
   6393 if ${lt_cv_deplibs_check_method+:} false; then :
   6394   $as_echo_n "(cached) " >&6
   6395 else
   6396   lt_cv_file_magic_cmd='$MAGIC_CMD'
   6397 lt_cv_file_magic_test_file=
   6398 lt_cv_deplibs_check_method='unknown'
   6399 # Need to set the preceding variable on all platforms that support
   6400 # interlibrary dependencies.
   6401 # 'none' -- dependencies not supported.
   6402 # `unknown' -- same as none, but documents that we really don't know.
   6403 # 'pass_all' -- all dependencies passed with no checks.
   6404 # 'test_compile' -- check by making test program.
   6405 # 'file_magic [[regex]]' -- check by looking for files in library path
   6406 # which responds to the $file_magic_cmd with a given extended regex.
   6407 # If you have `file' or equivalent on your system and you're not sure
   6408 # whether `pass_all' will *always* work, you probably want this one.
   6409 
   6410 case $host_os in
   6411 aix[4-9]*)
   6412   lt_cv_deplibs_check_method=pass_all
   6413   ;;
   6414 
   6415 beos*)
   6416   lt_cv_deplibs_check_method=pass_all
   6417   ;;
   6418 
   6419 bsdi[45]*)
   6420   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
   6421   lt_cv_file_magic_cmd='/usr/bin/file -L'
   6422   lt_cv_file_magic_test_file=/shlib/libc.so
   6423   ;;
   6424 
   6425 cygwin*)
   6426   # func_win32_libid is a shell function defined in ltmain.sh
   6427   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   6428   lt_cv_file_magic_cmd='func_win32_libid'
   6429   ;;
   6430 
   6431 mingw* | pw32*)
   6432   # Base MSYS/MinGW do not provide the 'file' command needed by
   6433   # func_win32_libid shell function, so use a weaker test based on 'objdump',
   6434   # unless we find 'file', for example because we are cross-compiling.
   6435   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
   6436   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
   6437     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   6438     lt_cv_file_magic_cmd='func_win32_libid'
   6439   else
   6440     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
   6441     lt_cv_file_magic_cmd='$OBJDUMP -f'
   6442   fi
   6443   ;;
   6444 
   6445 cegcc*)
   6446   # use the weaker test based on 'objdump'. See mingw*.
   6447   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
   6448   lt_cv_file_magic_cmd='$OBJDUMP -f'
   6449   ;;
   6450 
   6451 darwin* | rhapsody*)
   6452   lt_cv_deplibs_check_method=pass_all
   6453   ;;
   6454 
   6455 freebsd* | dragonfly*)
   6456   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   6457     case $host_cpu in
   6458     i*86 )
   6459       # Not sure whether the presence of OpenBSD here was a mistake.
   6460       # Let's accept both of them until this is cleared up.
   6461       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
   6462       lt_cv_file_magic_cmd=/usr/bin/file
   6463       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
   6464       ;;
   6465     esac
   6466   else
   6467     lt_cv_deplibs_check_method=pass_all
   6468   fi
   6469   ;;
   6470 
   6471 gnu*)
   6472   lt_cv_deplibs_check_method=pass_all
   6473   ;;
   6474 
   6475 haiku*)
   6476   lt_cv_deplibs_check_method=pass_all
   6477   ;;
   6478 
   6479 hpux10.20* | hpux11*)
   6480   lt_cv_file_magic_cmd=/usr/bin/file
   6481   case $host_cpu in
   6482   ia64*)
   6483     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
   6484     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
   6485     ;;
   6486   hppa*64*)
   6487     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
   6488     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
   6489     ;;
   6490   *)
   6491     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
   6492     lt_cv_file_magic_test_file=/usr/lib/libc.sl
   6493     ;;
   6494   esac
   6495   ;;
   6496 
   6497 interix[3-9]*)
   6498   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
   6499   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
   6500   ;;
   6501 
   6502 irix5* | irix6* | nonstopux*)
   6503   case $LD in
   6504   *-32|*"-32 ") libmagic=32-bit;;
   6505   *-n32|*"-n32 ") libmagic=N32;;
   6506   *-64|*"-64 ") libmagic=64-bit;;
   6507   *) libmagic=never-match;;
   6508   esac
   6509   lt_cv_deplibs_check_method=pass_all
   6510   ;;
   6511 
   6512 # This must be Linux ELF.
   6513 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
   6514   lt_cv_deplibs_check_method=pass_all
   6515   ;;
   6516 
   6517 netbsd*)
   6518   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   6519     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   6520   else
   6521     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
   6522   fi
   6523   ;;
   6524 
   6525 newos6*)
   6526   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
   6527   lt_cv_file_magic_cmd=/usr/bin/file
   6528   lt_cv_file_magic_test_file=/usr/lib/libnls.so
   6529   ;;
   6530 
   6531 *nto* | *qnx*)
   6532   lt_cv_deplibs_check_method=pass_all
   6533   ;;
   6534 
   6535 openbsd*)
   6536   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   6537     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
   6538   else
   6539     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   6540   fi
   6541   ;;
   6542 
   6543 osf3* | osf4* | osf5*)
   6544   lt_cv_deplibs_check_method=pass_all
   6545   ;;
   6546 
   6547 rdos*)
   6548   lt_cv_deplibs_check_method=pass_all
   6549   ;;
   6550 
   6551 solaris*)
   6552   lt_cv_deplibs_check_method=pass_all
   6553   ;;
   6554 
   6555 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   6556   lt_cv_deplibs_check_method=pass_all
   6557   ;;
   6558 
   6559 sysv4 | sysv4.3*)
   6560   case $host_vendor in
   6561   motorola)
   6562     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
   6563     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
   6564     ;;
   6565   ncr)
   6566     lt_cv_deplibs_check_method=pass_all
   6567     ;;
   6568   sequent)
   6569     lt_cv_file_magic_cmd='/bin/file'
   6570     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
   6571     ;;
   6572   sni)
   6573     lt_cv_file_magic_cmd='/bin/file'
   6574     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
   6575     lt_cv_file_magic_test_file=/lib/libc.so
   6576     ;;
   6577   siemens)
   6578     lt_cv_deplibs_check_method=pass_all
   6579     ;;
   6580   pc)
   6581     lt_cv_deplibs_check_method=pass_all
   6582     ;;
   6583   esac
   6584   ;;
   6585 
   6586 tpf*)
   6587   lt_cv_deplibs_check_method=pass_all
   6588   ;;
   6589 vxworks*)
   6590   # Assume VxWorks cross toolchains are built on Linux, possibly
   6591   # as canadian for Windows hosts.
   6592   lt_cv_deplibs_check_method=pass_all
   6593   ;;
   6594 esac
   6595 
   6596 fi
   6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
   6598 $as_echo "$lt_cv_deplibs_check_method" >&6; }
   6599 file_magic_cmd=$lt_cv_file_magic_cmd
   6600 deplibs_check_method=$lt_cv_deplibs_check_method
   6601 test -z "$deplibs_check_method" && deplibs_check_method=unknown
   6602 
   6603 
   6604 
   6605 
   6606 
   6607 
   6608 
   6609 
   6610 
   6611 
   6612 
   6613 
   6614 
   6615 # Try CLANG_PLUGIN_FILE first since GCC_PLUGIN_OPTION may return the
   6616 # wrong plugin_option with clang.
   6617   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clang" >&5
   6618 $as_echo_n "checking for clang... " >&6; }
   6619 if ${clang_cv_is_clang+:} false; then :
   6620   $as_echo_n "(cached) " >&6
   6621 else
   6622 
   6623     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6624 /* end confdefs.h.  */
   6625 
   6626 #ifdef __clang__
   6627   yes
   6628 #endif
   6629 
   6630 _ACEOF
   6631 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   6632   $EGREP "yes" >/dev/null 2>&1; then :
   6633   clang_cv_is_clang=yes
   6634 else
   6635   clang_cv_is_clang=no
   6636 fi
   6637 rm -f conftest*
   6638 
   6639 fi
   6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $clang_cv_is_clang" >&5
   6641 $as_echo "$clang_cv_is_clang" >&6; }
   6642   if test -n "$ac_tool_prefix"; then
   6643   # Extract the first word of "${ac_tool_prefix}llvm-config", so it can be a program name with args.
   6644 set dummy ${ac_tool_prefix}llvm-config; ac_word=$2
   6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6646 $as_echo_n "checking for $ac_word... " >&6; }
   6647 if ${ac_cv_prog_LLVM_CONFIG+:} false; then :
   6648   $as_echo_n "(cached) " >&6
   6649 else
   6650   if test -n "$LLVM_CONFIG"; then
   6651   ac_cv_prog_LLVM_CONFIG="$LLVM_CONFIG" # Let the user override the test.
   6652 else
   6653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6654 for as_dir in $PATH
   6655 do
   6656   IFS=$as_save_IFS
   6657   test -z "$as_dir" && as_dir=.
   6658     for ac_exec_ext in '' $ac_executable_extensions; do
   6659   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6660     ac_cv_prog_LLVM_CONFIG="${ac_tool_prefix}llvm-config"
   6661     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6662     break 2
   6663   fi
   6664 done
   6665   done
   6666 IFS=$as_save_IFS
   6667 
   6668 fi
   6669 fi
   6670 LLVM_CONFIG=$ac_cv_prog_LLVM_CONFIG
   6671 if test -n "$LLVM_CONFIG"; then
   6672   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LLVM_CONFIG" >&5
   6673 $as_echo "$LLVM_CONFIG" >&6; }
   6674 else
   6675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6676 $as_echo "no" >&6; }
   6677 fi
   6678 
   6679 
   6680 fi
   6681 if test -z "$ac_cv_prog_LLVM_CONFIG"; then
   6682   ac_ct_LLVM_CONFIG=$LLVM_CONFIG
   6683   # Extract the first word of "llvm-config", so it can be a program name with args.
   6684 set dummy llvm-config; ac_word=$2
   6685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6686 $as_echo_n "checking for $ac_word... " >&6; }
   6687 if ${ac_cv_prog_ac_ct_LLVM_CONFIG+:} false; then :
   6688   $as_echo_n "(cached) " >&6
   6689 else
   6690   if test -n "$ac_ct_LLVM_CONFIG"; then
   6691   ac_cv_prog_ac_ct_LLVM_CONFIG="$ac_ct_LLVM_CONFIG" # Let the user override the test.
   6692 else
   6693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6694 for as_dir in $PATH
   6695 do
   6696   IFS=$as_save_IFS
   6697   test -z "$as_dir" && as_dir=.
   6698     for ac_exec_ext in '' $ac_executable_extensions; do
   6699   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6700     ac_cv_prog_ac_ct_LLVM_CONFIG="llvm-config"
   6701     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6702     break 2
   6703   fi
   6704 done
   6705   done
   6706 IFS=$as_save_IFS
   6707 
   6708 fi
   6709 fi
   6710 ac_ct_LLVM_CONFIG=$ac_cv_prog_ac_ct_LLVM_CONFIG
   6711 if test -n "$ac_ct_LLVM_CONFIG"; then
   6712   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LLVM_CONFIG" >&5
   6713 $as_echo "$ac_ct_LLVM_CONFIG" >&6; }
   6714 else
   6715   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6716 $as_echo "no" >&6; }
   6717 fi
   6718 
   6719   if test "x$ac_ct_LLVM_CONFIG" = x; then
   6720     LLVM_CONFIG=""
   6721   else
   6722     case $cross_compiling:$ac_tool_warned in
   6723 yes:)
   6724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6726 ac_tool_warned=yes ;;
   6727 esac
   6728     LLVM_CONFIG=$ac_ct_LLVM_CONFIG
   6729   fi
   6730 else
   6731   LLVM_CONFIG="$ac_cv_prog_LLVM_CONFIG"
   6732 fi
   6733 
   6734   plugin_file=
   6735   if test $clang_cv_is_clang = yes; then
   6736     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clang plugin file" >&5
   6737 $as_echo_n "checking for clang plugin file... " >&6; }
   6738     plugin_names="LLVMgold.so"
   6739     for plugin in $plugin_names; do
   6740       plugin_file=`${CC} ${CFLAGS} --print-file-name $plugin`
   6741       if test "$plugin_file" != "$plugin"; then
   6742 	break;
   6743       fi
   6744       if test -n "${LLVM_CONFIG}"; then
   6745 	plugin_file=`${LLVM_CONFIG} --libdir`/$plugin
   6746 	if test -f "$plugin_file"; then
   6747 	  break;
   6748 	fi
   6749       fi
   6750       plugin_file=
   6751     done
   6752     if test -z "$plugin_file"; then
   6753       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6754 $as_echo "no" >&6; }
   6755     else
   6756       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugin_file" >&5
   6757 $as_echo "$plugin_file" >&6; }
   6758             if test -n "$ac_tool_prefix"; then
   6759   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   6760 set dummy ${ac_tool_prefix}ar; ac_word=$2
   6761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6762 $as_echo_n "checking for $ac_word... " >&6; }
   6763 if ${ac_cv_prog_AR+:} false; then :
   6764   $as_echo_n "(cached) " >&6
   6765 else
   6766   if test -n "$AR"; then
   6767   ac_cv_prog_AR="$AR" # Let the user override the test.
   6768 else
   6769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6770 for as_dir in $PATH
   6771 do
   6772   IFS=$as_save_IFS
   6773   test -z "$as_dir" && as_dir=.
   6774     for ac_exec_ext in '' $ac_executable_extensions; do
   6775   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6776     ac_cv_prog_AR="${ac_tool_prefix}ar"
   6777     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6778     break 2
   6779   fi
   6780 done
   6781   done
   6782 IFS=$as_save_IFS
   6783 
   6784 fi
   6785 fi
   6786 AR=$ac_cv_prog_AR
   6787 if test -n "$AR"; then
   6788   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   6789 $as_echo "$AR" >&6; }
   6790 else
   6791   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6792 $as_echo "no" >&6; }
   6793 fi
   6794 
   6795 
   6796 fi
   6797 if test -z "$ac_cv_prog_AR"; then
   6798   ac_ct_AR=$AR
   6799   # Extract the first word of "ar", so it can be a program name with args.
   6800 set dummy ar; ac_word=$2
   6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6802 $as_echo_n "checking for $ac_word... " >&6; }
   6803 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   6804   $as_echo_n "(cached) " >&6
   6805 else
   6806   if test -n "$ac_ct_AR"; then
   6807   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   6808 else
   6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6810 for as_dir in $PATH
   6811 do
   6812   IFS=$as_save_IFS
   6813   test -z "$as_dir" && as_dir=.
   6814     for ac_exec_ext in '' $ac_executable_extensions; do
   6815   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6816     ac_cv_prog_ac_ct_AR="ar"
   6817     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6818     break 2
   6819   fi
   6820 done
   6821   done
   6822 IFS=$as_save_IFS
   6823 
   6824 fi
   6825 fi
   6826 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   6827 if test -n "$ac_ct_AR"; then
   6828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   6829 $as_echo "$ac_ct_AR" >&6; }
   6830 else
   6831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6832 $as_echo "no" >&6; }
   6833 fi
   6834 
   6835   if test "x$ac_ct_AR" = x; then
   6836     AR=""
   6837   else
   6838     case $cross_compiling:$ac_tool_warned in
   6839 yes:)
   6840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6841 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6842 ac_tool_warned=yes ;;
   6843 esac
   6844     AR=$ac_ct_AR
   6845   fi
   6846 else
   6847   AR="$ac_cv_prog_AR"
   6848 fi
   6849 
   6850       if test -z "${AR}"; then
   6851 	as_fn_error $? "Required archive tool 'ar' not found on PATH." "$LINENO" 5
   6852       fi
   6853       plugin_option="--plugin $plugin_file"
   6854       touch conftest.c
   6855       ${AR} $plugin_option rc conftest.a conftest.c
   6856       if test "$?" != 0; then
   6857 	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
   6858 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
   6859 	plugin_file=
   6860       fi
   6861       rm -f conftest.*
   6862     fi
   6863   fi
   6864   plugin_file="$plugin_file"
   6865 
   6866 if test -n "$plugin_file"; then
   6867   plugin_option="--plugin $plugin_file"
   6868 else
   6869   if test -n "$ac_tool_prefix"; then
   6870   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   6871 set dummy ${ac_tool_prefix}ar; ac_word=$2
   6872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6873 $as_echo_n "checking for $ac_word... " >&6; }
   6874 if ${ac_cv_prog_AR+:} false; then :
   6875   $as_echo_n "(cached) " >&6
   6876 else
   6877   if test -n "$AR"; then
   6878   ac_cv_prog_AR="$AR" # Let the user override the test.
   6879 else
   6880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6881 for as_dir in $PATH
   6882 do
   6883   IFS=$as_save_IFS
   6884   test -z "$as_dir" && as_dir=.
   6885     for ac_exec_ext in '' $ac_executable_extensions; do
   6886   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6887     ac_cv_prog_AR="${ac_tool_prefix}ar"
   6888     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6889     break 2
   6890   fi
   6891 done
   6892   done
   6893 IFS=$as_save_IFS
   6894 
   6895 fi
   6896 fi
   6897 AR=$ac_cv_prog_AR
   6898 if test -n "$AR"; then
   6899   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   6900 $as_echo "$AR" >&6; }
   6901 else
   6902   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6903 $as_echo "no" >&6; }
   6904 fi
   6905 
   6906 
   6907 fi
   6908 if test -z "$ac_cv_prog_AR"; then
   6909   ac_ct_AR=$AR
   6910   # Extract the first word of "ar", so it can be a program name with args.
   6911 set dummy ar; ac_word=$2
   6912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6913 $as_echo_n "checking for $ac_word... " >&6; }
   6914 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   6915   $as_echo_n "(cached) " >&6
   6916 else
   6917   if test -n "$ac_ct_AR"; then
   6918   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   6919 else
   6920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6921 for as_dir in $PATH
   6922 do
   6923   IFS=$as_save_IFS
   6924   test -z "$as_dir" && as_dir=.
   6925     for ac_exec_ext in '' $ac_executable_extensions; do
   6926   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6927     ac_cv_prog_ac_ct_AR="ar"
   6928     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6929     break 2
   6930   fi
   6931 done
   6932   done
   6933 IFS=$as_save_IFS
   6934 
   6935 fi
   6936 fi
   6937 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   6938 if test -n "$ac_ct_AR"; then
   6939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   6940 $as_echo "$ac_ct_AR" >&6; }
   6941 else
   6942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6943 $as_echo "no" >&6; }
   6944 fi
   6945 
   6946   if test "x$ac_ct_AR" = x; then
   6947     AR=""
   6948   else
   6949     case $cross_compiling:$ac_tool_warned in
   6950 yes:)
   6951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6953 ac_tool_warned=yes ;;
   6954 esac
   6955     AR=$ac_ct_AR
   6956   fi
   6957 else
   6958   AR="$ac_cv_prog_AR"
   6959 fi
   6960 
   6961 if test -z "${AR}"; then
   6962   as_fn_error $? "Required archive tool 'ar' not found on PATH." "$LINENO" 5
   6963 fi
   6964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -plugin option" >&5
   6965 $as_echo_n "checking for -plugin option... " >&6; }
   6966 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
   6967 plugin_option=
   6968 for plugin in $plugin_names; do
   6969   plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
   6970   if test x$plugin_so = x$plugin; then
   6971     plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
   6972   fi
   6973   if test x$plugin_so != x$plugin; then
   6974     plugin_option="--plugin $plugin_so"
   6975     break
   6976   fi
   6977 done
   6978 if test -z "$plugin_option"; then
   6979   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6980 $as_echo "no" >&6; }
   6981 else
   6982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $plugin_option" >&5
   6983 $as_echo "$plugin_option" >&6; }
   6984     touch conftest.c
   6985   ${AR} $plugin_option rc conftest.a conftest.c
   6986   if test "$?" != 0; then
   6987     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
   6988 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
   6989     plugin_option=
   6990   fi
   6991   rm -f conftest.*
   6992 fi
   6993 plugin_option="$plugin_option"
   6994 
   6995 fi
   6996 if test -n "$ac_tool_prefix"; then
   6997   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   6998 set dummy ${ac_tool_prefix}ar; ac_word=$2
   6999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7000 $as_echo_n "checking for $ac_word... " >&6; }
   7001 if ${ac_cv_prog_AR+:} false; then :
   7002   $as_echo_n "(cached) " >&6
   7003 else
   7004   if test -n "$AR"; then
   7005   ac_cv_prog_AR="$AR" # Let the user override the test.
   7006 else
   7007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7008 for as_dir in $PATH
   7009 do
   7010   IFS=$as_save_IFS
   7011   test -z "$as_dir" && as_dir=.
   7012     for ac_exec_ext in '' $ac_executable_extensions; do
   7013   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7014     ac_cv_prog_AR="${ac_tool_prefix}ar"
   7015     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7016     break 2
   7017   fi
   7018 done
   7019   done
   7020 IFS=$as_save_IFS
   7021 
   7022 fi
   7023 fi
   7024 AR=$ac_cv_prog_AR
   7025 if test -n "$AR"; then
   7026   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   7027 $as_echo "$AR" >&6; }
   7028 else
   7029   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7030 $as_echo "no" >&6; }
   7031 fi
   7032 
   7033 
   7034 fi
   7035 if test -z "$ac_cv_prog_AR"; then
   7036   ac_ct_AR=$AR
   7037   # Extract the first word of "ar", so it can be a program name with args.
   7038 set dummy ar; ac_word=$2
   7039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7040 $as_echo_n "checking for $ac_word... " >&6; }
   7041 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   7042   $as_echo_n "(cached) " >&6
   7043 else
   7044   if test -n "$ac_ct_AR"; then
   7045   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   7046 else
   7047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7048 for as_dir in $PATH
   7049 do
   7050   IFS=$as_save_IFS
   7051   test -z "$as_dir" && as_dir=.
   7052     for ac_exec_ext in '' $ac_executable_extensions; do
   7053   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7054     ac_cv_prog_ac_ct_AR="ar"
   7055     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7056     break 2
   7057   fi
   7058 done
   7059   done
   7060 IFS=$as_save_IFS
   7061 
   7062 fi
   7063 fi
   7064 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   7065 if test -n "$ac_ct_AR"; then
   7066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   7067 $as_echo "$ac_ct_AR" >&6; }
   7068 else
   7069   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7070 $as_echo "no" >&6; }
   7071 fi
   7072 
   7073   if test "x$ac_ct_AR" = x; then
   7074     AR="false"
   7075   else
   7076     case $cross_compiling:$ac_tool_warned in
   7077 yes:)
   7078 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7079 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7080 ac_tool_warned=yes ;;
   7081 esac
   7082     AR=$ac_ct_AR
   7083   fi
   7084 else
   7085   AR="$ac_cv_prog_AR"
   7086 fi
   7087 
   7088 test -z "$AR" && AR=ar
   7089 if test -n "$plugin_option"; then
   7090   case "$AR" in
   7091   *"$plugin_option"*)
   7092     ;;
   7093   *)
   7094     if $AR --help 2>&1 | grep -q "\--plugin"; then
   7095       AR="$AR $plugin_option"
   7096     fi
   7097     ;;
   7098   esac
   7099 fi
   7100 test -z "$AR_FLAGS" && AR_FLAGS=cru
   7101 
   7102 
   7103 
   7104 
   7105 
   7106 
   7107 
   7108 
   7109 
   7110 
   7111 
   7112 if test -n "$ac_tool_prefix"; then
   7113   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   7114 set dummy ${ac_tool_prefix}strip; ac_word=$2
   7115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7116 $as_echo_n "checking for $ac_word... " >&6; }
   7117 if ${ac_cv_prog_STRIP+:} false; then :
   7118   $as_echo_n "(cached) " >&6
   7119 else
   7120   if test -n "$STRIP"; then
   7121   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   7122 else
   7123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7124 for as_dir in $PATH
   7125 do
   7126   IFS=$as_save_IFS
   7127   test -z "$as_dir" && as_dir=.
   7128     for ac_exec_ext in '' $ac_executable_extensions; do
   7129   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7130     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   7131     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7132     break 2
   7133   fi
   7134 done
   7135   done
   7136 IFS=$as_save_IFS
   7137 
   7138 fi
   7139 fi
   7140 STRIP=$ac_cv_prog_STRIP
   7141 if test -n "$STRIP"; then
   7142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   7143 $as_echo "$STRIP" >&6; }
   7144 else
   7145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7146 $as_echo "no" >&6; }
   7147 fi
   7148 
   7149 
   7150 fi
   7151 if test -z "$ac_cv_prog_STRIP"; then
   7152   ac_ct_STRIP=$STRIP
   7153   # Extract the first word of "strip", so it can be a program name with args.
   7154 set dummy strip; ac_word=$2
   7155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7156 $as_echo_n "checking for $ac_word... " >&6; }
   7157 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   7158   $as_echo_n "(cached) " >&6
   7159 else
   7160   if test -n "$ac_ct_STRIP"; then
   7161   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   7162 else
   7163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7164 for as_dir in $PATH
   7165 do
   7166   IFS=$as_save_IFS
   7167   test -z "$as_dir" && as_dir=.
   7168     for ac_exec_ext in '' $ac_executable_extensions; do
   7169   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7170     ac_cv_prog_ac_ct_STRIP="strip"
   7171     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7172     break 2
   7173   fi
   7174 done
   7175   done
   7176 IFS=$as_save_IFS
   7177 
   7178 fi
   7179 fi
   7180 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   7181 if test -n "$ac_ct_STRIP"; then
   7182   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   7183 $as_echo "$ac_ct_STRIP" >&6; }
   7184 else
   7185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7186 $as_echo "no" >&6; }
   7187 fi
   7188 
   7189   if test "x$ac_ct_STRIP" = x; then
   7190     STRIP=":"
   7191   else
   7192     case $cross_compiling:$ac_tool_warned in
   7193 yes:)
   7194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7195 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7196 ac_tool_warned=yes ;;
   7197 esac
   7198     STRIP=$ac_ct_STRIP
   7199   fi
   7200 else
   7201   STRIP="$ac_cv_prog_STRIP"
   7202 fi
   7203 
   7204 test -z "$STRIP" && STRIP=:
   7205 
   7206 
   7207 
   7208 
   7209 
   7210 
   7211 if test -n "$ac_tool_prefix"; then
   7212   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   7213 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   7214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7215 $as_echo_n "checking for $ac_word... " >&6; }
   7216 if ${ac_cv_prog_RANLIB+:} false; then :
   7217   $as_echo_n "(cached) " >&6
   7218 else
   7219   if test -n "$RANLIB"; then
   7220   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   7221 else
   7222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7223 for as_dir in $PATH
   7224 do
   7225   IFS=$as_save_IFS
   7226   test -z "$as_dir" && as_dir=.
   7227     for ac_exec_ext in '' $ac_executable_extensions; do
   7228   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7229     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   7230     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7231     break 2
   7232   fi
   7233 done
   7234   done
   7235 IFS=$as_save_IFS
   7236 
   7237 fi
   7238 fi
   7239 RANLIB=$ac_cv_prog_RANLIB
   7240 if test -n "$RANLIB"; then
   7241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   7242 $as_echo "$RANLIB" >&6; }
   7243 else
   7244   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7245 $as_echo "no" >&6; }
   7246 fi
   7247 
   7248 
   7249 fi
   7250 if test -z "$ac_cv_prog_RANLIB"; then
   7251   ac_ct_RANLIB=$RANLIB
   7252   # Extract the first word of "ranlib", so it can be a program name with args.
   7253 set dummy ranlib; ac_word=$2
   7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7255 $as_echo_n "checking for $ac_word... " >&6; }
   7256 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   7257   $as_echo_n "(cached) " >&6
   7258 else
   7259   if test -n "$ac_ct_RANLIB"; then
   7260   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   7261 else
   7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7263 for as_dir in $PATH
   7264 do
   7265   IFS=$as_save_IFS
   7266   test -z "$as_dir" && as_dir=.
   7267     for ac_exec_ext in '' $ac_executable_extensions; do
   7268   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7269     ac_cv_prog_ac_ct_RANLIB="ranlib"
   7270     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7271     break 2
   7272   fi
   7273 done
   7274   done
   7275 IFS=$as_save_IFS
   7276 
   7277 fi
   7278 fi
   7279 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   7280 if test -n "$ac_ct_RANLIB"; then
   7281   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   7282 $as_echo "$ac_ct_RANLIB" >&6; }
   7283 else
   7284   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7285 $as_echo "no" >&6; }
   7286 fi
   7287 
   7288   if test "x$ac_ct_RANLIB" = x; then
   7289     RANLIB=":"
   7290   else
   7291     case $cross_compiling:$ac_tool_warned in
   7292 yes:)
   7293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7294 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7295 ac_tool_warned=yes ;;
   7296 esac
   7297     RANLIB=$ac_ct_RANLIB
   7298   fi
   7299 else
   7300   RANLIB="$ac_cv_prog_RANLIB"
   7301 fi
   7302 
   7303 test -z "$RANLIB" && RANLIB=:
   7304 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
   7305   case "$RANLIB" in
   7306   *"$plugin_option"*)
   7307     ;;
   7308   *)
   7309     if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
   7310       RANLIB="$RANLIB $plugin_option"
   7311     fi
   7312     ;;
   7313   esac
   7314 fi
   7315 
   7316 
   7317 
   7318 
   7319 
   7320 
   7321 # Determine commands to create old-style static archives.
   7322 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
   7323 old_postinstall_cmds='chmod 644 $oldlib'
   7324 old_postuninstall_cmds=
   7325 
   7326 if test -n "$RANLIB"; then
   7327   case $host_os in
   7328   openbsd*)
   7329     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
   7330     ;;
   7331   *)
   7332     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
   7333     ;;
   7334   esac
   7335   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
   7336 fi
   7337 
   7338 case $host_os in
   7339   darwin*)
   7340     lock_old_archive_extraction=yes ;;
   7341   *)
   7342     lock_old_archive_extraction=no ;;
   7343 esac
   7344 
   7345 
   7346 
   7347 
   7348 
   7349 
   7350 
   7351 
   7352 
   7353 
   7354 
   7355 
   7356 
   7357 
   7358 
   7359 
   7360 
   7361 
   7362 
   7363 
   7364 
   7365 
   7366 
   7367 
   7368 
   7369 
   7370 
   7371 
   7372 
   7373 
   7374 
   7375 
   7376 
   7377 
   7378 
   7379 
   7380 
   7381 
   7382 
   7383 # If no C compiler was specified, use CC.
   7384 LTCC=${LTCC-"$CC"}
   7385 
   7386 # If no C compiler flags were specified, use CFLAGS.
   7387 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   7388 
   7389 # Allow CC to be a program name with arguments.
   7390 compiler=$CC
   7391 
   7392 
   7393 # Check for command to grab the raw symbol name followed by C symbol from nm.
   7394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
   7395 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
   7396 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
   7397   $as_echo_n "(cached) " >&6
   7398 else
   7399 
   7400 # These are sane defaults that work on at least a few old systems.
   7401 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
   7402 
   7403 # Character class describing NM global symbol codes.
   7404 symcode='[BCDEGRST]'
   7405 
   7406 # Regexp to match symbols that can be accessed directly from C.
   7407 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
   7408 
   7409 # Define system-specific variables.
   7410 case $host_os in
   7411 aix*)
   7412   symcode='[BCDT]'
   7413   ;;
   7414 cygwin* | mingw* | pw32* | cegcc*)
   7415   symcode='[ABCDGISTW]'
   7416   ;;
   7417 hpux*)
   7418   if test "$host_cpu" = ia64; then
   7419     symcode='[ABCDEGRST]'
   7420   fi
   7421   ;;
   7422 irix* | nonstopux*)
   7423   symcode='[BCDEGRST]'
   7424   ;;
   7425 osf*)
   7426   symcode='[BCDEGQRST]'
   7427   ;;
   7428 solaris*)
   7429   symcode='[BCDRT]'
   7430   ;;
   7431 sco3.2v5*)
   7432   symcode='[DT]'
   7433   ;;
   7434 sysv4.2uw2*)
   7435   symcode='[DT]'
   7436   ;;
   7437 sysv5* | sco5v6* | unixware* | OpenUNIX*)
   7438   symcode='[ABDT]'
   7439   ;;
   7440 sysv4)
   7441   symcode='[DFNSTU]'
   7442   ;;
   7443 esac
   7444 
   7445 # If we're using GNU nm, then use its standard symbol codes.
   7446 case `$NM -V 2>&1` in
   7447 *GNU* | *'with BFD'*)
   7448   symcode='[ABCDGIRSTW]' ;;
   7449 esac
   7450 
   7451 # Transform an extracted symbol line into a proper C declaration.
   7452 # Some systems (esp. on ia64) link data and code symbols differently,
   7453 # so use this general approach.
   7454 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   7455 
   7456 # Transform an extracted symbol line into symbol name and symbol address
   7457 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
   7458 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
   7459 
   7460 # Handle CRLF in mingw tool chain
   7461 opt_cr=
   7462 case $build_os in
   7463 mingw*)
   7464   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
   7465   ;;
   7466 esac
   7467 
   7468 # Try without a prefix underscore, then with it.
   7469 for ac_symprfx in "" "_"; do
   7470 
   7471   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
   7472   symxfrm="\\1 $ac_symprfx\\2 \\2"
   7473 
   7474   # Write the raw and C identifiers.
   7475   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
   7476     # Fake it for dumpbin and say T for any non-static function
   7477     # and D for any global variable.
   7478     # Also find C++ and __fastcall symbols from MSVC++,
   7479     # which start with @ or ?.
   7480     lt_cv_sys_global_symbol_pipe="$AWK '"\
   7481 "     {last_section=section; section=\$ 3};"\
   7482 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
   7483 "     \$ 0!~/External *\|/{next};"\
   7484 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
   7485 "     {if(hide[section]) next};"\
   7486 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
   7487 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
   7488 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
   7489 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
   7490 "     ' prfx=^$ac_symprfx"
   7491   else
   7492     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
   7493   fi
   7494 
   7495   # Check to see that the pipe works correctly.
   7496   pipe_works=no
   7497 
   7498   rm -f conftest*
   7499   cat > conftest.$ac_ext <<_LT_EOF
   7500 #ifdef __cplusplus
   7501 extern "C" {
   7502 #endif
   7503 char nm_test_var;
   7504 void nm_test_func(void);
   7505 void nm_test_func(void){}
   7506 #ifdef __cplusplus
   7507 }
   7508 #endif
   7509 int main(){nm_test_var='a';nm_test_func();return(0);}
   7510 _LT_EOF
   7511 
   7512   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7513   (eval $ac_compile) 2>&5
   7514   ac_status=$?
   7515   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7516   test $ac_status = 0; }; then
   7517     # Now try to grab the symbols.
   7518     nlist=conftest.nm
   7519     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
   7520   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
   7521   ac_status=$?
   7522   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7523   test $ac_status = 0; } && test -s "$nlist"; then
   7524       # Try sorting and uniquifying the output.
   7525       if sort "$nlist" | uniq > "$nlist"T; then
   7526 	mv -f "$nlist"T "$nlist"
   7527       else
   7528 	rm -f "$nlist"T
   7529       fi
   7530 
   7531       # Make sure that we snagged all the symbols we need.
   7532       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
   7533 	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
   7534 	  cat <<_LT_EOF > conftest.$ac_ext
   7535 #ifdef __cplusplus
   7536 extern "C" {
   7537 #endif
   7538 
   7539 _LT_EOF
   7540 	  # Now generate the symbol file.
   7541 	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
   7542 
   7543 	  cat <<_LT_EOF >> conftest.$ac_ext
   7544 
   7545 /* The mapping between symbol names and symbols.  */
   7546 const struct {
   7547   const char *name;
   7548   void       *address;
   7549 }
   7550 lt__PROGRAM__LTX_preloaded_symbols[] =
   7551 {
   7552   { "@PROGRAM@", (void *) 0 },
   7553 _LT_EOF
   7554 	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
   7555 	  cat <<\_LT_EOF >> conftest.$ac_ext
   7556   {0, (void *) 0}
   7557 };
   7558 
   7559 /* This works around a problem in FreeBSD linker */
   7560 #ifdef FREEBSD_WORKAROUND
   7561 static const void *lt_preloaded_setup() {
   7562   return lt__PROGRAM__LTX_preloaded_symbols;
   7563 }
   7564 #endif
   7565 
   7566 #ifdef __cplusplus
   7567 }
   7568 #endif
   7569 _LT_EOF
   7570 	  # Now try linking the two files.
   7571 	  mv conftest.$ac_objext conftstm.$ac_objext
   7572 	  lt_save_LIBS="$LIBS"
   7573 	  lt_save_CFLAGS="$CFLAGS"
   7574 	  LIBS="conftstm.$ac_objext"
   7575 	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
   7576 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   7577   (eval $ac_link) 2>&5
   7578   ac_status=$?
   7579   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7580   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
   7581 	    pipe_works=yes
   7582 	  fi
   7583 	  LIBS="$lt_save_LIBS"
   7584 	  CFLAGS="$lt_save_CFLAGS"
   7585 	else
   7586 	  echo "cannot find nm_test_func in $nlist" >&5
   7587 	fi
   7588       else
   7589 	echo "cannot find nm_test_var in $nlist" >&5
   7590       fi
   7591     else
   7592       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
   7593     fi
   7594   else
   7595     echo "$progname: failed program was:" >&5
   7596     cat conftest.$ac_ext >&5
   7597   fi
   7598   rm -rf conftest* conftst*
   7599 
   7600   # Do not use the global_symbol_pipe unless it works.
   7601   if test "$pipe_works" = yes; then
   7602     break
   7603   else
   7604     lt_cv_sys_global_symbol_pipe=
   7605   fi
   7606 done
   7607 
   7608 fi
   7609 
   7610 if test -z "$lt_cv_sys_global_symbol_pipe"; then
   7611   lt_cv_sys_global_symbol_to_cdecl=
   7612 fi
   7613 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
   7614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
   7615 $as_echo "failed" >&6; }
   7616 else
   7617   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
   7618 $as_echo "ok" >&6; }
   7619 fi
   7620 
   7621 
   7622 
   7623 
   7624 
   7625 
   7626 
   7627 
   7628 
   7629 
   7630 
   7631 
   7632 
   7633 
   7634 
   7635 
   7636 
   7637 
   7638 
   7639 
   7640 
   7641 
   7642 # Check whether --enable-libtool-lock was given.
   7643 if test "${enable_libtool_lock+set}" = set; then :
   7644   enableval=$enable_libtool_lock;
   7645 fi
   7646 
   7647 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
   7648 
   7649 # Some flags need to be propagated to the compiler or linker for good
   7650 # libtool support.
   7651 case $host in
   7652 ia64-*-hpux*)
   7653   # Find out which ABI we are using.
   7654   echo 'int i;' > conftest.$ac_ext
   7655   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7656   (eval $ac_compile) 2>&5
   7657   ac_status=$?
   7658   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7659   test $ac_status = 0; }; then
   7660     case `/usr/bin/file conftest.$ac_objext` in
   7661       *ELF-32*)
   7662 	HPUX_IA64_MODE="32"
   7663 	;;
   7664       *ELF-64*)
   7665 	HPUX_IA64_MODE="64"
   7666 	;;
   7667     esac
   7668   fi
   7669   rm -rf conftest*
   7670   ;;
   7671 *-*-irix6*)
   7672   # Find out which ABI we are using.
   7673   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
   7674   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7675   (eval $ac_compile) 2>&5
   7676   ac_status=$?
   7677   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7678   test $ac_status = 0; }; then
   7679     if test "$lt_cv_prog_gnu_ld" = yes; then
   7680       case `/usr/bin/file conftest.$ac_objext` in
   7681 	*32-bit*)
   7682 	  LD="${LD-ld} -melf32bsmip"
   7683 	  ;;
   7684 	*N32*)
   7685 	  LD="${LD-ld} -melf32bmipn32"
   7686 	  ;;
   7687 	*64-bit*)
   7688 	  LD="${LD-ld} -melf64bmip"
   7689 	;;
   7690       esac
   7691     else
   7692       case `/usr/bin/file conftest.$ac_objext` in
   7693 	*32-bit*)
   7694 	  LD="${LD-ld} -32"
   7695 	  ;;
   7696 	*N32*)
   7697 	  LD="${LD-ld} -n32"
   7698 	  ;;
   7699 	*64-bit*)
   7700 	  LD="${LD-ld} -64"
   7701 	  ;;
   7702       esac
   7703     fi
   7704   fi
   7705   rm -rf conftest*
   7706   ;;
   7707 
   7708 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
   7709 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   7710   # Find out which ABI we are using.
   7711   echo 'int i;' > conftest.$ac_ext
   7712   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7713   (eval $ac_compile) 2>&5
   7714   ac_status=$?
   7715   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7716   test $ac_status = 0; }; then
   7717     case `/usr/bin/file conftest.o` in
   7718       *32-bit*)
   7719 	case $host in
   7720 	  x86_64-*kfreebsd*-gnu)
   7721 	    LD="${LD-ld} -m elf_i386_fbsd"
   7722 	    ;;
   7723 	  x86_64-*linux*)
   7724 	    case `/usr/bin/file conftest.o` in
   7725 	      *x86-64*)
   7726 		LD="${LD-ld} -m elf32_x86_64"
   7727 		;;
   7728 	      *)
   7729 		LD="${LD-ld} -m elf_i386"
   7730 		;;
   7731 	    esac
   7732 	    ;;
   7733 	  powerpc64le-*linux*)
   7734 	    LD="${LD-ld} -m elf32lppclinux"
   7735 	    ;;
   7736 	  powerpc64-*linux*)
   7737 	    LD="${LD-ld} -m elf32ppclinux"
   7738 	    ;;
   7739 	  s390x-*linux*)
   7740 	    LD="${LD-ld} -m elf_s390"
   7741 	    ;;
   7742 	  sparc64-*linux*)
   7743 	    LD="${LD-ld} -m elf32_sparc"
   7744 	    ;;
   7745 	esac
   7746 	;;
   7747       *64-bit*)
   7748 	case $host in
   7749 	  x86_64-*kfreebsd*-gnu)
   7750 	    LD="${LD-ld} -m elf_x86_64_fbsd"
   7751 	    ;;
   7752 	  x86_64-*linux*)
   7753 	    LD="${LD-ld} -m elf_x86_64"
   7754 	    ;;
   7755 	  powerpcle-*linux*)
   7756 	    LD="${LD-ld} -m elf64lppc"
   7757 	    ;;
   7758 	  powerpc-*linux*)
   7759 	    LD="${LD-ld} -m elf64ppc"
   7760 	    ;;
   7761 	  s390*-*linux*|s390*-*tpf*)
   7762 	    LD="${LD-ld} -m elf64_s390"
   7763 	    ;;
   7764 	  sparc*-*linux*)
   7765 	    LD="${LD-ld} -m elf64_sparc"
   7766 	    ;;
   7767 	esac
   7768 	;;
   7769     esac
   7770   fi
   7771   rm -rf conftest*
   7772   ;;
   7773 
   7774 *-*-sco3.2v5*)
   7775   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
   7776   SAVE_CFLAGS="$CFLAGS"
   7777   CFLAGS="$CFLAGS -belf"
   7778   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
   7779 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
   7780 if ${lt_cv_cc_needs_belf+:} false; then :
   7781   $as_echo_n "(cached) " >&6
   7782 else
   7783   ac_ext=c
   7784 ac_cpp='$CPP $CPPFLAGS'
   7785 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   7786 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   7787 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   7788 
   7789      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   7790 /* end confdefs.h.  */
   7791 
   7792 int
   7793 main ()
   7794 {
   7795 
   7796   ;
   7797   return 0;
   7798 }
   7799 _ACEOF
   7800 if ac_fn_c_try_link "$LINENO"; then :
   7801   lt_cv_cc_needs_belf=yes
   7802 else
   7803   lt_cv_cc_needs_belf=no
   7804 fi
   7805 rm -f core conftest.err conftest.$ac_objext \
   7806     conftest$ac_exeext conftest.$ac_ext
   7807      ac_ext=c
   7808 ac_cpp='$CPP $CPPFLAGS'
   7809 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   7810 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   7811 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   7812 
   7813 fi
   7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
   7815 $as_echo "$lt_cv_cc_needs_belf" >&6; }
   7816   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
   7817     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
   7818     CFLAGS="$SAVE_CFLAGS"
   7819   fi
   7820   ;;
   7821 sparc*-*solaris*)
   7822   # Find out which ABI we are using.
   7823   echo 'int i;' > conftest.$ac_ext
   7824   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7825   (eval $ac_compile) 2>&5
   7826   ac_status=$?
   7827   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7828   test $ac_status = 0; }; then
   7829     case `/usr/bin/file conftest.o` in
   7830     *64-bit*)
   7831       case $lt_cv_prog_gnu_ld in
   7832       yes*) LD="${LD-ld} -m elf64_sparc" ;;
   7833       *)
   7834 	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
   7835 	  LD="${LD-ld} -64"
   7836 	fi
   7837 	;;
   7838       esac
   7839       ;;
   7840     esac
   7841   fi
   7842   rm -rf conftest*
   7843   ;;
   7844 esac
   7845 
   7846 need_locks="$enable_libtool_lock"
   7847 
   7848 
   7849   case $host_os in
   7850     rhapsody* | darwin*)
   7851     if test -n "$ac_tool_prefix"; then
   7852   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
   7853 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
   7854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7855 $as_echo_n "checking for $ac_word... " >&6; }
   7856 if ${ac_cv_prog_DSYMUTIL+:} false; then :
   7857   $as_echo_n "(cached) " >&6
   7858 else
   7859   if test -n "$DSYMUTIL"; then
   7860   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
   7861 else
   7862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7863 for as_dir in $PATH
   7864 do
   7865   IFS=$as_save_IFS
   7866   test -z "$as_dir" && as_dir=.
   7867     for ac_exec_ext in '' $ac_executable_extensions; do
   7868   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7869     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
   7870     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7871     break 2
   7872   fi
   7873 done
   7874   done
   7875 IFS=$as_save_IFS
   7876 
   7877 fi
   7878 fi
   7879 DSYMUTIL=$ac_cv_prog_DSYMUTIL
   7880 if test -n "$DSYMUTIL"; then
   7881   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
   7882 $as_echo "$DSYMUTIL" >&6; }
   7883 else
   7884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7885 $as_echo "no" >&6; }
   7886 fi
   7887 
   7888 
   7889 fi
   7890 if test -z "$ac_cv_prog_DSYMUTIL"; then
   7891   ac_ct_DSYMUTIL=$DSYMUTIL
   7892   # Extract the first word of "dsymutil", so it can be a program name with args.
   7893 set dummy dsymutil; ac_word=$2
   7894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7895 $as_echo_n "checking for $ac_word... " >&6; }
   7896 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
   7897   $as_echo_n "(cached) " >&6
   7898 else
   7899   if test -n "$ac_ct_DSYMUTIL"; then
   7900   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
   7901 else
   7902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7903 for as_dir in $PATH
   7904 do
   7905   IFS=$as_save_IFS
   7906   test -z "$as_dir" && as_dir=.
   7907     for ac_exec_ext in '' $ac_executable_extensions; do
   7908   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7909     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
   7910     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7911     break 2
   7912   fi
   7913 done
   7914   done
   7915 IFS=$as_save_IFS
   7916 
   7917 fi
   7918 fi
   7919 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
   7920 if test -n "$ac_ct_DSYMUTIL"; then
   7921   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
   7922 $as_echo "$ac_ct_DSYMUTIL" >&6; }
   7923 else
   7924   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7925 $as_echo "no" >&6; }
   7926 fi
   7927 
   7928   if test "x$ac_ct_DSYMUTIL" = x; then
   7929     DSYMUTIL=":"
   7930   else
   7931     case $cross_compiling:$ac_tool_warned in
   7932 yes:)
   7933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7934 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7935 ac_tool_warned=yes ;;
   7936 esac
   7937     DSYMUTIL=$ac_ct_DSYMUTIL
   7938   fi
   7939 else
   7940   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
   7941 fi
   7942 
   7943     if test -n "$ac_tool_prefix"; then
   7944   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
   7945 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
   7946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7947 $as_echo_n "checking for $ac_word... " >&6; }
   7948 if ${ac_cv_prog_NMEDIT+:} false; then :
   7949   $as_echo_n "(cached) " >&6
   7950 else
   7951   if test -n "$NMEDIT"; then
   7952   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
   7953 else
   7954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7955 for as_dir in $PATH
   7956 do
   7957   IFS=$as_save_IFS
   7958   test -z "$as_dir" && as_dir=.
   7959     for ac_exec_ext in '' $ac_executable_extensions; do
   7960   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7961     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
   7962     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7963     break 2
   7964   fi
   7965 done
   7966   done
   7967 IFS=$as_save_IFS
   7968 
   7969 fi
   7970 fi
   7971 NMEDIT=$ac_cv_prog_NMEDIT
   7972 if test -n "$NMEDIT"; then
   7973   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
   7974 $as_echo "$NMEDIT" >&6; }
   7975 else
   7976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7977 $as_echo "no" >&6; }
   7978 fi
   7979 
   7980 
   7981 fi
   7982 if test -z "$ac_cv_prog_NMEDIT"; then
   7983   ac_ct_NMEDIT=$NMEDIT
   7984   # Extract the first word of "nmedit", so it can be a program name with args.
   7985 set dummy nmedit; ac_word=$2
   7986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7987 $as_echo_n "checking for $ac_word... " >&6; }
   7988 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
   7989   $as_echo_n "(cached) " >&6
   7990 else
   7991   if test -n "$ac_ct_NMEDIT"; then
   7992   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
   7993 else
   7994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7995 for as_dir in $PATH
   7996 do
   7997   IFS=$as_save_IFS
   7998   test -z "$as_dir" && as_dir=.
   7999     for ac_exec_ext in '' $ac_executable_extensions; do
   8000   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8001     ac_cv_prog_ac_ct_NMEDIT="nmedit"
   8002     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8003     break 2
   8004   fi
   8005 done
   8006   done
   8007 IFS=$as_save_IFS
   8008 
   8009 fi
   8010 fi
   8011 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
   8012 if test -n "$ac_ct_NMEDIT"; then
   8013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
   8014 $as_echo "$ac_ct_NMEDIT" >&6; }
   8015 else
   8016   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8017 $as_echo "no" >&6; }
   8018 fi
   8019 
   8020   if test "x$ac_ct_NMEDIT" = x; then
   8021     NMEDIT=":"
   8022   else
   8023     case $cross_compiling:$ac_tool_warned in
   8024 yes:)
   8025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   8026 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   8027 ac_tool_warned=yes ;;
   8028 esac
   8029     NMEDIT=$ac_ct_NMEDIT
   8030   fi
   8031 else
   8032   NMEDIT="$ac_cv_prog_NMEDIT"
   8033 fi
   8034 
   8035     if test -n "$ac_tool_prefix"; then
   8036   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
   8037 set dummy ${ac_tool_prefix}lipo; ac_word=$2
   8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8039 $as_echo_n "checking for $ac_word... " >&6; }
   8040 if ${ac_cv_prog_LIPO+:} false; then :
   8041   $as_echo_n "(cached) " >&6
   8042 else
   8043   if test -n "$LIPO"; then
   8044   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
   8045 else
   8046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8047 for as_dir in $PATH
   8048 do
   8049   IFS=$as_save_IFS
   8050   test -z "$as_dir" && as_dir=.
   8051     for ac_exec_ext in '' $ac_executable_extensions; do
   8052   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8053     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
   8054     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8055     break 2
   8056   fi
   8057 done
   8058   done
   8059 IFS=$as_save_IFS
   8060 
   8061 fi
   8062 fi
   8063 LIPO=$ac_cv_prog_LIPO
   8064 if test -n "$LIPO"; then
   8065   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
   8066 $as_echo "$LIPO" >&6; }
   8067 else
   8068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8069 $as_echo "no" >&6; }
   8070 fi
   8071 
   8072 
   8073 fi
   8074 if test -z "$ac_cv_prog_LIPO"; then
   8075   ac_ct_LIPO=$LIPO
   8076   # Extract the first word of "lipo", so it can be a program name with args.
   8077 set dummy lipo; ac_word=$2
   8078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8079 $as_echo_n "checking for $ac_word... " >&6; }
   8080 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
   8081   $as_echo_n "(cached) " >&6
   8082 else
   8083   if test -n "$ac_ct_LIPO"; then
   8084   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
   8085 else
   8086 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8087 for as_dir in $PATH
   8088 do
   8089   IFS=$as_save_IFS
   8090   test -z "$as_dir" && as_dir=.
   8091     for ac_exec_ext in '' $ac_executable_extensions; do
   8092   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8093     ac_cv_prog_ac_ct_LIPO="lipo"
   8094     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8095     break 2
   8096   fi
   8097 done
   8098   done
   8099 IFS=$as_save_IFS
   8100 
   8101 fi
   8102 fi
   8103 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
   8104 if test -n "$ac_ct_LIPO"; then
   8105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
   8106 $as_echo "$ac_ct_LIPO" >&6; }
   8107 else
   8108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8109 $as_echo "no" >&6; }
   8110 fi
   8111 
   8112   if test "x$ac_ct_LIPO" = x; then
   8113     LIPO=":"
   8114   else
   8115     case $cross_compiling:$ac_tool_warned in
   8116 yes:)
   8117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   8118 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   8119 ac_tool_warned=yes ;;
   8120 esac
   8121     LIPO=$ac_ct_LIPO
   8122   fi
   8123 else
   8124   LIPO="$ac_cv_prog_LIPO"
   8125 fi
   8126 
   8127     if test -n "$ac_tool_prefix"; then
   8128   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
   8129 set dummy ${ac_tool_prefix}otool; ac_word=$2
   8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8131 $as_echo_n "checking for $ac_word... " >&6; }
   8132 if ${ac_cv_prog_OTOOL+:} false; then :
   8133   $as_echo_n "(cached) " >&6
   8134 else
   8135   if test -n "$OTOOL"; then
   8136   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
   8137 else
   8138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8139 for as_dir in $PATH
   8140 do
   8141   IFS=$as_save_IFS
   8142   test -z "$as_dir" && as_dir=.
   8143     for ac_exec_ext in '' $ac_executable_extensions; do
   8144   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8145     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
   8146     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8147     break 2
   8148   fi
   8149 done
   8150   done
   8151 IFS=$as_save_IFS
   8152 
   8153 fi
   8154 fi
   8155 OTOOL=$ac_cv_prog_OTOOL
   8156 if test -n "$OTOOL"; then
   8157   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
   8158 $as_echo "$OTOOL" >&6; }
   8159 else
   8160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8161 $as_echo "no" >&6; }
   8162 fi
   8163 
   8164 
   8165 fi
   8166 if test -z "$ac_cv_prog_OTOOL"; then
   8167   ac_ct_OTOOL=$OTOOL
   8168   # Extract the first word of "otool", so it can be a program name with args.
   8169 set dummy otool; ac_word=$2
   8170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8171 $as_echo_n "checking for $ac_word... " >&6; }
   8172 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
   8173   $as_echo_n "(cached) " >&6
   8174 else
   8175   if test -n "$ac_ct_OTOOL"; then
   8176   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
   8177 else
   8178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8179 for as_dir in $PATH
   8180 do
   8181   IFS=$as_save_IFS
   8182   test -z "$as_dir" && as_dir=.
   8183     for ac_exec_ext in '' $ac_executable_extensions; do
   8184   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8185     ac_cv_prog_ac_ct_OTOOL="otool"
   8186     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8187     break 2
   8188   fi
   8189 done
   8190   done
   8191 IFS=$as_save_IFS
   8192 
   8193 fi
   8194 fi
   8195 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
   8196 if test -n "$ac_ct_OTOOL"; then
   8197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
   8198 $as_echo "$ac_ct_OTOOL" >&6; }
   8199 else
   8200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8201 $as_echo "no" >&6; }
   8202 fi
   8203 
   8204   if test "x$ac_ct_OTOOL" = x; then
   8205     OTOOL=":"
   8206   else
   8207     case $cross_compiling:$ac_tool_warned in
   8208 yes:)
   8209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   8210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   8211 ac_tool_warned=yes ;;
   8212 esac
   8213     OTOOL=$ac_ct_OTOOL
   8214   fi
   8215 else
   8216   OTOOL="$ac_cv_prog_OTOOL"
   8217 fi
   8218 
   8219     if test -n "$ac_tool_prefix"; then
   8220   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
   8221 set dummy ${ac_tool_prefix}otool64; ac_word=$2
   8222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8223 $as_echo_n "checking for $ac_word... " >&6; }
   8224 if ${ac_cv_prog_OTOOL64+:} false; then :
   8225   $as_echo_n "(cached) " >&6
   8226 else
   8227   if test -n "$OTOOL64"; then
   8228   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
   8229 else
   8230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8231 for as_dir in $PATH
   8232 do
   8233   IFS=$as_save_IFS
   8234   test -z "$as_dir" && as_dir=.
   8235     for ac_exec_ext in '' $ac_executable_extensions; do
   8236   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8237     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
   8238     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8239     break 2
   8240   fi
   8241 done
   8242   done
   8243 IFS=$as_save_IFS
   8244 
   8245 fi
   8246 fi
   8247 OTOOL64=$ac_cv_prog_OTOOL64
   8248 if test -n "$OTOOL64"; then
   8249   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
   8250 $as_echo "$OTOOL64" >&6; }
   8251 else
   8252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8253 $as_echo "no" >&6; }
   8254 fi
   8255 
   8256 
   8257 fi
   8258 if test -z "$ac_cv_prog_OTOOL64"; then
   8259   ac_ct_OTOOL64=$OTOOL64
   8260   # Extract the first word of "otool64", so it can be a program name with args.
   8261 set dummy otool64; ac_word=$2
   8262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   8263 $as_echo_n "checking for $ac_word... " >&6; }
   8264 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
   8265   $as_echo_n "(cached) " >&6
   8266 else
   8267   if test -n "$ac_ct_OTOOL64"; then
   8268   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
   8269 else
   8270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   8271 for as_dir in $PATH
   8272 do
   8273   IFS=$as_save_IFS
   8274   test -z "$as_dir" && as_dir=.
   8275     for ac_exec_ext in '' $ac_executable_extensions; do
   8276   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   8277     ac_cv_prog_ac_ct_OTOOL64="otool64"
   8278     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   8279     break 2
   8280   fi
   8281 done
   8282   done
   8283 IFS=$as_save_IFS
   8284 
   8285 fi
   8286 fi
   8287 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
   8288 if test -n "$ac_ct_OTOOL64"; then
   8289   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
   8290 $as_echo "$ac_ct_OTOOL64" >&6; }
   8291 else
   8292   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8293 $as_echo "no" >&6; }
   8294 fi
   8295 
   8296   if test "x$ac_ct_OTOOL64" = x; then
   8297     OTOOL64=":"
   8298   else
   8299     case $cross_compiling:$ac_tool_warned in
   8300 yes:)
   8301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   8302 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   8303 ac_tool_warned=yes ;;
   8304 esac
   8305     OTOOL64=$ac_ct_OTOOL64
   8306   fi
   8307 else
   8308   OTOOL64="$ac_cv_prog_OTOOL64"
   8309 fi
   8310 
   8311 
   8312 
   8313 
   8314 
   8315 
   8316 
   8317 
   8318 
   8319 
   8320 
   8321 
   8322 
   8323 
   8324 
   8325 
   8326 
   8327 
   8328 
   8329 
   8330 
   8331 
   8332 
   8333 
   8334 
   8335 
   8336 
   8337     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
   8338 $as_echo_n "checking for -single_module linker flag... " >&6; }
   8339 if ${lt_cv_apple_cc_single_mod+:} false; then :
   8340   $as_echo_n "(cached) " >&6
   8341 else
   8342   lt_cv_apple_cc_single_mod=no
   8343       if test -z "${LT_MULTI_MODULE}"; then
   8344 	# By default we will add the -single_module flag. You can override
   8345 	# by either setting the environment variable LT_MULTI_MODULE
   8346 	# non-empty at configure time, or by adding -multi_module to the
   8347 	# link flags.
   8348 	rm -rf libconftest.dylib*
   8349 	echo "int foo(void){return 1;}" > conftest.c
   8350 	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   8351 -dynamiclib -Wl,-single_module conftest.c" >&5
   8352 	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   8353 	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
   8354         _lt_result=$?
   8355 	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
   8356 	  lt_cv_apple_cc_single_mod=yes
   8357 	else
   8358 	  cat conftest.err >&5
   8359 	fi
   8360 	rm -rf libconftest.dylib*
   8361 	rm -f conftest.*
   8362       fi
   8363 fi
   8364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
   8365 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
   8366     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
   8367 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
   8368 if ${lt_cv_ld_exported_symbols_list+:} false; then :
   8369   $as_echo_n "(cached) " >&6
   8370 else
   8371   lt_cv_ld_exported_symbols_list=no
   8372       save_LDFLAGS=$LDFLAGS
   8373       echo "_main" > conftest.sym
   8374       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
   8375       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8376 /* end confdefs.h.  */
   8377 
   8378 int
   8379 main ()
   8380 {
   8381 
   8382   ;
   8383   return 0;
   8384 }
   8385 _ACEOF
   8386 if ac_fn_c_try_link "$LINENO"; then :
   8387   lt_cv_ld_exported_symbols_list=yes
   8388 else
   8389   lt_cv_ld_exported_symbols_list=no
   8390 fi
   8391 rm -f core conftest.err conftest.$ac_objext \
   8392     conftest$ac_exeext conftest.$ac_ext
   8393 	LDFLAGS="$save_LDFLAGS"
   8394 
   8395 fi
   8396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
   8397 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
   8398     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
   8399 $as_echo_n "checking for -force_load linker flag... " >&6; }
   8400 if ${lt_cv_ld_force_load+:} false; then :
   8401   $as_echo_n "(cached) " >&6
   8402 else
   8403   lt_cv_ld_force_load=no
   8404       cat > conftest.c << _LT_EOF
   8405 int forced_loaded() { return 2;}
   8406 _LT_EOF
   8407       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
   8408       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
   8409       echo "$AR cru libconftest.a conftest.o" >&5
   8410       $AR cru libconftest.a conftest.o 2>&5
   8411       cat > conftest.c << _LT_EOF
   8412 int main() { return 0;}
   8413 _LT_EOF
   8414       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
   8415       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
   8416       _lt_result=$?
   8417       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
   8418 	lt_cv_ld_force_load=yes
   8419       else
   8420 	cat conftest.err >&5
   8421       fi
   8422         rm -f conftest.err libconftest.a conftest conftest.c
   8423         rm -rf conftest.dSYM
   8424 
   8425 fi
   8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
   8427 $as_echo "$lt_cv_ld_force_load" >&6; }
   8428     # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
   8429     # build without first building modern cctools / linker.
   8430     case $host_cpu-$host_os in
   8431     *-rhapsody* | *-darwin1.[012])
   8432       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
   8433     *-darwin1.*)
   8434       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
   8435     *-darwin*)
   8436       # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
   8437       # deployment target is forced to an earlier version.
   8438       case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
   8439 	UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
   8440 	  ;;
   8441 	10.[012][,.]*)
   8442 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
   8443 	  ;;
   8444 	*)
   8445 	  ;;
   8446      esac
   8447     ;;
   8448   esac
   8449     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
   8450       _lt_dar_single_mod='$single_module'
   8451     fi
   8452     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
   8453       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
   8454     else
   8455       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
   8456     fi
   8457     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
   8458       _lt_dsymutil='~$DSYMUTIL $lib || :'
   8459     else
   8460       _lt_dsymutil=
   8461     fi
   8462     ;;
   8463   esac
   8464 
   8465 for ac_header in dlfcn.h
   8466 do :
   8467   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
   8468 "
   8469 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
   8470   cat >>confdefs.h <<_ACEOF
   8471 #define HAVE_DLFCN_H 1
   8472 _ACEOF
   8473 
   8474 fi
   8475 
   8476 done
   8477 
   8478 
   8479 
   8480 
   8481 
   8482 # Set options
   8483 
   8484 
   8485 
   8486         enable_dlopen=no
   8487 
   8488 
   8489   enable_win32_dll=no
   8490 
   8491 
   8492 
   8493   # Check whether --enable-static was given.
   8494 if test "${enable_static+set}" = set; then :
   8495   enableval=$enable_static; p=${PACKAGE-default}
   8496     case $enableval in
   8497     yes) enable_static=yes ;;
   8498     no) enable_static=no ;;
   8499     *)
   8500      enable_static=no
   8501       # Look at the argument we got.  We use all the common list separators.
   8502       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   8503       for pkg in $enableval; do
   8504 	IFS="$lt_save_ifs"
   8505 	if test "X$pkg" = "X$p"; then
   8506 	  enable_static=yes
   8507 	fi
   8508       done
   8509       IFS="$lt_save_ifs"
   8510       ;;
   8511     esac
   8512 else
   8513   enable_static=yes
   8514 fi
   8515 
   8516 
   8517 
   8518 
   8519 
   8520 
   8521 
   8522 
   8523 
   8524 
   8525 # Check whether --with-pic was given.
   8526 if test "${with_pic+set}" = set; then :
   8527   withval=$with_pic; pic_mode="$withval"
   8528 else
   8529   pic_mode=default
   8530 fi
   8531 
   8532 
   8533 test -z "$pic_mode" && pic_mode=default
   8534 
   8535 
   8536 
   8537 
   8538 
   8539 
   8540 
   8541   # Check whether --enable-fast-install was given.
   8542 if test "${enable_fast_install+set}" = set; then :
   8543   enableval=$enable_fast_install; p=${PACKAGE-default}
   8544     case $enableval in
   8545     yes) enable_fast_install=yes ;;
   8546     no) enable_fast_install=no ;;
   8547     *)
   8548       enable_fast_install=no
   8549       # Look at the argument we got.  We use all the common list separators.
   8550       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   8551       for pkg in $enableval; do
   8552 	IFS="$lt_save_ifs"
   8553 	if test "X$pkg" = "X$p"; then
   8554 	  enable_fast_install=yes
   8555 	fi
   8556       done
   8557       IFS="$lt_save_ifs"
   8558       ;;
   8559     esac
   8560 else
   8561   enable_fast_install=yes
   8562 fi
   8563 
   8564 
   8565 
   8566 
   8567 
   8568 
   8569 
   8570 
   8571 
   8572 
   8573 
   8574 # This can be used to rebuild libtool when needed
   8575 LIBTOOL_DEPS="$ltmain"
   8576 
   8577 # Always use our own libtool.
   8578 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
   8579 
   8580 
   8581 
   8582 
   8583 
   8584 
   8585 
   8586 
   8587 
   8588 
   8589 
   8590 
   8591 
   8592 
   8593 
   8594 
   8595 
   8596 
   8597 
   8598 
   8599 
   8600 
   8601 
   8602 
   8603 
   8604 
   8605 test -z "$LN_S" && LN_S="ln -s"
   8606 
   8607 
   8608 
   8609 
   8610 
   8611 
   8612 
   8613 
   8614 
   8615 
   8616 
   8617 
   8618 
   8619 
   8620 if test -n "${ZSH_VERSION+set}" ; then
   8621    setopt NO_GLOB_SUBST
   8622 fi
   8623 
   8624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
   8625 $as_echo_n "checking for objdir... " >&6; }
   8626 if ${lt_cv_objdir+:} false; then :
   8627   $as_echo_n "(cached) " >&6
   8628 else
   8629   rm -f .libs 2>/dev/null
   8630 mkdir .libs 2>/dev/null
   8631 if test -d .libs; then
   8632   lt_cv_objdir=.libs
   8633 else
   8634   # MS-DOS does not allow filenames that begin with a dot.
   8635   lt_cv_objdir=_libs
   8636 fi
   8637 rmdir .libs 2>/dev/null
   8638 fi
   8639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
   8640 $as_echo "$lt_cv_objdir" >&6; }
   8641 objdir=$lt_cv_objdir
   8642 
   8643 
   8644 
   8645 
   8646 
   8647 cat >>confdefs.h <<_ACEOF
   8648 #define LT_OBJDIR "$lt_cv_objdir/"
   8649 _ACEOF
   8650 
   8651 
   8652 
   8653 
   8654 case $host_os in
   8655 aix3*)
   8656   # AIX sometimes has problems with the GCC collect2 program.  For some
   8657   # reason, if we set the COLLECT_NAMES environment variable, the problems
   8658   # vanish in a puff of smoke.
   8659   if test "X${COLLECT_NAMES+set}" != Xset; then
   8660     COLLECT_NAMES=
   8661     export COLLECT_NAMES
   8662   fi
   8663   ;;
   8664 esac
   8665 
   8666 # Global variables:
   8667 ofile=libtool
   8668 can_build_shared=yes
   8669 
   8670 # All known linkers require a `.a' archive for static linking (except MSVC,
   8671 # which needs '.lib').
   8672 libext=a
   8673 
   8674 with_gnu_ld="$lt_cv_prog_gnu_ld"
   8675 
   8676 old_CC="$CC"
   8677 old_CFLAGS="$CFLAGS"
   8678 
   8679 # Set sane defaults for various variables
   8680 test -z "$CC" && CC=cc
   8681 test -z "$LTCC" && LTCC=$CC
   8682 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
   8683 test -z "$LD" && LD=ld
   8684 test -z "$ac_objext" && ac_objext=o
   8685 
   8686 for cc_temp in $compiler""; do
   8687   case $cc_temp in
   8688     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
   8689     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
   8690     \-*) ;;
   8691     *) break;;
   8692   esac
   8693 done
   8694 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
   8695 
   8696 
   8697 # Only perform the check for file, if the check method requires it
   8698 test -z "$MAGIC_CMD" && MAGIC_CMD=file
   8699 case $deplibs_check_method in
   8700 file_magic*)
   8701   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
   8702     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
   8703 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
   8704 if ${lt_cv_path_MAGIC_CMD+:} false; then :
   8705   $as_echo_n "(cached) " >&6
   8706 else
   8707   case $MAGIC_CMD in
   8708 [\\/*] |  ?:[\\/]*)
   8709   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   8710   ;;
   8711 *)
   8712   lt_save_MAGIC_CMD="$MAGIC_CMD"
   8713   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   8714   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   8715   for ac_dir in $ac_dummy; do
   8716     IFS="$lt_save_ifs"
   8717     test -z "$ac_dir" && ac_dir=.
   8718     if test -f $ac_dir/${ac_tool_prefix}file; then
   8719       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
   8720       if test -n "$file_magic_test_file"; then
   8721 	case $deplibs_check_method in
   8722 	"file_magic "*)
   8723 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   8724 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8725 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   8726 	    $EGREP "$file_magic_regex" > /dev/null; then
   8727 	    :
   8728 	  else
   8729 	    cat <<_LT_EOF 1>&2
   8730 
   8731 *** Warning: the command libtool uses to detect shared libraries,
   8732 *** $file_magic_cmd, produces output that libtool cannot recognize.
   8733 *** The result is that libtool may fail to recognize shared libraries
   8734 *** as such.  This will affect the creation of libtool libraries that
   8735 *** depend on shared libraries, but programs linked with such libtool
   8736 *** libraries will work regardless of this problem.  Nevertheless, you
   8737 *** may want to report the problem to your system manager and/or to
   8738 *** bug-libtool@gnu.org
   8739 
   8740 _LT_EOF
   8741 	  fi ;;
   8742 	esac
   8743       fi
   8744       break
   8745     fi
   8746   done
   8747   IFS="$lt_save_ifs"
   8748   MAGIC_CMD="$lt_save_MAGIC_CMD"
   8749   ;;
   8750 esac
   8751 fi
   8752 
   8753 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8754 if test -n "$MAGIC_CMD"; then
   8755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   8756 $as_echo "$MAGIC_CMD" >&6; }
   8757 else
   8758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8759 $as_echo "no" >&6; }
   8760 fi
   8761 
   8762 
   8763 
   8764 
   8765 
   8766 if test -z "$lt_cv_path_MAGIC_CMD"; then
   8767   if test -n "$ac_tool_prefix"; then
   8768     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
   8769 $as_echo_n "checking for file... " >&6; }
   8770 if ${lt_cv_path_MAGIC_CMD+:} false; then :
   8771   $as_echo_n "(cached) " >&6
   8772 else
   8773   case $MAGIC_CMD in
   8774 [\\/*] |  ?:[\\/]*)
   8775   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   8776   ;;
   8777 *)
   8778   lt_save_MAGIC_CMD="$MAGIC_CMD"
   8779   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   8780   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   8781   for ac_dir in $ac_dummy; do
   8782     IFS="$lt_save_ifs"
   8783     test -z "$ac_dir" && ac_dir=.
   8784     if test -f $ac_dir/file; then
   8785       lt_cv_path_MAGIC_CMD="$ac_dir/file"
   8786       if test -n "$file_magic_test_file"; then
   8787 	case $deplibs_check_method in
   8788 	"file_magic "*)
   8789 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   8790 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8791 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   8792 	    $EGREP "$file_magic_regex" > /dev/null; then
   8793 	    :
   8794 	  else
   8795 	    cat <<_LT_EOF 1>&2
   8796 
   8797 *** Warning: the command libtool uses to detect shared libraries,
   8798 *** $file_magic_cmd, produces output that libtool cannot recognize.
   8799 *** The result is that libtool may fail to recognize shared libraries
   8800 *** as such.  This will affect the creation of libtool libraries that
   8801 *** depend on shared libraries, but programs linked with such libtool
   8802 *** libraries will work regardless of this problem.  Nevertheless, you
   8803 *** may want to report the problem to your system manager and/or to
   8804 *** bug-libtool@gnu.org
   8805 
   8806 _LT_EOF
   8807 	  fi ;;
   8808 	esac
   8809       fi
   8810       break
   8811     fi
   8812   done
   8813   IFS="$lt_save_ifs"
   8814   MAGIC_CMD="$lt_save_MAGIC_CMD"
   8815   ;;
   8816 esac
   8817 fi
   8818 
   8819 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8820 if test -n "$MAGIC_CMD"; then
   8821   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   8822 $as_echo "$MAGIC_CMD" >&6; }
   8823 else
   8824   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8825 $as_echo "no" >&6; }
   8826 fi
   8827 
   8828 
   8829   else
   8830     MAGIC_CMD=:
   8831   fi
   8832 fi
   8833 
   8834   fi
   8835   ;;
   8836 esac
   8837 
   8838 # Use C for the default configuration in the libtool script
   8839 
   8840 lt_save_CC="$CC"
   8841 ac_ext=c
   8842 ac_cpp='$CPP $CPPFLAGS'
   8843 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   8844 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   8845 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   8846 
   8847 
   8848 # Source file extension for C test sources.
   8849 ac_ext=c
   8850 
   8851 # Object file extension for compiled C test sources.
   8852 objext=o
   8853 objext=$objext
   8854 
   8855 # Code to be used in simple compile tests
   8856 lt_simple_compile_test_code="int some_variable = 0;"
   8857 
   8858 # Code to be used in simple link tests
   8859 lt_simple_link_test_code='int main(){return(0);}'
   8860 
   8861 
   8862 
   8863 
   8864 
   8865 
   8866 
   8867 # If no C compiler was specified, use CC.
   8868 LTCC=${LTCC-"$CC"}
   8869 
   8870 # If no C compiler flags were specified, use CFLAGS.
   8871 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   8872 
   8873 # Allow CC to be a program name with arguments.
   8874 compiler=$CC
   8875 
   8876 # Save the default compiler, since it gets overwritten when the other
   8877 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
   8878 compiler_DEFAULT=$CC
   8879 
   8880 # save warnings/boilerplate of simple test code
   8881 ac_outfile=conftest.$ac_objext
   8882 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
   8883 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   8884 _lt_compiler_boilerplate=`cat conftest.err`
   8885 $RM conftest*
   8886 
   8887 ac_outfile=conftest.$ac_objext
   8888 echo "$lt_simple_link_test_code" >conftest.$ac_ext
   8889 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   8890 _lt_linker_boilerplate=`cat conftest.err`
   8891 $RM -r conftest*
   8892 
   8893 
   8894 ## CAVEAT EMPTOR:
   8895 ## There is no encapsulation within the following macros, do not change
   8896 ## the running order or otherwise move them around unless you know exactly
   8897 ## what you are doing...
   8898 if test -n "$compiler"; then
   8899 
   8900 lt_prog_compiler_no_builtin_flag=
   8901 
   8902 if test "$GCC" = yes; then
   8903   case $cc_basename in
   8904   nvcc*)
   8905     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
   8906   *)
   8907     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
   8908   esac
   8909 
   8910   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
   8911 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
   8912 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
   8913   $as_echo_n "(cached) " >&6
   8914 else
   8915   lt_cv_prog_compiler_rtti_exceptions=no
   8916    ac_outfile=conftest.$ac_objext
   8917    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   8918    lt_compiler_flag="-fno-rtti -fno-exceptions"
   8919    # Insert the option either (1) after the last *FLAGS variable, or
   8920    # (2) before a word containing "conftest.", or (3) at the end.
   8921    # Note that $ac_compile itself does not contain backslashes and begins
   8922    # with a dollar sign (not a hyphen), so the echo should work correctly.
   8923    # The option is referenced via a variable to avoid confusing sed.
   8924    lt_compile=`echo "$ac_compile" | $SED \
   8925    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8926    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8927    -e 's:$: $lt_compiler_flag:'`
   8928    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   8929    (eval "$lt_compile" 2>conftest.err)
   8930    ac_status=$?
   8931    cat conftest.err >&5
   8932    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   8933    if (exit $ac_status) && test -s "$ac_outfile"; then
   8934      # The compiler can only warn and ignore the option if not recognized
   8935      # So say no if there are warnings other than the usual output.
   8936      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
   8937      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8938      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   8939        lt_cv_prog_compiler_rtti_exceptions=yes
   8940      fi
   8941    fi
   8942    $RM conftest*
   8943 
   8944 fi
   8945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
   8946 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
   8947 
   8948 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
   8949     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
   8950 else
   8951     :
   8952 fi
   8953 
   8954 fi
   8955 
   8956 
   8957 
   8958 
   8959 
   8960 
   8961   lt_prog_compiler_wl=
   8962 lt_prog_compiler_pic=
   8963 lt_prog_compiler_static=
   8964 
   8965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
   8966 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
   8967 
   8968   if test "$GCC" = yes; then
   8969     lt_prog_compiler_wl='-Wl,'
   8970     lt_prog_compiler_static='-static'
   8971 
   8972     case $host_os in
   8973       aix*)
   8974       # All AIX code is PIC.
   8975       if test "$host_cpu" = ia64; then
   8976 	# AIX 5 now supports IA64 processor
   8977 	lt_prog_compiler_static='-Bstatic'
   8978       fi
   8979       lt_prog_compiler_pic='-fPIC'
   8980       ;;
   8981 
   8982     amigaos*)
   8983       case $host_cpu in
   8984       powerpc)
   8985             # see comment about AmigaOS4 .so support
   8986             lt_prog_compiler_pic='-fPIC'
   8987         ;;
   8988       m68k)
   8989             # FIXME: we need at least 68020 code to build shared libraries, but
   8990             # adding the `-m68020' flag to GCC prevents building anything better,
   8991             # like `-m68040'.
   8992             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
   8993         ;;
   8994       esac
   8995       ;;
   8996 
   8997     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
   8998       # PIC is the default for these OSes.
   8999       ;;
   9000 
   9001     mingw* | cygwin* | pw32* | os2* | cegcc*)
   9002       # This hack is so that the source file can tell whether it is being
   9003       # built for inclusion in a dll (and should export symbols for example).
   9004       # Although the cygwin gcc ignores -fPIC, still need this for old-style
   9005       # (--disable-auto-import) libraries
   9006       lt_prog_compiler_pic='-DDLL_EXPORT'
   9007       ;;
   9008 
   9009     darwin* | rhapsody*)
   9010       # PIC is the default on this platform
   9011       # Common symbols not allowed in MH_DYLIB files
   9012       lt_prog_compiler_pic='-fno-common'
   9013       ;;
   9014 
   9015     haiku*)
   9016       # PIC is the default for Haiku.
   9017       # The "-static" flag exists, but is broken.
   9018       lt_prog_compiler_static=
   9019       ;;
   9020 
   9021     hpux*)
   9022       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
   9023       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
   9024       # sets the default TLS model and affects inlining.
   9025       case $host_cpu in
   9026       hppa*64*)
   9027 	# +Z the default
   9028 	;;
   9029       *)
   9030 	lt_prog_compiler_pic='-fPIC'
   9031 	;;
   9032       esac
   9033       ;;
   9034 
   9035     interix[3-9]*)
   9036       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
   9037       # Instead, we relocate shared libraries at runtime.
   9038       ;;
   9039 
   9040     msdosdjgpp*)
   9041       # Just because we use GCC doesn't mean we suddenly get shared libraries
   9042       # on systems that don't support them.
   9043       lt_prog_compiler_can_build_shared=no
   9044       enable_shared=no
   9045       ;;
   9046 
   9047     *nto* | *qnx*)
   9048       # QNX uses GNU C++, but need to define -shared option too, otherwise
   9049       # it will coredump.
   9050       lt_prog_compiler_pic='-fPIC -shared'
   9051       ;;
   9052 
   9053     sysv4*MP*)
   9054       if test -d /usr/nec; then
   9055 	lt_prog_compiler_pic=-Kconform_pic
   9056       fi
   9057       ;;
   9058 
   9059     *)
   9060       lt_prog_compiler_pic='-fPIC'
   9061       ;;
   9062     esac
   9063 
   9064     case $cc_basename in
   9065     nvcc*) # Cuda Compiler Driver 2.2
   9066       lt_prog_compiler_wl='-Xlinker '
   9067       lt_prog_compiler_pic='-Xcompiler -fPIC'
   9068       ;;
   9069     esac
   9070   else
   9071     # PORTME Check for flag to pass linker flags through the system compiler.
   9072     case $host_os in
   9073     aix*)
   9074       lt_prog_compiler_wl='-Wl,'
   9075       if test "$host_cpu" = ia64; then
   9076 	# AIX 5 now supports IA64 processor
   9077 	lt_prog_compiler_static='-Bstatic'
   9078       else
   9079 	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
   9080       fi
   9081       ;;
   9082 
   9083     mingw* | cygwin* | pw32* | os2* | cegcc*)
   9084       # This hack is so that the source file can tell whether it is being
   9085       # built for inclusion in a dll (and should export symbols for example).
   9086       lt_prog_compiler_pic='-DDLL_EXPORT'
   9087       ;;
   9088 
   9089     hpux9* | hpux10* | hpux11*)
   9090       lt_prog_compiler_wl='-Wl,'
   9091       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
   9092       # not for PA HP-UX.
   9093       case $host_cpu in
   9094       hppa*64*|ia64*)
   9095 	# +Z the default
   9096 	;;
   9097       *)
   9098 	lt_prog_compiler_pic='+Z'
   9099 	;;
   9100       esac
   9101       # Is there a better lt_prog_compiler_static that works with the bundled CC?
   9102       lt_prog_compiler_static='${wl}-a ${wl}archive'
   9103       ;;
   9104 
   9105     irix5* | irix6* | nonstopux*)
   9106       lt_prog_compiler_wl='-Wl,'
   9107       # PIC (with -KPIC) is the default.
   9108       lt_prog_compiler_static='-non_shared'
   9109       ;;
   9110 
   9111     linux* | k*bsd*-gnu | kopensolaris*-gnu)
   9112       case $cc_basename in
   9113       # old Intel for x86_64 which still supported -KPIC.
   9114       ecc*)
   9115 	lt_prog_compiler_wl='-Wl,'
   9116 	lt_prog_compiler_pic='-KPIC'
   9117 	lt_prog_compiler_static='-static'
   9118         ;;
   9119       # icc used to be incompatible with GCC.
   9120       # ICC 10 doesn't accept -KPIC any more.
   9121       icc* | ifort*)
   9122 	lt_prog_compiler_wl='-Wl,'
   9123 	lt_prog_compiler_pic='-fPIC'
   9124 	lt_prog_compiler_static='-static'
   9125         ;;
   9126       # Lahey Fortran 8.1.
   9127       lf95*)
   9128 	lt_prog_compiler_wl='-Wl,'
   9129 	lt_prog_compiler_pic='--shared'
   9130 	lt_prog_compiler_static='--static'
   9131 	;;
   9132       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
   9133         # Portland Group compilers (*not* the Pentium gcc compiler,
   9134 	# which looks to be a dead project)
   9135 	lt_prog_compiler_wl='-Wl,'
   9136 	lt_prog_compiler_pic='-fpic'
   9137 	lt_prog_compiler_static='-Bstatic'
   9138         ;;
   9139       ccc*)
   9140         lt_prog_compiler_wl='-Wl,'
   9141         # All Alpha code is PIC.
   9142         lt_prog_compiler_static='-non_shared'
   9143         ;;
   9144       xl* | bgxl* | bgf* | mpixl*)
   9145 	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
   9146 	lt_prog_compiler_wl='-Wl,'
   9147 	lt_prog_compiler_pic='-qpic'
   9148 	lt_prog_compiler_static='-qstaticlink'
   9149 	;;
   9150       *)
   9151 	case `$CC -V 2>&1 | sed 5q` in
   9152 	*Sun\ F* | *Sun*Fortran*)
   9153 	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
   9154 	  lt_prog_compiler_pic='-KPIC'
   9155 	  lt_prog_compiler_static='-Bstatic'
   9156 	  lt_prog_compiler_wl=''
   9157 	  ;;
   9158 	*Sun\ C*)
   9159 	  # Sun C 5.9
   9160 	  lt_prog_compiler_pic='-KPIC'
   9161 	  lt_prog_compiler_static='-Bstatic'
   9162 	  lt_prog_compiler_wl='-Wl,'
   9163 	  ;;
   9164 	esac
   9165 	;;
   9166       esac
   9167       ;;
   9168 
   9169     newsos6)
   9170       lt_prog_compiler_pic='-KPIC'
   9171       lt_prog_compiler_static='-Bstatic'
   9172       ;;
   9173 
   9174     *nto* | *qnx*)
   9175       # QNX uses GNU C++, but need to define -shared option too, otherwise
   9176       # it will coredump.
   9177       lt_prog_compiler_pic='-fPIC -shared'
   9178       ;;
   9179 
   9180     osf3* | osf4* | osf5*)
   9181       lt_prog_compiler_wl='-Wl,'
   9182       # All OSF/1 code is PIC.
   9183       lt_prog_compiler_static='-non_shared'
   9184       ;;
   9185 
   9186     rdos*)
   9187       lt_prog_compiler_static='-non_shared'
   9188       ;;
   9189 
   9190     solaris*)
   9191       lt_prog_compiler_pic='-KPIC'
   9192       lt_prog_compiler_static='-Bstatic'
   9193       case $cc_basename in
   9194       f77* | f90* | f95*)
   9195 	lt_prog_compiler_wl='-Qoption ld ';;
   9196       *)
   9197 	lt_prog_compiler_wl='-Wl,';;
   9198       esac
   9199       ;;
   9200 
   9201     sunos4*)
   9202       lt_prog_compiler_wl='-Qoption ld '
   9203       lt_prog_compiler_pic='-PIC'
   9204       lt_prog_compiler_static='-Bstatic'
   9205       ;;
   9206 
   9207     sysv4 | sysv4.2uw2* | sysv4.3*)
   9208       lt_prog_compiler_wl='-Wl,'
   9209       lt_prog_compiler_pic='-KPIC'
   9210       lt_prog_compiler_static='-Bstatic'
   9211       ;;
   9212 
   9213     sysv4*MP*)
   9214       if test -d /usr/nec ;then
   9215 	lt_prog_compiler_pic='-Kconform_pic'
   9216 	lt_prog_compiler_static='-Bstatic'
   9217       fi
   9218       ;;
   9219 
   9220     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
   9221       lt_prog_compiler_wl='-Wl,'
   9222       lt_prog_compiler_pic='-KPIC'
   9223       lt_prog_compiler_static='-Bstatic'
   9224       ;;
   9225 
   9226     unicos*)
   9227       lt_prog_compiler_wl='-Wl,'
   9228       lt_prog_compiler_can_build_shared=no
   9229       ;;
   9230 
   9231     uts4*)
   9232       lt_prog_compiler_pic='-pic'
   9233       lt_prog_compiler_static='-Bstatic'
   9234       ;;
   9235 
   9236     *)
   9237       lt_prog_compiler_can_build_shared=no
   9238       ;;
   9239     esac
   9240   fi
   9241 
   9242 case $host_os in
   9243   # For platforms which do not support PIC, -DPIC is meaningless:
   9244   *djgpp*)
   9245     lt_prog_compiler_pic=
   9246     ;;
   9247   *)
   9248     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
   9249     ;;
   9250 esac
   9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
   9252 $as_echo "$lt_prog_compiler_pic" >&6; }
   9253 
   9254 
   9255 
   9256 
   9257 
   9258 
   9259 #
   9260 # Check to make sure the PIC flag actually works.
   9261 #
   9262 if test -n "$lt_prog_compiler_pic"; then
   9263   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
   9264 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
   9265 if ${lt_cv_prog_compiler_pic_works+:} false; then :
   9266   $as_echo_n "(cached) " >&6
   9267 else
   9268   lt_cv_prog_compiler_pic_works=no
   9269    ac_outfile=conftest.$ac_objext
   9270    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9271    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
   9272    # Insert the option either (1) after the last *FLAGS variable, or
   9273    # (2) before a word containing "conftest.", or (3) at the end.
   9274    # Note that $ac_compile itself does not contain backslashes and begins
   9275    # with a dollar sign (not a hyphen), so the echo should work correctly.
   9276    # The option is referenced via a variable to avoid confusing sed.
   9277    lt_compile=`echo "$ac_compile" | $SED \
   9278    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   9279    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   9280    -e 's:$: $lt_compiler_flag:'`
   9281    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   9282    (eval "$lt_compile" 2>conftest.err)
   9283    ac_status=$?
   9284    cat conftest.err >&5
   9285    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   9286    if (exit $ac_status) && test -s "$ac_outfile"; then
   9287      # The compiler can only warn and ignore the option if not recognized
   9288      # So say no if there are warnings other than the usual output.
   9289      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
   9290      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   9291      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   9292        lt_cv_prog_compiler_pic_works=yes
   9293      fi
   9294    fi
   9295    $RM conftest*
   9296 
   9297 fi
   9298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
   9299 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
   9300 
   9301 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
   9302     case $lt_prog_compiler_pic in
   9303      "" | " "*) ;;
   9304      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
   9305      esac
   9306 else
   9307     lt_prog_compiler_pic=
   9308      lt_prog_compiler_can_build_shared=no
   9309 fi
   9310 
   9311 fi
   9312 
   9313 
   9314 
   9315 
   9316 
   9317 
   9318 #
   9319 # Check to make sure the static flag actually works.
   9320 #
   9321 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
   9322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
   9323 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
   9324 if ${lt_cv_prog_compiler_static_works+:} false; then :
   9325   $as_echo_n "(cached) " >&6
   9326 else
   9327   lt_cv_prog_compiler_static_works=no
   9328    save_LDFLAGS="$LDFLAGS"
   9329    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
   9330    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   9331    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   9332      # The linker can only warn and ignore the option if not recognized
   9333      # So say no if there are warnings
   9334      if test -s conftest.err; then
   9335        # Append any errors to the config.log.
   9336        cat conftest.err 1>&5
   9337        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
   9338        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   9339        if diff conftest.exp conftest.er2 >/dev/null; then
   9340          lt_cv_prog_compiler_static_works=yes
   9341        fi
   9342      else
   9343        lt_cv_prog_compiler_static_works=yes
   9344      fi
   9345    fi
   9346    $RM -r conftest*
   9347    LDFLAGS="$save_LDFLAGS"
   9348 
   9349 fi
   9350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
   9351 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
   9352 
   9353 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
   9354     :
   9355 else
   9356     lt_prog_compiler_static=
   9357 fi
   9358 
   9359 
   9360 
   9361 
   9362 
   9363 
   9364 
   9365   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   9366 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   9367 if ${lt_cv_prog_compiler_c_o+:} false; then :
   9368   $as_echo_n "(cached) " >&6
   9369 else
   9370   lt_cv_prog_compiler_c_o=no
   9371    $RM -r conftest 2>/dev/null
   9372    mkdir conftest
   9373    cd conftest
   9374    mkdir out
   9375    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9376 
   9377    lt_compiler_flag="-o out/conftest2.$ac_objext"
   9378    # Insert the option either (1) after the last *FLAGS variable, or
   9379    # (2) before a word containing "conftest.", or (3) at the end.
   9380    # Note that $ac_compile itself does not contain backslashes and begins
   9381    # with a dollar sign (not a hyphen), so the echo should work correctly.
   9382    lt_compile=`echo "$ac_compile" | $SED \
   9383    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   9384    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   9385    -e 's:$: $lt_compiler_flag:'`
   9386    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   9387    (eval "$lt_compile" 2>out/conftest.err)
   9388    ac_status=$?
   9389    cat out/conftest.err >&5
   9390    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   9391    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   9392    then
   9393      # The compiler can only warn and ignore the option if not recognized
   9394      # So say no if there are warnings
   9395      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
   9396      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   9397      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   9398        lt_cv_prog_compiler_c_o=yes
   9399      fi
   9400    fi
   9401    chmod u+w . 2>&5
   9402    $RM conftest*
   9403    # SGI C++ compiler will create directory out/ii_files/ for
   9404    # template instantiation
   9405    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   9406    $RM out/* && rmdir out
   9407    cd ..
   9408    $RM -r conftest
   9409    $RM conftest*
   9410 
   9411 fi
   9412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   9413 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   9414 
   9415 
   9416 
   9417 
   9418 
   9419 
   9420   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   9421 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   9422 if ${lt_cv_prog_compiler_c_o+:} false; then :
   9423   $as_echo_n "(cached) " >&6
   9424 else
   9425   lt_cv_prog_compiler_c_o=no
   9426    $RM -r conftest 2>/dev/null
   9427    mkdir conftest
   9428    cd conftest
   9429    mkdir out
   9430    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9431 
   9432    lt_compiler_flag="-o out/conftest2.$ac_objext"
   9433    # Insert the option either (1) after the last *FLAGS variable, or
   9434    # (2) before a word containing "conftest.", or (3) at the end.
   9435    # Note that $ac_compile itself does not contain backslashes and begins
   9436    # with a dollar sign (not a hyphen), so the echo should work correctly.
   9437    lt_compile=`echo "$ac_compile" | $SED \
   9438    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   9439    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   9440    -e 's:$: $lt_compiler_flag:'`
   9441    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   9442    (eval "$lt_compile" 2>out/conftest.err)
   9443    ac_status=$?
   9444    cat out/conftest.err >&5
   9445    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   9446    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   9447    then
   9448      # The compiler can only warn and ignore the option if not recognized
   9449      # So say no if there are warnings
   9450      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
   9451      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   9452      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   9453        lt_cv_prog_compiler_c_o=yes
   9454      fi
   9455    fi
   9456    chmod u+w . 2>&5
   9457    $RM conftest*
   9458    # SGI C++ compiler will create directory out/ii_files/ for
   9459    # template instantiation
   9460    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   9461    $RM out/* && rmdir out
   9462    cd ..
   9463    $RM -r conftest
   9464    $RM conftest*
   9465 
   9466 fi
   9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   9468 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   9469 
   9470 
   9471 
   9472 
   9473 hard_links="nottested"
   9474 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
   9475   # do not overwrite the value of need_locks provided by the user
   9476   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
   9477 $as_echo_n "checking if we can lock with hard links... " >&6; }
   9478   hard_links=yes
   9479   $RM conftest*
   9480   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   9481   touch conftest.a
   9482   ln conftest.a conftest.b 2>&5 || hard_links=no
   9483   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   9484   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
   9485 $as_echo "$hard_links" >&6; }
   9486   if test "$hard_links" = no; then
   9487     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
   9488 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
   9489     need_locks=warn
   9490   fi
   9491 else
   9492   need_locks=no
   9493 fi
   9494 
   9495 
   9496 
   9497 
   9498 
   9499 
   9500   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
   9501 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
   9502 
   9503   runpath_var=
   9504   allow_undefined_flag=
   9505   always_export_symbols=no
   9506   archive_cmds=
   9507   archive_expsym_cmds=
   9508   compiler_needs_object=no
   9509   enable_shared_with_static_runtimes=no
   9510   export_dynamic_flag_spec=
   9511   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   9512   hardcode_automatic=no
   9513   hardcode_direct=no
   9514   hardcode_direct_absolute=no
   9515   hardcode_libdir_flag_spec=
   9516   hardcode_libdir_flag_spec_ld=
   9517   hardcode_libdir_separator=
   9518   hardcode_minus_L=no
   9519   hardcode_shlibpath_var=unsupported
   9520   inherit_rpath=no
   9521   link_all_deplibs=unknown
   9522   module_cmds=
   9523   module_expsym_cmds=
   9524   old_archive_from_new_cmds=
   9525   old_archive_from_expsyms_cmds=
   9526   thread_safe_flag_spec=
   9527   whole_archive_flag_spec=
   9528   # include_expsyms should be a list of space-separated symbols to be *always*
   9529   # included in the symbol list
   9530   include_expsyms=
   9531   # exclude_expsyms can be an extended regexp of symbols to exclude
   9532   # it will be wrapped by ` (' and `)$', so one must not match beginning or
   9533   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
   9534   # as well as any symbol that contains `d'.
   9535   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
   9536   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   9537   # platforms (ab)use it in PIC code, but their linkers get confused if
   9538   # the symbol is explicitly referenced.  Since portable code cannot
   9539   # rely on this symbol name, it's probably fine to never include it in
   9540   # preloaded symbol tables.
   9541   # Exclude shared library initialization/finalization symbols.
   9542   extract_expsyms_cmds=
   9543 
   9544   case $host_os in
   9545   cygwin* | mingw* | pw32* | cegcc*)
   9546     # FIXME: the MSVC++ port hasn't been tested in a loooong time
   9547     # When not using gcc, we currently assume that we are using
   9548     # Microsoft Visual C++.
   9549     if test "$GCC" != yes; then
   9550       with_gnu_ld=no
   9551     fi
   9552     ;;
   9553   interix*)
   9554     # we just hope/assume this is gcc and not c89 (= MSVC++)
   9555     with_gnu_ld=yes
   9556     ;;
   9557   openbsd*)
   9558     with_gnu_ld=no
   9559     ;;
   9560   esac
   9561 
   9562   ld_shlibs=yes
   9563 
   9564   # On some targets, GNU ld is compatible enough with the native linker
   9565   # that we're better off using the native interface for both.
   9566   lt_use_gnu_ld_interface=no
   9567   if test "$with_gnu_ld" = yes; then
   9568     case $host_os in
   9569       aix*)
   9570 	# The AIX port of GNU ld has always aspired to compatibility
   9571 	# with the native linker.  However, as the warning in the GNU ld
   9572 	# block says, versions before 2.19.5* couldn't really create working
   9573 	# shared libraries, regardless of the interface used.
   9574 	case `$LD -v 2>&1` in
   9575 	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
   9576 	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
   9577 	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
   9578 	  *)
   9579 	    lt_use_gnu_ld_interface=yes
   9580 	    ;;
   9581 	esac
   9582 	;;
   9583       *)
   9584 	lt_use_gnu_ld_interface=yes
   9585 	;;
   9586     esac
   9587   fi
   9588 
   9589   if test "$lt_use_gnu_ld_interface" = yes; then
   9590     # If archive_cmds runs LD, not CC, wlarc should be empty
   9591     wlarc='${wl}'
   9592 
   9593     # Set some defaults for GNU ld with shared library support. These
   9594     # are reset later if shared libraries are not supported. Putting them
   9595     # here allows them to be overridden if necessary.
   9596     runpath_var=LD_RUN_PATH
   9597     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9598     export_dynamic_flag_spec='${wl}--export-dynamic'
   9599     # ancient GNU ld didn't support --whole-archive et. al.
   9600     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
   9601       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
   9602     else
   9603       whole_archive_flag_spec=
   9604     fi
   9605     supports_anon_versioning=no
   9606     case `$LD -v 2>&1` in
   9607       *GNU\ gold*) supports_anon_versioning=yes ;;
   9608       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
   9609       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
   9610       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
   9611       *\ 2.11.*) ;; # other 2.11 versions
   9612       *) supports_anon_versioning=yes ;;
   9613     esac
   9614 
   9615     # See if GNU ld supports shared libraries.
   9616     case $host_os in
   9617     aix[3-9]*)
   9618       # On AIX/PPC, the GNU linker is very broken
   9619       if test "$host_cpu" != ia64; then
   9620 	ld_shlibs=no
   9621 	cat <<_LT_EOF 1>&2
   9622 
   9623 *** Warning: the GNU linker, at least up to release 2.19, is reported
   9624 *** to be unable to reliably create shared libraries on AIX.
   9625 *** Therefore, libtool is disabling shared libraries support.  If you
   9626 *** really care for shared libraries, you may want to install binutils
   9627 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
   9628 *** You will then need to restart the configuration process.
   9629 
   9630 _LT_EOF
   9631       fi
   9632       ;;
   9633 
   9634     amigaos*)
   9635       case $host_cpu in
   9636       powerpc)
   9637             # see comment about AmigaOS4 .so support
   9638             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9639             archive_expsym_cmds=''
   9640         ;;
   9641       m68k)
   9642             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
   9643             hardcode_libdir_flag_spec='-L$libdir'
   9644             hardcode_minus_L=yes
   9645         ;;
   9646       esac
   9647       ;;
   9648 
   9649     beos*)
   9650       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9651 	allow_undefined_flag=unsupported
   9652 	# Joseph Beckenbach <jrb3 (at] best.com> says some releases of gcc
   9653 	# support --undefined.  This deserves some investigation.  FIXME
   9654 	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9655       else
   9656 	ld_shlibs=no
   9657       fi
   9658       ;;
   9659 
   9660     cygwin* | mingw* | pw32* | cegcc*)
   9661       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
   9662       # as there is no search path for DLLs.
   9663       hardcode_libdir_flag_spec='-L$libdir'
   9664       export_dynamic_flag_spec='${wl}--export-all-symbols'
   9665       allow_undefined_flag=unsupported
   9666       always_export_symbols=no
   9667       enable_shared_with_static_runtimes=yes
   9668       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
   9669 
   9670       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
   9671         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   9672 	# If the export-symbols file already is a .def file (1st line
   9673 	# is EXPORTS), use it as is; otherwise, prepend...
   9674 	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
   9675 	  cp $export_symbols $output_objdir/$soname.def;
   9676 	else
   9677 	  echo EXPORTS > $output_objdir/$soname.def;
   9678 	  cat $export_symbols >> $output_objdir/$soname.def;
   9679 	fi~
   9680 	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   9681       else
   9682 	ld_shlibs=no
   9683       fi
   9684       ;;
   9685 
   9686     haiku*)
   9687       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9688       link_all_deplibs=yes
   9689       ;;
   9690 
   9691     interix[3-9]*)
   9692       hardcode_direct=no
   9693       hardcode_shlibpath_var=no
   9694       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   9695       export_dynamic_flag_spec='${wl}-E'
   9696       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
   9697       # Instead, shared libraries are loaded at an image base (0x10000000 by
   9698       # default) and relocated if they conflict, which is a slow very memory
   9699       # consuming and fragmenting process.  To avoid this, we pick a random,
   9700       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
   9701       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
   9702       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
   9703       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
   9704       ;;
   9705 
   9706     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
   9707       tmp_diet=no
   9708       if test "$host_os" = linux-dietlibc; then
   9709 	case $cc_basename in
   9710 	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
   9711 	esac
   9712       fi
   9713       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
   9714 	 && test "$tmp_diet" = no
   9715       then
   9716 	tmp_addflag=' $pic_flag'
   9717 	tmp_sharedflag='-shared'
   9718 	case $cc_basename,$host_cpu in
   9719         pgcc*)				# Portland Group C compiler
   9720 	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
   9721 	  tmp_addflag=' $pic_flag'
   9722 	  ;;
   9723 	pgf77* | pgf90* | pgf95* | pgfortran*)
   9724 					# Portland Group f77 and f90 compilers
   9725 	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
   9726 	  tmp_addflag=' $pic_flag -Mnomain' ;;
   9727 	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
   9728 	  tmp_addflag=' -i_dynamic' ;;
   9729 	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
   9730 	  tmp_addflag=' -i_dynamic -nofor_main' ;;
   9731 	ifc* | ifort*)			# Intel Fortran compiler
   9732 	  tmp_addflag=' -nofor_main' ;;
   9733 	lf95*)				# Lahey Fortran 8.1
   9734 	  whole_archive_flag_spec=
   9735 	  tmp_sharedflag='--shared' ;;
   9736 	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
   9737 	  tmp_sharedflag='-qmkshrobj'
   9738 	  tmp_addflag= ;;
   9739 	nvcc*)	# Cuda Compiler Driver 2.2
   9740 	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
   9741 	  compiler_needs_object=yes
   9742 	  ;;
   9743 	esac
   9744 	case `$CC -V 2>&1 | sed 5q` in
   9745 	*Sun\ C*)			# Sun C 5.9
   9746 	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
   9747 	  compiler_needs_object=yes
   9748 	  tmp_sharedflag='-G' ;;
   9749 	*Sun\ F*)			# Sun Fortran 8.3
   9750 	  tmp_sharedflag='-G' ;;
   9751 	esac
   9752 	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9753 
   9754         if test "x$supports_anon_versioning" = xyes; then
   9755           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   9756 	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   9757 	    echo "local: *; };" >> $output_objdir/$libname.ver~
   9758 	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
   9759         fi
   9760 
   9761 	case $cc_basename in
   9762 	xlf* | bgf* | bgxlf* | mpixlf*)
   9763 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
   9764 	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
   9765 	  hardcode_libdir_flag_spec=
   9766 	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
   9767 	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
   9768 	  if test "x$supports_anon_versioning" = xyes; then
   9769 	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   9770 	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   9771 	      echo "local: *; };" >> $output_objdir/$libname.ver~
   9772 	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
   9773 	  fi
   9774 	  ;;
   9775 	esac
   9776       else
   9777         ld_shlibs=no
   9778       fi
   9779       ;;
   9780 
   9781     netbsd*)
   9782       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   9783 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
   9784 	wlarc=
   9785       else
   9786 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9787 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9788       fi
   9789       ;;
   9790 
   9791     solaris*)
   9792       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
   9793 	ld_shlibs=no
   9794 	cat <<_LT_EOF 1>&2
   9795 
   9796 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
   9797 *** create shared libraries on Solaris systems.  Therefore, libtool
   9798 *** is disabling shared libraries support.  We urge you to upgrade GNU
   9799 *** binutils to release 2.9.1 or newer.  Another option is to modify
   9800 *** your PATH or compiler configuration so that the native linker is
   9801 *** used, and then restart.
   9802 
   9803 _LT_EOF
   9804       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9805 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9806 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9807       else
   9808 	ld_shlibs=no
   9809       fi
   9810       ;;
   9811 
   9812     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
   9813       case `$LD -v 2>&1` in
   9814         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
   9815 	ld_shlibs=no
   9816 	cat <<_LT_EOF 1>&2
   9817 
   9818 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
   9819 *** reliably create shared libraries on SCO systems.  Therefore, libtool
   9820 *** is disabling shared libraries support.  We urge you to upgrade GNU
   9821 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
   9822 *** your PATH or compiler configuration so that the native linker is
   9823 *** used, and then restart.
   9824 
   9825 _LT_EOF
   9826 	;;
   9827 	*)
   9828 	  # For security reasons, it is highly recommended that you always
   9829 	  # use absolute paths for naming shared libraries, and exclude the
   9830 	  # DT_RUNPATH tag from executables and libraries.  But doing so
   9831 	  # requires that you compile everything twice, which is a pain.
   9832 	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9833 	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9834 	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9835 	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9836 	  else
   9837 	    ld_shlibs=no
   9838 	  fi
   9839 	;;
   9840       esac
   9841       ;;
   9842 
   9843     sunos4*)
   9844       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   9845       wlarc=
   9846       hardcode_direct=yes
   9847       hardcode_shlibpath_var=no
   9848       ;;
   9849 
   9850     *)
   9851       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9852 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9853 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9854       else
   9855 	ld_shlibs=no
   9856       fi
   9857       ;;
   9858     esac
   9859 
   9860     if test "$ld_shlibs" = no; then
   9861       runpath_var=
   9862       hardcode_libdir_flag_spec=
   9863       export_dynamic_flag_spec=
   9864       whole_archive_flag_spec=
   9865     fi
   9866   else
   9867     # PORTME fill in a description of your system's linker (not GNU ld)
   9868     case $host_os in
   9869     aix3*)
   9870       allow_undefined_flag=unsupported
   9871       always_export_symbols=yes
   9872       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
   9873       # Note: this linker hardcodes the directories in LIBPATH if there
   9874       # are no directories specified by -L.
   9875       hardcode_minus_L=yes
   9876       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
   9877 	# Neither direct hardcoding nor static linking is supported with a
   9878 	# broken collect2.
   9879 	hardcode_direct=unsupported
   9880       fi
   9881       ;;
   9882 
   9883     aix[4-9]*)
   9884       if test "$host_cpu" = ia64; then
   9885 	# On IA64, the linker does run time linking by default, so we don't
   9886 	# have to do anything special.
   9887 	aix_use_runtimelinking=no
   9888 	exp_sym_flag='-Bexport'
   9889 	no_entry_flag=""
   9890       else
   9891 	# If we're using GNU nm, then we don't want the "-C" option.
   9892 	# -C means demangle to AIX nm, but means don't demangle with GNU nm
   9893 	# Also, AIX nm treats weak defined symbols like other global
   9894 	# defined symbols, whereas GNU nm marks them as "W".
   9895 	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
   9896 	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
   9897 	else
   9898 	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
   9899 	fi
   9900 	aix_use_runtimelinking=no
   9901 
   9902 	# Test if we are trying to use run time linking or normal
   9903 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
   9904 	# need to do runtime linking.
   9905 	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
   9906 	  for ld_flag in $LDFLAGS; do
   9907 	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
   9908 	    aix_use_runtimelinking=yes
   9909 	    break
   9910 	  fi
   9911 	  done
   9912 	  ;;
   9913 	esac
   9914 
   9915 	exp_sym_flag='-bexport'
   9916 	no_entry_flag='-bnoentry'
   9917       fi
   9918 
   9919       # When large executables or shared objects are built, AIX ld can
   9920       # have problems creating the table of contents.  If linking a library
   9921       # or program results in "error TOC overflow" add -mminimal-toc to
   9922       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
   9923       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
   9924 
   9925       archive_cmds=''
   9926       hardcode_direct=yes
   9927       hardcode_direct_absolute=yes
   9928       hardcode_libdir_separator=':'
   9929       link_all_deplibs=yes
   9930       file_list_spec='${wl}-f,'
   9931 
   9932       if test "$GCC" = yes; then
   9933 	case $host_os in aix4.[012]|aix4.[012].*)
   9934 	# We only want to do this on AIX 4.2 and lower, the check
   9935 	# below for broken collect2 doesn't work under 4.3+
   9936 	  collect2name=`${CC} -print-prog-name=collect2`
   9937 	  if test -f "$collect2name" &&
   9938 	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
   9939 	  then
   9940 	  # We have reworked collect2
   9941 	  :
   9942 	  else
   9943 	  # We have old collect2
   9944 	  hardcode_direct=unsupported
   9945 	  # It fails to find uninstalled libraries when the uninstalled
   9946 	  # path is not listed in the libpath.  Setting hardcode_minus_L
   9947 	  # to unsupported forces relinking
   9948 	  hardcode_minus_L=yes
   9949 	  hardcode_libdir_flag_spec='-L$libdir'
   9950 	  hardcode_libdir_separator=
   9951 	  fi
   9952 	  ;;
   9953 	esac
   9954 	shared_flag='-shared'
   9955 	if test "$aix_use_runtimelinking" = yes; then
   9956 	  shared_flag="$shared_flag "'${wl}-G'
   9957 	fi
   9958       else
   9959 	# not using gcc
   9960 	if test "$host_cpu" = ia64; then
   9961 	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
   9962 	# chokes on -Wl,-G. The following line is correct:
   9963 	  shared_flag='-G'
   9964 	else
   9965 	  if test "$aix_use_runtimelinking" = yes; then
   9966 	    shared_flag='${wl}-G'
   9967 	  else
   9968 	    shared_flag='${wl}-bM:SRE'
   9969 	  fi
   9970 	fi
   9971       fi
   9972 
   9973       export_dynamic_flag_spec='${wl}-bexpall'
   9974       # It seems that -bexpall does not export symbols beginning with
   9975       # underscore (_), so it is better to generate a list of symbols to export.
   9976       always_export_symbols=yes
   9977       if test "$aix_use_runtimelinking" = yes; then
   9978 	# Warning - without using the other runtime loading flags (-brtl),
   9979 	# -berok will link without error, but may produce a broken library.
   9980 	allow_undefined_flag='-berok'
   9981         # Determine the default libpath from the value encoded in an
   9982         # empty executable.
   9983         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9984 /* end confdefs.h.  */
   9985 
   9986 int
   9987 main ()
   9988 {
   9989 
   9990   ;
   9991   return 0;
   9992 }
   9993 _ACEOF
   9994 if ac_fn_c_try_link "$LINENO"; then :
   9995 
   9996 lt_aix_libpath_sed='
   9997     /Import File Strings/,/^$/ {
   9998 	/^0/ {
   9999 	    s/^0  *\(.*\)$/\1/
   10000 	    p
   10001 	}
   10002     }'
   10003 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   10004 # Check for a 64-bit object if we didn't find anything.
   10005 if test -z "$aix_libpath"; then
   10006   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   10007 fi
   10008 fi
   10009 rm -f core conftest.err conftest.$ac_objext \
   10010     conftest$ac_exeext conftest.$ac_ext
   10011 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   10012 
   10013         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   10014         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
   10015       else
   10016 	if test "$host_cpu" = ia64; then
   10017 	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
   10018 	  allow_undefined_flag="-z nodefs"
   10019 	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
   10020 	else
   10021 	 # Determine the default libpath from the value encoded in an
   10022 	 # empty executable.
   10023 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10024 /* end confdefs.h.  */
   10025 
   10026 int
   10027 main ()
   10028 {
   10029 
   10030   ;
   10031   return 0;
   10032 }
   10033 _ACEOF
   10034 if ac_fn_c_try_link "$LINENO"; then :
   10035 
   10036 lt_aix_libpath_sed='
   10037     /Import File Strings/,/^$/ {
   10038 	/^0/ {
   10039 	    s/^0  *\(.*\)$/\1/
   10040 	    p
   10041 	}
   10042     }'
   10043 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   10044 # Check for a 64-bit object if we didn't find anything.
   10045 if test -z "$aix_libpath"; then
   10046   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   10047 fi
   10048 fi
   10049 rm -f core conftest.err conftest.$ac_objext \
   10050     conftest$ac_exeext conftest.$ac_ext
   10051 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   10052 
   10053 	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   10054 	  # Warning - without using the other run time loading flags,
   10055 	  # -berok will link without error, but may produce a broken library.
   10056 	  no_undefined_flag=' ${wl}-bernotok'
   10057 	  allow_undefined_flag=' ${wl}-berok'
   10058 	  if test "$with_gnu_ld" = yes; then
   10059 	    # We only use this code for GNU lds that support --whole-archive.
   10060 	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
   10061 	  else
   10062 	    # Exported symbols can be pulled into shared objects from archives
   10063 	    whole_archive_flag_spec='$convenience'
   10064 	  fi
   10065 	  archive_cmds_need_lc=yes
   10066 	  # This is similar to how AIX traditionally builds its shared libraries.
   10067 	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
   10068 	fi
   10069       fi
   10070       ;;
   10071 
   10072     amigaos*)
   10073       case $host_cpu in
   10074       powerpc)
   10075             # see comment about AmigaOS4 .so support
   10076             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   10077             archive_expsym_cmds=''
   10078         ;;
   10079       m68k)
   10080             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
   10081             hardcode_libdir_flag_spec='-L$libdir'
   10082             hardcode_minus_L=yes
   10083         ;;
   10084       esac
   10085       ;;
   10086 
   10087     bsdi[45]*)
   10088       export_dynamic_flag_spec=-rdynamic
   10089       ;;
   10090 
   10091     cygwin* | mingw* | pw32* | cegcc*)
   10092       # When not using gcc, we currently assume that we are using
   10093       # Microsoft Visual C++.
   10094       # hardcode_libdir_flag_spec is actually meaningless, as there is
   10095       # no search path for DLLs.
   10096       hardcode_libdir_flag_spec=' '
   10097       allow_undefined_flag=unsupported
   10098       # Tell ltmain to make .lib files, not .a files.
   10099       libext=lib
   10100       # Tell ltmain to make .dll files, not .so files.
   10101       shrext_cmds=".dll"
   10102       # FIXME: Setting linknames here is a bad hack.
   10103       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
   10104       # The linker will automatically build a .lib file if we build a DLL.
   10105       old_archive_from_new_cmds='true'
   10106       # FIXME: Should let the user specify the lib program.
   10107       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
   10108       fix_srcfile_path='`cygpath -w "$srcfile"`'
   10109       enable_shared_with_static_runtimes=yes
   10110       ;;
   10111 
   10112     darwin* | rhapsody*)
   10113 
   10114 
   10115   archive_cmds_need_lc=no
   10116   hardcode_direct=no
   10117   hardcode_automatic=yes
   10118   hardcode_shlibpath_var=unsupported
   10119   if test "$lt_cv_ld_force_load" = "yes"; then
   10120     whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
   10121   else
   10122     whole_archive_flag_spec=''
   10123   fi
   10124   link_all_deplibs=yes
   10125   allow_undefined_flag="$_lt_dar_allow_undefined"
   10126   case $cc_basename in
   10127      ifort*) _lt_dar_can_shared=yes ;;
   10128      *) _lt_dar_can_shared=$GCC ;;
   10129   esac
   10130   if test "$_lt_dar_can_shared" = "yes"; then
   10131     output_verbose_link_cmd=func_echo_all
   10132     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
   10133     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
   10134     archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
   10135     module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
   10136 
   10137   else
   10138   ld_shlibs=no
   10139   fi
   10140 
   10141       ;;
   10142 
   10143     dgux*)
   10144       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10145       hardcode_libdir_flag_spec='-L$libdir'
   10146       hardcode_shlibpath_var=no
   10147       ;;
   10148 
   10149     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
   10150     # support.  Future versions do this automatically, but an explicit c++rt0.o
   10151     # does not break anything, and helps significantly (at the cost of a little
   10152     # extra space).
   10153     freebsd2.2*)
   10154       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
   10155       hardcode_libdir_flag_spec='-R$libdir'
   10156       hardcode_direct=yes
   10157       hardcode_shlibpath_var=no
   10158       ;;
   10159 
   10160     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
   10161     freebsd2.*)
   10162       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   10163       hardcode_direct=yes
   10164       hardcode_minus_L=yes
   10165       hardcode_shlibpath_var=no
   10166       ;;
   10167 
   10168     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
   10169     freebsd* | dragonfly*)
   10170       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
   10171       hardcode_libdir_flag_spec='-R$libdir'
   10172       hardcode_direct=yes
   10173       hardcode_shlibpath_var=no
   10174       ;;
   10175 
   10176     hpux9*)
   10177       if test "$GCC" = yes; then
   10178 	archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
   10179       else
   10180 	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
   10181       fi
   10182       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   10183       hardcode_libdir_separator=:
   10184       hardcode_direct=yes
   10185 
   10186       # hardcode_minus_L: Not really in the search PATH,
   10187       # but as the default location of the library.
   10188       hardcode_minus_L=yes
   10189       export_dynamic_flag_spec='${wl}-E'
   10190       ;;
   10191 
   10192     hpux10*)
   10193       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
   10194 	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   10195       else
   10196 	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   10197       fi
   10198       if test "$with_gnu_ld" = no; then
   10199 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   10200 	hardcode_libdir_flag_spec_ld='+b $libdir'
   10201 	hardcode_libdir_separator=:
   10202 	hardcode_direct=yes
   10203 	hardcode_direct_absolute=yes
   10204 	export_dynamic_flag_spec='${wl}-E'
   10205 	# hardcode_minus_L: Not really in the search PATH,
   10206 	# but as the default location of the library.
   10207 	hardcode_minus_L=yes
   10208       fi
   10209       ;;
   10210 
   10211     hpux11*)
   10212       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
   10213 	case $host_cpu in
   10214 	hppa*64*)
   10215 	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   10216 	  ;;
   10217 	ia64*)
   10218 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   10219 	  ;;
   10220 	*)
   10221 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   10222 	  ;;
   10223 	esac
   10224       else
   10225 	case $host_cpu in
   10226 	hppa*64*)
   10227 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   10228 	  ;;
   10229 	ia64*)
   10230 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   10231 	  ;;
   10232 	*)
   10233 
   10234 	  # Older versions of the 11.00 compiler do not understand -b yet
   10235 	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
   10236 	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
   10237 $as_echo_n "checking if $CC understands -b... " >&6; }
   10238 if ${lt_cv_prog_compiler__b+:} false; then :
   10239   $as_echo_n "(cached) " >&6
   10240 else
   10241   lt_cv_prog_compiler__b=no
   10242    save_LDFLAGS="$LDFLAGS"
   10243    LDFLAGS="$LDFLAGS -b"
   10244    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   10245    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   10246      # The linker can only warn and ignore the option if not recognized
   10247      # So say no if there are warnings
   10248      if test -s conftest.err; then
   10249        # Append any errors to the config.log.
   10250        cat conftest.err 1>&5
   10251        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
   10252        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   10253        if diff conftest.exp conftest.er2 >/dev/null; then
   10254          lt_cv_prog_compiler__b=yes
   10255        fi
   10256      else
   10257        lt_cv_prog_compiler__b=yes
   10258      fi
   10259    fi
   10260    $RM -r conftest*
   10261    LDFLAGS="$save_LDFLAGS"
   10262 
   10263 fi
   10264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
   10265 $as_echo "$lt_cv_prog_compiler__b" >&6; }
   10266 
   10267 if test x"$lt_cv_prog_compiler__b" = xyes; then
   10268     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   10269 else
   10270     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   10271 fi
   10272 
   10273 	  ;;
   10274 	esac
   10275       fi
   10276       if test "$with_gnu_ld" = no; then
   10277 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   10278 	hardcode_libdir_separator=:
   10279 
   10280 	case $host_cpu in
   10281 	hppa*64*|ia64*)
   10282 	  hardcode_direct=no
   10283 	  hardcode_shlibpath_var=no
   10284 	  ;;
   10285 	*)
   10286 	  hardcode_direct=yes
   10287 	  hardcode_direct_absolute=yes
   10288 	  export_dynamic_flag_spec='${wl}-E'
   10289 
   10290 	  # hardcode_minus_L: Not really in the search PATH,
   10291 	  # but as the default location of the library.
   10292 	  hardcode_minus_L=yes
   10293 	  ;;
   10294 	esac
   10295       fi
   10296       ;;
   10297 
   10298     irix5* | irix6* | nonstopux*)
   10299       if test "$GCC" = yes; then
   10300 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
   10301 	# Try to use the -exported_symbol ld option, if it does not
   10302 	# work, assume that -exports_file does not work either and
   10303 	# implicitly export all symbols.
   10304         save_LDFLAGS="$LDFLAGS"
   10305         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
   10306         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10307 /* end confdefs.h.  */
   10308 int foo(void) {}
   10309 _ACEOF
   10310 if ac_fn_c_try_link "$LINENO"; then :
   10311   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
   10312 
   10313 fi
   10314 rm -f core conftest.err conftest.$ac_objext \
   10315     conftest$ac_exeext conftest.$ac_ext
   10316         LDFLAGS="$save_LDFLAGS"
   10317       else
   10318 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
   10319 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
   10320       fi
   10321       archive_cmds_need_lc='no'
   10322       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   10323       hardcode_libdir_separator=:
   10324       inherit_rpath=yes
   10325       link_all_deplibs=yes
   10326       ;;
   10327 
   10328     netbsd*)
   10329       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   10330 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
   10331       else
   10332 	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
   10333       fi
   10334       hardcode_libdir_flag_spec='-R$libdir'
   10335       hardcode_direct=yes
   10336       hardcode_shlibpath_var=no
   10337       ;;
   10338 
   10339     newsos6)
   10340       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10341       hardcode_direct=yes
   10342       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   10343       hardcode_libdir_separator=:
   10344       hardcode_shlibpath_var=no
   10345       ;;
   10346 
   10347     *nto* | *qnx*)
   10348       ;;
   10349 
   10350     openbsd*)
   10351       if test -f /usr/libexec/ld.so; then
   10352 	hardcode_direct=yes
   10353 	hardcode_shlibpath_var=no
   10354 	hardcode_direct_absolute=yes
   10355 	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   10356 	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   10357 	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
   10358 	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   10359 	  export_dynamic_flag_spec='${wl}-E'
   10360 	else
   10361 	  case $host_os in
   10362 	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
   10363 	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   10364 	     hardcode_libdir_flag_spec='-R$libdir'
   10365 	     ;;
   10366 	   *)
   10367 	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   10368 	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   10369 	     ;;
   10370 	  esac
   10371 	fi
   10372       else
   10373 	ld_shlibs=no
   10374       fi
   10375       ;;
   10376 
   10377     os2*)
   10378       hardcode_libdir_flag_spec='-L$libdir'
   10379       hardcode_minus_L=yes
   10380       allow_undefined_flag=unsupported
   10381       archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
   10382       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
   10383       ;;
   10384 
   10385     osf3*)
   10386       if test "$GCC" = yes; then
   10387 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   10388 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
   10389       else
   10390 	allow_undefined_flag=' -expect_unresolved \*'
   10391 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
   10392       fi
   10393       archive_cmds_need_lc='no'
   10394       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   10395       hardcode_libdir_separator=:
   10396       ;;
   10397 
   10398     osf4* | osf5*)	# as osf3* with the addition of -msym flag
   10399       if test "$GCC" = yes; then
   10400 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   10401 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
   10402 	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   10403       else
   10404 	allow_undefined_flag=' -expect_unresolved \*'
   10405 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
   10406 	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
   10407 	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
   10408 
   10409 	# Both c and cxx compiler support -rpath directly
   10410 	hardcode_libdir_flag_spec='-rpath $libdir'
   10411       fi
   10412       archive_cmds_need_lc='no'
   10413       hardcode_libdir_separator=:
   10414       ;;
   10415 
   10416     solaris*)
   10417       no_undefined_flag=' -z defs'
   10418       if test "$GCC" = yes; then
   10419 	wlarc='${wl}'
   10420 	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   10421 	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   10422 	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   10423       else
   10424 	case `$CC -V 2>&1` in
   10425 	*"Compilers 5.0"*)
   10426 	  wlarc=''
   10427 	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10428 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   10429 	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
   10430 	  ;;
   10431 	*)
   10432 	  wlarc='${wl}'
   10433 	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
   10434 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   10435 	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   10436 	  ;;
   10437 	esac
   10438       fi
   10439       hardcode_libdir_flag_spec='-R$libdir'
   10440       hardcode_shlibpath_var=no
   10441       case $host_os in
   10442       solaris2.[0-5] | solaris2.[0-5].*) ;;
   10443       *)
   10444 	# The compiler driver will combine and reorder linker options,
   10445 	# but understands `-z linker_flag'.  GCC discards it without `$wl',
   10446 	# but is careful enough not to reorder.
   10447 	# Supported since Solaris 2.6 (maybe 2.5.1?)
   10448 	if test "$GCC" = yes; then
   10449 	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
   10450 	else
   10451 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
   10452 	fi
   10453 	;;
   10454       esac
   10455       link_all_deplibs=yes
   10456       ;;
   10457 
   10458     sunos4*)
   10459       if test "x$host_vendor" = xsequent; then
   10460 	# Use $CC to link under sequent, because it throws in some extra .o
   10461 	# files that make .init and .fini sections work.
   10462 	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
   10463       else
   10464 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
   10465       fi
   10466       hardcode_libdir_flag_spec='-L$libdir'
   10467       hardcode_direct=yes
   10468       hardcode_minus_L=yes
   10469       hardcode_shlibpath_var=no
   10470       ;;
   10471 
   10472     sysv4)
   10473       case $host_vendor in
   10474 	sni)
   10475 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10476 	  hardcode_direct=yes # is this really true???
   10477 	;;
   10478 	siemens)
   10479 	  ## LD is ld it makes a PLAMLIB
   10480 	  ## CC just makes a GrossModule.
   10481 	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
   10482 	  reload_cmds='$CC -r -o $output$reload_objs'
   10483 	  hardcode_direct=no
   10484         ;;
   10485 	motorola)
   10486 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10487 	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
   10488 	;;
   10489       esac
   10490       runpath_var='LD_RUN_PATH'
   10491       hardcode_shlibpath_var=no
   10492       ;;
   10493 
   10494     sysv4.3*)
   10495       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10496       hardcode_shlibpath_var=no
   10497       export_dynamic_flag_spec='-Bexport'
   10498       ;;
   10499 
   10500     sysv4*MP*)
   10501       if test -d /usr/nec; then
   10502 	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10503 	hardcode_shlibpath_var=no
   10504 	runpath_var=LD_RUN_PATH
   10505 	hardcode_runpath_var=yes
   10506 	ld_shlibs=yes
   10507       fi
   10508       ;;
   10509 
   10510     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
   10511       no_undefined_flag='${wl}-z,text'
   10512       archive_cmds_need_lc=no
   10513       hardcode_shlibpath_var=no
   10514       runpath_var='LD_RUN_PATH'
   10515 
   10516       if test "$GCC" = yes; then
   10517 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10518 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10519       else
   10520 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10521 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10522       fi
   10523       ;;
   10524 
   10525     sysv5* | sco3.2v5* | sco5v6*)
   10526       # Note: We can NOT use -z defs as we might desire, because we do not
   10527       # link with -lc, and that would cause any symbols used from libc to
   10528       # always be unresolved, which means just about no library would
   10529       # ever link correctly.  If we're not using GNU ld we use -z text
   10530       # though, which does catch some bad symbols but isn't as heavy-handed
   10531       # as -z defs.
   10532       no_undefined_flag='${wl}-z,text'
   10533       allow_undefined_flag='${wl}-z,nodefs'
   10534       archive_cmds_need_lc=no
   10535       hardcode_shlibpath_var=no
   10536       hardcode_libdir_flag_spec='${wl}-R,$libdir'
   10537       hardcode_libdir_separator=':'
   10538       link_all_deplibs=yes
   10539       export_dynamic_flag_spec='${wl}-Bexport'
   10540       runpath_var='LD_RUN_PATH'
   10541 
   10542       if test "$GCC" = yes; then
   10543 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10544 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10545       else
   10546 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10547 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10548       fi
   10549       ;;
   10550 
   10551     uts4*)
   10552       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10553       hardcode_libdir_flag_spec='-L$libdir'
   10554       hardcode_shlibpath_var=no
   10555       ;;
   10556 
   10557     *)
   10558       ld_shlibs=no
   10559       ;;
   10560     esac
   10561 
   10562     if test x$host_vendor = xsni; then
   10563       case $host in
   10564       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   10565 	export_dynamic_flag_spec='${wl}-Blargedynsym'
   10566 	;;
   10567       esac
   10568     fi
   10569   fi
   10570 
   10571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
   10572 $as_echo "$ld_shlibs" >&6; }
   10573 test "$ld_shlibs" = no && can_build_shared=no
   10574 
   10575 with_gnu_ld=$with_gnu_ld
   10576 
   10577 
   10578 
   10579 
   10580 
   10581 
   10582 
   10583 
   10584 
   10585 
   10586 
   10587 
   10588 
   10589 
   10590 
   10591 #
   10592 # Do we need to explicitly link libc?
   10593 #
   10594 case "x$archive_cmds_need_lc" in
   10595 x|xyes)
   10596   # Assume -lc should be added
   10597   archive_cmds_need_lc=yes
   10598 
   10599   if test "$enable_shared" = yes && test "$GCC" = yes; then
   10600     case $archive_cmds in
   10601     *'~'*)
   10602       # FIXME: we may have to deal with multi-command sequences.
   10603       ;;
   10604     '$CC '*)
   10605       # Test whether the compiler implicitly links with -lc since on some
   10606       # systems, -lgcc has to come before -lc. If gcc already passes -lc
   10607       # to ld, don't add -lc before -lgcc.
   10608       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
   10609 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
   10610 if ${lt_cv_archive_cmds_need_lc+:} false; then :
   10611   $as_echo_n "(cached) " >&6
   10612 else
   10613   $RM conftest*
   10614 	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   10615 
   10616 	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   10617   (eval $ac_compile) 2>&5
   10618   ac_status=$?
   10619   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10620   test $ac_status = 0; } 2>conftest.err; then
   10621 	  soname=conftest
   10622 	  lib=conftest
   10623 	  libobjs=conftest.$ac_objext
   10624 	  deplibs=
   10625 	  wl=$lt_prog_compiler_wl
   10626 	  pic_flag=$lt_prog_compiler_pic
   10627 	  compiler_flags=-v
   10628 	  linker_flags=-v
   10629 	  verstring=
   10630 	  output_objdir=.
   10631 	  libname=conftest
   10632 	  lt_save_allow_undefined_flag=$allow_undefined_flag
   10633 	  allow_undefined_flag=
   10634 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
   10635   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
   10636   ac_status=$?
   10637   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10638   test $ac_status = 0; }
   10639 	  then
   10640 	    lt_cv_archive_cmds_need_lc=no
   10641 	  else
   10642 	    lt_cv_archive_cmds_need_lc=yes
   10643 	  fi
   10644 	  allow_undefined_flag=$lt_save_allow_undefined_flag
   10645 	else
   10646 	  cat conftest.err 1>&5
   10647 	fi
   10648 	$RM conftest*
   10649 
   10650 fi
   10651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
   10652 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
   10653       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
   10654       ;;
   10655     esac
   10656   fi
   10657   ;;
   10658 esac
   10659 
   10660 
   10661 
   10662 
   10663 
   10664 
   10665 
   10666 
   10667 
   10668 
   10669 
   10670 
   10671 
   10672 
   10673 
   10674 
   10675 
   10676 
   10677 
   10678 
   10679 
   10680 
   10681 
   10682 
   10683 
   10684 
   10685 
   10686 
   10687 
   10688 
   10689 
   10690 
   10691 
   10692 
   10693 
   10694 
   10695 
   10696 
   10697 
   10698 
   10699 
   10700 
   10701 
   10702 
   10703 
   10704 
   10705 
   10706 
   10707 
   10708 
   10709 
   10710 
   10711 
   10712 
   10713 
   10714 
   10715 
   10716 
   10717 
   10718 
   10719 
   10720 
   10721 
   10722 
   10723 
   10724 
   10725 
   10726 
   10727 
   10728 
   10729 
   10730 
   10731 
   10732 
   10733 
   10734 
   10735 
   10736 
   10737 
   10738 
   10739 
   10740 
   10741 
   10742 
   10743 
   10744 
   10745 
   10746 
   10747 
   10748 
   10749 
   10750 
   10751 
   10752 
   10753 
   10754 
   10755 
   10756 
   10757 
   10758 
   10759 
   10760 
   10761 
   10762 
   10763 
   10764 
   10765 
   10766 
   10767 
   10768 
   10769 
   10770 
   10771 
   10772 
   10773 
   10774 
   10775 
   10776 
   10777 
   10778 
   10779 
   10780 
   10781 
   10782 
   10783 
   10784 
   10785 
   10786 
   10787 
   10788 
   10789 
   10790 
   10791 
   10792 
   10793 
   10794 
   10795 
   10796 
   10797 
   10798 
   10799 
   10800 
   10801 
   10802 
   10803 
   10804 
   10805 
   10806 
   10807 
   10808 
   10809 
   10810 
   10811 
   10812 
   10813 
   10814 
   10815 
   10816   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
   10817 $as_echo_n "checking dynamic linker characteristics... " >&6; }
   10818 
   10819 if test "$GCC" = yes; then
   10820   case $host_os in
   10821     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
   10822     *) lt_awk_arg="/^libraries:/" ;;
   10823   esac
   10824   case $host_os in
   10825     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
   10826     *) lt_sed_strip_eq="s,=/,/,g" ;;
   10827   esac
   10828   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
   10829   case $lt_search_path_spec in
   10830   *\;*)
   10831     # if the path contains ";" then we assume it to be the separator
   10832     # otherwise default to the standard path separator (i.e. ":") - it is
   10833     # assumed that no part of a normal pathname contains ";" but that should
   10834     # okay in the real world where ";" in dirpaths is itself problematic.
   10835     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
   10836     ;;
   10837   *)
   10838     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
   10839     ;;
   10840   esac
   10841   # Ok, now we have the path, separated by spaces, we can step through it
   10842   # and add multilib dir if necessary.
   10843   lt_tmp_lt_search_path_spec=
   10844   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
   10845   for lt_sys_path in $lt_search_path_spec; do
   10846     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
   10847       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
   10848     else
   10849       test -d "$lt_sys_path" && \
   10850 	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
   10851     fi
   10852   done
   10853   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
   10854 BEGIN {RS=" "; FS="/|\n";} {
   10855   lt_foo="";
   10856   lt_count=0;
   10857   for (lt_i = NF; lt_i > 0; lt_i--) {
   10858     if ($lt_i != "" && $lt_i != ".") {
   10859       if ($lt_i == "..") {
   10860         lt_count++;
   10861       } else {
   10862         if (lt_count == 0) {
   10863           lt_foo="/" $lt_i lt_foo;
   10864         } else {
   10865           lt_count--;
   10866         }
   10867       }
   10868     }
   10869   }
   10870   if (lt_foo != "") { lt_freq[lt_foo]++; }
   10871   if (lt_freq[lt_foo] == 1) { print lt_foo; }
   10872 }'`
   10873   # AWK program above erroneously prepends '/' to C:/dos/paths
   10874   # for these hosts.
   10875   case $host_os in
   10876     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
   10877       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
   10878   esac
   10879   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
   10880 else
   10881   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
   10882 fi
   10883 library_names_spec=
   10884 libname_spec='lib$name'
   10885 soname_spec=
   10886 shrext_cmds=".so"
   10887 postinstall_cmds=
   10888 postuninstall_cmds=
   10889 finish_cmds=
   10890 finish_eval=
   10891 shlibpath_var=
   10892 shlibpath_overrides_runpath=unknown
   10893 version_type=none
   10894 dynamic_linker="$host_os ld.so"
   10895 sys_lib_dlsearch_path_spec="/lib /usr/lib"
   10896 need_lib_prefix=unknown
   10897 hardcode_into_libs=no
   10898 
   10899 # when you set need_version to no, make sure it does not cause -set_version
   10900 # flags to be left without arguments
   10901 need_version=unknown
   10902 
   10903 case $host_os in
   10904 aix3*)
   10905   version_type=linux
   10906   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
   10907   shlibpath_var=LIBPATH
   10908 
   10909   # AIX 3 has no versioning support, so we append a major version to the name.
   10910   soname_spec='${libname}${release}${shared_ext}$major'
   10911   ;;
   10912 
   10913 aix[4-9]*)
   10914   version_type=linux
   10915   need_lib_prefix=no
   10916   need_version=no
   10917   hardcode_into_libs=yes
   10918   if test "$host_cpu" = ia64; then
   10919     # AIX 5 supports IA64
   10920     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
   10921     shlibpath_var=LD_LIBRARY_PATH
   10922   else
   10923     # With GCC up to 2.95.x, collect2 would create an import file
   10924     # for dependence libraries.  The import file would start with
   10925     # the line `#! .'.  This would cause the generated library to
   10926     # depend on `.', always an invalid library.  This was fixed in
   10927     # development snapshots of GCC prior to 3.0.
   10928     case $host_os in
   10929       aix4 | aix4.[01] | aix4.[01].*)
   10930       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
   10931 	   echo ' yes '
   10932 	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
   10933 	:
   10934       else
   10935 	can_build_shared=no
   10936       fi
   10937       ;;
   10938     esac
   10939     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
   10940     # soname into executable. Probably we can add versioning support to
   10941     # collect2, so additional links can be useful in future.
   10942     if test "$aix_use_runtimelinking" = yes; then
   10943       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
   10944       # instead of lib<name>.a to let people know that these are not
   10945       # typical AIX shared libraries.
   10946       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10947     else
   10948       # We preserve .a as extension for shared libraries through AIX4.2
   10949       # and later when we are not doing run time linking.
   10950       library_names_spec='${libname}${release}.a $libname.a'
   10951       soname_spec='${libname}${release}${shared_ext}$major'
   10952     fi
   10953     shlibpath_var=LIBPATH
   10954   fi
   10955   ;;
   10956 
   10957 amigaos*)
   10958   case $host_cpu in
   10959   powerpc)
   10960     # Since July 2007 AmigaOS4 officially supports .so libraries.
   10961     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
   10962     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10963     ;;
   10964   m68k)
   10965     library_names_spec='$libname.ixlibrary $libname.a'
   10966     # Create ${libname}_ixlibrary.a entries in /sys/libs.
   10967     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
   10968     ;;
   10969   esac
   10970   ;;
   10971 
   10972 beos*)
   10973   library_names_spec='${libname}${shared_ext}'
   10974   dynamic_linker="$host_os ld.so"
   10975   shlibpath_var=LIBRARY_PATH
   10976   ;;
   10977 
   10978 bsdi[45]*)
   10979   version_type=linux
   10980   need_version=no
   10981   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10982   soname_spec='${libname}${release}${shared_ext}$major'
   10983   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
   10984   shlibpath_var=LD_LIBRARY_PATH
   10985   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
   10986   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
   10987   # the default ld.so.conf also contains /usr/contrib/lib and
   10988   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
   10989   # libtool to hard-code these into programs
   10990   ;;
   10991 
   10992 cygwin* | mingw* | pw32* | cegcc*)
   10993   version_type=windows
   10994   shrext_cmds=".dll"
   10995   need_version=no
   10996   need_lib_prefix=no
   10997 
   10998   case $GCC,$host_os in
   10999   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
   11000     library_names_spec='$libname.dll.a'
   11001     # DLL is installed to $(libdir)/../bin by postinstall_cmds
   11002     postinstall_cmds='base_file=`basename \${file}`~
   11003       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
   11004       dldir=$destdir/`dirname \$dlpath`~
   11005       test -d \$dldir || mkdir -p \$dldir~
   11006       $install_prog $dir/$dlname \$dldir/$dlname~
   11007       chmod a+x \$dldir/$dlname~
   11008       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
   11009         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
   11010       fi'
   11011     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
   11012       dlpath=$dir/\$dldll~
   11013        $RM \$dlpath'
   11014     shlibpath_overrides_runpath=yes
   11015 
   11016     case $host_os in
   11017     cygwin*)
   11018       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
   11019       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   11020 
   11021       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
   11022       ;;
   11023     mingw* | cegcc*)
   11024       # MinGW DLLs use traditional 'lib' prefix
   11025       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   11026       ;;
   11027     pw32*)
   11028       # pw32 DLLs use 'pw' prefix rather than 'lib'
   11029       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   11030       ;;
   11031     esac
   11032     ;;
   11033 
   11034   *)
   11035     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
   11036     ;;
   11037   esac
   11038   dynamic_linker='Win32 ld.exe'
   11039   # FIXME: first we should search . and the directory the executable is in
   11040   shlibpath_var=PATH
   11041   ;;
   11042 
   11043 darwin* | rhapsody*)
   11044   dynamic_linker="$host_os dyld"
   11045   version_type=darwin
   11046   need_lib_prefix=no
   11047   need_version=no
   11048   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
   11049   soname_spec='${libname}${release}${major}$shared_ext'
   11050   shlibpath_overrides_runpath=yes
   11051   shlibpath_var=DYLD_LIBRARY_PATH
   11052   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   11053 
   11054   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
   11055   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
   11056   ;;
   11057 
   11058 dgux*)
   11059   version_type=linux
   11060   need_lib_prefix=no
   11061   need_version=no
   11062   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
   11063   soname_spec='${libname}${release}${shared_ext}$major'
   11064   shlibpath_var=LD_LIBRARY_PATH
   11065   ;;
   11066 
   11067 freebsd* | dragonfly*)
   11068   # DragonFly does not have aout.  When/if they implement a new
   11069   # versioning mechanism, adjust this.
   11070   if test -x /usr/bin/objformat; then
   11071     objformat=`/usr/bin/objformat`
   11072   else
   11073     case $host_os in
   11074     freebsd[23].*) objformat=aout ;;
   11075     *) objformat=elf ;;
   11076     esac
   11077   fi
   11078   version_type=freebsd-$objformat
   11079   case $version_type in
   11080     freebsd-elf*)
   11081       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   11082       need_version=no
   11083       need_lib_prefix=no
   11084       ;;
   11085     freebsd-*)
   11086       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
   11087       need_version=yes
   11088       ;;
   11089   esac
   11090   shlibpath_var=LD_LIBRARY_PATH
   11091   case $host_os in
   11092   freebsd2.*)
   11093     shlibpath_overrides_runpath=yes
   11094     ;;
   11095   freebsd3.[01]* | freebsdelf3.[01]*)
   11096     shlibpath_overrides_runpath=yes
   11097     hardcode_into_libs=yes
   11098     ;;
   11099   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
   11100   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
   11101     shlibpath_overrides_runpath=no
   11102     hardcode_into_libs=yes
   11103     ;;
   11104   *) # from 4.6 on, and DragonFly
   11105     shlibpath_overrides_runpath=yes
   11106     hardcode_into_libs=yes
   11107     ;;
   11108   esac
   11109   ;;
   11110 
   11111 haiku*)
   11112   version_type=linux
   11113   need_lib_prefix=no
   11114   need_version=no
   11115   dynamic_linker="$host_os runtime_loader"
   11116   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
   11117   soname_spec='${libname}${release}${shared_ext}$major'
   11118   shlibpath_var=LIBRARY_PATH
   11119   shlibpath_overrides_runpath=yes
   11120   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
   11121   hardcode_into_libs=yes
   11122   ;;
   11123 
   11124 hpux9* | hpux10* | hpux11*)
   11125   # Give a soname corresponding to the major version so that dld.sl refuses to
   11126   # link against other versions.
   11127   version_type=sunos
   11128   need_lib_prefix=no
   11129   need_version=no
   11130   case $host_cpu in
   11131   ia64*)
   11132     shrext_cmds='.so'
   11133     hardcode_into_libs=yes
   11134     dynamic_linker="$host_os dld.so"
   11135     shlibpath_var=LD_LIBRARY_PATH
   11136     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   11137     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11138     soname_spec='${libname}${release}${shared_ext}$major'
   11139     if test "X$HPUX_IA64_MODE" = X32; then
   11140       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
   11141     else
   11142       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
   11143     fi
   11144     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   11145     ;;
   11146   hppa*64*)
   11147     shrext_cmds='.sl'
   11148     hardcode_into_libs=yes
   11149     dynamic_linker="$host_os dld.sl"
   11150     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
   11151     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   11152     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11153     soname_spec='${libname}${release}${shared_ext}$major'
   11154     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
   11155     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   11156     ;;
   11157   *)
   11158     shrext_cmds='.sl'
   11159     dynamic_linker="$host_os dld.sl"
   11160     shlibpath_var=SHLIB_PATH
   11161     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
   11162     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11163     soname_spec='${libname}${release}${shared_ext}$major'
   11164     ;;
   11165   esac
   11166   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
   11167   postinstall_cmds='chmod 555 $lib'
   11168   # or fails outright, so override atomically:
   11169   install_override_mode=555
   11170   ;;
   11171 
   11172 interix[3-9]*)
   11173   version_type=linux
   11174   need_lib_prefix=no
   11175   need_version=no
   11176   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   11177   soname_spec='${libname}${release}${shared_ext}$major'
   11178   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
   11179   shlibpath_var=LD_LIBRARY_PATH
   11180   shlibpath_overrides_runpath=no
   11181   hardcode_into_libs=yes
   11182   ;;
   11183 
   11184 irix5* | irix6* | nonstopux*)
   11185   case $host_os in
   11186     nonstopux*) version_type=nonstopux ;;
   11187     *)
   11188 	if test "$lt_cv_prog_gnu_ld" = yes; then
   11189 		version_type=linux
   11190 	else
   11191 		version_type=irix
   11192 	fi ;;
   11193   esac
   11194   need_lib_prefix=no
   11195   need_version=no
   11196   soname_spec='${libname}${release}${shared_ext}$major'
   11197   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
   11198   case $host_os in
   11199   irix5* | nonstopux*)
   11200     libsuff= shlibsuff=
   11201     ;;
   11202   *)
   11203     case $LD in # libtool.m4 will add one of these switches to LD
   11204     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
   11205       libsuff= shlibsuff= libmagic=32-bit;;
   11206     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
   11207       libsuff=32 shlibsuff=N32 libmagic=N32;;
   11208     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
   11209       libsuff=64 shlibsuff=64 libmagic=64-bit;;
   11210     *) libsuff= shlibsuff= libmagic=never-match;;
   11211     esac
   11212     ;;
   11213   esac
   11214   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
   11215   shlibpath_overrides_runpath=no
   11216   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
   11217   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
   11218   hardcode_into_libs=yes
   11219   ;;
   11220 
   11221 # No shared lib support for Linux oldld, aout, or coff.
   11222 linux*oldld* | linux*aout* | linux*coff*)
   11223   dynamic_linker=no
   11224   ;;
   11225 
   11226 # This must be Linux ELF.
   11227 
   11228 # uclinux* changes (here and below) have been submitted to the libtool
   11229 # project, but have not yet been accepted: they are GCC-local changes
   11230 # for the time being.  (See
   11231 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
   11232 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
   11233   version_type=linux
   11234   need_lib_prefix=no
   11235   need_version=no
   11236   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11237   soname_spec='${libname}${release}${shared_ext}$major'
   11238   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   11239   shlibpath_var=LD_LIBRARY_PATH
   11240   shlibpath_overrides_runpath=no
   11241 
   11242   # Some binutils ld are patched to set DT_RUNPATH
   11243   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
   11244   $as_echo_n "(cached) " >&6
   11245 else
   11246   lt_cv_shlibpath_overrides_runpath=no
   11247     save_LDFLAGS=$LDFLAGS
   11248     save_libdir=$libdir
   11249     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
   11250 	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
   11251     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11252 /* end confdefs.h.  */
   11253 
   11254 int
   11255 main ()
   11256 {
   11257 
   11258   ;
   11259   return 0;
   11260 }
   11261 _ACEOF
   11262 if ac_fn_c_try_link "$LINENO"; then :
   11263   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
   11264   lt_cv_shlibpath_overrides_runpath=yes
   11265 fi
   11266 fi
   11267 rm -f core conftest.err conftest.$ac_objext \
   11268     conftest$ac_exeext conftest.$ac_ext
   11269     LDFLAGS=$save_LDFLAGS
   11270     libdir=$save_libdir
   11271 
   11272 fi
   11273 
   11274   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
   11275 
   11276   # This implies no fast_install, which is unacceptable.
   11277   # Some rework will be needed to allow for fast_install
   11278   # before this can be enabled.
   11279   hardcode_into_libs=yes
   11280 
   11281   # Append ld.so.conf contents to the search path
   11282   if test -f /etc/ld.so.conf; then
   11283     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
   11284     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   11285   fi
   11286 
   11287   # We used to test for /lib/ld.so.1 and disable shared libraries on
   11288   # powerpc, because MkLinux only supported shared libraries with the
   11289   # GNU dynamic linker.  Since this was broken with cross compilers,
   11290   # most powerpc-linux boxes support dynamic linking these days and
   11291   # people can always --disable-shared, the test was removed, and we
   11292   # assume the GNU/Linux dynamic linker is in use.
   11293   dynamic_linker='GNU/Linux ld.so'
   11294   ;;
   11295 
   11296 netbsd*)
   11297   version_type=sunos
   11298   need_lib_prefix=no
   11299   need_version=no
   11300   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   11301     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   11302     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   11303     dynamic_linker='NetBSD (a.out) ld.so'
   11304   else
   11305     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   11306     soname_spec='${libname}${release}${shared_ext}$major'
   11307     dynamic_linker='NetBSD ld.elf_so'
   11308   fi
   11309   shlibpath_var=LD_LIBRARY_PATH
   11310   shlibpath_overrides_runpath=yes
   11311   hardcode_into_libs=yes
   11312   ;;
   11313 
   11314 newsos6)
   11315   version_type=linux
   11316   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11317   shlibpath_var=LD_LIBRARY_PATH
   11318   shlibpath_overrides_runpath=yes
   11319   ;;
   11320 
   11321 *nto* | *qnx*)
   11322   version_type=qnx
   11323   need_lib_prefix=no
   11324   need_version=no
   11325   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11326   soname_spec='${libname}${release}${shared_ext}$major'
   11327   shlibpath_var=LD_LIBRARY_PATH
   11328   shlibpath_overrides_runpath=no
   11329   hardcode_into_libs=yes
   11330   dynamic_linker='ldqnx.so'
   11331   ;;
   11332 
   11333 openbsd*)
   11334   version_type=sunos
   11335   sys_lib_dlsearch_path_spec="/usr/lib"
   11336   need_lib_prefix=no
   11337   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
   11338   case $host_os in
   11339     openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
   11340     *)				need_version=no  ;;
   11341   esac
   11342   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   11343   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   11344   shlibpath_var=LD_LIBRARY_PATH
   11345   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   11346     case $host_os in
   11347       openbsd2.[89] | openbsd2.[89].*)
   11348 	shlibpath_overrides_runpath=no
   11349 	;;
   11350       *)
   11351 	shlibpath_overrides_runpath=yes
   11352 	;;
   11353       esac
   11354   else
   11355     shlibpath_overrides_runpath=yes
   11356   fi
   11357   ;;
   11358 
   11359 os2*)
   11360   libname_spec='$name'
   11361   shrext_cmds=".dll"
   11362   need_lib_prefix=no
   11363   library_names_spec='$libname${shared_ext} $libname.a'
   11364   dynamic_linker='OS/2 ld.exe'
   11365   shlibpath_var=LIBPATH
   11366   ;;
   11367 
   11368 osf3* | osf4* | osf5*)
   11369   version_type=osf
   11370   need_lib_prefix=no
   11371   need_version=no
   11372   soname_spec='${libname}${release}${shared_ext}$major'
   11373   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11374   shlibpath_var=LD_LIBRARY_PATH
   11375   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
   11376   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   11377   ;;
   11378 
   11379 rdos*)
   11380   dynamic_linker=no
   11381   ;;
   11382 
   11383 solaris*)
   11384   version_type=linux
   11385   need_lib_prefix=no
   11386   need_version=no
   11387   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11388   soname_spec='${libname}${release}${shared_ext}$major'
   11389   shlibpath_var=LD_LIBRARY_PATH
   11390   shlibpath_overrides_runpath=yes
   11391   hardcode_into_libs=yes
   11392   # ldd complains unless libraries are executable
   11393   postinstall_cmds='chmod +x $lib'
   11394   ;;
   11395 
   11396 sunos4*)
   11397   version_type=sunos
   11398   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   11399   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
   11400   shlibpath_var=LD_LIBRARY_PATH
   11401   shlibpath_overrides_runpath=yes
   11402   if test "$with_gnu_ld" = yes; then
   11403     need_lib_prefix=no
   11404   fi
   11405   need_version=yes
   11406   ;;
   11407 
   11408 sysv4 | sysv4.3*)
   11409   version_type=linux
   11410   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11411   soname_spec='${libname}${release}${shared_ext}$major'
   11412   shlibpath_var=LD_LIBRARY_PATH
   11413   case $host_vendor in
   11414     sni)
   11415       shlibpath_overrides_runpath=no
   11416       need_lib_prefix=no
   11417       runpath_var=LD_RUN_PATH
   11418       ;;
   11419     siemens)
   11420       need_lib_prefix=no
   11421       ;;
   11422     motorola)
   11423       need_lib_prefix=no
   11424       need_version=no
   11425       shlibpath_overrides_runpath=no
   11426       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
   11427       ;;
   11428   esac
   11429   ;;
   11430 
   11431 sysv4*MP*)
   11432   if test -d /usr/nec ;then
   11433     version_type=linux
   11434     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
   11435     soname_spec='$libname${shared_ext}.$major'
   11436     shlibpath_var=LD_LIBRARY_PATH
   11437   fi
   11438   ;;
   11439 
   11440 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   11441   version_type=freebsd-elf
   11442   need_lib_prefix=no
   11443   need_version=no
   11444   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   11445   soname_spec='${libname}${release}${shared_ext}$major'
   11446   shlibpath_var=LD_LIBRARY_PATH
   11447   shlibpath_overrides_runpath=yes
   11448   hardcode_into_libs=yes
   11449   if test "$with_gnu_ld" = yes; then
   11450     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
   11451   else
   11452     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
   11453     case $host_os in
   11454       sco3.2v5*)
   11455         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
   11456 	;;
   11457     esac
   11458   fi
   11459   sys_lib_dlsearch_path_spec='/usr/lib'
   11460   ;;
   11461 
   11462 tpf*)
   11463   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
   11464   version_type=linux
   11465   need_lib_prefix=no
   11466   need_version=no
   11467   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11468   shlibpath_var=LD_LIBRARY_PATH
   11469   shlibpath_overrides_runpath=no
   11470   hardcode_into_libs=yes
   11471   ;;
   11472 
   11473 uts4*)
   11474   version_type=linux
   11475   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11476   soname_spec='${libname}${release}${shared_ext}$major'
   11477   shlibpath_var=LD_LIBRARY_PATH
   11478   ;;
   11479 
   11480 # Shared libraries for VwWorks, >= 7 only at this stage
   11481 # and (fpic) still incompatible with "large" code models
   11482 # in a few configurations. Only for RTP mode in any case,
   11483 # and upon explicit request at configure time.
   11484 vxworks7*)
   11485   dynamic_linker=no
   11486   case ${with_multisubdir}-${enable_shared} in
   11487     *large*)
   11488       ;;
   11489     *mrtp*-yes)
   11490       version_type=linux
   11491       need_lib_prefix=no
   11492       need_version=no
   11493       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11494       soname_spec='${libname}${release}${shared_ext}$major'
   11495       dynamic_linker="$host_os module_loader"
   11496       ;;
   11497   esac
   11498   ;;
   11499 *)
   11500   dynamic_linker=no
   11501   ;;
   11502 esac
   11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
   11504 $as_echo "$dynamic_linker" >&6; }
   11505 test "$dynamic_linker" = no && can_build_shared=no
   11506 
   11507 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
   11508 if test "$GCC" = yes; then
   11509   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
   11510 fi
   11511 
   11512 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
   11513   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
   11514 fi
   11515 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
   11516   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
   11517 fi
   11518 
   11519 
   11520 
   11521 
   11522 
   11523 
   11524 
   11525 
   11526 
   11527 
   11528 
   11529 
   11530 
   11531 
   11532 
   11533 
   11534 
   11535 
   11536 
   11537 
   11538 
   11539 
   11540 
   11541 
   11542 
   11543 
   11544 
   11545 
   11546 
   11547 
   11548 
   11549 
   11550 
   11551 
   11552 
   11553 
   11554 
   11555 
   11556 
   11557 
   11558 
   11559 
   11560 
   11561 
   11562 
   11563 
   11564 
   11565 
   11566 
   11567 
   11568 
   11569 
   11570 
   11571 
   11572 
   11573 
   11574 
   11575 
   11576 
   11577 
   11578 
   11579 
   11580 
   11581 
   11582 
   11583 
   11584 
   11585 
   11586 
   11587 
   11588 
   11589 
   11590 
   11591 
   11592 
   11593 
   11594 
   11595 
   11596 
   11597 
   11598 
   11599 
   11600 
   11601 
   11602 
   11603 
   11604 
   11605 
   11606 
   11607 
   11608 
   11609 
   11610   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
   11611 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
   11612 hardcode_action=
   11613 if test -n "$hardcode_libdir_flag_spec" ||
   11614    test -n "$runpath_var" ||
   11615    test "X$hardcode_automatic" = "Xyes" ; then
   11616 
   11617   # We can hardcode non-existent directories.
   11618   if test "$hardcode_direct" != no &&
   11619      # If the only mechanism to avoid hardcoding is shlibpath_var, we
   11620      # have to relink, otherwise we might link with an installed library
   11621      # when we should be linking with a yet-to-be-installed one
   11622      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
   11623      test "$hardcode_minus_L" != no; then
   11624     # Linking always hardcodes the temporary library directory.
   11625     hardcode_action=relink
   11626   else
   11627     # We can link without hardcoding, and we can hardcode nonexisting dirs.
   11628     hardcode_action=immediate
   11629   fi
   11630 else
   11631   # We cannot hardcode anything, or else we can only hardcode existing
   11632   # directories.
   11633   hardcode_action=unsupported
   11634 fi
   11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
   11636 $as_echo "$hardcode_action" >&6; }
   11637 
   11638 if test "$hardcode_action" = relink ||
   11639    test "$inherit_rpath" = yes; then
   11640   # Fast installation is not supported
   11641   enable_fast_install=no
   11642 elif test "$shlibpath_overrides_runpath" = yes ||
   11643      test "$enable_shared" = no; then
   11644   # Fast installation is not necessary
   11645   enable_fast_install=needless
   11646 fi
   11647 
   11648 
   11649 
   11650 
   11651 
   11652 
   11653   if test "x$enable_dlopen" != xyes; then
   11654   enable_dlopen=unknown
   11655   enable_dlopen_self=unknown
   11656   enable_dlopen_self_static=unknown
   11657 else
   11658   lt_cv_dlopen=no
   11659   lt_cv_dlopen_libs=
   11660 
   11661   case $host_os in
   11662   beos*)
   11663     lt_cv_dlopen="load_add_on"
   11664     lt_cv_dlopen_libs=
   11665     lt_cv_dlopen_self=yes
   11666     ;;
   11667 
   11668   mingw* | pw32* | cegcc*)
   11669     lt_cv_dlopen="LoadLibrary"
   11670     lt_cv_dlopen_libs=
   11671     ;;
   11672 
   11673   cygwin*)
   11674     lt_cv_dlopen="dlopen"
   11675     lt_cv_dlopen_libs=
   11676     ;;
   11677 
   11678   darwin*)
   11679   # if libdl is installed we need to link against it
   11680     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   11681 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   11682 if ${ac_cv_lib_dl_dlopen+:} false; then :
   11683   $as_echo_n "(cached) " >&6
   11684 else
   11685   ac_check_lib_save_LIBS=$LIBS
   11686 LIBS="-ldl  $LIBS"
   11687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11688 /* end confdefs.h.  */
   11689 
   11690 /* Override any GCC internal prototype to avoid an error.
   11691    Use char because int might match the return type of a GCC
   11692    builtin and then its argument prototype would still apply.  */
   11693 #ifdef __cplusplus
   11694 extern "C"
   11695 #endif
   11696 char dlopen ();
   11697 int
   11698 main ()
   11699 {
   11700 return dlopen ();
   11701   ;
   11702   return 0;
   11703 }
   11704 _ACEOF
   11705 if ac_fn_c_try_link "$LINENO"; then :
   11706   ac_cv_lib_dl_dlopen=yes
   11707 else
   11708   ac_cv_lib_dl_dlopen=no
   11709 fi
   11710 rm -f core conftest.err conftest.$ac_objext \
   11711     conftest$ac_exeext conftest.$ac_ext
   11712 LIBS=$ac_check_lib_save_LIBS
   11713 fi
   11714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   11715 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   11716 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   11717   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   11718 else
   11719 
   11720     lt_cv_dlopen="dyld"
   11721     lt_cv_dlopen_libs=
   11722     lt_cv_dlopen_self=yes
   11723 
   11724 fi
   11725 
   11726     ;;
   11727 
   11728   *)
   11729     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
   11730 if test "x$ac_cv_func_shl_load" = xyes; then :
   11731   lt_cv_dlopen="shl_load"
   11732 else
   11733   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
   11734 $as_echo_n "checking for shl_load in -ldld... " >&6; }
   11735 if ${ac_cv_lib_dld_shl_load+:} false; then :
   11736   $as_echo_n "(cached) " >&6
   11737 else
   11738   ac_check_lib_save_LIBS=$LIBS
   11739 LIBS="-ldld  $LIBS"
   11740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11741 /* end confdefs.h.  */
   11742 
   11743 /* Override any GCC internal prototype to avoid an error.
   11744    Use char because int might match the return type of a GCC
   11745    builtin and then its argument prototype would still apply.  */
   11746 #ifdef __cplusplus
   11747 extern "C"
   11748 #endif
   11749 char shl_load ();
   11750 int
   11751 main ()
   11752 {
   11753 return shl_load ();
   11754   ;
   11755   return 0;
   11756 }
   11757 _ACEOF
   11758 if ac_fn_c_try_link "$LINENO"; then :
   11759   ac_cv_lib_dld_shl_load=yes
   11760 else
   11761   ac_cv_lib_dld_shl_load=no
   11762 fi
   11763 rm -f core conftest.err conftest.$ac_objext \
   11764     conftest$ac_exeext conftest.$ac_ext
   11765 LIBS=$ac_check_lib_save_LIBS
   11766 fi
   11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
   11768 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
   11769 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
   11770   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
   11771 else
   11772   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
   11773 if test "x$ac_cv_func_dlopen" = xyes; then :
   11774   lt_cv_dlopen="dlopen"
   11775 else
   11776   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   11777 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   11778 if ${ac_cv_lib_dl_dlopen+:} false; then :
   11779   $as_echo_n "(cached) " >&6
   11780 else
   11781   ac_check_lib_save_LIBS=$LIBS
   11782 LIBS="-ldl  $LIBS"
   11783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11784 /* end confdefs.h.  */
   11785 
   11786 /* Override any GCC internal prototype to avoid an error.
   11787    Use char because int might match the return type of a GCC
   11788    builtin and then its argument prototype would still apply.  */
   11789 #ifdef __cplusplus
   11790 extern "C"
   11791 #endif
   11792 char dlopen ();
   11793 int
   11794 main ()
   11795 {
   11796 return dlopen ();
   11797   ;
   11798   return 0;
   11799 }
   11800 _ACEOF
   11801 if ac_fn_c_try_link "$LINENO"; then :
   11802   ac_cv_lib_dl_dlopen=yes
   11803 else
   11804   ac_cv_lib_dl_dlopen=no
   11805 fi
   11806 rm -f core conftest.err conftest.$ac_objext \
   11807     conftest$ac_exeext conftest.$ac_ext
   11808 LIBS=$ac_check_lib_save_LIBS
   11809 fi
   11810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   11811 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   11812 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   11813   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   11814 else
   11815   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
   11816 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
   11817 if ${ac_cv_lib_svld_dlopen+:} false; then :
   11818   $as_echo_n "(cached) " >&6
   11819 else
   11820   ac_check_lib_save_LIBS=$LIBS
   11821 LIBS="-lsvld  $LIBS"
   11822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11823 /* end confdefs.h.  */
   11824 
   11825 /* Override any GCC internal prototype to avoid an error.
   11826    Use char because int might match the return type of a GCC
   11827    builtin and then its argument prototype would still apply.  */
   11828 #ifdef __cplusplus
   11829 extern "C"
   11830 #endif
   11831 char dlopen ();
   11832 int
   11833 main ()
   11834 {
   11835 return dlopen ();
   11836   ;
   11837   return 0;
   11838 }
   11839 _ACEOF
   11840 if ac_fn_c_try_link "$LINENO"; then :
   11841   ac_cv_lib_svld_dlopen=yes
   11842 else
   11843   ac_cv_lib_svld_dlopen=no
   11844 fi
   11845 rm -f core conftest.err conftest.$ac_objext \
   11846     conftest$ac_exeext conftest.$ac_ext
   11847 LIBS=$ac_check_lib_save_LIBS
   11848 fi
   11849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
   11850 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
   11851 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
   11852   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
   11853 else
   11854   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
   11855 $as_echo_n "checking for dld_link in -ldld... " >&6; }
   11856 if ${ac_cv_lib_dld_dld_link+:} false; then :
   11857   $as_echo_n "(cached) " >&6
   11858 else
   11859   ac_check_lib_save_LIBS=$LIBS
   11860 LIBS="-ldld  $LIBS"
   11861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11862 /* end confdefs.h.  */
   11863 
   11864 /* Override any GCC internal prototype to avoid an error.
   11865    Use char because int might match the return type of a GCC
   11866    builtin and then its argument prototype would still apply.  */
   11867 #ifdef __cplusplus
   11868 extern "C"
   11869 #endif
   11870 char dld_link ();
   11871 int
   11872 main ()
   11873 {
   11874 return dld_link ();
   11875   ;
   11876   return 0;
   11877 }
   11878 _ACEOF
   11879 if ac_fn_c_try_link "$LINENO"; then :
   11880   ac_cv_lib_dld_dld_link=yes
   11881 else
   11882   ac_cv_lib_dld_dld_link=no
   11883 fi
   11884 rm -f core conftest.err conftest.$ac_objext \
   11885     conftest$ac_exeext conftest.$ac_ext
   11886 LIBS=$ac_check_lib_save_LIBS
   11887 fi
   11888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
   11889 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
   11890 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
   11891   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
   11892 fi
   11893 
   11894 
   11895 fi
   11896 
   11897 
   11898 fi
   11899 
   11900 
   11901 fi
   11902 
   11903 
   11904 fi
   11905 
   11906 
   11907 fi
   11908 
   11909     ;;
   11910   esac
   11911 
   11912   if test "x$lt_cv_dlopen" != xno; then
   11913     enable_dlopen=yes
   11914   else
   11915     enable_dlopen=no
   11916   fi
   11917 
   11918   case $lt_cv_dlopen in
   11919   dlopen)
   11920     save_CPPFLAGS="$CPPFLAGS"
   11921     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
   11922 
   11923     save_LDFLAGS="$LDFLAGS"
   11924     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
   11925 
   11926     save_LIBS="$LIBS"
   11927     LIBS="$lt_cv_dlopen_libs $LIBS"
   11928 
   11929     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
   11930 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
   11931 if ${lt_cv_dlopen_self+:} false; then :
   11932   $as_echo_n "(cached) " >&6
   11933 else
   11934   	  if test "$cross_compiling" = yes; then :
   11935   lt_cv_dlopen_self=cross
   11936 else
   11937   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   11938   lt_status=$lt_dlunknown
   11939   cat > conftest.$ac_ext <<_LT_EOF
   11940 #line 11940 "configure"
   11941 #include "confdefs.h"
   11942 
   11943 #if HAVE_DLFCN_H
   11944 #include <dlfcn.h>
   11945 #endif
   11946 
   11947 #include <stdio.h>
   11948 
   11949 #ifdef RTLD_GLOBAL
   11950 #  define LT_DLGLOBAL		RTLD_GLOBAL
   11951 #else
   11952 #  ifdef DL_GLOBAL
   11953 #    define LT_DLGLOBAL		DL_GLOBAL
   11954 #  else
   11955 #    define LT_DLGLOBAL		0
   11956 #  endif
   11957 #endif
   11958 
   11959 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   11960    find out it does not work in some platform. */
   11961 #ifndef LT_DLLAZY_OR_NOW
   11962 #  ifdef RTLD_LAZY
   11963 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   11964 #  else
   11965 #    ifdef DL_LAZY
   11966 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   11967 #    else
   11968 #      ifdef RTLD_NOW
   11969 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   11970 #      else
   11971 #        ifdef DL_NOW
   11972 #          define LT_DLLAZY_OR_NOW	DL_NOW
   11973 #        else
   11974 #          define LT_DLLAZY_OR_NOW	0
   11975 #        endif
   11976 #      endif
   11977 #    endif
   11978 #  endif
   11979 #endif
   11980 
   11981 /* When -fvisbility=hidden is used, assume the code has been annotated
   11982    correspondingly for the symbols needed.  */
   11983 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
   11984 void fnord () __attribute__((visibility("default")));
   11985 #endif
   11986 
   11987 void fnord () { int i=42; }
   11988 int main ()
   11989 {
   11990   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   11991   int status = $lt_dlunknown;
   11992 
   11993   if (self)
   11994     {
   11995       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   11996       else
   11997         {
   11998 	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
   11999           else puts (dlerror ());
   12000 	}
   12001       /* dlclose (self); */
   12002     }
   12003   else
   12004     puts (dlerror ());
   12005 
   12006   return status;
   12007 }
   12008 _LT_EOF
   12009   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   12010   (eval $ac_link) 2>&5
   12011   ac_status=$?
   12012   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   12013   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   12014     (./conftest; exit; ) >&5 2>/dev/null
   12015     lt_status=$?
   12016     case x$lt_status in
   12017       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
   12018       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
   12019       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
   12020     esac
   12021   else :
   12022     # compilation failed
   12023     lt_cv_dlopen_self=no
   12024   fi
   12025 fi
   12026 rm -fr conftest*
   12027 
   12028 
   12029 fi
   12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
   12031 $as_echo "$lt_cv_dlopen_self" >&6; }
   12032 
   12033     if test "x$lt_cv_dlopen_self" = xyes; then
   12034       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
   12035       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
   12036 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
   12037 if ${lt_cv_dlopen_self_static+:} false; then :
   12038   $as_echo_n "(cached) " >&6
   12039 else
   12040   	  if test "$cross_compiling" = yes; then :
   12041   lt_cv_dlopen_self_static=cross
   12042 else
   12043   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   12044   lt_status=$lt_dlunknown
   12045   cat > conftest.$ac_ext <<_LT_EOF
   12046 #line 12046 "configure"
   12047 #include "confdefs.h"
   12048 
   12049 #if HAVE_DLFCN_H
   12050 #include <dlfcn.h>
   12051 #endif
   12052 
   12053 #include <stdio.h>
   12054 
   12055 #ifdef RTLD_GLOBAL
   12056 #  define LT_DLGLOBAL		RTLD_GLOBAL
   12057 #else
   12058 #  ifdef DL_GLOBAL
   12059 #    define LT_DLGLOBAL		DL_GLOBAL
   12060 #  else
   12061 #    define LT_DLGLOBAL		0
   12062 #  endif
   12063 #endif
   12064 
   12065 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   12066    find out it does not work in some platform. */
   12067 #ifndef LT_DLLAZY_OR_NOW
   12068 #  ifdef RTLD_LAZY
   12069 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   12070 #  else
   12071 #    ifdef DL_LAZY
   12072 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   12073 #    else
   12074 #      ifdef RTLD_NOW
   12075 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   12076 #      else
   12077 #        ifdef DL_NOW
   12078 #          define LT_DLLAZY_OR_NOW	DL_NOW
   12079 #        else
   12080 #          define LT_DLLAZY_OR_NOW	0
   12081 #        endif
   12082 #      endif
   12083 #    endif
   12084 #  endif
   12085 #endif
   12086 
   12087 /* When -fvisbility=hidden is used, assume the code has been annotated
   12088    correspondingly for the symbols needed.  */
   12089 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
   12090 void fnord () __attribute__((visibility("default")));
   12091 #endif
   12092 
   12093 void fnord () { int i=42; }
   12094 int main ()
   12095 {
   12096   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   12097   int status = $lt_dlunknown;
   12098 
   12099   if (self)
   12100     {
   12101       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   12102       else
   12103         {
   12104 	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
   12105           else puts (dlerror ());
   12106 	}
   12107       /* dlclose (self); */
   12108     }
   12109   else
   12110     puts (dlerror ());
   12111 
   12112   return status;
   12113 }
   12114 _LT_EOF
   12115   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   12116   (eval $ac_link) 2>&5
   12117   ac_status=$?
   12118   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   12119   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   12120     (./conftest; exit; ) >&5 2>/dev/null
   12121     lt_status=$?
   12122     case x$lt_status in
   12123       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
   12124       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
   12125       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
   12126     esac
   12127   else :
   12128     # compilation failed
   12129     lt_cv_dlopen_self_static=no
   12130   fi
   12131 fi
   12132 rm -fr conftest*
   12133 
   12134 
   12135 fi
   12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
   12137 $as_echo "$lt_cv_dlopen_self_static" >&6; }
   12138     fi
   12139 
   12140     CPPFLAGS="$save_CPPFLAGS"
   12141     LDFLAGS="$save_LDFLAGS"
   12142     LIBS="$save_LIBS"
   12143     ;;
   12144   esac
   12145 
   12146   case $lt_cv_dlopen_self in
   12147   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
   12148   *) enable_dlopen_self=unknown ;;
   12149   esac
   12150 
   12151   case $lt_cv_dlopen_self_static in
   12152   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
   12153   *) enable_dlopen_self_static=unknown ;;
   12154   esac
   12155 fi
   12156 
   12157 
   12158 
   12159 
   12160 
   12161 
   12162 
   12163 
   12164 
   12165 
   12166 
   12167 
   12168 
   12169 
   12170 
   12171 
   12172 
   12173 striplib=
   12174 old_striplib=
   12175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
   12176 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
   12177 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
   12178   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
   12179   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
   12180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   12181 $as_echo "yes" >&6; }
   12182 else
   12183 # FIXME - insert some real tests, host_os isn't really good enough
   12184   case $host_os in
   12185   darwin*)
   12186     if test -n "$STRIP" ; then
   12187       striplib="$STRIP -x"
   12188       old_striplib="$STRIP -S"
   12189       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   12190 $as_echo "yes" >&6; }
   12191     else
   12192       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12193 $as_echo "no" >&6; }
   12194     fi
   12195     ;;
   12196   *)
   12197     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12198 $as_echo "no" >&6; }
   12199     ;;
   12200   esac
   12201 fi
   12202 
   12203 
   12204 
   12205 
   12206 
   12207 
   12208 
   12209 
   12210 
   12211 
   12212 
   12213 
   12214   # Report which library types will actually be built
   12215   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
   12216 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
   12217   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
   12218 $as_echo "$can_build_shared" >&6; }
   12219 
   12220   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
   12221 $as_echo_n "checking whether to build shared libraries... " >&6; }
   12222   test "$can_build_shared" = "no" && enable_shared=no
   12223 
   12224   # On AIX, shared libraries and static libraries use the same namespace, and
   12225   # are all built from PIC.
   12226   case $host_os in
   12227   aix3*)
   12228     test "$enable_shared" = yes && enable_static=no
   12229     if test -n "$RANLIB"; then
   12230       archive_cmds="$archive_cmds~\$RANLIB \$lib"
   12231       postinstall_cmds='$RANLIB $lib'
   12232     fi
   12233     ;;
   12234 
   12235   aix[4-9]*)
   12236     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
   12237       test "$enable_shared" = yes && enable_static=no
   12238     fi
   12239     ;;
   12240   esac
   12241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
   12242 $as_echo "$enable_shared" >&6; }
   12243 
   12244   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
   12245 $as_echo_n "checking whether to build static libraries... " >&6; }
   12246   # Make sure either enable_shared or enable_static is yes.
   12247   test "$enable_shared" = yes || enable_static=yes
   12248   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
   12249 $as_echo "$enable_static" >&6; }
   12250 
   12251 
   12252 
   12253 
   12254 fi
   12255 ac_ext=c
   12256 ac_cpp='$CPP $CPPFLAGS'
   12257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   12258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   12259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   12260 
   12261 CC="$lt_save_CC"
   12262 
   12263 
   12264 
   12265 
   12266 
   12267 
   12268 
   12269 
   12270 
   12271 
   12272 
   12273 
   12274 
   12275         ac_config_commands="$ac_config_commands libtool"
   12276 
   12277 
   12278 
   12279 
   12280 # Only expand once:
   12281 
   12282 
   12283 # Check whether --enable-largefile was given.
   12284 if test "${enable_largefile+set}" = set; then :
   12285   enableval=$enable_largefile;
   12286 fi
   12287 
   12288 if test "$enable_largefile" != no; then
   12289 
   12290   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
   12291 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
   12292 if ${ac_cv_sys_largefile_CC+:} false; then :
   12293   $as_echo_n "(cached) " >&6
   12294 else
   12295   ac_cv_sys_largefile_CC=no
   12296      if test "$GCC" != yes; then
   12297        ac_save_CC=$CC
   12298        while :; do
   12299 	 # IRIX 6.2 and later do not support large files by default,
   12300 	 # so use the C compiler's -n32 option if that helps.
   12301 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12302 /* end confdefs.h.  */
   12303 #include <sys/types.h>
   12304  /* Check that off_t can represent 2**63 - 1 correctly.
   12305     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12306     since some C++ compilers masquerading as C compilers
   12307     incorrectly reject 9223372036854775807.  */
   12308 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12309   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12310 		       && LARGE_OFF_T % 2147483647 == 1)
   12311 		      ? 1 : -1];
   12312 int
   12313 main ()
   12314 {
   12315 
   12316   ;
   12317   return 0;
   12318 }
   12319 _ACEOF
   12320 	 if ac_fn_c_try_compile "$LINENO"; then :
   12321   break
   12322 fi
   12323 rm -f core conftest.err conftest.$ac_objext
   12324 	 CC="$CC -n32"
   12325 	 if ac_fn_c_try_compile "$LINENO"; then :
   12326   ac_cv_sys_largefile_CC=' -n32'; break
   12327 fi
   12328 rm -f core conftest.err conftest.$ac_objext
   12329 	 break
   12330        done
   12331        CC=$ac_save_CC
   12332        rm -f conftest.$ac_ext
   12333     fi
   12334 fi
   12335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
   12336 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
   12337   if test "$ac_cv_sys_largefile_CC" != no; then
   12338     CC=$CC$ac_cv_sys_largefile_CC
   12339   fi
   12340 
   12341   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
   12342 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
   12343 if ${ac_cv_sys_file_offset_bits+:} false; then :
   12344   $as_echo_n "(cached) " >&6
   12345 else
   12346   while :; do
   12347   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12348 /* end confdefs.h.  */
   12349 #include <sys/types.h>
   12350  /* Check that off_t can represent 2**63 - 1 correctly.
   12351     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12352     since some C++ compilers masquerading as C compilers
   12353     incorrectly reject 9223372036854775807.  */
   12354 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12355   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12356 		       && LARGE_OFF_T % 2147483647 == 1)
   12357 		      ? 1 : -1];
   12358 int
   12359 main ()
   12360 {
   12361 
   12362   ;
   12363   return 0;
   12364 }
   12365 _ACEOF
   12366 if ac_fn_c_try_compile "$LINENO"; then :
   12367   ac_cv_sys_file_offset_bits=no; break
   12368 fi
   12369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12370   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12371 /* end confdefs.h.  */
   12372 #define _FILE_OFFSET_BITS 64
   12373 #include <sys/types.h>
   12374  /* Check that off_t can represent 2**63 - 1 correctly.
   12375     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12376     since some C++ compilers masquerading as C compilers
   12377     incorrectly reject 9223372036854775807.  */
   12378 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12379   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12380 		       && LARGE_OFF_T % 2147483647 == 1)
   12381 		      ? 1 : -1];
   12382 int
   12383 main ()
   12384 {
   12385 
   12386   ;
   12387   return 0;
   12388 }
   12389 _ACEOF
   12390 if ac_fn_c_try_compile "$LINENO"; then :
   12391   ac_cv_sys_file_offset_bits=64; break
   12392 fi
   12393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12394   ac_cv_sys_file_offset_bits=unknown
   12395   break
   12396 done
   12397 fi
   12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
   12399 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
   12400 case $ac_cv_sys_file_offset_bits in #(
   12401   no | unknown) ;;
   12402   *)
   12403 cat >>confdefs.h <<_ACEOF
   12404 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
   12405 _ACEOF
   12406 ;;
   12407 esac
   12408 rm -rf conftest*
   12409   if test $ac_cv_sys_file_offset_bits = unknown; then
   12410     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
   12411 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
   12412 if ${ac_cv_sys_large_files+:} false; then :
   12413   $as_echo_n "(cached) " >&6
   12414 else
   12415   while :; do
   12416   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12417 /* end confdefs.h.  */
   12418 #include <sys/types.h>
   12419  /* Check that off_t can represent 2**63 - 1 correctly.
   12420     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12421     since some C++ compilers masquerading as C compilers
   12422     incorrectly reject 9223372036854775807.  */
   12423 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12424   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12425 		       && LARGE_OFF_T % 2147483647 == 1)
   12426 		      ? 1 : -1];
   12427 int
   12428 main ()
   12429 {
   12430 
   12431   ;
   12432   return 0;
   12433 }
   12434 _ACEOF
   12435 if ac_fn_c_try_compile "$LINENO"; then :
   12436   ac_cv_sys_large_files=no; break
   12437 fi
   12438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12439   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12440 /* end confdefs.h.  */
   12441 #define _LARGE_FILES 1
   12442 #include <sys/types.h>
   12443  /* Check that off_t can represent 2**63 - 1 correctly.
   12444     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12445     since some C++ compilers masquerading as C compilers
   12446     incorrectly reject 9223372036854775807.  */
   12447 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12448   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12449 		       && LARGE_OFF_T % 2147483647 == 1)
   12450 		      ? 1 : -1];
   12451 int
   12452 main ()
   12453 {
   12454 
   12455   ;
   12456   return 0;
   12457 }
   12458 _ACEOF
   12459 if ac_fn_c_try_compile "$LINENO"; then :
   12460   ac_cv_sys_large_files=1; break
   12461 fi
   12462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12463   ac_cv_sys_large_files=unknown
   12464   break
   12465 done
   12466 fi
   12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
   12468 $as_echo "$ac_cv_sys_large_files" >&6; }
   12469 case $ac_cv_sys_large_files in #(
   12470   no | unknown) ;;
   12471   *)
   12472 cat >>confdefs.h <<_ACEOF
   12473 #define _LARGE_FILES $ac_cv_sys_large_files
   12474 _ACEOF
   12475 ;;
   12476 esac
   12477 rm -rf conftest*
   12478   fi
   12479 
   12480 
   12481 fi
   12482 
   12483 
   12484 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
   12485 for ac_prog in aclocal
   12486 do
   12487   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12488 set dummy $ac_prog; ac_word=$2
   12489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12490 $as_echo_n "checking for $ac_word... " >&6; }
   12491 if ${ac_cv_prog_ACLOCAL+:} false; then :
   12492   $as_echo_n "(cached) " >&6
   12493 else
   12494   if test -n "$ACLOCAL"; then
   12495   ac_cv_prog_ACLOCAL="$ACLOCAL" # Let the user override the test.
   12496 else
   12497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12498 for as_dir in $PATH
   12499 do
   12500   IFS=$as_save_IFS
   12501   test -z "$as_dir" && as_dir=.
   12502     for ac_exec_ext in '' $ac_executable_extensions; do
   12503   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12504     ac_cv_prog_ACLOCAL="$ac_prog"
   12505     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12506     break 2
   12507   fi
   12508 done
   12509   done
   12510 IFS=$as_save_IFS
   12511 
   12512 fi
   12513 fi
   12514 ACLOCAL=$ac_cv_prog_ACLOCAL
   12515 if test -n "$ACLOCAL"; then
   12516   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
   12517 $as_echo "$ACLOCAL" >&6; }
   12518 else
   12519   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12520 $as_echo "no" >&6; }
   12521 fi
   12522 
   12523 
   12524   test -n "$ACLOCAL" && break
   12525 done
   12526 test -n "$ACLOCAL" || ACLOCAL="$MISSING aclocal"
   12527 
   12528 for ac_prog in autoconf
   12529 do
   12530   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12531 set dummy $ac_prog; ac_word=$2
   12532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12533 $as_echo_n "checking for $ac_word... " >&6; }
   12534 if ${ac_cv_prog_AUTOCONF+:} false; then :
   12535   $as_echo_n "(cached) " >&6
   12536 else
   12537   if test -n "$AUTOCONF"; then
   12538   ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
   12539 else
   12540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12541 for as_dir in $PATH
   12542 do
   12543   IFS=$as_save_IFS
   12544   test -z "$as_dir" && as_dir=.
   12545     for ac_exec_ext in '' $ac_executable_extensions; do
   12546   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12547     ac_cv_prog_AUTOCONF="$ac_prog"
   12548     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12549     break 2
   12550   fi
   12551 done
   12552   done
   12553 IFS=$as_save_IFS
   12554 
   12555 fi
   12556 fi
   12557 AUTOCONF=$ac_cv_prog_AUTOCONF
   12558 if test -n "$AUTOCONF"; then
   12559   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
   12560 $as_echo "$AUTOCONF" >&6; }
   12561 else
   12562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12563 $as_echo "no" >&6; }
   12564 fi
   12565 
   12566 
   12567   test -n "$AUTOCONF" && break
   12568 done
   12569 test -n "$AUTOCONF" || AUTOCONF="$MISSING autoconf"
   12570 
   12571 for ac_prog in autoheader
   12572 do
   12573   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12574 set dummy $ac_prog; ac_word=$2
   12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12576 $as_echo_n "checking for $ac_word... " >&6; }
   12577 if ${ac_cv_prog_AUTOHEADER+:} false; then :
   12578   $as_echo_n "(cached) " >&6
   12579 else
   12580   if test -n "$AUTOHEADER"; then
   12581   ac_cv_prog_AUTOHEADER="$AUTOHEADER" # Let the user override the test.
   12582 else
   12583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12584 for as_dir in $PATH
   12585 do
   12586   IFS=$as_save_IFS
   12587   test -z "$as_dir" && as_dir=.
   12588     for ac_exec_ext in '' $ac_executable_extensions; do
   12589   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12590     ac_cv_prog_AUTOHEADER="$ac_prog"
   12591     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12592     break 2
   12593   fi
   12594 done
   12595   done
   12596 IFS=$as_save_IFS
   12597 
   12598 fi
   12599 fi
   12600 AUTOHEADER=$ac_cv_prog_AUTOHEADER
   12601 if test -n "$AUTOHEADER"; then
   12602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
   12603 $as_echo "$AUTOHEADER" >&6; }
   12604 else
   12605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12606 $as_echo "no" >&6; }
   12607 fi
   12608 
   12609 
   12610   test -n "$AUTOHEADER" && break
   12611 done
   12612 test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader"
   12613 
   12614 
   12615 
   12616 ac_ext=c
   12617 ac_cpp='$CPP $CPPFLAGS'
   12618 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   12619 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   12620 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   12621 
   12622 ac_libsframe_warn_cflags=
   12623 save_CFLAGS="$CFLAGS"
   12624 for real_option in -Wall -Wextra -Wwrite-strings \
   12625 			  -Wmissing-format-attribute \
   12626 			  -Wstrict-prototypes -Wmissing-prototypes; do
   12627   # Do the check with the no- prefix removed since gcc silently
   12628   # accepts any -Wno-* option on purpose
   12629   case $real_option in
   12630     -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
   12631     *) option=$real_option ;;
   12632   esac
   12633   as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
   12634 
   12635   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
   12636 $as_echo_n "checking whether $CC supports $option... " >&6; }
   12637 if eval \${$as_acx_Woption+:} false; then :
   12638   $as_echo_n "(cached) " >&6
   12639 else
   12640   CFLAGS="$option"
   12641     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12642 /* end confdefs.h.  */
   12643 
   12644 int
   12645 main ()
   12646 {
   12647 
   12648   ;
   12649   return 0;
   12650 }
   12651 _ACEOF
   12652 if ac_fn_c_try_compile "$LINENO"; then :
   12653   eval "$as_acx_Woption=yes"
   12654 else
   12655   eval "$as_acx_Woption=no"
   12656 fi
   12657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12658 
   12659 fi
   12660 eval ac_res=\$$as_acx_Woption
   12661 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   12662 $as_echo "$ac_res" >&6; }
   12663   if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
   12664   ac_libsframe_warn_cflags="$ac_libsframe_warn_cflags${ac_libsframe_warn_cflags:+ }$real_option"
   12665 fi
   12666   done
   12667 CFLAGS="$save_CFLAGS"
   12668 ac_ext=c
   12669 ac_cpp='$CPP $CPPFLAGS'
   12670 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   12671 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   12672 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   12673 
   12674 
   12675 
   12676 
   12677 
   12678   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for incompatibility between DejaGnu and GCC" >&5
   12679 $as_echo_n "checking for incompatibility between DejaGnu and GCC... " >&6; }
   12680   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
   12681 $as_echo "$ac_cv_dejagnu_compat" >&6; }
   12682 
   12683   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12684 /* end confdefs.h.  */
   12685 #include <dejagnu.h>
   12686 int
   12687 main ()
   12688 {
   12689 pass ("test foo");
   12690 	       return 0;
   12691   ;
   12692   return 0;
   12693 }
   12694 _ACEOF
   12695 if ac_fn_c_try_link "$LINENO"; then :
   12696   ac_cv_dejagnu_compat=yes
   12697 else
   12698   ac_cv_dejagnu_compat=no
   12699 fi
   12700 rm -f core conftest.err conftest.$ac_objext \
   12701     conftest$ac_exeext conftest.$ac_ext
   12702   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
   12703 $as_echo "$ac_cv_dejagnu_compat" >&6; }
   12704 
   12705   if test "$ac_cv_dejagnu_compat}" = no ; then
   12706     { $as_echo "$as_me:${as_lineno-$LINENO}: result: detected incompatibility between dejagnu version and gcc" >&5
   12707 $as_echo "detected incompatibility between dejagnu version and gcc" >&6; }
   12708   fi
   12709 
   12710  if test "x$ac_cv_dejagnu_compat" = "xyes"; then
   12711   HAVE_COMPAT_DEJAGNU_TRUE=
   12712   HAVE_COMPAT_DEJAGNU_FALSE='#'
   12713 else
   12714   HAVE_COMPAT_DEJAGNU_TRUE='#'
   12715   HAVE_COMPAT_DEJAGNU_FALSE=
   12716 fi
   12717 
   12718 
   12719 COMPAT_DEJAGNU=$ac_cv_dejagnu_compat
   12720 
   12721 
   12722 build_info=
   12723 for ac_prog in makeinfo
   12724 do
   12725   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12726 set dummy $ac_prog; ac_word=$2
   12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12728 $as_echo_n "checking for $ac_word... " >&6; }
   12729 if ${ac_cv_prog_MAKEINFO+:} false; then :
   12730   $as_echo_n "(cached) " >&6
   12731 else
   12732   if test -n "$MAKEINFO"; then
   12733   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
   12734 else
   12735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12736 for as_dir in $PATH
   12737 do
   12738   IFS=$as_save_IFS
   12739   test -z "$as_dir" && as_dir=.
   12740     for ac_exec_ext in '' $ac_executable_extensions; do
   12741   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12742     ac_cv_prog_MAKEINFO="$ac_prog"
   12743     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12744     break 2
   12745   fi
   12746 done
   12747   done
   12748 IFS=$as_save_IFS
   12749 
   12750 fi
   12751 fi
   12752 MAKEINFO=$ac_cv_prog_MAKEINFO
   12753 if test -n "$MAKEINFO"; then
   12754   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
   12755 $as_echo "$MAKEINFO" >&6; }
   12756 else
   12757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12758 $as_echo "no" >&6; }
   12759 fi
   12760 
   12761 
   12762   test -n "$MAKEINFO" && break
   12763 done
   12764 test -n "$MAKEINFO" || MAKEINFO="makeinfo"
   12765 
   12766 if test "x$MAKEINFO" = "x"; then
   12767     MAKEINFO="@echo makeinfo missing; true"
   12768     build_info=
   12769 else
   12770     BUILD_INFO=info
   12771     case "$MAKEINFO" in
   12772       */missing\ makeinfo*)
   12773 	build_info=
   12774 	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
   12775 *** Makeinfo is missing. Info documentation will not be built." >&5
   12776 $as_echo "$as_me: WARNING:
   12777 *** Makeinfo is missing. Info documentation will not be built." >&2;}
   12778         ;;
   12779       *)
   12780 	build_info=yes
   12781 	;;
   12782     esac
   12783 fi
   12784  if test "${build_info}" = yes; then
   12785   BUILD_INFO_TRUE=
   12786   BUILD_INFO_FALSE='#'
   12787 else
   12788   BUILD_INFO_TRUE='#'
   12789   BUILD_INFO_FALSE=
   12790 fi
   12791 
   12792 
   12793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if using Solaris linker" >&5
   12794 $as_echo_n "checking if using Solaris linker... " >&6; }
   12795 SLD=`$LD --version 2>&1 | grep Solaris`
   12796 if test "$SLD"; then
   12797   have_solaris_ld=yes
   12798   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   12799 $as_echo "yes" >&6; }
   12800 else
   12801   have_solaris_ld=no
   12802   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12803 $as_echo "no" >&6; }
   12804 fi
   12805  if test "$have_solaris_ld" = "yes"; then
   12806   HAVE_SOLARIS_LD_TRUE=
   12807   HAVE_SOLARIS_LD_FALSE='#'
   12808 else
   12809   HAVE_SOLARIS_LD_TRUE='#'
   12810   HAVE_SOLARIS_LD_FALSE=
   12811 fi
   12812 
   12813 
   12814 if test "$have_solaris_ld" = "yes"; then
   12815   GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
   12816 else
   12817   GLD=`$LD --help < /dev/null 2>/dev/null | grep version-script`
   12818 fi
   12819 
   12820 if test "$GLD"; then
   12821   have_ld_version_script=yes
   12822   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   12823 $as_echo "yes" >&6; }
   12824 else
   12825   have_ld_version_script=no
   12826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12827 $as_echo "no" >&6; }
   12828   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Versioned symbols not enabled." >&5
   12829 $as_echo "$as_me: WARNING: *** Versioned symbols not enabled." >&2;}
   12830 fi
   12831  if test "$have_ld_version_script" = "yes"; then
   12832   HAVE_LD_VERSION_SCRIPT_TRUE=
   12833   HAVE_LD_VERSION_SCRIPT_FALSE='#'
   12834 else
   12835   HAVE_LD_VERSION_SCRIPT_TRUE='#'
   12836   HAVE_LD_VERSION_SCRIPT_FALSE=
   12837 fi
   12838 
   12839 
   12840 
   12841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
   12842 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
   12843     # Check whether --enable-maintainer-mode was given.
   12844 if test "${enable_maintainer_mode+set}" = set; then :
   12845   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
   12846 else
   12847   USE_MAINTAINER_MODE=no
   12848 fi
   12849 
   12850   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
   12851 $as_echo "$USE_MAINTAINER_MODE" >&6; }
   12852    if test $USE_MAINTAINER_MODE = yes; then
   12853   MAINTAINER_MODE_TRUE=
   12854   MAINTAINER_MODE_FALSE='#'
   12855 else
   12856   MAINTAINER_MODE_TRUE='#'
   12857   MAINTAINER_MODE_FALSE=
   12858 fi
   12859 
   12860   MAINT=$MAINTAINER_MODE_TRUE
   12861 
   12862 
   12863  case ${build_alias} in
   12864   "") build_noncanonical=${build} ;;
   12865   *) build_noncanonical=${build_alias} ;;
   12866 esac
   12867 
   12868  case ${host_alias} in
   12869   "") host_noncanonical=${build_noncanonical} ;;
   12870   *) host_noncanonical=${host_alias} ;;
   12871 esac
   12872 
   12873  case ${target_alias} in
   12874   "") target_noncanonical=${host_noncanonical} ;;
   12875   *) target_noncanonical=${target_alias} ;;
   12876 esac
   12877 
   12878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
   12879 $as_echo_n "checking whether to install libbfd... " >&6; }
   12880   # Check whether --enable-install-libbfd was given.
   12881 if test "${enable_install_libbfd+set}" = set; then :
   12882   enableval=$enable_install_libbfd; install_libbfd_p=$enableval
   12883 else
   12884   if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
   12885         install_libbfd_p=yes
   12886       else
   12887         install_libbfd_p=no
   12888       fi
   12889 fi
   12890 
   12891   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
   12892 $as_echo "$install_libbfd_p" >&6; }
   12893    if test $install_libbfd_p = yes; then
   12894   INSTALL_LIBBFD_TRUE=
   12895   INSTALL_LIBBFD_FALSE='#'
   12896 else
   12897   INSTALL_LIBBFD_TRUE='#'
   12898   INSTALL_LIBBFD_FALSE=
   12899 fi
   12900 
   12901   # Need _noncanonical variables for this.
   12902 
   12903 
   12904 
   12905 
   12906   # libbfd.a is a host library containing target dependent code
   12907   bfdlibdir='$(libdir)'
   12908   bfdincludedir='$(includedir)'
   12909   if test "${host}" != "${target}"; then
   12910     bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
   12911     bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
   12912   fi
   12913 
   12914 
   12915 
   12916 
   12917 
   12918 
   12919 
   12920 
   12921 
   12922 
   12923   for ac_header in $ac_header_list
   12924 do :
   12925   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   12926 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   12927 "
   12928 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   12929   cat >>confdefs.h <<_ACEOF
   12930 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   12931 _ACEOF
   12932 
   12933 fi
   12934 
   12935 done
   12936 
   12937 
   12938 
   12939 
   12940 
   12941 
   12942 
   12943 save_ASAN_OPTIONS="$ASAN_OPTIONS"
   12944   ASAN_OPTIONS=detect_leaks=0
   12945   export ASAN_OPTIONS
   12946 
   12947 for ac_func in getpagesize
   12948 do :
   12949   ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
   12950 if test "x$ac_cv_func_getpagesize" = xyes; then :
   12951   cat >>confdefs.h <<_ACEOF
   12952 #define HAVE_GETPAGESIZE 1
   12953 _ACEOF
   12954 
   12955 fi
   12956 done
   12957 
   12958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
   12959 $as_echo_n "checking for working mmap... " >&6; }
   12960 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   12961   $as_echo_n "(cached) " >&6
   12962 else
   12963   if test "$cross_compiling" = yes; then :
   12964   ac_cv_func_mmap_fixed_mapped=no
   12965 else
   12966   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12967 /* end confdefs.h.  */
   12968 $ac_includes_default
   12969 /* malloc might have been renamed as rpl_malloc. */
   12970 #undef malloc
   12971 
   12972 /* Thanks to Mike Haertel and Jim Avera for this test.
   12973    Here is a matrix of mmap possibilities:
   12974 	mmap private not fixed
   12975 	mmap private fixed at somewhere currently unmapped
   12976 	mmap private fixed at somewhere already mapped
   12977 	mmap shared not fixed
   12978 	mmap shared fixed at somewhere currently unmapped
   12979 	mmap shared fixed at somewhere already mapped
   12980    For private mappings, we should verify that changes cannot be read()
   12981    back from the file, nor mmap's back from the file at a different
   12982    address.  (There have been systems where private was not correctly
   12983    implemented like the infamous i386 svr4.0, and systems where the
   12984    VM page cache was not coherent with the file system buffer cache
   12985    like early versions of FreeBSD and possibly contemporary NetBSD.)
   12986    For shared mappings, we should conversely verify that changes get
   12987    propagated back to all the places they're supposed to be.
   12988 
   12989    Grep wants private fixed already mapped.
   12990    The main things grep needs to know about mmap are:
   12991    * does it exist and is it safe to write into the mmap'd area
   12992    * how to use it (BSD variants)  */
   12993 
   12994 #include <fcntl.h>
   12995 #include <sys/mman.h>
   12996 
   12997 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
   12998 char *malloc ();
   12999 #endif
   13000 
   13001 /* This mess was copied from the GNU getpagesize.h.  */
   13002 #ifndef HAVE_GETPAGESIZE
   13003 # ifdef _SC_PAGESIZE
   13004 #  define getpagesize() sysconf(_SC_PAGESIZE)
   13005 # else /* no _SC_PAGESIZE */
   13006 #  ifdef HAVE_SYS_PARAM_H
   13007 #   include <sys/param.h>
   13008 #   ifdef EXEC_PAGESIZE
   13009 #    define getpagesize() EXEC_PAGESIZE
   13010 #   else /* no EXEC_PAGESIZE */
   13011 #    ifdef NBPG
   13012 #     define getpagesize() NBPG * CLSIZE
   13013 #     ifndef CLSIZE
   13014 #      define CLSIZE 1
   13015 #     endif /* no CLSIZE */
   13016 #    else /* no NBPG */
   13017 #     ifdef NBPC
   13018 #      define getpagesize() NBPC
   13019 #     else /* no NBPC */
   13020 #      ifdef PAGESIZE
   13021 #       define getpagesize() PAGESIZE
   13022 #      endif /* PAGESIZE */
   13023 #     endif /* no NBPC */
   13024 #    endif /* no NBPG */
   13025 #   endif /* no EXEC_PAGESIZE */
   13026 #  else /* no HAVE_SYS_PARAM_H */
   13027 #   define getpagesize() 8192	/* punt totally */
   13028 #  endif /* no HAVE_SYS_PARAM_H */
   13029 # endif /* no _SC_PAGESIZE */
   13030 
   13031 #endif /* no HAVE_GETPAGESIZE */
   13032 
   13033 int
   13034 main ()
   13035 {
   13036   char *data, *data2, *data3;
   13037   const char *cdata2;
   13038   int i, pagesize;
   13039   int fd, fd2;
   13040 
   13041   pagesize = getpagesize ();
   13042 
   13043   /* First, make a file with some known garbage in it. */
   13044   data = (char *) malloc (pagesize);
   13045   if (!data)
   13046     return 1;
   13047   for (i = 0; i < pagesize; ++i)
   13048     *(data + i) = rand ();
   13049   umask (0);
   13050   fd = creat ("conftest.mmap", 0600);
   13051   if (fd < 0)
   13052     return 2;
   13053   if (write (fd, data, pagesize) != pagesize)
   13054     return 3;
   13055   close (fd);
   13056 
   13057   /* Next, check that the tail of a page is zero-filled.  File must have
   13058      non-zero length, otherwise we risk SIGBUS for entire page.  */
   13059   fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
   13060   if (fd2 < 0)
   13061     return 4;
   13062   cdata2 = "";
   13063   if (write (fd2, cdata2, 1) != 1)
   13064     return 5;
   13065   data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
   13066   if (data2 == MAP_FAILED)
   13067     return 6;
   13068   for (i = 0; i < pagesize; ++i)
   13069     if (*(data2 + i))
   13070       return 7;
   13071   close (fd2);
   13072   if (munmap (data2, pagesize))
   13073     return 8;
   13074 
   13075   /* Next, try to mmap the file at a fixed address which already has
   13076      something else allocated at it.  If we can, also make sure that
   13077      we see the same garbage.  */
   13078   fd = open ("conftest.mmap", O_RDWR);
   13079   if (fd < 0)
   13080     return 9;
   13081   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
   13082 		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
   13083     return 10;
   13084   for (i = 0; i < pagesize; ++i)
   13085     if (*(data + i) != *(data2 + i))
   13086       return 11;
   13087 
   13088   /* Finally, make sure that changes to the mapped area do not
   13089      percolate back to the file as seen by read().  (This is a bug on
   13090      some variants of i386 svr4.0.)  */
   13091   for (i = 0; i < pagesize; ++i)
   13092     *(data2 + i) = *(data2 + i) + 1;
   13093   data3 = (char *) malloc (pagesize);
   13094   if (!data3)
   13095     return 12;
   13096   if (read (fd, data3, pagesize) != pagesize)
   13097     return 13;
   13098   for (i = 0; i < pagesize; ++i)
   13099     if (*(data + i) != *(data3 + i))
   13100       return 14;
   13101   close (fd);
   13102   return 0;
   13103 }
   13104 _ACEOF
   13105 if ac_fn_c_try_run "$LINENO"; then :
   13106   ac_cv_func_mmap_fixed_mapped=yes
   13107 else
   13108   ac_cv_func_mmap_fixed_mapped=no
   13109 fi
   13110 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   13111   conftest.$ac_objext conftest.beam conftest.$ac_ext
   13112 fi
   13113 
   13114 fi
   13115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
   13116 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
   13117 if test $ac_cv_func_mmap_fixed_mapped = yes; then
   13118 
   13119 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
   13120 
   13121 fi
   13122 rm -f conftest.mmap conftest.txt
   13123 
   13124   ASAN_OPTIONS="$save_ASAN_OPTIONS"
   13125 
   13126 for ac_header in byteswap.h endian.h
   13127 do :
   13128   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   13129 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
   13130 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   13131   cat >>confdefs.h <<_ACEOF
   13132 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   13133 _ACEOF
   13134 
   13135 fi
   13136 
   13137 done
   13138 
   13139 
   13140 ac_fn_c_check_decl "$LINENO" "bswap_16" "ac_cv_have_decl_bswap_16" "#include <byteswap.h>
   13141 "
   13142 if test "x$ac_cv_have_decl_bswap_16" = xyes; then :
   13143   ac_have_decl=1
   13144 else
   13145   ac_have_decl=0
   13146 fi
   13147 
   13148 cat >>confdefs.h <<_ACEOF
   13149 #define HAVE_DECL_BSWAP_16 $ac_have_decl
   13150 _ACEOF
   13151 ac_fn_c_check_decl "$LINENO" "bswap_32" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
   13152 "
   13153 if test "x$ac_cv_have_decl_bswap_32" = xyes; then :
   13154   ac_have_decl=1
   13155 else
   13156   ac_have_decl=0
   13157 fi
   13158 
   13159 cat >>confdefs.h <<_ACEOF
   13160 #define HAVE_DECL_BSWAP_32 $ac_have_decl
   13161 _ACEOF
   13162 ac_fn_c_check_decl "$LINENO" "bswap_64" "ac_cv_have_decl_bswap_64" "#include <byteswap.h>
   13163 "
   13164 if test "x$ac_cv_have_decl_bswap_64" = xyes; then :
   13165   ac_have_decl=1
   13166 else
   13167   ac_have_decl=0
   13168 fi
   13169 
   13170 cat >>confdefs.h <<_ACEOF
   13171 #define HAVE_DECL_BSWAP_64 $ac_have_decl
   13172 _ACEOF
   13173 
   13174 
   13175 ac_config_files="$ac_config_files Makefile"
   13176 
   13177 ac_config_headers="$ac_config_headers config.h"
   13178 
   13179 cat >confcache <<\_ACEOF
   13180 # This file is a shell script that caches the results of configure
   13181 # tests run on this system so they can be shared between configure
   13182 # scripts and configure runs, see configure's option --config-cache.
   13183 # It is not useful on other systems.  If it contains results you don't
   13184 # want to keep, you may remove or edit it.
   13185 #
   13186 # config.status only pays attention to the cache file if you give it
   13187 # the --recheck option to rerun configure.
   13188 #
   13189 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   13190 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   13191 # following values.
   13192 
   13193 _ACEOF
   13194 
   13195 # The following way of writing the cache mishandles newlines in values,
   13196 # but we know of no workaround that is simple, portable, and efficient.
   13197 # So, we kill variables containing newlines.
   13198 # Ultrix sh set writes to stderr and can't be redirected directly,
   13199 # and sets the high bit in the cache file unless we assign to the vars.
   13200 (
   13201   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   13202     eval ac_val=\$$ac_var
   13203     case $ac_val in #(
   13204     *${as_nl}*)
   13205       case $ac_var in #(
   13206       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   13207 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   13208       esac
   13209       case $ac_var in #(
   13210       _ | IFS | as_nl) ;; #(
   13211       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   13212       *) { eval $ac_var=; unset $ac_var;} ;;
   13213       esac ;;
   13214     esac
   13215   done
   13216 
   13217   (set) 2>&1 |
   13218     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   13219     *${as_nl}ac_space=\ *)
   13220       # `set' does not quote correctly, so add quotes: double-quote
   13221       # substitution turns \\\\ into \\, and sed turns \\ into \.
   13222       sed -n \
   13223 	"s/'/'\\\\''/g;
   13224 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   13225       ;; #(
   13226     *)
   13227       # `set' quotes correctly as required by POSIX, so do not add quotes.
   13228       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   13229       ;;
   13230     esac |
   13231     sort
   13232 ) |
   13233   sed '
   13234      /^ac_cv_env_/b end
   13235      t clear
   13236      :clear
   13237      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   13238      t end
   13239      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   13240      :end' >>confcache
   13241 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   13242   if test -w "$cache_file"; then
   13243     if test "x$cache_file" != "x/dev/null"; then
   13244       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   13245 $as_echo "$as_me: updating cache $cache_file" >&6;}
   13246       if test ! -f "$cache_file" || test -h "$cache_file"; then
   13247 	cat confcache >"$cache_file"
   13248       else
   13249         case $cache_file in #(
   13250         */* | ?:*)
   13251 	  mv -f confcache "$cache_file"$$ &&
   13252 	  mv -f "$cache_file"$$ "$cache_file" ;; #(
   13253         *)
   13254 	  mv -f confcache "$cache_file" ;;
   13255 	esac
   13256       fi
   13257     fi
   13258   else
   13259     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   13260 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   13261   fi
   13262 fi
   13263 rm -f confcache
   13264 
   13265 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   13266 # Let make expand exec_prefix.
   13267 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   13268 
   13269 DEFS=-DHAVE_CONFIG_H
   13270 
   13271 ac_libobjs=
   13272 ac_ltlibobjs=
   13273 U=
   13274 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   13275   # 1. Remove the extension, and $U if already installed.
   13276   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   13277   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
   13278   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   13279   #    will be set to the directory where LIBOBJS objects are built.
   13280   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   13281   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
   13282 done
   13283 LIBOBJS=$ac_libobjs
   13284 
   13285 LTLIBOBJS=$ac_ltlibobjs
   13286 
   13287 
   13288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
   13289 $as_echo_n "checking that generated files are newer than configure... " >&6; }
   13290    if test -n "$am_sleep_pid"; then
   13291      # Hide warnings about reused PIDs.
   13292      wait $am_sleep_pid 2>/dev/null
   13293    fi
   13294    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
   13295 $as_echo "done" >&6; }
   13296 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   13297   as_fn_error $? "conditional \"AMDEP\" was never defined.
   13298 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13299 fi
   13300 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   13301   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   13302 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13303 fi
   13304  if test -n "$EXEEXT"; then
   13305   am__EXEEXT_TRUE=
   13306   am__EXEEXT_FALSE='#'
   13307 else
   13308   am__EXEEXT_TRUE='#'
   13309   am__EXEEXT_FALSE=
   13310 fi
   13311 
   13312 if test -z "${HAVE_COMPAT_DEJAGNU_TRUE}" && test -z "${HAVE_COMPAT_DEJAGNU_FALSE}"; then
   13313   as_fn_error $? "conditional \"HAVE_COMPAT_DEJAGNU\" was never defined.
   13314 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13315 fi
   13316 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
   13317   as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
   13318 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13319 fi
   13320 if test -z "${HAVE_SOLARIS_LD_TRUE}" && test -z "${HAVE_SOLARIS_LD_FALSE}"; then
   13321   as_fn_error $? "conditional \"HAVE_SOLARIS_LD\" was never defined.
   13322 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13323 fi
   13324 if test -z "${HAVE_LD_VERSION_SCRIPT_TRUE}" && test -z "${HAVE_LD_VERSION_SCRIPT_FALSE}"; then
   13325   as_fn_error $? "conditional \"HAVE_LD_VERSION_SCRIPT\" was never defined.
   13326 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13327 fi
   13328 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   13329   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   13330 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13331 fi
   13332 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
   13333   as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
   13334 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   13335 fi
   13336 
   13337 : "${CONFIG_STATUS=./config.status}"
   13338 ac_write_fail=0
   13339 ac_clean_files_save=$ac_clean_files
   13340 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   13341 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
   13342 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
   13343 as_write_fail=0
   13344 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
   13345 #! $SHELL
   13346 # Generated by $as_me.
   13347 # Run this file to recreate the current configuration.
   13348 # Compiler output produced by configure, useful for debugging
   13349 # configure, is in config.log if it exists.
   13350 
   13351 debug=false
   13352 ac_cs_recheck=false
   13353 ac_cs_silent=false
   13354 
   13355 SHELL=\${CONFIG_SHELL-$SHELL}
   13356 export SHELL
   13357 _ASEOF
   13358 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   13359 ## -------------------- ##
   13360 ## M4sh Initialization. ##
   13361 ## -------------------- ##
   13362 
   13363 # Be more Bourne compatible
   13364 DUALCASE=1; export DUALCASE # for MKS sh
   13365 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   13366   emulate sh
   13367   NULLCMD=:
   13368   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   13369   # is contrary to our usage.  Disable this feature.
   13370   alias -g '${1+"$@"}'='"$@"'
   13371   setopt NO_GLOB_SUBST
   13372 else
   13373   case `(set -o) 2>/dev/null` in #(
   13374   *posix*) :
   13375     set -o posix ;; #(
   13376   *) :
   13377      ;;
   13378 esac
   13379 fi
   13380 
   13381 
   13382 as_nl='
   13383 '
   13384 export as_nl
   13385 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   13386 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   13387 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   13388 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   13389 # Prefer a ksh shell builtin over an external printf program on Solaris,
   13390 # but without wasting forks for bash or zsh.
   13391 if test -z "$BASH_VERSION$ZSH_VERSION" \
   13392     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   13393   as_echo='print -r --'
   13394   as_echo_n='print -rn --'
   13395 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   13396   as_echo='printf %s\n'
   13397   as_echo_n='printf %s'
   13398 else
   13399   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   13400     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   13401     as_echo_n='/usr/ucb/echo -n'
   13402   else
   13403     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   13404     as_echo_n_body='eval
   13405       arg=$1;
   13406       case $arg in #(
   13407       *"$as_nl"*)
   13408 	expr "X$arg" : "X\\(.*\\)$as_nl";
   13409 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   13410       esac;
   13411       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   13412     '
   13413     export as_echo_n_body
   13414     as_echo_n='sh -c $as_echo_n_body as_echo'
   13415   fi
   13416   export as_echo_body
   13417   as_echo='sh -c $as_echo_body as_echo'
   13418 fi
   13419 
   13420 # The user is always right.
   13421 if test "${PATH_SEPARATOR+set}" != set; then
   13422   PATH_SEPARATOR=:
   13423   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   13424     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   13425       PATH_SEPARATOR=';'
   13426   }
   13427 fi
   13428 
   13429 
   13430 # IFS
   13431 # We need space, tab and new line, in precisely that order.  Quoting is
   13432 # there to prevent editors from complaining about space-tab.
   13433 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   13434 # splitting by setting IFS to empty value.)
   13435 IFS=" ""	$as_nl"
   13436 
   13437 # Find who we are.  Look in the path if we contain no directory separator.
   13438 as_myself=
   13439 case $0 in #((
   13440   *[\\/]* ) as_myself=$0 ;;
   13441   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   13442 for as_dir in $PATH
   13443 do
   13444   IFS=$as_save_IFS
   13445   test -z "$as_dir" && as_dir=.
   13446     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   13447   done
   13448 IFS=$as_save_IFS
   13449 
   13450      ;;
   13451 esac
   13452 # We did not find ourselves, most probably we were run as `sh COMMAND'
   13453 # in which case we are not to be found in the path.
   13454 if test "x$as_myself" = x; then
   13455   as_myself=$0
   13456 fi
   13457 if test ! -f "$as_myself"; then
   13458   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   13459   exit 1
   13460 fi
   13461 
   13462 # Unset variables that we do not need and which cause bugs (e.g. in
   13463 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   13464 # suppresses any "Segmentation fault" message there.  '((' could
   13465 # trigger a bug in pdksh 5.2.14.
   13466 for as_var in BASH_ENV ENV MAIL MAILPATH
   13467 do eval test x\${$as_var+set} = xset \
   13468   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   13469 done
   13470 PS1='$ '
   13471 PS2='> '
   13472 PS4='+ '
   13473 
   13474 # NLS nuisances.
   13475 LC_ALL=C
   13476 export LC_ALL
   13477 LANGUAGE=C
   13478 export LANGUAGE
   13479 
   13480 # CDPATH.
   13481 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   13482 
   13483 
   13484 # as_fn_error STATUS ERROR [LINENO LOG_FD]
   13485 # ----------------------------------------
   13486 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   13487 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   13488 # script with STATUS, using 1 if that was 0.
   13489 as_fn_error ()
   13490 {
   13491   as_status=$1; test $as_status -eq 0 && as_status=1
   13492   if test "$4"; then
   13493     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   13494     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   13495   fi
   13496   $as_echo "$as_me: error: $2" >&2
   13497   as_fn_exit $as_status
   13498 } # as_fn_error
   13499 
   13500 
   13501 # as_fn_set_status STATUS
   13502 # -----------------------
   13503 # Set $? to STATUS, without forking.
   13504 as_fn_set_status ()
   13505 {
   13506   return $1
   13507 } # as_fn_set_status
   13508 
   13509 # as_fn_exit STATUS
   13510 # -----------------
   13511 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   13512 as_fn_exit ()
   13513 {
   13514   set +e
   13515   as_fn_set_status $1
   13516   exit $1
   13517 } # as_fn_exit
   13518 
   13519 # as_fn_unset VAR
   13520 # ---------------
   13521 # Portably unset VAR.
   13522 as_fn_unset ()
   13523 {
   13524   { eval $1=; unset $1;}
   13525 }
   13526 as_unset=as_fn_unset
   13527 # as_fn_append VAR VALUE
   13528 # ----------------------
   13529 # Append the text in VALUE to the end of the definition contained in VAR. Take
   13530 # advantage of any shell optimizations that allow amortized linear growth over
   13531 # repeated appends, instead of the typical quadratic growth present in naive
   13532 # implementations.
   13533 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   13534   eval 'as_fn_append ()
   13535   {
   13536     eval $1+=\$2
   13537   }'
   13538 else
   13539   as_fn_append ()
   13540   {
   13541     eval $1=\$$1\$2
   13542   }
   13543 fi # as_fn_append
   13544 
   13545 # as_fn_arith ARG...
   13546 # ------------------
   13547 # Perform arithmetic evaluation on the ARGs, and store the result in the
   13548 # global $as_val. Take advantage of shells that can avoid forks. The arguments
   13549 # must be portable across $(()) and expr.
   13550 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   13551   eval 'as_fn_arith ()
   13552   {
   13553     as_val=$(( $* ))
   13554   }'
   13555 else
   13556   as_fn_arith ()
   13557   {
   13558     as_val=`expr "$@" || test $? -eq 1`
   13559   }
   13560 fi # as_fn_arith
   13561 
   13562 
   13563 if expr a : '\(a\)' >/dev/null 2>&1 &&
   13564    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   13565   as_expr=expr
   13566 else
   13567   as_expr=false
   13568 fi
   13569 
   13570 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   13571   as_basename=basename
   13572 else
   13573   as_basename=false
   13574 fi
   13575 
   13576 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   13577   as_dirname=dirname
   13578 else
   13579   as_dirname=false
   13580 fi
   13581 
   13582 as_me=`$as_basename -- "$0" ||
   13583 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   13584 	 X"$0" : 'X\(//\)$' \| \
   13585 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   13586 $as_echo X/"$0" |
   13587     sed '/^.*\/\([^/][^/]*\)\/*$/{
   13588 	    s//\1/
   13589 	    q
   13590 	  }
   13591 	  /^X\/\(\/\/\)$/{
   13592 	    s//\1/
   13593 	    q
   13594 	  }
   13595 	  /^X\/\(\/\).*/{
   13596 	    s//\1/
   13597 	    q
   13598 	  }
   13599 	  s/.*/./; q'`
   13600 
   13601 # Avoid depending upon Character Ranges.
   13602 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   13603 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   13604 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   13605 as_cr_digits='0123456789'
   13606 as_cr_alnum=$as_cr_Letters$as_cr_digits
   13607 
   13608 ECHO_C= ECHO_N= ECHO_T=
   13609 case `echo -n x` in #(((((
   13610 -n*)
   13611   case `echo 'xy\c'` in
   13612   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   13613   xy)  ECHO_C='\c';;
   13614   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   13615        ECHO_T='	';;
   13616   esac;;
   13617 *)
   13618   ECHO_N='-n';;
   13619 esac
   13620 
   13621 rm -f conf$$ conf$$.exe conf$$.file
   13622 if test -d conf$$.dir; then
   13623   rm -f conf$$.dir/conf$$.file
   13624 else
   13625   rm -f conf$$.dir
   13626   mkdir conf$$.dir 2>/dev/null
   13627 fi
   13628 if (echo >conf$$.file) 2>/dev/null; then
   13629   if ln -s conf$$.file conf$$ 2>/dev/null; then
   13630     as_ln_s='ln -s'
   13631     # ... but there are two gotchas:
   13632     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   13633     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   13634     # In both cases, we have to default to `cp -pR'.
   13635     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   13636       as_ln_s='cp -pR'
   13637   elif ln conf$$.file conf$$ 2>/dev/null; then
   13638     as_ln_s=ln
   13639   else
   13640     as_ln_s='cp -pR'
   13641   fi
   13642 else
   13643   as_ln_s='cp -pR'
   13644 fi
   13645 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   13646 rmdir conf$$.dir 2>/dev/null
   13647 
   13648 
   13649 # as_fn_mkdir_p
   13650 # -------------
   13651 # Create "$as_dir" as a directory, including parents if necessary.
   13652 as_fn_mkdir_p ()
   13653 {
   13654 
   13655   case $as_dir in #(
   13656   -*) as_dir=./$as_dir;;
   13657   esac
   13658   test -d "$as_dir" || eval $as_mkdir_p || {
   13659     as_dirs=
   13660     while :; do
   13661       case $as_dir in #(
   13662       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   13663       *) as_qdir=$as_dir;;
   13664       esac
   13665       as_dirs="'$as_qdir' $as_dirs"
   13666       as_dir=`$as_dirname -- "$as_dir" ||
   13667 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   13668 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   13669 	 X"$as_dir" : 'X\(//\)$' \| \
   13670 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   13671 $as_echo X"$as_dir" |
   13672     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   13673 	    s//\1/
   13674 	    q
   13675 	  }
   13676 	  /^X\(\/\/\)[^/].*/{
   13677 	    s//\1/
   13678 	    q
   13679 	  }
   13680 	  /^X\(\/\/\)$/{
   13681 	    s//\1/
   13682 	    q
   13683 	  }
   13684 	  /^X\(\/\).*/{
   13685 	    s//\1/
   13686 	    q
   13687 	  }
   13688 	  s/.*/./; q'`
   13689       test -d "$as_dir" && break
   13690     done
   13691     test -z "$as_dirs" || eval "mkdir $as_dirs"
   13692   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   13693 
   13694 
   13695 } # as_fn_mkdir_p
   13696 if mkdir -p . 2>/dev/null; then
   13697   as_mkdir_p='mkdir -p "$as_dir"'
   13698 else
   13699   test -d ./-p && rmdir ./-p
   13700   as_mkdir_p=false
   13701 fi
   13702 
   13703 
   13704 # as_fn_executable_p FILE
   13705 # -----------------------
   13706 # Test if FILE is an executable regular file.
   13707 as_fn_executable_p ()
   13708 {
   13709   test -f "$1" && test -x "$1"
   13710 } # as_fn_executable_p
   13711 as_test_x='test -x'
   13712 as_executable_p=as_fn_executable_p
   13713 
   13714 # Sed expression to map a string onto a valid CPP name.
   13715 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   13716 
   13717 # Sed expression to map a string onto a valid variable name.
   13718 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   13719 
   13720 
   13721 exec 6>&1
   13722 ## ----------------------------------- ##
   13723 ## Main body of $CONFIG_STATUS script. ##
   13724 ## ----------------------------------- ##
   13725 _ASEOF
   13726 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
   13727 
   13728 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13729 # Save the log message, to keep $0 and so on meaningful, and to
   13730 # report actual input values of CONFIG_FILES etc. instead of their
   13731 # values after options handling.
   13732 ac_log="
   13733 This file was extended by libsframe $as_me BFD_VERSION, which was
   13734 generated by GNU Autoconf 2.69.  Invocation command line was
   13735 
   13736   CONFIG_FILES    = $CONFIG_FILES
   13737   CONFIG_HEADERS  = $CONFIG_HEADERS
   13738   CONFIG_LINKS    = $CONFIG_LINKS
   13739   CONFIG_COMMANDS = $CONFIG_COMMANDS
   13740   $ $0 $@
   13741 
   13742 on `(hostname || uname -n) 2>/dev/null | sed 1q`
   13743 "
   13744 
   13745 _ACEOF
   13746 
   13747 case $ac_config_files in *"
   13748 "*) set x $ac_config_files; shift; ac_config_files=$*;;
   13749 esac
   13750 
   13751 case $ac_config_headers in *"
   13752 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
   13753 esac
   13754 
   13755 
   13756 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13757 # Files that config.status was made for.
   13758 config_files="$ac_config_files"
   13759 config_headers="$ac_config_headers"
   13760 config_commands="$ac_config_commands"
   13761 
   13762 _ACEOF
   13763 
   13764 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13765 ac_cs_usage="\
   13766 \`$as_me' instantiates files and other configuration actions
   13767 from templates according to the current configuration.  Unless the files
   13768 and actions are specified as TAGs, all are instantiated by default.
   13769 
   13770 Usage: $0 [OPTION]... [TAG]...
   13771 
   13772   -h, --help       print this help, then exit
   13773   -V, --version    print version number and configuration settings, then exit
   13774       --config     print configuration, then exit
   13775   -q, --quiet, --silent
   13776                    do not print progress messages
   13777   -d, --debug      don't remove temporary files
   13778       --recheck    update $as_me by reconfiguring in the same conditions
   13779       --file=FILE[:TEMPLATE]
   13780                    instantiate the configuration file FILE
   13781       --header=FILE[:TEMPLATE]
   13782                    instantiate the configuration header FILE
   13783 
   13784 Configuration files:
   13785 $config_files
   13786 
   13787 Configuration headers:
   13788 $config_headers
   13789 
   13790 Configuration commands:
   13791 $config_commands
   13792 
   13793 Report bugs to the package provider."
   13794 
   13795 _ACEOF
   13796 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13797 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   13798 ac_cs_version="\\
   13799 libsframe config.status BFD_VERSION
   13800 configured by $0, generated by GNU Autoconf 2.69,
   13801   with options \\"\$ac_cs_config\\"
   13802 
   13803 Copyright (C) 2012 Free Software Foundation, Inc.
   13804 This config.status script is free software; the Free Software Foundation
   13805 gives unlimited permission to copy, distribute and modify it."
   13806 
   13807 ac_pwd='$ac_pwd'
   13808 srcdir='$srcdir'
   13809 INSTALL='$INSTALL'
   13810 MKDIR_P='$MKDIR_P'
   13811 AWK='$AWK'
   13812 test -n "\$AWK" || AWK=awk
   13813 _ACEOF
   13814 
   13815 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13816 # The default lists apply if the user does not specify any file.
   13817 ac_need_defaults=:
   13818 while test $# != 0
   13819 do
   13820   case $1 in
   13821   --*=?*)
   13822     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   13823     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   13824     ac_shift=:
   13825     ;;
   13826   --*=)
   13827     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   13828     ac_optarg=
   13829     ac_shift=:
   13830     ;;
   13831   *)
   13832     ac_option=$1
   13833     ac_optarg=$2
   13834     ac_shift=shift
   13835     ;;
   13836   esac
   13837 
   13838   case $ac_option in
   13839   # Handling of the options.
   13840   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   13841     ac_cs_recheck=: ;;
   13842   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   13843     $as_echo "$ac_cs_version"; exit ;;
   13844   --config | --confi | --conf | --con | --co | --c )
   13845     $as_echo "$ac_cs_config"; exit ;;
   13846   --debug | --debu | --deb | --de | --d | -d )
   13847     debug=: ;;
   13848   --file | --fil | --fi | --f )
   13849     $ac_shift
   13850     case $ac_optarg in
   13851     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   13852     '') as_fn_error $? "missing file argument" ;;
   13853     esac
   13854     as_fn_append CONFIG_FILES " '$ac_optarg'"
   13855     ac_need_defaults=false;;
   13856   --header | --heade | --head | --hea )
   13857     $ac_shift
   13858     case $ac_optarg in
   13859     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   13860     esac
   13861     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
   13862     ac_need_defaults=false;;
   13863   --he | --h)
   13864     # Conflict between --help and --header
   13865     as_fn_error $? "ambiguous option: \`$1'
   13866 Try \`$0 --help' for more information.";;
   13867   --help | --hel | -h )
   13868     $as_echo "$ac_cs_usage"; exit ;;
   13869   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   13870   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   13871     ac_cs_silent=: ;;
   13872 
   13873   # This is an error.
   13874   -*) as_fn_error $? "unrecognized option: \`$1'
   13875 Try \`$0 --help' for more information." ;;
   13876 
   13877   *) as_fn_append ac_config_targets " $1"
   13878      ac_need_defaults=false ;;
   13879 
   13880   esac
   13881   shift
   13882 done
   13883 
   13884 ac_configure_extra_args=
   13885 
   13886 if $ac_cs_silent; then
   13887   exec 6>/dev/null
   13888   ac_configure_extra_args="$ac_configure_extra_args --silent"
   13889 fi
   13890 
   13891 _ACEOF
   13892 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13893 if \$ac_cs_recheck; then
   13894   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   13895   shift
   13896   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   13897   CONFIG_SHELL='$SHELL'
   13898   export CONFIG_SHELL
   13899   exec "\$@"
   13900 fi
   13901 
   13902 _ACEOF
   13903 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13904 exec 5>>config.log
   13905 {
   13906   echo
   13907   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   13908 ## Running $as_me. ##
   13909 _ASBOX
   13910   $as_echo "$ac_log"
   13911 } >&5
   13912 
   13913 _ACEOF
   13914 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13915 #
   13916 # INIT-COMMANDS
   13917 #
   13918 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   13919 
   13920 
   13921 # The HP-UX ksh and POSIX shell print the target directory to stdout
   13922 # if CDPATH is set.
   13923 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   13924 
   13925 sed_quote_subst='$sed_quote_subst'
   13926 double_quote_subst='$double_quote_subst'
   13927 delay_variable_subst='$delay_variable_subst'
   13928 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
   13929 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
   13930 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
   13931 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
   13932 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
   13933 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
   13934 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
   13935 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
   13936 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
   13937 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
   13938 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
   13939 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
   13940 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
   13941 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
   13942 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
   13943 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
   13944 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
   13945 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
   13946 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
   13947 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
   13948 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
   13949 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
   13950 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
   13951 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
   13952 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
   13953 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
   13954 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
   13955 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
   13956 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
   13957 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
   13958 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
   13959 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
   13960 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
   13961 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
   13962 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
   13963 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
   13964 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
   13965 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
   13966 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
   13967 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
   13968 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
   13969 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
   13970 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
   13971 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
   13972 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
   13973 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
   13974 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
   13975 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
   13976 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
   13977 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
   13978 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
   13979 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
   13980 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
   13981 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
   13982 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
   13983 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
   13984 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
   13985 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
   13986 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
   13987 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
   13988 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
   13989 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
   13990 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
   13991 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
   13992 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
   13993 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
   13994 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
   13995 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
   13996 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
   13997 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
   13998 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
   13999 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
   14000 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
   14001 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
   14002 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
   14003 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
   14004 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
   14005 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
   14006 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
   14007 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
   14008 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
   14009 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
   14010 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
   14011 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
   14012 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
   14013 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
   14014 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
   14015 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
   14016 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
   14017 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
   14018 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
   14019 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
   14020 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
   14021 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
   14022 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
   14023 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
   14024 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
   14025 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
   14026 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
   14027 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
   14028 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
   14029 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
   14030 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
   14031 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
   14032 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
   14033 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
   14034 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
   14035 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
   14036 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
   14037 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
   14038 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
   14039 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
   14040 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
   14041 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
   14042 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
   14043 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
   14044 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
   14045 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
   14046 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
   14047 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
   14048 
   14049 LTCC='$LTCC'
   14050 LTCFLAGS='$LTCFLAGS'
   14051 compiler='$compiler_DEFAULT'
   14052 
   14053 # A function that is used when there is no print builtin or printf.
   14054 func_fallback_echo ()
   14055 {
   14056   eval 'cat <<_LTECHO_EOF
   14057 \$1
   14058 _LTECHO_EOF'
   14059 }
   14060 
   14061 # Quote evaled strings.
   14062 for var in SHELL \
   14063 ECHO \
   14064 SED \
   14065 GREP \
   14066 EGREP \
   14067 FGREP \
   14068 LD \
   14069 NM \
   14070 LN_S \
   14071 lt_SP2NL \
   14072 lt_NL2SP \
   14073 reload_flag \
   14074 OBJDUMP \
   14075 deplibs_check_method \
   14076 file_magic_cmd \
   14077 AR \
   14078 AR_FLAGS \
   14079 STRIP \
   14080 RANLIB \
   14081 CC \
   14082 CFLAGS \
   14083 compiler \
   14084 lt_cv_sys_global_symbol_pipe \
   14085 lt_cv_sys_global_symbol_to_cdecl \
   14086 lt_cv_sys_global_symbol_to_c_name_address \
   14087 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
   14088 lt_prog_compiler_no_builtin_flag \
   14089 lt_prog_compiler_wl \
   14090 lt_prog_compiler_pic \
   14091 lt_prog_compiler_static \
   14092 lt_cv_prog_compiler_c_o \
   14093 need_locks \
   14094 DSYMUTIL \
   14095 NMEDIT \
   14096 LIPO \
   14097 OTOOL \
   14098 OTOOL64 \
   14099 shrext_cmds \
   14100 export_dynamic_flag_spec \
   14101 whole_archive_flag_spec \
   14102 compiler_needs_object \
   14103 with_gnu_ld \
   14104 allow_undefined_flag \
   14105 no_undefined_flag \
   14106 hardcode_libdir_flag_spec \
   14107 hardcode_libdir_flag_spec_ld \
   14108 hardcode_libdir_separator \
   14109 fix_srcfile_path \
   14110 exclude_expsyms \
   14111 include_expsyms \
   14112 file_list_spec \
   14113 variables_saved_for_relink \
   14114 libname_spec \
   14115 library_names_spec \
   14116 soname_spec \
   14117 install_override_mode \
   14118 finish_eval \
   14119 old_striplib \
   14120 striplib; do
   14121     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   14122     *[\\\\\\\`\\"\\\$]*)
   14123       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
   14124       ;;
   14125     *)
   14126       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   14127       ;;
   14128     esac
   14129 done
   14130 
   14131 # Double-quote double-evaled strings.
   14132 for var in reload_cmds \
   14133 old_postinstall_cmds \
   14134 old_postuninstall_cmds \
   14135 old_archive_cmds \
   14136 extract_expsyms_cmds \
   14137 old_archive_from_new_cmds \
   14138 old_archive_from_expsyms_cmds \
   14139 archive_cmds \
   14140 archive_expsym_cmds \
   14141 module_cmds \
   14142 module_expsym_cmds \
   14143 export_symbols_cmds \
   14144 prelink_cmds \
   14145 postinstall_cmds \
   14146 postuninstall_cmds \
   14147 finish_cmds \
   14148 sys_lib_search_path_spec \
   14149 sys_lib_dlsearch_path_spec; do
   14150     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   14151     *[\\\\\\\`\\"\\\$]*)
   14152       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
   14153       ;;
   14154     *)
   14155       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   14156       ;;
   14157     esac
   14158 done
   14159 
   14160 ac_aux_dir='$ac_aux_dir'
   14161 xsi_shell='$xsi_shell'
   14162 lt_shell_append='$lt_shell_append'
   14163 
   14164 # See if we are running on zsh, and set the options which allow our
   14165 # commands through without removal of \ escapes INIT.
   14166 if test -n "\${ZSH_VERSION+set}" ; then
   14167    setopt NO_GLOB_SUBST
   14168 fi
   14169 
   14170 
   14171     PACKAGE='$PACKAGE'
   14172     VERSION='$VERSION'
   14173     TIMESTAMP='$TIMESTAMP'
   14174     RM='$RM'
   14175     ofile='$ofile'
   14176 
   14177 
   14178 
   14179 
   14180 _ACEOF
   14181 
   14182 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14183 
   14184 # Handling of arguments.
   14185 for ac_config_target in $ac_config_targets
   14186 do
   14187   case $ac_config_target in
   14188     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   14189     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
   14190     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   14191     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   14192 
   14193   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   14194   esac
   14195 done
   14196 
   14197 
   14198 # If the user did not use the arguments to specify the items to instantiate,
   14199 # then the envvar interface is used.  Set only those that are not.
   14200 # We use the long form for the default assignment because of an extremely
   14201 # bizarre bug on SunOS 4.1.3.
   14202 if $ac_need_defaults; then
   14203   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   14204   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   14205   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
   14206 fi
   14207 
   14208 # Have a temporary directory for convenience.  Make it in the build tree
   14209 # simply because there is no reason against having it here, and in addition,
   14210 # creating and moving files from /tmp can sometimes cause problems.
   14211 # Hook for its removal unless debugging.
   14212 # Note that there is a small window in which the directory will not be cleaned:
   14213 # after its creation but before its name has been assigned to `$tmp'.
   14214 $debug ||
   14215 {
   14216   tmp= ac_tmp=
   14217   trap 'exit_status=$?
   14218   : "${ac_tmp:=$tmp}"
   14219   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
   14220 ' 0
   14221   trap 'as_fn_exit 1' 1 2 13 15
   14222 }
   14223 # Create a (secure) tmp directory for tmp files.
   14224 
   14225 {
   14226   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   14227   test -d "$tmp"
   14228 }  ||
   14229 {
   14230   tmp=./conf$$-$RANDOM
   14231   (umask 077 && mkdir "$tmp")
   14232 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   14233 ac_tmp=$tmp
   14234 
   14235 # Set up the scripts for CONFIG_FILES section.
   14236 # No need to generate them if there are no CONFIG_FILES.
   14237 # This happens for instance with `./config.status config.h'.
   14238 if test -n "$CONFIG_FILES"; then
   14239 
   14240 
   14241 ac_cr=`echo X | tr X '\015'`
   14242 # On cygwin, bash can eat \r inside `` if the user requested igncr.
   14243 # But we know of no other shell where ac_cr would be empty at this
   14244 # point, so we can use a bashism as a fallback.
   14245 if test "x$ac_cr" = x; then
   14246   eval ac_cr=\$\'\\r\'
   14247 fi
   14248 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   14249 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   14250   ac_cs_awk_cr='\\r'
   14251 else
   14252   ac_cs_awk_cr=$ac_cr
   14253 fi
   14254 
   14255 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
   14256 _ACEOF
   14257 
   14258 
   14259 {
   14260   echo "cat >conf$$subs.awk <<_ACEOF" &&
   14261   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   14262   echo "_ACEOF"
   14263 } >conf$$subs.sh ||
   14264   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   14265 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   14266 ac_delim='%!_!# '
   14267 for ac_last_try in false false false false false :; do
   14268   . ./conf$$subs.sh ||
   14269     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   14270 
   14271   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   14272   if test $ac_delim_n = $ac_delim_num; then
   14273     break
   14274   elif $ac_last_try; then
   14275     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   14276   else
   14277     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   14278   fi
   14279 done
   14280 rm -f conf$$subs.sh
   14281 
   14282 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14283 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
   14284 _ACEOF
   14285 sed -n '
   14286 h
   14287 s/^/S["/; s/!.*/"]=/
   14288 p
   14289 g
   14290 s/^[^!]*!//
   14291 :repl
   14292 t repl
   14293 s/'"$ac_delim"'$//
   14294 t delim
   14295 :nl
   14296 h
   14297 s/\(.\{148\}\)..*/\1/
   14298 t more1
   14299 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
   14300 p
   14301 n
   14302 b repl
   14303 :more1
   14304 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   14305 p
   14306 g
   14307 s/.\{148\}//
   14308 t nl
   14309 :delim
   14310 h
   14311 s/\(.\{148\}\)..*/\1/
   14312 t more2
   14313 s/["\\]/\\&/g; s/^/"/; s/$/"/
   14314 p
   14315 b
   14316 :more2
   14317 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   14318 p
   14319 g
   14320 s/.\{148\}//
   14321 t delim
   14322 ' <conf$$subs.awk | sed '
   14323 /^[^""]/{
   14324   N
   14325   s/\n//
   14326 }
   14327 ' >>$CONFIG_STATUS || ac_write_fail=1
   14328 rm -f conf$$subs.awk
   14329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14330 _ACAWK
   14331 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
   14332   for (key in S) S_is_set[key] = 1
   14333   FS = ""
   14334 
   14335 }
   14336 {
   14337   line = $ 0
   14338   nfields = split(line, field, "@")
   14339   substed = 0
   14340   len = length(field[1])
   14341   for (i = 2; i < nfields; i++) {
   14342     key = field[i]
   14343     keylen = length(key)
   14344     if (S_is_set[key]) {
   14345       value = S[key]
   14346       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
   14347       len += length(value) + length(field[++i])
   14348       substed = 1
   14349     } else
   14350       len += 1 + keylen
   14351   }
   14352 
   14353   print line
   14354 }
   14355 
   14356 _ACAWK
   14357 _ACEOF
   14358 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14359 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
   14360   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
   14361 else
   14362   cat
   14363 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
   14364   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
   14365 _ACEOF
   14366 
   14367 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   14368 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   14369 # trailing colons and then remove the whole line if VPATH becomes empty
   14370 # (actually we leave an empty line to preserve line numbers).
   14371 if test "x$srcdir" = x.; then
   14372   ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   14373 h
   14374 s///
   14375 s/^/:/
   14376 s/[	 ]*$/:/
   14377 s/:\$(srcdir):/:/g
   14378 s/:\${srcdir}:/:/g
   14379 s/:@srcdir@:/:/g
   14380 s/^:*//
   14381 s/:*$//
   14382 x
   14383 s/\(=[	 ]*\).*/\1/
   14384 G
   14385 s/\n//
   14386 s/^[^=]*=[	 ]*$//
   14387 }'
   14388 fi
   14389 
   14390 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14391 fi # test -n "$CONFIG_FILES"
   14392 
   14393 # Set up the scripts for CONFIG_HEADERS section.
   14394 # No need to generate them if there are no CONFIG_HEADERS.
   14395 # This happens for instance with `./config.status Makefile'.
   14396 if test -n "$CONFIG_HEADERS"; then
   14397 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
   14398 BEGIN {
   14399 _ACEOF
   14400 
   14401 # Transform confdefs.h into an awk script `defines.awk', embedded as
   14402 # here-document in config.status, that substitutes the proper values into
   14403 # config.h.in to produce config.h.
   14404 
   14405 # Create a delimiter string that does not exist in confdefs.h, to ease
   14406 # handling of long lines.
   14407 ac_delim='%!_!# '
   14408 for ac_last_try in false false :; do
   14409   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
   14410   if test -z "$ac_tt"; then
   14411     break
   14412   elif $ac_last_try; then
   14413     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   14414   else
   14415     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   14416   fi
   14417 done
   14418 
   14419 # For the awk script, D is an array of macro values keyed by name,
   14420 # likewise P contains macro parameters if any.  Preserve backslash
   14421 # newline sequences.
   14422 
   14423 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
   14424 sed -n '
   14425 s/.\{148\}/&'"$ac_delim"'/g
   14426 t rset
   14427 :rset
   14428 s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
   14429 t def
   14430 d
   14431 :def
   14432 s/\\$//
   14433 t bsnl
   14434 s/["\\]/\\&/g
   14435 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   14436 D["\1"]=" \3"/p
   14437 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
   14438 d
   14439 :bsnl
   14440 s/["\\]/\\&/g
   14441 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   14442 D["\1"]=" \3\\\\\\n"\\/p
   14443 t cont
   14444 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
   14445 t cont
   14446 d
   14447 :cont
   14448 n
   14449 s/.\{148\}/&'"$ac_delim"'/g
   14450 t clear
   14451 :clear
   14452 s/\\$//
   14453 t bsnlc
   14454 s/["\\]/\\&/g; s/^/"/; s/$/"/p
   14455 d
   14456 :bsnlc
   14457 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
   14458 b cont
   14459 ' <confdefs.h | sed '
   14460 s/'"$ac_delim"'/"\\\
   14461 "/g' >>$CONFIG_STATUS || ac_write_fail=1
   14462 
   14463 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14464   for (key in D) D_is_set[key] = 1
   14465   FS = ""
   14466 }
   14467 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
   14468   line = \$ 0
   14469   split(line, arg, " ")
   14470   if (arg[1] == "#") {
   14471     defundef = arg[2]
   14472     mac1 = arg[3]
   14473   } else {
   14474     defundef = substr(arg[1], 2)
   14475     mac1 = arg[2]
   14476   }
   14477   split(mac1, mac2, "(") #)
   14478   macro = mac2[1]
   14479   prefix = substr(line, 1, index(line, defundef) - 1)
   14480   if (D_is_set[macro]) {
   14481     # Preserve the white space surrounding the "#".
   14482     print prefix "define", macro P[macro] D[macro]
   14483     next
   14484   } else {
   14485     # Replace #undef with comments.  This is necessary, for example,
   14486     # in the case of _POSIX_SOURCE, which is predefined and required
   14487     # on some systems where configure will not decide to define it.
   14488     if (defundef == "undef") {
   14489       print "/*", prefix defundef, macro, "*/"
   14490       next
   14491     }
   14492   }
   14493 }
   14494 { print }
   14495 _ACAWK
   14496 _ACEOF
   14497 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14498   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
   14499 fi # test -n "$CONFIG_HEADERS"
   14500 
   14501 
   14502 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
   14503 shift
   14504 for ac_tag
   14505 do
   14506   case $ac_tag in
   14507   :[FHLC]) ac_mode=$ac_tag; continue;;
   14508   esac
   14509   case $ac_mode$ac_tag in
   14510   :[FHL]*:*);;
   14511   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
   14512   :[FH]-) ac_tag=-:-;;
   14513   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   14514   esac
   14515   ac_save_IFS=$IFS
   14516   IFS=:
   14517   set x $ac_tag
   14518   IFS=$ac_save_IFS
   14519   shift
   14520   ac_file=$1
   14521   shift
   14522 
   14523   case $ac_mode in
   14524   :L) ac_source=$1;;
   14525   :[FH])
   14526     ac_file_inputs=
   14527     for ac_f
   14528     do
   14529       case $ac_f in
   14530       -) ac_f="$ac_tmp/stdin";;
   14531       *) # Look for the file first in the build tree, then in the source tree
   14532 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   14533 	 # because $ac_f cannot contain `:'.
   14534 	 test -f "$ac_f" ||
   14535 	   case $ac_f in
   14536 	   [\\/$]*) false;;
   14537 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   14538 	   esac ||
   14539 	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   14540       esac
   14541       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   14542       as_fn_append ac_file_inputs " '$ac_f'"
   14543     done
   14544 
   14545     # Let's still pretend it is `configure' which instantiates (i.e., don't
   14546     # use $as_me), people would be surprised to read:
   14547     #    /* config.h.  Generated by config.status.  */
   14548     configure_input='Generated from '`
   14549 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
   14550 	`' by configure.'
   14551     if test x"$ac_file" != x-; then
   14552       configure_input="$ac_file.  $configure_input"
   14553       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
   14554 $as_echo "$as_me: creating $ac_file" >&6;}
   14555     fi
   14556     # Neutralize special characters interpreted by sed in replacement strings.
   14557     case $configure_input in #(
   14558     *\&* | *\|* | *\\* )
   14559        ac_sed_conf_input=`$as_echo "$configure_input" |
   14560        sed 's/[\\\\&|]/\\\\&/g'`;; #(
   14561     *) ac_sed_conf_input=$configure_input;;
   14562     esac
   14563 
   14564     case $ac_tag in
   14565     *:-:* | *:-) cat >"$ac_tmp/stdin" \
   14566       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
   14567     esac
   14568     ;;
   14569   esac
   14570 
   14571   ac_dir=`$as_dirname -- "$ac_file" ||
   14572 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14573 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   14574 	 X"$ac_file" : 'X\(//\)$' \| \
   14575 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   14576 $as_echo X"$ac_file" |
   14577     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14578 	    s//\1/
   14579 	    q
   14580 	  }
   14581 	  /^X\(\/\/\)[^/].*/{
   14582 	    s//\1/
   14583 	    q
   14584 	  }
   14585 	  /^X\(\/\/\)$/{
   14586 	    s//\1/
   14587 	    q
   14588 	  }
   14589 	  /^X\(\/\).*/{
   14590 	    s//\1/
   14591 	    q
   14592 	  }
   14593 	  s/.*/./; q'`
   14594   as_dir="$ac_dir"; as_fn_mkdir_p
   14595   ac_builddir=.
   14596 
   14597 case "$ac_dir" in
   14598 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   14599 *)
   14600   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   14601   # A ".." for each directory in $ac_dir_suffix.
   14602   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   14603   case $ac_top_builddir_sub in
   14604   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   14605   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   14606   esac ;;
   14607 esac
   14608 ac_abs_top_builddir=$ac_pwd
   14609 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   14610 # for backward compatibility:
   14611 ac_top_builddir=$ac_top_build_prefix
   14612 
   14613 case $srcdir in
   14614   .)  # We are building in place.
   14615     ac_srcdir=.
   14616     ac_top_srcdir=$ac_top_builddir_sub
   14617     ac_abs_top_srcdir=$ac_pwd ;;
   14618   [\\/]* | ?:[\\/]* )  # Absolute name.
   14619     ac_srcdir=$srcdir$ac_dir_suffix;
   14620     ac_top_srcdir=$srcdir
   14621     ac_abs_top_srcdir=$srcdir ;;
   14622   *) # Relative name.
   14623     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   14624     ac_top_srcdir=$ac_top_build_prefix$srcdir
   14625     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   14626 esac
   14627 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   14628 
   14629 
   14630   case $ac_mode in
   14631   :F)
   14632   #
   14633   # CONFIG_FILE
   14634   #
   14635 
   14636   case $INSTALL in
   14637   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   14638   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   14639   esac
   14640   ac_MKDIR_P=$MKDIR_P
   14641   case $MKDIR_P in
   14642   [\\/$]* | ?:[\\/]* ) ;;
   14643   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
   14644   esac
   14645 _ACEOF
   14646 
   14647 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14648 # If the template does not know about datarootdir, expand it.
   14649 # FIXME: This hack should be removed a few years after 2.60.
   14650 ac_datarootdir_hack=; ac_datarootdir_seen=
   14651 ac_sed_dataroot='
   14652 /datarootdir/ {
   14653   p
   14654   q
   14655 }
   14656 /@datadir@/p
   14657 /@docdir@/p
   14658 /@infodir@/p
   14659 /@localedir@/p
   14660 /@mandir@/p'
   14661 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
   14662 *datarootdir*) ac_datarootdir_seen=yes;;
   14663 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   14664   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   14665 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   14666 _ACEOF
   14667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14668   ac_datarootdir_hack='
   14669   s&@datadir@&$datadir&g
   14670   s&@docdir@&$docdir&g
   14671   s&@infodir@&$infodir&g
   14672   s&@localedir@&$localedir&g
   14673   s&@mandir@&$mandir&g
   14674   s&\\\${datarootdir}&$datarootdir&g' ;;
   14675 esac
   14676 _ACEOF
   14677 
   14678 # Neutralize VPATH when `$srcdir' = `.'.
   14679 # Shell code in configure.ac might set extrasub.
   14680 # FIXME: do we really want to maintain this feature?
   14681 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14682 ac_sed_extra="$ac_vpsub
   14683 $extrasub
   14684 _ACEOF
   14685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14686 :t
   14687 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   14688 s|@configure_input@|$ac_sed_conf_input|;t t
   14689 s&@top_builddir@&$ac_top_builddir_sub&;t t
   14690 s&@top_build_prefix@&$ac_top_build_prefix&;t t
   14691 s&@srcdir@&$ac_srcdir&;t t
   14692 s&@abs_srcdir@&$ac_abs_srcdir&;t t
   14693 s&@top_srcdir@&$ac_top_srcdir&;t t
   14694 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   14695 s&@builddir@&$ac_builddir&;t t
   14696 s&@abs_builddir@&$ac_abs_builddir&;t t
   14697 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   14698 s&@INSTALL@&$ac_INSTALL&;t t
   14699 s&@MKDIR_P@&$ac_MKDIR_P&;t t
   14700 $ac_datarootdir_hack
   14701 "
   14702 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
   14703   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14704 
   14705 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   14706   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
   14707   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
   14708       "$ac_tmp/out"`; test -z "$ac_out"; } &&
   14709   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   14710 which seems to be undefined.  Please make sure it is defined" >&5
   14711 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   14712 which seems to be undefined.  Please make sure it is defined" >&2;}
   14713 
   14714   rm -f "$ac_tmp/stdin"
   14715   case $ac_file in
   14716   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
   14717   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
   14718   esac \
   14719   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14720  ;;
   14721   :H)
   14722   #
   14723   # CONFIG_HEADER
   14724   #
   14725   if test x"$ac_file" != x-; then
   14726     {
   14727       $as_echo "/* $configure_input  */" \
   14728       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
   14729     } >"$ac_tmp/config.h" \
   14730       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14731     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
   14732       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   14733 $as_echo "$as_me: $ac_file is unchanged" >&6;}
   14734     else
   14735       rm -f "$ac_file"
   14736       mv "$ac_tmp/config.h" "$ac_file" \
   14737 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14738     fi
   14739   else
   14740     $as_echo "/* $configure_input  */" \
   14741       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
   14742       || as_fn_error $? "could not create -" "$LINENO" 5
   14743   fi
   14744 # Compute "$ac_file"'s index in $config_headers.
   14745 _am_arg="$ac_file"
   14746 _am_stamp_count=1
   14747 for _am_header in $config_headers :; do
   14748   case $_am_header in
   14749     $_am_arg | $_am_arg:* )
   14750       break ;;
   14751     * )
   14752       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   14753   esac
   14754 done
   14755 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
   14756 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14757 	 X"$_am_arg" : 'X\(//\)[^/]' \| \
   14758 	 X"$_am_arg" : 'X\(//\)$' \| \
   14759 	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
   14760 $as_echo X"$_am_arg" |
   14761     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14762 	    s//\1/
   14763 	    q
   14764 	  }
   14765 	  /^X\(\/\/\)[^/].*/{
   14766 	    s//\1/
   14767 	    q
   14768 	  }
   14769 	  /^X\(\/\/\)$/{
   14770 	    s//\1/
   14771 	    q
   14772 	  }
   14773 	  /^X\(\/\).*/{
   14774 	    s//\1/
   14775 	    q
   14776 	  }
   14777 	  s/.*/./; q'`/stamp-h$_am_stamp_count
   14778  ;;
   14779 
   14780   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
   14781 $as_echo "$as_me: executing $ac_file commands" >&6;}
   14782  ;;
   14783   esac
   14784 
   14785 
   14786   case $ac_file$ac_mode in
   14787     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
   14788   # Older Autoconf quotes --file arguments for eval, but not when files
   14789   # are listed without --file.  Let's play safe and only enable the eval
   14790   # if we detect the quoting.
   14791   case $CONFIG_FILES in
   14792   *\'*) eval set x "$CONFIG_FILES" ;;
   14793   *)   set x $CONFIG_FILES ;;
   14794   esac
   14795   shift
   14796   for mf
   14797   do
   14798     # Strip MF so we end up with the name of the file.
   14799     mf=`echo "$mf" | sed -e 's/:.*$//'`
   14800     # Check whether this is an Automake generated Makefile or not.
   14801     # We used to match only the files named 'Makefile.in', but
   14802     # some people rename them; so instead we look at the file content.
   14803     # Grep'ing the first line is not enough: some people post-process
   14804     # each Makefile.in and add a new line on top of each file to say so.
   14805     # Grep'ing the whole file is not good either: AIX grep has a line
   14806     # limit of 2048, but all sed's we know have understand at least 4000.
   14807     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
   14808       dirpart=`$as_dirname -- "$mf" ||
   14809 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14810 	 X"$mf" : 'X\(//\)[^/]' \| \
   14811 	 X"$mf" : 'X\(//\)$' \| \
   14812 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
   14813 $as_echo X"$mf" |
   14814     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14815 	    s//\1/
   14816 	    q
   14817 	  }
   14818 	  /^X\(\/\/\)[^/].*/{
   14819 	    s//\1/
   14820 	    q
   14821 	  }
   14822 	  /^X\(\/\/\)$/{
   14823 	    s//\1/
   14824 	    q
   14825 	  }
   14826 	  /^X\(\/\).*/{
   14827 	    s//\1/
   14828 	    q
   14829 	  }
   14830 	  s/.*/./; q'`
   14831     else
   14832       continue
   14833     fi
   14834     # Extract the definition of DEPDIR, am__include, and am__quote
   14835     # from the Makefile without running 'make'.
   14836     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   14837     test -z "$DEPDIR" && continue
   14838     am__include=`sed -n 's/^am__include = //p' < "$mf"`
   14839     test -z "$am__include" && continue
   14840     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   14841     # Find all dependency output files, they are included files with
   14842     # $(DEPDIR) in their names.  We invoke sed twice because it is the
   14843     # simplest approach to changing $(DEPDIR) to its actual value in the
   14844     # expansion.
   14845     for file in `sed -n "
   14846       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   14847 	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
   14848       # Make sure the directory exists.
   14849       test -f "$dirpart/$file" && continue
   14850       fdir=`$as_dirname -- "$file" ||
   14851 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14852 	 X"$file" : 'X\(//\)[^/]' \| \
   14853 	 X"$file" : 'X\(//\)$' \| \
   14854 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
   14855 $as_echo X"$file" |
   14856     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14857 	    s//\1/
   14858 	    q
   14859 	  }
   14860 	  /^X\(\/\/\)[^/].*/{
   14861 	    s//\1/
   14862 	    q
   14863 	  }
   14864 	  /^X\(\/\/\)$/{
   14865 	    s//\1/
   14866 	    q
   14867 	  }
   14868 	  /^X\(\/\).*/{
   14869 	    s//\1/
   14870 	    q
   14871 	  }
   14872 	  s/.*/./; q'`
   14873       as_dir=$dirpart/$fdir; as_fn_mkdir_p
   14874       # echo "creating $dirpart/$file"
   14875       echo '# dummy' > "$dirpart/$file"
   14876     done
   14877   done
   14878 }
   14879  ;;
   14880     "libtool":C)
   14881 
   14882     # See if we are running on zsh, and set the options which allow our
   14883     # commands through without removal of \ escapes.
   14884     if test -n "${ZSH_VERSION+set}" ; then
   14885       setopt NO_GLOB_SUBST
   14886     fi
   14887 
   14888     cfgfile="${ofile}T"
   14889     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
   14890     $RM "$cfgfile"
   14891 
   14892     cat <<_LT_EOF >> "$cfgfile"
   14893 #! $SHELL
   14894 
   14895 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
   14896 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
   14897 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
   14898 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
   14899 #
   14900 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
   14901 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
   14902 #   Written by Gordon Matzigkeit, 1996
   14903 #
   14904 #   This file is part of GNU Libtool.
   14905 #
   14906 # GNU Libtool is free software; you can redistribute it and/or
   14907 # modify it under the terms of the GNU General Public License as
   14908 # published by the Free Software Foundation; either version 2 of
   14909 # the License, or (at your option) any later version.
   14910 #
   14911 # As a special exception to the GNU General Public License,
   14912 # if you distribute this file as part of a program or library that
   14913 # is built using GNU Libtool, you may include this file under the
   14914 # same distribution terms that you use for the rest of that program.
   14915 #
   14916 # GNU Libtool is distributed in the hope that it will be useful,
   14917 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   14918 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14919 # GNU General Public License for more details.
   14920 #
   14921 # You should have received a copy of the GNU General Public License
   14922 # along with GNU Libtool; see the file COPYING.  If not, a copy
   14923 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
   14924 # obtained by writing to the Free Software Foundation, Inc.,
   14925 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
   14926 
   14927 
   14928 # The names of the tagged configurations supported by this script.
   14929 available_tags=""
   14930 
   14931 # ### BEGIN LIBTOOL CONFIG
   14932 
   14933 # Whether or not to build shared libraries.
   14934 build_libtool_libs=$enable_shared
   14935 
   14936 # Which release of libtool.m4 was used?
   14937 macro_version=$macro_version
   14938 macro_revision=$macro_revision
   14939 
   14940 # Whether or not to build static libraries.
   14941 build_old_libs=$enable_static
   14942 
   14943 # What type of objects to build.
   14944 pic_mode=$pic_mode
   14945 
   14946 # Whether or not to optimize for fast installation.
   14947 fast_install=$enable_fast_install
   14948 
   14949 # Shell to use when invoking shell scripts.
   14950 SHELL=$lt_SHELL
   14951 
   14952 # An echo program that protects backslashes.
   14953 ECHO=$lt_ECHO
   14954 
   14955 # The host system.
   14956 host_alias=$host_alias
   14957 host=$host
   14958 host_os=$host_os
   14959 
   14960 # The build system.
   14961 build_alias=$build_alias
   14962 build=$build
   14963 build_os=$build_os
   14964 
   14965 # A sed program that does not truncate output.
   14966 SED=$lt_SED
   14967 
   14968 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
   14969 Xsed="\$SED -e 1s/^X//"
   14970 
   14971 # A grep program that handles long lines.
   14972 GREP=$lt_GREP
   14973 
   14974 # An ERE matcher.
   14975 EGREP=$lt_EGREP
   14976 
   14977 # A literal string matcher.
   14978 FGREP=$lt_FGREP
   14979 
   14980 # A BSD- or MS-compatible name lister.
   14981 NM=$lt_NM
   14982 
   14983 # Whether we need soft or hard links.
   14984 LN_S=$lt_LN_S
   14985 
   14986 # What is the maximum length of a command?
   14987 max_cmd_len=$max_cmd_len
   14988 
   14989 # Object file suffix (normally "o").
   14990 objext=$ac_objext
   14991 
   14992 # Executable file suffix (normally "").
   14993 exeext=$exeext
   14994 
   14995 # whether the shell understands "unset".
   14996 lt_unset=$lt_unset
   14997 
   14998 # turn spaces into newlines.
   14999 SP2NL=$lt_lt_SP2NL
   15000 
   15001 # turn newlines into spaces.
   15002 NL2SP=$lt_lt_NL2SP
   15003 
   15004 # An object symbol dumper.
   15005 OBJDUMP=$lt_OBJDUMP
   15006 
   15007 # Method to check whether dependent libraries are shared objects.
   15008 deplibs_check_method=$lt_deplibs_check_method
   15009 
   15010 # Command to use when deplibs_check_method == "file_magic".
   15011 file_magic_cmd=$lt_file_magic_cmd
   15012 
   15013 # The archiver.
   15014 AR=$lt_AR
   15015 AR_FLAGS=$lt_AR_FLAGS
   15016 
   15017 # A symbol stripping program.
   15018 STRIP=$lt_STRIP
   15019 
   15020 # Commands used to install an old-style archive.
   15021 RANLIB=$lt_RANLIB
   15022 old_postinstall_cmds=$lt_old_postinstall_cmds
   15023 old_postuninstall_cmds=$lt_old_postuninstall_cmds
   15024 
   15025 # Whether to use a lock for old archive extraction.
   15026 lock_old_archive_extraction=$lock_old_archive_extraction
   15027 
   15028 # A C compiler.
   15029 LTCC=$lt_CC
   15030 
   15031 # LTCC compiler flags.
   15032 LTCFLAGS=$lt_CFLAGS
   15033 
   15034 # Take the output of nm and produce a listing of raw symbols and C names.
   15035 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
   15036 
   15037 # Transform the output of nm in a proper C declaration.
   15038 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
   15039 
   15040 # Transform the output of nm in a C name address pair.
   15041 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
   15042 
   15043 # Transform the output of nm in a C name address pair when lib prefix is needed.
   15044 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
   15045 
   15046 # The name of the directory that contains temporary libtool files.
   15047 objdir=$objdir
   15048 
   15049 # Used to examine libraries when file_magic_cmd begins with "file".
   15050 MAGIC_CMD=$MAGIC_CMD
   15051 
   15052 # Must we lock files when doing compilation?
   15053 need_locks=$lt_need_locks
   15054 
   15055 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
   15056 DSYMUTIL=$lt_DSYMUTIL
   15057 
   15058 # Tool to change global to local symbols on Mac OS X.
   15059 NMEDIT=$lt_NMEDIT
   15060 
   15061 # Tool to manipulate fat objects and archives on Mac OS X.
   15062 LIPO=$lt_LIPO
   15063 
   15064 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
   15065 OTOOL=$lt_OTOOL
   15066 
   15067 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
   15068 OTOOL64=$lt_OTOOL64
   15069 
   15070 # Old archive suffix (normally "a").
   15071 libext=$libext
   15072 
   15073 # Shared library suffix (normally ".so").
   15074 shrext_cmds=$lt_shrext_cmds
   15075 
   15076 # The commands to extract the exported symbol list from a shared archive.
   15077 extract_expsyms_cmds=$lt_extract_expsyms_cmds
   15078 
   15079 # Variables whose values should be saved in libtool wrapper scripts and
   15080 # restored at link time.
   15081 variables_saved_for_relink=$lt_variables_saved_for_relink
   15082 
   15083 # Do we need the "lib" prefix for modules?
   15084 need_lib_prefix=$need_lib_prefix
   15085 
   15086 # Do we need a version for libraries?
   15087 need_version=$need_version
   15088 
   15089 # Library versioning type.
   15090 version_type=$version_type
   15091 
   15092 # Shared library runtime path variable.
   15093 runpath_var=$runpath_var
   15094 
   15095 # Shared library path variable.
   15096 shlibpath_var=$shlibpath_var
   15097 
   15098 # Is shlibpath searched before the hard-coded library search path?
   15099 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
   15100 
   15101 # Format of library name prefix.
   15102 libname_spec=$lt_libname_spec
   15103 
   15104 # List of archive names.  First name is the real one, the rest are links.
   15105 # The last name is the one that the linker finds with -lNAME
   15106 library_names_spec=$lt_library_names_spec
   15107 
   15108 # The coded name of the library, if different from the real name.
   15109 soname_spec=$lt_soname_spec
   15110 
   15111 # Permission mode override for installation of shared libraries.
   15112 install_override_mode=$lt_install_override_mode
   15113 
   15114 # Command to use after installation of a shared archive.
   15115 postinstall_cmds=$lt_postinstall_cmds
   15116 
   15117 # Command to use after uninstallation of a shared archive.
   15118 postuninstall_cmds=$lt_postuninstall_cmds
   15119 
   15120 # Commands used to finish a libtool library installation in a directory.
   15121 finish_cmds=$lt_finish_cmds
   15122 
   15123 # As "finish_cmds", except a single script fragment to be evaled but
   15124 # not shown.
   15125 finish_eval=$lt_finish_eval
   15126 
   15127 # Whether we should hardcode library paths into libraries.
   15128 hardcode_into_libs=$hardcode_into_libs
   15129 
   15130 # Compile-time system search path for libraries.
   15131 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
   15132 
   15133 # Run-time system search path for libraries.
   15134 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
   15135 
   15136 # Whether dlopen is supported.
   15137 dlopen_support=$enable_dlopen
   15138 
   15139 # Whether dlopen of programs is supported.
   15140 dlopen_self=$enable_dlopen_self
   15141 
   15142 # Whether dlopen of statically linked programs is supported.
   15143 dlopen_self_static=$enable_dlopen_self_static
   15144 
   15145 # Commands to strip libraries.
   15146 old_striplib=$lt_old_striplib
   15147 striplib=$lt_striplib
   15148 
   15149 
   15150 # The linker used to build libraries.
   15151 LD=$lt_LD
   15152 
   15153 # How to create reloadable object files.
   15154 reload_flag=$lt_reload_flag
   15155 reload_cmds=$lt_reload_cmds
   15156 
   15157 # Commands used to build an old-style archive.
   15158 old_archive_cmds=$lt_old_archive_cmds
   15159 
   15160 # A language specific compiler.
   15161 CC=$lt_compiler
   15162 
   15163 # Is the compiler the GNU compiler?
   15164 with_gcc=$GCC
   15165 
   15166 # Compiler flag to turn off builtin functions.
   15167 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
   15168 
   15169 # How to pass a linker flag through the compiler.
   15170 wl=$lt_lt_prog_compiler_wl
   15171 
   15172 # Additional compiler flags for building library objects.
   15173 pic_flag=$lt_lt_prog_compiler_pic
   15174 
   15175 # Compiler flag to prevent dynamic linking.
   15176 link_static_flag=$lt_lt_prog_compiler_static
   15177 
   15178 # Does compiler simultaneously support -c and -o options?
   15179 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
   15180 
   15181 # Whether or not to add -lc for building shared libraries.
   15182 build_libtool_need_lc=$archive_cmds_need_lc
   15183 
   15184 # Whether or not to disallow shared libs when runtime libs are static.
   15185 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
   15186 
   15187 # Compiler flag to allow reflexive dlopens.
   15188 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
   15189 
   15190 # Compiler flag to generate shared objects directly from archives.
   15191 whole_archive_flag_spec=$lt_whole_archive_flag_spec
   15192 
   15193 # Whether the compiler copes with passing no objects directly.
   15194 compiler_needs_object=$lt_compiler_needs_object
   15195 
   15196 # Create an old-style archive from a shared archive.
   15197 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
   15198 
   15199 # Create a temporary old-style archive to link instead of a shared archive.
   15200 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
   15201 
   15202 # Commands used to build a shared archive.
   15203 archive_cmds=$lt_archive_cmds
   15204 archive_expsym_cmds=$lt_archive_expsym_cmds
   15205 
   15206 # Commands used to build a loadable module if different from building
   15207 # a shared archive.
   15208 module_cmds=$lt_module_cmds
   15209 module_expsym_cmds=$lt_module_expsym_cmds
   15210 
   15211 # Whether we are building with GNU ld or not.
   15212 with_gnu_ld=$lt_with_gnu_ld
   15213 
   15214 # Flag that allows shared libraries with undefined symbols to be built.
   15215 allow_undefined_flag=$lt_allow_undefined_flag
   15216 
   15217 # Flag that enforces no undefined symbols.
   15218 no_undefined_flag=$lt_no_undefined_flag
   15219 
   15220 # Flag to hardcode \$libdir into a binary during linking.
   15221 # This must work even if \$libdir does not exist
   15222 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
   15223 
   15224 # If ld is used when linking, flag to hardcode \$libdir into a binary
   15225 # during linking.  This must work even if \$libdir does not exist.
   15226 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
   15227 
   15228 # Whether we need a single "-rpath" flag with a separated argument.
   15229 hardcode_libdir_separator=$lt_hardcode_libdir_separator
   15230 
   15231 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   15232 # DIR into the resulting binary.
   15233 hardcode_direct=$hardcode_direct
   15234 
   15235 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   15236 # DIR into the resulting binary and the resulting library dependency is
   15237 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
   15238 # library is relocated.
   15239 hardcode_direct_absolute=$hardcode_direct_absolute
   15240 
   15241 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
   15242 # into the resulting binary.
   15243 hardcode_minus_L=$hardcode_minus_L
   15244 
   15245 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
   15246 # into the resulting binary.
   15247 hardcode_shlibpath_var=$hardcode_shlibpath_var
   15248 
   15249 # Set to "yes" if building a shared library automatically hardcodes DIR
   15250 # into the library and all subsequent libraries and executables linked
   15251 # against it.
   15252 hardcode_automatic=$hardcode_automatic
   15253 
   15254 # Set to yes if linker adds runtime paths of dependent libraries
   15255 # to runtime path list.
   15256 inherit_rpath=$inherit_rpath
   15257 
   15258 # Whether libtool must link a program against all its dependency libraries.
   15259 link_all_deplibs=$link_all_deplibs
   15260 
   15261 # Fix the shell variable \$srcfile for the compiler.
   15262 fix_srcfile_path=$lt_fix_srcfile_path
   15263 
   15264 # Set to "yes" if exported symbols are required.
   15265 always_export_symbols=$always_export_symbols
   15266 
   15267 # The commands to list exported symbols.
   15268 export_symbols_cmds=$lt_export_symbols_cmds
   15269 
   15270 # Symbols that should not be listed in the preloaded symbols.
   15271 exclude_expsyms=$lt_exclude_expsyms
   15272 
   15273 # Symbols that must always be exported.
   15274 include_expsyms=$lt_include_expsyms
   15275 
   15276 # Commands necessary for linking programs (against libraries) with templates.
   15277 prelink_cmds=$lt_prelink_cmds
   15278 
   15279 # Specify filename containing input files.
   15280 file_list_spec=$lt_file_list_spec
   15281 
   15282 # How to hardcode a shared library path into an executable.
   15283 hardcode_action=$hardcode_action
   15284 
   15285 # ### END LIBTOOL CONFIG
   15286 
   15287 _LT_EOF
   15288 
   15289   case $host_os in
   15290   aix3*)
   15291     cat <<\_LT_EOF >> "$cfgfile"
   15292 # AIX sometimes has problems with the GCC collect2 program.  For some
   15293 # reason, if we set the COLLECT_NAMES environment variable, the problems
   15294 # vanish in a puff of smoke.
   15295 if test "X${COLLECT_NAMES+set}" != Xset; then
   15296   COLLECT_NAMES=
   15297   export COLLECT_NAMES
   15298 fi
   15299 _LT_EOF
   15300     ;;
   15301   esac
   15302 
   15303 
   15304 ltmain="$ac_aux_dir/ltmain.sh"
   15305 
   15306 
   15307   # We use sed instead of cat because bash on DJGPP gets confused if
   15308   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
   15309   # text mode, it properly converts lines to CR/LF.  This bash problem
   15310   # is reportedly fixed, but why not run on old versions too?
   15311   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
   15312     || (rm -f "$cfgfile"; exit 1)
   15313 
   15314   case $xsi_shell in
   15315   yes)
   15316     cat << \_LT_EOF >> "$cfgfile"
   15317 
   15318 # func_dirname file append nondir_replacement
   15319 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   15320 # otherwise set result to NONDIR_REPLACEMENT.
   15321 func_dirname ()
   15322 {
   15323   case ${1} in
   15324     */*) func_dirname_result="${1%/*}${2}" ;;
   15325     *  ) func_dirname_result="${3}" ;;
   15326   esac
   15327 }
   15328 
   15329 # func_basename file
   15330 func_basename ()
   15331 {
   15332   func_basename_result="${1##*/}"
   15333 }
   15334 
   15335 # func_dirname_and_basename file append nondir_replacement
   15336 # perform func_basename and func_dirname in a single function
   15337 # call:
   15338 #   dirname:  Compute the dirname of FILE.  If nonempty,
   15339 #             add APPEND to the result, otherwise set result
   15340 #             to NONDIR_REPLACEMENT.
   15341 #             value returned in "$func_dirname_result"
   15342 #   basename: Compute filename of FILE.
   15343 #             value retuned in "$func_basename_result"
   15344 # Implementation must be kept synchronized with func_dirname
   15345 # and func_basename. For efficiency, we do not delegate to
   15346 # those functions but instead duplicate the functionality here.
   15347 func_dirname_and_basename ()
   15348 {
   15349   case ${1} in
   15350     */*) func_dirname_result="${1%/*}${2}" ;;
   15351     *  ) func_dirname_result="${3}" ;;
   15352   esac
   15353   func_basename_result="${1##*/}"
   15354 }
   15355 
   15356 # func_stripname prefix suffix name
   15357 # strip PREFIX and SUFFIX off of NAME.
   15358 # PREFIX and SUFFIX must not contain globbing or regex special
   15359 # characters, hashes, percent signs, but SUFFIX may contain a leading
   15360 # dot (in which case that matches only a dot).
   15361 func_stripname ()
   15362 {
   15363   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
   15364   # positional parameters, so assign one to ordinary parameter first.
   15365   func_stripname_result=${3}
   15366   func_stripname_result=${func_stripname_result#"${1}"}
   15367   func_stripname_result=${func_stripname_result%"${2}"}
   15368 }
   15369 
   15370 # func_opt_split
   15371 func_opt_split ()
   15372 {
   15373   func_opt_split_opt=${1%%=*}
   15374   func_opt_split_arg=${1#*=}
   15375 }
   15376 
   15377 # func_lo2o object
   15378 func_lo2o ()
   15379 {
   15380   case ${1} in
   15381     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
   15382     *)    func_lo2o_result=${1} ;;
   15383   esac
   15384 }
   15385 
   15386 # func_xform libobj-or-source
   15387 func_xform ()
   15388 {
   15389   func_xform_result=${1%.*}.lo
   15390 }
   15391 
   15392 # func_arith arithmetic-term...
   15393 func_arith ()
   15394 {
   15395   func_arith_result=$(( $* ))
   15396 }
   15397 
   15398 # func_len string
   15399 # STRING may not start with a hyphen.
   15400 func_len ()
   15401 {
   15402   func_len_result=${#1}
   15403 }
   15404 
   15405 _LT_EOF
   15406     ;;
   15407   *) # Bourne compatible functions.
   15408     cat << \_LT_EOF >> "$cfgfile"
   15409 
   15410 # func_dirname file append nondir_replacement
   15411 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   15412 # otherwise set result to NONDIR_REPLACEMENT.
   15413 func_dirname ()
   15414 {
   15415   # Extract subdirectory from the argument.
   15416   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
   15417   if test "X$func_dirname_result" = "X${1}"; then
   15418     func_dirname_result="${3}"
   15419   else
   15420     func_dirname_result="$func_dirname_result${2}"
   15421   fi
   15422 }
   15423 
   15424 # func_basename file
   15425 func_basename ()
   15426 {
   15427   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
   15428 }
   15429 
   15430 
   15431 # func_stripname prefix suffix name
   15432 # strip PREFIX and SUFFIX off of NAME.
   15433 # PREFIX and SUFFIX must not contain globbing or regex special
   15434 # characters, hashes, percent signs, but SUFFIX may contain a leading
   15435 # dot (in which case that matches only a dot).
   15436 # func_strip_suffix prefix name
   15437 func_stripname ()
   15438 {
   15439   case ${2} in
   15440     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
   15441     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
   15442   esac
   15443 }
   15444 
   15445 # sed scripts:
   15446 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
   15447 my_sed_long_arg='1s/^-[^=]*=//'
   15448 
   15449 # func_opt_split
   15450 func_opt_split ()
   15451 {
   15452   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
   15453   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
   15454 }
   15455 
   15456 # func_lo2o object
   15457 func_lo2o ()
   15458 {
   15459   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
   15460 }
   15461 
   15462 # func_xform libobj-or-source
   15463 func_xform ()
   15464 {
   15465   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
   15466 }
   15467 
   15468 # func_arith arithmetic-term...
   15469 func_arith ()
   15470 {
   15471   func_arith_result=`expr "$@"`
   15472 }
   15473 
   15474 # func_len string
   15475 # STRING may not start with a hyphen.
   15476 func_len ()
   15477 {
   15478   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
   15479 }
   15480 
   15481 _LT_EOF
   15482 esac
   15483 
   15484 case $lt_shell_append in
   15485   yes)
   15486     cat << \_LT_EOF >> "$cfgfile"
   15487 
   15488 # func_append var value
   15489 # Append VALUE to the end of shell variable VAR.
   15490 func_append ()
   15491 {
   15492   eval "$1+=\$2"
   15493 }
   15494 _LT_EOF
   15495     ;;
   15496   *)
   15497     cat << \_LT_EOF >> "$cfgfile"
   15498 
   15499 # func_append var value
   15500 # Append VALUE to the end of shell variable VAR.
   15501 func_append ()
   15502 {
   15503   eval "$1=\$$1\$2"
   15504 }
   15505 
   15506 _LT_EOF
   15507     ;;
   15508   esac
   15509 
   15510 
   15511   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
   15512     || (rm -f "$cfgfile"; exit 1)
   15513 
   15514   mv -f "$cfgfile" "$ofile" ||
   15515     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   15516   chmod +x "$ofile"
   15517 
   15518  ;;
   15519 
   15520   esac
   15521 done # for ac_tag
   15522 
   15523 
   15524 as_fn_exit 0
   15525 _ACEOF
   15526 ac_clean_files=$ac_clean_files_save
   15527 
   15528 test $ac_write_fail = 0 ||
   15529   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   15530 
   15531 
   15532 # configure is writing to config.log, and then calls config.status.
   15533 # config.status does its own redirection, appending to config.log.
   15534 # Unfortunately, on DOS this fails, as config.log is still kept open
   15535 # by configure, so config.status won't be able to write to it; its
   15536 # output is simply discarded.  So we exec the FD to /dev/null,
   15537 # effectively closing config.log, so it can be properly (re)opened and
   15538 # appended to by config.status.  When coming back to configure, we
   15539 # need to make the FD available again.
   15540 if test "$no_create" != yes; then
   15541   ac_cs_success=:
   15542   ac_config_status_args=
   15543   test "$silent" = yes &&
   15544     ac_config_status_args="$ac_config_status_args --quiet"
   15545   exec 5>/dev/null
   15546   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   15547   exec 5>>config.log
   15548   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   15549   # would make configure fail if this is the last instruction.
   15550   $ac_cs_success || as_fn_exit 1
   15551 fi
   15552 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   15553   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
   15554 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
   15555 fi
   15556 
   15557 
   15558 
   15559 touch config.status.tmp
   15560 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
   15561   sed '/as_fn_exit 0/i \
   15562 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
   15563 touch --reference=Makefile Makefile.tmp \
   15564 mv Makefile.tmp Makefile \
   15565 ' config.status > config.status.tmp
   15566   touch --reference=config.status config.status.tmp
   15567   mv config.status.tmp config.status
   15568   chmod +x config.status
   15569   sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
   15570   touch --reference=Makefile Makefile.tmp
   15571   mv Makefile.tmp Makefile
   15572 else
   15573   rm -f config.status.tmp
   15574 fi
   15575