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 OBJDUMP
    662 LN_S
    663 NM
    664 ac_ct_DUMPBIN
    665 DUMPBIN
    666 LD
    667 FGREP
    668 SED
    669 LIBTOOL
    670 ac_ct_AR
    671 AR
    672 RANLIB
    673 AM_BACKSLASH
    674 AM_DEFAULT_VERBOSITY
    675 AM_DEFAULT_V
    676 AM_V
    677 am__fastdepCC_FALSE
    678 am__fastdepCC_TRUE
    679 CCDEPMODE
    680 am__nodep
    681 AMDEPBACKSLASH
    682 AMDEP_FALSE
    683 AMDEP_TRUE
    684 am__quote
    685 am__include
    686 DEPDIR
    687 am__untar
    688 am__tar
    689 AMTAR
    690 am__leading_dot
    691 SET_MAKE
    692 AWK
    693 mkdir_p
    694 MKDIR_P
    695 INSTALL_STRIP_PROGRAM
    696 STRIP
    697 install_sh
    698 MAKEINFO
    699 AUTOHEADER
    700 AUTOMAKE
    701 AUTOCONF
    702 ACLOCAL
    703 VERSION
    704 PACKAGE
    705 CYGPATH_W
    706 am__isrc
    707 INSTALL_DATA
    708 INSTALL_SCRIPT
    709 INSTALL_PROGRAM
    710 EGREP
    711 GREP
    712 CPP
    713 OBJEXT
    714 EXEEXT
    715 ac_ct_CC
    716 CPPFLAGS
    717 LDFLAGS
    718 CFLAGS
    719 CC
    720 target_os
    721 target_vendor
    722 target_cpu
    723 target
    724 host_os
    725 host_vendor
    726 host_cpu
    727 host
    728 build_os
    729 build_vendor
    730 build_cpu
    731 build
    732 target_alias
    733 host_alias
    734 build_alias
    735 LIBS
    736 ECHO_T
    737 ECHO_N
    738 ECHO_C
    739 DEFS
    740 mandir
    741 localedir
    742 libdir
    743 psdir
    744 pdfdir
    745 dvidir
    746 htmldir
    747 infodir
    748 docdir
    749 oldincludedir
    750 includedir
    751 localstatedir
    752 sharedstatedir
    753 sysconfdir
    754 datadir
    755 datarootdir
    756 libexecdir
    757 sbindir
    758 bindir
    759 program_transform_name
    760 prefix
    761 exec_prefix
    762 PACKAGE_URL
    763 PACKAGE_BUGREPORT
    764 PACKAGE_STRING
    765 PACKAGE_VERSION
    766 PACKAGE_TARNAME
    767 PACKAGE_NAME
    768 PATH_SEPARATOR
    769 SHELL'
    770 ac_subst_files=''
    771 ac_user_opts='
    772 enable_option_checking
    773 enable_dependency_tracking
    774 enable_silent_rules
    775 enable_shared
    776 enable_static
    777 with_pic
    778 enable_fast_install
    779 with_gnu_ld
    780 enable_libtool_lock
    781 enable_largefile
    782 enable_maintainer_mode
    783 enable_install_libbfd
    784 '
    785       ac_precious_vars='build_alias
    786 host_alias
    787 target_alias
    788 CC
    789 CFLAGS
    790 LDFLAGS
    791 LIBS
    792 CPPFLAGS
    793 CPP'
    794 
    795 
    796 # Initialize some variables set by options.
    797 ac_init_help=
    798 ac_init_version=false
    799 ac_unrecognized_opts=
    800 ac_unrecognized_sep=
    801 # The variables have the same names as the options, with
    802 # dashes changed to underlines.
    803 cache_file=/dev/null
    804 exec_prefix=NONE
    805 no_create=
    806 no_recursion=
    807 prefix=NONE
    808 program_prefix=NONE
    809 program_suffix=NONE
    810 program_transform_name=s,x,x,
    811 silent=
    812 site=
    813 srcdir=
    814 verbose=
    815 x_includes=NONE
    816 x_libraries=NONE
    817 
    818 # Installation directory options.
    819 # These are left unexpanded so users can "make install exec_prefix=/foo"
    820 # and all the variables that are supposed to be based on exec_prefix
    821 # by default will actually change.
    822 # Use braces instead of parens because sh, perl, etc. also accept them.
    823 # (The list follows the same order as the GNU Coding Standards.)
    824 bindir='${exec_prefix}/bin'
    825 sbindir='${exec_prefix}/sbin'
    826 libexecdir='${exec_prefix}/libexec'
    827 datarootdir='${prefix}/share'
    828 datadir='${datarootdir}'
    829 sysconfdir='${prefix}/etc'
    830 sharedstatedir='${prefix}/com'
    831 localstatedir='${prefix}/var'
    832 includedir='${prefix}/include'
    833 oldincludedir='/usr/include'
    834 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    835 infodir='${datarootdir}/info'
    836 htmldir='${docdir}'
    837 dvidir='${docdir}'
    838 pdfdir='${docdir}'
    839 psdir='${docdir}'
    840 libdir='${exec_prefix}/lib'
    841 localedir='${datarootdir}/locale'
    842 mandir='${datarootdir}/man'
    843 
    844 ac_prev=
    845 ac_dashdash=
    846 for ac_option
    847 do
    848   # If the previous option needs an argument, assign it.
    849   if test -n "$ac_prev"; then
    850     eval $ac_prev=\$ac_option
    851     ac_prev=
    852     continue
    853   fi
    854 
    855   case $ac_option in
    856   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    857   *=)   ac_optarg= ;;
    858   *)    ac_optarg=yes ;;
    859   esac
    860 
    861   # Accept the important Cygnus configure options, so we can diagnose typos.
    862 
    863   case $ac_dashdash$ac_option in
    864   --)
    865     ac_dashdash=yes ;;
    866 
    867   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    868     ac_prev=bindir ;;
    869   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    870     bindir=$ac_optarg ;;
    871 
    872   -build | --build | --buil | --bui | --bu)
    873     ac_prev=build_alias ;;
    874   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    875     build_alias=$ac_optarg ;;
    876 
    877   -cache-file | --cache-file | --cache-fil | --cache-fi \
    878   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    879     ac_prev=cache_file ;;
    880   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    881   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    882     cache_file=$ac_optarg ;;
    883 
    884   --config-cache | -C)
    885     cache_file=config.cache ;;
    886 
    887   -datadir | --datadir | --datadi | --datad)
    888     ac_prev=datadir ;;
    889   -datadir=* | --datadir=* | --datadi=* | --datad=*)
    890     datadir=$ac_optarg ;;
    891 
    892   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
    893   | --dataroo | --dataro | --datar)
    894     ac_prev=datarootdir ;;
    895   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
    896   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    897     datarootdir=$ac_optarg ;;
    898 
    899   -disable-* | --disable-*)
    900     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    901     # Reject names that are not valid shell variable names.
    902     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    903       as_fn_error $? "invalid feature name: $ac_useropt"
    904     ac_useropt_orig=$ac_useropt
    905     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    906     case $ac_user_opts in
    907       *"
    908 "enable_$ac_useropt"
    909 "*) ;;
    910       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    911 	 ac_unrecognized_sep=', ';;
    912     esac
    913     eval enable_$ac_useropt=no ;;
    914 
    915   -docdir | --docdir | --docdi | --doc | --do)
    916     ac_prev=docdir ;;
    917   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    918     docdir=$ac_optarg ;;
    919 
    920   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    921     ac_prev=dvidir ;;
    922   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    923     dvidir=$ac_optarg ;;
    924 
    925   -enable-* | --enable-*)
    926     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    927     # Reject names that are not valid shell variable names.
    928     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    929       as_fn_error $? "invalid feature name: $ac_useropt"
    930     ac_useropt_orig=$ac_useropt
    931     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    932     case $ac_user_opts in
    933       *"
    934 "enable_$ac_useropt"
    935 "*) ;;
    936       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    937 	 ac_unrecognized_sep=', ';;
    938     esac
    939     eval enable_$ac_useropt=\$ac_optarg ;;
    940 
    941   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    942   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    943   | --exec | --exe | --ex)
    944     ac_prev=exec_prefix ;;
    945   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    946   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    947   | --exec=* | --exe=* | --ex=*)
    948     exec_prefix=$ac_optarg ;;
    949 
    950   -gas | --gas | --ga | --g)
    951     # Obsolete; use --with-gas.
    952     with_gas=yes ;;
    953 
    954   -help | --help | --hel | --he | -h)
    955     ac_init_help=long ;;
    956   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    957     ac_init_help=recursive ;;
    958   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    959     ac_init_help=short ;;
    960 
    961   -host | --host | --hos | --ho)
    962     ac_prev=host_alias ;;
    963   -host=* | --host=* | --hos=* | --ho=*)
    964     host_alias=$ac_optarg ;;
    965 
    966   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    967     ac_prev=htmldir ;;
    968   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
    969   | --ht=*)
    970     htmldir=$ac_optarg ;;
    971 
    972   -includedir | --includedir | --includedi | --included | --include \
    973   | --includ | --inclu | --incl | --inc)
    974     ac_prev=includedir ;;
    975   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    976   | --includ=* | --inclu=* | --incl=* | --inc=*)
    977     includedir=$ac_optarg ;;
    978 
    979   -infodir | --infodir | --infodi | --infod | --info | --inf)
    980     ac_prev=infodir ;;
    981   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    982     infodir=$ac_optarg ;;
    983 
    984   -libdir | --libdir | --libdi | --libd)
    985     ac_prev=libdir ;;
    986   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    987     libdir=$ac_optarg ;;
    988 
    989   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    990   | --libexe | --libex | --libe)
    991     ac_prev=libexecdir ;;
    992   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    993   | --libexe=* | --libex=* | --libe=*)
    994     libexecdir=$ac_optarg ;;
    995 
    996   -localedir | --localedir | --localedi | --localed | --locale)
    997     ac_prev=localedir ;;
    998   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
    999     localedir=$ac_optarg ;;
   1000 
   1001   -localstatedir | --localstatedir | --localstatedi | --localstated \
   1002   | --localstate | --localstat | --localsta | --localst | --locals)
   1003     ac_prev=localstatedir ;;
   1004   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   1005   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   1006     localstatedir=$ac_optarg ;;
   1007 
   1008   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   1009     ac_prev=mandir ;;
   1010   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   1011     mandir=$ac_optarg ;;
   1012 
   1013   -nfp | --nfp | --nf)
   1014     # Obsolete; use --without-fp.
   1015     with_fp=no ;;
   1016 
   1017   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   1018   | --no-cr | --no-c | -n)
   1019     no_create=yes ;;
   1020 
   1021   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   1022   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   1023     no_recursion=yes ;;
   1024 
   1025   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   1026   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   1027   | --oldin | --oldi | --old | --ol | --o)
   1028     ac_prev=oldincludedir ;;
   1029   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   1030   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   1031   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   1032     oldincludedir=$ac_optarg ;;
   1033 
   1034   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   1035     ac_prev=prefix ;;
   1036   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   1037     prefix=$ac_optarg ;;
   1038 
   1039   -program-prefix | --program-prefix | --program-prefi | --program-pref \
   1040   | --program-pre | --program-pr | --program-p)
   1041     ac_prev=program_prefix ;;
   1042   -program-prefix=* | --program-prefix=* | --program-prefi=* \
   1043   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   1044     program_prefix=$ac_optarg ;;
   1045 
   1046   -program-suffix | --program-suffix | --program-suffi | --program-suff \
   1047   | --program-suf | --program-su | --program-s)
   1048     ac_prev=program_suffix ;;
   1049   -program-suffix=* | --program-suffix=* | --program-suffi=* \
   1050   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   1051     program_suffix=$ac_optarg ;;
   1052 
   1053   -program-transform-name | --program-transform-name \
   1054   | --program-transform-nam | --program-transform-na \
   1055   | --program-transform-n | --program-transform- \
   1056   | --program-transform | --program-transfor \
   1057   | --program-transfo | --program-transf \
   1058   | --program-trans | --program-tran \
   1059   | --progr-tra | --program-tr | --program-t)
   1060     ac_prev=program_transform_name ;;
   1061   -program-transform-name=* | --program-transform-name=* \
   1062   | --program-transform-nam=* | --program-transform-na=* \
   1063   | --program-transform-n=* | --program-transform-=* \
   1064   | --program-transform=* | --program-transfor=* \
   1065   | --program-transfo=* | --program-transf=* \
   1066   | --program-trans=* | --program-tran=* \
   1067   | --progr-tra=* | --program-tr=* | --program-t=*)
   1068     program_transform_name=$ac_optarg ;;
   1069 
   1070   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
   1071     ac_prev=pdfdir ;;
   1072   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
   1073     pdfdir=$ac_optarg ;;
   1074 
   1075   -psdir | --psdir | --psdi | --psd | --ps)
   1076     ac_prev=psdir ;;
   1077   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
   1078     psdir=$ac_optarg ;;
   1079 
   1080   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1081   | -silent | --silent | --silen | --sile | --sil)
   1082     silent=yes ;;
   1083 
   1084   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   1085     ac_prev=sbindir ;;
   1086   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   1087   | --sbi=* | --sb=*)
   1088     sbindir=$ac_optarg ;;
   1089 
   1090   -sharedstatedir | --sharedstatedir | --sharedstatedi \
   1091   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   1092   | --sharedst | --shareds | --shared | --share | --shar \
   1093   | --sha | --sh)
   1094     ac_prev=sharedstatedir ;;
   1095   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   1096   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   1097   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   1098   | --sha=* | --sh=*)
   1099     sharedstatedir=$ac_optarg ;;
   1100 
   1101   -site | --site | --sit)
   1102     ac_prev=site ;;
   1103   -site=* | --site=* | --sit=*)
   1104     site=$ac_optarg ;;
   1105 
   1106   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   1107     ac_prev=srcdir ;;
   1108   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   1109     srcdir=$ac_optarg ;;
   1110 
   1111   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   1112   | --syscon | --sysco | --sysc | --sys | --sy)
   1113     ac_prev=sysconfdir ;;
   1114   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   1115   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   1116     sysconfdir=$ac_optarg ;;
   1117 
   1118   -target | --target | --targe | --targ | --tar | --ta | --t)
   1119     ac_prev=target_alias ;;
   1120   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   1121     target_alias=$ac_optarg ;;
   1122 
   1123   -v | -verbose | --verbose | --verbos | --verbo | --verb)
   1124     verbose=yes ;;
   1125 
   1126   -version | --version | --versio | --versi | --vers | -V)
   1127     ac_init_version=: ;;
   1128 
   1129   -with-* | --with-*)
   1130     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1131     # Reject names that are not valid shell variable names.
   1132     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1133       as_fn_error $? "invalid package name: $ac_useropt"
   1134     ac_useropt_orig=$ac_useropt
   1135     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1136     case $ac_user_opts in
   1137       *"
   1138 "with_$ac_useropt"
   1139 "*) ;;
   1140       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
   1141 	 ac_unrecognized_sep=', ';;
   1142     esac
   1143     eval with_$ac_useropt=\$ac_optarg ;;
   1144 
   1145   -without-* | --without-*)
   1146     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1147     # Reject names that are not valid shell variable names.
   1148     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1149       as_fn_error $? "invalid package name: $ac_useropt"
   1150     ac_useropt_orig=$ac_useropt
   1151     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1152     case $ac_user_opts in
   1153       *"
   1154 "with_$ac_useropt"
   1155 "*) ;;
   1156       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
   1157 	 ac_unrecognized_sep=', ';;
   1158     esac
   1159     eval with_$ac_useropt=no ;;
   1160 
   1161   --x)
   1162     # Obsolete; use --with-x.
   1163     with_x=yes ;;
   1164 
   1165   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1166   | --x-incl | --x-inc | --x-in | --x-i)
   1167     ac_prev=x_includes ;;
   1168   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1169   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1170     x_includes=$ac_optarg ;;
   1171 
   1172   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1173   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1174     ac_prev=x_libraries ;;
   1175   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1176   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1177     x_libraries=$ac_optarg ;;
   1178 
   1179   -*) as_fn_error $? "unrecognized option: \`$ac_option'
   1180 Try \`$0 --help' for more information"
   1181     ;;
   1182 
   1183   *=*)
   1184     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1185     # Reject names that are not valid shell variable names.
   1186     case $ac_envvar in #(
   1187       '' | [0-9]* | *[!_$as_cr_alnum]* )
   1188       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   1189     esac
   1190     eval $ac_envvar=\$ac_optarg
   1191     export $ac_envvar ;;
   1192 
   1193   *)
   1194     # FIXME: should be removed in autoconf 3.0.
   1195     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1196     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1197       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1198     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   1199     ;;
   1200 
   1201   esac
   1202 done
   1203 
   1204 if test -n "$ac_prev"; then
   1205   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1206   as_fn_error $? "missing argument to $ac_option"
   1207 fi
   1208 
   1209 if test -n "$ac_unrecognized_opts"; then
   1210   case $enable_option_checking in
   1211     no) ;;
   1212     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   1213     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   1214   esac
   1215 fi
   1216 
   1217 # Check all directory arguments for consistency.
   1218 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   1219 		datadir sysconfdir sharedstatedir localstatedir includedir \
   1220 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   1221 		libdir localedir mandir
   1222 do
   1223   eval ac_val=\$$ac_var
   1224   # Remove trailing slashes.
   1225   case $ac_val in
   1226     */ )
   1227       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
   1228       eval $ac_var=\$ac_val;;
   1229   esac
   1230   # Be sure to have absolute directory names.
   1231   case $ac_val in
   1232     [\\/$]* | ?:[\\/]* )  continue;;
   1233     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   1234   esac
   1235   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   1236 done
   1237 
   1238 # There might be people who depend on the old broken behavior: `$host'
   1239 # used to hold the argument of --host etc.
   1240 # FIXME: To remove some day.
   1241 build=$build_alias
   1242 host=$host_alias
   1243 target=$target_alias
   1244 
   1245 # FIXME: To remove some day.
   1246 if test "x$host_alias" != x; then
   1247   if test "x$build_alias" = x; then
   1248     cross_compiling=maybe
   1249   elif test "x$build_alias" != "x$host_alias"; then
   1250     cross_compiling=yes
   1251   fi
   1252 fi
   1253 
   1254 ac_tool_prefix=
   1255 test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1256 
   1257 test "$silent" = yes && exec 6>/dev/null
   1258 
   1259 
   1260 ac_pwd=`pwd` && test -n "$ac_pwd" &&
   1261 ac_ls_di=`ls -di .` &&
   1262 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   1263   as_fn_error $? "working directory cannot be determined"
   1264 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   1265   as_fn_error $? "pwd does not report name of working directory"
   1266 
   1267 
   1268 # Find the source files, if location was not specified.
   1269 if test -z "$srcdir"; then
   1270   ac_srcdir_defaulted=yes
   1271   # Try the directory containing this script, then the parent directory.
   1272   ac_confdir=`$as_dirname -- "$as_myself" ||
   1273 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1274 	 X"$as_myself" : 'X\(//\)[^/]' \| \
   1275 	 X"$as_myself" : 'X\(//\)$' \| \
   1276 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
   1277 $as_echo X"$as_myself" |
   1278     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1279 	    s//\1/
   1280 	    q
   1281 	  }
   1282 	  /^X\(\/\/\)[^/].*/{
   1283 	    s//\1/
   1284 	    q
   1285 	  }
   1286 	  /^X\(\/\/\)$/{
   1287 	    s//\1/
   1288 	    q
   1289 	  }
   1290 	  /^X\(\/\).*/{
   1291 	    s//\1/
   1292 	    q
   1293 	  }
   1294 	  s/.*/./; q'`
   1295   srcdir=$ac_confdir
   1296   if test ! -r "$srcdir/$ac_unique_file"; then
   1297     srcdir=..
   1298   fi
   1299 else
   1300   ac_srcdir_defaulted=no
   1301 fi
   1302 if test ! -r "$srcdir/$ac_unique_file"; then
   1303   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   1304   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   1305 fi
   1306 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   1307 ac_abs_confdir=`(
   1308 	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   1309 	pwd)`
   1310 # When building in place, set srcdir=.
   1311 if test "$ac_abs_confdir" = "$ac_pwd"; then
   1312   srcdir=.
   1313 fi
   1314 # Remove unnecessary trailing slashes from srcdir.
   1315 # Double slashes in file names in object file debugging info
   1316 # mess up M-x gdb in Emacs.
   1317 case $srcdir in
   1318 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   1319 esac
   1320 for ac_var in $ac_precious_vars; do
   1321   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   1322   eval ac_env_${ac_var}_value=\$${ac_var}
   1323   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   1324   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   1325 done
   1326 
   1327 #
   1328 # Report the --help message.
   1329 #
   1330 if test "$ac_init_help" = "long"; then
   1331   # Omit some internal or obsolete options to make the list less imposing.
   1332   # This message is too long to be a string in the A/UX 3.1 sh.
   1333   cat <<_ACEOF
   1334 \`configure' configures libsframe BFD_VERSION to adapt to many kinds of systems.
   1335 
   1336 Usage: $0 [OPTION]... [VAR=VALUE]...
   1337 
   1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1339 VAR=VALUE.  See below for descriptions of some of the useful variables.
   1340 
   1341 Defaults for the options are specified in brackets.
   1342 
   1343 Configuration:
   1344   -h, --help              display this help and exit
   1345       --help=short        display options specific to this package
   1346       --help=recursive    display the short help of all the included packages
   1347   -V, --version           display version information and exit
   1348   -q, --quiet, --silent   do not print \`checking ...' messages
   1349       --cache-file=FILE   cache test results in FILE [disabled]
   1350   -C, --config-cache      alias for \`--cache-file=config.cache'
   1351   -n, --no-create         do not create output files
   1352       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1353 
   1354 Installation directories:
   1355   --prefix=PREFIX         install architecture-independent files in PREFIX
   1356                           [$ac_default_prefix]
   1357   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1358                           [PREFIX]
   1359 
   1360 By default, \`make install' will install all the files in
   1361 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1362 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1363 for instance \`--prefix=\$HOME'.
   1364 
   1365 For better control, use the options below.
   1366 
   1367 Fine tuning of the installation directories:
   1368   --bindir=DIR            user executables [EPREFIX/bin]
   1369   --sbindir=DIR           system admin executables [EPREFIX/sbin]
   1370   --libexecdir=DIR        program executables [EPREFIX/libexec]
   1371   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   1372   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   1373   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
   1374   --libdir=DIR            object code libraries [EPREFIX/lib]
   1375   --includedir=DIR        C header files [PREFIX/include]
   1376   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
   1377   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
   1378   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
   1379   --infodir=DIR           info documentation [DATAROOTDIR/info]
   1380   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   1381   --mandir=DIR            man documentation [DATAROOTDIR/man]
   1382   --docdir=DIR            documentation root [DATAROOTDIR/doc/libsframe]
   1383   --htmldir=DIR           html documentation [DOCDIR]
   1384   --dvidir=DIR            dvi documentation [DOCDIR]
   1385   --pdfdir=DIR            pdf documentation [DOCDIR]
   1386   --psdir=DIR             ps documentation [DOCDIR]
   1387 _ACEOF
   1388 
   1389   cat <<\_ACEOF
   1390 
   1391 Program names:
   1392   --program-prefix=PREFIX            prepend PREFIX to installed program names
   1393   --program-suffix=SUFFIX            append SUFFIX to installed program names
   1394   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
   1395 
   1396 System types:
   1397   --build=BUILD     configure for building on BUILD [guessed]
   1398   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
   1399   --target=TARGET   configure for building compilers for TARGET [HOST]
   1400 _ACEOF
   1401 fi
   1402 
   1403 if test -n "$ac_init_help"; then
   1404   case $ac_init_help in
   1405      short | recursive ) echo "Configuration of libsframe BFD_VERSION:";;
   1406    esac
   1407   cat <<\_ACEOF
   1408 
   1409 Optional Features:
   1410   --disable-option-checking  ignore unrecognized --enable/--with options
   1411   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1412   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1413   --enable-dependency-tracking
   1414                           do not reject slow dependency extractors
   1415   --disable-dependency-tracking
   1416                           speeds up one-time build
   1417   --enable-silent-rules   less verbose build output (undo: "make V=1")
   1418   --disable-silent-rules  verbose build output (undo: "make V=0")
   1419   --enable-shared[=PKGS]  build shared libraries [default=no]
   1420   --enable-static[=PKGS]  build static libraries [default=yes]
   1421   --enable-fast-install[=PKGS]
   1422                           optimize for fast installation [default=yes]
   1423   --disable-libtool-lock  avoid locking (might break parallel builds)
   1424   --disable-largefile     omit support for large files
   1425   --enable-maintainer-mode
   1426                           enable make rules and dependencies not useful (and
   1427                           sometimes confusing) to the casual installer
   1428   --enable-install-libbfd controls installation of libbfd and related headers
   1429 
   1430 Optional Packages:
   1431   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1432   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1433   --with-pic              try to use only PIC/non-PIC objects [default=use
   1434                           both]
   1435   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   1436 
   1437 Some influential environment variables:
   1438   CC          C compiler command
   1439   CFLAGS      C compiler flags
   1440   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1441               nonstandard directory <lib dir>
   1442   LIBS        libraries to pass to the linker, e.g. -l<library>
   1443   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
   1444               you have headers in a nonstandard directory <include dir>
   1445   CPP         C preprocessor
   1446 
   1447 Use these variables to override the choices made by `configure' or to help
   1448 it to find libraries and programs with nonstandard names/locations.
   1449 
   1450 Report bugs to the package provider.
   1451 _ACEOF
   1452 ac_status=$?
   1453 fi
   1454 
   1455 if test "$ac_init_help" = "recursive"; then
   1456   # If there are subdirs, report their specific --help.
   1457   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1458     test -d "$ac_dir" ||
   1459       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
   1460       continue
   1461     ac_builddir=.
   1462 
   1463 case "$ac_dir" in
   1464 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1465 *)
   1466   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   1467   # A ".." for each directory in $ac_dir_suffix.
   1468   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   1469   case $ac_top_builddir_sub in
   1470   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1471   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   1472   esac ;;
   1473 esac
   1474 ac_abs_top_builddir=$ac_pwd
   1475 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   1476 # for backward compatibility:
   1477 ac_top_builddir=$ac_top_build_prefix
   1478 
   1479 case $srcdir in
   1480   .)  # We are building in place.
   1481     ac_srcdir=.
   1482     ac_top_srcdir=$ac_top_builddir_sub
   1483     ac_abs_top_srcdir=$ac_pwd ;;
   1484   [\\/]* | ?:[\\/]* )  # Absolute name.
   1485     ac_srcdir=$srcdir$ac_dir_suffix;
   1486     ac_top_srcdir=$srcdir
   1487     ac_abs_top_srcdir=$srcdir ;;
   1488   *) # Relative name.
   1489     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   1490     ac_top_srcdir=$ac_top_build_prefix$srcdir
   1491     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   1492 esac
   1493 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   1494 
   1495     cd "$ac_dir" || { ac_status=$?; continue; }
   1496     # Check for guested configure.
   1497     if test -f "$ac_srcdir/configure.gnu"; then
   1498       echo &&
   1499       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   1500     elif test -f "$ac_srcdir/configure"; then
   1501       echo &&
   1502       $SHELL "$ac_srcdir/configure" --help=recursive
   1503     else
   1504       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1505     fi || ac_status=$?
   1506     cd "$ac_pwd" || { ac_status=$?; break; }
   1507   done
   1508 fi
   1509 
   1510 test -n "$ac_init_help" && exit $ac_status
   1511 if $ac_init_version; then
   1512   cat <<\_ACEOF
   1513 libsframe configure BFD_VERSION
   1514 generated by GNU Autoconf 2.69
   1515 
   1516 Copyright (C) 2012 Free Software Foundation, Inc.
   1517 This configure script is free software; the Free Software Foundation
   1518 gives unlimited permission to copy, distribute and modify it.
   1519 _ACEOF
   1520   exit
   1521 fi
   1522 
   1523 ## ------------------------ ##
   1524 ## Autoconf initialization. ##
   1525 ## ------------------------ ##
   1526 
   1527 # ac_fn_c_try_compile LINENO
   1528 # --------------------------
   1529 # Try to compile conftest.$ac_ext, and return whether this succeeded.
   1530 ac_fn_c_try_compile ()
   1531 {
   1532   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1533   rm -f conftest.$ac_objext
   1534   if { { ac_try="$ac_compile"
   1535 case "(($ac_try" in
   1536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1537   *) ac_try_echo=$ac_try;;
   1538 esac
   1539 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1540 $as_echo "$ac_try_echo"; } >&5
   1541   (eval "$ac_compile") 2>conftest.err
   1542   ac_status=$?
   1543   if test -s conftest.err; then
   1544     grep -v '^ *+' conftest.err >conftest.er1
   1545     cat conftest.er1 >&5
   1546     mv -f conftest.er1 conftest.err
   1547   fi
   1548   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1549   test $ac_status = 0; } && {
   1550 	 test -z "$ac_c_werror_flag" ||
   1551 	 test ! -s conftest.err
   1552        } && test -s conftest.$ac_objext; then :
   1553   ac_retval=0
   1554 else
   1555   $as_echo "$as_me: failed program was:" >&5
   1556 sed 's/^/| /' conftest.$ac_ext >&5
   1557 
   1558 	ac_retval=1
   1559 fi
   1560   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1561   as_fn_set_status $ac_retval
   1562 
   1563 } # ac_fn_c_try_compile
   1564 
   1565 # ac_fn_c_try_cpp LINENO
   1566 # ----------------------
   1567 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
   1568 ac_fn_c_try_cpp ()
   1569 {
   1570   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1571   if { { ac_try="$ac_cpp conftest.$ac_ext"
   1572 case "(($ac_try" in
   1573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1574   *) ac_try_echo=$ac_try;;
   1575 esac
   1576 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1577 $as_echo "$ac_try_echo"; } >&5
   1578   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
   1579   ac_status=$?
   1580   if test -s conftest.err; then
   1581     grep -v '^ *+' conftest.err >conftest.er1
   1582     cat conftest.er1 >&5
   1583     mv -f conftest.er1 conftest.err
   1584   fi
   1585   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1586   test $ac_status = 0; } > conftest.i && {
   1587 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1588 	 test ! -s conftest.err
   1589        }; then :
   1590   ac_retval=0
   1591 else
   1592   $as_echo "$as_me: failed program was:" >&5
   1593 sed 's/^/| /' conftest.$ac_ext >&5
   1594 
   1595     ac_retval=1
   1596 fi
   1597   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1598   as_fn_set_status $ac_retval
   1599 
   1600 } # ac_fn_c_try_cpp
   1601 
   1602 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
   1603 # -------------------------------------------------------
   1604 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
   1605 # the include files in INCLUDES and setting the cache variable VAR
   1606 # accordingly.
   1607 ac_fn_c_check_header_mongrel ()
   1608 {
   1609   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1610   if eval \${$3+:} false; then :
   1611   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1612 $as_echo_n "checking for $2... " >&6; }
   1613 if eval \${$3+:} false; then :
   1614   $as_echo_n "(cached) " >&6
   1615 fi
   1616 eval ac_res=\$$3
   1617 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1618 $as_echo "$ac_res" >&6; }
   1619 else
   1620   # Is the header compilable?
   1621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
   1622 $as_echo_n "checking $2 usability... " >&6; }
   1623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1624 /* end confdefs.h.  */
   1625 $4
   1626 #include <$2>
   1627 _ACEOF
   1628 if ac_fn_c_try_compile "$LINENO"; then :
   1629   ac_header_compiler=yes
   1630 else
   1631   ac_header_compiler=no
   1632 fi
   1633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
   1635 $as_echo "$ac_header_compiler" >&6; }
   1636 
   1637 # Is the header present?
   1638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
   1639 $as_echo_n "checking $2 presence... " >&6; }
   1640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1641 /* end confdefs.h.  */
   1642 #include <$2>
   1643 _ACEOF
   1644 if ac_fn_c_try_cpp "$LINENO"; then :
   1645   ac_header_preproc=yes
   1646 else
   1647   ac_header_preproc=no
   1648 fi
   1649 rm -f conftest.err conftest.i conftest.$ac_ext
   1650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
   1651 $as_echo "$ac_header_preproc" >&6; }
   1652 
   1653 # So?  What about this header?
   1654 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
   1655   yes:no: )
   1656     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
   1657 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
   1658     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1659 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1660     ;;
   1661   no:yes:* )
   1662     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
   1663 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
   1664     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
   1665 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
   1666     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
   1667 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
   1668     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
   1669 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
   1670     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1671 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1672     ;;
   1673 esac
   1674   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1675 $as_echo_n "checking for $2... " >&6; }
   1676 if eval \${$3+:} false; then :
   1677   $as_echo_n "(cached) " >&6
   1678 else
   1679   eval "$3=\$ac_header_compiler"
   1680 fi
   1681 eval ac_res=\$$3
   1682 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1683 $as_echo "$ac_res" >&6; }
   1684 fi
   1685   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1686 
   1687 } # ac_fn_c_check_header_mongrel
   1688 
   1689 # ac_fn_c_try_run LINENO
   1690 # ----------------------
   1691 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
   1692 # that executables *can* be run.
   1693 ac_fn_c_try_run ()
   1694 {
   1695   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1696   if { { ac_try="$ac_link"
   1697 case "(($ac_try" in
   1698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1699   *) ac_try_echo=$ac_try;;
   1700 esac
   1701 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1702 $as_echo "$ac_try_echo"; } >&5
   1703   (eval "$ac_link") 2>&5
   1704   ac_status=$?
   1705   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1706   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
   1707   { { case "(($ac_try" in
   1708   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1709   *) ac_try_echo=$ac_try;;
   1710 esac
   1711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1712 $as_echo "$ac_try_echo"; } >&5
   1713   (eval "$ac_try") 2>&5
   1714   ac_status=$?
   1715   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1716   test $ac_status = 0; }; }; then :
   1717   ac_retval=0
   1718 else
   1719   $as_echo "$as_me: program exited with status $ac_status" >&5
   1720        $as_echo "$as_me: failed program was:" >&5
   1721 sed 's/^/| /' conftest.$ac_ext >&5
   1722 
   1723        ac_retval=$ac_status
   1724 fi
   1725   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1726   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1727   as_fn_set_status $ac_retval
   1728 
   1729 } # ac_fn_c_try_run
   1730 
   1731 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
   1732 # -------------------------------------------------------
   1733 # Tests whether HEADER exists and can be compiled using the include files in
   1734 # INCLUDES, setting the cache variable VAR accordingly.
   1735 ac_fn_c_check_header_compile ()
   1736 {
   1737   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1738   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1739 $as_echo_n "checking for $2... " >&6; }
   1740 if eval \${$3+:} false; then :
   1741   $as_echo_n "(cached) " >&6
   1742 else
   1743   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1744 /* end confdefs.h.  */
   1745 $4
   1746 #include <$2>
   1747 _ACEOF
   1748 if ac_fn_c_try_compile "$LINENO"; then :
   1749   eval "$3=yes"
   1750 else
   1751   eval "$3=no"
   1752 fi
   1753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1754 fi
   1755 eval ac_res=\$$3
   1756 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1757 $as_echo "$ac_res" >&6; }
   1758   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1759 
   1760 } # ac_fn_c_check_header_compile
   1761 
   1762 # ac_fn_c_try_link LINENO
   1763 # -----------------------
   1764 # Try to link conftest.$ac_ext, and return whether this succeeded.
   1765 ac_fn_c_try_link ()
   1766 {
   1767   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1768   rm -f conftest.$ac_objext conftest$ac_exeext
   1769   if { { ac_try="$ac_link"
   1770 case "(($ac_try" in
   1771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1772   *) ac_try_echo=$ac_try;;
   1773 esac
   1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1775 $as_echo "$ac_try_echo"; } >&5
   1776   (eval "$ac_link") 2>conftest.err
   1777   ac_status=$?
   1778   if test -s conftest.err; then
   1779     grep -v '^ *+' conftest.err >conftest.er1
   1780     cat conftest.er1 >&5
   1781     mv -f conftest.er1 conftest.err
   1782   fi
   1783   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1784   test $ac_status = 0; } && {
   1785 	 test -z "$ac_c_werror_flag" ||
   1786 	 test ! -s conftest.err
   1787        } && test -s conftest$ac_exeext && {
   1788 	 test "$cross_compiling" = yes ||
   1789 	 test -x conftest$ac_exeext
   1790        }; then :
   1791   ac_retval=0
   1792 else
   1793   $as_echo "$as_me: failed program was:" >&5
   1794 sed 's/^/| /' conftest.$ac_ext >&5
   1795 
   1796 	ac_retval=1
   1797 fi
   1798   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
   1799   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
   1800   # interfere with the next link command; also delete a directory that is
   1801   # left behind by Apple's compiler.  We do this before executing the actions.
   1802   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1803   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1804   as_fn_set_status $ac_retval
   1805 
   1806 } # ac_fn_c_try_link
   1807 
   1808 # ac_fn_c_check_func LINENO FUNC VAR
   1809 # ----------------------------------
   1810 # Tests whether FUNC exists, setting the cache variable VAR accordingly
   1811 ac_fn_c_check_func ()
   1812 {
   1813   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1814   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1815 $as_echo_n "checking for $2... " >&6; }
   1816 if eval \${$3+:} false; then :
   1817   $as_echo_n "(cached) " >&6
   1818 else
   1819   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1820 /* end confdefs.h.  */
   1821 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
   1822    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   1823 #define $2 innocuous_$2
   1824 
   1825 /* System header to define __stub macros and hopefully few prototypes,
   1826     which can conflict with char $2 (); below.
   1827     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   1828     <limits.h> exists even on freestanding compilers.  */
   1829 
   1830 #ifdef __STDC__
   1831 # include <limits.h>
   1832 #else
   1833 # include <assert.h>
   1834 #endif
   1835 
   1836 #undef $2
   1837 
   1838 /* Override any GCC internal prototype to avoid an error.
   1839    Use char because int might match the return type of a GCC
   1840    builtin and then its argument prototype would still apply.  */
   1841 #ifdef __cplusplus
   1842 extern "C"
   1843 #endif
   1844 char $2 ();
   1845 /* The GNU C library defines this for functions which it implements
   1846     to always fail with ENOSYS.  Some functions are actually named
   1847     something starting with __ and the normal name is an alias.  */
   1848 #if defined __stub_$2 || defined __stub___$2
   1849 choke me
   1850 #endif
   1851 
   1852 int
   1853 main ()
   1854 {
   1855 return $2 ();
   1856   ;
   1857   return 0;
   1858 }
   1859 _ACEOF
   1860 if ac_fn_c_try_link "$LINENO"; then :
   1861   eval "$3=yes"
   1862 else
   1863   eval "$3=no"
   1864 fi
   1865 rm -f core conftest.err conftest.$ac_objext \
   1866     conftest$ac_exeext conftest.$ac_ext
   1867 fi
   1868 eval ac_res=\$$3
   1869 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1870 $as_echo "$ac_res" >&6; }
   1871   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1872 
   1873 } # ac_fn_c_check_func
   1874 
   1875 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
   1876 # ---------------------------------------------
   1877 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
   1878 # accordingly.
   1879 ac_fn_c_check_decl ()
   1880 {
   1881   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1882   as_decl_name=`echo $2|sed 's/ *(.*//'`
   1883   as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
   1884   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
   1885 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
   1886 if eval \${$3+:} false; then :
   1887   $as_echo_n "(cached) " >&6
   1888 else
   1889   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1890 /* end confdefs.h.  */
   1891 $4
   1892 int
   1893 main ()
   1894 {
   1895 #ifndef $as_decl_name
   1896 #ifdef __cplusplus
   1897   (void) $as_decl_use;
   1898 #else
   1899   (void) $as_decl_name;
   1900 #endif
   1901 #endif
   1902 
   1903   ;
   1904   return 0;
   1905 }
   1906 _ACEOF
   1907 if ac_fn_c_try_compile "$LINENO"; then :
   1908   eval "$3=yes"
   1909 else
   1910   eval "$3=no"
   1911 fi
   1912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1913 fi
   1914 eval ac_res=\$$3
   1915 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1916 $as_echo "$ac_res" >&6; }
   1917   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1918 
   1919 } # ac_fn_c_check_decl
   1920 cat >config.log <<_ACEOF
   1921 This file contains any messages produced by compilers while
   1922 running configure, to aid debugging if configure makes a mistake.
   1923 
   1924 It was created by libsframe $as_me BFD_VERSION, which was
   1925 generated by GNU Autoconf 2.69.  Invocation command line was
   1926 
   1927   $ $0 $@
   1928 
   1929 _ACEOF
   1930 exec 5>>config.log
   1931 {
   1932 cat <<_ASUNAME
   1933 ## --------- ##
   1934 ## Platform. ##
   1935 ## --------- ##
   1936 
   1937 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   1938 uname -m = `(uname -m) 2>/dev/null || echo unknown`
   1939 uname -r = `(uname -r) 2>/dev/null || echo unknown`
   1940 uname -s = `(uname -s) 2>/dev/null || echo unknown`
   1941 uname -v = `(uname -v) 2>/dev/null || echo unknown`
   1942 
   1943 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   1944 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   1945 
   1946 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   1947 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   1948 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   1949 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   1950 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   1951 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   1952 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   1953 
   1954 _ASUNAME
   1955 
   1956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1957 for as_dir in $PATH
   1958 do
   1959   IFS=$as_save_IFS
   1960   test -z "$as_dir" && as_dir=.
   1961     $as_echo "PATH: $as_dir"
   1962   done
   1963 IFS=$as_save_IFS
   1964 
   1965 } >&5
   1966 
   1967 cat >&5 <<_ACEOF
   1968 
   1969 
   1970 ## ----------- ##
   1971 ## Core tests. ##
   1972 ## ----------- ##
   1973 
   1974 _ACEOF
   1975 
   1976 
   1977 # Keep a trace of the command line.
   1978 # Strip out --no-create and --no-recursion so they do not pile up.
   1979 # Strip out --silent because we don't want to record it for future runs.
   1980 # Also quote any args containing shell meta-characters.
   1981 # Make two passes to allow for proper duplicate-argument suppression.
   1982 ac_configure_args=
   1983 ac_configure_args0=
   1984 ac_configure_args1=
   1985 ac_must_keep_next=false
   1986 for ac_pass in 1 2
   1987 do
   1988   for ac_arg
   1989   do
   1990     case $ac_arg in
   1991     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   1992     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1993     | -silent | --silent | --silen | --sile | --sil)
   1994       continue ;;
   1995     *\'*)
   1996       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   1997     esac
   1998     case $ac_pass in
   1999     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
   2000     2)
   2001       as_fn_append ac_configure_args1 " '$ac_arg'"
   2002       if test $ac_must_keep_next = true; then
   2003 	ac_must_keep_next=false # Got value, back to normal.
   2004       else
   2005 	case $ac_arg in
   2006 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   2007 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   2008 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   2009 	  | -with-* | --with-* | -without-* | --without-* | --x)
   2010 	    case "$ac_configure_args0 " in
   2011 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   2012 	    esac
   2013 	    ;;
   2014 	  -* ) ac_must_keep_next=true ;;
   2015 	esac
   2016       fi
   2017       as_fn_append ac_configure_args " '$ac_arg'"
   2018       ;;
   2019     esac
   2020   done
   2021 done
   2022 { ac_configure_args0=; unset ac_configure_args0;}
   2023 { ac_configure_args1=; unset ac_configure_args1;}
   2024 
   2025 # When interrupted or exit'd, cleanup temporary files, and complete
   2026 # config.log.  We remove comments because anyway the quotes in there
   2027 # would cause problems or look ugly.
   2028 # WARNING: Use '\'' to represent an apostrophe within the trap.
   2029 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   2030 trap 'exit_status=$?
   2031   # Save into config.log some information that might help in debugging.
   2032   {
   2033     echo
   2034 
   2035     $as_echo "## ---------------- ##
   2036 ## Cache variables. ##
   2037 ## ---------------- ##"
   2038     echo
   2039     # The following way of writing the cache mishandles newlines in values,
   2040 (
   2041   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   2042     eval ac_val=\$$ac_var
   2043     case $ac_val in #(
   2044     *${as_nl}*)
   2045       case $ac_var in #(
   2046       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   2047 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   2048       esac
   2049       case $ac_var in #(
   2050       _ | IFS | as_nl) ;; #(
   2051       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   2052       *) { eval $ac_var=; unset $ac_var;} ;;
   2053       esac ;;
   2054     esac
   2055   done
   2056   (set) 2>&1 |
   2057     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   2058     *${as_nl}ac_space=\ *)
   2059       sed -n \
   2060 	"s/'\''/'\''\\\\'\'''\''/g;
   2061 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   2062       ;; #(
   2063     *)
   2064       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   2065       ;;
   2066     esac |
   2067     sort
   2068 )
   2069     echo
   2070 
   2071     $as_echo "## ----------------- ##
   2072 ## Output variables. ##
   2073 ## ----------------- ##"
   2074     echo
   2075     for ac_var in $ac_subst_vars
   2076     do
   2077       eval ac_val=\$$ac_var
   2078       case $ac_val in
   2079       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2080       esac
   2081       $as_echo "$ac_var='\''$ac_val'\''"
   2082     done | sort
   2083     echo
   2084 
   2085     if test -n "$ac_subst_files"; then
   2086       $as_echo "## ------------------- ##
   2087 ## File substitutions. ##
   2088 ## ------------------- ##"
   2089       echo
   2090       for ac_var in $ac_subst_files
   2091       do
   2092 	eval ac_val=\$$ac_var
   2093 	case $ac_val in
   2094 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2095 	esac
   2096 	$as_echo "$ac_var='\''$ac_val'\''"
   2097       done | sort
   2098       echo
   2099     fi
   2100 
   2101     if test -s confdefs.h; then
   2102       $as_echo "## ----------- ##
   2103 ## confdefs.h. ##
   2104 ## ----------- ##"
   2105       echo
   2106       cat confdefs.h
   2107       echo
   2108     fi
   2109     test "$ac_signal" != 0 &&
   2110       $as_echo "$as_me: caught signal $ac_signal"
   2111     $as_echo "$as_me: exit $exit_status"
   2112   } >&5
   2113   rm -f core *.core core.conftest.* &&
   2114     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   2115     exit $exit_status
   2116 ' 0
   2117 for ac_signal in 1 2 13 15; do
   2118   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
   2119 done
   2120 ac_signal=0
   2121 
   2122 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   2123 rm -f -r conftest* confdefs.h
   2124 
   2125 $as_echo "/* confdefs.h */" > confdefs.h
   2126 
   2127 # Predefined preprocessor variables.
   2128 
   2129 cat >>confdefs.h <<_ACEOF
   2130 #define PACKAGE_NAME "$PACKAGE_NAME"
   2131 _ACEOF
   2132 
   2133 cat >>confdefs.h <<_ACEOF
   2134 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   2135 _ACEOF
   2136 
   2137 cat >>confdefs.h <<_ACEOF
   2138 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   2139 _ACEOF
   2140 
   2141 cat >>confdefs.h <<_ACEOF
   2142 #define PACKAGE_STRING "$PACKAGE_STRING"
   2143 _ACEOF
   2144 
   2145 cat >>confdefs.h <<_ACEOF
   2146 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   2147 _ACEOF
   2148 
   2149 cat >>confdefs.h <<_ACEOF
   2150 #define PACKAGE_URL "$PACKAGE_URL"
   2151 _ACEOF
   2152 
   2153 
   2154 # Let the site file select an alternate cache file if it wants to.
   2155 # Prefer an explicitly selected file to automatically selected ones.
   2156 ac_site_file1=NONE
   2157 ac_site_file2=NONE
   2158 if test -n "$CONFIG_SITE"; then
   2159   # We do not want a PATH search for config.site.
   2160   case $CONFIG_SITE in #((
   2161     -*)  ac_site_file1=./$CONFIG_SITE;;
   2162     */*) ac_site_file1=$CONFIG_SITE;;
   2163     *)   ac_site_file1=./$CONFIG_SITE;;
   2164   esac
   2165 elif test "x$prefix" != xNONE; then
   2166   ac_site_file1=$prefix/share/config.site
   2167   ac_site_file2=$prefix/etc/config.site
   2168 else
   2169   ac_site_file1=$ac_default_prefix/share/config.site
   2170   ac_site_file2=$ac_default_prefix/etc/config.site
   2171 fi
   2172 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
   2173 do
   2174   test "x$ac_site_file" = xNONE && continue
   2175   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
   2176     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   2177 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   2178     sed 's/^/| /' "$ac_site_file" >&5
   2179     . "$ac_site_file" \
   2180       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2182 as_fn_error $? "failed to load site script $ac_site_file
   2183 See \`config.log' for more details" "$LINENO" 5; }
   2184   fi
   2185 done
   2186 
   2187 if test -r "$cache_file"; then
   2188   # Some versions of bash will fail to source /dev/null (special files
   2189   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
   2190   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
   2191     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
   2192 $as_echo "$as_me: loading cache $cache_file" >&6;}
   2193     case $cache_file in
   2194       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   2195       *)                      . "./$cache_file";;
   2196     esac
   2197   fi
   2198 else
   2199   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
   2200 $as_echo "$as_me: creating cache $cache_file" >&6;}
   2201   >$cache_file
   2202 fi
   2203 
   2204 as_fn_append ac_header_list " stdlib.h"
   2205 as_fn_append ac_header_list " unistd.h"
   2206 as_fn_append ac_header_list " sys/param.h"
   2207 # Check that the precious variables saved in the cache have kept the same
   2208 # value.
   2209 ac_cache_corrupted=false
   2210 for ac_var in $ac_precious_vars; do
   2211   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   2212   eval ac_new_set=\$ac_env_${ac_var}_set
   2213   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   2214   eval ac_new_val=\$ac_env_${ac_var}_value
   2215   case $ac_old_set,$ac_new_set in
   2216     set,)
   2217       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   2218 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   2219       ac_cache_corrupted=: ;;
   2220     ,set)
   2221       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
   2222 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   2223       ac_cache_corrupted=: ;;
   2224     ,);;
   2225     *)
   2226       if test "x$ac_old_val" != "x$ac_new_val"; then
   2227 	# differences in whitespace do not lead to failure.
   2228 	ac_old_val_w=`echo x $ac_old_val`
   2229 	ac_new_val_w=`echo x $ac_new_val`
   2230 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
   2231 	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
   2232 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   2233 	  ac_cache_corrupted=:
   2234 	else
   2235 	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
   2236 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
   2237 	  eval $ac_var=\$ac_old_val
   2238 	fi
   2239 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
   2240 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
   2241 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
   2242 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
   2243       fi;;
   2244   esac
   2245   # Pass precious variables to config.status.
   2246   if test "$ac_new_set" = set; then
   2247     case $ac_new_val in
   2248     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   2249     *) ac_arg=$ac_var=$ac_new_val ;;
   2250     esac
   2251     case " $ac_configure_args " in
   2252       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   2253       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
   2254     esac
   2255   fi
   2256 done
   2257 if $ac_cache_corrupted; then
   2258   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2260   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   2261 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   2262   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   2263 fi
   2264 ## -------------------- ##
   2265 ## Main body of script. ##
   2266 ## -------------------- ##
   2267 
   2268 ac_ext=c
   2269 ac_cpp='$CPP $CPPFLAGS'
   2270 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2271 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2272 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2273 
   2274 
   2275 
   2276 
   2277 
   2278 
   2279 
   2280 ac_aux_dir=
   2281 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   2282   if test -f "$ac_dir/install-sh"; then
   2283     ac_aux_dir=$ac_dir
   2284     ac_install_sh="$ac_aux_dir/install-sh -c"
   2285     break
   2286   elif test -f "$ac_dir/install.sh"; then
   2287     ac_aux_dir=$ac_dir
   2288     ac_install_sh="$ac_aux_dir/install.sh -c"
   2289     break
   2290   elif test -f "$ac_dir/shtool"; then
   2291     ac_aux_dir=$ac_dir
   2292     ac_install_sh="$ac_aux_dir/shtool install -c"
   2293     break
   2294   fi
   2295 done
   2296 if test -z "$ac_aux_dir"; then
   2297   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   2298 fi
   2299 
   2300 # These three variables are undocumented and unsupported,
   2301 # and are intended to be withdrawn in a future Autoconf release.
   2302 # They can cause serious problems if a builder's source tree is in a directory
   2303 # whose full name contains unusual characters.
   2304 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
   2305 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
   2306 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
   2307 
   2308 
   2309 # Make sure we can run config.sub.
   2310 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   2311   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   2312 
   2313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   2314 $as_echo_n "checking build system type... " >&6; }
   2315 if ${ac_cv_build+:} false; then :
   2316   $as_echo_n "(cached) " >&6
   2317 else
   2318   ac_build_alias=$build_alias
   2319 test "x$ac_build_alias" = x &&
   2320   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   2321 test "x$ac_build_alias" = x &&
   2322   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   2323 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   2324   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   2325 
   2326 fi
   2327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   2328 $as_echo "$ac_cv_build" >&6; }
   2329 case $ac_cv_build in
   2330 *-*-*) ;;
   2331 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   2332 esac
   2333 build=$ac_cv_build
   2334 ac_save_IFS=$IFS; IFS='-'
   2335 set x $ac_cv_build
   2336 shift
   2337 build_cpu=$1
   2338 build_vendor=$2
   2339 shift; shift
   2340 # Remember, the first character of IFS is used to create $*,
   2341 # except with old shells:
   2342 build_os=$*
   2343 IFS=$ac_save_IFS
   2344 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
   2345 
   2346 
   2347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   2348 $as_echo_n "checking host system type... " >&6; }
   2349 if ${ac_cv_host+:} false; then :
   2350   $as_echo_n "(cached) " >&6
   2351 else
   2352   if test "x$host_alias" = x; then
   2353   ac_cv_host=$ac_cv_build
   2354 else
   2355   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   2356     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   2357 fi
   2358 
   2359 fi
   2360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
   2361 $as_echo "$ac_cv_host" >&6; }
   2362 case $ac_cv_host in
   2363 *-*-*) ;;
   2364 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   2365 esac
   2366 host=$ac_cv_host
   2367 ac_save_IFS=$IFS; IFS='-'
   2368 set x $ac_cv_host
   2369 shift
   2370 host_cpu=$1
   2371 host_vendor=$2
   2372 shift; shift
   2373 # Remember, the first character of IFS is used to create $*,
   2374 # except with old shells:
   2375 host_os=$*
   2376 IFS=$ac_save_IFS
   2377 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
   2378 
   2379 
   2380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
   2381 $as_echo_n "checking target system type... " >&6; }
   2382 if ${ac_cv_target+:} false; then :
   2383   $as_echo_n "(cached) " >&6
   2384 else
   2385   if test "x$target_alias" = x; then
   2386   ac_cv_target=$ac_cv_host
   2387 else
   2388   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
   2389     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
   2390 fi
   2391 
   2392 fi
   2393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
   2394 $as_echo "$ac_cv_target" >&6; }
   2395 case $ac_cv_target in
   2396 *-*-*) ;;
   2397 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
   2398 esac
   2399 target=$ac_cv_target
   2400 ac_save_IFS=$IFS; IFS='-'
   2401 set x $ac_cv_target
   2402 shift
   2403 target_cpu=$1
   2404 target_vendor=$2
   2405 shift; shift
   2406 # Remember, the first character of IFS is used to create $*,
   2407 # except with old shells:
   2408 target_os=$*
   2409 IFS=$ac_save_IFS
   2410 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
   2411 
   2412 
   2413 # The aliases save the names the user supplied, while $host etc.
   2414 # will get canonicalized.
   2415 test -n "$target_alias" &&
   2416   test "$program_prefix$program_suffix$program_transform_name" = \
   2417     NONENONEs,x,x, &&
   2418   program_prefix=${target_alias}-
   2419 
   2420 # Expand $ac_aux_dir to an absolute path.
   2421 am_aux_dir=`cd "$ac_aux_dir" && pwd`
   2422 
   2423 ac_ext=c
   2424 ac_cpp='$CPP $CPPFLAGS'
   2425 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2426 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2427 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2428 if test -n "$ac_tool_prefix"; then
   2429   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   2430 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2432 $as_echo_n "checking for $ac_word... " >&6; }
   2433 if ${ac_cv_prog_CC+:} false; then :
   2434   $as_echo_n "(cached) " >&6
   2435 else
   2436   if test -n "$CC"; then
   2437   ac_cv_prog_CC="$CC" # Let the user override the test.
   2438 else
   2439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2440 for as_dir in $PATH
   2441 do
   2442   IFS=$as_save_IFS
   2443   test -z "$as_dir" && as_dir=.
   2444     for ac_exec_ext in '' $ac_executable_extensions; do
   2445   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2446     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   2447     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2448     break 2
   2449   fi
   2450 done
   2451   done
   2452 IFS=$as_save_IFS
   2453 
   2454 fi
   2455 fi
   2456 CC=$ac_cv_prog_CC
   2457 if test -n "$CC"; then
   2458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2459 $as_echo "$CC" >&6; }
   2460 else
   2461   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2462 $as_echo "no" >&6; }
   2463 fi
   2464 
   2465 
   2466 fi
   2467 if test -z "$ac_cv_prog_CC"; then
   2468   ac_ct_CC=$CC
   2469   # Extract the first word of "gcc", so it can be a program name with args.
   2470 set dummy gcc; ac_word=$2
   2471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2472 $as_echo_n "checking for $ac_word... " >&6; }
   2473 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   2474   $as_echo_n "(cached) " >&6
   2475 else
   2476   if test -n "$ac_ct_CC"; then
   2477   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2478 else
   2479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2480 for as_dir in $PATH
   2481 do
   2482   IFS=$as_save_IFS
   2483   test -z "$as_dir" && as_dir=.
   2484     for ac_exec_ext in '' $ac_executable_extensions; do
   2485   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2486     ac_cv_prog_ac_ct_CC="gcc"
   2487     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2488     break 2
   2489   fi
   2490 done
   2491   done
   2492 IFS=$as_save_IFS
   2493 
   2494 fi
   2495 fi
   2496 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2497 if test -n "$ac_ct_CC"; then
   2498   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   2499 $as_echo "$ac_ct_CC" >&6; }
   2500 else
   2501   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2502 $as_echo "no" >&6; }
   2503 fi
   2504 
   2505   if test "x$ac_ct_CC" = x; then
   2506     CC=""
   2507   else
   2508     case $cross_compiling:$ac_tool_warned in
   2509 yes:)
   2510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2512 ac_tool_warned=yes ;;
   2513 esac
   2514     CC=$ac_ct_CC
   2515   fi
   2516 else
   2517   CC="$ac_cv_prog_CC"
   2518 fi
   2519 
   2520 if test -z "$CC"; then
   2521           if test -n "$ac_tool_prefix"; then
   2522     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   2523 set dummy ${ac_tool_prefix}cc; ac_word=$2
   2524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2525 $as_echo_n "checking for $ac_word... " >&6; }
   2526 if ${ac_cv_prog_CC+:} false; then :
   2527   $as_echo_n "(cached) " >&6
   2528 else
   2529   if test -n "$CC"; then
   2530   ac_cv_prog_CC="$CC" # Let the user override the test.
   2531 else
   2532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2533 for as_dir in $PATH
   2534 do
   2535   IFS=$as_save_IFS
   2536   test -z "$as_dir" && as_dir=.
   2537     for ac_exec_ext in '' $ac_executable_extensions; do
   2538   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2539     ac_cv_prog_CC="${ac_tool_prefix}cc"
   2540     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2541     break 2
   2542   fi
   2543 done
   2544   done
   2545 IFS=$as_save_IFS
   2546 
   2547 fi
   2548 fi
   2549 CC=$ac_cv_prog_CC
   2550 if test -n "$CC"; then
   2551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2552 $as_echo "$CC" >&6; }
   2553 else
   2554   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2555 $as_echo "no" >&6; }
   2556 fi
   2557 
   2558 
   2559   fi
   2560 fi
   2561 if test -z "$CC"; then
   2562   # Extract the first word of "cc", so it can be a program name with args.
   2563 set dummy cc; ac_word=$2
   2564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2565 $as_echo_n "checking for $ac_word... " >&6; }
   2566 if ${ac_cv_prog_CC+:} false; then :
   2567   $as_echo_n "(cached) " >&6
   2568 else
   2569   if test -n "$CC"; then
   2570   ac_cv_prog_CC="$CC" # Let the user override the test.
   2571 else
   2572   ac_prog_rejected=no
   2573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2574 for as_dir in $PATH
   2575 do
   2576   IFS=$as_save_IFS
   2577   test -z "$as_dir" && as_dir=.
   2578     for ac_exec_ext in '' $ac_executable_extensions; do
   2579   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2580     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   2581        ac_prog_rejected=yes
   2582        continue
   2583      fi
   2584     ac_cv_prog_CC="cc"
   2585     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2586     break 2
   2587   fi
   2588 done
   2589   done
   2590 IFS=$as_save_IFS
   2591 
   2592 if test $ac_prog_rejected = yes; then
   2593   # We found a bogon in the path, so make sure we never use it.
   2594   set dummy $ac_cv_prog_CC
   2595   shift
   2596   if test $# != 0; then
   2597     # We chose a different compiler from the bogus one.
   2598     # However, it has the same basename, so the bogon will be chosen
   2599     # first if we set CC to just the basename; use the full file name.
   2600     shift
   2601     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   2602   fi
   2603 fi
   2604 fi
   2605 fi
   2606 CC=$ac_cv_prog_CC
   2607 if test -n "$CC"; then
   2608   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2609 $as_echo "$CC" >&6; }
   2610 else
   2611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2612 $as_echo "no" >&6; }
   2613 fi
   2614 
   2615 
   2616 fi
   2617 if test -z "$CC"; then
   2618   if test -n "$ac_tool_prefix"; then
   2619   for ac_prog in cl.exe
   2620   do
   2621     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   2622 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2624 $as_echo_n "checking for $ac_word... " >&6; }
   2625 if ${ac_cv_prog_CC+:} false; then :
   2626   $as_echo_n "(cached) " >&6
   2627 else
   2628   if test -n "$CC"; then
   2629   ac_cv_prog_CC="$CC" # Let the user override the test.
   2630 else
   2631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2632 for as_dir in $PATH
   2633 do
   2634   IFS=$as_save_IFS
   2635   test -z "$as_dir" && as_dir=.
   2636     for ac_exec_ext in '' $ac_executable_extensions; do
   2637   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2638     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   2639     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2640     break 2
   2641   fi
   2642 done
   2643   done
   2644 IFS=$as_save_IFS
   2645 
   2646 fi
   2647 fi
   2648 CC=$ac_cv_prog_CC
   2649 if test -n "$CC"; then
   2650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2651 $as_echo "$CC" >&6; }
   2652 else
   2653   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2654 $as_echo "no" >&6; }
   2655 fi
   2656 
   2657 
   2658     test -n "$CC" && break
   2659   done
   2660 fi
   2661 if test -z "$CC"; then
   2662   ac_ct_CC=$CC
   2663   for ac_prog in cl.exe
   2664 do
   2665   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2666 set dummy $ac_prog; ac_word=$2
   2667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2668 $as_echo_n "checking for $ac_word... " >&6; }
   2669 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   2670   $as_echo_n "(cached) " >&6
   2671 else
   2672   if test -n "$ac_ct_CC"; then
   2673   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2674 else
   2675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2676 for as_dir in $PATH
   2677 do
   2678   IFS=$as_save_IFS
   2679   test -z "$as_dir" && as_dir=.
   2680     for ac_exec_ext in '' $ac_executable_extensions; do
   2681   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2682     ac_cv_prog_ac_ct_CC="$ac_prog"
   2683     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2684     break 2
   2685   fi
   2686 done
   2687   done
   2688 IFS=$as_save_IFS
   2689 
   2690 fi
   2691 fi
   2692 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2693 if test -n "$ac_ct_CC"; then
   2694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   2695 $as_echo "$ac_ct_CC" >&6; }
   2696 else
   2697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2698 $as_echo "no" >&6; }
   2699 fi
   2700 
   2701 
   2702   test -n "$ac_ct_CC" && break
   2703 done
   2704 
   2705   if test "x$ac_ct_CC" = x; then
   2706     CC=""
   2707   else
   2708     case $cross_compiling:$ac_tool_warned in
   2709 yes:)
   2710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2711 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2712 ac_tool_warned=yes ;;
   2713 esac
   2714     CC=$ac_ct_CC
   2715   fi
   2716 fi
   2717 
   2718 fi
   2719 
   2720 
   2721 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2722 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2723 as_fn_error $? "no acceptable C compiler found in \$PATH
   2724 See \`config.log' for more details" "$LINENO" 5; }
   2725 
   2726 # Provide some information about the compiler.
   2727 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   2728 set X $ac_compile
   2729 ac_compiler=$2
   2730 for ac_option in --version -v -V -qversion; do
   2731   { { ac_try="$ac_compiler $ac_option >&5"
   2732 case "(($ac_try" in
   2733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2734   *) ac_try_echo=$ac_try;;
   2735 esac
   2736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2737 $as_echo "$ac_try_echo"; } >&5
   2738   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   2739   ac_status=$?
   2740   if test -s conftest.err; then
   2741     sed '10a\
   2742 ... rest of stderr output deleted ...
   2743          10q' conftest.err >conftest.er1
   2744     cat conftest.er1 >&5
   2745   fi
   2746   rm -f conftest.er1 conftest.err
   2747   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2748   test $ac_status = 0; }
   2749 done
   2750 
   2751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2752 /* end confdefs.h.  */
   2753 
   2754 int
   2755 main ()
   2756 {
   2757 
   2758   ;
   2759   return 0;
   2760 }
   2761 _ACEOF
   2762 ac_clean_files_save=$ac_clean_files
   2763 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
   2764 # Try to create an executable without -o first, disregard a.out.
   2765 # It will help us diagnose broken compilers, and finding out an intuition
   2766 # of exeext.
   2767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
   2768 $as_echo_n "checking whether the C compiler works... " >&6; }
   2769 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   2770 
   2771 # The possible output files:
   2772 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
   2773 
   2774 ac_rmfiles=
   2775 for ac_file in $ac_files
   2776 do
   2777   case $ac_file in
   2778     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   2779     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   2780   esac
   2781 done
   2782 rm -f $ac_rmfiles
   2783 
   2784 if { { ac_try="$ac_link_default"
   2785 case "(($ac_try" in
   2786   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2787   *) ac_try_echo=$ac_try;;
   2788 esac
   2789 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2790 $as_echo "$ac_try_echo"; } >&5
   2791   (eval "$ac_link_default") 2>&5
   2792   ac_status=$?
   2793   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2794   test $ac_status = 0; }; then :
   2795   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   2796 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   2797 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   2798 # so that the user can short-circuit this test for compilers unknown to
   2799 # Autoconf.
   2800 for ac_file in $ac_files ''
   2801 do
   2802   test -f "$ac_file" || continue
   2803   case $ac_file in
   2804     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
   2805 	;;
   2806     [ab].out )
   2807 	# We found the default executable, but exeext='' is most
   2808 	# certainly right.
   2809 	break;;
   2810     *.* )
   2811 	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   2812 	then :; else
   2813 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2814 	fi
   2815 	# We set ac_cv_exeext here because the later test for it is not
   2816 	# safe: cross compilers may not add the suffix if given an `-o'
   2817 	# argument, so we may need to know it at that point already.
   2818 	# Even if this section looks crufty: it has the advantage of
   2819 	# actually working.
   2820 	break;;
   2821     * )
   2822 	break;;
   2823   esac
   2824 done
   2825 test "$ac_cv_exeext" = no && ac_cv_exeext=
   2826 
   2827 else
   2828   ac_file=''
   2829 fi
   2830 if test -z "$ac_file"; then :
   2831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2832 $as_echo "no" >&6; }
   2833 $as_echo "$as_me: failed program was:" >&5
   2834 sed 's/^/| /' conftest.$ac_ext >&5
   2835 
   2836 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2837 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2838 as_fn_error 77 "C compiler cannot create executables
   2839 See \`config.log' for more details" "$LINENO" 5; }
   2840 else
   2841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2842 $as_echo "yes" >&6; }
   2843 fi
   2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
   2845 $as_echo_n "checking for C compiler default output file name... " >&6; }
   2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   2847 $as_echo "$ac_file" >&6; }
   2848 ac_exeext=$ac_cv_exeext
   2849 
   2850 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
   2851 ac_clean_files=$ac_clean_files_save
   2852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
   2853 $as_echo_n "checking for suffix of executables... " >&6; }
   2854 if { { ac_try="$ac_link"
   2855 case "(($ac_try" in
   2856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2857   *) ac_try_echo=$ac_try;;
   2858 esac
   2859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2860 $as_echo "$ac_try_echo"; } >&5
   2861   (eval "$ac_link") 2>&5
   2862   ac_status=$?
   2863   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2864   test $ac_status = 0; }; then :
   2865   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   2866 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   2867 # work properly (i.e., refer to `conftest.exe'), while it won't with
   2868 # `rm'.
   2869 for ac_file in conftest.exe conftest conftest.*; do
   2870   test -f "$ac_file" || continue
   2871   case $ac_file in
   2872     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   2873     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   2874 	  break;;
   2875     * ) break;;
   2876   esac
   2877 done
   2878 else
   2879   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2880 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2881 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   2882 See \`config.log' for more details" "$LINENO" 5; }
   2883 fi
   2884 rm -f conftest conftest$ac_cv_exeext
   2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   2886 $as_echo "$ac_cv_exeext" >&6; }
   2887 
   2888 rm -f conftest.$ac_ext
   2889 EXEEXT=$ac_cv_exeext
   2890 ac_exeext=$EXEEXT
   2891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2892 /* end confdefs.h.  */
   2893 #include <stdio.h>
   2894 int
   2895 main ()
   2896 {
   2897 FILE *f = fopen ("conftest.out", "w");
   2898  return ferror (f) || fclose (f) != 0;
   2899 
   2900   ;
   2901   return 0;
   2902 }
   2903 _ACEOF
   2904 ac_clean_files="$ac_clean_files conftest.out"
   2905 # Check that the compiler produces executables we can run.  If not, either
   2906 # the compiler is broken, or we cross compile.
   2907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   2908 $as_echo_n "checking whether we are cross compiling... " >&6; }
   2909 if test "$cross_compiling" != yes; then
   2910   { { ac_try="$ac_link"
   2911 case "(($ac_try" in
   2912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2913   *) ac_try_echo=$ac_try;;
   2914 esac
   2915 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2916 $as_echo "$ac_try_echo"; } >&5
   2917   (eval "$ac_link") 2>&5
   2918   ac_status=$?
   2919   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2920   test $ac_status = 0; }
   2921   if { ac_try='./conftest$ac_cv_exeext'
   2922   { { case "(($ac_try" in
   2923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2924   *) ac_try_echo=$ac_try;;
   2925 esac
   2926 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2927 $as_echo "$ac_try_echo"; } >&5
   2928   (eval "$ac_try") 2>&5
   2929   ac_status=$?
   2930   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2931   test $ac_status = 0; }; }; then
   2932     cross_compiling=no
   2933   else
   2934     if test "$cross_compiling" = maybe; then
   2935 	cross_compiling=yes
   2936     else
   2937 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2939 as_fn_error $? "cannot run C compiled programs.
   2940 If you meant to cross compile, use \`--host'.
   2941 See \`config.log' for more details" "$LINENO" 5; }
   2942     fi
   2943   fi
   2944 fi
   2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   2946 $as_echo "$cross_compiling" >&6; }
   2947 
   2948 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
   2949 ac_clean_files=$ac_clean_files_save
   2950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   2951 $as_echo_n "checking for suffix of object files... " >&6; }
   2952 if ${ac_cv_objext+:} false; then :
   2953   $as_echo_n "(cached) " >&6
   2954 else
   2955   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2956 /* end confdefs.h.  */
   2957 
   2958 int
   2959 main ()
   2960 {
   2961 
   2962   ;
   2963   return 0;
   2964 }
   2965 _ACEOF
   2966 rm -f conftest.o conftest.obj
   2967 if { { ac_try="$ac_compile"
   2968 case "(($ac_try" in
   2969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   2970   *) ac_try_echo=$ac_try;;
   2971 esac
   2972 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   2973 $as_echo "$ac_try_echo"; } >&5
   2974   (eval "$ac_compile") 2>&5
   2975   ac_status=$?
   2976   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   2977   test $ac_status = 0; }; then :
   2978   for ac_file in conftest.o conftest.obj conftest.*; do
   2979   test -f "$ac_file" || continue;
   2980   case $ac_file in
   2981     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
   2982     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   2983        break;;
   2984   esac
   2985 done
   2986 else
   2987   $as_echo "$as_me: failed program was:" >&5
   2988 sed 's/^/| /' conftest.$ac_ext >&5
   2989 
   2990 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2992 as_fn_error $? "cannot compute suffix of object files: cannot compile
   2993 See \`config.log' for more details" "$LINENO" 5; }
   2994 fi
   2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   2996 fi
   2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
   2998 $as_echo "$ac_cv_objext" >&6; }
   2999 OBJEXT=$ac_cv_objext
   3000 ac_objext=$OBJEXT
   3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   3003 if ${ac_cv_c_compiler_gnu+:} false; then :
   3004   $as_echo_n "(cached) " >&6
   3005 else
   3006   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3007 /* end confdefs.h.  */
   3008 
   3009 int
   3010 main ()
   3011 {
   3012 #ifndef __GNUC__
   3013        choke me
   3014 #endif
   3015 
   3016   ;
   3017   return 0;
   3018 }
   3019 _ACEOF
   3020 if ac_fn_c_try_compile "$LINENO"; then :
   3021   ac_compiler_gnu=yes
   3022 else
   3023   ac_compiler_gnu=no
   3024 fi
   3025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3026 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   3027 
   3028 fi
   3029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   3030 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   3031 if test $ac_compiler_gnu = yes; then
   3032   GCC=yes
   3033 else
   3034   GCC=
   3035 fi
   3036 ac_test_CFLAGS=${CFLAGS+set}
   3037 ac_save_CFLAGS=$CFLAGS
   3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   3039 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   3040 if ${ac_cv_prog_cc_g+:} false; then :
   3041   $as_echo_n "(cached) " >&6
   3042 else
   3043   ac_save_c_werror_flag=$ac_c_werror_flag
   3044    ac_c_werror_flag=yes
   3045    ac_cv_prog_cc_g=no
   3046    CFLAGS="-g"
   3047    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3048 /* end confdefs.h.  */
   3049 
   3050 int
   3051 main ()
   3052 {
   3053 
   3054   ;
   3055   return 0;
   3056 }
   3057 _ACEOF
   3058 if ac_fn_c_try_compile "$LINENO"; then :
   3059   ac_cv_prog_cc_g=yes
   3060 else
   3061   CFLAGS=""
   3062       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3063 /* end confdefs.h.  */
   3064 
   3065 int
   3066 main ()
   3067 {
   3068 
   3069   ;
   3070   return 0;
   3071 }
   3072 _ACEOF
   3073 if ac_fn_c_try_compile "$LINENO"; then :
   3074 
   3075 else
   3076   ac_c_werror_flag=$ac_save_c_werror_flag
   3077 	 CFLAGS="-g"
   3078 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3079 /* end confdefs.h.  */
   3080 
   3081 int
   3082 main ()
   3083 {
   3084 
   3085   ;
   3086   return 0;
   3087 }
   3088 _ACEOF
   3089 if ac_fn_c_try_compile "$LINENO"; then :
   3090   ac_cv_prog_cc_g=yes
   3091 fi
   3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3093 fi
   3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3095 fi
   3096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3097    ac_c_werror_flag=$ac_save_c_werror_flag
   3098 fi
   3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   3100 $as_echo "$ac_cv_prog_cc_g" >&6; }
   3101 if test "$ac_test_CFLAGS" = set; then
   3102   CFLAGS=$ac_save_CFLAGS
   3103 elif test $ac_cv_prog_cc_g = yes; then
   3104   if test "$GCC" = yes; then
   3105     CFLAGS="-g -O2"
   3106   else
   3107     CFLAGS="-g"
   3108   fi
   3109 else
   3110   if test "$GCC" = yes; then
   3111     CFLAGS="-O2"
   3112   else
   3113     CFLAGS=
   3114   fi
   3115 fi
   3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   3117 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   3118 if ${ac_cv_prog_cc_c89+:} false; then :
   3119   $as_echo_n "(cached) " >&6
   3120 else
   3121   ac_cv_prog_cc_c89=no
   3122 ac_save_CC=$CC
   3123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3124 /* end confdefs.h.  */
   3125 #include <stdarg.h>
   3126 #include <stdio.h>
   3127 struct stat;
   3128 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   3129 struct buf { int x; };
   3130 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   3131 static char *e (p, i)
   3132      char **p;
   3133      int i;
   3134 {
   3135   return p[i];
   3136 }
   3137 static char *f (char * (*g) (char **, int), char **p, ...)
   3138 {
   3139   char *s;
   3140   va_list v;
   3141   va_start (v,p);
   3142   s = g (p, va_arg (v,int));
   3143   va_end (v);
   3144   return s;
   3145 }
   3146 
   3147 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   3148    function prototypes and stuff, but not '\xHH' hex character constants.
   3149    These don't provoke an error unfortunately, instead are silently treated
   3150    as 'x'.  The following induces an error, until -std is added to get
   3151    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   3152    array size at least.  It's necessary to write '\x00'==0 to get something
   3153    that's true only with -std.  */
   3154 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   3155 
   3156 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   3157    inside strings and character constants.  */
   3158 #define FOO(x) 'x'
   3159 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   3160 
   3161 int test (int i, double x);
   3162 struct s1 {int (*f) (int a);};
   3163 struct s2 {int (*f) (double a);};
   3164 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   3165 int argc;
   3166 char **argv;
   3167 int
   3168 main ()
   3169 {
   3170 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   3171   ;
   3172   return 0;
   3173 }
   3174 _ACEOF
   3175 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   3176 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   3177 do
   3178   CC="$ac_save_CC $ac_arg"
   3179   if ac_fn_c_try_compile "$LINENO"; then :
   3180   ac_cv_prog_cc_c89=$ac_arg
   3181 fi
   3182 rm -f core conftest.err conftest.$ac_objext
   3183   test "x$ac_cv_prog_cc_c89" != "xno" && break
   3184 done
   3185 rm -f conftest.$ac_ext
   3186 CC=$ac_save_CC
   3187 
   3188 fi
   3189 # AC_CACHE_VAL
   3190 case "x$ac_cv_prog_cc_c89" in
   3191   x)
   3192     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   3193 $as_echo "none needed" >&6; } ;;
   3194   xno)
   3195     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   3196 $as_echo "unsupported" >&6; } ;;
   3197   *)
   3198     CC="$CC $ac_cv_prog_cc_c89"
   3199     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   3200 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   3201 esac
   3202 if test "x$ac_cv_prog_cc_c89" != xno; then :
   3203 
   3204 fi
   3205 
   3206 ac_ext=c
   3207 ac_cpp='$CPP $CPPFLAGS'
   3208 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3209 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3210 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3211 
   3212 ac_ext=c
   3213 ac_cpp='$CPP $CPPFLAGS'
   3214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
   3218 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
   3219 if ${am_cv_prog_cc_c_o+:} false; then :
   3220   $as_echo_n "(cached) " >&6
   3221 else
   3222   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3223 /* end confdefs.h.  */
   3224 
   3225 int
   3226 main ()
   3227 {
   3228 
   3229   ;
   3230   return 0;
   3231 }
   3232 _ACEOF
   3233   # Make sure it works both with $CC and with simple cc.
   3234   # Following AC_PROG_CC_C_O, we do the test twice because some
   3235   # compilers refuse to overwrite an existing .o file with -o,
   3236   # though they will create one.
   3237   am_cv_prog_cc_c_o=yes
   3238   for am_i in 1 2; do
   3239     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
   3240    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
   3241    ac_status=$?
   3242    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   3243    (exit $ac_status); } \
   3244          && test -f conftest2.$ac_objext; then
   3245       : OK
   3246     else
   3247       am_cv_prog_cc_c_o=no
   3248       break
   3249     fi
   3250   done
   3251   rm -f core conftest*
   3252   unset am_i
   3253 fi
   3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
   3255 $as_echo "$am_cv_prog_cc_c_o" >&6; }
   3256 if test "$am_cv_prog_cc_c_o" != yes; then
   3257    # Losing compiler, so override with the script.
   3258    # FIXME: It is wrong to rewrite CC.
   3259    # But if we don't then we get into trouble of one sort or another.
   3260    # A longer-term fix would be to have automake use am__CC in this case,
   3261    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   3262    CC="$am_aux_dir/compile $CC"
   3263 fi
   3264 ac_ext=c
   3265 ac_cpp='$CPP $CPPFLAGS'
   3266 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3267 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3268 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3269 
   3270 
   3271 
   3272 ac_ext=c
   3273 ac_cpp='$CPP $CPPFLAGS'
   3274 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3275 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3276 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
   3278 $as_echo_n "checking how to run the C preprocessor... " >&6; }
   3279 # On Suns, sometimes $CPP names a directory.
   3280 if test -n "$CPP" && test -d "$CPP"; then
   3281   CPP=
   3282 fi
   3283 if test -z "$CPP"; then
   3284   if ${ac_cv_prog_CPP+:} false; then :
   3285   $as_echo_n "(cached) " >&6
   3286 else
   3287       # Double quotes because CPP needs to be expanded
   3288     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   3289     do
   3290       ac_preproc_ok=false
   3291 for ac_c_preproc_warn_flag in '' yes
   3292 do
   3293   # Use a header file that comes with gcc, so configuring glibc
   3294   # with a fresh cross-compiler works.
   3295   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   3296   # <limits.h> exists even on freestanding compilers.
   3297   # On the NeXT, cc -E runs the code through the compiler's parser,
   3298   # not just through cpp. "Syntax error" is here to catch this case.
   3299   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3300 /* end confdefs.h.  */
   3301 #ifdef __STDC__
   3302 # include <limits.h>
   3303 #else
   3304 # include <assert.h>
   3305 #endif
   3306 		     Syntax error
   3307 _ACEOF
   3308 if ac_fn_c_try_cpp "$LINENO"; then :
   3309 
   3310 else
   3311   # Broken: fails on valid input.
   3312 continue
   3313 fi
   3314 rm -f conftest.err conftest.i conftest.$ac_ext
   3315 
   3316   # OK, works on sane cases.  Now check whether nonexistent headers
   3317   # can be detected and how.
   3318   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3319 /* end confdefs.h.  */
   3320 #include <ac_nonexistent.h>
   3321 _ACEOF
   3322 if ac_fn_c_try_cpp "$LINENO"; then :
   3323   # Broken: success on invalid input.
   3324 continue
   3325 else
   3326   # Passes both tests.
   3327 ac_preproc_ok=:
   3328 break
   3329 fi
   3330 rm -f conftest.err conftest.i conftest.$ac_ext
   3331 
   3332 done
   3333 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   3334 rm -f conftest.i conftest.err conftest.$ac_ext
   3335 if $ac_preproc_ok; then :
   3336   break
   3337 fi
   3338 
   3339     done
   3340     ac_cv_prog_CPP=$CPP
   3341 
   3342 fi
   3343   CPP=$ac_cv_prog_CPP
   3344 else
   3345   ac_cv_prog_CPP=$CPP
   3346 fi
   3347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
   3348 $as_echo "$CPP" >&6; }
   3349 ac_preproc_ok=false
   3350 for ac_c_preproc_warn_flag in '' yes
   3351 do
   3352   # Use a header file that comes with gcc, so configuring glibc
   3353   # with a fresh cross-compiler works.
   3354   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   3355   # <limits.h> exists even on freestanding compilers.
   3356   # On the NeXT, cc -E runs the code through the compiler's parser,
   3357   # not just through cpp. "Syntax error" is here to catch this case.
   3358   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3359 /* end confdefs.h.  */
   3360 #ifdef __STDC__
   3361 # include <limits.h>
   3362 #else
   3363 # include <assert.h>
   3364 #endif
   3365 		     Syntax error
   3366 _ACEOF
   3367 if ac_fn_c_try_cpp "$LINENO"; then :
   3368 
   3369 else
   3370   # Broken: fails on valid input.
   3371 continue
   3372 fi
   3373 rm -f conftest.err conftest.i conftest.$ac_ext
   3374 
   3375   # OK, works on sane cases.  Now check whether nonexistent headers
   3376   # can be detected and how.
   3377   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3378 /* end confdefs.h.  */
   3379 #include <ac_nonexistent.h>
   3380 _ACEOF
   3381 if ac_fn_c_try_cpp "$LINENO"; then :
   3382   # Broken: success on invalid input.
   3383 continue
   3384 else
   3385   # Passes both tests.
   3386 ac_preproc_ok=:
   3387 break
   3388 fi
   3389 rm -f conftest.err conftest.i conftest.$ac_ext
   3390 
   3391 done
   3392 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   3393 rm -f conftest.i conftest.err conftest.$ac_ext
   3394 if $ac_preproc_ok; then :
   3395 
   3396 else
   3397   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3399 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
   3400 See \`config.log' for more details" "$LINENO" 5; }
   3401 fi
   3402 
   3403 ac_ext=c
   3404 ac_cpp='$CPP $CPPFLAGS'
   3405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3408 
   3409 
   3410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
   3411 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
   3412 if ${ac_cv_path_GREP+:} false; then :
   3413   $as_echo_n "(cached) " >&6
   3414 else
   3415   if test -z "$GREP"; then
   3416   ac_path_GREP_found=false
   3417   # Loop through the user's path and test for each of PROGNAME-LIST
   3418   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3419 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   3420 do
   3421   IFS=$as_save_IFS
   3422   test -z "$as_dir" && as_dir=.
   3423     for ac_prog in grep ggrep; do
   3424     for ac_exec_ext in '' $ac_executable_extensions; do
   3425       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
   3426       as_fn_executable_p "$ac_path_GREP" || continue
   3427 # Check for GNU ac_path_GREP and select it if it is found.
   3428   # Check for GNU $ac_path_GREP
   3429 case `"$ac_path_GREP" --version 2>&1` in
   3430 *GNU*)
   3431   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
   3432 *)
   3433   ac_count=0
   3434   $as_echo_n 0123456789 >"conftest.in"
   3435   while :
   3436   do
   3437     cat "conftest.in" "conftest.in" >"conftest.tmp"
   3438     mv "conftest.tmp" "conftest.in"
   3439     cp "conftest.in" "conftest.nl"
   3440     $as_echo 'GREP' >> "conftest.nl"
   3441     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   3442     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   3443     as_fn_arith $ac_count + 1 && ac_count=$as_val
   3444     if test $ac_count -gt ${ac_path_GREP_max-0}; then
   3445       # Best one so far, save it but keep looking for a better one
   3446       ac_cv_path_GREP="$ac_path_GREP"
   3447       ac_path_GREP_max=$ac_count
   3448     fi
   3449     # 10*(2^10) chars as input seems more than enough
   3450     test $ac_count -gt 10 && break
   3451   done
   3452   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   3453 esac
   3454 
   3455       $ac_path_GREP_found && break 3
   3456     done
   3457   done
   3458   done
   3459 IFS=$as_save_IFS
   3460   if test -z "$ac_cv_path_GREP"; then
   3461     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   3462   fi
   3463 else
   3464   ac_cv_path_GREP=$GREP
   3465 fi
   3466 
   3467 fi
   3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
   3469 $as_echo "$ac_cv_path_GREP" >&6; }
   3470  GREP="$ac_cv_path_GREP"
   3471 
   3472 
   3473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
   3474 $as_echo_n "checking for egrep... " >&6; }
   3475 if ${ac_cv_path_EGREP+:} false; then :
   3476   $as_echo_n "(cached) " >&6
   3477 else
   3478   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   3479    then ac_cv_path_EGREP="$GREP -E"
   3480    else
   3481      if test -z "$EGREP"; then
   3482   ac_path_EGREP_found=false
   3483   # Loop through the user's path and test for each of PROGNAME-LIST
   3484   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3485 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   3486 do
   3487   IFS=$as_save_IFS
   3488   test -z "$as_dir" && as_dir=.
   3489     for ac_prog in egrep; do
   3490     for ac_exec_ext in '' $ac_executable_extensions; do
   3491       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
   3492       as_fn_executable_p "$ac_path_EGREP" || continue
   3493 # Check for GNU ac_path_EGREP and select it if it is found.
   3494   # Check for GNU $ac_path_EGREP
   3495 case `"$ac_path_EGREP" --version 2>&1` in
   3496 *GNU*)
   3497   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
   3498 *)
   3499   ac_count=0
   3500   $as_echo_n 0123456789 >"conftest.in"
   3501   while :
   3502   do
   3503     cat "conftest.in" "conftest.in" >"conftest.tmp"
   3504     mv "conftest.tmp" "conftest.in"
   3505     cp "conftest.in" "conftest.nl"
   3506     $as_echo 'EGREP' >> "conftest.nl"
   3507     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   3508     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   3509     as_fn_arith $ac_count + 1 && ac_count=$as_val
   3510     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
   3511       # Best one so far, save it but keep looking for a better one
   3512       ac_cv_path_EGREP="$ac_path_EGREP"
   3513       ac_path_EGREP_max=$ac_count
   3514     fi
   3515     # 10*(2^10) chars as input seems more than enough
   3516     test $ac_count -gt 10 && break
   3517   done
   3518   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   3519 esac
   3520 
   3521       $ac_path_EGREP_found && break 3
   3522     done
   3523   done
   3524   done
   3525 IFS=$as_save_IFS
   3526   if test -z "$ac_cv_path_EGREP"; then
   3527     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   3528   fi
   3529 else
   3530   ac_cv_path_EGREP=$EGREP
   3531 fi
   3532 
   3533    fi
   3534 fi
   3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
   3536 $as_echo "$ac_cv_path_EGREP" >&6; }
   3537  EGREP="$ac_cv_path_EGREP"
   3538 
   3539 
   3540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
   3541 $as_echo_n "checking for ANSI C header files... " >&6; }
   3542 if ${ac_cv_header_stdc+:} false; then :
   3543   $as_echo_n "(cached) " >&6
   3544 else
   3545   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3546 /* end confdefs.h.  */
   3547 #include <stdlib.h>
   3548 #include <stdarg.h>
   3549 #include <string.h>
   3550 #include <float.h>
   3551 
   3552 int
   3553 main ()
   3554 {
   3555 
   3556   ;
   3557   return 0;
   3558 }
   3559 _ACEOF
   3560 if ac_fn_c_try_compile "$LINENO"; then :
   3561   ac_cv_header_stdc=yes
   3562 else
   3563   ac_cv_header_stdc=no
   3564 fi
   3565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3566 
   3567 if test $ac_cv_header_stdc = yes; then
   3568   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   3569   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3570 /* end confdefs.h.  */
   3571 #include <string.h>
   3572 
   3573 _ACEOF
   3574 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   3575   $EGREP "memchr" >/dev/null 2>&1; then :
   3576 
   3577 else
   3578   ac_cv_header_stdc=no
   3579 fi
   3580 rm -f conftest*
   3581 
   3582 fi
   3583 
   3584 if test $ac_cv_header_stdc = yes; then
   3585   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   3586   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3587 /* end confdefs.h.  */
   3588 #include <stdlib.h>
   3589 
   3590 _ACEOF
   3591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   3592   $EGREP "free" >/dev/null 2>&1; then :
   3593 
   3594 else
   3595   ac_cv_header_stdc=no
   3596 fi
   3597 rm -f conftest*
   3598 
   3599 fi
   3600 
   3601 if test $ac_cv_header_stdc = yes; then
   3602   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
   3603   if test "$cross_compiling" = yes; then :
   3604   :
   3605 else
   3606   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3607 /* end confdefs.h.  */
   3608 #include <ctype.h>
   3609 #include <stdlib.h>
   3610 #if ((' ' & 0x0FF) == 0x020)
   3611 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
   3612 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
   3613 #else
   3614 # define ISLOWER(c) \
   3615 		   (('a' <= (c) && (c) <= 'i') \
   3616 		     || ('j' <= (c) && (c) <= 'r') \
   3617 		     || ('s' <= (c) && (c) <= 'z'))
   3618 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   3619 #endif
   3620 
   3621 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
   3622 int
   3623 main ()
   3624 {
   3625   int i;
   3626   for (i = 0; i < 256; i++)
   3627     if (XOR (islower (i), ISLOWER (i))
   3628 	|| toupper (i) != TOUPPER (i))
   3629       return 2;
   3630   return 0;
   3631 }
   3632 _ACEOF
   3633 if ac_fn_c_try_run "$LINENO"; then :
   3634 
   3635 else
   3636   ac_cv_header_stdc=no
   3637 fi
   3638 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   3639   conftest.$ac_objext conftest.beam conftest.$ac_ext
   3640 fi
   3641 
   3642 fi
   3643 fi
   3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
   3645 $as_echo "$ac_cv_header_stdc" >&6; }
   3646 if test $ac_cv_header_stdc = yes; then
   3647 
   3648 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
   3649 
   3650 fi
   3651 
   3652 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
   3653 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
   3654 		  inttypes.h stdint.h unistd.h
   3655 do :
   3656   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   3657 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   3658 "
   3659 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   3660   cat >>confdefs.h <<_ACEOF
   3661 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   3662 _ACEOF
   3663 
   3664 fi
   3665 
   3666 done
   3667 
   3668 
   3669 
   3670   ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
   3671 if test "x$ac_cv_header_minix_config_h" = xyes; then :
   3672   MINIX=yes
   3673 else
   3674   MINIX=
   3675 fi
   3676 
   3677 
   3678   if test "$MINIX" = yes; then
   3679 
   3680 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
   3681 
   3682 
   3683 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
   3684 
   3685 
   3686 $as_echo "#define _MINIX 1" >>confdefs.h
   3687 
   3688   fi
   3689 
   3690 
   3691   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
   3692 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
   3693 if ${ac_cv_safe_to_define___extensions__+:} false; then :
   3694   $as_echo_n "(cached) " >&6
   3695 else
   3696   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3697 /* end confdefs.h.  */
   3698 
   3699 #         define __EXTENSIONS__ 1
   3700           $ac_includes_default
   3701 int
   3702 main ()
   3703 {
   3704 
   3705   ;
   3706   return 0;
   3707 }
   3708 _ACEOF
   3709 if ac_fn_c_try_compile "$LINENO"; then :
   3710   ac_cv_safe_to_define___extensions__=yes
   3711 else
   3712   ac_cv_safe_to_define___extensions__=no
   3713 fi
   3714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3715 fi
   3716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
   3717 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
   3718   test $ac_cv_safe_to_define___extensions__ = yes &&
   3719     $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
   3720 
   3721   $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
   3722 
   3723   $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
   3724 
   3725   $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
   3726 
   3727   $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
   3728 
   3729 
   3730 am__api_version='1.15'
   3731 
   3732 # Find a good install program.  We prefer a C program (faster),
   3733 # so one script is as good as another.  But avoid the broken or
   3734 # incompatible versions:
   3735 # SysV /etc/install, /usr/sbin/install
   3736 # SunOS /usr/etc/install
   3737 # IRIX /sbin/install
   3738 # AIX /bin/install
   3739 # AmigaOS /C/install, which installs bootblocks on floppy discs
   3740 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   3741 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   3742 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   3743 # OS/2's system install, which has a completely different semantic
   3744 # ./install, which can be erroneously created by make from ./install.sh.
   3745 # Reject install programs that cannot install multiple files.
   3746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   3747 $as_echo_n "checking for a BSD-compatible install... " >&6; }
   3748 if test -z "$INSTALL"; then
   3749 if ${ac_cv_path_install+:} false; then :
   3750   $as_echo_n "(cached) " >&6
   3751 else
   3752   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3753 for as_dir in $PATH
   3754 do
   3755   IFS=$as_save_IFS
   3756   test -z "$as_dir" && as_dir=.
   3757     # Account for people who put trailing slashes in PATH elements.
   3758 case $as_dir/ in #((
   3759   ./ | .// | /[cC]/* | \
   3760   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   3761   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
   3762   /usr/ucb/* ) ;;
   3763   *)
   3764     # OSF1 and SCO ODT 3.0 have their own names for install.
   3765     # Don't use installbsd from OSF since it installs stuff as root
   3766     # by default.
   3767     for ac_prog in ginstall scoinst install; do
   3768       for ac_exec_ext in '' $ac_executable_extensions; do
   3769 	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
   3770 	  if test $ac_prog = install &&
   3771 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   3772 	    # AIX install.  It has an incompatible calling convention.
   3773 	    :
   3774 	  elif test $ac_prog = install &&
   3775 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   3776 	    # program-specific install script used by HP pwplus--don't use.
   3777 	    :
   3778 	  else
   3779 	    rm -rf conftest.one conftest.two conftest.dir
   3780 	    echo one > conftest.one
   3781 	    echo two > conftest.two
   3782 	    mkdir conftest.dir
   3783 	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
   3784 	      test -s conftest.one && test -s conftest.two &&
   3785 	      test -s conftest.dir/conftest.one &&
   3786 	      test -s conftest.dir/conftest.two
   3787 	    then
   3788 	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   3789 	      break 3
   3790 	    fi
   3791 	  fi
   3792 	fi
   3793       done
   3794     done
   3795     ;;
   3796 esac
   3797 
   3798   done
   3799 IFS=$as_save_IFS
   3800 
   3801 rm -rf conftest.one conftest.two conftest.dir
   3802 
   3803 fi
   3804   if test "${ac_cv_path_install+set}" = set; then
   3805     INSTALL=$ac_cv_path_install
   3806   else
   3807     # As a last resort, use the slow shell script.  Don't cache a
   3808     # value for INSTALL within a source directory, because that will
   3809     # break other packages using the cache if that directory is
   3810     # removed, or if the value is a relative name.
   3811     INSTALL=$ac_install_sh
   3812   fi
   3813 fi
   3814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
   3815 $as_echo "$INSTALL" >&6; }
   3816 
   3817 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   3818 # It thinks the first close brace ends the variable substitution.
   3819 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   3820 
   3821 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   3822 
   3823 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   3824 
   3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
   3826 $as_echo_n "checking whether build environment is sane... " >&6; }
   3827 # Reject unsafe characters in $srcdir or the absolute working directory
   3828 # name.  Accept space and tab only in the latter.
   3829 am_lf='
   3830 '
   3831 case `pwd` in
   3832   *[\\\"\#\$\&\'\`$am_lf]*)
   3833     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
   3834 esac
   3835 case $srcdir in
   3836   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   3837     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
   3838 esac
   3839 
   3840 # Do 'set' in a subshell so we don't clobber the current shell's
   3841 # arguments.  Must try -L first in case configure is actually a
   3842 # symlink; some systems play weird games with the mod time of symlinks
   3843 # (eg FreeBSD returns the mod time of the symlink's containing
   3844 # directory).
   3845 if (
   3846    am_has_slept=no
   3847    for am_try in 1 2; do
   3848      echo "timestamp, slept: $am_has_slept" > conftest.file
   3849      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
   3850      if test "$*" = "X"; then
   3851 	# -L didn't work.
   3852 	set X `ls -t "$srcdir/configure" conftest.file`
   3853      fi
   3854      if test "$*" != "X $srcdir/configure conftest.file" \
   3855 	&& test "$*" != "X conftest.file $srcdir/configure"; then
   3856 
   3857 	# If neither matched, then we have a broken ls.  This can happen
   3858 	# if, for instance, CONFIG_SHELL is bash and it inherits a
   3859 	# broken ls alias from the environment.  This has actually
   3860 	# happened.  Such a system could not be considered "sane".
   3861 	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   3862   alias in your environment" "$LINENO" 5
   3863      fi
   3864      if test "$2" = conftest.file || test $am_try -eq 2; then
   3865        break
   3866      fi
   3867      # Just in case.
   3868      sleep 1
   3869      am_has_slept=yes
   3870    done
   3871    test "$2" = conftest.file
   3872    )
   3873 then
   3874    # Ok.
   3875    :
   3876 else
   3877    as_fn_error $? "newly created file is older than distributed files!
   3878 Check your system clock" "$LINENO" 5
   3879 fi
   3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3881 $as_echo "yes" >&6; }
   3882 # If we didn't sleep, we still need to ensure time stamps of config.status and
   3883 # generated files are strictly newer.
   3884 am_sleep_pid=
   3885 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
   3886   ( sleep 1 ) &
   3887   am_sleep_pid=$!
   3888 fi
   3889 
   3890 rm -f conftest.file
   3891 
   3892 test "$program_prefix" != NONE &&
   3893   program_transform_name="s&^&$program_prefix&;$program_transform_name"
   3894 # Use a double $ so make ignores it.
   3895 test "$program_suffix" != NONE &&
   3896   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
   3897 # Double any \ or $.
   3898 # By default was `s,x,x', remove it if useless.
   3899 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
   3900 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
   3901 
   3902 if test x"${MISSING+set}" != xset; then
   3903   case $am_aux_dir in
   3904   *\ * | *\	*)
   3905     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
   3906   *)
   3907     MISSING="\${SHELL} $am_aux_dir/missing" ;;
   3908   esac
   3909 fi
   3910 # Use eval to expand $SHELL
   3911 if eval "$MISSING --is-lightweight"; then
   3912   am_missing_run="$MISSING "
   3913 else
   3914   am_missing_run=
   3915   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
   3916 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
   3917 fi
   3918 
   3919 if test x"${install_sh+set}" != xset; then
   3920   case $am_aux_dir in
   3921   *\ * | *\	*)
   3922     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
   3923   *)
   3924     install_sh="\${SHELL} $am_aux_dir/install-sh"
   3925   esac
   3926 fi
   3927 
   3928 # Installed binaries are usually stripped using 'strip' when the user
   3929 # run "make install-strip".  However 'strip' might not be the right
   3930 # tool to use in cross-compilation environments, therefore Automake
   3931 # will honor the 'STRIP' environment variable to overrule this program.
   3932 if test "$cross_compiling" != no; then
   3933   if test -n "$ac_tool_prefix"; then
   3934   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   3935 set dummy ${ac_tool_prefix}strip; ac_word=$2
   3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3937 $as_echo_n "checking for $ac_word... " >&6; }
   3938 if ${ac_cv_prog_STRIP+:} false; then :
   3939   $as_echo_n "(cached) " >&6
   3940 else
   3941   if test -n "$STRIP"; then
   3942   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   3943 else
   3944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3945 for as_dir in $PATH
   3946 do
   3947   IFS=$as_save_IFS
   3948   test -z "$as_dir" && as_dir=.
   3949     for ac_exec_ext in '' $ac_executable_extensions; do
   3950   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3951     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   3952     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3953     break 2
   3954   fi
   3955 done
   3956   done
   3957 IFS=$as_save_IFS
   3958 
   3959 fi
   3960 fi
   3961 STRIP=$ac_cv_prog_STRIP
   3962 if test -n "$STRIP"; then
   3963   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   3964 $as_echo "$STRIP" >&6; }
   3965 else
   3966   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3967 $as_echo "no" >&6; }
   3968 fi
   3969 
   3970 
   3971 fi
   3972 if test -z "$ac_cv_prog_STRIP"; then
   3973   ac_ct_STRIP=$STRIP
   3974   # Extract the first word of "strip", so it can be a program name with args.
   3975 set dummy strip; ac_word=$2
   3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3977 $as_echo_n "checking for $ac_word... " >&6; }
   3978 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   3979   $as_echo_n "(cached) " >&6
   3980 else
   3981   if test -n "$ac_ct_STRIP"; then
   3982   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   3983 else
   3984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3985 for as_dir in $PATH
   3986 do
   3987   IFS=$as_save_IFS
   3988   test -z "$as_dir" && as_dir=.
   3989     for ac_exec_ext in '' $ac_executable_extensions; do
   3990   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3991     ac_cv_prog_ac_ct_STRIP="strip"
   3992     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3993     break 2
   3994   fi
   3995 done
   3996   done
   3997 IFS=$as_save_IFS
   3998 
   3999 fi
   4000 fi
   4001 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   4002 if test -n "$ac_ct_STRIP"; then
   4003   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   4004 $as_echo "$ac_ct_STRIP" >&6; }
   4005 else
   4006   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4007 $as_echo "no" >&6; }
   4008 fi
   4009 
   4010   if test "x$ac_ct_STRIP" = x; then
   4011     STRIP=":"
   4012   else
   4013     case $cross_compiling:$ac_tool_warned in
   4014 yes:)
   4015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4016 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4017 ac_tool_warned=yes ;;
   4018 esac
   4019     STRIP=$ac_ct_STRIP
   4020   fi
   4021 else
   4022   STRIP="$ac_cv_prog_STRIP"
   4023 fi
   4024 
   4025 fi
   4026 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   4027 
   4028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   4029 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   4030 if test -z "$MKDIR_P"; then
   4031   if ${ac_cv_path_mkdir+:} false; then :
   4032   $as_echo_n "(cached) " >&6
   4033 else
   4034   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4035 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
   4036 do
   4037   IFS=$as_save_IFS
   4038   test -z "$as_dir" && as_dir=.
   4039     for ac_prog in mkdir gmkdir; do
   4040 	 for ac_exec_ext in '' $ac_executable_extensions; do
   4041 	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
   4042 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
   4043 	     'mkdir (GNU coreutils) '* | \
   4044 	     'mkdir (coreutils) '* | \
   4045 	     'mkdir (fileutils) '4.1*)
   4046 	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
   4047 	       break 3;;
   4048 	   esac
   4049 	 done
   4050        done
   4051   done
   4052 IFS=$as_save_IFS
   4053 
   4054 fi
   4055 
   4056   test -d ./--version && rmdir ./--version
   4057   if test "${ac_cv_path_mkdir+set}" = set; then
   4058     MKDIR_P="$ac_cv_path_mkdir -p"
   4059   else
   4060     # As a last resort, use the slow shell script.  Don't cache a
   4061     # value for MKDIR_P within a source directory, because that will
   4062     # break other packages using the cache if that directory is
   4063     # removed, or if the value is a relative name.
   4064     MKDIR_P="$ac_install_sh -d"
   4065   fi
   4066 fi
   4067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
   4068 $as_echo "$MKDIR_P" >&6; }
   4069 
   4070 for ac_prog in gawk mawk nawk awk
   4071 do
   4072   # Extract the first word of "$ac_prog", so it can be a program name with args.
   4073 set dummy $ac_prog; ac_word=$2
   4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4075 $as_echo_n "checking for $ac_word... " >&6; }
   4076 if ${ac_cv_prog_AWK+:} false; then :
   4077   $as_echo_n "(cached) " >&6
   4078 else
   4079   if test -n "$AWK"; then
   4080   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   4081 else
   4082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4083 for as_dir in $PATH
   4084 do
   4085   IFS=$as_save_IFS
   4086   test -z "$as_dir" && as_dir=.
   4087     for ac_exec_ext in '' $ac_executable_extensions; do
   4088   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4089     ac_cv_prog_AWK="$ac_prog"
   4090     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4091     break 2
   4092   fi
   4093 done
   4094   done
   4095 IFS=$as_save_IFS
   4096 
   4097 fi
   4098 fi
   4099 AWK=$ac_cv_prog_AWK
   4100 if test -n "$AWK"; then
   4101   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
   4102 $as_echo "$AWK" >&6; }
   4103 else
   4104   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4105 $as_echo "no" >&6; }
   4106 fi
   4107 
   4108 
   4109   test -n "$AWK" && break
   4110 done
   4111 
   4112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   4113 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   4114 set x ${MAKE-make}
   4115 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   4116 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   4117   $as_echo_n "(cached) " >&6
   4118 else
   4119   cat >conftest.make <<\_ACEOF
   4120 SHELL = /bin/sh
   4121 all:
   4122 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   4123 _ACEOF
   4124 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   4125 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   4126   *@@@%%%=?*=@@@%%%*)
   4127     eval ac_cv_prog_make_${ac_make}_set=yes;;
   4128   *)
   4129     eval ac_cv_prog_make_${ac_make}_set=no;;
   4130 esac
   4131 rm -f conftest.make
   4132 fi
   4133 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   4134   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4135 $as_echo "yes" >&6; }
   4136   SET_MAKE=
   4137 else
   4138   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4139 $as_echo "no" >&6; }
   4140   SET_MAKE="MAKE=${MAKE-make}"
   4141 fi
   4142 
   4143 rm -rf .tst 2>/dev/null
   4144 mkdir .tst 2>/dev/null
   4145 if test -d .tst; then
   4146   am__leading_dot=.
   4147 else
   4148   am__leading_dot=_
   4149 fi
   4150 rmdir .tst 2>/dev/null
   4151 
   4152 DEPDIR="${am__leading_dot}deps"
   4153 
   4154 ac_config_commands="$ac_config_commands depfiles"
   4155 
   4156 
   4157 am_make=${MAKE-make}
   4158 cat > confinc << 'END'
   4159 am__doit:
   4160 	@echo this is the am__doit target
   4161 .PHONY: am__doit
   4162 END
   4163 # If we don't find an include directive, just comment out the code.
   4164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
   4165 $as_echo_n "checking for style of include used by $am_make... " >&6; }
   4166 am__include="#"
   4167 am__quote=
   4168 _am_result=none
   4169 # First try GNU make style include.
   4170 echo "include confinc" > confmf
   4171 # Ignore all kinds of additional output from 'make'.
   4172 case `$am_make -s -f confmf 2> /dev/null` in #(
   4173 *the\ am__doit\ target*)
   4174   am__include=include
   4175   am__quote=
   4176   _am_result=GNU
   4177   ;;
   4178 esac
   4179 # Now try BSD make style include.
   4180 if test "$am__include" = "#"; then
   4181    echo '.include "confinc"' > confmf
   4182    case `$am_make -s -f confmf 2> /dev/null` in #(
   4183    *the\ am__doit\ target*)
   4184      am__include=.include
   4185      am__quote="\""
   4186      _am_result=BSD
   4187      ;;
   4188    esac
   4189 fi
   4190 
   4191 
   4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
   4193 $as_echo "$_am_result" >&6; }
   4194 rm -f confinc confmf
   4195 
   4196 # Check whether --enable-dependency-tracking was given.
   4197 if test "${enable_dependency_tracking+set}" = set; then :
   4198   enableval=$enable_dependency_tracking;
   4199 fi
   4200 
   4201 if test "x$enable_dependency_tracking" != xno; then
   4202   am_depcomp="$ac_aux_dir/depcomp"
   4203   AMDEPBACKSLASH='\'
   4204   am__nodep='_no'
   4205 fi
   4206  if test "x$enable_dependency_tracking" != xno; then
   4207   AMDEP_TRUE=
   4208   AMDEP_FALSE='#'
   4209 else
   4210   AMDEP_TRUE='#'
   4211   AMDEP_FALSE=
   4212 fi
   4213 
   4214 
   4215 # Check whether --enable-silent-rules was given.
   4216 if test "${enable_silent_rules+set}" = set; then :
   4217   enableval=$enable_silent_rules;
   4218 fi
   4219 
   4220 case $enable_silent_rules in # (((
   4221   yes) AM_DEFAULT_VERBOSITY=0;;
   4222    no) AM_DEFAULT_VERBOSITY=1;;
   4223     *) AM_DEFAULT_VERBOSITY=1;;
   4224 esac
   4225 am_make=${MAKE-make}
   4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
   4227 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
   4228 if ${am_cv_make_support_nested_variables+:} false; then :
   4229   $as_echo_n "(cached) " >&6
   4230 else
   4231   if $as_echo 'TRUE=$(BAR$(V))
   4232 BAR0=false
   4233 BAR1=true
   4234 V=1
   4235 am__doit:
   4236 	@$(TRUE)
   4237 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
   4238   am_cv_make_support_nested_variables=yes
   4239 else
   4240   am_cv_make_support_nested_variables=no
   4241 fi
   4242 fi
   4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
   4244 $as_echo "$am_cv_make_support_nested_variables" >&6; }
   4245 if test $am_cv_make_support_nested_variables = yes; then
   4246     AM_V='$(V)'
   4247   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   4248 else
   4249   AM_V=$AM_DEFAULT_VERBOSITY
   4250   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   4251 fi
   4252 AM_BACKSLASH='\'
   4253 
   4254 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   4255   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   4256   # is not polluted with repeated "-I."
   4257   am__isrc=' -I$(srcdir)'
   4258   # test to see if srcdir already configured
   4259   if test -f $srcdir/config.status; then
   4260     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   4261   fi
   4262 fi
   4263 
   4264 # test whether we have cygpath
   4265 if test -z "$CYGPATH_W"; then
   4266   if (cygpath --version) >/dev/null 2>/dev/null; then
   4267     CYGPATH_W='cygpath -w'
   4268   else
   4269     CYGPATH_W=echo
   4270   fi
   4271 fi
   4272 
   4273 
   4274 # Define the identity of the package.
   4275  PACKAGE='libsframe'
   4276  VERSION='BFD_VERSION'
   4277 
   4278 
   4279 cat >>confdefs.h <<_ACEOF
   4280 #define PACKAGE "$PACKAGE"
   4281 _ACEOF
   4282 
   4283 
   4284 cat >>confdefs.h <<_ACEOF
   4285 #define VERSION "$VERSION"
   4286 _ACEOF
   4287 
   4288 # Some tools Automake needs.
   4289 
   4290 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
   4291 
   4292 
   4293 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
   4294 
   4295 
   4296 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
   4297 
   4298 
   4299 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
   4300 
   4301 
   4302 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   4303 
   4304 # For better backward compatibility.  To be removed once Automake 1.9.x
   4305 # dies out for good.  For more background, see:
   4306 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
   4307 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
   4308 mkdir_p='$(MKDIR_P)'
   4309 
   4310 # We need awk for the "check" target (and possibly the TAP driver).  The
   4311 # system "awk" is bad on some platforms.
   4312 # Always define AMTAR for backward compatibility.  Yes, it's still used
   4313 # in the wild :-(  We should find a proper way to deprecate it ...
   4314 AMTAR='$${TAR-tar}'
   4315 
   4316 
   4317 # We'll loop over all known methods to create a tar archive until one works.
   4318 _am_tools='gnutar  pax cpio none'
   4319 
   4320 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   4321 
   4322 
   4323 
   4324 
   4325 
   4326 depcc="$CC"   am_compiler_list=
   4327 
   4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   4329 $as_echo_n "checking dependency style of $depcc... " >&6; }
   4330 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   4331   $as_echo_n "(cached) " >&6
   4332 else
   4333   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   4334   # We make a subdir and do the tests there.  Otherwise we can end up
   4335   # making bogus files that we don't know about and never remove.  For
   4336   # instance it was reported that on HP-UX the gcc test will end up
   4337   # making a dummy file named 'D' -- because '-MD' means "put the output
   4338   # in D".
   4339   rm -rf conftest.dir
   4340   mkdir conftest.dir
   4341   # Copy depcomp to subdir because otherwise we won't find it if we're
   4342   # using a relative directory.
   4343   cp "$am_depcomp" conftest.dir
   4344   cd conftest.dir
   4345   # We will build objects and dependencies in a subdirectory because
   4346   # it helps to detect inapplicable dependency modes.  For instance
   4347   # both Tru64's cc and ICC support -MD to output dependencies as a
   4348   # side effect of compilation, but ICC will put the dependencies in
   4349   # the current directory while Tru64 will put them in the object
   4350   # directory.
   4351   mkdir sub
   4352 
   4353   am_cv_CC_dependencies_compiler_type=none
   4354   if test "$am_compiler_list" = ""; then
   4355      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   4356   fi
   4357   am__universal=false
   4358   case " $depcc " in #(
   4359      *\ -arch\ *\ -arch\ *) am__universal=true ;;
   4360      esac
   4361 
   4362   for depmode in $am_compiler_list; do
   4363     # Setup a source with many dependencies, because some compilers
   4364     # like to wrap large dependency lists on column 80 (with \), and
   4365     # we should not choose a depcomp mode which is confused by this.
   4366     #
   4367     # We need to recreate these files for each test, as the compiler may
   4368     # overwrite some of them when testing with obscure command lines.
   4369     # This happens at least with the AIX C compiler.
   4370     : > sub/conftest.c
   4371     for i in 1 2 3 4 5 6; do
   4372       echo '#include "conftst'$i'.h"' >> sub/conftest.c
   4373       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
   4374       # Solaris 10 /bin/sh.
   4375       echo '/* dummy */' > sub/conftst$i.h
   4376     done
   4377     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   4378 
   4379     # We check with '-c' and '-o' for the sake of the "dashmstdout"
   4380     # mode.  It turns out that the SunPro C++ compiler does not properly
   4381     # handle '-M -o', and we need to detect this.  Also, some Intel
   4382     # versions had trouble with output in subdirs.
   4383     am__obj=sub/conftest.${OBJEXT-o}
   4384     am__minus_obj="-o $am__obj"
   4385     case $depmode in
   4386     gcc)
   4387       # This depmode causes a compiler race in universal mode.
   4388       test "$am__universal" = false || continue
   4389       ;;
   4390     nosideeffect)
   4391       # After this tag, mechanisms are not by side-effect, so they'll
   4392       # only be used when explicitly requested.
   4393       if test "x$enable_dependency_tracking" = xyes; then
   4394 	continue
   4395       else
   4396 	break
   4397       fi
   4398       ;;
   4399     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   4400       # This compiler won't grok '-c -o', but also, the minuso test has
   4401       # not run yet.  These depmodes are late enough in the game, and
   4402       # so weak that their functioning should not be impacted.
   4403       am__obj=conftest.${OBJEXT-o}
   4404       am__minus_obj=
   4405       ;;
   4406     none) break ;;
   4407     esac
   4408     if depmode=$depmode \
   4409        source=sub/conftest.c object=$am__obj \
   4410        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   4411        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
   4412          >/dev/null 2>conftest.err &&
   4413        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   4414        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   4415        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
   4416        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   4417       # icc doesn't choke on unknown options, it will just issue warnings
   4418       # or remarks (even with -Werror).  So we grep stderr for any message
   4419       # that says an option was ignored or not supported.
   4420       # When given -MP, icc 7.0 and 7.1 complain thusly:
   4421       #   icc: Command line warning: ignoring option '-M'; no argument required
   4422       # The diagnosis changed in icc 8.0:
   4423       #   icc: Command line remark: option '-MP' not supported
   4424       if (grep 'ignoring option' conftest.err ||
   4425           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   4426         am_cv_CC_dependencies_compiler_type=$depmode
   4427         break
   4428       fi
   4429     fi
   4430   done
   4431 
   4432   cd ..
   4433   rm -rf conftest.dir
   4434 else
   4435   am_cv_CC_dependencies_compiler_type=none
   4436 fi
   4437 
   4438 fi
   4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
   4440 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
   4441 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   4442 
   4443  if
   4444   test "x$enable_dependency_tracking" != xno \
   4445   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
   4446   am__fastdepCC_TRUE=
   4447   am__fastdepCC_FALSE='#'
   4448 else
   4449   am__fastdepCC_TRUE='#'
   4450   am__fastdepCC_FALSE=
   4451 fi
   4452 
   4453 
   4454 
   4455 # POSIX will say in a future version that running "rm -f" with no argument
   4456 # is OK; and we want to be able to make that assumption in our Makefile
   4457 # recipes.  So use an aggressive probe to check that the usage we want is
   4458 # actually supported "in the wild" to an acceptable degree.
   4459 # See automake bug#10828.
   4460 # To make any issue more visible, cause the running configure to be aborted
   4461 # by default if the 'rm' program in use doesn't match our expectations; the
   4462 # user can still override this though.
   4463 if rm -f && rm -fr && rm -rf; then : OK; else
   4464   cat >&2 <<'END'
   4465 Oops!
   4466 
   4467 Your 'rm' program seems unable to run without file operands specified
   4468 on the command line, even when the '-f' option is present.  This is contrary
   4469 to the behaviour of most rm programs out there, and not conforming with
   4470 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
   4471 
   4472 Please tell bug-automake@gnu.org about your system, including the value
   4473 of your $PATH and any error possibly output before this message.  This
   4474 can help us improve future automake versions.
   4475 
   4476 END
   4477   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
   4478     echo 'Configuration will proceed anyway, since you have set the' >&2
   4479     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
   4480     echo >&2
   4481   else
   4482     cat >&2 <<'END'
   4483 Aborting the configuration process, to ensure you take notice of the issue.
   4484 
   4485 You can download and install GNU coreutils to get an 'rm' implementation
   4486 that behaves properly: <http://www.gnu.org/software/coreutils/>.
   4487 
   4488 If you want to complete the configuration process using your problematic
   4489 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
   4490 to "yes", and re-run configure.
   4491 
   4492 END
   4493     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
   4494   fi
   4495 fi
   4496 
   4497 # Check whether --enable-silent-rules was given.
   4498 if test "${enable_silent_rules+set}" = set; then :
   4499   enableval=$enable_silent_rules;
   4500 fi
   4501 
   4502 case $enable_silent_rules in # (((
   4503   yes) AM_DEFAULT_VERBOSITY=0;;
   4504    no) AM_DEFAULT_VERBOSITY=1;;
   4505     *) AM_DEFAULT_VERBOSITY=0;;
   4506 esac
   4507 am_make=${MAKE-make}
   4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
   4509 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
   4510 if ${am_cv_make_support_nested_variables+:} false; then :
   4511   $as_echo_n "(cached) " >&6
   4512 else
   4513   if $as_echo 'TRUE=$(BAR$(V))
   4514 BAR0=false
   4515 BAR1=true
   4516 V=1
   4517 am__doit:
   4518 	@$(TRUE)
   4519 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
   4520   am_cv_make_support_nested_variables=yes
   4521 else
   4522   am_cv_make_support_nested_variables=no
   4523 fi
   4524 fi
   4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
   4526 $as_echo "$am_cv_make_support_nested_variables" >&6; }
   4527 if test $am_cv_make_support_nested_variables = yes; then
   4528     AM_V='$(V)'
   4529   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
   4530 else
   4531   AM_V=$AM_DEFAULT_VERBOSITY
   4532   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
   4533 fi
   4534 AM_BACKSLASH='\'
   4535 
   4536 
   4537 # Checks for programs.
   4538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   4539 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   4540 set x ${MAKE-make}
   4541 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   4542 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   4543   $as_echo_n "(cached) " >&6
   4544 else
   4545   cat >conftest.make <<\_ACEOF
   4546 SHELL = /bin/sh
   4547 all:
   4548 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   4549 _ACEOF
   4550 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   4551 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   4552   *@@@%%%=?*=@@@%%%*)
   4553     eval ac_cv_prog_make_${ac_make}_set=yes;;
   4554   *)
   4555     eval ac_cv_prog_make_${ac_make}_set=no;;
   4556 esac
   4557 rm -f conftest.make
   4558 fi
   4559 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   4560   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4561 $as_echo "yes" >&6; }
   4562   SET_MAKE=
   4563 else
   4564   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4565 $as_echo "no" >&6; }
   4566   SET_MAKE="MAKE=${MAKE-make}"
   4567 fi
   4568 
   4569 ac_ext=c
   4570 ac_cpp='$CPP $CPPFLAGS'
   4571 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   4572 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   4573 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   4574 if test -n "$ac_tool_prefix"; then
   4575   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   4576 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4578 $as_echo_n "checking for $ac_word... " >&6; }
   4579 if ${ac_cv_prog_CC+:} false; then :
   4580   $as_echo_n "(cached) " >&6
   4581 else
   4582   if test -n "$CC"; then
   4583   ac_cv_prog_CC="$CC" # Let the user override the test.
   4584 else
   4585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4586 for as_dir in $PATH
   4587 do
   4588   IFS=$as_save_IFS
   4589   test -z "$as_dir" && as_dir=.
   4590     for ac_exec_ext in '' $ac_executable_extensions; do
   4591   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4592     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   4593     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4594     break 2
   4595   fi
   4596 done
   4597   done
   4598 IFS=$as_save_IFS
   4599 
   4600 fi
   4601 fi
   4602 CC=$ac_cv_prog_CC
   4603 if test -n "$CC"; then
   4604   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4605 $as_echo "$CC" >&6; }
   4606 else
   4607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4608 $as_echo "no" >&6; }
   4609 fi
   4610 
   4611 
   4612 fi
   4613 if test -z "$ac_cv_prog_CC"; then
   4614   ac_ct_CC=$CC
   4615   # Extract the first word of "gcc", so it can be a program name with args.
   4616 set dummy gcc; ac_word=$2
   4617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4618 $as_echo_n "checking for $ac_word... " >&6; }
   4619 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   4620   $as_echo_n "(cached) " >&6
   4621 else
   4622   if test -n "$ac_ct_CC"; then
   4623   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   4624 else
   4625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4626 for as_dir in $PATH
   4627 do
   4628   IFS=$as_save_IFS
   4629   test -z "$as_dir" && as_dir=.
   4630     for ac_exec_ext in '' $ac_executable_extensions; do
   4631   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4632     ac_cv_prog_ac_ct_CC="gcc"
   4633     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4634     break 2
   4635   fi
   4636 done
   4637   done
   4638 IFS=$as_save_IFS
   4639 
   4640 fi
   4641 fi
   4642 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   4643 if test -n "$ac_ct_CC"; then
   4644   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   4645 $as_echo "$ac_ct_CC" >&6; }
   4646 else
   4647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4648 $as_echo "no" >&6; }
   4649 fi
   4650 
   4651   if test "x$ac_ct_CC" = x; then
   4652     CC=""
   4653   else
   4654     case $cross_compiling:$ac_tool_warned in
   4655 yes:)
   4656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4657 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4658 ac_tool_warned=yes ;;
   4659 esac
   4660     CC=$ac_ct_CC
   4661   fi
   4662 else
   4663   CC="$ac_cv_prog_CC"
   4664 fi
   4665 
   4666 if test -z "$CC"; then
   4667           if test -n "$ac_tool_prefix"; then
   4668     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   4669 set dummy ${ac_tool_prefix}cc; ac_word=$2
   4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4671 $as_echo_n "checking for $ac_word... " >&6; }
   4672 if ${ac_cv_prog_CC+:} false; then :
   4673   $as_echo_n "(cached) " >&6
   4674 else
   4675   if test -n "$CC"; then
   4676   ac_cv_prog_CC="$CC" # Let the user override the test.
   4677 else
   4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4679 for as_dir in $PATH
   4680 do
   4681   IFS=$as_save_IFS
   4682   test -z "$as_dir" && as_dir=.
   4683     for ac_exec_ext in '' $ac_executable_extensions; do
   4684   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4685     ac_cv_prog_CC="${ac_tool_prefix}cc"
   4686     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4687     break 2
   4688   fi
   4689 done
   4690   done
   4691 IFS=$as_save_IFS
   4692 
   4693 fi
   4694 fi
   4695 CC=$ac_cv_prog_CC
   4696 if test -n "$CC"; then
   4697   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4698 $as_echo "$CC" >&6; }
   4699 else
   4700   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4701 $as_echo "no" >&6; }
   4702 fi
   4703 
   4704 
   4705   fi
   4706 fi
   4707 if test -z "$CC"; then
   4708   # Extract the first word of "cc", so it can be a program name with args.
   4709 set dummy cc; ac_word=$2
   4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4711 $as_echo_n "checking for $ac_word... " >&6; }
   4712 if ${ac_cv_prog_CC+:} false; then :
   4713   $as_echo_n "(cached) " >&6
   4714 else
   4715   if test -n "$CC"; then
   4716   ac_cv_prog_CC="$CC" # Let the user override the test.
   4717 else
   4718   ac_prog_rejected=no
   4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4720 for as_dir in $PATH
   4721 do
   4722   IFS=$as_save_IFS
   4723   test -z "$as_dir" && as_dir=.
   4724     for ac_exec_ext in '' $ac_executable_extensions; do
   4725   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4726     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   4727        ac_prog_rejected=yes
   4728        continue
   4729      fi
   4730     ac_cv_prog_CC="cc"
   4731     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4732     break 2
   4733   fi
   4734 done
   4735   done
   4736 IFS=$as_save_IFS
   4737 
   4738 if test $ac_prog_rejected = yes; then
   4739   # We found a bogon in the path, so make sure we never use it.
   4740   set dummy $ac_cv_prog_CC
   4741   shift
   4742   if test $# != 0; then
   4743     # We chose a different compiler from the bogus one.
   4744     # However, it has the same basename, so the bogon will be chosen
   4745     # first if we set CC to just the basename; use the full file name.
   4746     shift
   4747     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   4748   fi
   4749 fi
   4750 fi
   4751 fi
   4752 CC=$ac_cv_prog_CC
   4753 if test -n "$CC"; then
   4754   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4755 $as_echo "$CC" >&6; }
   4756 else
   4757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4758 $as_echo "no" >&6; }
   4759 fi
   4760 
   4761 
   4762 fi
   4763 if test -z "$CC"; then
   4764   if test -n "$ac_tool_prefix"; then
   4765   for ac_prog in cl.exe
   4766   do
   4767     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   4768 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   4769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4770 $as_echo_n "checking for $ac_word... " >&6; }
   4771 if ${ac_cv_prog_CC+:} false; then :
   4772   $as_echo_n "(cached) " >&6
   4773 else
   4774   if test -n "$CC"; then
   4775   ac_cv_prog_CC="$CC" # Let the user override the test.
   4776 else
   4777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4778 for as_dir in $PATH
   4779 do
   4780   IFS=$as_save_IFS
   4781   test -z "$as_dir" && as_dir=.
   4782     for ac_exec_ext in '' $ac_executable_extensions; do
   4783   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4784     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   4785     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4786     break 2
   4787   fi
   4788 done
   4789   done
   4790 IFS=$as_save_IFS
   4791 
   4792 fi
   4793 fi
   4794 CC=$ac_cv_prog_CC
   4795 if test -n "$CC"; then
   4796   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   4797 $as_echo "$CC" >&6; }
   4798 else
   4799   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4800 $as_echo "no" >&6; }
   4801 fi
   4802 
   4803 
   4804     test -n "$CC" && break
   4805   done
   4806 fi
   4807 if test -z "$CC"; then
   4808   ac_ct_CC=$CC
   4809   for ac_prog in cl.exe
   4810 do
   4811   # Extract the first word of "$ac_prog", so it can be a program name with args.
   4812 set dummy $ac_prog; ac_word=$2
   4813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4814 $as_echo_n "checking for $ac_word... " >&6; }
   4815 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   4816   $as_echo_n "(cached) " >&6
   4817 else
   4818   if test -n "$ac_ct_CC"; then
   4819   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   4820 else
   4821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4822 for as_dir in $PATH
   4823 do
   4824   IFS=$as_save_IFS
   4825   test -z "$as_dir" && as_dir=.
   4826     for ac_exec_ext in '' $ac_executable_extensions; do
   4827   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4828     ac_cv_prog_ac_ct_CC="$ac_prog"
   4829     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4830     break 2
   4831   fi
   4832 done
   4833   done
   4834 IFS=$as_save_IFS
   4835 
   4836 fi
   4837 fi
   4838 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   4839 if test -n "$ac_ct_CC"; then
   4840   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   4841 $as_echo "$ac_ct_CC" >&6; }
   4842 else
   4843   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4844 $as_echo "no" >&6; }
   4845 fi
   4846 
   4847 
   4848   test -n "$ac_ct_CC" && break
   4849 done
   4850 
   4851   if test "x$ac_ct_CC" = x; then
   4852     CC=""
   4853   else
   4854     case $cross_compiling:$ac_tool_warned in
   4855 yes:)
   4856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4857 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4858 ac_tool_warned=yes ;;
   4859 esac
   4860     CC=$ac_ct_CC
   4861   fi
   4862 fi
   4863 
   4864 fi
   4865 
   4866 
   4867 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4868 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4869 as_fn_error $? "no acceptable C compiler found in \$PATH
   4870 See \`config.log' for more details" "$LINENO" 5; }
   4871 
   4872 # Provide some information about the compiler.
   4873 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   4874 set X $ac_compile
   4875 ac_compiler=$2
   4876 for ac_option in --version -v -V -qversion; do
   4877   { { ac_try="$ac_compiler $ac_option >&5"
   4878 case "(($ac_try" in
   4879   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   4880   *) ac_try_echo=$ac_try;;
   4881 esac
   4882 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   4883 $as_echo "$ac_try_echo"; } >&5
   4884   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   4885   ac_status=$?
   4886   if test -s conftest.err; then
   4887     sed '10a\
   4888 ... rest of stderr output deleted ...
   4889          10q' conftest.err >conftest.er1
   4890     cat conftest.er1 >&5
   4891   fi
   4892   rm -f conftest.er1 conftest.err
   4893   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   4894   test $ac_status = 0; }
   4895 done
   4896 
   4897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   4898 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   4899 if ${ac_cv_c_compiler_gnu+:} false; then :
   4900   $as_echo_n "(cached) " >&6
   4901 else
   4902   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4903 /* end confdefs.h.  */
   4904 
   4905 int
   4906 main ()
   4907 {
   4908 #ifndef __GNUC__
   4909        choke me
   4910 #endif
   4911 
   4912   ;
   4913   return 0;
   4914 }
   4915 _ACEOF
   4916 if ac_fn_c_try_compile "$LINENO"; then :
   4917   ac_compiler_gnu=yes
   4918 else
   4919   ac_compiler_gnu=no
   4920 fi
   4921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4922 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   4923 
   4924 fi
   4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   4926 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   4927 if test $ac_compiler_gnu = yes; then
   4928   GCC=yes
   4929 else
   4930   GCC=
   4931 fi
   4932 ac_test_CFLAGS=${CFLAGS+set}
   4933 ac_save_CFLAGS=$CFLAGS
   4934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   4935 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   4936 if ${ac_cv_prog_cc_g+:} false; then :
   4937   $as_echo_n "(cached) " >&6
   4938 else
   4939   ac_save_c_werror_flag=$ac_c_werror_flag
   4940    ac_c_werror_flag=yes
   4941    ac_cv_prog_cc_g=no
   4942    CFLAGS="-g"
   4943    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4944 /* end confdefs.h.  */
   4945 
   4946 int
   4947 main ()
   4948 {
   4949 
   4950   ;
   4951   return 0;
   4952 }
   4953 _ACEOF
   4954 if ac_fn_c_try_compile "$LINENO"; then :
   4955   ac_cv_prog_cc_g=yes
   4956 else
   4957   CFLAGS=""
   4958       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4959 /* end confdefs.h.  */
   4960 
   4961 int
   4962 main ()
   4963 {
   4964 
   4965   ;
   4966   return 0;
   4967 }
   4968 _ACEOF
   4969 if ac_fn_c_try_compile "$LINENO"; then :
   4970 
   4971 else
   4972   ac_c_werror_flag=$ac_save_c_werror_flag
   4973 	 CFLAGS="-g"
   4974 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4975 /* end confdefs.h.  */
   4976 
   4977 int
   4978 main ()
   4979 {
   4980 
   4981   ;
   4982   return 0;
   4983 }
   4984 _ACEOF
   4985 if ac_fn_c_try_compile "$LINENO"; then :
   4986   ac_cv_prog_cc_g=yes
   4987 fi
   4988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4989 fi
   4990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4991 fi
   4992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4993    ac_c_werror_flag=$ac_save_c_werror_flag
   4994 fi
   4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   4996 $as_echo "$ac_cv_prog_cc_g" >&6; }
   4997 if test "$ac_test_CFLAGS" = set; then
   4998   CFLAGS=$ac_save_CFLAGS
   4999 elif test $ac_cv_prog_cc_g = yes; then
   5000   if test "$GCC" = yes; then
   5001     CFLAGS="-g -O2"
   5002   else
   5003     CFLAGS="-g"
   5004   fi
   5005 else
   5006   if test "$GCC" = yes; then
   5007     CFLAGS="-O2"
   5008   else
   5009     CFLAGS=
   5010   fi
   5011 fi
   5012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   5013 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   5014 if ${ac_cv_prog_cc_c89+:} false; then :
   5015   $as_echo_n "(cached) " >&6
   5016 else
   5017   ac_cv_prog_cc_c89=no
   5018 ac_save_CC=$CC
   5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   5020 /* end confdefs.h.  */
   5021 #include <stdarg.h>
   5022 #include <stdio.h>
   5023 struct stat;
   5024 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   5025 struct buf { int x; };
   5026 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   5027 static char *e (p, i)
   5028      char **p;
   5029      int i;
   5030 {
   5031   return p[i];
   5032 }
   5033 static char *f (char * (*g) (char **, int), char **p, ...)
   5034 {
   5035   char *s;
   5036   va_list v;
   5037   va_start (v,p);
   5038   s = g (p, va_arg (v,int));
   5039   va_end (v);
   5040   return s;
   5041 }
   5042 
   5043 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   5044    function prototypes and stuff, but not '\xHH' hex character constants.
   5045    These don't provoke an error unfortunately, instead are silently treated
   5046    as 'x'.  The following induces an error, until -std is added to get
   5047    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   5048    array size at least.  It's necessary to write '\x00'==0 to get something
   5049    that's true only with -std.  */
   5050 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   5051 
   5052 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   5053    inside strings and character constants.  */
   5054 #define FOO(x) 'x'
   5055 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   5056 
   5057 int test (int i, double x);
   5058 struct s1 {int (*f) (int a);};
   5059 struct s2 {int (*f) (double a);};
   5060 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   5061 int argc;
   5062 char **argv;
   5063 int
   5064 main ()
   5065 {
   5066 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   5067   ;
   5068   return 0;
   5069 }
   5070 _ACEOF
   5071 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   5072 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   5073 do
   5074   CC="$ac_save_CC $ac_arg"
   5075   if ac_fn_c_try_compile "$LINENO"; then :
   5076   ac_cv_prog_cc_c89=$ac_arg
   5077 fi
   5078 rm -f core conftest.err conftest.$ac_objext
   5079   test "x$ac_cv_prog_cc_c89" != "xno" && break
   5080 done
   5081 rm -f conftest.$ac_ext
   5082 CC=$ac_save_CC
   5083 
   5084 fi
   5085 # AC_CACHE_VAL
   5086 case "x$ac_cv_prog_cc_c89" in
   5087   x)
   5088     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   5089 $as_echo "none needed" >&6; } ;;
   5090   xno)
   5091     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   5092 $as_echo "unsupported" >&6; } ;;
   5093   *)
   5094     CC="$CC $ac_cv_prog_cc_c89"
   5095     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   5096 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   5097 esac
   5098 if test "x$ac_cv_prog_cc_c89" != xno; then :
   5099 
   5100 fi
   5101 
   5102 ac_ext=c
   5103 ac_cpp='$CPP $CPPFLAGS'
   5104 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5105 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5106 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5107 
   5108 ac_ext=c
   5109 ac_cpp='$CPP $CPPFLAGS'
   5110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
   5114 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
   5115 if ${am_cv_prog_cc_c_o+:} false; then :
   5116   $as_echo_n "(cached) " >&6
   5117 else
   5118   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   5119 /* end confdefs.h.  */
   5120 
   5121 int
   5122 main ()
   5123 {
   5124 
   5125   ;
   5126   return 0;
   5127 }
   5128 _ACEOF
   5129   # Make sure it works both with $CC and with simple cc.
   5130   # Following AC_PROG_CC_C_O, we do the test twice because some
   5131   # compilers refuse to overwrite an existing .o file with -o,
   5132   # though they will create one.
   5133   am_cv_prog_cc_c_o=yes
   5134   for am_i in 1 2; do
   5135     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
   5136    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
   5137    ac_status=$?
   5138    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   5139    (exit $ac_status); } \
   5140          && test -f conftest2.$ac_objext; then
   5141       : OK
   5142     else
   5143       am_cv_prog_cc_c_o=no
   5144       break
   5145     fi
   5146   done
   5147   rm -f core conftest*
   5148   unset am_i
   5149 fi
   5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
   5151 $as_echo "$am_cv_prog_cc_c_o" >&6; }
   5152 if test "$am_cv_prog_cc_c_o" != yes; then
   5153    # Losing compiler, so override with the script.
   5154    # FIXME: It is wrong to rewrite CC.
   5155    # But if we don't then we get into trouble of one sort or another.
   5156    # A longer-term fix would be to have automake use am__CC in this case,
   5157    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
   5158    CC="$am_aux_dir/compile $CC"
   5159 fi
   5160 ac_ext=c
   5161 ac_cpp='$CPP $CPPFLAGS'
   5162 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5163 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5164 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5165 
   5166 
   5167 if test -n "$ac_tool_prefix"; then
   5168   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   5169 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5171 $as_echo_n "checking for $ac_word... " >&6; }
   5172 if ${ac_cv_prog_RANLIB+:} false; then :
   5173   $as_echo_n "(cached) " >&6
   5174 else
   5175   if test -n "$RANLIB"; then
   5176   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   5177 else
   5178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5179 for as_dir in $PATH
   5180 do
   5181   IFS=$as_save_IFS
   5182   test -z "$as_dir" && as_dir=.
   5183     for ac_exec_ext in '' $ac_executable_extensions; do
   5184   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5185     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   5186     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5187     break 2
   5188   fi
   5189 done
   5190   done
   5191 IFS=$as_save_IFS
   5192 
   5193 fi
   5194 fi
   5195 RANLIB=$ac_cv_prog_RANLIB
   5196 if test -n "$RANLIB"; then
   5197   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   5198 $as_echo "$RANLIB" >&6; }
   5199 else
   5200   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5201 $as_echo "no" >&6; }
   5202 fi
   5203 
   5204 
   5205 fi
   5206 if test -z "$ac_cv_prog_RANLIB"; then
   5207   ac_ct_RANLIB=$RANLIB
   5208   # Extract the first word of "ranlib", so it can be a program name with args.
   5209 set dummy ranlib; ac_word=$2
   5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5211 $as_echo_n "checking for $ac_word... " >&6; }
   5212 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   5213   $as_echo_n "(cached) " >&6
   5214 else
   5215   if test -n "$ac_ct_RANLIB"; then
   5216   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   5217 else
   5218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5219 for as_dir in $PATH
   5220 do
   5221   IFS=$as_save_IFS
   5222   test -z "$as_dir" && as_dir=.
   5223     for ac_exec_ext in '' $ac_executable_extensions; do
   5224   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5225     ac_cv_prog_ac_ct_RANLIB="ranlib"
   5226     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5227     break 2
   5228   fi
   5229 done
   5230   done
   5231 IFS=$as_save_IFS
   5232 
   5233 fi
   5234 fi
   5235 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   5236 if test -n "$ac_ct_RANLIB"; then
   5237   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   5238 $as_echo "$ac_ct_RANLIB" >&6; }
   5239 else
   5240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5241 $as_echo "no" >&6; }
   5242 fi
   5243 
   5244   if test "x$ac_ct_RANLIB" = x; then
   5245     RANLIB=":"
   5246   else
   5247     case $cross_compiling:$ac_tool_warned in
   5248 yes:)
   5249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5251 ac_tool_warned=yes ;;
   5252 esac
   5253     RANLIB=$ac_ct_RANLIB
   5254   fi
   5255 else
   5256   RANLIB="$ac_cv_prog_RANLIB"
   5257 fi
   5258 
   5259 if test -n "$ac_tool_prefix"; then
   5260   for ac_prog in ar lib "link -lib"
   5261   do
   5262     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   5263 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5265 $as_echo_n "checking for $ac_word... " >&6; }
   5266 if ${ac_cv_prog_AR+:} false; then :
   5267   $as_echo_n "(cached) " >&6
   5268 else
   5269   if test -n "$AR"; then
   5270   ac_cv_prog_AR="$AR" # Let the user override the test.
   5271 else
   5272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5273 for as_dir in $PATH
   5274 do
   5275   IFS=$as_save_IFS
   5276   test -z "$as_dir" && as_dir=.
   5277     for ac_exec_ext in '' $ac_executable_extensions; do
   5278   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5279     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
   5280     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5281     break 2
   5282   fi
   5283 done
   5284   done
   5285 IFS=$as_save_IFS
   5286 
   5287 fi
   5288 fi
   5289 AR=$ac_cv_prog_AR
   5290 if test -n "$AR"; then
   5291   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   5292 $as_echo "$AR" >&6; }
   5293 else
   5294   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5295 $as_echo "no" >&6; }
   5296 fi
   5297 
   5298 
   5299     test -n "$AR" && break
   5300   done
   5301 fi
   5302 if test -z "$AR"; then
   5303   ac_ct_AR=$AR
   5304   for ac_prog in ar lib "link -lib"
   5305 do
   5306   # Extract the first word of "$ac_prog", so it can be a program name with args.
   5307 set dummy $ac_prog; ac_word=$2
   5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5309 $as_echo_n "checking for $ac_word... " >&6; }
   5310 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   5311   $as_echo_n "(cached) " >&6
   5312 else
   5313   if test -n "$ac_ct_AR"; then
   5314   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   5315 else
   5316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5317 for as_dir in $PATH
   5318 do
   5319   IFS=$as_save_IFS
   5320   test -z "$as_dir" && as_dir=.
   5321     for ac_exec_ext in '' $ac_executable_extensions; do
   5322   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5323     ac_cv_prog_ac_ct_AR="$ac_prog"
   5324     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5325     break 2
   5326   fi
   5327 done
   5328   done
   5329 IFS=$as_save_IFS
   5330 
   5331 fi
   5332 fi
   5333 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   5334 if test -n "$ac_ct_AR"; then
   5335   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   5336 $as_echo "$ac_ct_AR" >&6; }
   5337 else
   5338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5339 $as_echo "no" >&6; }
   5340 fi
   5341 
   5342 
   5343   test -n "$ac_ct_AR" && break
   5344 done
   5345 
   5346   if test "x$ac_ct_AR" = x; then
   5347     AR="false"
   5348   else
   5349     case $cross_compiling:$ac_tool_warned in
   5350 yes:)
   5351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5352 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5353 ac_tool_warned=yes ;;
   5354 esac
   5355     AR=$ac_ct_AR
   5356   fi
   5357 fi
   5358 
   5359 : ${AR=ar}
   5360 
   5361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
   5362 $as_echo_n "checking the archiver ($AR) interface... " >&6; }
   5363 if ${am_cv_ar_interface+:} false; then :
   5364   $as_echo_n "(cached) " >&6
   5365 else
   5366   ac_ext=c
   5367 ac_cpp='$CPP $CPPFLAGS'
   5368 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5369 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5370 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5371 
   5372    am_cv_ar_interface=ar
   5373    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   5374 /* end confdefs.h.  */
   5375 int some_variable = 0;
   5376 _ACEOF
   5377 if ac_fn_c_try_compile "$LINENO"; then :
   5378   am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
   5379       { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
   5380   (eval $am_ar_try) 2>&5
   5381   ac_status=$?
   5382   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5383   test $ac_status = 0; }
   5384       if test "$ac_status" -eq 0; then
   5385         am_cv_ar_interface=ar
   5386       else
   5387         am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
   5388         { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
   5389   (eval $am_ar_try) 2>&5
   5390   ac_status=$?
   5391   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5392   test $ac_status = 0; }
   5393         if test "$ac_status" -eq 0; then
   5394           am_cv_ar_interface=lib
   5395         else
   5396           am_cv_ar_interface=unknown
   5397         fi
   5398       fi
   5399       rm -f conftest.lib libconftest.a
   5400 
   5401 fi
   5402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   5403    ac_ext=c
   5404 ac_cpp='$CPP $CPPFLAGS'
   5405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   5406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   5407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   5408 
   5409 fi
   5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
   5411 $as_echo "$am_cv_ar_interface" >&6; }
   5412 
   5413 case $am_cv_ar_interface in
   5414 ar)
   5415   ;;
   5416 lib)
   5417   # Microsoft lib, so override with the ar-lib wrapper script.
   5418   # FIXME: It is wrong to rewrite AR.
   5419   # But if we don't then we get into trouble of one sort or another.
   5420   # A longer-term fix would be to have automake use am__AR in this case,
   5421   # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
   5422   # similar.
   5423   AR="$am_aux_dir/ar-lib $AR"
   5424   ;;
   5425 unknown)
   5426   as_fn_error $? "could not determine $AR interface" "$LINENO" 5
   5427   ;;
   5428 esac
   5429 
   5430 
   5431 # Check whether --enable-shared was given.
   5432 if test "${enable_shared+set}" = set; then :
   5433   enableval=$enable_shared; p=${PACKAGE-default}
   5434     case $enableval in
   5435     yes) enable_shared=yes ;;
   5436     no) enable_shared=no ;;
   5437     *)
   5438       enable_shared=no
   5439       # Look at the argument we got.  We use all the common list separators.
   5440       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   5441       for pkg in $enableval; do
   5442 	IFS="$lt_save_ifs"
   5443 	if test "X$pkg" = "X$p"; then
   5444 	  enable_shared=yes
   5445 	fi
   5446       done
   5447       IFS="$lt_save_ifs"
   5448       ;;
   5449     esac
   5450 else
   5451   enable_shared=no
   5452 fi
   5453 
   5454 
   5455 
   5456 
   5457 
   5458 
   5459 
   5460 
   5461 
   5462 
   5463 case `pwd` in
   5464   *\ * | *\	*)
   5465     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
   5466 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
   5467 esac
   5468 
   5469 
   5470 
   5471 macro_version='2.2.7a'
   5472 macro_revision='1.3134'
   5473 
   5474 
   5475 
   5476 
   5477 
   5478 
   5479 
   5480 
   5481 
   5482 
   5483 
   5484 
   5485 
   5486 ltmain="$ac_aux_dir/ltmain.sh"
   5487 
   5488 # Backslashify metacharacters that are still active within
   5489 # double-quoted strings.
   5490 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
   5491 
   5492 # Same as above, but do not quote variable references.
   5493 double_quote_subst='s/\(["`\\]\)/\\\1/g'
   5494 
   5495 # Sed substitution to delay expansion of an escaped shell variable in a
   5496 # double_quote_subst'ed string.
   5497 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
   5498 
   5499 # Sed substitution to delay expansion of an escaped single quote.
   5500 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
   5501 
   5502 # Sed substitution to avoid accidental globbing in evaled expressions
   5503 no_glob_subst='s/\*/\\\*/g'
   5504 
   5505 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   5506 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
   5507 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
   5508 
   5509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
   5510 $as_echo_n "checking how to print strings... " >&6; }
   5511 # Test print first, because it will be a builtin if present.
   5512 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
   5513    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
   5514   ECHO='print -r --'
   5515 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
   5516   ECHO='printf %s\n'
   5517 else
   5518   # Use this function as a fallback that always works.
   5519   func_fallback_echo ()
   5520   {
   5521     eval 'cat <<_LTECHO_EOF
   5522 $1
   5523 _LTECHO_EOF'
   5524   }
   5525   ECHO='func_fallback_echo'
   5526 fi
   5527 
   5528 # func_echo_all arg...
   5529 # Invoke $ECHO with all args, space-separated.
   5530 func_echo_all ()
   5531 {
   5532     $ECHO ""
   5533 }
   5534 
   5535 case "$ECHO" in
   5536   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
   5537 $as_echo "printf" >&6; } ;;
   5538   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
   5539 $as_echo "print -r" >&6; } ;;
   5540   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
   5541 $as_echo "cat" >&6; } ;;
   5542 esac
   5543 
   5544 
   5545 
   5546 
   5547 
   5548 
   5549 
   5550 
   5551 
   5552 
   5553 
   5554 
   5555 
   5556 
   5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
   5558 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
   5559 if ${ac_cv_path_SED+:} false; then :
   5560   $as_echo_n "(cached) " >&6
   5561 else
   5562             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
   5563      for ac_i in 1 2 3 4 5 6 7; do
   5564        ac_script="$ac_script$as_nl$ac_script"
   5565      done
   5566      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
   5567      { ac_script=; unset ac_script;}
   5568      if test -z "$SED"; then
   5569   ac_path_SED_found=false
   5570   # Loop through the user's path and test for each of PROGNAME-LIST
   5571   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5572 for as_dir in $PATH
   5573 do
   5574   IFS=$as_save_IFS
   5575   test -z "$as_dir" && as_dir=.
   5576     for ac_prog in sed gsed; do
   5577     for ac_exec_ext in '' $ac_executable_extensions; do
   5578       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
   5579       as_fn_executable_p "$ac_path_SED" || continue
   5580 # Check for GNU ac_path_SED and select it if it is found.
   5581   # Check for GNU $ac_path_SED
   5582 case `"$ac_path_SED" --version 2>&1` in
   5583 *GNU*)
   5584   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
   5585 *)
   5586   ac_count=0
   5587   $as_echo_n 0123456789 >"conftest.in"
   5588   while :
   5589   do
   5590     cat "conftest.in" "conftest.in" >"conftest.tmp"
   5591     mv "conftest.tmp" "conftest.in"
   5592     cp "conftest.in" "conftest.nl"
   5593     $as_echo '' >> "conftest.nl"
   5594     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
   5595     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   5596     as_fn_arith $ac_count + 1 && ac_count=$as_val
   5597     if test $ac_count -gt ${ac_path_SED_max-0}; then
   5598       # Best one so far, save it but keep looking for a better one
   5599       ac_cv_path_SED="$ac_path_SED"
   5600       ac_path_SED_max=$ac_count
   5601     fi
   5602     # 10*(2^10) chars as input seems more than enough
   5603     test $ac_count -gt 10 && break
   5604   done
   5605   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   5606 esac
   5607 
   5608       $ac_path_SED_found && break 3
   5609     done
   5610   done
   5611   done
   5612 IFS=$as_save_IFS
   5613   if test -z "$ac_cv_path_SED"; then
   5614     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   5615   fi
   5616 else
   5617   ac_cv_path_SED=$SED
   5618 fi
   5619 
   5620 fi
   5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
   5622 $as_echo "$ac_cv_path_SED" >&6; }
   5623  SED="$ac_cv_path_SED"
   5624   rm -f conftest.sed
   5625 
   5626 test -z "$SED" && SED=sed
   5627 Xsed="$SED -e 1s/^X//"
   5628 
   5629 
   5630 
   5631 
   5632 
   5633 
   5634 
   5635 
   5636 
   5637 
   5638 
   5639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
   5640 $as_echo_n "checking for fgrep... " >&6; }
   5641 if ${ac_cv_path_FGREP+:} false; then :
   5642   $as_echo_n "(cached) " >&6
   5643 else
   5644   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
   5645    then ac_cv_path_FGREP="$GREP -F"
   5646    else
   5647      if test -z "$FGREP"; then
   5648   ac_path_FGREP_found=false
   5649   # Loop through the user's path and test for each of PROGNAME-LIST
   5650   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5651 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   5652 do
   5653   IFS=$as_save_IFS
   5654   test -z "$as_dir" && as_dir=.
   5655     for ac_prog in fgrep; do
   5656     for ac_exec_ext in '' $ac_executable_extensions; do
   5657       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
   5658       as_fn_executable_p "$ac_path_FGREP" || continue
   5659 # Check for GNU ac_path_FGREP and select it if it is found.
   5660   # Check for GNU $ac_path_FGREP
   5661 case `"$ac_path_FGREP" --version 2>&1` in
   5662 *GNU*)
   5663   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
   5664 *)
   5665   ac_count=0
   5666   $as_echo_n 0123456789 >"conftest.in"
   5667   while :
   5668   do
   5669     cat "conftest.in" "conftest.in" >"conftest.tmp"
   5670     mv "conftest.tmp" "conftest.in"
   5671     cp "conftest.in" "conftest.nl"
   5672     $as_echo 'FGREP' >> "conftest.nl"
   5673     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
   5674     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   5675     as_fn_arith $ac_count + 1 && ac_count=$as_val
   5676     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
   5677       # Best one so far, save it but keep looking for a better one
   5678       ac_cv_path_FGREP="$ac_path_FGREP"
   5679       ac_path_FGREP_max=$ac_count
   5680     fi
   5681     # 10*(2^10) chars as input seems more than enough
   5682     test $ac_count -gt 10 && break
   5683   done
   5684   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   5685 esac
   5686 
   5687       $ac_path_FGREP_found && break 3
   5688     done
   5689   done
   5690   done
   5691 IFS=$as_save_IFS
   5692   if test -z "$ac_cv_path_FGREP"; then
   5693     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   5694   fi
   5695 else
   5696   ac_cv_path_FGREP=$FGREP
   5697 fi
   5698 
   5699    fi
   5700 fi
   5701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
   5702 $as_echo "$ac_cv_path_FGREP" >&6; }
   5703  FGREP="$ac_cv_path_FGREP"
   5704 
   5705 
   5706 test -z "$GREP" && GREP=grep
   5707 
   5708 
   5709 
   5710 
   5711 
   5712 
   5713 
   5714 
   5715 
   5716 
   5717 
   5718 
   5719 
   5720 
   5721 
   5722 
   5723 
   5724 
   5725 
   5726 # Check whether --with-gnu-ld was given.
   5727 if test "${with_gnu_ld+set}" = set; then :
   5728   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
   5729 else
   5730   with_gnu_ld=no
   5731 fi
   5732 
   5733 ac_prog=ld
   5734 if test "$GCC" = yes; then
   5735   # Check if gcc -print-prog-name=ld gives a path.
   5736   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
   5737 $as_echo_n "checking for ld used by $CC... " >&6; }
   5738   case $host in
   5739   *-*-mingw*)
   5740     # gcc leaves a trailing carriage return which upsets mingw
   5741     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   5742   *)
   5743     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
   5744   esac
   5745   case $ac_prog in
   5746     # Accept absolute paths.
   5747     [\\/]* | ?:[\\/]*)
   5748       re_direlt='/[^/][^/]*/\.\./'
   5749       # Canonicalize the pathname of ld
   5750       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
   5751       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
   5752 	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
   5753       done
   5754       test -z "$LD" && LD="$ac_prog"
   5755       ;;
   5756   "")
   5757     # If it fails, then pretend we aren't using GCC.
   5758     ac_prog=ld
   5759     ;;
   5760   *)
   5761     # If it is relative, then search for the first ld in PATH.
   5762     with_gnu_ld=unknown
   5763     ;;
   5764   esac
   5765 elif test "$with_gnu_ld" = yes; then
   5766   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
   5767 $as_echo_n "checking for GNU ld... " >&6; }
   5768 else
   5769   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
   5770 $as_echo_n "checking for non-GNU ld... " >&6; }
   5771 fi
   5772 if ${lt_cv_path_LD+:} false; then :
   5773   $as_echo_n "(cached) " >&6
   5774 else
   5775   if test -z "$LD"; then
   5776   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   5777   for ac_dir in $PATH; do
   5778     IFS="$lt_save_ifs"
   5779     test -z "$ac_dir" && ac_dir=.
   5780     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
   5781       lt_cv_path_LD="$ac_dir/$ac_prog"
   5782       # Check to see if the program is GNU ld.  I'd rather use --version,
   5783       # but apparently some variants of GNU ld only accept -v.
   5784       # Break only if it was the GNU/non-GNU ld that we prefer.
   5785       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
   5786       *GNU* | *'with BFD'*)
   5787 	test "$with_gnu_ld" != no && break
   5788 	;;
   5789       *)
   5790 	test "$with_gnu_ld" != yes && break
   5791 	;;
   5792       esac
   5793     fi
   5794   done
   5795   IFS="$lt_save_ifs"
   5796 else
   5797   lt_cv_path_LD="$LD" # Let the user override the test with a path.
   5798 fi
   5799 fi
   5800 
   5801 LD="$lt_cv_path_LD"
   5802 if test -n "$LD"; then
   5803   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
   5804 $as_echo "$LD" >&6; }
   5805 else
   5806   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5807 $as_echo "no" >&6; }
   5808 fi
   5809 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
   5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
   5811 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
   5812 if ${lt_cv_prog_gnu_ld+:} false; then :
   5813   $as_echo_n "(cached) " >&6
   5814 else
   5815   # I'd rather use --version here, but apparently some GNU lds only accept -v.
   5816 case `$LD -v 2>&1 </dev/null` in
   5817 *GNU* | *'with BFD'*)
   5818   lt_cv_prog_gnu_ld=yes
   5819   ;;
   5820 *)
   5821   lt_cv_prog_gnu_ld=no
   5822   ;;
   5823 esac
   5824 fi
   5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
   5826 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
   5827 with_gnu_ld=$lt_cv_prog_gnu_ld
   5828 
   5829 
   5830 
   5831 
   5832 
   5833 
   5834 
   5835 
   5836 
   5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
   5838 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
   5839 if ${lt_cv_path_NM+:} false; then :
   5840   $as_echo_n "(cached) " >&6
   5841 else
   5842   if test -n "$NM"; then
   5843    # Let the user override the nm to test.
   5844    lt_nm_to_check="$NM"
   5845  else
   5846    lt_nm_to_check="${ac_tool_prefix}nm"
   5847    if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
   5848      lt_nm_to_check="$lt_nm_to_check nm"
   5849    fi
   5850  fi
   5851  for lt_tmp_nm in "$lt_nm_to_check"; do
   5852    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   5853    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
   5854      IFS="$lt_save_ifs"
   5855      test -z "$ac_dir" && ac_dir=.
   5856      # Strip out any user-provided options from the nm to test twice,
   5857      # the first time to test to see if nm (rather than its options) has
   5858      # an explicit path, the second time to yield a file which can be
   5859      # nm'ed itself.
   5860      tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
   5861      case "$tmp_nm_path" in
   5862      */*|*\\*) tmp_nm="$lt_tmp_nm";;
   5863      *) tmp_nm="$ac_dir/$lt_tmp_nm";;
   5864      esac
   5865      tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
   5866      if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
   5867        # Check to see if the nm accepts a BSD-compat flag.
   5868        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
   5869        #   nm: unknown option "B" ignored
   5870        case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
   5871        *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
   5872 	 break
   5873 	 ;;
   5874        *)
   5875 	 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
   5876 	 *$tmp_nm*)
   5877 	   lt_cv_path_NM="$tmp_nm -p"
   5878 	   break
   5879 	   ;;
   5880 	 *)
   5881 	   lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
   5882 	   continue # so that we can try to find one that supports BSD flags
   5883 	   ;;
   5884 	 esac
   5885 	 ;;
   5886        esac
   5887      fi
   5888    done
   5889    IFS="$lt_save_ifs"
   5890  done
   5891  : ${lt_cv_path_NM=no}
   5892 fi
   5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
   5894 $as_echo "$lt_cv_path_NM" >&6; }
   5895 if test "$lt_cv_path_NM" != "no"; then
   5896   NM="$lt_cv_path_NM"
   5897 else
   5898   # Didn't find any BSD compatible name lister, look for dumpbin.
   5899   if test -n "$DUMPBIN"; then :
   5900     # Let the user override the test.
   5901   else
   5902     if test -n "$ac_tool_prefix"; then
   5903   for ac_prog in dumpbin "link -dump"
   5904   do
   5905     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   5906 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5908 $as_echo_n "checking for $ac_word... " >&6; }
   5909 if ${ac_cv_prog_DUMPBIN+:} false; then :
   5910   $as_echo_n "(cached) " >&6
   5911 else
   5912   if test -n "$DUMPBIN"; then
   5913   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
   5914 else
   5915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5916 for as_dir in $PATH
   5917 do
   5918   IFS=$as_save_IFS
   5919   test -z "$as_dir" && as_dir=.
   5920     for ac_exec_ext in '' $ac_executable_extensions; do
   5921   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5922     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
   5923     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5924     break 2
   5925   fi
   5926 done
   5927   done
   5928 IFS=$as_save_IFS
   5929 
   5930 fi
   5931 fi
   5932 DUMPBIN=$ac_cv_prog_DUMPBIN
   5933 if test -n "$DUMPBIN"; then
   5934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
   5935 $as_echo "$DUMPBIN" >&6; }
   5936 else
   5937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5938 $as_echo "no" >&6; }
   5939 fi
   5940 
   5941 
   5942     test -n "$DUMPBIN" && break
   5943   done
   5944 fi
   5945 if test -z "$DUMPBIN"; then
   5946   ac_ct_DUMPBIN=$DUMPBIN
   5947   for ac_prog in dumpbin "link -dump"
   5948 do
   5949   # Extract the first word of "$ac_prog", so it can be a program name with args.
   5950 set dummy $ac_prog; ac_word=$2
   5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5952 $as_echo_n "checking for $ac_word... " >&6; }
   5953 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
   5954   $as_echo_n "(cached) " >&6
   5955 else
   5956   if test -n "$ac_ct_DUMPBIN"; then
   5957   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
   5958 else
   5959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5960 for as_dir in $PATH
   5961 do
   5962   IFS=$as_save_IFS
   5963   test -z "$as_dir" && as_dir=.
   5964     for ac_exec_ext in '' $ac_executable_extensions; do
   5965   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5966     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
   5967     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5968     break 2
   5969   fi
   5970 done
   5971   done
   5972 IFS=$as_save_IFS
   5973 
   5974 fi
   5975 fi
   5976 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
   5977 if test -n "$ac_ct_DUMPBIN"; then
   5978   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
   5979 $as_echo "$ac_ct_DUMPBIN" >&6; }
   5980 else
   5981   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5982 $as_echo "no" >&6; }
   5983 fi
   5984 
   5985 
   5986   test -n "$ac_ct_DUMPBIN" && break
   5987 done
   5988 
   5989   if test "x$ac_ct_DUMPBIN" = x; then
   5990     DUMPBIN=":"
   5991   else
   5992     case $cross_compiling:$ac_tool_warned in
   5993 yes:)
   5994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5995 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5996 ac_tool_warned=yes ;;
   5997 esac
   5998     DUMPBIN=$ac_ct_DUMPBIN
   5999   fi
   6000 fi
   6001 
   6002     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
   6003     *COFF*)
   6004       DUMPBIN="$DUMPBIN -symbols"
   6005       ;;
   6006     *)
   6007       DUMPBIN=:
   6008       ;;
   6009     esac
   6010   fi
   6011 
   6012   if test "$DUMPBIN" != ":"; then
   6013     NM="$DUMPBIN"
   6014   fi
   6015 fi
   6016 test -z "$NM" && NM=nm
   6017 
   6018 
   6019 
   6020 
   6021 
   6022 
   6023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
   6024 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
   6025 if ${lt_cv_nm_interface+:} false; then :
   6026   $as_echo_n "(cached) " >&6
   6027 else
   6028   lt_cv_nm_interface="BSD nm"
   6029   echo "int some_variable = 0;" > conftest.$ac_ext
   6030   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
   6031   (eval "$ac_compile" 2>conftest.err)
   6032   cat conftest.err >&5
   6033   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   6034   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   6035   cat conftest.err >&5
   6036   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
   6037   cat conftest.out >&5
   6038   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
   6039     lt_cv_nm_interface="MS dumpbin"
   6040   fi
   6041   rm -f conftest*
   6042 fi
   6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
   6044 $as_echo "$lt_cv_nm_interface" >&6; }
   6045 
   6046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
   6047 $as_echo_n "checking whether ln -s works... " >&6; }
   6048 LN_S=$as_ln_s
   6049 if test "$LN_S" = "ln -s"; then
   6050   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   6051 $as_echo "yes" >&6; }
   6052 else
   6053   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
   6054 $as_echo "no, using $LN_S" >&6; }
   6055 fi
   6056 
   6057 # find the maximum length of command line arguments
   6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
   6059 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
   6060 if ${lt_cv_sys_max_cmd_len+:} false; then :
   6061   $as_echo_n "(cached) " >&6
   6062 else
   6063     i=0
   6064   teststring="ABCD"
   6065 
   6066   case $build_os in
   6067   msdosdjgpp*)
   6068     # On DJGPP, this test can blow up pretty badly due to problems in libc
   6069     # (any single argument exceeding 2000 bytes causes a buffer overrun
   6070     # during glob expansion).  Even if it were fixed, the result of this
   6071     # check would be larger than it should be.
   6072     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
   6073     ;;
   6074 
   6075   gnu*)
   6076     # Under GNU Hurd, this test is not required because there is
   6077     # no limit to the length of command line arguments.
   6078     # Libtool will interpret -1 as no limit whatsoever
   6079     lt_cv_sys_max_cmd_len=-1;
   6080     ;;
   6081 
   6082   cygwin* | mingw* | cegcc*)
   6083     # On Win9x/ME, this test blows up -- it succeeds, but takes
   6084     # about 5 minutes as the teststring grows exponentially.
   6085     # Worse, since 9x/ME are not pre-emptively multitasking,
   6086     # you end up with a "frozen" computer, even though with patience
   6087     # the test eventually succeeds (with a max line length of 256k).
   6088     # Instead, let's just punt: use the minimum linelength reported by
   6089     # all of the supported platforms: 8192 (on NT/2K/XP).
   6090     lt_cv_sys_max_cmd_len=8192;
   6091     ;;
   6092 
   6093   mint*)
   6094     # On MiNT this can take a long time and run out of memory.
   6095     lt_cv_sys_max_cmd_len=8192;
   6096     ;;
   6097 
   6098   amigaos*)
   6099     # On AmigaOS with pdksh, this test takes hours, literally.
   6100     # So we just punt and use a minimum line length of 8192.
   6101     lt_cv_sys_max_cmd_len=8192;
   6102     ;;
   6103 
   6104   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
   6105     # This has been around since 386BSD, at least.  Likely further.
   6106     if test -x /sbin/sysctl; then
   6107       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
   6108     elif test -x /usr/sbin/sysctl; then
   6109       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
   6110     else
   6111       lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
   6112     fi
   6113     # And add a safety zone
   6114     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   6115     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   6116     ;;
   6117 
   6118   interix*)
   6119     # We know the value 262144 and hardcode it with a safety zone (like BSD)
   6120     lt_cv_sys_max_cmd_len=196608
   6121     ;;
   6122 
   6123   osf*)
   6124     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
   6125     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
   6126     # nice to cause kernel panics so lets avoid the loop below.
   6127     # First set a reasonable default.
   6128     lt_cv_sys_max_cmd_len=16384
   6129     #
   6130     if test -x /sbin/sysconfig; then
   6131       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
   6132         *1*) lt_cv_sys_max_cmd_len=-1 ;;
   6133       esac
   6134     fi
   6135     ;;
   6136   sco3.2v5*)
   6137     lt_cv_sys_max_cmd_len=102400
   6138     ;;
   6139   sysv5* | sco5v6* | sysv4.2uw2*)
   6140     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
   6141     if test -n "$kargmax"; then
   6142       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
   6143     else
   6144       lt_cv_sys_max_cmd_len=32768
   6145     fi
   6146     ;;
   6147   *)
   6148     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
   6149     if test -n "$lt_cv_sys_max_cmd_len"; then
   6150       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   6151       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   6152     else
   6153       # Make teststring a little bigger before we do anything with it.
   6154       # a 1K string should be a reasonable start.
   6155       for i in 1 2 3 4 5 6 7 8 ; do
   6156         teststring=$teststring$teststring
   6157       done
   6158       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
   6159       # If test is not a shell built-in, we'll probably end up computing a
   6160       # maximum length that is only half of the actual maximum length, but
   6161       # we can't tell.
   6162       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
   6163 	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
   6164 	      test $i != 17 # 1/2 MB should be enough
   6165       do
   6166         i=`expr $i + 1`
   6167         teststring=$teststring$teststring
   6168       done
   6169       # Only check the string length outside the loop.
   6170       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
   6171       teststring=
   6172       # Add a significant safety factor because C++ compilers can tack on
   6173       # massive amounts of additional arguments before passing them to the
   6174       # linker.  It appears as though 1/2 is a usable value.
   6175       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
   6176     fi
   6177     ;;
   6178   esac
   6179 
   6180 fi
   6181 
   6182 if test -n $lt_cv_sys_max_cmd_len ; then
   6183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
   6184 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
   6185 else
   6186   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
   6187 $as_echo "none" >&6; }
   6188 fi
   6189 max_cmd_len=$lt_cv_sys_max_cmd_len
   6190 
   6191 
   6192 
   6193 
   6194 
   6195 
   6196 : ${CP="cp -f"}
   6197 : ${MV="mv -f"}
   6198 : ${RM="rm -f"}
   6199 
   6200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
   6201 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
   6202 # Try some XSI features
   6203 xsi_shell=no
   6204 ( _lt_dummy="a/b/c"
   6205   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
   6206       = c,a/b,, \
   6207     && eval 'test $(( 1 + 1 )) -eq 2 \
   6208     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
   6209   && xsi_shell=yes
   6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
   6211 $as_echo "$xsi_shell" >&6; }
   6212 
   6213 
   6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
   6215 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
   6216 lt_shell_append=no
   6217 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
   6218     >/dev/null 2>&1 \
   6219   && lt_shell_append=yes
   6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
   6221 $as_echo "$lt_shell_append" >&6; }
   6222 
   6223 
   6224 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   6225   lt_unset=unset
   6226 else
   6227   lt_unset=false
   6228 fi
   6229 
   6230 
   6231 
   6232 
   6233 
   6234 # test EBCDIC or ASCII
   6235 case `echo X|tr X '\101'` in
   6236  A) # ASCII based system
   6237     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
   6238   lt_SP2NL='tr \040 \012'
   6239   lt_NL2SP='tr \015\012 \040\040'
   6240   ;;
   6241  *) # EBCDIC based system
   6242   lt_SP2NL='tr \100 \n'
   6243   lt_NL2SP='tr \r\n \100\100'
   6244   ;;
   6245 esac
   6246 
   6247 
   6248 
   6249 
   6250 
   6251 
   6252 
   6253 
   6254 
   6255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
   6256 $as_echo_n "checking for $LD option to reload object files... " >&6; }
   6257 if ${lt_cv_ld_reload_flag+:} false; then :
   6258   $as_echo_n "(cached) " >&6
   6259 else
   6260   lt_cv_ld_reload_flag='-r'
   6261 fi
   6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
   6263 $as_echo "$lt_cv_ld_reload_flag" >&6; }
   6264 reload_flag=$lt_cv_ld_reload_flag
   6265 case $reload_flag in
   6266 "" | " "*) ;;
   6267 *) reload_flag=" $reload_flag" ;;
   6268 esac
   6269 reload_cmds='$LD$reload_flag -o $output$reload_objs'
   6270 case $host_os in
   6271   darwin*)
   6272     if test "$GCC" = yes; then
   6273       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
   6274     else
   6275       reload_cmds='$LD$reload_flag -o $output$reload_objs'
   6276     fi
   6277     ;;
   6278 esac
   6279 
   6280 
   6281 
   6282 
   6283 
   6284 
   6285 
   6286 
   6287 
   6288 if test -n "$ac_tool_prefix"; then
   6289   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
   6290 set dummy ${ac_tool_prefix}objdump; ac_word=$2
   6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6292 $as_echo_n "checking for $ac_word... " >&6; }
   6293 if ${ac_cv_prog_OBJDUMP+:} false; then :
   6294   $as_echo_n "(cached) " >&6
   6295 else
   6296   if test -n "$OBJDUMP"; then
   6297   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
   6298 else
   6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6300 for as_dir in $PATH
   6301 do
   6302   IFS=$as_save_IFS
   6303   test -z "$as_dir" && as_dir=.
   6304     for ac_exec_ext in '' $ac_executable_extensions; do
   6305   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6306     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
   6307     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6308     break 2
   6309   fi
   6310 done
   6311   done
   6312 IFS=$as_save_IFS
   6313 
   6314 fi
   6315 fi
   6316 OBJDUMP=$ac_cv_prog_OBJDUMP
   6317 if test -n "$OBJDUMP"; then
   6318   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
   6319 $as_echo "$OBJDUMP" >&6; }
   6320 else
   6321   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6322 $as_echo "no" >&6; }
   6323 fi
   6324 
   6325 
   6326 fi
   6327 if test -z "$ac_cv_prog_OBJDUMP"; then
   6328   ac_ct_OBJDUMP=$OBJDUMP
   6329   # Extract the first word of "objdump", so it can be a program name with args.
   6330 set dummy objdump; ac_word=$2
   6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6332 $as_echo_n "checking for $ac_word... " >&6; }
   6333 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
   6334   $as_echo_n "(cached) " >&6
   6335 else
   6336   if test -n "$ac_ct_OBJDUMP"; then
   6337   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
   6338 else
   6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6340 for as_dir in $PATH
   6341 do
   6342   IFS=$as_save_IFS
   6343   test -z "$as_dir" && as_dir=.
   6344     for ac_exec_ext in '' $ac_executable_extensions; do
   6345   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6346     ac_cv_prog_ac_ct_OBJDUMP="objdump"
   6347     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6348     break 2
   6349   fi
   6350 done
   6351   done
   6352 IFS=$as_save_IFS
   6353 
   6354 fi
   6355 fi
   6356 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
   6357 if test -n "$ac_ct_OBJDUMP"; then
   6358   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
   6359 $as_echo "$ac_ct_OBJDUMP" >&6; }
   6360 else
   6361   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6362 $as_echo "no" >&6; }
   6363 fi
   6364 
   6365   if test "x$ac_ct_OBJDUMP" = x; then
   6366     OBJDUMP="false"
   6367   else
   6368     case $cross_compiling:$ac_tool_warned in
   6369 yes:)
   6370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6372 ac_tool_warned=yes ;;
   6373 esac
   6374     OBJDUMP=$ac_ct_OBJDUMP
   6375   fi
   6376 else
   6377   OBJDUMP="$ac_cv_prog_OBJDUMP"
   6378 fi
   6379 
   6380 test -z "$OBJDUMP" && OBJDUMP=objdump
   6381 
   6382 
   6383 
   6384 
   6385 
   6386 
   6387 
   6388 
   6389 
   6390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
   6391 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
   6392 if ${lt_cv_deplibs_check_method+:} false; then :
   6393   $as_echo_n "(cached) " >&6
   6394 else
   6395   lt_cv_file_magic_cmd='$MAGIC_CMD'
   6396 lt_cv_file_magic_test_file=
   6397 lt_cv_deplibs_check_method='unknown'
   6398 # Need to set the preceding variable on all platforms that support
   6399 # interlibrary dependencies.
   6400 # 'none' -- dependencies not supported.
   6401 # `unknown' -- same as none, but documents that we really don't know.
   6402 # 'pass_all' -- all dependencies passed with no checks.
   6403 # 'test_compile' -- check by making test program.
   6404 # 'file_magic [[regex]]' -- check by looking for files in library path
   6405 # which responds to the $file_magic_cmd with a given extended regex.
   6406 # If you have `file' or equivalent on your system and you're not sure
   6407 # whether `pass_all' will *always* work, you probably want this one.
   6408 
   6409 case $host_os in
   6410 aix[4-9]*)
   6411   lt_cv_deplibs_check_method=pass_all
   6412   ;;
   6413 
   6414 beos*)
   6415   lt_cv_deplibs_check_method=pass_all
   6416   ;;
   6417 
   6418 bsdi[45]*)
   6419   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
   6420   lt_cv_file_magic_cmd='/usr/bin/file -L'
   6421   lt_cv_file_magic_test_file=/shlib/libc.so
   6422   ;;
   6423 
   6424 cygwin*)
   6425   # func_win32_libid is a shell function defined in ltmain.sh
   6426   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   6427   lt_cv_file_magic_cmd='func_win32_libid'
   6428   ;;
   6429 
   6430 mingw* | pw32*)
   6431   # Base MSYS/MinGW do not provide the 'file' command needed by
   6432   # func_win32_libid shell function, so use a weaker test based on 'objdump',
   6433   # unless we find 'file', for example because we are cross-compiling.
   6434   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
   6435   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
   6436     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   6437     lt_cv_file_magic_cmd='func_win32_libid'
   6438   else
   6439     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
   6440     lt_cv_file_magic_cmd='$OBJDUMP -f'
   6441   fi
   6442   ;;
   6443 
   6444 cegcc*)
   6445   # use the weaker test based on 'objdump'. See mingw*.
   6446   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
   6447   lt_cv_file_magic_cmd='$OBJDUMP -f'
   6448   ;;
   6449 
   6450 darwin* | rhapsody*)
   6451   lt_cv_deplibs_check_method=pass_all
   6452   ;;
   6453 
   6454 freebsd* | dragonfly*)
   6455   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   6456     case $host_cpu in
   6457     i*86 )
   6458       # Not sure whether the presence of OpenBSD here was a mistake.
   6459       # Let's accept both of them until this is cleared up.
   6460       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
   6461       lt_cv_file_magic_cmd=/usr/bin/file
   6462       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
   6463       ;;
   6464     esac
   6465   else
   6466     lt_cv_deplibs_check_method=pass_all
   6467   fi
   6468   ;;
   6469 
   6470 gnu*)
   6471   lt_cv_deplibs_check_method=pass_all
   6472   ;;
   6473 
   6474 haiku*)
   6475   lt_cv_deplibs_check_method=pass_all
   6476   ;;
   6477 
   6478 hpux10.20* | hpux11*)
   6479   lt_cv_file_magic_cmd=/usr/bin/file
   6480   case $host_cpu in
   6481   ia64*)
   6482     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
   6483     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
   6484     ;;
   6485   hppa*64*)
   6486     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]'
   6487     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
   6488     ;;
   6489   *)
   6490     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
   6491     lt_cv_file_magic_test_file=/usr/lib/libc.sl
   6492     ;;
   6493   esac
   6494   ;;
   6495 
   6496 interix[3-9]*)
   6497   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
   6498   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
   6499   ;;
   6500 
   6501 irix5* | irix6* | nonstopux*)
   6502   case $LD in
   6503   *-32|*"-32 ") libmagic=32-bit;;
   6504   *-n32|*"-n32 ") libmagic=N32;;
   6505   *-64|*"-64 ") libmagic=64-bit;;
   6506   *) libmagic=never-match;;
   6507   esac
   6508   lt_cv_deplibs_check_method=pass_all
   6509   ;;
   6510 
   6511 # This must be Linux ELF.
   6512 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
   6513   lt_cv_deplibs_check_method=pass_all
   6514   ;;
   6515 
   6516 netbsd*)
   6517   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   6518     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   6519   else
   6520     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
   6521   fi
   6522   ;;
   6523 
   6524 newos6*)
   6525   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
   6526   lt_cv_file_magic_cmd=/usr/bin/file
   6527   lt_cv_file_magic_test_file=/usr/lib/libnls.so
   6528   ;;
   6529 
   6530 *nto* | *qnx*)
   6531   lt_cv_deplibs_check_method=pass_all
   6532   ;;
   6533 
   6534 openbsd*)
   6535   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   6536     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
   6537   else
   6538     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   6539   fi
   6540   ;;
   6541 
   6542 osf3* | osf4* | osf5*)
   6543   lt_cv_deplibs_check_method=pass_all
   6544   ;;
   6545 
   6546 rdos*)
   6547   lt_cv_deplibs_check_method=pass_all
   6548   ;;
   6549 
   6550 solaris*)
   6551   lt_cv_deplibs_check_method=pass_all
   6552   ;;
   6553 
   6554 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   6555   lt_cv_deplibs_check_method=pass_all
   6556   ;;
   6557 
   6558 sysv4 | sysv4.3*)
   6559   case $host_vendor in
   6560   motorola)
   6561     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]'
   6562     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
   6563     ;;
   6564   ncr)
   6565     lt_cv_deplibs_check_method=pass_all
   6566     ;;
   6567   sequent)
   6568     lt_cv_file_magic_cmd='/bin/file'
   6569     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
   6570     ;;
   6571   sni)
   6572     lt_cv_file_magic_cmd='/bin/file'
   6573     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
   6574     lt_cv_file_magic_test_file=/lib/libc.so
   6575     ;;
   6576   siemens)
   6577     lt_cv_deplibs_check_method=pass_all
   6578     ;;
   6579   pc)
   6580     lt_cv_deplibs_check_method=pass_all
   6581     ;;
   6582   esac
   6583   ;;
   6584 
   6585 tpf*)
   6586   lt_cv_deplibs_check_method=pass_all
   6587   ;;
   6588 vxworks*)
   6589   # Assume VxWorks cross toolchains are built on Linux, possibly
   6590   # as canadian for Windows hosts.
   6591   lt_cv_deplibs_check_method=pass_all
   6592   ;;
   6593 esac
   6594 
   6595 fi
   6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
   6597 $as_echo "$lt_cv_deplibs_check_method" >&6; }
   6598 file_magic_cmd=$lt_cv_file_magic_cmd
   6599 deplibs_check_method=$lt_cv_deplibs_check_method
   6600 test -z "$deplibs_check_method" && deplibs_check_method=unknown
   6601 
   6602 
   6603 
   6604 
   6605 
   6606 
   6607 
   6608 
   6609 
   6610 
   6611 
   6612 
   6613 plugin_option=
   6614 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
   6615 for plugin in $plugin_names; do
   6616   plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
   6617   if test x$plugin_so = x$plugin; then
   6618     plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
   6619   fi
   6620   if test x$plugin_so != x$plugin; then
   6621     plugin_option="--plugin $plugin_so"
   6622     break
   6623   fi
   6624 done
   6625 
   6626 if test -n "$ac_tool_prefix"; then
   6627   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   6628 set dummy ${ac_tool_prefix}ar; ac_word=$2
   6629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6630 $as_echo_n "checking for $ac_word... " >&6; }
   6631 if ${ac_cv_prog_AR+:} false; then :
   6632   $as_echo_n "(cached) " >&6
   6633 else
   6634   if test -n "$AR"; then
   6635   ac_cv_prog_AR="$AR" # Let the user override the test.
   6636 else
   6637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6638 for as_dir in $PATH
   6639 do
   6640   IFS=$as_save_IFS
   6641   test -z "$as_dir" && as_dir=.
   6642     for ac_exec_ext in '' $ac_executable_extensions; do
   6643   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6644     ac_cv_prog_AR="${ac_tool_prefix}ar"
   6645     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6646     break 2
   6647   fi
   6648 done
   6649   done
   6650 IFS=$as_save_IFS
   6651 
   6652 fi
   6653 fi
   6654 AR=$ac_cv_prog_AR
   6655 if test -n "$AR"; then
   6656   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   6657 $as_echo "$AR" >&6; }
   6658 else
   6659   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6660 $as_echo "no" >&6; }
   6661 fi
   6662 
   6663 
   6664 fi
   6665 if test -z "$ac_cv_prog_AR"; then
   6666   ac_ct_AR=$AR
   6667   # Extract the first word of "ar", so it can be a program name with args.
   6668 set dummy ar; ac_word=$2
   6669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6670 $as_echo_n "checking for $ac_word... " >&6; }
   6671 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   6672   $as_echo_n "(cached) " >&6
   6673 else
   6674   if test -n "$ac_ct_AR"; then
   6675   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   6676 else
   6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6678 for as_dir in $PATH
   6679 do
   6680   IFS=$as_save_IFS
   6681   test -z "$as_dir" && as_dir=.
   6682     for ac_exec_ext in '' $ac_executable_extensions; do
   6683   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6684     ac_cv_prog_ac_ct_AR="ar"
   6685     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6686     break 2
   6687   fi
   6688 done
   6689   done
   6690 IFS=$as_save_IFS
   6691 
   6692 fi
   6693 fi
   6694 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   6695 if test -n "$ac_ct_AR"; then
   6696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   6697 $as_echo "$ac_ct_AR" >&6; }
   6698 else
   6699   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6700 $as_echo "no" >&6; }
   6701 fi
   6702 
   6703   if test "x$ac_ct_AR" = x; then
   6704     AR="false"
   6705   else
   6706     case $cross_compiling:$ac_tool_warned in
   6707 yes:)
   6708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6709 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6710 ac_tool_warned=yes ;;
   6711 esac
   6712     AR=$ac_ct_AR
   6713   fi
   6714 else
   6715   AR="$ac_cv_prog_AR"
   6716 fi
   6717 
   6718 test -z "$AR" && AR=ar
   6719 if test -n "$plugin_option"; then
   6720   if $AR --help 2>&1 | grep -q "\--plugin"; then
   6721     touch conftest.c
   6722     $AR $plugin_option rc conftest.a conftest.c
   6723     if test "$?" != 0; then
   6724       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
   6725 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
   6726     else
   6727       AR="$AR $plugin_option"
   6728     fi
   6729     rm -f conftest.*
   6730   fi
   6731 fi
   6732 test -z "$AR_FLAGS" && AR_FLAGS=cru
   6733 
   6734 
   6735 
   6736 
   6737 
   6738 
   6739 
   6740 
   6741 
   6742 
   6743 
   6744 if test -n "$ac_tool_prefix"; then
   6745   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   6746 set dummy ${ac_tool_prefix}strip; ac_word=$2
   6747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6748 $as_echo_n "checking for $ac_word... " >&6; }
   6749 if ${ac_cv_prog_STRIP+:} false; then :
   6750   $as_echo_n "(cached) " >&6
   6751 else
   6752   if test -n "$STRIP"; then
   6753   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   6754 else
   6755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6756 for as_dir in $PATH
   6757 do
   6758   IFS=$as_save_IFS
   6759   test -z "$as_dir" && as_dir=.
   6760     for ac_exec_ext in '' $ac_executable_extensions; do
   6761   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6762     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   6763     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6764     break 2
   6765   fi
   6766 done
   6767   done
   6768 IFS=$as_save_IFS
   6769 
   6770 fi
   6771 fi
   6772 STRIP=$ac_cv_prog_STRIP
   6773 if test -n "$STRIP"; then
   6774   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   6775 $as_echo "$STRIP" >&6; }
   6776 else
   6777   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6778 $as_echo "no" >&6; }
   6779 fi
   6780 
   6781 
   6782 fi
   6783 if test -z "$ac_cv_prog_STRIP"; then
   6784   ac_ct_STRIP=$STRIP
   6785   # Extract the first word of "strip", so it can be a program name with args.
   6786 set dummy strip; ac_word=$2
   6787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6788 $as_echo_n "checking for $ac_word... " >&6; }
   6789 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   6790   $as_echo_n "(cached) " >&6
   6791 else
   6792   if test -n "$ac_ct_STRIP"; then
   6793   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   6794 else
   6795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6796 for as_dir in $PATH
   6797 do
   6798   IFS=$as_save_IFS
   6799   test -z "$as_dir" && as_dir=.
   6800     for ac_exec_ext in '' $ac_executable_extensions; do
   6801   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6802     ac_cv_prog_ac_ct_STRIP="strip"
   6803     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6804     break 2
   6805   fi
   6806 done
   6807   done
   6808 IFS=$as_save_IFS
   6809 
   6810 fi
   6811 fi
   6812 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   6813 if test -n "$ac_ct_STRIP"; then
   6814   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   6815 $as_echo "$ac_ct_STRIP" >&6; }
   6816 else
   6817   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6818 $as_echo "no" >&6; }
   6819 fi
   6820 
   6821   if test "x$ac_ct_STRIP" = x; then
   6822     STRIP=":"
   6823   else
   6824     case $cross_compiling:$ac_tool_warned in
   6825 yes:)
   6826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6828 ac_tool_warned=yes ;;
   6829 esac
   6830     STRIP=$ac_ct_STRIP
   6831   fi
   6832 else
   6833   STRIP="$ac_cv_prog_STRIP"
   6834 fi
   6835 
   6836 test -z "$STRIP" && STRIP=:
   6837 
   6838 
   6839 
   6840 
   6841 
   6842 
   6843 if test -n "$ac_tool_prefix"; then
   6844   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   6845 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6847 $as_echo_n "checking for $ac_word... " >&6; }
   6848 if ${ac_cv_prog_RANLIB+:} false; then :
   6849   $as_echo_n "(cached) " >&6
   6850 else
   6851   if test -n "$RANLIB"; then
   6852   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   6853 else
   6854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6855 for as_dir in $PATH
   6856 do
   6857   IFS=$as_save_IFS
   6858   test -z "$as_dir" && as_dir=.
   6859     for ac_exec_ext in '' $ac_executable_extensions; do
   6860   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6861     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   6862     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6863     break 2
   6864   fi
   6865 done
   6866   done
   6867 IFS=$as_save_IFS
   6868 
   6869 fi
   6870 fi
   6871 RANLIB=$ac_cv_prog_RANLIB
   6872 if test -n "$RANLIB"; then
   6873   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   6874 $as_echo "$RANLIB" >&6; }
   6875 else
   6876   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6877 $as_echo "no" >&6; }
   6878 fi
   6879 
   6880 
   6881 fi
   6882 if test -z "$ac_cv_prog_RANLIB"; then
   6883   ac_ct_RANLIB=$RANLIB
   6884   # Extract the first word of "ranlib", so it can be a program name with args.
   6885 set dummy ranlib; ac_word=$2
   6886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6887 $as_echo_n "checking for $ac_word... " >&6; }
   6888 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   6889   $as_echo_n "(cached) " >&6
   6890 else
   6891   if test -n "$ac_ct_RANLIB"; then
   6892   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   6893 else
   6894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6895 for as_dir in $PATH
   6896 do
   6897   IFS=$as_save_IFS
   6898   test -z "$as_dir" && as_dir=.
   6899     for ac_exec_ext in '' $ac_executable_extensions; do
   6900   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6901     ac_cv_prog_ac_ct_RANLIB="ranlib"
   6902     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6903     break 2
   6904   fi
   6905 done
   6906   done
   6907 IFS=$as_save_IFS
   6908 
   6909 fi
   6910 fi
   6911 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   6912 if test -n "$ac_ct_RANLIB"; then
   6913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   6914 $as_echo "$ac_ct_RANLIB" >&6; }
   6915 else
   6916   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6917 $as_echo "no" >&6; }
   6918 fi
   6919 
   6920   if test "x$ac_ct_RANLIB" = x; then
   6921     RANLIB=":"
   6922   else
   6923     case $cross_compiling:$ac_tool_warned in
   6924 yes:)
   6925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6926 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6927 ac_tool_warned=yes ;;
   6928 esac
   6929     RANLIB=$ac_ct_RANLIB
   6930   fi
   6931 else
   6932   RANLIB="$ac_cv_prog_RANLIB"
   6933 fi
   6934 
   6935 test -z "$RANLIB" && RANLIB=:
   6936 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
   6937   if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
   6938     RANLIB="$RANLIB $plugin_option"
   6939   fi
   6940 fi
   6941 
   6942 
   6943 
   6944 
   6945 
   6946 
   6947 # Determine commands to create old-style static archives.
   6948 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
   6949 old_postinstall_cmds='chmod 644 $oldlib'
   6950 old_postuninstall_cmds=
   6951 
   6952 if test -n "$RANLIB"; then
   6953   case $host_os in
   6954   openbsd*)
   6955     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
   6956     ;;
   6957   *)
   6958     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
   6959     ;;
   6960   esac
   6961   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
   6962 fi
   6963 
   6964 case $host_os in
   6965   darwin*)
   6966     lock_old_archive_extraction=yes ;;
   6967   *)
   6968     lock_old_archive_extraction=no ;;
   6969 esac
   6970 
   6971 
   6972 
   6973 
   6974 
   6975 
   6976 
   6977 
   6978 
   6979 
   6980 
   6981 
   6982 
   6983 
   6984 
   6985 
   6986 
   6987 
   6988 
   6989 
   6990 
   6991 
   6992 
   6993 
   6994 
   6995 
   6996 
   6997 
   6998 
   6999 
   7000 
   7001 
   7002 
   7003 
   7004 
   7005 
   7006 
   7007 
   7008 
   7009 # If no C compiler was specified, use CC.
   7010 LTCC=${LTCC-"$CC"}
   7011 
   7012 # If no C compiler flags were specified, use CFLAGS.
   7013 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   7014 
   7015 # Allow CC to be a program name with arguments.
   7016 compiler=$CC
   7017 
   7018 
   7019 # Check for command to grab the raw symbol name followed by C symbol from nm.
   7020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
   7021 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
   7022 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
   7023   $as_echo_n "(cached) " >&6
   7024 else
   7025 
   7026 # These are sane defaults that work on at least a few old systems.
   7027 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
   7028 
   7029 # Character class describing NM global symbol codes.
   7030 symcode='[BCDEGRST]'
   7031 
   7032 # Regexp to match symbols that can be accessed directly from C.
   7033 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
   7034 
   7035 # Define system-specific variables.
   7036 case $host_os in
   7037 aix*)
   7038   symcode='[BCDT]'
   7039   ;;
   7040 cygwin* | mingw* | pw32* | cegcc*)
   7041   symcode='[ABCDGISTW]'
   7042   ;;
   7043 hpux*)
   7044   if test "$host_cpu" = ia64; then
   7045     symcode='[ABCDEGRST]'
   7046   fi
   7047   ;;
   7048 irix* | nonstopux*)
   7049   symcode='[BCDEGRST]'
   7050   ;;
   7051 osf*)
   7052   symcode='[BCDEGQRST]'
   7053   ;;
   7054 solaris*)
   7055   symcode='[BCDRT]'
   7056   ;;
   7057 sco3.2v5*)
   7058   symcode='[DT]'
   7059   ;;
   7060 sysv4.2uw2*)
   7061   symcode='[DT]'
   7062   ;;
   7063 sysv5* | sco5v6* | unixware* | OpenUNIX*)
   7064   symcode='[ABDT]'
   7065   ;;
   7066 sysv4)
   7067   symcode='[DFNSTU]'
   7068   ;;
   7069 esac
   7070 
   7071 # If we're using GNU nm, then use its standard symbol codes.
   7072 case `$NM -V 2>&1` in
   7073 *GNU* | *'with BFD'*)
   7074   symcode='[ABCDGIRSTW]' ;;
   7075 esac
   7076 
   7077 # Transform an extracted symbol line into a proper C declaration.
   7078 # Some systems (esp. on ia64) link data and code symbols differently,
   7079 # so use this general approach.
   7080 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   7081 
   7082 # Transform an extracted symbol line into symbol name and symbol address
   7083 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
   7084 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'"
   7085 
   7086 # Handle CRLF in mingw tool chain
   7087 opt_cr=
   7088 case $build_os in
   7089 mingw*)
   7090   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
   7091   ;;
   7092 esac
   7093 
   7094 # Try without a prefix underscore, then with it.
   7095 for ac_symprfx in "" "_"; do
   7096 
   7097   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
   7098   symxfrm="\\1 $ac_symprfx\\2 \\2"
   7099 
   7100   # Write the raw and C identifiers.
   7101   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
   7102     # Fake it for dumpbin and say T for any non-static function
   7103     # and D for any global variable.
   7104     # Also find C++ and __fastcall symbols from MSVC++,
   7105     # which start with @ or ?.
   7106     lt_cv_sys_global_symbol_pipe="$AWK '"\
   7107 "     {last_section=section; section=\$ 3};"\
   7108 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
   7109 "     \$ 0!~/External *\|/{next};"\
   7110 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
   7111 "     {if(hide[section]) next};"\
   7112 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
   7113 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
   7114 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
   7115 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
   7116 "     ' prfx=^$ac_symprfx"
   7117   else
   7118     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
   7119   fi
   7120 
   7121   # Check to see that the pipe works correctly.
   7122   pipe_works=no
   7123 
   7124   rm -f conftest*
   7125   cat > conftest.$ac_ext <<_LT_EOF
   7126 #ifdef __cplusplus
   7127 extern "C" {
   7128 #endif
   7129 char nm_test_var;
   7130 void nm_test_func(void);
   7131 void nm_test_func(void){}
   7132 #ifdef __cplusplus
   7133 }
   7134 #endif
   7135 int main(){nm_test_var='a';nm_test_func();return(0);}
   7136 _LT_EOF
   7137 
   7138   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7139   (eval $ac_compile) 2>&5
   7140   ac_status=$?
   7141   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7142   test $ac_status = 0; }; then
   7143     # Now try to grab the symbols.
   7144     nlist=conftest.nm
   7145     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
   7146   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
   7147   ac_status=$?
   7148   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7149   test $ac_status = 0; } && test -s "$nlist"; then
   7150       # Try sorting and uniquifying the output.
   7151       if sort "$nlist" | uniq > "$nlist"T; then
   7152 	mv -f "$nlist"T "$nlist"
   7153       else
   7154 	rm -f "$nlist"T
   7155       fi
   7156 
   7157       # Make sure that we snagged all the symbols we need.
   7158       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
   7159 	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
   7160 	  cat <<_LT_EOF > conftest.$ac_ext
   7161 #ifdef __cplusplus
   7162 extern "C" {
   7163 #endif
   7164 
   7165 _LT_EOF
   7166 	  # Now generate the symbol file.
   7167 	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
   7168 
   7169 	  cat <<_LT_EOF >> conftest.$ac_ext
   7170 
   7171 /* The mapping between symbol names and symbols.  */
   7172 const struct {
   7173   const char *name;
   7174   void       *address;
   7175 }
   7176 lt__PROGRAM__LTX_preloaded_symbols[] =
   7177 {
   7178   { "@PROGRAM@", (void *) 0 },
   7179 _LT_EOF
   7180 	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
   7181 	  cat <<\_LT_EOF >> conftest.$ac_ext
   7182   {0, (void *) 0}
   7183 };
   7184 
   7185 /* This works around a problem in FreeBSD linker */
   7186 #ifdef FREEBSD_WORKAROUND
   7187 static const void *lt_preloaded_setup() {
   7188   return lt__PROGRAM__LTX_preloaded_symbols;
   7189 }
   7190 #endif
   7191 
   7192 #ifdef __cplusplus
   7193 }
   7194 #endif
   7195 _LT_EOF
   7196 	  # Now try linking the two files.
   7197 	  mv conftest.$ac_objext conftstm.$ac_objext
   7198 	  lt_save_LIBS="$LIBS"
   7199 	  lt_save_CFLAGS="$CFLAGS"
   7200 	  LIBS="conftstm.$ac_objext"
   7201 	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
   7202 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   7203   (eval $ac_link) 2>&5
   7204   ac_status=$?
   7205   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7206   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
   7207 	    pipe_works=yes
   7208 	  fi
   7209 	  LIBS="$lt_save_LIBS"
   7210 	  CFLAGS="$lt_save_CFLAGS"
   7211 	else
   7212 	  echo "cannot find nm_test_func in $nlist" >&5
   7213 	fi
   7214       else
   7215 	echo "cannot find nm_test_var in $nlist" >&5
   7216       fi
   7217     else
   7218       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
   7219     fi
   7220   else
   7221     echo "$progname: failed program was:" >&5
   7222     cat conftest.$ac_ext >&5
   7223   fi
   7224   rm -rf conftest* conftst*
   7225 
   7226   # Do not use the global_symbol_pipe unless it works.
   7227   if test "$pipe_works" = yes; then
   7228     break
   7229   else
   7230     lt_cv_sys_global_symbol_pipe=
   7231   fi
   7232 done
   7233 
   7234 fi
   7235 
   7236 if test -z "$lt_cv_sys_global_symbol_pipe"; then
   7237   lt_cv_sys_global_symbol_to_cdecl=
   7238 fi
   7239 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
   7240   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
   7241 $as_echo "failed" >&6; }
   7242 else
   7243   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
   7244 $as_echo "ok" >&6; }
   7245 fi
   7246 
   7247 
   7248 
   7249 
   7250 
   7251 
   7252 
   7253 
   7254 
   7255 
   7256 
   7257 
   7258 
   7259 
   7260 
   7261 
   7262 
   7263 
   7264 
   7265 
   7266 
   7267 
   7268 # Check whether --enable-libtool-lock was given.
   7269 if test "${enable_libtool_lock+set}" = set; then :
   7270   enableval=$enable_libtool_lock;
   7271 fi
   7272 
   7273 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
   7274 
   7275 # Some flags need to be propagated to the compiler or linker for good
   7276 # libtool support.
   7277 case $host in
   7278 ia64-*-hpux*)
   7279   # Find out which ABI we are using.
   7280   echo 'int i;' > conftest.$ac_ext
   7281   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7282   (eval $ac_compile) 2>&5
   7283   ac_status=$?
   7284   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7285   test $ac_status = 0; }; then
   7286     case `/usr/bin/file conftest.$ac_objext` in
   7287       *ELF-32*)
   7288 	HPUX_IA64_MODE="32"
   7289 	;;
   7290       *ELF-64*)
   7291 	HPUX_IA64_MODE="64"
   7292 	;;
   7293     esac
   7294   fi
   7295   rm -rf conftest*
   7296   ;;
   7297 *-*-irix6*)
   7298   # Find out which ABI we are using.
   7299   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
   7300   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7301   (eval $ac_compile) 2>&5
   7302   ac_status=$?
   7303   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7304   test $ac_status = 0; }; then
   7305     if test "$lt_cv_prog_gnu_ld" = yes; then
   7306       case `/usr/bin/file conftest.$ac_objext` in
   7307 	*32-bit*)
   7308 	  LD="${LD-ld} -melf32bsmip"
   7309 	  ;;
   7310 	*N32*)
   7311 	  LD="${LD-ld} -melf32bmipn32"
   7312 	  ;;
   7313 	*64-bit*)
   7314 	  LD="${LD-ld} -melf64bmip"
   7315 	;;
   7316       esac
   7317     else
   7318       case `/usr/bin/file conftest.$ac_objext` in
   7319 	*32-bit*)
   7320 	  LD="${LD-ld} -32"
   7321 	  ;;
   7322 	*N32*)
   7323 	  LD="${LD-ld} -n32"
   7324 	  ;;
   7325 	*64-bit*)
   7326 	  LD="${LD-ld} -64"
   7327 	  ;;
   7328       esac
   7329     fi
   7330   fi
   7331   rm -rf conftest*
   7332   ;;
   7333 
   7334 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
   7335 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   7336   # Find out which ABI we are using.
   7337   echo 'int i;' > conftest.$ac_ext
   7338   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7339   (eval $ac_compile) 2>&5
   7340   ac_status=$?
   7341   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7342   test $ac_status = 0; }; then
   7343     case `/usr/bin/file conftest.o` in
   7344       *32-bit*)
   7345 	case $host in
   7346 	  x86_64-*kfreebsd*-gnu)
   7347 	    LD="${LD-ld} -m elf_i386_fbsd"
   7348 	    ;;
   7349 	  x86_64-*linux*)
   7350 	    case `/usr/bin/file conftest.o` in
   7351 	      *x86-64*)
   7352 		LD="${LD-ld} -m elf32_x86_64"
   7353 		;;
   7354 	      *)
   7355 		LD="${LD-ld} -m elf_i386"
   7356 		;;
   7357 	    esac
   7358 	    ;;
   7359 	  powerpc64le-*linux*)
   7360 	    LD="${LD-ld} -m elf32lppclinux"
   7361 	    ;;
   7362 	  powerpc64-*linux*)
   7363 	    LD="${LD-ld} -m elf32ppclinux"
   7364 	    ;;
   7365 	  s390x-*linux*)
   7366 	    LD="${LD-ld} -m elf_s390"
   7367 	    ;;
   7368 	  sparc64-*linux*)
   7369 	    LD="${LD-ld} -m elf32_sparc"
   7370 	    ;;
   7371 	esac
   7372 	;;
   7373       *64-bit*)
   7374 	case $host in
   7375 	  x86_64-*kfreebsd*-gnu)
   7376 	    LD="${LD-ld} -m elf_x86_64_fbsd"
   7377 	    ;;
   7378 	  x86_64-*linux*)
   7379 	    LD="${LD-ld} -m elf_x86_64"
   7380 	    ;;
   7381 	  powerpcle-*linux*)
   7382 	    LD="${LD-ld} -m elf64lppc"
   7383 	    ;;
   7384 	  powerpc-*linux*)
   7385 	    LD="${LD-ld} -m elf64ppc"
   7386 	    ;;
   7387 	  s390*-*linux*|s390*-*tpf*)
   7388 	    LD="${LD-ld} -m elf64_s390"
   7389 	    ;;
   7390 	  sparc*-*linux*)
   7391 	    LD="${LD-ld} -m elf64_sparc"
   7392 	    ;;
   7393 	esac
   7394 	;;
   7395     esac
   7396   fi
   7397   rm -rf conftest*
   7398   ;;
   7399 
   7400 *-*-sco3.2v5*)
   7401   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
   7402   SAVE_CFLAGS="$CFLAGS"
   7403   CFLAGS="$CFLAGS -belf"
   7404   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
   7405 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
   7406 if ${lt_cv_cc_needs_belf+:} false; then :
   7407   $as_echo_n "(cached) " >&6
   7408 else
   7409   ac_ext=c
   7410 ac_cpp='$CPP $CPPFLAGS'
   7411 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   7412 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   7413 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   7414 
   7415      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   7416 /* end confdefs.h.  */
   7417 
   7418 int
   7419 main ()
   7420 {
   7421 
   7422   ;
   7423   return 0;
   7424 }
   7425 _ACEOF
   7426 if ac_fn_c_try_link "$LINENO"; then :
   7427   lt_cv_cc_needs_belf=yes
   7428 else
   7429   lt_cv_cc_needs_belf=no
   7430 fi
   7431 rm -f core conftest.err conftest.$ac_objext \
   7432     conftest$ac_exeext conftest.$ac_ext
   7433      ac_ext=c
   7434 ac_cpp='$CPP $CPPFLAGS'
   7435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   7436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   7437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   7438 
   7439 fi
   7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
   7441 $as_echo "$lt_cv_cc_needs_belf" >&6; }
   7442   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
   7443     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
   7444     CFLAGS="$SAVE_CFLAGS"
   7445   fi
   7446   ;;
   7447 sparc*-*solaris*)
   7448   # Find out which ABI we are using.
   7449   echo 'int i;' > conftest.$ac_ext
   7450   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   7451   (eval $ac_compile) 2>&5
   7452   ac_status=$?
   7453   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   7454   test $ac_status = 0; }; then
   7455     case `/usr/bin/file conftest.o` in
   7456     *64-bit*)
   7457       case $lt_cv_prog_gnu_ld in
   7458       yes*) LD="${LD-ld} -m elf64_sparc" ;;
   7459       *)
   7460 	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
   7461 	  LD="${LD-ld} -64"
   7462 	fi
   7463 	;;
   7464       esac
   7465       ;;
   7466     esac
   7467   fi
   7468   rm -rf conftest*
   7469   ;;
   7470 esac
   7471 
   7472 need_locks="$enable_libtool_lock"
   7473 
   7474 
   7475   case $host_os in
   7476     rhapsody* | darwin*)
   7477     if test -n "$ac_tool_prefix"; then
   7478   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
   7479 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
   7480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7481 $as_echo_n "checking for $ac_word... " >&6; }
   7482 if ${ac_cv_prog_DSYMUTIL+:} false; then :
   7483   $as_echo_n "(cached) " >&6
   7484 else
   7485   if test -n "$DSYMUTIL"; then
   7486   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
   7487 else
   7488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7489 for as_dir in $PATH
   7490 do
   7491   IFS=$as_save_IFS
   7492   test -z "$as_dir" && as_dir=.
   7493     for ac_exec_ext in '' $ac_executable_extensions; do
   7494   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7495     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
   7496     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7497     break 2
   7498   fi
   7499 done
   7500   done
   7501 IFS=$as_save_IFS
   7502 
   7503 fi
   7504 fi
   7505 DSYMUTIL=$ac_cv_prog_DSYMUTIL
   7506 if test -n "$DSYMUTIL"; then
   7507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
   7508 $as_echo "$DSYMUTIL" >&6; }
   7509 else
   7510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7511 $as_echo "no" >&6; }
   7512 fi
   7513 
   7514 
   7515 fi
   7516 if test -z "$ac_cv_prog_DSYMUTIL"; then
   7517   ac_ct_DSYMUTIL=$DSYMUTIL
   7518   # Extract the first word of "dsymutil", so it can be a program name with args.
   7519 set dummy dsymutil; ac_word=$2
   7520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7521 $as_echo_n "checking for $ac_word... " >&6; }
   7522 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
   7523   $as_echo_n "(cached) " >&6
   7524 else
   7525   if test -n "$ac_ct_DSYMUTIL"; then
   7526   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
   7527 else
   7528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7529 for as_dir in $PATH
   7530 do
   7531   IFS=$as_save_IFS
   7532   test -z "$as_dir" && as_dir=.
   7533     for ac_exec_ext in '' $ac_executable_extensions; do
   7534   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7535     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
   7536     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7537     break 2
   7538   fi
   7539 done
   7540   done
   7541 IFS=$as_save_IFS
   7542 
   7543 fi
   7544 fi
   7545 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
   7546 if test -n "$ac_ct_DSYMUTIL"; then
   7547   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
   7548 $as_echo "$ac_ct_DSYMUTIL" >&6; }
   7549 else
   7550   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7551 $as_echo "no" >&6; }
   7552 fi
   7553 
   7554   if test "x$ac_ct_DSYMUTIL" = x; then
   7555     DSYMUTIL=":"
   7556   else
   7557     case $cross_compiling:$ac_tool_warned in
   7558 yes:)
   7559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7561 ac_tool_warned=yes ;;
   7562 esac
   7563     DSYMUTIL=$ac_ct_DSYMUTIL
   7564   fi
   7565 else
   7566   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
   7567 fi
   7568 
   7569     if test -n "$ac_tool_prefix"; then
   7570   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
   7571 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
   7572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7573 $as_echo_n "checking for $ac_word... " >&6; }
   7574 if ${ac_cv_prog_NMEDIT+:} false; then :
   7575   $as_echo_n "(cached) " >&6
   7576 else
   7577   if test -n "$NMEDIT"; then
   7578   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
   7579 else
   7580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7581 for as_dir in $PATH
   7582 do
   7583   IFS=$as_save_IFS
   7584   test -z "$as_dir" && as_dir=.
   7585     for ac_exec_ext in '' $ac_executable_extensions; do
   7586   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7587     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
   7588     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7589     break 2
   7590   fi
   7591 done
   7592   done
   7593 IFS=$as_save_IFS
   7594 
   7595 fi
   7596 fi
   7597 NMEDIT=$ac_cv_prog_NMEDIT
   7598 if test -n "$NMEDIT"; then
   7599   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
   7600 $as_echo "$NMEDIT" >&6; }
   7601 else
   7602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7603 $as_echo "no" >&6; }
   7604 fi
   7605 
   7606 
   7607 fi
   7608 if test -z "$ac_cv_prog_NMEDIT"; then
   7609   ac_ct_NMEDIT=$NMEDIT
   7610   # Extract the first word of "nmedit", so it can be a program name with args.
   7611 set dummy nmedit; ac_word=$2
   7612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7613 $as_echo_n "checking for $ac_word... " >&6; }
   7614 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
   7615   $as_echo_n "(cached) " >&6
   7616 else
   7617   if test -n "$ac_ct_NMEDIT"; then
   7618   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
   7619 else
   7620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7621 for as_dir in $PATH
   7622 do
   7623   IFS=$as_save_IFS
   7624   test -z "$as_dir" && as_dir=.
   7625     for ac_exec_ext in '' $ac_executable_extensions; do
   7626   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7627     ac_cv_prog_ac_ct_NMEDIT="nmedit"
   7628     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7629     break 2
   7630   fi
   7631 done
   7632   done
   7633 IFS=$as_save_IFS
   7634 
   7635 fi
   7636 fi
   7637 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
   7638 if test -n "$ac_ct_NMEDIT"; then
   7639   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
   7640 $as_echo "$ac_ct_NMEDIT" >&6; }
   7641 else
   7642   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7643 $as_echo "no" >&6; }
   7644 fi
   7645 
   7646   if test "x$ac_ct_NMEDIT" = x; then
   7647     NMEDIT=":"
   7648   else
   7649     case $cross_compiling:$ac_tool_warned in
   7650 yes:)
   7651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7653 ac_tool_warned=yes ;;
   7654 esac
   7655     NMEDIT=$ac_ct_NMEDIT
   7656   fi
   7657 else
   7658   NMEDIT="$ac_cv_prog_NMEDIT"
   7659 fi
   7660 
   7661     if test -n "$ac_tool_prefix"; then
   7662   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
   7663 set dummy ${ac_tool_prefix}lipo; ac_word=$2
   7664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7665 $as_echo_n "checking for $ac_word... " >&6; }
   7666 if ${ac_cv_prog_LIPO+:} false; then :
   7667   $as_echo_n "(cached) " >&6
   7668 else
   7669   if test -n "$LIPO"; then
   7670   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
   7671 else
   7672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7673 for as_dir in $PATH
   7674 do
   7675   IFS=$as_save_IFS
   7676   test -z "$as_dir" && as_dir=.
   7677     for ac_exec_ext in '' $ac_executable_extensions; do
   7678   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7679     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
   7680     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7681     break 2
   7682   fi
   7683 done
   7684   done
   7685 IFS=$as_save_IFS
   7686 
   7687 fi
   7688 fi
   7689 LIPO=$ac_cv_prog_LIPO
   7690 if test -n "$LIPO"; then
   7691   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
   7692 $as_echo "$LIPO" >&6; }
   7693 else
   7694   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7695 $as_echo "no" >&6; }
   7696 fi
   7697 
   7698 
   7699 fi
   7700 if test -z "$ac_cv_prog_LIPO"; then
   7701   ac_ct_LIPO=$LIPO
   7702   # Extract the first word of "lipo", so it can be a program name with args.
   7703 set dummy lipo; ac_word=$2
   7704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7705 $as_echo_n "checking for $ac_word... " >&6; }
   7706 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
   7707   $as_echo_n "(cached) " >&6
   7708 else
   7709   if test -n "$ac_ct_LIPO"; then
   7710   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
   7711 else
   7712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7713 for as_dir in $PATH
   7714 do
   7715   IFS=$as_save_IFS
   7716   test -z "$as_dir" && as_dir=.
   7717     for ac_exec_ext in '' $ac_executable_extensions; do
   7718   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7719     ac_cv_prog_ac_ct_LIPO="lipo"
   7720     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7721     break 2
   7722   fi
   7723 done
   7724   done
   7725 IFS=$as_save_IFS
   7726 
   7727 fi
   7728 fi
   7729 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
   7730 if test -n "$ac_ct_LIPO"; then
   7731   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
   7732 $as_echo "$ac_ct_LIPO" >&6; }
   7733 else
   7734   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7735 $as_echo "no" >&6; }
   7736 fi
   7737 
   7738   if test "x$ac_ct_LIPO" = x; then
   7739     LIPO=":"
   7740   else
   7741     case $cross_compiling:$ac_tool_warned in
   7742 yes:)
   7743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7745 ac_tool_warned=yes ;;
   7746 esac
   7747     LIPO=$ac_ct_LIPO
   7748   fi
   7749 else
   7750   LIPO="$ac_cv_prog_LIPO"
   7751 fi
   7752 
   7753     if test -n "$ac_tool_prefix"; then
   7754   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
   7755 set dummy ${ac_tool_prefix}otool; ac_word=$2
   7756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7757 $as_echo_n "checking for $ac_word... " >&6; }
   7758 if ${ac_cv_prog_OTOOL+:} false; then :
   7759   $as_echo_n "(cached) " >&6
   7760 else
   7761   if test -n "$OTOOL"; then
   7762   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
   7763 else
   7764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7765 for as_dir in $PATH
   7766 do
   7767   IFS=$as_save_IFS
   7768   test -z "$as_dir" && as_dir=.
   7769     for ac_exec_ext in '' $ac_executable_extensions; do
   7770   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7771     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
   7772     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7773     break 2
   7774   fi
   7775 done
   7776   done
   7777 IFS=$as_save_IFS
   7778 
   7779 fi
   7780 fi
   7781 OTOOL=$ac_cv_prog_OTOOL
   7782 if test -n "$OTOOL"; then
   7783   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
   7784 $as_echo "$OTOOL" >&6; }
   7785 else
   7786   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7787 $as_echo "no" >&6; }
   7788 fi
   7789 
   7790 
   7791 fi
   7792 if test -z "$ac_cv_prog_OTOOL"; then
   7793   ac_ct_OTOOL=$OTOOL
   7794   # Extract the first word of "otool", so it can be a program name with args.
   7795 set dummy otool; ac_word=$2
   7796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7797 $as_echo_n "checking for $ac_word... " >&6; }
   7798 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
   7799   $as_echo_n "(cached) " >&6
   7800 else
   7801   if test -n "$ac_ct_OTOOL"; then
   7802   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
   7803 else
   7804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7805 for as_dir in $PATH
   7806 do
   7807   IFS=$as_save_IFS
   7808   test -z "$as_dir" && as_dir=.
   7809     for ac_exec_ext in '' $ac_executable_extensions; do
   7810   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7811     ac_cv_prog_ac_ct_OTOOL="otool"
   7812     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7813     break 2
   7814   fi
   7815 done
   7816   done
   7817 IFS=$as_save_IFS
   7818 
   7819 fi
   7820 fi
   7821 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
   7822 if test -n "$ac_ct_OTOOL"; then
   7823   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
   7824 $as_echo "$ac_ct_OTOOL" >&6; }
   7825 else
   7826   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7827 $as_echo "no" >&6; }
   7828 fi
   7829 
   7830   if test "x$ac_ct_OTOOL" = x; then
   7831     OTOOL=":"
   7832   else
   7833     case $cross_compiling:$ac_tool_warned in
   7834 yes:)
   7835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7836 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7837 ac_tool_warned=yes ;;
   7838 esac
   7839     OTOOL=$ac_ct_OTOOL
   7840   fi
   7841 else
   7842   OTOOL="$ac_cv_prog_OTOOL"
   7843 fi
   7844 
   7845     if test -n "$ac_tool_prefix"; then
   7846   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
   7847 set dummy ${ac_tool_prefix}otool64; ac_word=$2
   7848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7849 $as_echo_n "checking for $ac_word... " >&6; }
   7850 if ${ac_cv_prog_OTOOL64+:} false; then :
   7851   $as_echo_n "(cached) " >&6
   7852 else
   7853   if test -n "$OTOOL64"; then
   7854   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
   7855 else
   7856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7857 for as_dir in $PATH
   7858 do
   7859   IFS=$as_save_IFS
   7860   test -z "$as_dir" && as_dir=.
   7861     for ac_exec_ext in '' $ac_executable_extensions; do
   7862   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7863     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
   7864     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7865     break 2
   7866   fi
   7867 done
   7868   done
   7869 IFS=$as_save_IFS
   7870 
   7871 fi
   7872 fi
   7873 OTOOL64=$ac_cv_prog_OTOOL64
   7874 if test -n "$OTOOL64"; then
   7875   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
   7876 $as_echo "$OTOOL64" >&6; }
   7877 else
   7878   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7879 $as_echo "no" >&6; }
   7880 fi
   7881 
   7882 
   7883 fi
   7884 if test -z "$ac_cv_prog_OTOOL64"; then
   7885   ac_ct_OTOOL64=$OTOOL64
   7886   # Extract the first word of "otool64", so it can be a program name with args.
   7887 set dummy otool64; ac_word=$2
   7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   7889 $as_echo_n "checking for $ac_word... " >&6; }
   7890 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
   7891   $as_echo_n "(cached) " >&6
   7892 else
   7893   if test -n "$ac_ct_OTOOL64"; then
   7894   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
   7895 else
   7896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   7897 for as_dir in $PATH
   7898 do
   7899   IFS=$as_save_IFS
   7900   test -z "$as_dir" && as_dir=.
   7901     for ac_exec_ext in '' $ac_executable_extensions; do
   7902   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   7903     ac_cv_prog_ac_ct_OTOOL64="otool64"
   7904     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   7905     break 2
   7906   fi
   7907 done
   7908   done
   7909 IFS=$as_save_IFS
   7910 
   7911 fi
   7912 fi
   7913 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
   7914 if test -n "$ac_ct_OTOOL64"; then
   7915   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
   7916 $as_echo "$ac_ct_OTOOL64" >&6; }
   7917 else
   7918   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7919 $as_echo "no" >&6; }
   7920 fi
   7921 
   7922   if test "x$ac_ct_OTOOL64" = x; then
   7923     OTOOL64=":"
   7924   else
   7925     case $cross_compiling:$ac_tool_warned in
   7926 yes:)
   7927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   7928 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   7929 ac_tool_warned=yes ;;
   7930 esac
   7931     OTOOL64=$ac_ct_OTOOL64
   7932   fi
   7933 else
   7934   OTOOL64="$ac_cv_prog_OTOOL64"
   7935 fi
   7936 
   7937 
   7938 
   7939 
   7940 
   7941 
   7942 
   7943 
   7944 
   7945 
   7946 
   7947 
   7948 
   7949 
   7950 
   7951 
   7952 
   7953 
   7954 
   7955 
   7956 
   7957 
   7958 
   7959 
   7960 
   7961 
   7962 
   7963     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
   7964 $as_echo_n "checking for -single_module linker flag... " >&6; }
   7965 if ${lt_cv_apple_cc_single_mod+:} false; then :
   7966   $as_echo_n "(cached) " >&6
   7967 else
   7968   lt_cv_apple_cc_single_mod=no
   7969       if test -z "${LT_MULTI_MODULE}"; then
   7970 	# By default we will add the -single_module flag. You can override
   7971 	# by either setting the environment variable LT_MULTI_MODULE
   7972 	# non-empty at configure time, or by adding -multi_module to the
   7973 	# link flags.
   7974 	rm -rf libconftest.dylib*
   7975 	echo "int foo(void){return 1;}" > conftest.c
   7976 	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   7977 -dynamiclib -Wl,-single_module conftest.c" >&5
   7978 	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   7979 	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
   7980         _lt_result=$?
   7981 	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
   7982 	  lt_cv_apple_cc_single_mod=yes
   7983 	else
   7984 	  cat conftest.err >&5
   7985 	fi
   7986 	rm -rf libconftest.dylib*
   7987 	rm -f conftest.*
   7988       fi
   7989 fi
   7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
   7991 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
   7992     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
   7993 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
   7994 if ${lt_cv_ld_exported_symbols_list+:} false; then :
   7995   $as_echo_n "(cached) " >&6
   7996 else
   7997   lt_cv_ld_exported_symbols_list=no
   7998       save_LDFLAGS=$LDFLAGS
   7999       echo "_main" > conftest.sym
   8000       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
   8001       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8002 /* end confdefs.h.  */
   8003 
   8004 int
   8005 main ()
   8006 {
   8007 
   8008   ;
   8009   return 0;
   8010 }
   8011 _ACEOF
   8012 if ac_fn_c_try_link "$LINENO"; then :
   8013   lt_cv_ld_exported_symbols_list=yes
   8014 else
   8015   lt_cv_ld_exported_symbols_list=no
   8016 fi
   8017 rm -f core conftest.err conftest.$ac_objext \
   8018     conftest$ac_exeext conftest.$ac_ext
   8019 	LDFLAGS="$save_LDFLAGS"
   8020 
   8021 fi
   8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
   8023 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
   8024     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
   8025 $as_echo_n "checking for -force_load linker flag... " >&6; }
   8026 if ${lt_cv_ld_force_load+:} false; then :
   8027   $as_echo_n "(cached) " >&6
   8028 else
   8029   lt_cv_ld_force_load=no
   8030       cat > conftest.c << _LT_EOF
   8031 int forced_loaded() { return 2;}
   8032 _LT_EOF
   8033       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
   8034       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
   8035       echo "$AR cru libconftest.a conftest.o" >&5
   8036       $AR cru libconftest.a conftest.o 2>&5
   8037       cat > conftest.c << _LT_EOF
   8038 int main() { return 0;}
   8039 _LT_EOF
   8040       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
   8041       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
   8042       _lt_result=$?
   8043       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
   8044 	lt_cv_ld_force_load=yes
   8045       else
   8046 	cat conftest.err >&5
   8047       fi
   8048         rm -f conftest.err libconftest.a conftest conftest.c
   8049         rm -rf conftest.dSYM
   8050 
   8051 fi
   8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
   8053 $as_echo "$lt_cv_ld_force_load" >&6; }
   8054     # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
   8055     # build without first building modern cctools / linker.
   8056     case $host_cpu-$host_os in
   8057     *-rhapsody* | *-darwin1.[012])
   8058       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
   8059     *-darwin1.*)
   8060       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
   8061     *-darwin*)
   8062       # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
   8063       # deployment target is forced to an earlier version.
   8064       case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
   8065 	UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
   8066 	  ;;
   8067 	10.[012][,.]*)
   8068 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
   8069 	  ;;
   8070 	*)
   8071 	  ;;
   8072      esac
   8073     ;;
   8074   esac
   8075     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
   8076       _lt_dar_single_mod='$single_module'
   8077     fi
   8078     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
   8079       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
   8080     else
   8081       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
   8082     fi
   8083     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
   8084       _lt_dsymutil='~$DSYMUTIL $lib || :'
   8085     else
   8086       _lt_dsymutil=
   8087     fi
   8088     ;;
   8089   esac
   8090 
   8091 for ac_header in dlfcn.h
   8092 do :
   8093   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
   8094 "
   8095 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
   8096   cat >>confdefs.h <<_ACEOF
   8097 #define HAVE_DLFCN_H 1
   8098 _ACEOF
   8099 
   8100 fi
   8101 
   8102 done
   8103 
   8104 
   8105 
   8106 
   8107 
   8108 # Set options
   8109 
   8110 
   8111 
   8112         enable_dlopen=no
   8113 
   8114 
   8115   enable_win32_dll=no
   8116 
   8117 
   8118 
   8119   # Check whether --enable-static was given.
   8120 if test "${enable_static+set}" = set; then :
   8121   enableval=$enable_static; p=${PACKAGE-default}
   8122     case $enableval in
   8123     yes) enable_static=yes ;;
   8124     no) enable_static=no ;;
   8125     *)
   8126      enable_static=no
   8127       # Look at the argument we got.  We use all the common list separators.
   8128       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   8129       for pkg in $enableval; do
   8130 	IFS="$lt_save_ifs"
   8131 	if test "X$pkg" = "X$p"; then
   8132 	  enable_static=yes
   8133 	fi
   8134       done
   8135       IFS="$lt_save_ifs"
   8136       ;;
   8137     esac
   8138 else
   8139   enable_static=yes
   8140 fi
   8141 
   8142 
   8143 
   8144 
   8145 
   8146 
   8147 
   8148 
   8149 
   8150 
   8151 # Check whether --with-pic was given.
   8152 if test "${with_pic+set}" = set; then :
   8153   withval=$with_pic; pic_mode="$withval"
   8154 else
   8155   pic_mode=default
   8156 fi
   8157 
   8158 
   8159 test -z "$pic_mode" && pic_mode=default
   8160 
   8161 
   8162 
   8163 
   8164 
   8165 
   8166 
   8167   # Check whether --enable-fast-install was given.
   8168 if test "${enable_fast_install+set}" = set; then :
   8169   enableval=$enable_fast_install; p=${PACKAGE-default}
   8170     case $enableval in
   8171     yes) enable_fast_install=yes ;;
   8172     no) enable_fast_install=no ;;
   8173     *)
   8174       enable_fast_install=no
   8175       # Look at the argument we got.  We use all the common list separators.
   8176       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   8177       for pkg in $enableval; do
   8178 	IFS="$lt_save_ifs"
   8179 	if test "X$pkg" = "X$p"; then
   8180 	  enable_fast_install=yes
   8181 	fi
   8182       done
   8183       IFS="$lt_save_ifs"
   8184       ;;
   8185     esac
   8186 else
   8187   enable_fast_install=yes
   8188 fi
   8189 
   8190 
   8191 
   8192 
   8193 
   8194 
   8195 
   8196 
   8197 
   8198 
   8199 
   8200 # This can be used to rebuild libtool when needed
   8201 LIBTOOL_DEPS="$ltmain"
   8202 
   8203 # Always use our own libtool.
   8204 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
   8205 
   8206 
   8207 
   8208 
   8209 
   8210 
   8211 
   8212 
   8213 
   8214 
   8215 
   8216 
   8217 
   8218 
   8219 
   8220 
   8221 
   8222 
   8223 
   8224 
   8225 
   8226 
   8227 
   8228 
   8229 
   8230 
   8231 test -z "$LN_S" && LN_S="ln -s"
   8232 
   8233 
   8234 
   8235 
   8236 
   8237 
   8238 
   8239 
   8240 
   8241 
   8242 
   8243 
   8244 
   8245 
   8246 if test -n "${ZSH_VERSION+set}" ; then
   8247    setopt NO_GLOB_SUBST
   8248 fi
   8249 
   8250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
   8251 $as_echo_n "checking for objdir... " >&6; }
   8252 if ${lt_cv_objdir+:} false; then :
   8253   $as_echo_n "(cached) " >&6
   8254 else
   8255   rm -f .libs 2>/dev/null
   8256 mkdir .libs 2>/dev/null
   8257 if test -d .libs; then
   8258   lt_cv_objdir=.libs
   8259 else
   8260   # MS-DOS does not allow filenames that begin with a dot.
   8261   lt_cv_objdir=_libs
   8262 fi
   8263 rmdir .libs 2>/dev/null
   8264 fi
   8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
   8266 $as_echo "$lt_cv_objdir" >&6; }
   8267 objdir=$lt_cv_objdir
   8268 
   8269 
   8270 
   8271 
   8272 
   8273 cat >>confdefs.h <<_ACEOF
   8274 #define LT_OBJDIR "$lt_cv_objdir/"
   8275 _ACEOF
   8276 
   8277 
   8278 
   8279 
   8280 case $host_os in
   8281 aix3*)
   8282   # AIX sometimes has problems with the GCC collect2 program.  For some
   8283   # reason, if we set the COLLECT_NAMES environment variable, the problems
   8284   # vanish in a puff of smoke.
   8285   if test "X${COLLECT_NAMES+set}" != Xset; then
   8286     COLLECT_NAMES=
   8287     export COLLECT_NAMES
   8288   fi
   8289   ;;
   8290 esac
   8291 
   8292 # Global variables:
   8293 ofile=libtool
   8294 can_build_shared=yes
   8295 
   8296 # All known linkers require a `.a' archive for static linking (except MSVC,
   8297 # which needs '.lib').
   8298 libext=a
   8299 
   8300 with_gnu_ld="$lt_cv_prog_gnu_ld"
   8301 
   8302 old_CC="$CC"
   8303 old_CFLAGS="$CFLAGS"
   8304 
   8305 # Set sane defaults for various variables
   8306 test -z "$CC" && CC=cc
   8307 test -z "$LTCC" && LTCC=$CC
   8308 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
   8309 test -z "$LD" && LD=ld
   8310 test -z "$ac_objext" && ac_objext=o
   8311 
   8312 for cc_temp in $compiler""; do
   8313   case $cc_temp in
   8314     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
   8315     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
   8316     \-*) ;;
   8317     *) break;;
   8318   esac
   8319 done
   8320 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
   8321 
   8322 
   8323 # Only perform the check for file, if the check method requires it
   8324 test -z "$MAGIC_CMD" && MAGIC_CMD=file
   8325 case $deplibs_check_method in
   8326 file_magic*)
   8327   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
   8328     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
   8329 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
   8330 if ${lt_cv_path_MAGIC_CMD+:} false; then :
   8331   $as_echo_n "(cached) " >&6
   8332 else
   8333   case $MAGIC_CMD in
   8334 [\\/*] |  ?:[\\/]*)
   8335   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   8336   ;;
   8337 *)
   8338   lt_save_MAGIC_CMD="$MAGIC_CMD"
   8339   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   8340   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   8341   for ac_dir in $ac_dummy; do
   8342     IFS="$lt_save_ifs"
   8343     test -z "$ac_dir" && ac_dir=.
   8344     if test -f $ac_dir/${ac_tool_prefix}file; then
   8345       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
   8346       if test -n "$file_magic_test_file"; then
   8347 	case $deplibs_check_method in
   8348 	"file_magic "*)
   8349 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   8350 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8351 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   8352 	    $EGREP "$file_magic_regex" > /dev/null; then
   8353 	    :
   8354 	  else
   8355 	    cat <<_LT_EOF 1>&2
   8356 
   8357 *** Warning: the command libtool uses to detect shared libraries,
   8358 *** $file_magic_cmd, produces output that libtool cannot recognize.
   8359 *** The result is that libtool may fail to recognize shared libraries
   8360 *** as such.  This will affect the creation of libtool libraries that
   8361 *** depend on shared libraries, but programs linked with such libtool
   8362 *** libraries will work regardless of this problem.  Nevertheless, you
   8363 *** may want to report the problem to your system manager and/or to
   8364 *** bug-libtool@gnu.org
   8365 
   8366 _LT_EOF
   8367 	  fi ;;
   8368 	esac
   8369       fi
   8370       break
   8371     fi
   8372   done
   8373   IFS="$lt_save_ifs"
   8374   MAGIC_CMD="$lt_save_MAGIC_CMD"
   8375   ;;
   8376 esac
   8377 fi
   8378 
   8379 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8380 if test -n "$MAGIC_CMD"; then
   8381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   8382 $as_echo "$MAGIC_CMD" >&6; }
   8383 else
   8384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8385 $as_echo "no" >&6; }
   8386 fi
   8387 
   8388 
   8389 
   8390 
   8391 
   8392 if test -z "$lt_cv_path_MAGIC_CMD"; then
   8393   if test -n "$ac_tool_prefix"; then
   8394     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
   8395 $as_echo_n "checking for file... " >&6; }
   8396 if ${lt_cv_path_MAGIC_CMD+:} false; then :
   8397   $as_echo_n "(cached) " >&6
   8398 else
   8399   case $MAGIC_CMD in
   8400 [\\/*] |  ?:[\\/]*)
   8401   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   8402   ;;
   8403 *)
   8404   lt_save_MAGIC_CMD="$MAGIC_CMD"
   8405   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   8406   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   8407   for ac_dir in $ac_dummy; do
   8408     IFS="$lt_save_ifs"
   8409     test -z "$ac_dir" && ac_dir=.
   8410     if test -f $ac_dir/file; then
   8411       lt_cv_path_MAGIC_CMD="$ac_dir/file"
   8412       if test -n "$file_magic_test_file"; then
   8413 	case $deplibs_check_method in
   8414 	"file_magic "*)
   8415 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   8416 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8417 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   8418 	    $EGREP "$file_magic_regex" > /dev/null; then
   8419 	    :
   8420 	  else
   8421 	    cat <<_LT_EOF 1>&2
   8422 
   8423 *** Warning: the command libtool uses to detect shared libraries,
   8424 *** $file_magic_cmd, produces output that libtool cannot recognize.
   8425 *** The result is that libtool may fail to recognize shared libraries
   8426 *** as such.  This will affect the creation of libtool libraries that
   8427 *** depend on shared libraries, but programs linked with such libtool
   8428 *** libraries will work regardless of this problem.  Nevertheless, you
   8429 *** may want to report the problem to your system manager and/or to
   8430 *** bug-libtool@gnu.org
   8431 
   8432 _LT_EOF
   8433 	  fi ;;
   8434 	esac
   8435       fi
   8436       break
   8437     fi
   8438   done
   8439   IFS="$lt_save_ifs"
   8440   MAGIC_CMD="$lt_save_MAGIC_CMD"
   8441   ;;
   8442 esac
   8443 fi
   8444 
   8445 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   8446 if test -n "$MAGIC_CMD"; then
   8447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   8448 $as_echo "$MAGIC_CMD" >&6; }
   8449 else
   8450   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   8451 $as_echo "no" >&6; }
   8452 fi
   8453 
   8454 
   8455   else
   8456     MAGIC_CMD=:
   8457   fi
   8458 fi
   8459 
   8460   fi
   8461   ;;
   8462 esac
   8463 
   8464 # Use C for the default configuration in the libtool script
   8465 
   8466 lt_save_CC="$CC"
   8467 ac_ext=c
   8468 ac_cpp='$CPP $CPPFLAGS'
   8469 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   8470 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   8471 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   8472 
   8473 
   8474 # Source file extension for C test sources.
   8475 ac_ext=c
   8476 
   8477 # Object file extension for compiled C test sources.
   8478 objext=o
   8479 objext=$objext
   8480 
   8481 # Code to be used in simple compile tests
   8482 lt_simple_compile_test_code="int some_variable = 0;"
   8483 
   8484 # Code to be used in simple link tests
   8485 lt_simple_link_test_code='int main(){return(0);}'
   8486 
   8487 
   8488 
   8489 
   8490 
   8491 
   8492 
   8493 # If no C compiler was specified, use CC.
   8494 LTCC=${LTCC-"$CC"}
   8495 
   8496 # If no C compiler flags were specified, use CFLAGS.
   8497 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   8498 
   8499 # Allow CC to be a program name with arguments.
   8500 compiler=$CC
   8501 
   8502 # Save the default compiler, since it gets overwritten when the other
   8503 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
   8504 compiler_DEFAULT=$CC
   8505 
   8506 # save warnings/boilerplate of simple test code
   8507 ac_outfile=conftest.$ac_objext
   8508 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
   8509 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   8510 _lt_compiler_boilerplate=`cat conftest.err`
   8511 $RM conftest*
   8512 
   8513 ac_outfile=conftest.$ac_objext
   8514 echo "$lt_simple_link_test_code" >conftest.$ac_ext
   8515 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   8516 _lt_linker_boilerplate=`cat conftest.err`
   8517 $RM -r conftest*
   8518 
   8519 
   8520 ## CAVEAT EMPTOR:
   8521 ## There is no encapsulation within the following macros, do not change
   8522 ## the running order or otherwise move them around unless you know exactly
   8523 ## what you are doing...
   8524 if test -n "$compiler"; then
   8525 
   8526 lt_prog_compiler_no_builtin_flag=
   8527 
   8528 if test "$GCC" = yes; then
   8529   case $cc_basename in
   8530   nvcc*)
   8531     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
   8532   *)
   8533     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
   8534   esac
   8535 
   8536   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
   8537 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
   8538 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
   8539   $as_echo_n "(cached) " >&6
   8540 else
   8541   lt_cv_prog_compiler_rtti_exceptions=no
   8542    ac_outfile=conftest.$ac_objext
   8543    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   8544    lt_compiler_flag="-fno-rtti -fno-exceptions"
   8545    # Insert the option either (1) after the last *FLAGS variable, or
   8546    # (2) before a word containing "conftest.", or (3) at the end.
   8547    # Note that $ac_compile itself does not contain backslashes and begins
   8548    # with a dollar sign (not a hyphen), so the echo should work correctly.
   8549    # The option is referenced via a variable to avoid confusing sed.
   8550    lt_compile=`echo "$ac_compile" | $SED \
   8551    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8552    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8553    -e 's:$: $lt_compiler_flag:'`
   8554    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   8555    (eval "$lt_compile" 2>conftest.err)
   8556    ac_status=$?
   8557    cat conftest.err >&5
   8558    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   8559    if (exit $ac_status) && test -s "$ac_outfile"; then
   8560      # The compiler can only warn and ignore the option if not recognized
   8561      # So say no if there are warnings other than the usual output.
   8562      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
   8563      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8564      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   8565        lt_cv_prog_compiler_rtti_exceptions=yes
   8566      fi
   8567    fi
   8568    $RM conftest*
   8569 
   8570 fi
   8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
   8572 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
   8573 
   8574 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
   8575     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
   8576 else
   8577     :
   8578 fi
   8579 
   8580 fi
   8581 
   8582 
   8583 
   8584 
   8585 
   8586 
   8587   lt_prog_compiler_wl=
   8588 lt_prog_compiler_pic=
   8589 lt_prog_compiler_static=
   8590 
   8591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
   8592 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
   8593 
   8594   if test "$GCC" = yes; then
   8595     lt_prog_compiler_wl='-Wl,'
   8596     lt_prog_compiler_static='-static'
   8597 
   8598     case $host_os in
   8599       aix*)
   8600       # All AIX code is PIC.
   8601       if test "$host_cpu" = ia64; then
   8602 	# AIX 5 now supports IA64 processor
   8603 	lt_prog_compiler_static='-Bstatic'
   8604       fi
   8605       lt_prog_compiler_pic='-fPIC'
   8606       ;;
   8607 
   8608     amigaos*)
   8609       case $host_cpu in
   8610       powerpc)
   8611             # see comment about AmigaOS4 .so support
   8612             lt_prog_compiler_pic='-fPIC'
   8613         ;;
   8614       m68k)
   8615             # FIXME: we need at least 68020 code to build shared libraries, but
   8616             # adding the `-m68020' flag to GCC prevents building anything better,
   8617             # like `-m68040'.
   8618             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
   8619         ;;
   8620       esac
   8621       ;;
   8622 
   8623     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
   8624       # PIC is the default for these OSes.
   8625       ;;
   8626 
   8627     mingw* | cygwin* | pw32* | os2* | cegcc*)
   8628       # This hack is so that the source file can tell whether it is being
   8629       # built for inclusion in a dll (and should export symbols for example).
   8630       # Although the cygwin gcc ignores -fPIC, still need this for old-style
   8631       # (--disable-auto-import) libraries
   8632       lt_prog_compiler_pic='-DDLL_EXPORT'
   8633       ;;
   8634 
   8635     darwin* | rhapsody*)
   8636       # PIC is the default on this platform
   8637       # Common symbols not allowed in MH_DYLIB files
   8638       lt_prog_compiler_pic='-fno-common'
   8639       ;;
   8640 
   8641     haiku*)
   8642       # PIC is the default for Haiku.
   8643       # The "-static" flag exists, but is broken.
   8644       lt_prog_compiler_static=
   8645       ;;
   8646 
   8647     hpux*)
   8648       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
   8649       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
   8650       # sets the default TLS model and affects inlining.
   8651       case $host_cpu in
   8652       hppa*64*)
   8653 	# +Z the default
   8654 	;;
   8655       *)
   8656 	lt_prog_compiler_pic='-fPIC'
   8657 	;;
   8658       esac
   8659       ;;
   8660 
   8661     interix[3-9]*)
   8662       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
   8663       # Instead, we relocate shared libraries at runtime.
   8664       ;;
   8665 
   8666     msdosdjgpp*)
   8667       # Just because we use GCC doesn't mean we suddenly get shared libraries
   8668       # on systems that don't support them.
   8669       lt_prog_compiler_can_build_shared=no
   8670       enable_shared=no
   8671       ;;
   8672 
   8673     *nto* | *qnx*)
   8674       # QNX uses GNU C++, but need to define -shared option too, otherwise
   8675       # it will coredump.
   8676       lt_prog_compiler_pic='-fPIC -shared'
   8677       ;;
   8678 
   8679     sysv4*MP*)
   8680       if test -d /usr/nec; then
   8681 	lt_prog_compiler_pic=-Kconform_pic
   8682       fi
   8683       ;;
   8684 
   8685     *)
   8686       lt_prog_compiler_pic='-fPIC'
   8687       ;;
   8688     esac
   8689 
   8690     case $cc_basename in
   8691     nvcc*) # Cuda Compiler Driver 2.2
   8692       lt_prog_compiler_wl='-Xlinker '
   8693       lt_prog_compiler_pic='-Xcompiler -fPIC'
   8694       ;;
   8695     esac
   8696   else
   8697     # PORTME Check for flag to pass linker flags through the system compiler.
   8698     case $host_os in
   8699     aix*)
   8700       lt_prog_compiler_wl='-Wl,'
   8701       if test "$host_cpu" = ia64; then
   8702 	# AIX 5 now supports IA64 processor
   8703 	lt_prog_compiler_static='-Bstatic'
   8704       else
   8705 	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
   8706       fi
   8707       ;;
   8708 
   8709     mingw* | cygwin* | pw32* | os2* | cegcc*)
   8710       # This hack is so that the source file can tell whether it is being
   8711       # built for inclusion in a dll (and should export symbols for example).
   8712       lt_prog_compiler_pic='-DDLL_EXPORT'
   8713       ;;
   8714 
   8715     hpux9* | hpux10* | hpux11*)
   8716       lt_prog_compiler_wl='-Wl,'
   8717       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
   8718       # not for PA HP-UX.
   8719       case $host_cpu in
   8720       hppa*64*|ia64*)
   8721 	# +Z the default
   8722 	;;
   8723       *)
   8724 	lt_prog_compiler_pic='+Z'
   8725 	;;
   8726       esac
   8727       # Is there a better lt_prog_compiler_static that works with the bundled CC?
   8728       lt_prog_compiler_static='${wl}-a ${wl}archive'
   8729       ;;
   8730 
   8731     irix5* | irix6* | nonstopux*)
   8732       lt_prog_compiler_wl='-Wl,'
   8733       # PIC (with -KPIC) is the default.
   8734       lt_prog_compiler_static='-non_shared'
   8735       ;;
   8736 
   8737     linux* | k*bsd*-gnu | kopensolaris*-gnu)
   8738       case $cc_basename in
   8739       # old Intel for x86_64 which still supported -KPIC.
   8740       ecc*)
   8741 	lt_prog_compiler_wl='-Wl,'
   8742 	lt_prog_compiler_pic='-KPIC'
   8743 	lt_prog_compiler_static='-static'
   8744         ;;
   8745       # icc used to be incompatible with GCC.
   8746       # ICC 10 doesn't accept -KPIC any more.
   8747       icc* | ifort*)
   8748 	lt_prog_compiler_wl='-Wl,'
   8749 	lt_prog_compiler_pic='-fPIC'
   8750 	lt_prog_compiler_static='-static'
   8751         ;;
   8752       # Lahey Fortran 8.1.
   8753       lf95*)
   8754 	lt_prog_compiler_wl='-Wl,'
   8755 	lt_prog_compiler_pic='--shared'
   8756 	lt_prog_compiler_static='--static'
   8757 	;;
   8758       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
   8759         # Portland Group compilers (*not* the Pentium gcc compiler,
   8760 	# which looks to be a dead project)
   8761 	lt_prog_compiler_wl='-Wl,'
   8762 	lt_prog_compiler_pic='-fpic'
   8763 	lt_prog_compiler_static='-Bstatic'
   8764         ;;
   8765       ccc*)
   8766         lt_prog_compiler_wl='-Wl,'
   8767         # All Alpha code is PIC.
   8768         lt_prog_compiler_static='-non_shared'
   8769         ;;
   8770       xl* | bgxl* | bgf* | mpixl*)
   8771 	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
   8772 	lt_prog_compiler_wl='-Wl,'
   8773 	lt_prog_compiler_pic='-qpic'
   8774 	lt_prog_compiler_static='-qstaticlink'
   8775 	;;
   8776       *)
   8777 	case `$CC -V 2>&1 | sed 5q` in
   8778 	*Sun\ F* | *Sun*Fortran*)
   8779 	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
   8780 	  lt_prog_compiler_pic='-KPIC'
   8781 	  lt_prog_compiler_static='-Bstatic'
   8782 	  lt_prog_compiler_wl=''
   8783 	  ;;
   8784 	*Sun\ C*)
   8785 	  # Sun C 5.9
   8786 	  lt_prog_compiler_pic='-KPIC'
   8787 	  lt_prog_compiler_static='-Bstatic'
   8788 	  lt_prog_compiler_wl='-Wl,'
   8789 	  ;;
   8790 	esac
   8791 	;;
   8792       esac
   8793       ;;
   8794 
   8795     newsos6)
   8796       lt_prog_compiler_pic='-KPIC'
   8797       lt_prog_compiler_static='-Bstatic'
   8798       ;;
   8799 
   8800     *nto* | *qnx*)
   8801       # QNX uses GNU C++, but need to define -shared option too, otherwise
   8802       # it will coredump.
   8803       lt_prog_compiler_pic='-fPIC -shared'
   8804       ;;
   8805 
   8806     osf3* | osf4* | osf5*)
   8807       lt_prog_compiler_wl='-Wl,'
   8808       # All OSF/1 code is PIC.
   8809       lt_prog_compiler_static='-non_shared'
   8810       ;;
   8811 
   8812     rdos*)
   8813       lt_prog_compiler_static='-non_shared'
   8814       ;;
   8815 
   8816     solaris*)
   8817       lt_prog_compiler_pic='-KPIC'
   8818       lt_prog_compiler_static='-Bstatic'
   8819       case $cc_basename in
   8820       f77* | f90* | f95*)
   8821 	lt_prog_compiler_wl='-Qoption ld ';;
   8822       *)
   8823 	lt_prog_compiler_wl='-Wl,';;
   8824       esac
   8825       ;;
   8826 
   8827     sunos4*)
   8828       lt_prog_compiler_wl='-Qoption ld '
   8829       lt_prog_compiler_pic='-PIC'
   8830       lt_prog_compiler_static='-Bstatic'
   8831       ;;
   8832 
   8833     sysv4 | sysv4.2uw2* | sysv4.3*)
   8834       lt_prog_compiler_wl='-Wl,'
   8835       lt_prog_compiler_pic='-KPIC'
   8836       lt_prog_compiler_static='-Bstatic'
   8837       ;;
   8838 
   8839     sysv4*MP*)
   8840       if test -d /usr/nec ;then
   8841 	lt_prog_compiler_pic='-Kconform_pic'
   8842 	lt_prog_compiler_static='-Bstatic'
   8843       fi
   8844       ;;
   8845 
   8846     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
   8847       lt_prog_compiler_wl='-Wl,'
   8848       lt_prog_compiler_pic='-KPIC'
   8849       lt_prog_compiler_static='-Bstatic'
   8850       ;;
   8851 
   8852     unicos*)
   8853       lt_prog_compiler_wl='-Wl,'
   8854       lt_prog_compiler_can_build_shared=no
   8855       ;;
   8856 
   8857     uts4*)
   8858       lt_prog_compiler_pic='-pic'
   8859       lt_prog_compiler_static='-Bstatic'
   8860       ;;
   8861 
   8862     *)
   8863       lt_prog_compiler_can_build_shared=no
   8864       ;;
   8865     esac
   8866   fi
   8867 
   8868 case $host_os in
   8869   # For platforms which do not support PIC, -DPIC is meaningless:
   8870   *djgpp*)
   8871     lt_prog_compiler_pic=
   8872     ;;
   8873   *)
   8874     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
   8875     ;;
   8876 esac
   8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
   8878 $as_echo "$lt_prog_compiler_pic" >&6; }
   8879 
   8880 
   8881 
   8882 
   8883 
   8884 
   8885 #
   8886 # Check to make sure the PIC flag actually works.
   8887 #
   8888 if test -n "$lt_prog_compiler_pic"; then
   8889   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
   8890 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
   8891 if ${lt_cv_prog_compiler_pic_works+:} false; then :
   8892   $as_echo_n "(cached) " >&6
   8893 else
   8894   lt_cv_prog_compiler_pic_works=no
   8895    ac_outfile=conftest.$ac_objext
   8896    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   8897    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
   8898    # Insert the option either (1) after the last *FLAGS variable, or
   8899    # (2) before a word containing "conftest.", or (3) at the end.
   8900    # Note that $ac_compile itself does not contain backslashes and begins
   8901    # with a dollar sign (not a hyphen), so the echo should work correctly.
   8902    # The option is referenced via a variable to avoid confusing sed.
   8903    lt_compile=`echo "$ac_compile" | $SED \
   8904    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8905    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8906    -e 's:$: $lt_compiler_flag:'`
   8907    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   8908    (eval "$lt_compile" 2>conftest.err)
   8909    ac_status=$?
   8910    cat conftest.err >&5
   8911    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   8912    if (exit $ac_status) && test -s "$ac_outfile"; then
   8913      # The compiler can only warn and ignore the option if not recognized
   8914      # So say no if there are warnings other than the usual output.
   8915      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
   8916      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8917      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   8918        lt_cv_prog_compiler_pic_works=yes
   8919      fi
   8920    fi
   8921    $RM conftest*
   8922 
   8923 fi
   8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
   8925 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
   8926 
   8927 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
   8928     case $lt_prog_compiler_pic in
   8929      "" | " "*) ;;
   8930      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
   8931      esac
   8932 else
   8933     lt_prog_compiler_pic=
   8934      lt_prog_compiler_can_build_shared=no
   8935 fi
   8936 
   8937 fi
   8938 
   8939 
   8940 
   8941 
   8942 
   8943 
   8944 #
   8945 # Check to make sure the static flag actually works.
   8946 #
   8947 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
   8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
   8949 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
   8950 if ${lt_cv_prog_compiler_static_works+:} false; then :
   8951   $as_echo_n "(cached) " >&6
   8952 else
   8953   lt_cv_prog_compiler_static_works=no
   8954    save_LDFLAGS="$LDFLAGS"
   8955    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
   8956    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   8957    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   8958      # The linker can only warn and ignore the option if not recognized
   8959      # So say no if there are warnings
   8960      if test -s conftest.err; then
   8961        # Append any errors to the config.log.
   8962        cat conftest.err 1>&5
   8963        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
   8964        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8965        if diff conftest.exp conftest.er2 >/dev/null; then
   8966          lt_cv_prog_compiler_static_works=yes
   8967        fi
   8968      else
   8969        lt_cv_prog_compiler_static_works=yes
   8970      fi
   8971    fi
   8972    $RM -r conftest*
   8973    LDFLAGS="$save_LDFLAGS"
   8974 
   8975 fi
   8976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
   8977 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
   8978 
   8979 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
   8980     :
   8981 else
   8982     lt_prog_compiler_static=
   8983 fi
   8984 
   8985 
   8986 
   8987 
   8988 
   8989 
   8990 
   8991   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   8992 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   8993 if ${lt_cv_prog_compiler_c_o+:} false; then :
   8994   $as_echo_n "(cached) " >&6
   8995 else
   8996   lt_cv_prog_compiler_c_o=no
   8997    $RM -r conftest 2>/dev/null
   8998    mkdir conftest
   8999    cd conftest
   9000    mkdir out
   9001    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9002 
   9003    lt_compiler_flag="-o out/conftest2.$ac_objext"
   9004    # Insert the option either (1) after the last *FLAGS variable, or
   9005    # (2) before a word containing "conftest.", or (3) at the end.
   9006    # Note that $ac_compile itself does not contain backslashes and begins
   9007    # with a dollar sign (not a hyphen), so the echo should work correctly.
   9008    lt_compile=`echo "$ac_compile" | $SED \
   9009    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   9010    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   9011    -e 's:$: $lt_compiler_flag:'`
   9012    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   9013    (eval "$lt_compile" 2>out/conftest.err)
   9014    ac_status=$?
   9015    cat out/conftest.err >&5
   9016    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   9017    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   9018    then
   9019      # The compiler can only warn and ignore the option if not recognized
   9020      # So say no if there are warnings
   9021      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
   9022      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   9023      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   9024        lt_cv_prog_compiler_c_o=yes
   9025      fi
   9026    fi
   9027    chmod u+w . 2>&5
   9028    $RM conftest*
   9029    # SGI C++ compiler will create directory out/ii_files/ for
   9030    # template instantiation
   9031    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   9032    $RM out/* && rmdir out
   9033    cd ..
   9034    $RM -r conftest
   9035    $RM conftest*
   9036 
   9037 fi
   9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   9039 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   9040 
   9041 
   9042 
   9043 
   9044 
   9045 
   9046   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   9047 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   9048 if ${lt_cv_prog_compiler_c_o+:} false; then :
   9049   $as_echo_n "(cached) " >&6
   9050 else
   9051   lt_cv_prog_compiler_c_o=no
   9052    $RM -r conftest 2>/dev/null
   9053    mkdir conftest
   9054    cd conftest
   9055    mkdir out
   9056    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9057 
   9058    lt_compiler_flag="-o out/conftest2.$ac_objext"
   9059    # Insert the option either (1) after the last *FLAGS variable, or
   9060    # (2) before a word containing "conftest.", or (3) at the end.
   9061    # Note that $ac_compile itself does not contain backslashes and begins
   9062    # with a dollar sign (not a hyphen), so the echo should work correctly.
   9063    lt_compile=`echo "$ac_compile" | $SED \
   9064    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   9065    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   9066    -e 's:$: $lt_compiler_flag:'`
   9067    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   9068    (eval "$lt_compile" 2>out/conftest.err)
   9069    ac_status=$?
   9070    cat out/conftest.err >&5
   9071    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   9072    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   9073    then
   9074      # The compiler can only warn and ignore the option if not recognized
   9075      # So say no if there are warnings
   9076      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
   9077      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   9078      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   9079        lt_cv_prog_compiler_c_o=yes
   9080      fi
   9081    fi
   9082    chmod u+w . 2>&5
   9083    $RM conftest*
   9084    # SGI C++ compiler will create directory out/ii_files/ for
   9085    # template instantiation
   9086    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   9087    $RM out/* && rmdir out
   9088    cd ..
   9089    $RM -r conftest
   9090    $RM conftest*
   9091 
   9092 fi
   9093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   9094 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   9095 
   9096 
   9097 
   9098 
   9099 hard_links="nottested"
   9100 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
   9101   # do not overwrite the value of need_locks provided by the user
   9102   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
   9103 $as_echo_n "checking if we can lock with hard links... " >&6; }
   9104   hard_links=yes
   9105   $RM conftest*
   9106   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   9107   touch conftest.a
   9108   ln conftest.a conftest.b 2>&5 || hard_links=no
   9109   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   9110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
   9111 $as_echo "$hard_links" >&6; }
   9112   if test "$hard_links" = no; then
   9113     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
   9114 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
   9115     need_locks=warn
   9116   fi
   9117 else
   9118   need_locks=no
   9119 fi
   9120 
   9121 
   9122 
   9123 
   9124 
   9125 
   9126   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
   9127 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
   9128 
   9129   runpath_var=
   9130   allow_undefined_flag=
   9131   always_export_symbols=no
   9132   archive_cmds=
   9133   archive_expsym_cmds=
   9134   compiler_needs_object=no
   9135   enable_shared_with_static_runtimes=no
   9136   export_dynamic_flag_spec=
   9137   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   9138   hardcode_automatic=no
   9139   hardcode_direct=no
   9140   hardcode_direct_absolute=no
   9141   hardcode_libdir_flag_spec=
   9142   hardcode_libdir_flag_spec_ld=
   9143   hardcode_libdir_separator=
   9144   hardcode_minus_L=no
   9145   hardcode_shlibpath_var=unsupported
   9146   inherit_rpath=no
   9147   link_all_deplibs=unknown
   9148   module_cmds=
   9149   module_expsym_cmds=
   9150   old_archive_from_new_cmds=
   9151   old_archive_from_expsyms_cmds=
   9152   thread_safe_flag_spec=
   9153   whole_archive_flag_spec=
   9154   # include_expsyms should be a list of space-separated symbols to be *always*
   9155   # included in the symbol list
   9156   include_expsyms=
   9157   # exclude_expsyms can be an extended regexp of symbols to exclude
   9158   # it will be wrapped by ` (' and `)$', so one must not match beginning or
   9159   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
   9160   # as well as any symbol that contains `d'.
   9161   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
   9162   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   9163   # platforms (ab)use it in PIC code, but their linkers get confused if
   9164   # the symbol is explicitly referenced.  Since portable code cannot
   9165   # rely on this symbol name, it's probably fine to never include it in
   9166   # preloaded symbol tables.
   9167   # Exclude shared library initialization/finalization symbols.
   9168   extract_expsyms_cmds=
   9169 
   9170   case $host_os in
   9171   cygwin* | mingw* | pw32* | cegcc*)
   9172     # FIXME: the MSVC++ port hasn't been tested in a loooong time
   9173     # When not using gcc, we currently assume that we are using
   9174     # Microsoft Visual C++.
   9175     if test "$GCC" != yes; then
   9176       with_gnu_ld=no
   9177     fi
   9178     ;;
   9179   interix*)
   9180     # we just hope/assume this is gcc and not c89 (= MSVC++)
   9181     with_gnu_ld=yes
   9182     ;;
   9183   openbsd*)
   9184     with_gnu_ld=no
   9185     ;;
   9186   esac
   9187 
   9188   ld_shlibs=yes
   9189 
   9190   # On some targets, GNU ld is compatible enough with the native linker
   9191   # that we're better off using the native interface for both.
   9192   lt_use_gnu_ld_interface=no
   9193   if test "$with_gnu_ld" = yes; then
   9194     case $host_os in
   9195       aix*)
   9196 	# The AIX port of GNU ld has always aspired to compatibility
   9197 	# with the native linker.  However, as the warning in the GNU ld
   9198 	# block says, versions before 2.19.5* couldn't really create working
   9199 	# shared libraries, regardless of the interface used.
   9200 	case `$LD -v 2>&1` in
   9201 	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
   9202 	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
   9203 	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
   9204 	  *)
   9205 	    lt_use_gnu_ld_interface=yes
   9206 	    ;;
   9207 	esac
   9208 	;;
   9209       *)
   9210 	lt_use_gnu_ld_interface=yes
   9211 	;;
   9212     esac
   9213   fi
   9214 
   9215   if test "$lt_use_gnu_ld_interface" = yes; then
   9216     # If archive_cmds runs LD, not CC, wlarc should be empty
   9217     wlarc='${wl}'
   9218 
   9219     # Set some defaults for GNU ld with shared library support. These
   9220     # are reset later if shared libraries are not supported. Putting them
   9221     # here allows them to be overridden if necessary.
   9222     runpath_var=LD_RUN_PATH
   9223     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9224     export_dynamic_flag_spec='${wl}--export-dynamic'
   9225     # ancient GNU ld didn't support --whole-archive et. al.
   9226     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
   9227       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
   9228     else
   9229       whole_archive_flag_spec=
   9230     fi
   9231     supports_anon_versioning=no
   9232     case `$LD -v 2>&1` in
   9233       *GNU\ gold*) supports_anon_versioning=yes ;;
   9234       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
   9235       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
   9236       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
   9237       *\ 2.11.*) ;; # other 2.11 versions
   9238       *) supports_anon_versioning=yes ;;
   9239     esac
   9240 
   9241     # See if GNU ld supports shared libraries.
   9242     case $host_os in
   9243     aix[3-9]*)
   9244       # On AIX/PPC, the GNU linker is very broken
   9245       if test "$host_cpu" != ia64; then
   9246 	ld_shlibs=no
   9247 	cat <<_LT_EOF 1>&2
   9248 
   9249 *** Warning: the GNU linker, at least up to release 2.19, is reported
   9250 *** to be unable to reliably create shared libraries on AIX.
   9251 *** Therefore, libtool is disabling shared libraries support.  If you
   9252 *** really care for shared libraries, you may want to install binutils
   9253 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
   9254 *** You will then need to restart the configuration process.
   9255 
   9256 _LT_EOF
   9257       fi
   9258       ;;
   9259 
   9260     amigaos*)
   9261       case $host_cpu in
   9262       powerpc)
   9263             # see comment about AmigaOS4 .so support
   9264             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9265             archive_expsym_cmds=''
   9266         ;;
   9267       m68k)
   9268             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)'
   9269             hardcode_libdir_flag_spec='-L$libdir'
   9270             hardcode_minus_L=yes
   9271         ;;
   9272       esac
   9273       ;;
   9274 
   9275     beos*)
   9276       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9277 	allow_undefined_flag=unsupported
   9278 	# Joseph Beckenbach <jrb3 (at] best.com> says some releases of gcc
   9279 	# support --undefined.  This deserves some investigation.  FIXME
   9280 	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9281       else
   9282 	ld_shlibs=no
   9283       fi
   9284       ;;
   9285 
   9286     cygwin* | mingw* | pw32* | cegcc*)
   9287       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
   9288       # as there is no search path for DLLs.
   9289       hardcode_libdir_flag_spec='-L$libdir'
   9290       export_dynamic_flag_spec='${wl}--export-all-symbols'
   9291       allow_undefined_flag=unsupported
   9292       always_export_symbols=no
   9293       enable_shared_with_static_runtimes=yes
   9294       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
   9295 
   9296       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
   9297         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   9298 	# If the export-symbols file already is a .def file (1st line
   9299 	# is EXPORTS), use it as is; otherwise, prepend...
   9300 	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
   9301 	  cp $export_symbols $output_objdir/$soname.def;
   9302 	else
   9303 	  echo EXPORTS > $output_objdir/$soname.def;
   9304 	  cat $export_symbols >> $output_objdir/$soname.def;
   9305 	fi~
   9306 	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   9307       else
   9308 	ld_shlibs=no
   9309       fi
   9310       ;;
   9311 
   9312     haiku*)
   9313       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9314       link_all_deplibs=yes
   9315       ;;
   9316 
   9317     interix[3-9]*)
   9318       hardcode_direct=no
   9319       hardcode_shlibpath_var=no
   9320       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   9321       export_dynamic_flag_spec='${wl}-E'
   9322       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
   9323       # Instead, shared libraries are loaded at an image base (0x10000000 by
   9324       # default) and relocated if they conflict, which is a slow very memory
   9325       # consuming and fragmenting process.  To avoid this, we pick a random,
   9326       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
   9327       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
   9328       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
   9329       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'
   9330       ;;
   9331 
   9332     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
   9333       tmp_diet=no
   9334       if test "$host_os" = linux-dietlibc; then
   9335 	case $cc_basename in
   9336 	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
   9337 	esac
   9338       fi
   9339       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
   9340 	 && test "$tmp_diet" = no
   9341       then
   9342 	tmp_addflag=' $pic_flag'
   9343 	tmp_sharedflag='-shared'
   9344 	case $cc_basename,$host_cpu in
   9345         pgcc*)				# Portland Group C compiler
   9346 	  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'
   9347 	  tmp_addflag=' $pic_flag'
   9348 	  ;;
   9349 	pgf77* | pgf90* | pgf95* | pgfortran*)
   9350 					# Portland Group f77 and f90 compilers
   9351 	  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'
   9352 	  tmp_addflag=' $pic_flag -Mnomain' ;;
   9353 	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
   9354 	  tmp_addflag=' -i_dynamic' ;;
   9355 	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
   9356 	  tmp_addflag=' -i_dynamic -nofor_main' ;;
   9357 	ifc* | ifort*)			# Intel Fortran compiler
   9358 	  tmp_addflag=' -nofor_main' ;;
   9359 	lf95*)				# Lahey Fortran 8.1
   9360 	  whole_archive_flag_spec=
   9361 	  tmp_sharedflag='--shared' ;;
   9362 	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
   9363 	  tmp_sharedflag='-qmkshrobj'
   9364 	  tmp_addflag= ;;
   9365 	nvcc*)	# Cuda Compiler Driver 2.2
   9366 	  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'
   9367 	  compiler_needs_object=yes
   9368 	  ;;
   9369 	esac
   9370 	case `$CC -V 2>&1 | sed 5q` in
   9371 	*Sun\ C*)			# Sun C 5.9
   9372 	  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'
   9373 	  compiler_needs_object=yes
   9374 	  tmp_sharedflag='-G' ;;
   9375 	*Sun\ F*)			# Sun Fortran 8.3
   9376 	  tmp_sharedflag='-G' ;;
   9377 	esac
   9378 	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9379 
   9380         if test "x$supports_anon_versioning" = xyes; then
   9381           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   9382 	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   9383 	    echo "local: *; };" >> $output_objdir/$libname.ver~
   9384 	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
   9385         fi
   9386 
   9387 	case $cc_basename in
   9388 	xlf* | bgf* | bgxlf* | mpixlf*)
   9389 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
   9390 	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
   9391 	  hardcode_libdir_flag_spec=
   9392 	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
   9393 	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
   9394 	  if test "x$supports_anon_versioning" = xyes; then
   9395 	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   9396 	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   9397 	      echo "local: *; };" >> $output_objdir/$libname.ver~
   9398 	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
   9399 	  fi
   9400 	  ;;
   9401 	esac
   9402       else
   9403         ld_shlibs=no
   9404       fi
   9405       ;;
   9406 
   9407     netbsd*)
   9408       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   9409 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
   9410 	wlarc=
   9411       else
   9412 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9413 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9414       fi
   9415       ;;
   9416 
   9417     solaris*)
   9418       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
   9419 	ld_shlibs=no
   9420 	cat <<_LT_EOF 1>&2
   9421 
   9422 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
   9423 *** create shared libraries on Solaris systems.  Therefore, libtool
   9424 *** is disabling shared libraries support.  We urge you to upgrade GNU
   9425 *** binutils to release 2.9.1 or newer.  Another option is to modify
   9426 *** your PATH or compiler configuration so that the native linker is
   9427 *** used, and then restart.
   9428 
   9429 _LT_EOF
   9430       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9431 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9432 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9433       else
   9434 	ld_shlibs=no
   9435       fi
   9436       ;;
   9437 
   9438     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
   9439       case `$LD -v 2>&1` in
   9440         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
   9441 	ld_shlibs=no
   9442 	cat <<_LT_EOF 1>&2
   9443 
   9444 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
   9445 *** reliably create shared libraries on SCO systems.  Therefore, libtool
   9446 *** is disabling shared libraries support.  We urge you to upgrade GNU
   9447 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
   9448 *** your PATH or compiler configuration so that the native linker is
   9449 *** used, and then restart.
   9450 
   9451 _LT_EOF
   9452 	;;
   9453 	*)
   9454 	  # For security reasons, it is highly recommended that you always
   9455 	  # use absolute paths for naming shared libraries, and exclude the
   9456 	  # DT_RUNPATH tag from executables and libraries.  But doing so
   9457 	  # requires that you compile everything twice, which is a pain.
   9458 	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9459 	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9460 	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9461 	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9462 	  else
   9463 	    ld_shlibs=no
   9464 	  fi
   9465 	;;
   9466       esac
   9467       ;;
   9468 
   9469     sunos4*)
   9470       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   9471       wlarc=
   9472       hardcode_direct=yes
   9473       hardcode_shlibpath_var=no
   9474       ;;
   9475 
   9476     *)
   9477       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   9478 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9479 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   9480       else
   9481 	ld_shlibs=no
   9482       fi
   9483       ;;
   9484     esac
   9485 
   9486     if test "$ld_shlibs" = no; then
   9487       runpath_var=
   9488       hardcode_libdir_flag_spec=
   9489       export_dynamic_flag_spec=
   9490       whole_archive_flag_spec=
   9491     fi
   9492   else
   9493     # PORTME fill in a description of your system's linker (not GNU ld)
   9494     case $host_os in
   9495     aix3*)
   9496       allow_undefined_flag=unsupported
   9497       always_export_symbols=yes
   9498       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'
   9499       # Note: this linker hardcodes the directories in LIBPATH if there
   9500       # are no directories specified by -L.
   9501       hardcode_minus_L=yes
   9502       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
   9503 	# Neither direct hardcoding nor static linking is supported with a
   9504 	# broken collect2.
   9505 	hardcode_direct=unsupported
   9506       fi
   9507       ;;
   9508 
   9509     aix[4-9]*)
   9510       if test "$host_cpu" = ia64; then
   9511 	# On IA64, the linker does run time linking by default, so we don't
   9512 	# have to do anything special.
   9513 	aix_use_runtimelinking=no
   9514 	exp_sym_flag='-Bexport'
   9515 	no_entry_flag=""
   9516       else
   9517 	# If we're using GNU nm, then we don't want the "-C" option.
   9518 	# -C means demangle to AIX nm, but means don't demangle with GNU nm
   9519 	# Also, AIX nm treats weak defined symbols like other global
   9520 	# defined symbols, whereas GNU nm marks them as "W".
   9521 	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
   9522 	  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'
   9523 	else
   9524 	  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'
   9525 	fi
   9526 	aix_use_runtimelinking=no
   9527 
   9528 	# Test if we are trying to use run time linking or normal
   9529 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
   9530 	# need to do runtime linking.
   9531 	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
   9532 	  for ld_flag in $LDFLAGS; do
   9533 	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
   9534 	    aix_use_runtimelinking=yes
   9535 	    break
   9536 	  fi
   9537 	  done
   9538 	  ;;
   9539 	esac
   9540 
   9541 	exp_sym_flag='-bexport'
   9542 	no_entry_flag='-bnoentry'
   9543       fi
   9544 
   9545       # When large executables or shared objects are built, AIX ld can
   9546       # have problems creating the table of contents.  If linking a library
   9547       # or program results in "error TOC overflow" add -mminimal-toc to
   9548       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
   9549       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
   9550 
   9551       archive_cmds=''
   9552       hardcode_direct=yes
   9553       hardcode_direct_absolute=yes
   9554       hardcode_libdir_separator=':'
   9555       link_all_deplibs=yes
   9556       file_list_spec='${wl}-f,'
   9557 
   9558       if test "$GCC" = yes; then
   9559 	case $host_os in aix4.[012]|aix4.[012].*)
   9560 	# We only want to do this on AIX 4.2 and lower, the check
   9561 	# below for broken collect2 doesn't work under 4.3+
   9562 	  collect2name=`${CC} -print-prog-name=collect2`
   9563 	  if test -f "$collect2name" &&
   9564 	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
   9565 	  then
   9566 	  # We have reworked collect2
   9567 	  :
   9568 	  else
   9569 	  # We have old collect2
   9570 	  hardcode_direct=unsupported
   9571 	  # It fails to find uninstalled libraries when the uninstalled
   9572 	  # path is not listed in the libpath.  Setting hardcode_minus_L
   9573 	  # to unsupported forces relinking
   9574 	  hardcode_minus_L=yes
   9575 	  hardcode_libdir_flag_spec='-L$libdir'
   9576 	  hardcode_libdir_separator=
   9577 	  fi
   9578 	  ;;
   9579 	esac
   9580 	shared_flag='-shared'
   9581 	if test "$aix_use_runtimelinking" = yes; then
   9582 	  shared_flag="$shared_flag "'${wl}-G'
   9583 	fi
   9584       else
   9585 	# not using gcc
   9586 	if test "$host_cpu" = ia64; then
   9587 	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
   9588 	# chokes on -Wl,-G. The following line is correct:
   9589 	  shared_flag='-G'
   9590 	else
   9591 	  if test "$aix_use_runtimelinking" = yes; then
   9592 	    shared_flag='${wl}-G'
   9593 	  else
   9594 	    shared_flag='${wl}-bM:SRE'
   9595 	  fi
   9596 	fi
   9597       fi
   9598 
   9599       export_dynamic_flag_spec='${wl}-bexpall'
   9600       # It seems that -bexpall does not export symbols beginning with
   9601       # underscore (_), so it is better to generate a list of symbols to export.
   9602       always_export_symbols=yes
   9603       if test "$aix_use_runtimelinking" = yes; then
   9604 	# Warning - without using the other runtime loading flags (-brtl),
   9605 	# -berok will link without error, but may produce a broken library.
   9606 	allow_undefined_flag='-berok'
   9607         # Determine the default libpath from the value encoded in an
   9608         # empty executable.
   9609         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9610 /* end confdefs.h.  */
   9611 
   9612 int
   9613 main ()
   9614 {
   9615 
   9616   ;
   9617   return 0;
   9618 }
   9619 _ACEOF
   9620 if ac_fn_c_try_link "$LINENO"; then :
   9621 
   9622 lt_aix_libpath_sed='
   9623     /Import File Strings/,/^$/ {
   9624 	/^0/ {
   9625 	    s/^0  *\(.*\)$/\1/
   9626 	    p
   9627 	}
   9628     }'
   9629 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   9630 # Check for a 64-bit object if we didn't find anything.
   9631 if test -z "$aix_libpath"; then
   9632   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   9633 fi
   9634 fi
   9635 rm -f core conftest.err conftest.$ac_objext \
   9636     conftest$ac_exeext conftest.$ac_ext
   9637 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   9638 
   9639         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   9640         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"
   9641       else
   9642 	if test "$host_cpu" = ia64; then
   9643 	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
   9644 	  allow_undefined_flag="-z nodefs"
   9645 	  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"
   9646 	else
   9647 	 # Determine the default libpath from the value encoded in an
   9648 	 # empty executable.
   9649 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9650 /* end confdefs.h.  */
   9651 
   9652 int
   9653 main ()
   9654 {
   9655 
   9656   ;
   9657   return 0;
   9658 }
   9659 _ACEOF
   9660 if ac_fn_c_try_link "$LINENO"; then :
   9661 
   9662 lt_aix_libpath_sed='
   9663     /Import File Strings/,/^$/ {
   9664 	/^0/ {
   9665 	    s/^0  *\(.*\)$/\1/
   9666 	    p
   9667 	}
   9668     }'
   9669 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   9670 # Check for a 64-bit object if we didn't find anything.
   9671 if test -z "$aix_libpath"; then
   9672   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   9673 fi
   9674 fi
   9675 rm -f core conftest.err conftest.$ac_objext \
   9676     conftest$ac_exeext conftest.$ac_ext
   9677 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   9678 
   9679 	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   9680 	  # Warning - without using the other run time loading flags,
   9681 	  # -berok will link without error, but may produce a broken library.
   9682 	  no_undefined_flag=' ${wl}-bernotok'
   9683 	  allow_undefined_flag=' ${wl}-berok'
   9684 	  if test "$with_gnu_ld" = yes; then
   9685 	    # We only use this code for GNU lds that support --whole-archive.
   9686 	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
   9687 	  else
   9688 	    # Exported symbols can be pulled into shared objects from archives
   9689 	    whole_archive_flag_spec='$convenience'
   9690 	  fi
   9691 	  archive_cmds_need_lc=yes
   9692 	  # This is similar to how AIX traditionally builds its shared libraries.
   9693 	  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'
   9694 	fi
   9695       fi
   9696       ;;
   9697 
   9698     amigaos*)
   9699       case $host_cpu in
   9700       powerpc)
   9701             # see comment about AmigaOS4 .so support
   9702             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   9703             archive_expsym_cmds=''
   9704         ;;
   9705       m68k)
   9706             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)'
   9707             hardcode_libdir_flag_spec='-L$libdir'
   9708             hardcode_minus_L=yes
   9709         ;;
   9710       esac
   9711       ;;
   9712 
   9713     bsdi[45]*)
   9714       export_dynamic_flag_spec=-rdynamic
   9715       ;;
   9716 
   9717     cygwin* | mingw* | pw32* | cegcc*)
   9718       # When not using gcc, we currently assume that we are using
   9719       # Microsoft Visual C++.
   9720       # hardcode_libdir_flag_spec is actually meaningless, as there is
   9721       # no search path for DLLs.
   9722       hardcode_libdir_flag_spec=' '
   9723       allow_undefined_flag=unsupported
   9724       # Tell ltmain to make .lib files, not .a files.
   9725       libext=lib
   9726       # Tell ltmain to make .dll files, not .so files.
   9727       shrext_cmds=".dll"
   9728       # FIXME: Setting linknames here is a bad hack.
   9729       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
   9730       # The linker will automatically build a .lib file if we build a DLL.
   9731       old_archive_from_new_cmds='true'
   9732       # FIXME: Should let the user specify the lib program.
   9733       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
   9734       fix_srcfile_path='`cygpath -w "$srcfile"`'
   9735       enable_shared_with_static_runtimes=yes
   9736       ;;
   9737 
   9738     darwin* | rhapsody*)
   9739 
   9740 
   9741   archive_cmds_need_lc=no
   9742   hardcode_direct=no
   9743   hardcode_automatic=yes
   9744   hardcode_shlibpath_var=unsupported
   9745   if test "$lt_cv_ld_force_load" = "yes"; then
   9746     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\"`'
   9747   else
   9748     whole_archive_flag_spec=''
   9749   fi
   9750   link_all_deplibs=yes
   9751   allow_undefined_flag="$_lt_dar_allow_undefined"
   9752   case $cc_basename in
   9753      ifort*) _lt_dar_can_shared=yes ;;
   9754      *) _lt_dar_can_shared=$GCC ;;
   9755   esac
   9756   if test "$_lt_dar_can_shared" = "yes"; then
   9757     output_verbose_link_cmd=func_echo_all
   9758     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
   9759     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
   9760     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}"
   9761     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}"
   9762 
   9763   else
   9764   ld_shlibs=no
   9765   fi
   9766 
   9767       ;;
   9768 
   9769     dgux*)
   9770       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9771       hardcode_libdir_flag_spec='-L$libdir'
   9772       hardcode_shlibpath_var=no
   9773       ;;
   9774 
   9775     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
   9776     # support.  Future versions do this automatically, but an explicit c++rt0.o
   9777     # does not break anything, and helps significantly (at the cost of a little
   9778     # extra space).
   9779     freebsd2.2*)
   9780       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
   9781       hardcode_libdir_flag_spec='-R$libdir'
   9782       hardcode_direct=yes
   9783       hardcode_shlibpath_var=no
   9784       ;;
   9785 
   9786     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
   9787     freebsd2.*)
   9788       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   9789       hardcode_direct=yes
   9790       hardcode_minus_L=yes
   9791       hardcode_shlibpath_var=no
   9792       ;;
   9793 
   9794     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
   9795     freebsd* | dragonfly*)
   9796       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
   9797       hardcode_libdir_flag_spec='-R$libdir'
   9798       hardcode_direct=yes
   9799       hardcode_shlibpath_var=no
   9800       ;;
   9801 
   9802     hpux9*)
   9803       if test "$GCC" = yes; then
   9804 	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'
   9805       else
   9806 	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'
   9807       fi
   9808       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   9809       hardcode_libdir_separator=:
   9810       hardcode_direct=yes
   9811 
   9812       # hardcode_minus_L: Not really in the search PATH,
   9813       # but as the default location of the library.
   9814       hardcode_minus_L=yes
   9815       export_dynamic_flag_spec='${wl}-E'
   9816       ;;
   9817 
   9818     hpux10*)
   9819       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
   9820 	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   9821       else
   9822 	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   9823       fi
   9824       if test "$with_gnu_ld" = no; then
   9825 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   9826 	hardcode_libdir_flag_spec_ld='+b $libdir'
   9827 	hardcode_libdir_separator=:
   9828 	hardcode_direct=yes
   9829 	hardcode_direct_absolute=yes
   9830 	export_dynamic_flag_spec='${wl}-E'
   9831 	# hardcode_minus_L: Not really in the search PATH,
   9832 	# but as the default location of the library.
   9833 	hardcode_minus_L=yes
   9834       fi
   9835       ;;
   9836 
   9837     hpux11*)
   9838       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
   9839 	case $host_cpu in
   9840 	hppa*64*)
   9841 	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   9842 	  ;;
   9843 	ia64*)
   9844 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   9845 	  ;;
   9846 	*)
   9847 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   9848 	  ;;
   9849 	esac
   9850       else
   9851 	case $host_cpu in
   9852 	hppa*64*)
   9853 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   9854 	  ;;
   9855 	ia64*)
   9856 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   9857 	  ;;
   9858 	*)
   9859 
   9860 	  # Older versions of the 11.00 compiler do not understand -b yet
   9861 	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
   9862 	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
   9863 $as_echo_n "checking if $CC understands -b... " >&6; }
   9864 if ${lt_cv_prog_compiler__b+:} false; then :
   9865   $as_echo_n "(cached) " >&6
   9866 else
   9867   lt_cv_prog_compiler__b=no
   9868    save_LDFLAGS="$LDFLAGS"
   9869    LDFLAGS="$LDFLAGS -b"
   9870    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   9871    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   9872      # The linker can only warn and ignore the option if not recognized
   9873      # So say no if there are warnings
   9874      if test -s conftest.err; then
   9875        # Append any errors to the config.log.
   9876        cat conftest.err 1>&5
   9877        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
   9878        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   9879        if diff conftest.exp conftest.er2 >/dev/null; then
   9880          lt_cv_prog_compiler__b=yes
   9881        fi
   9882      else
   9883        lt_cv_prog_compiler__b=yes
   9884      fi
   9885    fi
   9886    $RM -r conftest*
   9887    LDFLAGS="$save_LDFLAGS"
   9888 
   9889 fi
   9890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
   9891 $as_echo "$lt_cv_prog_compiler__b" >&6; }
   9892 
   9893 if test x"$lt_cv_prog_compiler__b" = xyes; then
   9894     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   9895 else
   9896     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   9897 fi
   9898 
   9899 	  ;;
   9900 	esac
   9901       fi
   9902       if test "$with_gnu_ld" = no; then
   9903 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   9904 	hardcode_libdir_separator=:
   9905 
   9906 	case $host_cpu in
   9907 	hppa*64*|ia64*)
   9908 	  hardcode_direct=no
   9909 	  hardcode_shlibpath_var=no
   9910 	  ;;
   9911 	*)
   9912 	  hardcode_direct=yes
   9913 	  hardcode_direct_absolute=yes
   9914 	  export_dynamic_flag_spec='${wl}-E'
   9915 
   9916 	  # hardcode_minus_L: Not really in the search PATH,
   9917 	  # but as the default location of the library.
   9918 	  hardcode_minus_L=yes
   9919 	  ;;
   9920 	esac
   9921       fi
   9922       ;;
   9923 
   9924     irix5* | irix6* | nonstopux*)
   9925       if test "$GCC" = yes; then
   9926 	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'
   9927 	# Try to use the -exported_symbol ld option, if it does not
   9928 	# work, assume that -exports_file does not work either and
   9929 	# implicitly export all symbols.
   9930         save_LDFLAGS="$LDFLAGS"
   9931         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
   9932         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9933 /* end confdefs.h.  */
   9934 int foo(void) {}
   9935 _ACEOF
   9936 if ac_fn_c_try_link "$LINENO"; then :
   9937   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'
   9938 
   9939 fi
   9940 rm -f core conftest.err conftest.$ac_objext \
   9941     conftest$ac_exeext conftest.$ac_ext
   9942         LDFLAGS="$save_LDFLAGS"
   9943       else
   9944 	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'
   9945 	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'
   9946       fi
   9947       archive_cmds_need_lc='no'
   9948       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9949       hardcode_libdir_separator=:
   9950       inherit_rpath=yes
   9951       link_all_deplibs=yes
   9952       ;;
   9953 
   9954     netbsd*)
   9955       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   9956 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
   9957       else
   9958 	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
   9959       fi
   9960       hardcode_libdir_flag_spec='-R$libdir'
   9961       hardcode_direct=yes
   9962       hardcode_shlibpath_var=no
   9963       ;;
   9964 
   9965     newsos6)
   9966       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9967       hardcode_direct=yes
   9968       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9969       hardcode_libdir_separator=:
   9970       hardcode_shlibpath_var=no
   9971       ;;
   9972 
   9973     *nto* | *qnx*)
   9974       ;;
   9975 
   9976     openbsd*)
   9977       if test -f /usr/libexec/ld.so; then
   9978 	hardcode_direct=yes
   9979 	hardcode_shlibpath_var=no
   9980 	hardcode_direct_absolute=yes
   9981 	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   9982 	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   9983 	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
   9984 	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   9985 	  export_dynamic_flag_spec='${wl}-E'
   9986 	else
   9987 	  case $host_os in
   9988 	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
   9989 	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   9990 	     hardcode_libdir_flag_spec='-R$libdir'
   9991 	     ;;
   9992 	   *)
   9993 	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   9994 	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   9995 	     ;;
   9996 	  esac
   9997 	fi
   9998       else
   9999 	ld_shlibs=no
   10000       fi
   10001       ;;
   10002 
   10003     os2*)
   10004       hardcode_libdir_flag_spec='-L$libdir'
   10005       hardcode_minus_L=yes
   10006       allow_undefined_flag=unsupported
   10007       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'
   10008       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
   10009       ;;
   10010 
   10011     osf3*)
   10012       if test "$GCC" = yes; then
   10013 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   10014 	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'
   10015       else
   10016 	allow_undefined_flag=' -expect_unresolved \*'
   10017 	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'
   10018       fi
   10019       archive_cmds_need_lc='no'
   10020       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   10021       hardcode_libdir_separator=:
   10022       ;;
   10023 
   10024     osf4* | osf5*)	# as osf3* with the addition of -msym flag
   10025       if test "$GCC" = yes; then
   10026 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   10027 	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'
   10028 	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   10029       else
   10030 	allow_undefined_flag=' -expect_unresolved \*'
   10031 	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'
   10032 	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~
   10033 	$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'
   10034 
   10035 	# Both c and cxx compiler support -rpath directly
   10036 	hardcode_libdir_flag_spec='-rpath $libdir'
   10037       fi
   10038       archive_cmds_need_lc='no'
   10039       hardcode_libdir_separator=:
   10040       ;;
   10041 
   10042     solaris*)
   10043       no_undefined_flag=' -z defs'
   10044       if test "$GCC" = yes; then
   10045 	wlarc='${wl}'
   10046 	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   10047 	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   10048 	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   10049       else
   10050 	case `$CC -V 2>&1` in
   10051 	*"Compilers 5.0"*)
   10052 	  wlarc=''
   10053 	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10054 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   10055 	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
   10056 	  ;;
   10057 	*)
   10058 	  wlarc='${wl}'
   10059 	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
   10060 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   10061 	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   10062 	  ;;
   10063 	esac
   10064       fi
   10065       hardcode_libdir_flag_spec='-R$libdir'
   10066       hardcode_shlibpath_var=no
   10067       case $host_os in
   10068       solaris2.[0-5] | solaris2.[0-5].*) ;;
   10069       *)
   10070 	# The compiler driver will combine and reorder linker options,
   10071 	# but understands `-z linker_flag'.  GCC discards it without `$wl',
   10072 	# but is careful enough not to reorder.
   10073 	# Supported since Solaris 2.6 (maybe 2.5.1?)
   10074 	if test "$GCC" = yes; then
   10075 	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
   10076 	else
   10077 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
   10078 	fi
   10079 	;;
   10080       esac
   10081       link_all_deplibs=yes
   10082       ;;
   10083 
   10084     sunos4*)
   10085       if test "x$host_vendor" = xsequent; then
   10086 	# Use $CC to link under sequent, because it throws in some extra .o
   10087 	# files that make .init and .fini sections work.
   10088 	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
   10089       else
   10090 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
   10091       fi
   10092       hardcode_libdir_flag_spec='-L$libdir'
   10093       hardcode_direct=yes
   10094       hardcode_minus_L=yes
   10095       hardcode_shlibpath_var=no
   10096       ;;
   10097 
   10098     sysv4)
   10099       case $host_vendor in
   10100 	sni)
   10101 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10102 	  hardcode_direct=yes # is this really true???
   10103 	;;
   10104 	siemens)
   10105 	  ## LD is ld it makes a PLAMLIB
   10106 	  ## CC just makes a GrossModule.
   10107 	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
   10108 	  reload_cmds='$CC -r -o $output$reload_objs'
   10109 	  hardcode_direct=no
   10110         ;;
   10111 	motorola)
   10112 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10113 	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
   10114 	;;
   10115       esac
   10116       runpath_var='LD_RUN_PATH'
   10117       hardcode_shlibpath_var=no
   10118       ;;
   10119 
   10120     sysv4.3*)
   10121       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10122       hardcode_shlibpath_var=no
   10123       export_dynamic_flag_spec='-Bexport'
   10124       ;;
   10125 
   10126     sysv4*MP*)
   10127       if test -d /usr/nec; then
   10128 	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10129 	hardcode_shlibpath_var=no
   10130 	runpath_var=LD_RUN_PATH
   10131 	hardcode_runpath_var=yes
   10132 	ld_shlibs=yes
   10133       fi
   10134       ;;
   10135 
   10136     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
   10137       no_undefined_flag='${wl}-z,text'
   10138       archive_cmds_need_lc=no
   10139       hardcode_shlibpath_var=no
   10140       runpath_var='LD_RUN_PATH'
   10141 
   10142       if test "$GCC" = yes; then
   10143 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10144 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10145       else
   10146 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10147 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10148       fi
   10149       ;;
   10150 
   10151     sysv5* | sco3.2v5* | sco5v6*)
   10152       # Note: We can NOT use -z defs as we might desire, because we do not
   10153       # link with -lc, and that would cause any symbols used from libc to
   10154       # always be unresolved, which means just about no library would
   10155       # ever link correctly.  If we're not using GNU ld we use -z text
   10156       # though, which does catch some bad symbols but isn't as heavy-handed
   10157       # as -z defs.
   10158       no_undefined_flag='${wl}-z,text'
   10159       allow_undefined_flag='${wl}-z,nodefs'
   10160       archive_cmds_need_lc=no
   10161       hardcode_shlibpath_var=no
   10162       hardcode_libdir_flag_spec='${wl}-R,$libdir'
   10163       hardcode_libdir_separator=':'
   10164       link_all_deplibs=yes
   10165       export_dynamic_flag_spec='${wl}-Bexport'
   10166       runpath_var='LD_RUN_PATH'
   10167 
   10168       if test "$GCC" = yes; then
   10169 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10170 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10171       else
   10172 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10173 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   10174       fi
   10175       ;;
   10176 
   10177     uts4*)
   10178       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   10179       hardcode_libdir_flag_spec='-L$libdir'
   10180       hardcode_shlibpath_var=no
   10181       ;;
   10182 
   10183     *)
   10184       ld_shlibs=no
   10185       ;;
   10186     esac
   10187 
   10188     if test x$host_vendor = xsni; then
   10189       case $host in
   10190       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   10191 	export_dynamic_flag_spec='${wl}-Blargedynsym'
   10192 	;;
   10193       esac
   10194     fi
   10195   fi
   10196 
   10197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
   10198 $as_echo "$ld_shlibs" >&6; }
   10199 test "$ld_shlibs" = no && can_build_shared=no
   10200 
   10201 with_gnu_ld=$with_gnu_ld
   10202 
   10203 
   10204 
   10205 
   10206 
   10207 
   10208 
   10209 
   10210 
   10211 
   10212 
   10213 
   10214 
   10215 
   10216 
   10217 #
   10218 # Do we need to explicitly link libc?
   10219 #
   10220 case "x$archive_cmds_need_lc" in
   10221 x|xyes)
   10222   # Assume -lc should be added
   10223   archive_cmds_need_lc=yes
   10224 
   10225   if test "$enable_shared" = yes && test "$GCC" = yes; then
   10226     case $archive_cmds in
   10227     *'~'*)
   10228       # FIXME: we may have to deal with multi-command sequences.
   10229       ;;
   10230     '$CC '*)
   10231       # Test whether the compiler implicitly links with -lc since on some
   10232       # systems, -lgcc has to come before -lc. If gcc already passes -lc
   10233       # to ld, don't add -lc before -lgcc.
   10234       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
   10235 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
   10236 if ${lt_cv_archive_cmds_need_lc+:} false; then :
   10237   $as_echo_n "(cached) " >&6
   10238 else
   10239   $RM conftest*
   10240 	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   10241 
   10242 	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   10243   (eval $ac_compile) 2>&5
   10244   ac_status=$?
   10245   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10246   test $ac_status = 0; } 2>conftest.err; then
   10247 	  soname=conftest
   10248 	  lib=conftest
   10249 	  libobjs=conftest.$ac_objext
   10250 	  deplibs=
   10251 	  wl=$lt_prog_compiler_wl
   10252 	  pic_flag=$lt_prog_compiler_pic
   10253 	  compiler_flags=-v
   10254 	  linker_flags=-v
   10255 	  verstring=
   10256 	  output_objdir=.
   10257 	  libname=conftest
   10258 	  lt_save_allow_undefined_flag=$allow_undefined_flag
   10259 	  allow_undefined_flag=
   10260 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
   10261   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
   10262   ac_status=$?
   10263   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10264   test $ac_status = 0; }
   10265 	  then
   10266 	    lt_cv_archive_cmds_need_lc=no
   10267 	  else
   10268 	    lt_cv_archive_cmds_need_lc=yes
   10269 	  fi
   10270 	  allow_undefined_flag=$lt_save_allow_undefined_flag
   10271 	else
   10272 	  cat conftest.err 1>&5
   10273 	fi
   10274 	$RM conftest*
   10275 
   10276 fi
   10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
   10278 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
   10279       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
   10280       ;;
   10281     esac
   10282   fi
   10283   ;;
   10284 esac
   10285 
   10286 
   10287 
   10288 
   10289 
   10290 
   10291 
   10292 
   10293 
   10294 
   10295 
   10296 
   10297 
   10298 
   10299 
   10300 
   10301 
   10302 
   10303 
   10304 
   10305 
   10306 
   10307 
   10308 
   10309 
   10310 
   10311 
   10312 
   10313 
   10314 
   10315 
   10316 
   10317 
   10318 
   10319 
   10320 
   10321 
   10322 
   10323 
   10324 
   10325 
   10326 
   10327 
   10328 
   10329 
   10330 
   10331 
   10332 
   10333 
   10334 
   10335 
   10336 
   10337 
   10338 
   10339 
   10340 
   10341 
   10342 
   10343 
   10344 
   10345 
   10346 
   10347 
   10348 
   10349 
   10350 
   10351 
   10352 
   10353 
   10354 
   10355 
   10356 
   10357 
   10358 
   10359 
   10360 
   10361 
   10362 
   10363 
   10364 
   10365 
   10366 
   10367 
   10368 
   10369 
   10370 
   10371 
   10372 
   10373 
   10374 
   10375 
   10376 
   10377 
   10378 
   10379 
   10380 
   10381 
   10382 
   10383 
   10384 
   10385 
   10386 
   10387 
   10388 
   10389 
   10390 
   10391 
   10392 
   10393 
   10394 
   10395 
   10396 
   10397 
   10398 
   10399 
   10400 
   10401 
   10402 
   10403 
   10404 
   10405 
   10406 
   10407 
   10408 
   10409 
   10410 
   10411 
   10412 
   10413 
   10414 
   10415 
   10416 
   10417 
   10418 
   10419 
   10420 
   10421 
   10422 
   10423 
   10424 
   10425 
   10426 
   10427 
   10428 
   10429 
   10430 
   10431 
   10432 
   10433 
   10434 
   10435 
   10436 
   10437 
   10438 
   10439 
   10440 
   10441 
   10442   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
   10443 $as_echo_n "checking dynamic linker characteristics... " >&6; }
   10444 
   10445 if test "$GCC" = yes; then
   10446   case $host_os in
   10447     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
   10448     *) lt_awk_arg="/^libraries:/" ;;
   10449   esac
   10450   case $host_os in
   10451     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
   10452     *) lt_sed_strip_eq="s,=/,/,g" ;;
   10453   esac
   10454   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
   10455   case $lt_search_path_spec in
   10456   *\;*)
   10457     # if the path contains ";" then we assume it to be the separator
   10458     # otherwise default to the standard path separator (i.e. ":") - it is
   10459     # assumed that no part of a normal pathname contains ";" but that should
   10460     # okay in the real world where ";" in dirpaths is itself problematic.
   10461     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
   10462     ;;
   10463   *)
   10464     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
   10465     ;;
   10466   esac
   10467   # Ok, now we have the path, separated by spaces, we can step through it
   10468   # and add multilib dir if necessary.
   10469   lt_tmp_lt_search_path_spec=
   10470   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
   10471   for lt_sys_path in $lt_search_path_spec; do
   10472     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
   10473       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
   10474     else
   10475       test -d "$lt_sys_path" && \
   10476 	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
   10477     fi
   10478   done
   10479   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
   10480 BEGIN {RS=" "; FS="/|\n";} {
   10481   lt_foo="";
   10482   lt_count=0;
   10483   for (lt_i = NF; lt_i > 0; lt_i--) {
   10484     if ($lt_i != "" && $lt_i != ".") {
   10485       if ($lt_i == "..") {
   10486         lt_count++;
   10487       } else {
   10488         if (lt_count == 0) {
   10489           lt_foo="/" $lt_i lt_foo;
   10490         } else {
   10491           lt_count--;
   10492         }
   10493       }
   10494     }
   10495   }
   10496   if (lt_foo != "") { lt_freq[lt_foo]++; }
   10497   if (lt_freq[lt_foo] == 1) { print lt_foo; }
   10498 }'`
   10499   # AWK program above erroneously prepends '/' to C:/dos/paths
   10500   # for these hosts.
   10501   case $host_os in
   10502     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
   10503       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
   10504   esac
   10505   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
   10506 else
   10507   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
   10508 fi
   10509 library_names_spec=
   10510 libname_spec='lib$name'
   10511 soname_spec=
   10512 shrext_cmds=".so"
   10513 postinstall_cmds=
   10514 postuninstall_cmds=
   10515 finish_cmds=
   10516 finish_eval=
   10517 shlibpath_var=
   10518 shlibpath_overrides_runpath=unknown
   10519 version_type=none
   10520 dynamic_linker="$host_os ld.so"
   10521 sys_lib_dlsearch_path_spec="/lib /usr/lib"
   10522 need_lib_prefix=unknown
   10523 hardcode_into_libs=no
   10524 
   10525 # when you set need_version to no, make sure it does not cause -set_version
   10526 # flags to be left without arguments
   10527 need_version=unknown
   10528 
   10529 case $host_os in
   10530 aix3*)
   10531   version_type=linux
   10532   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
   10533   shlibpath_var=LIBPATH
   10534 
   10535   # AIX 3 has no versioning support, so we append a major version to the name.
   10536   soname_spec='${libname}${release}${shared_ext}$major'
   10537   ;;
   10538 
   10539 aix[4-9]*)
   10540   version_type=linux
   10541   need_lib_prefix=no
   10542   need_version=no
   10543   hardcode_into_libs=yes
   10544   if test "$host_cpu" = ia64; then
   10545     # AIX 5 supports IA64
   10546     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
   10547     shlibpath_var=LD_LIBRARY_PATH
   10548   else
   10549     # With GCC up to 2.95.x, collect2 would create an import file
   10550     # for dependence libraries.  The import file would start with
   10551     # the line `#! .'.  This would cause the generated library to
   10552     # depend on `.', always an invalid library.  This was fixed in
   10553     # development snapshots of GCC prior to 3.0.
   10554     case $host_os in
   10555       aix4 | aix4.[01] | aix4.[01].*)
   10556       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
   10557 	   echo ' yes '
   10558 	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
   10559 	:
   10560       else
   10561 	can_build_shared=no
   10562       fi
   10563       ;;
   10564     esac
   10565     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
   10566     # soname into executable. Probably we can add versioning support to
   10567     # collect2, so additional links can be useful in future.
   10568     if test "$aix_use_runtimelinking" = yes; then
   10569       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
   10570       # instead of lib<name>.a to let people know that these are not
   10571       # typical AIX shared libraries.
   10572       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10573     else
   10574       # We preserve .a as extension for shared libraries through AIX4.2
   10575       # and later when we are not doing run time linking.
   10576       library_names_spec='${libname}${release}.a $libname.a'
   10577       soname_spec='${libname}${release}${shared_ext}$major'
   10578     fi
   10579     shlibpath_var=LIBPATH
   10580   fi
   10581   ;;
   10582 
   10583 amigaos*)
   10584   case $host_cpu in
   10585   powerpc)
   10586     # Since July 2007 AmigaOS4 officially supports .so libraries.
   10587     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
   10588     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10589     ;;
   10590   m68k)
   10591     library_names_spec='$libname.ixlibrary $libname.a'
   10592     # Create ${libname}_ixlibrary.a entries in /sys/libs.
   10593     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'
   10594     ;;
   10595   esac
   10596   ;;
   10597 
   10598 beos*)
   10599   library_names_spec='${libname}${shared_ext}'
   10600   dynamic_linker="$host_os ld.so"
   10601   shlibpath_var=LIBRARY_PATH
   10602   ;;
   10603 
   10604 bsdi[45]*)
   10605   version_type=linux
   10606   need_version=no
   10607   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10608   soname_spec='${libname}${release}${shared_ext}$major'
   10609   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
   10610   shlibpath_var=LD_LIBRARY_PATH
   10611   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
   10612   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
   10613   # the default ld.so.conf also contains /usr/contrib/lib and
   10614   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
   10615   # libtool to hard-code these into programs
   10616   ;;
   10617 
   10618 cygwin* | mingw* | pw32* | cegcc*)
   10619   version_type=windows
   10620   shrext_cmds=".dll"
   10621   need_version=no
   10622   need_lib_prefix=no
   10623 
   10624   case $GCC,$host_os in
   10625   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
   10626     library_names_spec='$libname.dll.a'
   10627     # DLL is installed to $(libdir)/../bin by postinstall_cmds
   10628     postinstall_cmds='base_file=`basename \${file}`~
   10629       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
   10630       dldir=$destdir/`dirname \$dlpath`~
   10631       test -d \$dldir || mkdir -p \$dldir~
   10632       $install_prog $dir/$dlname \$dldir/$dlname~
   10633       chmod a+x \$dldir/$dlname~
   10634       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
   10635         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
   10636       fi'
   10637     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
   10638       dlpath=$dir/\$dldll~
   10639        $RM \$dlpath'
   10640     shlibpath_overrides_runpath=yes
   10641 
   10642     case $host_os in
   10643     cygwin*)
   10644       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
   10645       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   10646 
   10647       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
   10648       ;;
   10649     mingw* | cegcc*)
   10650       # MinGW DLLs use traditional 'lib' prefix
   10651       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   10652       ;;
   10653     pw32*)
   10654       # pw32 DLLs use 'pw' prefix rather than 'lib'
   10655       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   10656       ;;
   10657     esac
   10658     ;;
   10659 
   10660   *)
   10661     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
   10662     ;;
   10663   esac
   10664   dynamic_linker='Win32 ld.exe'
   10665   # FIXME: first we should search . and the directory the executable is in
   10666   shlibpath_var=PATH
   10667   ;;
   10668 
   10669 darwin* | rhapsody*)
   10670   dynamic_linker="$host_os dyld"
   10671   version_type=darwin
   10672   need_lib_prefix=no
   10673   need_version=no
   10674   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
   10675   soname_spec='${libname}${release}${major}$shared_ext'
   10676   shlibpath_overrides_runpath=yes
   10677   shlibpath_var=DYLD_LIBRARY_PATH
   10678   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   10679 
   10680   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
   10681   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
   10682   ;;
   10683 
   10684 dgux*)
   10685   version_type=linux
   10686   need_lib_prefix=no
   10687   need_version=no
   10688   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
   10689   soname_spec='${libname}${release}${shared_ext}$major'
   10690   shlibpath_var=LD_LIBRARY_PATH
   10691   ;;
   10692 
   10693 freebsd* | dragonfly*)
   10694   # DragonFly does not have aout.  When/if they implement a new
   10695   # versioning mechanism, adjust this.
   10696   if test -x /usr/bin/objformat; then
   10697     objformat=`/usr/bin/objformat`
   10698   else
   10699     case $host_os in
   10700     freebsd[23].*) objformat=aout ;;
   10701     *) objformat=elf ;;
   10702     esac
   10703   fi
   10704   version_type=freebsd-$objformat
   10705   case $version_type in
   10706     freebsd-elf*)
   10707       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   10708       need_version=no
   10709       need_lib_prefix=no
   10710       ;;
   10711     freebsd-*)
   10712       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
   10713       need_version=yes
   10714       ;;
   10715   esac
   10716   shlibpath_var=LD_LIBRARY_PATH
   10717   case $host_os in
   10718   freebsd2.*)
   10719     shlibpath_overrides_runpath=yes
   10720     ;;
   10721   freebsd3.[01]* | freebsdelf3.[01]*)
   10722     shlibpath_overrides_runpath=yes
   10723     hardcode_into_libs=yes
   10724     ;;
   10725   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
   10726   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
   10727     shlibpath_overrides_runpath=no
   10728     hardcode_into_libs=yes
   10729     ;;
   10730   *) # from 4.6 on, and DragonFly
   10731     shlibpath_overrides_runpath=yes
   10732     hardcode_into_libs=yes
   10733     ;;
   10734   esac
   10735   ;;
   10736 
   10737 haiku*)
   10738   version_type=linux
   10739   need_lib_prefix=no
   10740   need_version=no
   10741   dynamic_linker="$host_os runtime_loader"
   10742   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
   10743   soname_spec='${libname}${release}${shared_ext}$major'
   10744   shlibpath_var=LIBRARY_PATH
   10745   shlibpath_overrides_runpath=yes
   10746   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
   10747   hardcode_into_libs=yes
   10748   ;;
   10749 
   10750 hpux9* | hpux10* | hpux11*)
   10751   # Give a soname corresponding to the major version so that dld.sl refuses to
   10752   # link against other versions.
   10753   version_type=sunos
   10754   need_lib_prefix=no
   10755   need_version=no
   10756   case $host_cpu in
   10757   ia64*)
   10758     shrext_cmds='.so'
   10759     hardcode_into_libs=yes
   10760     dynamic_linker="$host_os dld.so"
   10761     shlibpath_var=LD_LIBRARY_PATH
   10762     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   10763     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10764     soname_spec='${libname}${release}${shared_ext}$major'
   10765     if test "X$HPUX_IA64_MODE" = X32; then
   10766       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
   10767     else
   10768       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
   10769     fi
   10770     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   10771     ;;
   10772   hppa*64*)
   10773     shrext_cmds='.sl'
   10774     hardcode_into_libs=yes
   10775     dynamic_linker="$host_os dld.sl"
   10776     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
   10777     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   10778     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10779     soname_spec='${libname}${release}${shared_ext}$major'
   10780     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
   10781     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   10782     ;;
   10783   *)
   10784     shrext_cmds='.sl'
   10785     dynamic_linker="$host_os dld.sl"
   10786     shlibpath_var=SHLIB_PATH
   10787     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
   10788     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10789     soname_spec='${libname}${release}${shared_ext}$major'
   10790     ;;
   10791   esac
   10792   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
   10793   postinstall_cmds='chmod 555 $lib'
   10794   # or fails outright, so override atomically:
   10795   install_override_mode=555
   10796   ;;
   10797 
   10798 interix[3-9]*)
   10799   version_type=linux
   10800   need_lib_prefix=no
   10801   need_version=no
   10802   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   10803   soname_spec='${libname}${release}${shared_ext}$major'
   10804   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
   10805   shlibpath_var=LD_LIBRARY_PATH
   10806   shlibpath_overrides_runpath=no
   10807   hardcode_into_libs=yes
   10808   ;;
   10809 
   10810 irix5* | irix6* | nonstopux*)
   10811   case $host_os in
   10812     nonstopux*) version_type=nonstopux ;;
   10813     *)
   10814 	if test "$lt_cv_prog_gnu_ld" = yes; then
   10815 		version_type=linux
   10816 	else
   10817 		version_type=irix
   10818 	fi ;;
   10819   esac
   10820   need_lib_prefix=no
   10821   need_version=no
   10822   soname_spec='${libname}${release}${shared_ext}$major'
   10823   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
   10824   case $host_os in
   10825   irix5* | nonstopux*)
   10826     libsuff= shlibsuff=
   10827     ;;
   10828   *)
   10829     case $LD in # libtool.m4 will add one of these switches to LD
   10830     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
   10831       libsuff= shlibsuff= libmagic=32-bit;;
   10832     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
   10833       libsuff=32 shlibsuff=N32 libmagic=N32;;
   10834     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
   10835       libsuff=64 shlibsuff=64 libmagic=64-bit;;
   10836     *) libsuff= shlibsuff= libmagic=never-match;;
   10837     esac
   10838     ;;
   10839   esac
   10840   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
   10841   shlibpath_overrides_runpath=no
   10842   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
   10843   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
   10844   hardcode_into_libs=yes
   10845   ;;
   10846 
   10847 # No shared lib support for Linux oldld, aout, or coff.
   10848 linux*oldld* | linux*aout* | linux*coff*)
   10849   dynamic_linker=no
   10850   ;;
   10851 
   10852 # This must be Linux ELF.
   10853 
   10854 # uclinux* changes (here and below) have been submitted to the libtool
   10855 # project, but have not yet been accepted: they are GCC-local changes
   10856 # for the time being.  (See
   10857 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
   10858 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
   10859   version_type=linux
   10860   need_lib_prefix=no
   10861   need_version=no
   10862   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10863   soname_spec='${libname}${release}${shared_ext}$major'
   10864   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   10865   shlibpath_var=LD_LIBRARY_PATH
   10866   shlibpath_overrides_runpath=no
   10867 
   10868   # Some binutils ld are patched to set DT_RUNPATH
   10869   if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
   10870   $as_echo_n "(cached) " >&6
   10871 else
   10872   lt_cv_shlibpath_overrides_runpath=no
   10873     save_LDFLAGS=$LDFLAGS
   10874     save_libdir=$libdir
   10875     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
   10876 	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
   10877     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10878 /* end confdefs.h.  */
   10879 
   10880 int
   10881 main ()
   10882 {
   10883 
   10884   ;
   10885   return 0;
   10886 }
   10887 _ACEOF
   10888 if ac_fn_c_try_link "$LINENO"; then :
   10889   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
   10890   lt_cv_shlibpath_overrides_runpath=yes
   10891 fi
   10892 fi
   10893 rm -f core conftest.err conftest.$ac_objext \
   10894     conftest$ac_exeext conftest.$ac_ext
   10895     LDFLAGS=$save_LDFLAGS
   10896     libdir=$save_libdir
   10897 
   10898 fi
   10899 
   10900   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
   10901 
   10902   # This implies no fast_install, which is unacceptable.
   10903   # Some rework will be needed to allow for fast_install
   10904   # before this can be enabled.
   10905   hardcode_into_libs=yes
   10906 
   10907   # Append ld.so.conf contents to the search path
   10908   if test -f /etc/ld.so.conf; then
   10909     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' ' '`
   10910     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   10911   fi
   10912 
   10913   # We used to test for /lib/ld.so.1 and disable shared libraries on
   10914   # powerpc, because MkLinux only supported shared libraries with the
   10915   # GNU dynamic linker.  Since this was broken with cross compilers,
   10916   # most powerpc-linux boxes support dynamic linking these days and
   10917   # people can always --disable-shared, the test was removed, and we
   10918   # assume the GNU/Linux dynamic linker is in use.
   10919   dynamic_linker='GNU/Linux ld.so'
   10920   ;;
   10921 
   10922 netbsd*)
   10923   version_type=sunos
   10924   need_lib_prefix=no
   10925   need_version=no
   10926   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   10927     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   10928     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   10929     dynamic_linker='NetBSD (a.out) ld.so'
   10930   else
   10931     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   10932     soname_spec='${libname}${release}${shared_ext}$major'
   10933     dynamic_linker='NetBSD ld.elf_so'
   10934   fi
   10935   shlibpath_var=LD_LIBRARY_PATH
   10936   shlibpath_overrides_runpath=yes
   10937   hardcode_into_libs=yes
   10938   ;;
   10939 
   10940 newsos6)
   10941   version_type=linux
   10942   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10943   shlibpath_var=LD_LIBRARY_PATH
   10944   shlibpath_overrides_runpath=yes
   10945   ;;
   10946 
   10947 *nto* | *qnx*)
   10948   version_type=qnx
   10949   need_lib_prefix=no
   10950   need_version=no
   10951   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10952   soname_spec='${libname}${release}${shared_ext}$major'
   10953   shlibpath_var=LD_LIBRARY_PATH
   10954   shlibpath_overrides_runpath=no
   10955   hardcode_into_libs=yes
   10956   dynamic_linker='ldqnx.so'
   10957   ;;
   10958 
   10959 openbsd*)
   10960   version_type=sunos
   10961   sys_lib_dlsearch_path_spec="/usr/lib"
   10962   need_lib_prefix=no
   10963   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
   10964   case $host_os in
   10965     openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
   10966     *)				need_version=no  ;;
   10967   esac
   10968   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   10969   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   10970   shlibpath_var=LD_LIBRARY_PATH
   10971   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   10972     case $host_os in
   10973       openbsd2.[89] | openbsd2.[89].*)
   10974 	shlibpath_overrides_runpath=no
   10975 	;;
   10976       *)
   10977 	shlibpath_overrides_runpath=yes
   10978 	;;
   10979       esac
   10980   else
   10981     shlibpath_overrides_runpath=yes
   10982   fi
   10983   ;;
   10984 
   10985 os2*)
   10986   libname_spec='$name'
   10987   shrext_cmds=".dll"
   10988   need_lib_prefix=no
   10989   library_names_spec='$libname${shared_ext} $libname.a'
   10990   dynamic_linker='OS/2 ld.exe'
   10991   shlibpath_var=LIBPATH
   10992   ;;
   10993 
   10994 osf3* | osf4* | osf5*)
   10995   version_type=osf
   10996   need_lib_prefix=no
   10997   need_version=no
   10998   soname_spec='${libname}${release}${shared_ext}$major'
   10999   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11000   shlibpath_var=LD_LIBRARY_PATH
   11001   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
   11002   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   11003   ;;
   11004 
   11005 rdos*)
   11006   dynamic_linker=no
   11007   ;;
   11008 
   11009 solaris*)
   11010   version_type=linux
   11011   need_lib_prefix=no
   11012   need_version=no
   11013   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11014   soname_spec='${libname}${release}${shared_ext}$major'
   11015   shlibpath_var=LD_LIBRARY_PATH
   11016   shlibpath_overrides_runpath=yes
   11017   hardcode_into_libs=yes
   11018   # ldd complains unless libraries are executable
   11019   postinstall_cmds='chmod +x $lib'
   11020   ;;
   11021 
   11022 sunos4*)
   11023   version_type=sunos
   11024   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   11025   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
   11026   shlibpath_var=LD_LIBRARY_PATH
   11027   shlibpath_overrides_runpath=yes
   11028   if test "$with_gnu_ld" = yes; then
   11029     need_lib_prefix=no
   11030   fi
   11031   need_version=yes
   11032   ;;
   11033 
   11034 sysv4 | sysv4.3*)
   11035   version_type=linux
   11036   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11037   soname_spec='${libname}${release}${shared_ext}$major'
   11038   shlibpath_var=LD_LIBRARY_PATH
   11039   case $host_vendor in
   11040     sni)
   11041       shlibpath_overrides_runpath=no
   11042       need_lib_prefix=no
   11043       runpath_var=LD_RUN_PATH
   11044       ;;
   11045     siemens)
   11046       need_lib_prefix=no
   11047       ;;
   11048     motorola)
   11049       need_lib_prefix=no
   11050       need_version=no
   11051       shlibpath_overrides_runpath=no
   11052       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
   11053       ;;
   11054   esac
   11055   ;;
   11056 
   11057 sysv4*MP*)
   11058   if test -d /usr/nec ;then
   11059     version_type=linux
   11060     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
   11061     soname_spec='$libname${shared_ext}.$major'
   11062     shlibpath_var=LD_LIBRARY_PATH
   11063   fi
   11064   ;;
   11065 
   11066 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   11067   version_type=freebsd-elf
   11068   need_lib_prefix=no
   11069   need_version=no
   11070   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   11071   soname_spec='${libname}${release}${shared_ext}$major'
   11072   shlibpath_var=LD_LIBRARY_PATH
   11073   shlibpath_overrides_runpath=yes
   11074   hardcode_into_libs=yes
   11075   if test "$with_gnu_ld" = yes; then
   11076     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
   11077   else
   11078     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
   11079     case $host_os in
   11080       sco3.2v5*)
   11081         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
   11082 	;;
   11083     esac
   11084   fi
   11085   sys_lib_dlsearch_path_spec='/usr/lib'
   11086   ;;
   11087 
   11088 tpf*)
   11089   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
   11090   version_type=linux
   11091   need_lib_prefix=no
   11092   need_version=no
   11093   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11094   shlibpath_var=LD_LIBRARY_PATH
   11095   shlibpath_overrides_runpath=no
   11096   hardcode_into_libs=yes
   11097   ;;
   11098 
   11099 uts4*)
   11100   version_type=linux
   11101   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11102   soname_spec='${libname}${release}${shared_ext}$major'
   11103   shlibpath_var=LD_LIBRARY_PATH
   11104   ;;
   11105 
   11106 # Shared libraries for VwWorks, >= 7 only at this stage
   11107 # and (fpic) still incompatible with "large" code models
   11108 # in a few configurations. Only for RTP mode in any case,
   11109 # and upon explicit request at configure time.
   11110 vxworks7*)
   11111   dynamic_linker=no
   11112   case ${with_multisubdir}-${enable_shared} in
   11113     *large*)
   11114       ;;
   11115     *mrtp*-yes)
   11116       version_type=linux
   11117       need_lib_prefix=no
   11118       need_version=no
   11119       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   11120       soname_spec='${libname}${release}${shared_ext}$major'
   11121       dynamic_linker="$host_os module_loader"
   11122       ;;
   11123   esac
   11124   ;;
   11125 *)
   11126   dynamic_linker=no
   11127   ;;
   11128 esac
   11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
   11130 $as_echo "$dynamic_linker" >&6; }
   11131 test "$dynamic_linker" = no && can_build_shared=no
   11132 
   11133 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
   11134 if test "$GCC" = yes; then
   11135   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
   11136 fi
   11137 
   11138 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
   11139   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
   11140 fi
   11141 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
   11142   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
   11143 fi
   11144 
   11145 
   11146 
   11147 
   11148 
   11149 
   11150 
   11151 
   11152 
   11153 
   11154 
   11155 
   11156 
   11157 
   11158 
   11159 
   11160 
   11161 
   11162 
   11163 
   11164 
   11165 
   11166 
   11167 
   11168 
   11169 
   11170 
   11171 
   11172 
   11173 
   11174 
   11175 
   11176 
   11177 
   11178 
   11179 
   11180 
   11181 
   11182 
   11183 
   11184 
   11185 
   11186 
   11187 
   11188 
   11189 
   11190 
   11191 
   11192 
   11193 
   11194 
   11195 
   11196 
   11197 
   11198 
   11199 
   11200 
   11201 
   11202 
   11203 
   11204 
   11205 
   11206 
   11207 
   11208 
   11209 
   11210 
   11211 
   11212 
   11213 
   11214 
   11215 
   11216 
   11217 
   11218 
   11219 
   11220 
   11221 
   11222 
   11223 
   11224 
   11225 
   11226 
   11227 
   11228 
   11229 
   11230 
   11231 
   11232 
   11233 
   11234 
   11235 
   11236   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
   11237 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
   11238 hardcode_action=
   11239 if test -n "$hardcode_libdir_flag_spec" ||
   11240    test -n "$runpath_var" ||
   11241    test "X$hardcode_automatic" = "Xyes" ; then
   11242 
   11243   # We can hardcode non-existent directories.
   11244   if test "$hardcode_direct" != no &&
   11245      # If the only mechanism to avoid hardcoding is shlibpath_var, we
   11246      # have to relink, otherwise we might link with an installed library
   11247      # when we should be linking with a yet-to-be-installed one
   11248      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
   11249      test "$hardcode_minus_L" != no; then
   11250     # Linking always hardcodes the temporary library directory.
   11251     hardcode_action=relink
   11252   else
   11253     # We can link without hardcoding, and we can hardcode nonexisting dirs.
   11254     hardcode_action=immediate
   11255   fi
   11256 else
   11257   # We cannot hardcode anything, or else we can only hardcode existing
   11258   # directories.
   11259   hardcode_action=unsupported
   11260 fi
   11261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
   11262 $as_echo "$hardcode_action" >&6; }
   11263 
   11264 if test "$hardcode_action" = relink ||
   11265    test "$inherit_rpath" = yes; then
   11266   # Fast installation is not supported
   11267   enable_fast_install=no
   11268 elif test "$shlibpath_overrides_runpath" = yes ||
   11269      test "$enable_shared" = no; then
   11270   # Fast installation is not necessary
   11271   enable_fast_install=needless
   11272 fi
   11273 
   11274 
   11275 
   11276 
   11277 
   11278 
   11279   if test "x$enable_dlopen" != xyes; then
   11280   enable_dlopen=unknown
   11281   enable_dlopen_self=unknown
   11282   enable_dlopen_self_static=unknown
   11283 else
   11284   lt_cv_dlopen=no
   11285   lt_cv_dlopen_libs=
   11286 
   11287   case $host_os in
   11288   beos*)
   11289     lt_cv_dlopen="load_add_on"
   11290     lt_cv_dlopen_libs=
   11291     lt_cv_dlopen_self=yes
   11292     ;;
   11293 
   11294   mingw* | pw32* | cegcc*)
   11295     lt_cv_dlopen="LoadLibrary"
   11296     lt_cv_dlopen_libs=
   11297     ;;
   11298 
   11299   cygwin*)
   11300     lt_cv_dlopen="dlopen"
   11301     lt_cv_dlopen_libs=
   11302     ;;
   11303 
   11304   darwin*)
   11305   # if libdl is installed we need to link against it
   11306     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   11307 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   11308 if ${ac_cv_lib_dl_dlopen+:} false; then :
   11309   $as_echo_n "(cached) " >&6
   11310 else
   11311   ac_check_lib_save_LIBS=$LIBS
   11312 LIBS="-ldl  $LIBS"
   11313 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11314 /* end confdefs.h.  */
   11315 
   11316 /* Override any GCC internal prototype to avoid an error.
   11317    Use char because int might match the return type of a GCC
   11318    builtin and then its argument prototype would still apply.  */
   11319 #ifdef __cplusplus
   11320 extern "C"
   11321 #endif
   11322 char dlopen ();
   11323 int
   11324 main ()
   11325 {
   11326 return dlopen ();
   11327   ;
   11328   return 0;
   11329 }
   11330 _ACEOF
   11331 if ac_fn_c_try_link "$LINENO"; then :
   11332   ac_cv_lib_dl_dlopen=yes
   11333 else
   11334   ac_cv_lib_dl_dlopen=no
   11335 fi
   11336 rm -f core conftest.err conftest.$ac_objext \
   11337     conftest$ac_exeext conftest.$ac_ext
   11338 LIBS=$ac_check_lib_save_LIBS
   11339 fi
   11340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   11341 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   11342 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   11343   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   11344 else
   11345 
   11346     lt_cv_dlopen="dyld"
   11347     lt_cv_dlopen_libs=
   11348     lt_cv_dlopen_self=yes
   11349 
   11350 fi
   11351 
   11352     ;;
   11353 
   11354   *)
   11355     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
   11356 if test "x$ac_cv_func_shl_load" = xyes; then :
   11357   lt_cv_dlopen="shl_load"
   11358 else
   11359   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
   11360 $as_echo_n "checking for shl_load in -ldld... " >&6; }
   11361 if ${ac_cv_lib_dld_shl_load+:} false; then :
   11362   $as_echo_n "(cached) " >&6
   11363 else
   11364   ac_check_lib_save_LIBS=$LIBS
   11365 LIBS="-ldld  $LIBS"
   11366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11367 /* end confdefs.h.  */
   11368 
   11369 /* Override any GCC internal prototype to avoid an error.
   11370    Use char because int might match the return type of a GCC
   11371    builtin and then its argument prototype would still apply.  */
   11372 #ifdef __cplusplus
   11373 extern "C"
   11374 #endif
   11375 char shl_load ();
   11376 int
   11377 main ()
   11378 {
   11379 return shl_load ();
   11380   ;
   11381   return 0;
   11382 }
   11383 _ACEOF
   11384 if ac_fn_c_try_link "$LINENO"; then :
   11385   ac_cv_lib_dld_shl_load=yes
   11386 else
   11387   ac_cv_lib_dld_shl_load=no
   11388 fi
   11389 rm -f core conftest.err conftest.$ac_objext \
   11390     conftest$ac_exeext conftest.$ac_ext
   11391 LIBS=$ac_check_lib_save_LIBS
   11392 fi
   11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
   11394 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
   11395 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
   11396   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
   11397 else
   11398   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
   11399 if test "x$ac_cv_func_dlopen" = xyes; then :
   11400   lt_cv_dlopen="dlopen"
   11401 else
   11402   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   11403 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   11404 if ${ac_cv_lib_dl_dlopen+:} false; then :
   11405   $as_echo_n "(cached) " >&6
   11406 else
   11407   ac_check_lib_save_LIBS=$LIBS
   11408 LIBS="-ldl  $LIBS"
   11409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11410 /* end confdefs.h.  */
   11411 
   11412 /* Override any GCC internal prototype to avoid an error.
   11413    Use char because int might match the return type of a GCC
   11414    builtin and then its argument prototype would still apply.  */
   11415 #ifdef __cplusplus
   11416 extern "C"
   11417 #endif
   11418 char dlopen ();
   11419 int
   11420 main ()
   11421 {
   11422 return dlopen ();
   11423   ;
   11424   return 0;
   11425 }
   11426 _ACEOF
   11427 if ac_fn_c_try_link "$LINENO"; then :
   11428   ac_cv_lib_dl_dlopen=yes
   11429 else
   11430   ac_cv_lib_dl_dlopen=no
   11431 fi
   11432 rm -f core conftest.err conftest.$ac_objext \
   11433     conftest$ac_exeext conftest.$ac_ext
   11434 LIBS=$ac_check_lib_save_LIBS
   11435 fi
   11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   11437 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   11438 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   11439   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   11440 else
   11441   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
   11442 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
   11443 if ${ac_cv_lib_svld_dlopen+:} false; then :
   11444   $as_echo_n "(cached) " >&6
   11445 else
   11446   ac_check_lib_save_LIBS=$LIBS
   11447 LIBS="-lsvld  $LIBS"
   11448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11449 /* end confdefs.h.  */
   11450 
   11451 /* Override any GCC internal prototype to avoid an error.
   11452    Use char because int might match the return type of a GCC
   11453    builtin and then its argument prototype would still apply.  */
   11454 #ifdef __cplusplus
   11455 extern "C"
   11456 #endif
   11457 char dlopen ();
   11458 int
   11459 main ()
   11460 {
   11461 return dlopen ();
   11462   ;
   11463   return 0;
   11464 }
   11465 _ACEOF
   11466 if ac_fn_c_try_link "$LINENO"; then :
   11467   ac_cv_lib_svld_dlopen=yes
   11468 else
   11469   ac_cv_lib_svld_dlopen=no
   11470 fi
   11471 rm -f core conftest.err conftest.$ac_objext \
   11472     conftest$ac_exeext conftest.$ac_ext
   11473 LIBS=$ac_check_lib_save_LIBS
   11474 fi
   11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
   11476 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
   11477 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
   11478   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
   11479 else
   11480   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
   11481 $as_echo_n "checking for dld_link in -ldld... " >&6; }
   11482 if ${ac_cv_lib_dld_dld_link+:} false; then :
   11483   $as_echo_n "(cached) " >&6
   11484 else
   11485   ac_check_lib_save_LIBS=$LIBS
   11486 LIBS="-ldld  $LIBS"
   11487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11488 /* end confdefs.h.  */
   11489 
   11490 /* Override any GCC internal prototype to avoid an error.
   11491    Use char because int might match the return type of a GCC
   11492    builtin and then its argument prototype would still apply.  */
   11493 #ifdef __cplusplus
   11494 extern "C"
   11495 #endif
   11496 char dld_link ();
   11497 int
   11498 main ()
   11499 {
   11500 return dld_link ();
   11501   ;
   11502   return 0;
   11503 }
   11504 _ACEOF
   11505 if ac_fn_c_try_link "$LINENO"; then :
   11506   ac_cv_lib_dld_dld_link=yes
   11507 else
   11508   ac_cv_lib_dld_dld_link=no
   11509 fi
   11510 rm -f core conftest.err conftest.$ac_objext \
   11511     conftest$ac_exeext conftest.$ac_ext
   11512 LIBS=$ac_check_lib_save_LIBS
   11513 fi
   11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
   11515 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
   11516 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
   11517   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
   11518 fi
   11519 
   11520 
   11521 fi
   11522 
   11523 
   11524 fi
   11525 
   11526 
   11527 fi
   11528 
   11529 
   11530 fi
   11531 
   11532 
   11533 fi
   11534 
   11535     ;;
   11536   esac
   11537 
   11538   if test "x$lt_cv_dlopen" != xno; then
   11539     enable_dlopen=yes
   11540   else
   11541     enable_dlopen=no
   11542   fi
   11543 
   11544   case $lt_cv_dlopen in
   11545   dlopen)
   11546     save_CPPFLAGS="$CPPFLAGS"
   11547     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
   11548 
   11549     save_LDFLAGS="$LDFLAGS"
   11550     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
   11551 
   11552     save_LIBS="$LIBS"
   11553     LIBS="$lt_cv_dlopen_libs $LIBS"
   11554 
   11555     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
   11556 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
   11557 if ${lt_cv_dlopen_self+:} false; then :
   11558   $as_echo_n "(cached) " >&6
   11559 else
   11560   	  if test "$cross_compiling" = yes; then :
   11561   lt_cv_dlopen_self=cross
   11562 else
   11563   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   11564   lt_status=$lt_dlunknown
   11565   cat > conftest.$ac_ext <<_LT_EOF
   11566 #line 11566 "configure"
   11567 #include "confdefs.h"
   11568 
   11569 #if HAVE_DLFCN_H
   11570 #include <dlfcn.h>
   11571 #endif
   11572 
   11573 #include <stdio.h>
   11574 
   11575 #ifdef RTLD_GLOBAL
   11576 #  define LT_DLGLOBAL		RTLD_GLOBAL
   11577 #else
   11578 #  ifdef DL_GLOBAL
   11579 #    define LT_DLGLOBAL		DL_GLOBAL
   11580 #  else
   11581 #    define LT_DLGLOBAL		0
   11582 #  endif
   11583 #endif
   11584 
   11585 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   11586    find out it does not work in some platform. */
   11587 #ifndef LT_DLLAZY_OR_NOW
   11588 #  ifdef RTLD_LAZY
   11589 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   11590 #  else
   11591 #    ifdef DL_LAZY
   11592 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   11593 #    else
   11594 #      ifdef RTLD_NOW
   11595 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   11596 #      else
   11597 #        ifdef DL_NOW
   11598 #          define LT_DLLAZY_OR_NOW	DL_NOW
   11599 #        else
   11600 #          define LT_DLLAZY_OR_NOW	0
   11601 #        endif
   11602 #      endif
   11603 #    endif
   11604 #  endif
   11605 #endif
   11606 
   11607 /* When -fvisbility=hidden is used, assume the code has been annotated
   11608    correspondingly for the symbols needed.  */
   11609 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
   11610 void fnord () __attribute__((visibility("default")));
   11611 #endif
   11612 
   11613 void fnord () { int i=42; }
   11614 int main ()
   11615 {
   11616   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   11617   int status = $lt_dlunknown;
   11618 
   11619   if (self)
   11620     {
   11621       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   11622       else
   11623         {
   11624 	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
   11625           else puts (dlerror ());
   11626 	}
   11627       /* dlclose (self); */
   11628     }
   11629   else
   11630     puts (dlerror ());
   11631 
   11632   return status;
   11633 }
   11634 _LT_EOF
   11635   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   11636   (eval $ac_link) 2>&5
   11637   ac_status=$?
   11638   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   11639   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   11640     (./conftest; exit; ) >&5 2>/dev/null
   11641     lt_status=$?
   11642     case x$lt_status in
   11643       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
   11644       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
   11645       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
   11646     esac
   11647   else :
   11648     # compilation failed
   11649     lt_cv_dlopen_self=no
   11650   fi
   11651 fi
   11652 rm -fr conftest*
   11653 
   11654 
   11655 fi
   11656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
   11657 $as_echo "$lt_cv_dlopen_self" >&6; }
   11658 
   11659     if test "x$lt_cv_dlopen_self" = xyes; then
   11660       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
   11661       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
   11662 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
   11663 if ${lt_cv_dlopen_self_static+:} false; then :
   11664   $as_echo_n "(cached) " >&6
   11665 else
   11666   	  if test "$cross_compiling" = yes; then :
   11667   lt_cv_dlopen_self_static=cross
   11668 else
   11669   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   11670   lt_status=$lt_dlunknown
   11671   cat > conftest.$ac_ext <<_LT_EOF
   11672 #line 11672 "configure"
   11673 #include "confdefs.h"
   11674 
   11675 #if HAVE_DLFCN_H
   11676 #include <dlfcn.h>
   11677 #endif
   11678 
   11679 #include <stdio.h>
   11680 
   11681 #ifdef RTLD_GLOBAL
   11682 #  define LT_DLGLOBAL		RTLD_GLOBAL
   11683 #else
   11684 #  ifdef DL_GLOBAL
   11685 #    define LT_DLGLOBAL		DL_GLOBAL
   11686 #  else
   11687 #    define LT_DLGLOBAL		0
   11688 #  endif
   11689 #endif
   11690 
   11691 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   11692    find out it does not work in some platform. */
   11693 #ifndef LT_DLLAZY_OR_NOW
   11694 #  ifdef RTLD_LAZY
   11695 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   11696 #  else
   11697 #    ifdef DL_LAZY
   11698 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   11699 #    else
   11700 #      ifdef RTLD_NOW
   11701 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   11702 #      else
   11703 #        ifdef DL_NOW
   11704 #          define LT_DLLAZY_OR_NOW	DL_NOW
   11705 #        else
   11706 #          define LT_DLLAZY_OR_NOW	0
   11707 #        endif
   11708 #      endif
   11709 #    endif
   11710 #  endif
   11711 #endif
   11712 
   11713 /* When -fvisbility=hidden is used, assume the code has been annotated
   11714    correspondingly for the symbols needed.  */
   11715 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
   11716 void fnord () __attribute__((visibility("default")));
   11717 #endif
   11718 
   11719 void fnord () { int i=42; }
   11720 int main ()
   11721 {
   11722   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   11723   int status = $lt_dlunknown;
   11724 
   11725   if (self)
   11726     {
   11727       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   11728       else
   11729         {
   11730 	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
   11731           else puts (dlerror ());
   11732 	}
   11733       /* dlclose (self); */
   11734     }
   11735   else
   11736     puts (dlerror ());
   11737 
   11738   return status;
   11739 }
   11740 _LT_EOF
   11741   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   11742   (eval $ac_link) 2>&5
   11743   ac_status=$?
   11744   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   11745   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   11746     (./conftest; exit; ) >&5 2>/dev/null
   11747     lt_status=$?
   11748     case x$lt_status in
   11749       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
   11750       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
   11751       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
   11752     esac
   11753   else :
   11754     # compilation failed
   11755     lt_cv_dlopen_self_static=no
   11756   fi
   11757 fi
   11758 rm -fr conftest*
   11759 
   11760 
   11761 fi
   11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
   11763 $as_echo "$lt_cv_dlopen_self_static" >&6; }
   11764     fi
   11765 
   11766     CPPFLAGS="$save_CPPFLAGS"
   11767     LDFLAGS="$save_LDFLAGS"
   11768     LIBS="$save_LIBS"
   11769     ;;
   11770   esac
   11771 
   11772   case $lt_cv_dlopen_self in
   11773   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
   11774   *) enable_dlopen_self=unknown ;;
   11775   esac
   11776 
   11777   case $lt_cv_dlopen_self_static in
   11778   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
   11779   *) enable_dlopen_self_static=unknown ;;
   11780   esac
   11781 fi
   11782 
   11783 
   11784 
   11785 
   11786 
   11787 
   11788 
   11789 
   11790 
   11791 
   11792 
   11793 
   11794 
   11795 
   11796 
   11797 
   11798 
   11799 striplib=
   11800 old_striplib=
   11801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
   11802 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
   11803 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
   11804   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
   11805   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
   11806   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   11807 $as_echo "yes" >&6; }
   11808 else
   11809 # FIXME - insert some real tests, host_os isn't really good enough
   11810   case $host_os in
   11811   darwin*)
   11812     if test -n "$STRIP" ; then
   11813       striplib="$STRIP -x"
   11814       old_striplib="$STRIP -S"
   11815       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   11816 $as_echo "yes" >&6; }
   11817     else
   11818       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   11819 $as_echo "no" >&6; }
   11820     fi
   11821     ;;
   11822   *)
   11823     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   11824 $as_echo "no" >&6; }
   11825     ;;
   11826   esac
   11827 fi
   11828 
   11829 
   11830 
   11831 
   11832 
   11833 
   11834 
   11835 
   11836 
   11837 
   11838 
   11839 
   11840   # Report which library types will actually be built
   11841   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
   11842 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
   11843   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
   11844 $as_echo "$can_build_shared" >&6; }
   11845 
   11846   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
   11847 $as_echo_n "checking whether to build shared libraries... " >&6; }
   11848   test "$can_build_shared" = "no" && enable_shared=no
   11849 
   11850   # On AIX, shared libraries and static libraries use the same namespace, and
   11851   # are all built from PIC.
   11852   case $host_os in
   11853   aix3*)
   11854     test "$enable_shared" = yes && enable_static=no
   11855     if test -n "$RANLIB"; then
   11856       archive_cmds="$archive_cmds~\$RANLIB \$lib"
   11857       postinstall_cmds='$RANLIB $lib'
   11858     fi
   11859     ;;
   11860 
   11861   aix[4-9]*)
   11862     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
   11863       test "$enable_shared" = yes && enable_static=no
   11864     fi
   11865     ;;
   11866   esac
   11867   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
   11868 $as_echo "$enable_shared" >&6; }
   11869 
   11870   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
   11871 $as_echo_n "checking whether to build static libraries... " >&6; }
   11872   # Make sure either enable_shared or enable_static is yes.
   11873   test "$enable_shared" = yes || enable_static=yes
   11874   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
   11875 $as_echo "$enable_static" >&6; }
   11876 
   11877 
   11878 
   11879 
   11880 fi
   11881 ac_ext=c
   11882 ac_cpp='$CPP $CPPFLAGS'
   11883 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   11884 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   11885 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   11886 
   11887 CC="$lt_save_CC"
   11888 
   11889 
   11890 
   11891 
   11892 
   11893 
   11894 
   11895 
   11896 
   11897 
   11898 
   11899 
   11900 
   11901         ac_config_commands="$ac_config_commands libtool"
   11902 
   11903 
   11904 
   11905 
   11906 # Only expand once:
   11907 
   11908 
   11909 # Check whether --enable-largefile was given.
   11910 if test "${enable_largefile+set}" = set; then :
   11911   enableval=$enable_largefile;
   11912 fi
   11913 
   11914 if test "$enable_largefile" != no; then
   11915 
   11916   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
   11917 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
   11918 if ${ac_cv_sys_largefile_CC+:} false; then :
   11919   $as_echo_n "(cached) " >&6
   11920 else
   11921   ac_cv_sys_largefile_CC=no
   11922      if test "$GCC" != yes; then
   11923        ac_save_CC=$CC
   11924        while :; do
   11925 	 # IRIX 6.2 and later do not support large files by default,
   11926 	 # so use the C compiler's -n32 option if that helps.
   11927 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11928 /* end confdefs.h.  */
   11929 #include <sys/types.h>
   11930  /* Check that off_t can represent 2**63 - 1 correctly.
   11931     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   11932     since some C++ compilers masquerading as C compilers
   11933     incorrectly reject 9223372036854775807.  */
   11934 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   11935   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   11936 		       && LARGE_OFF_T % 2147483647 == 1)
   11937 		      ? 1 : -1];
   11938 int
   11939 main ()
   11940 {
   11941 
   11942   ;
   11943   return 0;
   11944 }
   11945 _ACEOF
   11946 	 if ac_fn_c_try_compile "$LINENO"; then :
   11947   break
   11948 fi
   11949 rm -f core conftest.err conftest.$ac_objext
   11950 	 CC="$CC -n32"
   11951 	 if ac_fn_c_try_compile "$LINENO"; then :
   11952   ac_cv_sys_largefile_CC=' -n32'; break
   11953 fi
   11954 rm -f core conftest.err conftest.$ac_objext
   11955 	 break
   11956        done
   11957        CC=$ac_save_CC
   11958        rm -f conftest.$ac_ext
   11959     fi
   11960 fi
   11961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
   11962 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
   11963   if test "$ac_cv_sys_largefile_CC" != no; then
   11964     CC=$CC$ac_cv_sys_largefile_CC
   11965   fi
   11966 
   11967   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
   11968 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
   11969 if ${ac_cv_sys_file_offset_bits+:} false; then :
   11970   $as_echo_n "(cached) " >&6
   11971 else
   11972   while :; do
   11973   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11974 /* end confdefs.h.  */
   11975 #include <sys/types.h>
   11976  /* Check that off_t can represent 2**63 - 1 correctly.
   11977     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   11978     since some C++ compilers masquerading as C compilers
   11979     incorrectly reject 9223372036854775807.  */
   11980 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   11981   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   11982 		       && LARGE_OFF_T % 2147483647 == 1)
   11983 		      ? 1 : -1];
   11984 int
   11985 main ()
   11986 {
   11987 
   11988   ;
   11989   return 0;
   11990 }
   11991 _ACEOF
   11992 if ac_fn_c_try_compile "$LINENO"; then :
   11993   ac_cv_sys_file_offset_bits=no; break
   11994 fi
   11995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   11996   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11997 /* end confdefs.h.  */
   11998 #define _FILE_OFFSET_BITS 64
   11999 #include <sys/types.h>
   12000  /* Check that off_t can represent 2**63 - 1 correctly.
   12001     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12002     since some C++ compilers masquerading as C compilers
   12003     incorrectly reject 9223372036854775807.  */
   12004 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12005   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12006 		       && LARGE_OFF_T % 2147483647 == 1)
   12007 		      ? 1 : -1];
   12008 int
   12009 main ()
   12010 {
   12011 
   12012   ;
   12013   return 0;
   12014 }
   12015 _ACEOF
   12016 if ac_fn_c_try_compile "$LINENO"; then :
   12017   ac_cv_sys_file_offset_bits=64; break
   12018 fi
   12019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12020   ac_cv_sys_file_offset_bits=unknown
   12021   break
   12022 done
   12023 fi
   12024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
   12025 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
   12026 case $ac_cv_sys_file_offset_bits in #(
   12027   no | unknown) ;;
   12028   *)
   12029 cat >>confdefs.h <<_ACEOF
   12030 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
   12031 _ACEOF
   12032 ;;
   12033 esac
   12034 rm -rf conftest*
   12035   if test $ac_cv_sys_file_offset_bits = unknown; then
   12036     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
   12037 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
   12038 if ${ac_cv_sys_large_files+:} false; then :
   12039   $as_echo_n "(cached) " >&6
   12040 else
   12041   while :; do
   12042   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12043 /* end confdefs.h.  */
   12044 #include <sys/types.h>
   12045  /* Check that off_t can represent 2**63 - 1 correctly.
   12046     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12047     since some C++ compilers masquerading as C compilers
   12048     incorrectly reject 9223372036854775807.  */
   12049 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12050   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12051 		       && LARGE_OFF_T % 2147483647 == 1)
   12052 		      ? 1 : -1];
   12053 int
   12054 main ()
   12055 {
   12056 
   12057   ;
   12058   return 0;
   12059 }
   12060 _ACEOF
   12061 if ac_fn_c_try_compile "$LINENO"; then :
   12062   ac_cv_sys_large_files=no; break
   12063 fi
   12064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12065   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12066 /* end confdefs.h.  */
   12067 #define _LARGE_FILES 1
   12068 #include <sys/types.h>
   12069  /* Check that off_t can represent 2**63 - 1 correctly.
   12070     We can't simply define LARGE_OFF_T to be 9223372036854775807,
   12071     since some C++ compilers masquerading as C compilers
   12072     incorrectly reject 9223372036854775807.  */
   12073 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
   12074   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
   12075 		       && LARGE_OFF_T % 2147483647 == 1)
   12076 		      ? 1 : -1];
   12077 int
   12078 main ()
   12079 {
   12080 
   12081   ;
   12082   return 0;
   12083 }
   12084 _ACEOF
   12085 if ac_fn_c_try_compile "$LINENO"; then :
   12086   ac_cv_sys_large_files=1; break
   12087 fi
   12088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12089   ac_cv_sys_large_files=unknown
   12090   break
   12091 done
   12092 fi
   12093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
   12094 $as_echo "$ac_cv_sys_large_files" >&6; }
   12095 case $ac_cv_sys_large_files in #(
   12096   no | unknown) ;;
   12097   *)
   12098 cat >>confdefs.h <<_ACEOF
   12099 #define _LARGE_FILES $ac_cv_sys_large_files
   12100 _ACEOF
   12101 ;;
   12102 esac
   12103 rm -rf conftest*
   12104   fi
   12105 
   12106 
   12107 fi
   12108 
   12109 
   12110 MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
   12111 for ac_prog in aclocal
   12112 do
   12113   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12114 set dummy $ac_prog; ac_word=$2
   12115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12116 $as_echo_n "checking for $ac_word... " >&6; }
   12117 if ${ac_cv_prog_ACLOCAL+:} false; then :
   12118   $as_echo_n "(cached) " >&6
   12119 else
   12120   if test -n "$ACLOCAL"; then
   12121   ac_cv_prog_ACLOCAL="$ACLOCAL" # Let the user override the test.
   12122 else
   12123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12124 for as_dir in $PATH
   12125 do
   12126   IFS=$as_save_IFS
   12127   test -z "$as_dir" && as_dir=.
   12128     for ac_exec_ext in '' $ac_executable_extensions; do
   12129   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12130     ac_cv_prog_ACLOCAL="$ac_prog"
   12131     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12132     break 2
   12133   fi
   12134 done
   12135   done
   12136 IFS=$as_save_IFS
   12137 
   12138 fi
   12139 fi
   12140 ACLOCAL=$ac_cv_prog_ACLOCAL
   12141 if test -n "$ACLOCAL"; then
   12142   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
   12143 $as_echo "$ACLOCAL" >&6; }
   12144 else
   12145   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12146 $as_echo "no" >&6; }
   12147 fi
   12148 
   12149 
   12150   test -n "$ACLOCAL" && break
   12151 done
   12152 test -n "$ACLOCAL" || ACLOCAL="$MISSING aclocal"
   12153 
   12154 for ac_prog in autoconf
   12155 do
   12156   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12157 set dummy $ac_prog; ac_word=$2
   12158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12159 $as_echo_n "checking for $ac_word... " >&6; }
   12160 if ${ac_cv_prog_AUTOCONF+:} false; then :
   12161   $as_echo_n "(cached) " >&6
   12162 else
   12163   if test -n "$AUTOCONF"; then
   12164   ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
   12165 else
   12166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12167 for as_dir in $PATH
   12168 do
   12169   IFS=$as_save_IFS
   12170   test -z "$as_dir" && as_dir=.
   12171     for ac_exec_ext in '' $ac_executable_extensions; do
   12172   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12173     ac_cv_prog_AUTOCONF="$ac_prog"
   12174     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12175     break 2
   12176   fi
   12177 done
   12178   done
   12179 IFS=$as_save_IFS
   12180 
   12181 fi
   12182 fi
   12183 AUTOCONF=$ac_cv_prog_AUTOCONF
   12184 if test -n "$AUTOCONF"; then
   12185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
   12186 $as_echo "$AUTOCONF" >&6; }
   12187 else
   12188   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12189 $as_echo "no" >&6; }
   12190 fi
   12191 
   12192 
   12193   test -n "$AUTOCONF" && break
   12194 done
   12195 test -n "$AUTOCONF" || AUTOCONF="$MISSING autoconf"
   12196 
   12197 for ac_prog in autoheader
   12198 do
   12199   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12200 set dummy $ac_prog; ac_word=$2
   12201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12202 $as_echo_n "checking for $ac_word... " >&6; }
   12203 if ${ac_cv_prog_AUTOHEADER+:} false; then :
   12204   $as_echo_n "(cached) " >&6
   12205 else
   12206   if test -n "$AUTOHEADER"; then
   12207   ac_cv_prog_AUTOHEADER="$AUTOHEADER" # Let the user override the test.
   12208 else
   12209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12210 for as_dir in $PATH
   12211 do
   12212   IFS=$as_save_IFS
   12213   test -z "$as_dir" && as_dir=.
   12214     for ac_exec_ext in '' $ac_executable_extensions; do
   12215   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12216     ac_cv_prog_AUTOHEADER="$ac_prog"
   12217     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12218     break 2
   12219   fi
   12220 done
   12221   done
   12222 IFS=$as_save_IFS
   12223 
   12224 fi
   12225 fi
   12226 AUTOHEADER=$ac_cv_prog_AUTOHEADER
   12227 if test -n "$AUTOHEADER"; then
   12228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
   12229 $as_echo "$AUTOHEADER" >&6; }
   12230 else
   12231   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12232 $as_echo "no" >&6; }
   12233 fi
   12234 
   12235 
   12236   test -n "$AUTOHEADER" && break
   12237 done
   12238 test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader"
   12239 
   12240 
   12241 
   12242 ac_ext=c
   12243 ac_cpp='$CPP $CPPFLAGS'
   12244 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   12245 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   12246 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   12247 
   12248 ac_libsframe_warn_cflags=
   12249 save_CFLAGS="$CFLAGS"
   12250 for real_option in -Wall -Wextra -Wwrite-strings \
   12251 			  -Wmissing-format-attribute \
   12252 			  -Wstrict-prototypes -Wmissing-prototypes; do
   12253   # Do the check with the no- prefix removed since gcc silently
   12254   # accepts any -Wno-* option on purpose
   12255   case $real_option in
   12256     -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
   12257     *) option=$real_option ;;
   12258   esac
   12259   as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
   12260 
   12261   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
   12262 $as_echo_n "checking whether $CC supports $option... " >&6; }
   12263 if eval \${$as_acx_Woption+:} false; then :
   12264   $as_echo_n "(cached) " >&6
   12265 else
   12266   CFLAGS="$option"
   12267     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12268 /* end confdefs.h.  */
   12269 
   12270 int
   12271 main ()
   12272 {
   12273 
   12274   ;
   12275   return 0;
   12276 }
   12277 _ACEOF
   12278 if ac_fn_c_try_compile "$LINENO"; then :
   12279   eval "$as_acx_Woption=yes"
   12280 else
   12281   eval "$as_acx_Woption=no"
   12282 fi
   12283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   12284 
   12285 fi
   12286 eval ac_res=\$$as_acx_Woption
   12287 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   12288 $as_echo "$ac_res" >&6; }
   12289   if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
   12290   ac_libsframe_warn_cflags="$ac_libsframe_warn_cflags${ac_libsframe_warn_cflags:+ }$real_option"
   12291 fi
   12292   done
   12293 CFLAGS="$save_CFLAGS"
   12294 ac_ext=c
   12295 ac_cpp='$CPP $CPPFLAGS'
   12296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   12297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   12298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   12299 
   12300 
   12301 
   12302 
   12303 
   12304   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for incompatibility between DejaGnu and GCC" >&5
   12305 $as_echo_n "checking for incompatibility between DejaGnu and GCC... " >&6; }
   12306   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
   12307 $as_echo "$ac_cv_dejagnu_compat" >&6; }
   12308 
   12309   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12310 /* end confdefs.h.  */
   12311 #include <dejagnu.h>
   12312 int
   12313 main ()
   12314 {
   12315 pass ("test foo");
   12316 	       return 0;
   12317   ;
   12318   return 0;
   12319 }
   12320 _ACEOF
   12321 if ac_fn_c_try_link "$LINENO"; then :
   12322   ac_cv_dejagnu_compat=yes
   12323 else
   12324   ac_cv_dejagnu_compat=no
   12325 fi
   12326 rm -f core conftest.err conftest.$ac_objext \
   12327     conftest$ac_exeext conftest.$ac_ext
   12328   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
   12329 $as_echo "$ac_cv_dejagnu_compat" >&6; }
   12330 
   12331   if test "$ac_cv_dejagnu_compat}" = no ; then
   12332     { $as_echo "$as_me:${as_lineno-$LINENO}: result: detected incompatibility between dejagnu version and gcc" >&5
   12333 $as_echo "detected incompatibility between dejagnu version and gcc" >&6; }
   12334   fi
   12335 
   12336  if test "x$ac_cv_dejagnu_compat" = "xyes"; then
   12337   HAVE_COMPAT_DEJAGNU_TRUE=
   12338   HAVE_COMPAT_DEJAGNU_FALSE='#'
   12339 else
   12340   HAVE_COMPAT_DEJAGNU_TRUE='#'
   12341   HAVE_COMPAT_DEJAGNU_FALSE=
   12342 fi
   12343 
   12344 
   12345 COMPAT_DEJAGNU=$ac_cv_dejagnu_compat
   12346 
   12347 
   12348 build_info=
   12349 for ac_prog in makeinfo
   12350 do
   12351   # Extract the first word of "$ac_prog", so it can be a program name with args.
   12352 set dummy $ac_prog; ac_word=$2
   12353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   12354 $as_echo_n "checking for $ac_word... " >&6; }
   12355 if ${ac_cv_prog_MAKEINFO+:} false; then :
   12356   $as_echo_n "(cached) " >&6
   12357 else
   12358   if test -n "$MAKEINFO"; then
   12359   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
   12360 else
   12361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   12362 for as_dir in $PATH
   12363 do
   12364   IFS=$as_save_IFS
   12365   test -z "$as_dir" && as_dir=.
   12366     for ac_exec_ext in '' $ac_executable_extensions; do
   12367   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   12368     ac_cv_prog_MAKEINFO="$ac_prog"
   12369     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   12370     break 2
   12371   fi
   12372 done
   12373   done
   12374 IFS=$as_save_IFS
   12375 
   12376 fi
   12377 fi
   12378 MAKEINFO=$ac_cv_prog_MAKEINFO
   12379 if test -n "$MAKEINFO"; then
   12380   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
   12381 $as_echo "$MAKEINFO" >&6; }
   12382 else
   12383   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12384 $as_echo "no" >&6; }
   12385 fi
   12386 
   12387 
   12388   test -n "$MAKEINFO" && break
   12389 done
   12390 test -n "$MAKEINFO" || MAKEINFO="makeinfo"
   12391 
   12392 if test "x$MAKEINFO" = "x"; then
   12393     MAKEINFO="@echo makeinfo missing; true"
   12394     build_info=
   12395 else
   12396     BUILD_INFO=info
   12397     case "$MAKEINFO" in
   12398       */missing\ makeinfo*)
   12399 	build_info=
   12400 	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
   12401 *** Makeinfo is missing. Info documentation will not be built." >&5
   12402 $as_echo "$as_me: WARNING:
   12403 *** Makeinfo is missing. Info documentation will not be built." >&2;}
   12404         ;;
   12405       *)
   12406 	build_info=yes
   12407 	;;
   12408     esac
   12409 fi
   12410  if test "${build_info}" = yes; then
   12411   BUILD_INFO_TRUE=
   12412   BUILD_INFO_FALSE='#'
   12413 else
   12414   BUILD_INFO_TRUE='#'
   12415   BUILD_INFO_FALSE=
   12416 fi
   12417 
   12418 
   12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if using Solaris linker" >&5
   12420 $as_echo_n "checking if using Solaris linker... " >&6; }
   12421 SLD=`$LD --version 2>&1 | grep Solaris`
   12422 if test "$SLD"; then
   12423   have_solaris_ld=yes
   12424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   12425 $as_echo "yes" >&6; }
   12426 else
   12427   have_solaris_ld=no
   12428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12429 $as_echo "no" >&6; }
   12430 fi
   12431  if test "$have_solaris_ld" = "yes"; then
   12432   HAVE_SOLARIS_LD_TRUE=
   12433   HAVE_SOLARIS_LD_FALSE='#'
   12434 else
   12435   HAVE_SOLARIS_LD_TRUE='#'
   12436   HAVE_SOLARIS_LD_FALSE=
   12437 fi
   12438 
   12439 
   12440 if test "$have_solaris_ld" = "yes"; then
   12441   GLD=`$LD --help < /dev/null 2>&1 | grep 'M mapfile'`
   12442 else
   12443   GLD=`$LD --help < /dev/null 2>/dev/null | grep version-script`
   12444 fi
   12445 
   12446 if test "$GLD"; then
   12447   have_ld_version_script=yes
   12448   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   12449 $as_echo "yes" >&6; }
   12450 else
   12451   have_ld_version_script=no
   12452   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   12453 $as_echo "no" >&6; }
   12454   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Versioned symbols not enabled." >&5
   12455 $as_echo "$as_me: WARNING: *** Versioned symbols not enabled." >&2;}
   12456 fi
   12457  if test "$have_ld_version_script" = "yes"; then
   12458   HAVE_LD_VERSION_SCRIPT_TRUE=
   12459   HAVE_LD_VERSION_SCRIPT_FALSE='#'
   12460 else
   12461   HAVE_LD_VERSION_SCRIPT_TRUE='#'
   12462   HAVE_LD_VERSION_SCRIPT_FALSE=
   12463 fi
   12464 
   12465 
   12466 
   12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
   12468 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
   12469     # Check whether --enable-maintainer-mode was given.
   12470 if test "${enable_maintainer_mode+set}" = set; then :
   12471   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
   12472 else
   12473   USE_MAINTAINER_MODE=no
   12474 fi
   12475 
   12476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
   12477 $as_echo "$USE_MAINTAINER_MODE" >&6; }
   12478    if test $USE_MAINTAINER_MODE = yes; then
   12479   MAINTAINER_MODE_TRUE=
   12480   MAINTAINER_MODE_FALSE='#'
   12481 else
   12482   MAINTAINER_MODE_TRUE='#'
   12483   MAINTAINER_MODE_FALSE=
   12484 fi
   12485 
   12486   MAINT=$MAINTAINER_MODE_TRUE
   12487 
   12488 
   12489  case ${build_alias} in
   12490   "") build_noncanonical=${build} ;;
   12491   *) build_noncanonical=${build_alias} ;;
   12492 esac
   12493 
   12494  case ${host_alias} in
   12495   "") host_noncanonical=${build_noncanonical} ;;
   12496   *) host_noncanonical=${host_alias} ;;
   12497 esac
   12498 
   12499  case ${target_alias} in
   12500   "") target_noncanonical=${host_noncanonical} ;;
   12501   *) target_noncanonical=${target_alias} ;;
   12502 esac
   12503 
   12504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
   12505 $as_echo_n "checking whether to install libbfd... " >&6; }
   12506   # Check whether --enable-install-libbfd was given.
   12507 if test "${enable_install_libbfd+set}" = set; then :
   12508   enableval=$enable_install_libbfd; install_libbfd_p=$enableval
   12509 else
   12510   if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
   12511         install_libbfd_p=yes
   12512       else
   12513         install_libbfd_p=no
   12514       fi
   12515 fi
   12516 
   12517   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
   12518 $as_echo "$install_libbfd_p" >&6; }
   12519    if test $install_libbfd_p = yes; then
   12520   INSTALL_LIBBFD_TRUE=
   12521   INSTALL_LIBBFD_FALSE='#'
   12522 else
   12523   INSTALL_LIBBFD_TRUE='#'
   12524   INSTALL_LIBBFD_FALSE=
   12525 fi
   12526 
   12527   # Need _noncanonical variables for this.
   12528 
   12529 
   12530 
   12531 
   12532   # libbfd.a is a host library containing target dependent code
   12533   bfdlibdir='$(libdir)'
   12534   bfdincludedir='$(includedir)'
   12535   if test "${host}" != "${target}"; then
   12536     bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
   12537     bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
   12538   fi
   12539 
   12540 
   12541 
   12542 
   12543 
   12544 
   12545 
   12546 
   12547 
   12548 
   12549   for ac_header in $ac_header_list
   12550 do :
   12551   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   12552 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   12553 "
   12554 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   12555   cat >>confdefs.h <<_ACEOF
   12556 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   12557 _ACEOF
   12558 
   12559 fi
   12560 
   12561 done
   12562 
   12563 
   12564 
   12565 
   12566 
   12567 
   12568 
   12569 save_ASAN_OPTIONS="$ASAN_OPTIONS"
   12570   ASAN_OPTIONS=detect_leaks=0
   12571   export ASAN_OPTIONS
   12572 
   12573 for ac_func in getpagesize
   12574 do :
   12575   ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
   12576 if test "x$ac_cv_func_getpagesize" = xyes; then :
   12577   cat >>confdefs.h <<_ACEOF
   12578 #define HAVE_GETPAGESIZE 1
   12579 _ACEOF
   12580 
   12581 fi
   12582 done
   12583 
   12584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
   12585 $as_echo_n "checking for working mmap... " >&6; }
   12586 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   12587   $as_echo_n "(cached) " >&6
   12588 else
   12589   if test "$cross_compiling" = yes; then :
   12590   ac_cv_func_mmap_fixed_mapped=no
   12591 else
   12592   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   12593 /* end confdefs.h.  */
   12594 $ac_includes_default
   12595 /* malloc might have been renamed as rpl_malloc. */
   12596 #undef malloc
   12597 
   12598 /* Thanks to Mike Haertel and Jim Avera for this test.
   12599    Here is a matrix of mmap possibilities:
   12600 	mmap private not fixed
   12601 	mmap private fixed at somewhere currently unmapped
   12602 	mmap private fixed at somewhere already mapped
   12603 	mmap shared not fixed
   12604 	mmap shared fixed at somewhere currently unmapped
   12605 	mmap shared fixed at somewhere already mapped
   12606    For private mappings, we should verify that changes cannot be read()
   12607    back from the file, nor mmap's back from the file at a different
   12608    address.  (There have been systems where private was not correctly
   12609    implemented like the infamous i386 svr4.0, and systems where the
   12610    VM page cache was not coherent with the file system buffer cache
   12611    like early versions of FreeBSD and possibly contemporary NetBSD.)
   12612    For shared mappings, we should conversely verify that changes get
   12613    propagated back to all the places they're supposed to be.
   12614 
   12615    Grep wants private fixed already mapped.
   12616    The main things grep needs to know about mmap are:
   12617    * does it exist and is it safe to write into the mmap'd area
   12618    * how to use it (BSD variants)  */
   12619 
   12620 #include <fcntl.h>
   12621 #include <sys/mman.h>
   12622 
   12623 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
   12624 char *malloc ();
   12625 #endif
   12626 
   12627 /* This mess was copied from the GNU getpagesize.h.  */
   12628 #ifndef HAVE_GETPAGESIZE
   12629 # ifdef _SC_PAGESIZE
   12630 #  define getpagesize() sysconf(_SC_PAGESIZE)
   12631 # else /* no _SC_PAGESIZE */
   12632 #  ifdef HAVE_SYS_PARAM_H
   12633 #   include <sys/param.h>
   12634 #   ifdef EXEC_PAGESIZE
   12635 #    define getpagesize() EXEC_PAGESIZE
   12636 #   else /* no EXEC_PAGESIZE */
   12637 #    ifdef NBPG
   12638 #     define getpagesize() NBPG * CLSIZE
   12639 #     ifndef CLSIZE
   12640 #      define CLSIZE 1
   12641 #     endif /* no CLSIZE */
   12642 #    else /* no NBPG */
   12643 #     ifdef NBPC
   12644 #      define getpagesize() NBPC
   12645 #     else /* no NBPC */
   12646 #      ifdef PAGESIZE
   12647 #       define getpagesize() PAGESIZE
   12648 #      endif /* PAGESIZE */
   12649 #     endif /* no NBPC */
   12650 #    endif /* no NBPG */
   12651 #   endif /* no EXEC_PAGESIZE */
   12652 #  else /* no HAVE_SYS_PARAM_H */
   12653 #   define getpagesize() 8192	/* punt totally */
   12654 #  endif /* no HAVE_SYS_PARAM_H */
   12655 # endif /* no _SC_PAGESIZE */
   12656 
   12657 #endif /* no HAVE_GETPAGESIZE */
   12658 
   12659 int
   12660 main ()
   12661 {
   12662   char *data, *data2, *data3;
   12663   const char *cdata2;
   12664   int i, pagesize;
   12665   int fd, fd2;
   12666 
   12667   pagesize = getpagesize ();
   12668 
   12669   /* First, make a file with some known garbage in it. */
   12670   data = (char *) malloc (pagesize);
   12671   if (!data)
   12672     return 1;
   12673   for (i = 0; i < pagesize; ++i)
   12674     *(data + i) = rand ();
   12675   umask (0);
   12676   fd = creat ("conftest.mmap", 0600);
   12677   if (fd < 0)
   12678     return 2;
   12679   if (write (fd, data, pagesize) != pagesize)
   12680     return 3;
   12681   close (fd);
   12682 
   12683   /* Next, check that the tail of a page is zero-filled.  File must have
   12684      non-zero length, otherwise we risk SIGBUS for entire page.  */
   12685   fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
   12686   if (fd2 < 0)
   12687     return 4;
   12688   cdata2 = "";
   12689   if (write (fd2, cdata2, 1) != 1)
   12690     return 5;
   12691   data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
   12692   if (data2 == MAP_FAILED)
   12693     return 6;
   12694   for (i = 0; i < pagesize; ++i)
   12695     if (*(data2 + i))
   12696       return 7;
   12697   close (fd2);
   12698   if (munmap (data2, pagesize))
   12699     return 8;
   12700 
   12701   /* Next, try to mmap the file at a fixed address which already has
   12702      something else allocated at it.  If we can, also make sure that
   12703      we see the same garbage.  */
   12704   fd = open ("conftest.mmap", O_RDWR);
   12705   if (fd < 0)
   12706     return 9;
   12707   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
   12708 		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
   12709     return 10;
   12710   for (i = 0; i < pagesize; ++i)
   12711     if (*(data + i) != *(data2 + i))
   12712       return 11;
   12713 
   12714   /* Finally, make sure that changes to the mapped area do not
   12715      percolate back to the file as seen by read().  (This is a bug on
   12716      some variants of i386 svr4.0.)  */
   12717   for (i = 0; i < pagesize; ++i)
   12718     *(data2 + i) = *(data2 + i) + 1;
   12719   data3 = (char *) malloc (pagesize);
   12720   if (!data3)
   12721     return 12;
   12722   if (read (fd, data3, pagesize) != pagesize)
   12723     return 13;
   12724   for (i = 0; i < pagesize; ++i)
   12725     if (*(data + i) != *(data3 + i))
   12726       return 14;
   12727   close (fd);
   12728   return 0;
   12729 }
   12730 _ACEOF
   12731 if ac_fn_c_try_run "$LINENO"; then :
   12732   ac_cv_func_mmap_fixed_mapped=yes
   12733 else
   12734   ac_cv_func_mmap_fixed_mapped=no
   12735 fi
   12736 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   12737   conftest.$ac_objext conftest.beam conftest.$ac_ext
   12738 fi
   12739 
   12740 fi
   12741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
   12742 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
   12743 if test $ac_cv_func_mmap_fixed_mapped = yes; then
   12744 
   12745 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
   12746 
   12747 fi
   12748 rm -f conftest.mmap conftest.txt
   12749 
   12750   ASAN_OPTIONS="$save_ASAN_OPTIONS"
   12751 
   12752 for ac_header in byteswap.h endian.h
   12753 do :
   12754   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   12755 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
   12756 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   12757   cat >>confdefs.h <<_ACEOF
   12758 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   12759 _ACEOF
   12760 
   12761 fi
   12762 
   12763 done
   12764 
   12765 
   12766 ac_fn_c_check_decl "$LINENO" "bswap_16" "ac_cv_have_decl_bswap_16" "#include <byteswap.h>
   12767 "
   12768 if test "x$ac_cv_have_decl_bswap_16" = xyes; then :
   12769   ac_have_decl=1
   12770 else
   12771   ac_have_decl=0
   12772 fi
   12773 
   12774 cat >>confdefs.h <<_ACEOF
   12775 #define HAVE_DECL_BSWAP_16 $ac_have_decl
   12776 _ACEOF
   12777 ac_fn_c_check_decl "$LINENO" "bswap_32" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
   12778 "
   12779 if test "x$ac_cv_have_decl_bswap_32" = xyes; then :
   12780   ac_have_decl=1
   12781 else
   12782   ac_have_decl=0
   12783 fi
   12784 
   12785 cat >>confdefs.h <<_ACEOF
   12786 #define HAVE_DECL_BSWAP_32 $ac_have_decl
   12787 _ACEOF
   12788 ac_fn_c_check_decl "$LINENO" "bswap_64" "ac_cv_have_decl_bswap_64" "#include <byteswap.h>
   12789 "
   12790 if test "x$ac_cv_have_decl_bswap_64" = xyes; then :
   12791   ac_have_decl=1
   12792 else
   12793   ac_have_decl=0
   12794 fi
   12795 
   12796 cat >>confdefs.h <<_ACEOF
   12797 #define HAVE_DECL_BSWAP_64 $ac_have_decl
   12798 _ACEOF
   12799 
   12800 
   12801 ac_config_files="$ac_config_files Makefile"
   12802 
   12803 ac_config_headers="$ac_config_headers config.h"
   12804 
   12805 cat >confcache <<\_ACEOF
   12806 # This file is a shell script that caches the results of configure
   12807 # tests run on this system so they can be shared between configure
   12808 # scripts and configure runs, see configure's option --config-cache.
   12809 # It is not useful on other systems.  If it contains results you don't
   12810 # want to keep, you may remove or edit it.
   12811 #
   12812 # config.status only pays attention to the cache file if you give it
   12813 # the --recheck option to rerun configure.
   12814 #
   12815 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   12816 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   12817 # following values.
   12818 
   12819 _ACEOF
   12820 
   12821 # The following way of writing the cache mishandles newlines in values,
   12822 # but we know of no workaround that is simple, portable, and efficient.
   12823 # So, we kill variables containing newlines.
   12824 # Ultrix sh set writes to stderr and can't be redirected directly,
   12825 # and sets the high bit in the cache file unless we assign to the vars.
   12826 (
   12827   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   12828     eval ac_val=\$$ac_var
   12829     case $ac_val in #(
   12830     *${as_nl}*)
   12831       case $ac_var in #(
   12832       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   12833 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   12834       esac
   12835       case $ac_var in #(
   12836       _ | IFS | as_nl) ;; #(
   12837       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   12838       *) { eval $ac_var=; unset $ac_var;} ;;
   12839       esac ;;
   12840     esac
   12841   done
   12842 
   12843   (set) 2>&1 |
   12844     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   12845     *${as_nl}ac_space=\ *)
   12846       # `set' does not quote correctly, so add quotes: double-quote
   12847       # substitution turns \\\\ into \\, and sed turns \\ into \.
   12848       sed -n \
   12849 	"s/'/'\\\\''/g;
   12850 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   12851       ;; #(
   12852     *)
   12853       # `set' quotes correctly as required by POSIX, so do not add quotes.
   12854       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   12855       ;;
   12856     esac |
   12857     sort
   12858 ) |
   12859   sed '
   12860      /^ac_cv_env_/b end
   12861      t clear
   12862      :clear
   12863      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   12864      t end
   12865      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   12866      :end' >>confcache
   12867 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   12868   if test -w "$cache_file"; then
   12869     if test "x$cache_file" != "x/dev/null"; then
   12870       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   12871 $as_echo "$as_me: updating cache $cache_file" >&6;}
   12872       if test ! -f "$cache_file" || test -h "$cache_file"; then
   12873 	cat confcache >"$cache_file"
   12874       else
   12875         case $cache_file in #(
   12876         */* | ?:*)
   12877 	  mv -f confcache "$cache_file"$$ &&
   12878 	  mv -f "$cache_file"$$ "$cache_file" ;; #(
   12879         *)
   12880 	  mv -f confcache "$cache_file" ;;
   12881 	esac
   12882       fi
   12883     fi
   12884   else
   12885     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   12886 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   12887   fi
   12888 fi
   12889 rm -f confcache
   12890 
   12891 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   12892 # Let make expand exec_prefix.
   12893 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   12894 
   12895 DEFS=-DHAVE_CONFIG_H
   12896 
   12897 ac_libobjs=
   12898 ac_ltlibobjs=
   12899 U=
   12900 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   12901   # 1. Remove the extension, and $U if already installed.
   12902   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   12903   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
   12904   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   12905   #    will be set to the directory where LIBOBJS objects are built.
   12906   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   12907   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
   12908 done
   12909 LIBOBJS=$ac_libobjs
   12910 
   12911 LTLIBOBJS=$ac_ltlibobjs
   12912 
   12913 
   12914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
   12915 $as_echo_n "checking that generated files are newer than configure... " >&6; }
   12916    if test -n "$am_sleep_pid"; then
   12917      # Hide warnings about reused PIDs.
   12918      wait $am_sleep_pid 2>/dev/null
   12919    fi
   12920    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
   12921 $as_echo "done" >&6; }
   12922 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   12923   as_fn_error $? "conditional \"AMDEP\" was never defined.
   12924 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12925 fi
   12926 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   12927   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   12928 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12929 fi
   12930  if test -n "$EXEEXT"; then
   12931   am__EXEEXT_TRUE=
   12932   am__EXEEXT_FALSE='#'
   12933 else
   12934   am__EXEEXT_TRUE='#'
   12935   am__EXEEXT_FALSE=
   12936 fi
   12937 
   12938 if test -z "${HAVE_COMPAT_DEJAGNU_TRUE}" && test -z "${HAVE_COMPAT_DEJAGNU_FALSE}"; then
   12939   as_fn_error $? "conditional \"HAVE_COMPAT_DEJAGNU\" was never defined.
   12940 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12941 fi
   12942 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
   12943   as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
   12944 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12945 fi
   12946 if test -z "${HAVE_SOLARIS_LD_TRUE}" && test -z "${HAVE_SOLARIS_LD_FALSE}"; then
   12947   as_fn_error $? "conditional \"HAVE_SOLARIS_LD\" was never defined.
   12948 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12949 fi
   12950 if test -z "${HAVE_LD_VERSION_SCRIPT_TRUE}" && test -z "${HAVE_LD_VERSION_SCRIPT_FALSE}"; then
   12951   as_fn_error $? "conditional \"HAVE_LD_VERSION_SCRIPT\" was never defined.
   12952 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12953 fi
   12954 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   12955   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   12956 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12957 fi
   12958 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
   12959   as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
   12960 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   12961 fi
   12962 
   12963 : "${CONFIG_STATUS=./config.status}"
   12964 ac_write_fail=0
   12965 ac_clean_files_save=$ac_clean_files
   12966 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   12967 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
   12968 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
   12969 as_write_fail=0
   12970 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
   12971 #! $SHELL
   12972 # Generated by $as_me.
   12973 # Run this file to recreate the current configuration.
   12974 # Compiler output produced by configure, useful for debugging
   12975 # configure, is in config.log if it exists.
   12976 
   12977 debug=false
   12978 ac_cs_recheck=false
   12979 ac_cs_silent=false
   12980 
   12981 SHELL=\${CONFIG_SHELL-$SHELL}
   12982 export SHELL
   12983 _ASEOF
   12984 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   12985 ## -------------------- ##
   12986 ## M4sh Initialization. ##
   12987 ## -------------------- ##
   12988 
   12989 # Be more Bourne compatible
   12990 DUALCASE=1; export DUALCASE # for MKS sh
   12991 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   12992   emulate sh
   12993   NULLCMD=:
   12994   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   12995   # is contrary to our usage.  Disable this feature.
   12996   alias -g '${1+"$@"}'='"$@"'
   12997   setopt NO_GLOB_SUBST
   12998 else
   12999   case `(set -o) 2>/dev/null` in #(
   13000   *posix*) :
   13001     set -o posix ;; #(
   13002   *) :
   13003      ;;
   13004 esac
   13005 fi
   13006 
   13007 
   13008 as_nl='
   13009 '
   13010 export as_nl
   13011 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   13012 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   13013 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   13014 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   13015 # Prefer a ksh shell builtin over an external printf program on Solaris,
   13016 # but without wasting forks for bash or zsh.
   13017 if test -z "$BASH_VERSION$ZSH_VERSION" \
   13018     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   13019   as_echo='print -r --'
   13020   as_echo_n='print -rn --'
   13021 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   13022   as_echo='printf %s\n'
   13023   as_echo_n='printf %s'
   13024 else
   13025   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   13026     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   13027     as_echo_n='/usr/ucb/echo -n'
   13028   else
   13029     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   13030     as_echo_n_body='eval
   13031       arg=$1;
   13032       case $arg in #(
   13033       *"$as_nl"*)
   13034 	expr "X$arg" : "X\\(.*\\)$as_nl";
   13035 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   13036       esac;
   13037       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   13038     '
   13039     export as_echo_n_body
   13040     as_echo_n='sh -c $as_echo_n_body as_echo'
   13041   fi
   13042   export as_echo_body
   13043   as_echo='sh -c $as_echo_body as_echo'
   13044 fi
   13045 
   13046 # The user is always right.
   13047 if test "${PATH_SEPARATOR+set}" != set; then
   13048   PATH_SEPARATOR=:
   13049   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   13050     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   13051       PATH_SEPARATOR=';'
   13052   }
   13053 fi
   13054 
   13055 
   13056 # IFS
   13057 # We need space, tab and new line, in precisely that order.  Quoting is
   13058 # there to prevent editors from complaining about space-tab.
   13059 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   13060 # splitting by setting IFS to empty value.)
   13061 IFS=" ""	$as_nl"
   13062 
   13063 # Find who we are.  Look in the path if we contain no directory separator.
   13064 as_myself=
   13065 case $0 in #((
   13066   *[\\/]* ) as_myself=$0 ;;
   13067   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   13068 for as_dir in $PATH
   13069 do
   13070   IFS=$as_save_IFS
   13071   test -z "$as_dir" && as_dir=.
   13072     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   13073   done
   13074 IFS=$as_save_IFS
   13075 
   13076      ;;
   13077 esac
   13078 # We did not find ourselves, most probably we were run as `sh COMMAND'
   13079 # in which case we are not to be found in the path.
   13080 if test "x$as_myself" = x; then
   13081   as_myself=$0
   13082 fi
   13083 if test ! -f "$as_myself"; then
   13084   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   13085   exit 1
   13086 fi
   13087 
   13088 # Unset variables that we do not need and which cause bugs (e.g. in
   13089 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   13090 # suppresses any "Segmentation fault" message there.  '((' could
   13091 # trigger a bug in pdksh 5.2.14.
   13092 for as_var in BASH_ENV ENV MAIL MAILPATH
   13093 do eval test x\${$as_var+set} = xset \
   13094   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   13095 done
   13096 PS1='$ '
   13097 PS2='> '
   13098 PS4='+ '
   13099 
   13100 # NLS nuisances.
   13101 LC_ALL=C
   13102 export LC_ALL
   13103 LANGUAGE=C
   13104 export LANGUAGE
   13105 
   13106 # CDPATH.
   13107 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   13108 
   13109 
   13110 # as_fn_error STATUS ERROR [LINENO LOG_FD]
   13111 # ----------------------------------------
   13112 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   13113 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   13114 # script with STATUS, using 1 if that was 0.
   13115 as_fn_error ()
   13116 {
   13117   as_status=$1; test $as_status -eq 0 && as_status=1
   13118   if test "$4"; then
   13119     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   13120     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   13121   fi
   13122   $as_echo "$as_me: error: $2" >&2
   13123   as_fn_exit $as_status
   13124 } # as_fn_error
   13125 
   13126 
   13127 # as_fn_set_status STATUS
   13128 # -----------------------
   13129 # Set $? to STATUS, without forking.
   13130 as_fn_set_status ()
   13131 {
   13132   return $1
   13133 } # as_fn_set_status
   13134 
   13135 # as_fn_exit STATUS
   13136 # -----------------
   13137 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   13138 as_fn_exit ()
   13139 {
   13140   set +e
   13141   as_fn_set_status $1
   13142   exit $1
   13143 } # as_fn_exit
   13144 
   13145 # as_fn_unset VAR
   13146 # ---------------
   13147 # Portably unset VAR.
   13148 as_fn_unset ()
   13149 {
   13150   { eval $1=; unset $1;}
   13151 }
   13152 as_unset=as_fn_unset
   13153 # as_fn_append VAR VALUE
   13154 # ----------------------
   13155 # Append the text in VALUE to the end of the definition contained in VAR. Take
   13156 # advantage of any shell optimizations that allow amortized linear growth over
   13157 # repeated appends, instead of the typical quadratic growth present in naive
   13158 # implementations.
   13159 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   13160   eval 'as_fn_append ()
   13161   {
   13162     eval $1+=\$2
   13163   }'
   13164 else
   13165   as_fn_append ()
   13166   {
   13167     eval $1=\$$1\$2
   13168   }
   13169 fi # as_fn_append
   13170 
   13171 # as_fn_arith ARG...
   13172 # ------------------
   13173 # Perform arithmetic evaluation on the ARGs, and store the result in the
   13174 # global $as_val. Take advantage of shells that can avoid forks. The arguments
   13175 # must be portable across $(()) and expr.
   13176 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   13177   eval 'as_fn_arith ()
   13178   {
   13179     as_val=$(( $* ))
   13180   }'
   13181 else
   13182   as_fn_arith ()
   13183   {
   13184     as_val=`expr "$@" || test $? -eq 1`
   13185   }
   13186 fi # as_fn_arith
   13187 
   13188 
   13189 if expr a : '\(a\)' >/dev/null 2>&1 &&
   13190    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   13191   as_expr=expr
   13192 else
   13193   as_expr=false
   13194 fi
   13195 
   13196 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   13197   as_basename=basename
   13198 else
   13199   as_basename=false
   13200 fi
   13201 
   13202 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   13203   as_dirname=dirname
   13204 else
   13205   as_dirname=false
   13206 fi
   13207 
   13208 as_me=`$as_basename -- "$0" ||
   13209 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   13210 	 X"$0" : 'X\(//\)$' \| \
   13211 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   13212 $as_echo X/"$0" |
   13213     sed '/^.*\/\([^/][^/]*\)\/*$/{
   13214 	    s//\1/
   13215 	    q
   13216 	  }
   13217 	  /^X\/\(\/\/\)$/{
   13218 	    s//\1/
   13219 	    q
   13220 	  }
   13221 	  /^X\/\(\/\).*/{
   13222 	    s//\1/
   13223 	    q
   13224 	  }
   13225 	  s/.*/./; q'`
   13226 
   13227 # Avoid depending upon Character Ranges.
   13228 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   13229 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   13230 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   13231 as_cr_digits='0123456789'
   13232 as_cr_alnum=$as_cr_Letters$as_cr_digits
   13233 
   13234 ECHO_C= ECHO_N= ECHO_T=
   13235 case `echo -n x` in #(((((
   13236 -n*)
   13237   case `echo 'xy\c'` in
   13238   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   13239   xy)  ECHO_C='\c';;
   13240   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   13241        ECHO_T='	';;
   13242   esac;;
   13243 *)
   13244   ECHO_N='-n';;
   13245 esac
   13246 
   13247 rm -f conf$$ conf$$.exe conf$$.file
   13248 if test -d conf$$.dir; then
   13249   rm -f conf$$.dir/conf$$.file
   13250 else
   13251   rm -f conf$$.dir
   13252   mkdir conf$$.dir 2>/dev/null
   13253 fi
   13254 if (echo >conf$$.file) 2>/dev/null; then
   13255   if ln -s conf$$.file conf$$ 2>/dev/null; then
   13256     as_ln_s='ln -s'
   13257     # ... but there are two gotchas:
   13258     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   13259     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   13260     # In both cases, we have to default to `cp -pR'.
   13261     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   13262       as_ln_s='cp -pR'
   13263   elif ln conf$$.file conf$$ 2>/dev/null; then
   13264     as_ln_s=ln
   13265   else
   13266     as_ln_s='cp -pR'
   13267   fi
   13268 else
   13269   as_ln_s='cp -pR'
   13270 fi
   13271 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   13272 rmdir conf$$.dir 2>/dev/null
   13273 
   13274 
   13275 # as_fn_mkdir_p
   13276 # -------------
   13277 # Create "$as_dir" as a directory, including parents if necessary.
   13278 as_fn_mkdir_p ()
   13279 {
   13280 
   13281   case $as_dir in #(
   13282   -*) as_dir=./$as_dir;;
   13283   esac
   13284   test -d "$as_dir" || eval $as_mkdir_p || {
   13285     as_dirs=
   13286     while :; do
   13287       case $as_dir in #(
   13288       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   13289       *) as_qdir=$as_dir;;
   13290       esac
   13291       as_dirs="'$as_qdir' $as_dirs"
   13292       as_dir=`$as_dirname -- "$as_dir" ||
   13293 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   13294 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   13295 	 X"$as_dir" : 'X\(//\)$' \| \
   13296 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   13297 $as_echo X"$as_dir" |
   13298     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   13299 	    s//\1/
   13300 	    q
   13301 	  }
   13302 	  /^X\(\/\/\)[^/].*/{
   13303 	    s//\1/
   13304 	    q
   13305 	  }
   13306 	  /^X\(\/\/\)$/{
   13307 	    s//\1/
   13308 	    q
   13309 	  }
   13310 	  /^X\(\/\).*/{
   13311 	    s//\1/
   13312 	    q
   13313 	  }
   13314 	  s/.*/./; q'`
   13315       test -d "$as_dir" && break
   13316     done
   13317     test -z "$as_dirs" || eval "mkdir $as_dirs"
   13318   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   13319 
   13320 
   13321 } # as_fn_mkdir_p
   13322 if mkdir -p . 2>/dev/null; then
   13323   as_mkdir_p='mkdir -p "$as_dir"'
   13324 else
   13325   test -d ./-p && rmdir ./-p
   13326   as_mkdir_p=false
   13327 fi
   13328 
   13329 
   13330 # as_fn_executable_p FILE
   13331 # -----------------------
   13332 # Test if FILE is an executable regular file.
   13333 as_fn_executable_p ()
   13334 {
   13335   test -f "$1" && test -x "$1"
   13336 } # as_fn_executable_p
   13337 as_test_x='test -x'
   13338 as_executable_p=as_fn_executable_p
   13339 
   13340 # Sed expression to map a string onto a valid CPP name.
   13341 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   13342 
   13343 # Sed expression to map a string onto a valid variable name.
   13344 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   13345 
   13346 
   13347 exec 6>&1
   13348 ## ----------------------------------- ##
   13349 ## Main body of $CONFIG_STATUS script. ##
   13350 ## ----------------------------------- ##
   13351 _ASEOF
   13352 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
   13353 
   13354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13355 # Save the log message, to keep $0 and so on meaningful, and to
   13356 # report actual input values of CONFIG_FILES etc. instead of their
   13357 # values after options handling.
   13358 ac_log="
   13359 This file was extended by libsframe $as_me BFD_VERSION, which was
   13360 generated by GNU Autoconf 2.69.  Invocation command line was
   13361 
   13362   CONFIG_FILES    = $CONFIG_FILES
   13363   CONFIG_HEADERS  = $CONFIG_HEADERS
   13364   CONFIG_LINKS    = $CONFIG_LINKS
   13365   CONFIG_COMMANDS = $CONFIG_COMMANDS
   13366   $ $0 $@
   13367 
   13368 on `(hostname || uname -n) 2>/dev/null | sed 1q`
   13369 "
   13370 
   13371 _ACEOF
   13372 
   13373 case $ac_config_files in *"
   13374 "*) set x $ac_config_files; shift; ac_config_files=$*;;
   13375 esac
   13376 
   13377 case $ac_config_headers in *"
   13378 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
   13379 esac
   13380 
   13381 
   13382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13383 # Files that config.status was made for.
   13384 config_files="$ac_config_files"
   13385 config_headers="$ac_config_headers"
   13386 config_commands="$ac_config_commands"
   13387 
   13388 _ACEOF
   13389 
   13390 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13391 ac_cs_usage="\
   13392 \`$as_me' instantiates files and other configuration actions
   13393 from templates according to the current configuration.  Unless the files
   13394 and actions are specified as TAGs, all are instantiated by default.
   13395 
   13396 Usage: $0 [OPTION]... [TAG]...
   13397 
   13398   -h, --help       print this help, then exit
   13399   -V, --version    print version number and configuration settings, then exit
   13400       --config     print configuration, then exit
   13401   -q, --quiet, --silent
   13402                    do not print progress messages
   13403   -d, --debug      don't remove temporary files
   13404       --recheck    update $as_me by reconfiguring in the same conditions
   13405       --file=FILE[:TEMPLATE]
   13406                    instantiate the configuration file FILE
   13407       --header=FILE[:TEMPLATE]
   13408                    instantiate the configuration header FILE
   13409 
   13410 Configuration files:
   13411 $config_files
   13412 
   13413 Configuration headers:
   13414 $config_headers
   13415 
   13416 Configuration commands:
   13417 $config_commands
   13418 
   13419 Report bugs to the package provider."
   13420 
   13421 _ACEOF
   13422 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13423 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   13424 ac_cs_version="\\
   13425 libsframe config.status BFD_VERSION
   13426 configured by $0, generated by GNU Autoconf 2.69,
   13427   with options \\"\$ac_cs_config\\"
   13428 
   13429 Copyright (C) 2012 Free Software Foundation, Inc.
   13430 This config.status script is free software; the Free Software Foundation
   13431 gives unlimited permission to copy, distribute and modify it."
   13432 
   13433 ac_pwd='$ac_pwd'
   13434 srcdir='$srcdir'
   13435 INSTALL='$INSTALL'
   13436 MKDIR_P='$MKDIR_P'
   13437 AWK='$AWK'
   13438 test -n "\$AWK" || AWK=awk
   13439 _ACEOF
   13440 
   13441 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13442 # The default lists apply if the user does not specify any file.
   13443 ac_need_defaults=:
   13444 while test $# != 0
   13445 do
   13446   case $1 in
   13447   --*=?*)
   13448     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   13449     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   13450     ac_shift=:
   13451     ;;
   13452   --*=)
   13453     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   13454     ac_optarg=
   13455     ac_shift=:
   13456     ;;
   13457   *)
   13458     ac_option=$1
   13459     ac_optarg=$2
   13460     ac_shift=shift
   13461     ;;
   13462   esac
   13463 
   13464   case $ac_option in
   13465   # Handling of the options.
   13466   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   13467     ac_cs_recheck=: ;;
   13468   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   13469     $as_echo "$ac_cs_version"; exit ;;
   13470   --config | --confi | --conf | --con | --co | --c )
   13471     $as_echo "$ac_cs_config"; exit ;;
   13472   --debug | --debu | --deb | --de | --d | -d )
   13473     debug=: ;;
   13474   --file | --fil | --fi | --f )
   13475     $ac_shift
   13476     case $ac_optarg in
   13477     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   13478     '') as_fn_error $? "missing file argument" ;;
   13479     esac
   13480     as_fn_append CONFIG_FILES " '$ac_optarg'"
   13481     ac_need_defaults=false;;
   13482   --header | --heade | --head | --hea )
   13483     $ac_shift
   13484     case $ac_optarg in
   13485     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   13486     esac
   13487     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
   13488     ac_need_defaults=false;;
   13489   --he | --h)
   13490     # Conflict between --help and --header
   13491     as_fn_error $? "ambiguous option: \`$1'
   13492 Try \`$0 --help' for more information.";;
   13493   --help | --hel | -h )
   13494     $as_echo "$ac_cs_usage"; exit ;;
   13495   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   13496   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   13497     ac_cs_silent=: ;;
   13498 
   13499   # This is an error.
   13500   -*) as_fn_error $? "unrecognized option: \`$1'
   13501 Try \`$0 --help' for more information." ;;
   13502 
   13503   *) as_fn_append ac_config_targets " $1"
   13504      ac_need_defaults=false ;;
   13505 
   13506   esac
   13507   shift
   13508 done
   13509 
   13510 ac_configure_extra_args=
   13511 
   13512 if $ac_cs_silent; then
   13513   exec 6>/dev/null
   13514   ac_configure_extra_args="$ac_configure_extra_args --silent"
   13515 fi
   13516 
   13517 _ACEOF
   13518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13519 if \$ac_cs_recheck; then
   13520   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   13521   shift
   13522   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   13523   CONFIG_SHELL='$SHELL'
   13524   export CONFIG_SHELL
   13525   exec "\$@"
   13526 fi
   13527 
   13528 _ACEOF
   13529 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13530 exec 5>>config.log
   13531 {
   13532   echo
   13533   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   13534 ## Running $as_me. ##
   13535 _ASBOX
   13536   $as_echo "$ac_log"
   13537 } >&5
   13538 
   13539 _ACEOF
   13540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13541 #
   13542 # INIT-COMMANDS
   13543 #
   13544 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   13545 
   13546 
   13547 # The HP-UX ksh and POSIX shell print the target directory to stdout
   13548 # if CDPATH is set.
   13549 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   13550 
   13551 sed_quote_subst='$sed_quote_subst'
   13552 double_quote_subst='$double_quote_subst'
   13553 delay_variable_subst='$delay_variable_subst'
   13554 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
   13555 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
   13556 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
   13557 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
   13558 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
   13559 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
   13560 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
   13561 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
   13562 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
   13563 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
   13564 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
   13565 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
   13566 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
   13567 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
   13568 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
   13569 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
   13570 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
   13571 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
   13572 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
   13573 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
   13574 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
   13575 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
   13576 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
   13577 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
   13578 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
   13579 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
   13580 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
   13581 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
   13582 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
   13583 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
   13584 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
   13585 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
   13586 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
   13587 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
   13588 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
   13589 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
   13590 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
   13591 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
   13592 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
   13593 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
   13594 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
   13595 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
   13596 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
   13597 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
   13598 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
   13599 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
   13600 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
   13601 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
   13602 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"`'
   13603 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
   13604 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
   13605 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
   13606 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
   13607 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
   13608 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
   13609 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
   13610 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
   13611 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
   13612 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
   13613 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
   13614 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
   13615 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
   13616 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
   13617 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
   13618 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
   13619 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
   13620 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
   13621 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
   13622 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
   13623 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
   13624 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
   13625 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
   13626 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
   13627 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
   13628 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
   13629 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
   13630 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
   13631 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
   13632 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
   13633 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
   13634 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
   13635 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
   13636 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
   13637 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
   13638 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
   13639 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
   13640 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
   13641 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
   13642 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
   13643 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
   13644 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
   13645 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
   13646 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
   13647 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
   13648 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
   13649 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
   13650 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
   13651 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
   13652 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
   13653 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
   13654 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
   13655 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
   13656 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
   13657 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
   13658 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
   13659 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
   13660 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
   13661 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
   13662 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
   13663 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
   13664 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
   13665 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
   13666 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
   13667 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
   13668 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
   13669 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
   13670 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
   13671 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
   13672 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
   13673 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
   13674 
   13675 LTCC='$LTCC'
   13676 LTCFLAGS='$LTCFLAGS'
   13677 compiler='$compiler_DEFAULT'
   13678 
   13679 # A function that is used when there is no print builtin or printf.
   13680 func_fallback_echo ()
   13681 {
   13682   eval 'cat <<_LTECHO_EOF
   13683 \$1
   13684 _LTECHO_EOF'
   13685 }
   13686 
   13687 # Quote evaled strings.
   13688 for var in SHELL \
   13689 ECHO \
   13690 SED \
   13691 GREP \
   13692 EGREP \
   13693 FGREP \
   13694 LD \
   13695 NM \
   13696 LN_S \
   13697 lt_SP2NL \
   13698 lt_NL2SP \
   13699 reload_flag \
   13700 OBJDUMP \
   13701 deplibs_check_method \
   13702 file_magic_cmd \
   13703 AR \
   13704 AR_FLAGS \
   13705 STRIP \
   13706 RANLIB \
   13707 CC \
   13708 CFLAGS \
   13709 compiler \
   13710 lt_cv_sys_global_symbol_pipe \
   13711 lt_cv_sys_global_symbol_to_cdecl \
   13712 lt_cv_sys_global_symbol_to_c_name_address \
   13713 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
   13714 lt_prog_compiler_no_builtin_flag \
   13715 lt_prog_compiler_wl \
   13716 lt_prog_compiler_pic \
   13717 lt_prog_compiler_static \
   13718 lt_cv_prog_compiler_c_o \
   13719 need_locks \
   13720 DSYMUTIL \
   13721 NMEDIT \
   13722 LIPO \
   13723 OTOOL \
   13724 OTOOL64 \
   13725 shrext_cmds \
   13726 export_dynamic_flag_spec \
   13727 whole_archive_flag_spec \
   13728 compiler_needs_object \
   13729 with_gnu_ld \
   13730 allow_undefined_flag \
   13731 no_undefined_flag \
   13732 hardcode_libdir_flag_spec \
   13733 hardcode_libdir_flag_spec_ld \
   13734 hardcode_libdir_separator \
   13735 fix_srcfile_path \
   13736 exclude_expsyms \
   13737 include_expsyms \
   13738 file_list_spec \
   13739 variables_saved_for_relink \
   13740 libname_spec \
   13741 library_names_spec \
   13742 soname_spec \
   13743 install_override_mode \
   13744 finish_eval \
   13745 old_striplib \
   13746 striplib; do
   13747     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   13748     *[\\\\\\\`\\"\\\$]*)
   13749       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
   13750       ;;
   13751     *)
   13752       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   13753       ;;
   13754     esac
   13755 done
   13756 
   13757 # Double-quote double-evaled strings.
   13758 for var in reload_cmds \
   13759 old_postinstall_cmds \
   13760 old_postuninstall_cmds \
   13761 old_archive_cmds \
   13762 extract_expsyms_cmds \
   13763 old_archive_from_new_cmds \
   13764 old_archive_from_expsyms_cmds \
   13765 archive_cmds \
   13766 archive_expsym_cmds \
   13767 module_cmds \
   13768 module_expsym_cmds \
   13769 export_symbols_cmds \
   13770 prelink_cmds \
   13771 postinstall_cmds \
   13772 postuninstall_cmds \
   13773 finish_cmds \
   13774 sys_lib_search_path_spec \
   13775 sys_lib_dlsearch_path_spec; do
   13776     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   13777     *[\\\\\\\`\\"\\\$]*)
   13778       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
   13779       ;;
   13780     *)
   13781       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   13782       ;;
   13783     esac
   13784 done
   13785 
   13786 ac_aux_dir='$ac_aux_dir'
   13787 xsi_shell='$xsi_shell'
   13788 lt_shell_append='$lt_shell_append'
   13789 
   13790 # See if we are running on zsh, and set the options which allow our
   13791 # commands through without removal of \ escapes INIT.
   13792 if test -n "\${ZSH_VERSION+set}" ; then
   13793    setopt NO_GLOB_SUBST
   13794 fi
   13795 
   13796 
   13797     PACKAGE='$PACKAGE'
   13798     VERSION='$VERSION'
   13799     TIMESTAMP='$TIMESTAMP'
   13800     RM='$RM'
   13801     ofile='$ofile'
   13802 
   13803 
   13804 
   13805 
   13806 _ACEOF
   13807 
   13808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13809 
   13810 # Handling of arguments.
   13811 for ac_config_target in $ac_config_targets
   13812 do
   13813   case $ac_config_target in
   13814     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   13815     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
   13816     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   13817     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   13818 
   13819   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   13820   esac
   13821 done
   13822 
   13823 
   13824 # If the user did not use the arguments to specify the items to instantiate,
   13825 # then the envvar interface is used.  Set only those that are not.
   13826 # We use the long form for the default assignment because of an extremely
   13827 # bizarre bug on SunOS 4.1.3.
   13828 if $ac_need_defaults; then
   13829   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   13830   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   13831   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
   13832 fi
   13833 
   13834 # Have a temporary directory for convenience.  Make it in the build tree
   13835 # simply because there is no reason against having it here, and in addition,
   13836 # creating and moving files from /tmp can sometimes cause problems.
   13837 # Hook for its removal unless debugging.
   13838 # Note that there is a small window in which the directory will not be cleaned:
   13839 # after its creation but before its name has been assigned to `$tmp'.
   13840 $debug ||
   13841 {
   13842   tmp= ac_tmp=
   13843   trap 'exit_status=$?
   13844   : "${ac_tmp:=$tmp}"
   13845   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
   13846 ' 0
   13847   trap 'as_fn_exit 1' 1 2 13 15
   13848 }
   13849 # Create a (secure) tmp directory for tmp files.
   13850 
   13851 {
   13852   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   13853   test -d "$tmp"
   13854 }  ||
   13855 {
   13856   tmp=./conf$$-$RANDOM
   13857   (umask 077 && mkdir "$tmp")
   13858 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   13859 ac_tmp=$tmp
   13860 
   13861 # Set up the scripts for CONFIG_FILES section.
   13862 # No need to generate them if there are no CONFIG_FILES.
   13863 # This happens for instance with `./config.status config.h'.
   13864 if test -n "$CONFIG_FILES"; then
   13865 
   13866 
   13867 ac_cr=`echo X | tr X '\015'`
   13868 # On cygwin, bash can eat \r inside `` if the user requested igncr.
   13869 # But we know of no other shell where ac_cr would be empty at this
   13870 # point, so we can use a bashism as a fallback.
   13871 if test "x$ac_cr" = x; then
   13872   eval ac_cr=\$\'\\r\'
   13873 fi
   13874 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   13875 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   13876   ac_cs_awk_cr='\\r'
   13877 else
   13878   ac_cs_awk_cr=$ac_cr
   13879 fi
   13880 
   13881 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
   13882 _ACEOF
   13883 
   13884 
   13885 {
   13886   echo "cat >conf$$subs.awk <<_ACEOF" &&
   13887   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   13888   echo "_ACEOF"
   13889 } >conf$$subs.sh ||
   13890   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   13891 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   13892 ac_delim='%!_!# '
   13893 for ac_last_try in false false false false false :; do
   13894   . ./conf$$subs.sh ||
   13895     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   13896 
   13897   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   13898   if test $ac_delim_n = $ac_delim_num; then
   13899     break
   13900   elif $ac_last_try; then
   13901     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   13902   else
   13903     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   13904   fi
   13905 done
   13906 rm -f conf$$subs.sh
   13907 
   13908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13909 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
   13910 _ACEOF
   13911 sed -n '
   13912 h
   13913 s/^/S["/; s/!.*/"]=/
   13914 p
   13915 g
   13916 s/^[^!]*!//
   13917 :repl
   13918 t repl
   13919 s/'"$ac_delim"'$//
   13920 t delim
   13921 :nl
   13922 h
   13923 s/\(.\{148\}\)..*/\1/
   13924 t more1
   13925 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
   13926 p
   13927 n
   13928 b repl
   13929 :more1
   13930 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   13931 p
   13932 g
   13933 s/.\{148\}//
   13934 t nl
   13935 :delim
   13936 h
   13937 s/\(.\{148\}\)..*/\1/
   13938 t more2
   13939 s/["\\]/\\&/g; s/^/"/; s/$/"/
   13940 p
   13941 b
   13942 :more2
   13943 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   13944 p
   13945 g
   13946 s/.\{148\}//
   13947 t delim
   13948 ' <conf$$subs.awk | sed '
   13949 /^[^""]/{
   13950   N
   13951   s/\n//
   13952 }
   13953 ' >>$CONFIG_STATUS || ac_write_fail=1
   13954 rm -f conf$$subs.awk
   13955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13956 _ACAWK
   13957 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
   13958   for (key in S) S_is_set[key] = 1
   13959   FS = ""
   13960 
   13961 }
   13962 {
   13963   line = $ 0
   13964   nfields = split(line, field, "@")
   13965   substed = 0
   13966   len = length(field[1])
   13967   for (i = 2; i < nfields; i++) {
   13968     key = field[i]
   13969     keylen = length(key)
   13970     if (S_is_set[key]) {
   13971       value = S[key]
   13972       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
   13973       len += length(value) + length(field[++i])
   13974       substed = 1
   13975     } else
   13976       len += 1 + keylen
   13977   }
   13978 
   13979   print line
   13980 }
   13981 
   13982 _ACAWK
   13983 _ACEOF
   13984 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13985 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
   13986   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
   13987 else
   13988   cat
   13989 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
   13990   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
   13991 _ACEOF
   13992 
   13993 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   13994 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   13995 # trailing colons and then remove the whole line if VPATH becomes empty
   13996 # (actually we leave an empty line to preserve line numbers).
   13997 if test "x$srcdir" = x.; then
   13998   ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   13999 h
   14000 s///
   14001 s/^/:/
   14002 s/[	 ]*$/:/
   14003 s/:\$(srcdir):/:/g
   14004 s/:\${srcdir}:/:/g
   14005 s/:@srcdir@:/:/g
   14006 s/^:*//
   14007 s/:*$//
   14008 x
   14009 s/\(=[	 ]*\).*/\1/
   14010 G
   14011 s/\n//
   14012 s/^[^=]*=[	 ]*$//
   14013 }'
   14014 fi
   14015 
   14016 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14017 fi # test -n "$CONFIG_FILES"
   14018 
   14019 # Set up the scripts for CONFIG_HEADERS section.
   14020 # No need to generate them if there are no CONFIG_HEADERS.
   14021 # This happens for instance with `./config.status Makefile'.
   14022 if test -n "$CONFIG_HEADERS"; then
   14023 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
   14024 BEGIN {
   14025 _ACEOF
   14026 
   14027 # Transform confdefs.h into an awk script `defines.awk', embedded as
   14028 # here-document in config.status, that substitutes the proper values into
   14029 # config.h.in to produce config.h.
   14030 
   14031 # Create a delimiter string that does not exist in confdefs.h, to ease
   14032 # handling of long lines.
   14033 ac_delim='%!_!# '
   14034 for ac_last_try in false false :; do
   14035   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
   14036   if test -z "$ac_tt"; then
   14037     break
   14038   elif $ac_last_try; then
   14039     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   14040   else
   14041     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   14042   fi
   14043 done
   14044 
   14045 # For the awk script, D is an array of macro values keyed by name,
   14046 # likewise P contains macro parameters if any.  Preserve backslash
   14047 # newline sequences.
   14048 
   14049 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
   14050 sed -n '
   14051 s/.\{148\}/&'"$ac_delim"'/g
   14052 t rset
   14053 :rset
   14054 s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
   14055 t def
   14056 d
   14057 :def
   14058 s/\\$//
   14059 t bsnl
   14060 s/["\\]/\\&/g
   14061 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   14062 D["\1"]=" \3"/p
   14063 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
   14064 d
   14065 :bsnl
   14066 s/["\\]/\\&/g
   14067 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   14068 D["\1"]=" \3\\\\\\n"\\/p
   14069 t cont
   14070 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
   14071 t cont
   14072 d
   14073 :cont
   14074 n
   14075 s/.\{148\}/&'"$ac_delim"'/g
   14076 t clear
   14077 :clear
   14078 s/\\$//
   14079 t bsnlc
   14080 s/["\\]/\\&/g; s/^/"/; s/$/"/p
   14081 d
   14082 :bsnlc
   14083 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
   14084 b cont
   14085 ' <confdefs.h | sed '
   14086 s/'"$ac_delim"'/"\\\
   14087 "/g' >>$CONFIG_STATUS || ac_write_fail=1
   14088 
   14089 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14090   for (key in D) D_is_set[key] = 1
   14091   FS = ""
   14092 }
   14093 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
   14094   line = \$ 0
   14095   split(line, arg, " ")
   14096   if (arg[1] == "#") {
   14097     defundef = arg[2]
   14098     mac1 = arg[3]
   14099   } else {
   14100     defundef = substr(arg[1], 2)
   14101     mac1 = arg[2]
   14102   }
   14103   split(mac1, mac2, "(") #)
   14104   macro = mac2[1]
   14105   prefix = substr(line, 1, index(line, defundef) - 1)
   14106   if (D_is_set[macro]) {
   14107     # Preserve the white space surrounding the "#".
   14108     print prefix "define", macro P[macro] D[macro]
   14109     next
   14110   } else {
   14111     # Replace #undef with comments.  This is necessary, for example,
   14112     # in the case of _POSIX_SOURCE, which is predefined and required
   14113     # on some systems where configure will not decide to define it.
   14114     if (defundef == "undef") {
   14115       print "/*", prefix defundef, macro, "*/"
   14116       next
   14117     }
   14118   }
   14119 }
   14120 { print }
   14121 _ACAWK
   14122 _ACEOF
   14123 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14124   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
   14125 fi # test -n "$CONFIG_HEADERS"
   14126 
   14127 
   14128 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
   14129 shift
   14130 for ac_tag
   14131 do
   14132   case $ac_tag in
   14133   :[FHLC]) ac_mode=$ac_tag; continue;;
   14134   esac
   14135   case $ac_mode$ac_tag in
   14136   :[FHL]*:*);;
   14137   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
   14138   :[FH]-) ac_tag=-:-;;
   14139   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   14140   esac
   14141   ac_save_IFS=$IFS
   14142   IFS=:
   14143   set x $ac_tag
   14144   IFS=$ac_save_IFS
   14145   shift
   14146   ac_file=$1
   14147   shift
   14148 
   14149   case $ac_mode in
   14150   :L) ac_source=$1;;
   14151   :[FH])
   14152     ac_file_inputs=
   14153     for ac_f
   14154     do
   14155       case $ac_f in
   14156       -) ac_f="$ac_tmp/stdin";;
   14157       *) # Look for the file first in the build tree, then in the source tree
   14158 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   14159 	 # because $ac_f cannot contain `:'.
   14160 	 test -f "$ac_f" ||
   14161 	   case $ac_f in
   14162 	   [\\/$]*) false;;
   14163 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   14164 	   esac ||
   14165 	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   14166       esac
   14167       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   14168       as_fn_append ac_file_inputs " '$ac_f'"
   14169     done
   14170 
   14171     # Let's still pretend it is `configure' which instantiates (i.e., don't
   14172     # use $as_me), people would be surprised to read:
   14173     #    /* config.h.  Generated by config.status.  */
   14174     configure_input='Generated from '`
   14175 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
   14176 	`' by configure.'
   14177     if test x"$ac_file" != x-; then
   14178       configure_input="$ac_file.  $configure_input"
   14179       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
   14180 $as_echo "$as_me: creating $ac_file" >&6;}
   14181     fi
   14182     # Neutralize special characters interpreted by sed in replacement strings.
   14183     case $configure_input in #(
   14184     *\&* | *\|* | *\\* )
   14185        ac_sed_conf_input=`$as_echo "$configure_input" |
   14186        sed 's/[\\\\&|]/\\\\&/g'`;; #(
   14187     *) ac_sed_conf_input=$configure_input;;
   14188     esac
   14189 
   14190     case $ac_tag in
   14191     *:-:* | *:-) cat >"$ac_tmp/stdin" \
   14192       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
   14193     esac
   14194     ;;
   14195   esac
   14196 
   14197   ac_dir=`$as_dirname -- "$ac_file" ||
   14198 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14199 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   14200 	 X"$ac_file" : 'X\(//\)$' \| \
   14201 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   14202 $as_echo X"$ac_file" |
   14203     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14204 	    s//\1/
   14205 	    q
   14206 	  }
   14207 	  /^X\(\/\/\)[^/].*/{
   14208 	    s//\1/
   14209 	    q
   14210 	  }
   14211 	  /^X\(\/\/\)$/{
   14212 	    s//\1/
   14213 	    q
   14214 	  }
   14215 	  /^X\(\/\).*/{
   14216 	    s//\1/
   14217 	    q
   14218 	  }
   14219 	  s/.*/./; q'`
   14220   as_dir="$ac_dir"; as_fn_mkdir_p
   14221   ac_builddir=.
   14222 
   14223 case "$ac_dir" in
   14224 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   14225 *)
   14226   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   14227   # A ".." for each directory in $ac_dir_suffix.
   14228   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   14229   case $ac_top_builddir_sub in
   14230   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   14231   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   14232   esac ;;
   14233 esac
   14234 ac_abs_top_builddir=$ac_pwd
   14235 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   14236 # for backward compatibility:
   14237 ac_top_builddir=$ac_top_build_prefix
   14238 
   14239 case $srcdir in
   14240   .)  # We are building in place.
   14241     ac_srcdir=.
   14242     ac_top_srcdir=$ac_top_builddir_sub
   14243     ac_abs_top_srcdir=$ac_pwd ;;
   14244   [\\/]* | ?:[\\/]* )  # Absolute name.
   14245     ac_srcdir=$srcdir$ac_dir_suffix;
   14246     ac_top_srcdir=$srcdir
   14247     ac_abs_top_srcdir=$srcdir ;;
   14248   *) # Relative name.
   14249     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   14250     ac_top_srcdir=$ac_top_build_prefix$srcdir
   14251     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   14252 esac
   14253 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   14254 
   14255 
   14256   case $ac_mode in
   14257   :F)
   14258   #
   14259   # CONFIG_FILE
   14260   #
   14261 
   14262   case $INSTALL in
   14263   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   14264   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   14265   esac
   14266   ac_MKDIR_P=$MKDIR_P
   14267   case $MKDIR_P in
   14268   [\\/$]* | ?:[\\/]* ) ;;
   14269   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
   14270   esac
   14271 _ACEOF
   14272 
   14273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14274 # If the template does not know about datarootdir, expand it.
   14275 # FIXME: This hack should be removed a few years after 2.60.
   14276 ac_datarootdir_hack=; ac_datarootdir_seen=
   14277 ac_sed_dataroot='
   14278 /datarootdir/ {
   14279   p
   14280   q
   14281 }
   14282 /@datadir@/p
   14283 /@docdir@/p
   14284 /@infodir@/p
   14285 /@localedir@/p
   14286 /@mandir@/p'
   14287 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
   14288 *datarootdir*) ac_datarootdir_seen=yes;;
   14289 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   14290   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   14291 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   14292 _ACEOF
   14293 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14294   ac_datarootdir_hack='
   14295   s&@datadir@&$datadir&g
   14296   s&@docdir@&$docdir&g
   14297   s&@infodir@&$infodir&g
   14298   s&@localedir@&$localedir&g
   14299   s&@mandir@&$mandir&g
   14300   s&\\\${datarootdir}&$datarootdir&g' ;;
   14301 esac
   14302 _ACEOF
   14303 
   14304 # Neutralize VPATH when `$srcdir' = `.'.
   14305 # Shell code in configure.ac might set extrasub.
   14306 # FIXME: do we really want to maintain this feature?
   14307 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   14308 ac_sed_extra="$ac_vpsub
   14309 $extrasub
   14310 _ACEOF
   14311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   14312 :t
   14313 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   14314 s|@configure_input@|$ac_sed_conf_input|;t t
   14315 s&@top_builddir@&$ac_top_builddir_sub&;t t
   14316 s&@top_build_prefix@&$ac_top_build_prefix&;t t
   14317 s&@srcdir@&$ac_srcdir&;t t
   14318 s&@abs_srcdir@&$ac_abs_srcdir&;t t
   14319 s&@top_srcdir@&$ac_top_srcdir&;t t
   14320 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   14321 s&@builddir@&$ac_builddir&;t t
   14322 s&@abs_builddir@&$ac_abs_builddir&;t t
   14323 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   14324 s&@INSTALL@&$ac_INSTALL&;t t
   14325 s&@MKDIR_P@&$ac_MKDIR_P&;t t
   14326 $ac_datarootdir_hack
   14327 "
   14328 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
   14329   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14330 
   14331 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   14332   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
   14333   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
   14334       "$ac_tmp/out"`; test -z "$ac_out"; } &&
   14335   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   14336 which seems to be undefined.  Please make sure it is defined" >&5
   14337 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   14338 which seems to be undefined.  Please make sure it is defined" >&2;}
   14339 
   14340   rm -f "$ac_tmp/stdin"
   14341   case $ac_file in
   14342   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
   14343   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
   14344   esac \
   14345   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14346  ;;
   14347   :H)
   14348   #
   14349   # CONFIG_HEADER
   14350   #
   14351   if test x"$ac_file" != x-; then
   14352     {
   14353       $as_echo "/* $configure_input  */" \
   14354       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
   14355     } >"$ac_tmp/config.h" \
   14356       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14357     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
   14358       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   14359 $as_echo "$as_me: $ac_file is unchanged" >&6;}
   14360     else
   14361       rm -f "$ac_file"
   14362       mv "$ac_tmp/config.h" "$ac_file" \
   14363 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
   14364     fi
   14365   else
   14366     $as_echo "/* $configure_input  */" \
   14367       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
   14368       || as_fn_error $? "could not create -" "$LINENO" 5
   14369   fi
   14370 # Compute "$ac_file"'s index in $config_headers.
   14371 _am_arg="$ac_file"
   14372 _am_stamp_count=1
   14373 for _am_header in $config_headers :; do
   14374   case $_am_header in
   14375     $_am_arg | $_am_arg:* )
   14376       break ;;
   14377     * )
   14378       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   14379   esac
   14380 done
   14381 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
   14382 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14383 	 X"$_am_arg" : 'X\(//\)[^/]' \| \
   14384 	 X"$_am_arg" : 'X\(//\)$' \| \
   14385 	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
   14386 $as_echo X"$_am_arg" |
   14387     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14388 	    s//\1/
   14389 	    q
   14390 	  }
   14391 	  /^X\(\/\/\)[^/].*/{
   14392 	    s//\1/
   14393 	    q
   14394 	  }
   14395 	  /^X\(\/\/\)$/{
   14396 	    s//\1/
   14397 	    q
   14398 	  }
   14399 	  /^X\(\/\).*/{
   14400 	    s//\1/
   14401 	    q
   14402 	  }
   14403 	  s/.*/./; q'`/stamp-h$_am_stamp_count
   14404  ;;
   14405 
   14406   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
   14407 $as_echo "$as_me: executing $ac_file commands" >&6;}
   14408  ;;
   14409   esac
   14410 
   14411 
   14412   case $ac_file$ac_mode in
   14413     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
   14414   # Older Autoconf quotes --file arguments for eval, but not when files
   14415   # are listed without --file.  Let's play safe and only enable the eval
   14416   # if we detect the quoting.
   14417   case $CONFIG_FILES in
   14418   *\'*) eval set x "$CONFIG_FILES" ;;
   14419   *)   set x $CONFIG_FILES ;;
   14420   esac
   14421   shift
   14422   for mf
   14423   do
   14424     # Strip MF so we end up with the name of the file.
   14425     mf=`echo "$mf" | sed -e 's/:.*$//'`
   14426     # Check whether this is an Automake generated Makefile or not.
   14427     # We used to match only the files named 'Makefile.in', but
   14428     # some people rename them; so instead we look at the file content.
   14429     # Grep'ing the first line is not enough: some people post-process
   14430     # each Makefile.in and add a new line on top of each file to say so.
   14431     # Grep'ing the whole file is not good either: AIX grep has a line
   14432     # limit of 2048, but all sed's we know have understand at least 4000.
   14433     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
   14434       dirpart=`$as_dirname -- "$mf" ||
   14435 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14436 	 X"$mf" : 'X\(//\)[^/]' \| \
   14437 	 X"$mf" : 'X\(//\)$' \| \
   14438 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
   14439 $as_echo X"$mf" |
   14440     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14441 	    s//\1/
   14442 	    q
   14443 	  }
   14444 	  /^X\(\/\/\)[^/].*/{
   14445 	    s//\1/
   14446 	    q
   14447 	  }
   14448 	  /^X\(\/\/\)$/{
   14449 	    s//\1/
   14450 	    q
   14451 	  }
   14452 	  /^X\(\/\).*/{
   14453 	    s//\1/
   14454 	    q
   14455 	  }
   14456 	  s/.*/./; q'`
   14457     else
   14458       continue
   14459     fi
   14460     # Extract the definition of DEPDIR, am__include, and am__quote
   14461     # from the Makefile without running 'make'.
   14462     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   14463     test -z "$DEPDIR" && continue
   14464     am__include=`sed -n 's/^am__include = //p' < "$mf"`
   14465     test -z "$am__include" && continue
   14466     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   14467     # Find all dependency output files, they are included files with
   14468     # $(DEPDIR) in their names.  We invoke sed twice because it is the
   14469     # simplest approach to changing $(DEPDIR) to its actual value in the
   14470     # expansion.
   14471     for file in `sed -n "
   14472       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   14473 	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
   14474       # Make sure the directory exists.
   14475       test -f "$dirpart/$file" && continue
   14476       fdir=`$as_dirname -- "$file" ||
   14477 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   14478 	 X"$file" : 'X\(//\)[^/]' \| \
   14479 	 X"$file" : 'X\(//\)$' \| \
   14480 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
   14481 $as_echo X"$file" |
   14482     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   14483 	    s//\1/
   14484 	    q
   14485 	  }
   14486 	  /^X\(\/\/\)[^/].*/{
   14487 	    s//\1/
   14488 	    q
   14489 	  }
   14490 	  /^X\(\/\/\)$/{
   14491 	    s//\1/
   14492 	    q
   14493 	  }
   14494 	  /^X\(\/\).*/{
   14495 	    s//\1/
   14496 	    q
   14497 	  }
   14498 	  s/.*/./; q'`
   14499       as_dir=$dirpart/$fdir; as_fn_mkdir_p
   14500       # echo "creating $dirpart/$file"
   14501       echo '# dummy' > "$dirpart/$file"
   14502     done
   14503   done
   14504 }
   14505  ;;
   14506     "libtool":C)
   14507 
   14508     # See if we are running on zsh, and set the options which allow our
   14509     # commands through without removal of \ escapes.
   14510     if test -n "${ZSH_VERSION+set}" ; then
   14511       setopt NO_GLOB_SUBST
   14512     fi
   14513 
   14514     cfgfile="${ofile}T"
   14515     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
   14516     $RM "$cfgfile"
   14517 
   14518     cat <<_LT_EOF >> "$cfgfile"
   14519 #! $SHELL
   14520 
   14521 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
   14522 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
   14523 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
   14524 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
   14525 #
   14526 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
   14527 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
   14528 #   Written by Gordon Matzigkeit, 1996
   14529 #
   14530 #   This file is part of GNU Libtool.
   14531 #
   14532 # GNU Libtool is free software; you can redistribute it and/or
   14533 # modify it under the terms of the GNU General Public License as
   14534 # published by the Free Software Foundation; either version 2 of
   14535 # the License, or (at your option) any later version.
   14536 #
   14537 # As a special exception to the GNU General Public License,
   14538 # if you distribute this file as part of a program or library that
   14539 # is built using GNU Libtool, you may include this file under the
   14540 # same distribution terms that you use for the rest of that program.
   14541 #
   14542 # GNU Libtool is distributed in the hope that it will be useful,
   14543 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   14544 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14545 # GNU General Public License for more details.
   14546 #
   14547 # You should have received a copy of the GNU General Public License
   14548 # along with GNU Libtool; see the file COPYING.  If not, a copy
   14549 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
   14550 # obtained by writing to the Free Software Foundation, Inc.,
   14551 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
   14552 
   14553 
   14554 # The names of the tagged configurations supported by this script.
   14555 available_tags=""
   14556 
   14557 # ### BEGIN LIBTOOL CONFIG
   14558 
   14559 # Whether or not to build shared libraries.
   14560 build_libtool_libs=$enable_shared
   14561 
   14562 # Which release of libtool.m4 was used?
   14563 macro_version=$macro_version
   14564 macro_revision=$macro_revision
   14565 
   14566 # Whether or not to build static libraries.
   14567 build_old_libs=$enable_static
   14568 
   14569 # What type of objects to build.
   14570 pic_mode=$pic_mode
   14571 
   14572 # Whether or not to optimize for fast installation.
   14573 fast_install=$enable_fast_install
   14574 
   14575 # Shell to use when invoking shell scripts.
   14576 SHELL=$lt_SHELL
   14577 
   14578 # An echo program that protects backslashes.
   14579 ECHO=$lt_ECHO
   14580 
   14581 # The host system.
   14582 host_alias=$host_alias
   14583 host=$host
   14584 host_os=$host_os
   14585 
   14586 # The build system.
   14587 build_alias=$build_alias
   14588 build=$build
   14589 build_os=$build_os
   14590 
   14591 # A sed program that does not truncate output.
   14592 SED=$lt_SED
   14593 
   14594 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
   14595 Xsed="\$SED -e 1s/^X//"
   14596 
   14597 # A grep program that handles long lines.
   14598 GREP=$lt_GREP
   14599 
   14600 # An ERE matcher.
   14601 EGREP=$lt_EGREP
   14602 
   14603 # A literal string matcher.
   14604 FGREP=$lt_FGREP
   14605 
   14606 # A BSD- or MS-compatible name lister.
   14607 NM=$lt_NM
   14608 
   14609 # Whether we need soft or hard links.
   14610 LN_S=$lt_LN_S
   14611 
   14612 # What is the maximum length of a command?
   14613 max_cmd_len=$max_cmd_len
   14614 
   14615 # Object file suffix (normally "o").
   14616 objext=$ac_objext
   14617 
   14618 # Executable file suffix (normally "").
   14619 exeext=$exeext
   14620 
   14621 # whether the shell understands "unset".
   14622 lt_unset=$lt_unset
   14623 
   14624 # turn spaces into newlines.
   14625 SP2NL=$lt_lt_SP2NL
   14626 
   14627 # turn newlines into spaces.
   14628 NL2SP=$lt_lt_NL2SP
   14629 
   14630 # An object symbol dumper.
   14631 OBJDUMP=$lt_OBJDUMP
   14632 
   14633 # Method to check whether dependent libraries are shared objects.
   14634 deplibs_check_method=$lt_deplibs_check_method
   14635 
   14636 # Command to use when deplibs_check_method == "file_magic".
   14637 file_magic_cmd=$lt_file_magic_cmd
   14638 
   14639 # The archiver.
   14640 AR=$lt_AR
   14641 AR_FLAGS=$lt_AR_FLAGS
   14642 
   14643 # A symbol stripping program.
   14644 STRIP=$lt_STRIP
   14645 
   14646 # Commands used to install an old-style archive.
   14647 RANLIB=$lt_RANLIB
   14648 old_postinstall_cmds=$lt_old_postinstall_cmds
   14649 old_postuninstall_cmds=$lt_old_postuninstall_cmds
   14650 
   14651 # Whether to use a lock for old archive extraction.
   14652 lock_old_archive_extraction=$lock_old_archive_extraction
   14653 
   14654 # A C compiler.
   14655 LTCC=$lt_CC
   14656 
   14657 # LTCC compiler flags.
   14658 LTCFLAGS=$lt_CFLAGS
   14659 
   14660 # Take the output of nm and produce a listing of raw symbols and C names.
   14661 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
   14662 
   14663 # Transform the output of nm in a proper C declaration.
   14664 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
   14665 
   14666 # Transform the output of nm in a C name address pair.
   14667 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
   14668 
   14669 # Transform the output of nm in a C name address pair when lib prefix is needed.
   14670 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
   14671 
   14672 # The name of the directory that contains temporary libtool files.
   14673 objdir=$objdir
   14674 
   14675 # Used to examine libraries when file_magic_cmd begins with "file".
   14676 MAGIC_CMD=$MAGIC_CMD
   14677 
   14678 # Must we lock files when doing compilation?
   14679 need_locks=$lt_need_locks
   14680 
   14681 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
   14682 DSYMUTIL=$lt_DSYMUTIL
   14683 
   14684 # Tool to change global to local symbols on Mac OS X.
   14685 NMEDIT=$lt_NMEDIT
   14686 
   14687 # Tool to manipulate fat objects and archives on Mac OS X.
   14688 LIPO=$lt_LIPO
   14689 
   14690 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
   14691 OTOOL=$lt_OTOOL
   14692 
   14693 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
   14694 OTOOL64=$lt_OTOOL64
   14695 
   14696 # Old archive suffix (normally "a").
   14697 libext=$libext
   14698 
   14699 # Shared library suffix (normally ".so").
   14700 shrext_cmds=$lt_shrext_cmds
   14701 
   14702 # The commands to extract the exported symbol list from a shared archive.
   14703 extract_expsyms_cmds=$lt_extract_expsyms_cmds
   14704 
   14705 # Variables whose values should be saved in libtool wrapper scripts and
   14706 # restored at link time.
   14707 variables_saved_for_relink=$lt_variables_saved_for_relink
   14708 
   14709 # Do we need the "lib" prefix for modules?
   14710 need_lib_prefix=$need_lib_prefix
   14711 
   14712 # Do we need a version for libraries?
   14713 need_version=$need_version
   14714 
   14715 # Library versioning type.
   14716 version_type=$version_type
   14717 
   14718 # Shared library runtime path variable.
   14719 runpath_var=$runpath_var
   14720 
   14721 # Shared library path variable.
   14722 shlibpath_var=$shlibpath_var
   14723 
   14724 # Is shlibpath searched before the hard-coded library search path?
   14725 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
   14726 
   14727 # Format of library name prefix.
   14728 libname_spec=$lt_libname_spec
   14729 
   14730 # List of archive names.  First name is the real one, the rest are links.
   14731 # The last name is the one that the linker finds with -lNAME
   14732 library_names_spec=$lt_library_names_spec
   14733 
   14734 # The coded name of the library, if different from the real name.
   14735 soname_spec=$lt_soname_spec
   14736 
   14737 # Permission mode override for installation of shared libraries.
   14738 install_override_mode=$lt_install_override_mode
   14739 
   14740 # Command to use after installation of a shared archive.
   14741 postinstall_cmds=$lt_postinstall_cmds
   14742 
   14743 # Command to use after uninstallation of a shared archive.
   14744 postuninstall_cmds=$lt_postuninstall_cmds
   14745 
   14746 # Commands used to finish a libtool library installation in a directory.
   14747 finish_cmds=$lt_finish_cmds
   14748 
   14749 # As "finish_cmds", except a single script fragment to be evaled but
   14750 # not shown.
   14751 finish_eval=$lt_finish_eval
   14752 
   14753 # Whether we should hardcode library paths into libraries.
   14754 hardcode_into_libs=$hardcode_into_libs
   14755 
   14756 # Compile-time system search path for libraries.
   14757 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
   14758 
   14759 # Run-time system search path for libraries.
   14760 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
   14761 
   14762 # Whether dlopen is supported.
   14763 dlopen_support=$enable_dlopen
   14764 
   14765 # Whether dlopen of programs is supported.
   14766 dlopen_self=$enable_dlopen_self
   14767 
   14768 # Whether dlopen of statically linked programs is supported.
   14769 dlopen_self_static=$enable_dlopen_self_static
   14770 
   14771 # Commands to strip libraries.
   14772 old_striplib=$lt_old_striplib
   14773 striplib=$lt_striplib
   14774 
   14775 
   14776 # The linker used to build libraries.
   14777 LD=$lt_LD
   14778 
   14779 # How to create reloadable object files.
   14780 reload_flag=$lt_reload_flag
   14781 reload_cmds=$lt_reload_cmds
   14782 
   14783 # Commands used to build an old-style archive.
   14784 old_archive_cmds=$lt_old_archive_cmds
   14785 
   14786 # A language specific compiler.
   14787 CC=$lt_compiler
   14788 
   14789 # Is the compiler the GNU compiler?
   14790 with_gcc=$GCC
   14791 
   14792 # Compiler flag to turn off builtin functions.
   14793 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
   14794 
   14795 # How to pass a linker flag through the compiler.
   14796 wl=$lt_lt_prog_compiler_wl
   14797 
   14798 # Additional compiler flags for building library objects.
   14799 pic_flag=$lt_lt_prog_compiler_pic
   14800 
   14801 # Compiler flag to prevent dynamic linking.
   14802 link_static_flag=$lt_lt_prog_compiler_static
   14803 
   14804 # Does compiler simultaneously support -c and -o options?
   14805 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
   14806 
   14807 # Whether or not to add -lc for building shared libraries.
   14808 build_libtool_need_lc=$archive_cmds_need_lc
   14809 
   14810 # Whether or not to disallow shared libs when runtime libs are static.
   14811 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
   14812 
   14813 # Compiler flag to allow reflexive dlopens.
   14814 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
   14815 
   14816 # Compiler flag to generate shared objects directly from archives.
   14817 whole_archive_flag_spec=$lt_whole_archive_flag_spec
   14818 
   14819 # Whether the compiler copes with passing no objects directly.
   14820 compiler_needs_object=$lt_compiler_needs_object
   14821 
   14822 # Create an old-style archive from a shared archive.
   14823 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
   14824 
   14825 # Create a temporary old-style archive to link instead of a shared archive.
   14826 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
   14827 
   14828 # Commands used to build a shared archive.
   14829 archive_cmds=$lt_archive_cmds
   14830 archive_expsym_cmds=$lt_archive_expsym_cmds
   14831 
   14832 # Commands used to build a loadable module if different from building
   14833 # a shared archive.
   14834 module_cmds=$lt_module_cmds
   14835 module_expsym_cmds=$lt_module_expsym_cmds
   14836 
   14837 # Whether we are building with GNU ld or not.
   14838 with_gnu_ld=$lt_with_gnu_ld
   14839 
   14840 # Flag that allows shared libraries with undefined symbols to be built.
   14841 allow_undefined_flag=$lt_allow_undefined_flag
   14842 
   14843 # Flag that enforces no undefined symbols.
   14844 no_undefined_flag=$lt_no_undefined_flag
   14845 
   14846 # Flag to hardcode \$libdir into a binary during linking.
   14847 # This must work even if \$libdir does not exist
   14848 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
   14849 
   14850 # If ld is used when linking, flag to hardcode \$libdir into a binary
   14851 # during linking.  This must work even if \$libdir does not exist.
   14852 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
   14853 
   14854 # Whether we need a single "-rpath" flag with a separated argument.
   14855 hardcode_libdir_separator=$lt_hardcode_libdir_separator
   14856 
   14857 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   14858 # DIR into the resulting binary.
   14859 hardcode_direct=$hardcode_direct
   14860 
   14861 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   14862 # DIR into the resulting binary and the resulting library dependency is
   14863 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
   14864 # library is relocated.
   14865 hardcode_direct_absolute=$hardcode_direct_absolute
   14866 
   14867 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
   14868 # into the resulting binary.
   14869 hardcode_minus_L=$hardcode_minus_L
   14870 
   14871 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
   14872 # into the resulting binary.
   14873 hardcode_shlibpath_var=$hardcode_shlibpath_var
   14874 
   14875 # Set to "yes" if building a shared library automatically hardcodes DIR
   14876 # into the library and all subsequent libraries and executables linked
   14877 # against it.
   14878 hardcode_automatic=$hardcode_automatic
   14879 
   14880 # Set to yes if linker adds runtime paths of dependent libraries
   14881 # to runtime path list.
   14882 inherit_rpath=$inherit_rpath
   14883 
   14884 # Whether libtool must link a program against all its dependency libraries.
   14885 link_all_deplibs=$link_all_deplibs
   14886 
   14887 # Fix the shell variable \$srcfile for the compiler.
   14888 fix_srcfile_path=$lt_fix_srcfile_path
   14889 
   14890 # Set to "yes" if exported symbols are required.
   14891 always_export_symbols=$always_export_symbols
   14892 
   14893 # The commands to list exported symbols.
   14894 export_symbols_cmds=$lt_export_symbols_cmds
   14895 
   14896 # Symbols that should not be listed in the preloaded symbols.
   14897 exclude_expsyms=$lt_exclude_expsyms
   14898 
   14899 # Symbols that must always be exported.
   14900 include_expsyms=$lt_include_expsyms
   14901 
   14902 # Commands necessary for linking programs (against libraries) with templates.
   14903 prelink_cmds=$lt_prelink_cmds
   14904 
   14905 # Specify filename containing input files.
   14906 file_list_spec=$lt_file_list_spec
   14907 
   14908 # How to hardcode a shared library path into an executable.
   14909 hardcode_action=$hardcode_action
   14910 
   14911 # ### END LIBTOOL CONFIG
   14912 
   14913 _LT_EOF
   14914 
   14915   case $host_os in
   14916   aix3*)
   14917     cat <<\_LT_EOF >> "$cfgfile"
   14918 # AIX sometimes has problems with the GCC collect2 program.  For some
   14919 # reason, if we set the COLLECT_NAMES environment variable, the problems
   14920 # vanish in a puff of smoke.
   14921 if test "X${COLLECT_NAMES+set}" != Xset; then
   14922   COLLECT_NAMES=
   14923   export COLLECT_NAMES
   14924 fi
   14925 _LT_EOF
   14926     ;;
   14927   esac
   14928 
   14929 
   14930 ltmain="$ac_aux_dir/ltmain.sh"
   14931 
   14932 
   14933   # We use sed instead of cat because bash on DJGPP gets confused if
   14934   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
   14935   # text mode, it properly converts lines to CR/LF.  This bash problem
   14936   # is reportedly fixed, but why not run on old versions too?
   14937   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
   14938     || (rm -f "$cfgfile"; exit 1)
   14939 
   14940   case $xsi_shell in
   14941   yes)
   14942     cat << \_LT_EOF >> "$cfgfile"
   14943 
   14944 # func_dirname file append nondir_replacement
   14945 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   14946 # otherwise set result to NONDIR_REPLACEMENT.
   14947 func_dirname ()
   14948 {
   14949   case ${1} in
   14950     */*) func_dirname_result="${1%/*}${2}" ;;
   14951     *  ) func_dirname_result="${3}" ;;
   14952   esac
   14953 }
   14954 
   14955 # func_basename file
   14956 func_basename ()
   14957 {
   14958   func_basename_result="${1##*/}"
   14959 }
   14960 
   14961 # func_dirname_and_basename file append nondir_replacement
   14962 # perform func_basename and func_dirname in a single function
   14963 # call:
   14964 #   dirname:  Compute the dirname of FILE.  If nonempty,
   14965 #             add APPEND to the result, otherwise set result
   14966 #             to NONDIR_REPLACEMENT.
   14967 #             value returned in "$func_dirname_result"
   14968 #   basename: Compute filename of FILE.
   14969 #             value retuned in "$func_basename_result"
   14970 # Implementation must be kept synchronized with func_dirname
   14971 # and func_basename. For efficiency, we do not delegate to
   14972 # those functions but instead duplicate the functionality here.
   14973 func_dirname_and_basename ()
   14974 {
   14975   case ${1} in
   14976     */*) func_dirname_result="${1%/*}${2}" ;;
   14977     *  ) func_dirname_result="${3}" ;;
   14978   esac
   14979   func_basename_result="${1##*/}"
   14980 }
   14981 
   14982 # func_stripname prefix suffix name
   14983 # strip PREFIX and SUFFIX off of NAME.
   14984 # PREFIX and SUFFIX must not contain globbing or regex special
   14985 # characters, hashes, percent signs, but SUFFIX may contain a leading
   14986 # dot (in which case that matches only a dot).
   14987 func_stripname ()
   14988 {
   14989   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
   14990   # positional parameters, so assign one to ordinary parameter first.
   14991   func_stripname_result=${3}
   14992   func_stripname_result=${func_stripname_result#"${1}"}
   14993   func_stripname_result=${func_stripname_result%"${2}"}
   14994 }
   14995 
   14996 # func_opt_split
   14997 func_opt_split ()
   14998 {
   14999   func_opt_split_opt=${1%%=*}
   15000   func_opt_split_arg=${1#*=}
   15001 }
   15002 
   15003 # func_lo2o object
   15004 func_lo2o ()
   15005 {
   15006   case ${1} in
   15007     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
   15008     *)    func_lo2o_result=${1} ;;
   15009   esac
   15010 }
   15011 
   15012 # func_xform libobj-or-source
   15013 func_xform ()
   15014 {
   15015   func_xform_result=${1%.*}.lo
   15016 }
   15017 
   15018 # func_arith arithmetic-term...
   15019 func_arith ()
   15020 {
   15021   func_arith_result=$(( $* ))
   15022 }
   15023 
   15024 # func_len string
   15025 # STRING may not start with a hyphen.
   15026 func_len ()
   15027 {
   15028   func_len_result=${#1}
   15029 }
   15030 
   15031 _LT_EOF
   15032     ;;
   15033   *) # Bourne compatible functions.
   15034     cat << \_LT_EOF >> "$cfgfile"
   15035 
   15036 # func_dirname file append nondir_replacement
   15037 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   15038 # otherwise set result to NONDIR_REPLACEMENT.
   15039 func_dirname ()
   15040 {
   15041   # Extract subdirectory from the argument.
   15042   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
   15043   if test "X$func_dirname_result" = "X${1}"; then
   15044     func_dirname_result="${3}"
   15045   else
   15046     func_dirname_result="$func_dirname_result${2}"
   15047   fi
   15048 }
   15049 
   15050 # func_basename file
   15051 func_basename ()
   15052 {
   15053   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
   15054 }
   15055 
   15056 
   15057 # func_stripname prefix suffix name
   15058 # strip PREFIX and SUFFIX off of NAME.
   15059 # PREFIX and SUFFIX must not contain globbing or regex special
   15060 # characters, hashes, percent signs, but SUFFIX may contain a leading
   15061 # dot (in which case that matches only a dot).
   15062 # func_strip_suffix prefix name
   15063 func_stripname ()
   15064 {
   15065   case ${2} in
   15066     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
   15067     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
   15068   esac
   15069 }
   15070 
   15071 # sed scripts:
   15072 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
   15073 my_sed_long_arg='1s/^-[^=]*=//'
   15074 
   15075 # func_opt_split
   15076 func_opt_split ()
   15077 {
   15078   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
   15079   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
   15080 }
   15081 
   15082 # func_lo2o object
   15083 func_lo2o ()
   15084 {
   15085   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
   15086 }
   15087 
   15088 # func_xform libobj-or-source
   15089 func_xform ()
   15090 {
   15091   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
   15092 }
   15093 
   15094 # func_arith arithmetic-term...
   15095 func_arith ()
   15096 {
   15097   func_arith_result=`expr "$@"`
   15098 }
   15099 
   15100 # func_len string
   15101 # STRING may not start with a hyphen.
   15102 func_len ()
   15103 {
   15104   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
   15105 }
   15106 
   15107 _LT_EOF
   15108 esac
   15109 
   15110 case $lt_shell_append in
   15111   yes)
   15112     cat << \_LT_EOF >> "$cfgfile"
   15113 
   15114 # func_append var value
   15115 # Append VALUE to the end of shell variable VAR.
   15116 func_append ()
   15117 {
   15118   eval "$1+=\$2"
   15119 }
   15120 _LT_EOF
   15121     ;;
   15122   *)
   15123     cat << \_LT_EOF >> "$cfgfile"
   15124 
   15125 # func_append var value
   15126 # Append VALUE to the end of shell variable VAR.
   15127 func_append ()
   15128 {
   15129   eval "$1=\$$1\$2"
   15130 }
   15131 
   15132 _LT_EOF
   15133     ;;
   15134   esac
   15135 
   15136 
   15137   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
   15138     || (rm -f "$cfgfile"; exit 1)
   15139 
   15140   mv -f "$cfgfile" "$ofile" ||
   15141     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   15142   chmod +x "$ofile"
   15143 
   15144  ;;
   15145 
   15146   esac
   15147 done # for ac_tag
   15148 
   15149 
   15150 as_fn_exit 0
   15151 _ACEOF
   15152 ac_clean_files=$ac_clean_files_save
   15153 
   15154 test $ac_write_fail = 0 ||
   15155   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   15156 
   15157 
   15158 # configure is writing to config.log, and then calls config.status.
   15159 # config.status does its own redirection, appending to config.log.
   15160 # Unfortunately, on DOS this fails, as config.log is still kept open
   15161 # by configure, so config.status won't be able to write to it; its
   15162 # output is simply discarded.  So we exec the FD to /dev/null,
   15163 # effectively closing config.log, so it can be properly (re)opened and
   15164 # appended to by config.status.  When coming back to configure, we
   15165 # need to make the FD available again.
   15166 if test "$no_create" != yes; then
   15167   ac_cs_success=:
   15168   ac_config_status_args=
   15169   test "$silent" = yes &&
   15170     ac_config_status_args="$ac_config_status_args --quiet"
   15171   exec 5>/dev/null
   15172   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   15173   exec 5>>config.log
   15174   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   15175   # would make configure fail if this is the last instruction.
   15176   $ac_cs_success || as_fn_exit 1
   15177 fi
   15178 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   15179   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
   15180 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
   15181 fi
   15182 
   15183 
   15184 
   15185 touch config.status.tmp
   15186 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
   15187   sed '/as_fn_exit 0/i \
   15188 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
   15189 touch --reference=Makefile Makefile.tmp \
   15190 mv Makefile.tmp Makefile \
   15191 ' config.status > config.status.tmp
   15192   touch --reference=config.status config.status.tmp
   15193   mv config.status.tmp config.status
   15194   chmod +x config.status
   15195   sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
   15196   touch --reference=Makefile Makefile.tmp
   15197   mv Makefile.tmp Makefile
   15198 else
   15199   rm -f config.status.tmp
   15200 fi
   15201