Home | History | Annotate | Line # | Download | only in libssp
configure revision 1.1.1.6
      1 #! /bin/sh
      2 # Guess values for system-dependent variables and create Makefiles.
      3 # Generated by GNU Autoconf 2.64 for libssp 1.0.
      4 #
      5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
      6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
      7 # Foundation, Inc.
      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 case $0 in #((
     91   *[\\/]* ) as_myself=$0 ;;
     92   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     93 for as_dir in $PATH
     94 do
     95   IFS=$as_save_IFS
     96   test -z "$as_dir" && as_dir=.
     97     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
     98   done
     99 IFS=$as_save_IFS
    100 
    101      ;;
    102 esac
    103 # We did not find ourselves, most probably we were run as `sh COMMAND'
    104 # in which case we are not to be found in the path.
    105 if test "x$as_myself" = x; then
    106   as_myself=$0
    107 fi
    108 if test ! -f "$as_myself"; then
    109   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    110   exit 1
    111 fi
    112 
    113 # Unset variables that we do not need and which cause bugs (e.g. in
    114 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    115 # suppresses any "Segmentation fault" message there.  '((' could
    116 # trigger a bug in pdksh 5.2.14.
    117 for as_var in BASH_ENV ENV MAIL MAILPATH
    118 do eval test x\${$as_var+set} = xset \
    119   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    120 done
    121 PS1='$ '
    122 PS2='> '
    123 PS4='+ '
    124 
    125 # NLS nuisances.
    126 LC_ALL=C
    127 export LC_ALL
    128 LANGUAGE=C
    129 export LANGUAGE
    130 
    131 # CDPATH.
    132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    133 
    134 if test "x$CONFIG_SHELL" = x; then
    135   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
    136   emulate sh
    137   NULLCMD=:
    138   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
    139   # is contrary to our usage.  Disable this feature.
    140   alias -g '\${1+\"\$@\"}'='\"\$@\"'
    141   setopt NO_GLOB_SUBST
    142 else
    143   case \`(set -o) 2>/dev/null\` in #(
    144   *posix*) :
    145     set -o posix ;; #(
    146   *) :
    147      ;;
    148 esac
    149 fi
    150 "
    151   as_required="as_fn_return () { (exit \$1); }
    152 as_fn_success () { as_fn_return 0; }
    153 as_fn_failure () { as_fn_return 1; }
    154 as_fn_ret_success () { return 0; }
    155 as_fn_ret_failure () { return 1; }
    156 
    157 exitcode=0
    158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
    159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
    160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
    161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
    162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
    163 
    164 else
    165   exitcode=1; echo positional parameters were not saved.
    166 fi
    167 test x\$exitcode = x0 || exit 1"
    168   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    169   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
    170   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
    171   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
    172 test \$(( 1 + 1 )) = 2 || exit 1
    173 
    174   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
    175     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    176     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
    177     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
    178     PATH=/empty FPATH=/empty; export PATH FPATH
    179     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
    180       || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
    181   if (eval "$as_required") 2>/dev/null; then :
    182   as_have_required=yes
    183 else
    184   as_have_required=no
    185 fi
    186   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
    187 
    188 else
    189   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    190 as_found=false
    191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    192 do
    193   IFS=$as_save_IFS
    194   test -z "$as_dir" && as_dir=.
    195   as_found=:
    196   case $as_dir in #(
    197 	 /*)
    198 	   for as_base in sh bash ksh sh5; do
    199 	     # Try only shells that exist, to save several forks.
    200 	     as_shell=$as_dir/$as_base
    201 	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    202 		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
    203   CONFIG_SHELL=$as_shell as_have_required=yes
    204 		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
    205   break 2
    206 fi
    207 fi
    208 	   done;;
    209        esac
    210   as_found=false
    211 done
    212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
    213 	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
    214   CONFIG_SHELL=$SHELL as_have_required=yes
    215 fi; }
    216 IFS=$as_save_IFS
    217 
    218 
    219       if test "x$CONFIG_SHELL" != x; then :
    220   # We cannot yet assume a decent shell, so we have to provide a
    221 	# neutralization value for shells without unset; and this also
    222 	# works around shells that cannot unset nonexistent variables.
    223 	BASH_ENV=/dev/null
    224 	ENV=/dev/null
    225 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    226 	export CONFIG_SHELL
    227 	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    228 fi
    229 
    230     if test x$as_have_required = xno; then :
    231   $as_echo "$0: This script requires a shell more modern than all"
    232   $as_echo "$0: the shells that I found on your system."
    233   if test x${ZSH_VERSION+set} = xset ; then
    234     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
    235     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
    236   else
    237     $as_echo "$0: Please tell bug-autoconf (at] gnu.org about your system,
    238 $0: including any error possibly output before this
    239 $0: message. Then install a modern shell, or manually run
    240 $0: the script under such a shell if you do have one."
    241   fi
    242   exit 1
    243 fi
    244 fi
    245 fi
    246 SHELL=${CONFIG_SHELL-/bin/sh}
    247 export SHELL
    248 # Unset more variables known to interfere with behavior of common tools.
    249 CLICOLOR_FORCE= GREP_OPTIONS=
    250 unset CLICOLOR_FORCE GREP_OPTIONS
    251 
    252 ## --------------------- ##
    253 ## M4sh Shell Functions. ##
    254 ## --------------------- ##
    255 # as_fn_unset VAR
    256 # ---------------
    257 # Portably unset VAR.
    258 as_fn_unset ()
    259 {
    260   { eval $1=; unset $1;}
    261 }
    262 as_unset=as_fn_unset
    263 
    264 # as_fn_set_status STATUS
    265 # -----------------------
    266 # Set $? to STATUS, without forking.
    267 as_fn_set_status ()
    268 {
    269   return $1
    270 } # as_fn_set_status
    271 
    272 # as_fn_exit STATUS
    273 # -----------------
    274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    275 as_fn_exit ()
    276 {
    277   set +e
    278   as_fn_set_status $1
    279   exit $1
    280 } # as_fn_exit
    281 
    282 # as_fn_mkdir_p
    283 # -------------
    284 # Create "$as_dir" as a directory, including parents if necessary.
    285 as_fn_mkdir_p ()
    286 {
    287 
    288   case $as_dir in #(
    289   -*) as_dir=./$as_dir;;
    290   esac
    291   test -d "$as_dir" || eval $as_mkdir_p || {
    292     as_dirs=
    293     while :; do
    294       case $as_dir in #(
    295       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    296       *) as_qdir=$as_dir;;
    297       esac
    298       as_dirs="'$as_qdir' $as_dirs"
    299       as_dir=`$as_dirname -- "$as_dir" ||
    300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    301 	 X"$as_dir" : 'X\(//\)[^/]' \| \
    302 	 X"$as_dir" : 'X\(//\)$' \| \
    303 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    304 $as_echo X"$as_dir" |
    305     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    306 	    s//\1/
    307 	    q
    308 	  }
    309 	  /^X\(\/\/\)[^/].*/{
    310 	    s//\1/
    311 	    q
    312 	  }
    313 	  /^X\(\/\/\)$/{
    314 	    s//\1/
    315 	    q
    316 	  }
    317 	  /^X\(\/\).*/{
    318 	    s//\1/
    319 	    q
    320 	  }
    321 	  s/.*/./; q'`
    322       test -d "$as_dir" && break
    323     done
    324     test -z "$as_dirs" || eval "mkdir $as_dirs"
    325   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
    326 
    327 
    328 } # as_fn_mkdir_p
    329 # as_fn_append VAR VALUE
    330 # ----------------------
    331 # Append the text in VALUE to the end of the definition contained in VAR. Take
    332 # advantage of any shell optimizations that allow amortized linear growth over
    333 # repeated appends, instead of the typical quadratic growth present in naive
    334 # implementations.
    335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
    336   eval 'as_fn_append ()
    337   {
    338     eval $1+=\$2
    339   }'
    340 else
    341   as_fn_append ()
    342   {
    343     eval $1=\$$1\$2
    344   }
    345 fi # as_fn_append
    346 
    347 # as_fn_arith ARG...
    348 # ------------------
    349 # Perform arithmetic evaluation on the ARGs, and store the result in the
    350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
    351 # must be portable across $(()) and expr.
    352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
    353   eval 'as_fn_arith ()
    354   {
    355     as_val=$(( $* ))
    356   }'
    357 else
    358   as_fn_arith ()
    359   {
    360     as_val=`expr "$@" || test $? -eq 1`
    361   }
    362 fi # as_fn_arith
    363 
    364 
    365 # as_fn_error ERROR [LINENO LOG_FD]
    366 # ---------------------------------
    367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    369 # script with status $?, using 1 if that was 0.
    370 as_fn_error ()
    371 {
    372   as_status=$?; test $as_status -eq 0 && as_status=1
    373   if test "$3"; then
    374     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    375     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    376   fi
    377   $as_echo "$as_me: error: $1" >&2
    378   as_fn_exit $as_status
    379 } # as_fn_error
    380 
    381 if expr a : '\(a\)' >/dev/null 2>&1 &&
    382    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    383   as_expr=expr
    384 else
    385   as_expr=false
    386 fi
    387 
    388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
    389   as_basename=basename
    390 else
    391   as_basename=false
    392 fi
    393 
    394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    395   as_dirname=dirname
    396 else
    397   as_dirname=false
    398 fi
    399 
    400 as_me=`$as_basename -- "$0" ||
    401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    402 	 X"$0" : 'X\(//\)$' \| \
    403 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    404 $as_echo X/"$0" |
    405     sed '/^.*\/\([^/][^/]*\)\/*$/{
    406 	    s//\1/
    407 	    q
    408 	  }
    409 	  /^X\/\(\/\/\)$/{
    410 	    s//\1/
    411 	    q
    412 	  }
    413 	  /^X\/\(\/\).*/{
    414 	    s//\1/
    415 	    q
    416 	  }
    417 	  s/.*/./; q'`
    418 
    419 # Avoid depending upon Character Ranges.
    420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    423 as_cr_digits='0123456789'
    424 as_cr_alnum=$as_cr_Letters$as_cr_digits
    425 
    426 
    427   as_lineno_1=$LINENO as_lineno_1a=$LINENO
    428   as_lineno_2=$LINENO as_lineno_2a=$LINENO
    429   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
    430   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
    431   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
    432   sed -n '
    433     p
    434     /[$]LINENO/=
    435   ' <$as_myself |
    436     sed '
    437       s/[$]LINENO.*/&-/
    438       t lineno
    439       b
    440       :lineno
    441       N
    442       :loop
    443       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    444       t loop
    445       s/-\n.*//
    446     ' >$as_me.lineno &&
    447   chmod +x "$as_me.lineno" ||
    448     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    449 
    450   # Don't try to exec as it changes $[0], causing all sort of problems
    451   # (the dirname of $[0] is not the place where we might find the
    452   # original and so on.  Autoconf is especially sensitive to this).
    453   . "./$as_me.lineno"
    454   # Exit status is that of the last command.
    455   exit
    456 }
    457 
    458 ECHO_C= ECHO_N= ECHO_T=
    459 case `echo -n x` in #(((((
    460 -n*)
    461   case `echo 'xy\c'` in
    462   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
    463   xy)  ECHO_C='\c';;
    464   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
    465        ECHO_T='	';;
    466   esac;;
    467 *)
    468   ECHO_N='-n';;
    469 esac
    470 
    471 rm -f conf$$ conf$$.exe conf$$.file
    472 if test -d conf$$.dir; then
    473   rm -f conf$$.dir/conf$$.file
    474 else
    475   rm -f conf$$.dir
    476   mkdir conf$$.dir 2>/dev/null
    477 fi
    478 if (echo >conf$$.file) 2>/dev/null; then
    479   if ln -s conf$$.file conf$$ 2>/dev/null; then
    480     as_ln_s='ln -s'
    481     # ... but there are two gotchas:
    482     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    483     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    484     # In both cases, we have to default to `cp -p'.
    485     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    486       as_ln_s='cp -p'
    487   elif ln conf$$.file conf$$ 2>/dev/null; then
    488     as_ln_s=ln
    489   else
    490     as_ln_s='cp -p'
    491   fi
    492 else
    493   as_ln_s='cp -p'
    494 fi
    495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    496 rmdir conf$$.dir 2>/dev/null
    497 
    498 if mkdir -p . 2>/dev/null; then
    499   as_mkdir_p='mkdir -p "$as_dir"'
    500 else
    501   test -d ./-p && rmdir ./-p
    502   as_mkdir_p=false
    503 fi
    504 
    505 if test -x / >/dev/null 2>&1; then
    506   as_test_x='test -x'
    507 else
    508   if ls -dL / >/dev/null 2>&1; then
    509     as_ls_L_option=L
    510   else
    511     as_ls_L_option=
    512   fi
    513   as_test_x='
    514     eval sh -c '\''
    515       if test -d "$1"; then
    516 	test -d "$1/.";
    517       else
    518 	case $1 in #(
    519 	-*)set "./$1";;
    520 	esac;
    521 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
    522 	???[sx]*):;;*)false;;esac;fi
    523     '\'' sh
    524   '
    525 fi
    526 as_executable_p=$as_test_x
    527 
    528 # Sed expression to map a string onto a valid CPP name.
    529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    530 
    531 # Sed expression to map a string onto a valid variable name.
    532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    533 
    534 SHELL=${CONFIG_SHELL-/bin/sh}
    535 
    536 
    537 exec 7<&0 </dev/null 6>&1
    538 
    539 # Name of the host.
    540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    541 # so uname gets run too.
    542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    543 
    544 #
    545 # Initializations.
    546 #
    547 ac_default_prefix=/usr/local
    548 ac_clean_files=
    549 ac_config_libobj_dir=.
    550 LIBOBJS=
    551 cross_compiling=no
    552 subdirs=
    553 MFLAGS=
    554 MAKEFLAGS=
    555 
    556 # Identity of this package.
    557 PACKAGE_NAME='libssp'
    558 PACKAGE_TARNAME='libssp'
    559 PACKAGE_VERSION='1.0'
    560 PACKAGE_STRING='libssp 1.0'
    561 PACKAGE_BUGREPORT=''
    562 PACKAGE_URL=''
    563 
    564 ac_unique_file="ssp.c"
    565 # Factoring default headers for most tests.
    566 ac_includes_default="\
    567 #include <stdio.h>
    568 #ifdef HAVE_SYS_TYPES_H
    569 # include <sys/types.h>
    570 #endif
    571 #ifdef HAVE_SYS_STAT_H
    572 # include <sys/stat.h>
    573 #endif
    574 #ifdef STDC_HEADERS
    575 # include <stdlib.h>
    576 # include <stddef.h>
    577 #else
    578 # ifdef HAVE_STDLIB_H
    579 #  include <stdlib.h>
    580 # endif
    581 #endif
    582 #ifdef HAVE_STRING_H
    583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    584 #  include <memory.h>
    585 # endif
    586 # include <string.h>
    587 #endif
    588 #ifdef HAVE_STRINGS_H
    589 # include <strings.h>
    590 #endif
    591 #ifdef HAVE_INTTYPES_H
    592 # include <inttypes.h>
    593 #endif
    594 #ifdef HAVE_STDINT_H
    595 # include <stdint.h>
    596 #endif
    597 #ifdef HAVE_UNISTD_H
    598 # include <unistd.h>
    599 #endif"
    600 
    601 ac_subst_vars='am__EXEEXT_FALSE
    602 am__EXEEXT_TRUE
    603 LTLIBOBJS
    604 LIBOBJS
    605 get_gcc_base_ver
    606 toolexeclibdir
    607 toolexecdir
    608 enable_static
    609 enable_shared
    610 lt_host_flags
    611 OTOOL64
    612 OTOOL
    613 LIPO
    614 NMEDIT
    615 DSYMUTIL
    616 RANLIB
    617 AR
    618 OBJDUMP
    619 LN_S
    620 NM
    621 ac_ct_DUMPBIN
    622 DUMPBIN
    623 LD
    624 FGREP
    625 SED
    626 LIBTOOL
    627 ssp_have_usable_vsnprintf
    628 EGREP
    629 GREP
    630 LIBSSP_USE_SYMVER_SUN_FALSE
    631 LIBSSP_USE_SYMVER_SUN_TRUE
    632 LIBSSP_USE_SYMVER_GNU_FALSE
    633 LIBSSP_USE_SYMVER_GNU_TRUE
    634 LIBSSP_USE_SYMVER_FALSE
    635 LIBSSP_USE_SYMVER_TRUE
    636 CPP
    637 am__fastdepCC_FALSE
    638 am__fastdepCC_TRUE
    639 CCDEPMODE
    640 am__nodep
    641 AMDEPBACKSLASH
    642 AMDEP_FALSE
    643 AMDEP_TRUE
    644 am__quote
    645 am__include
    646 DEPDIR
    647 OBJEXT
    648 EXEEXT
    649 ac_ct_CC
    650 CPPFLAGS
    651 LDFLAGS
    652 CFLAGS
    653 CC
    654 multi_basedir
    655 MAINT
    656 MAINTAINER_MODE_FALSE
    657 MAINTAINER_MODE_TRUE
    658 am__untar
    659 am__tar
    660 AMTAR
    661 am__leading_dot
    662 SET_MAKE
    663 AWK
    664 mkdir_p
    665 MKDIR_P
    666 INSTALL_STRIP_PROGRAM
    667 STRIP
    668 install_sh
    669 MAKEINFO
    670 AUTOHEADER
    671 AUTOMAKE
    672 AUTOCONF
    673 ACLOCAL
    674 VERSION
    675 PACKAGE
    676 CYGPATH_W
    677 am__isrc
    678 INSTALL_DATA
    679 INSTALL_SCRIPT
    680 INSTALL_PROGRAM
    681 target_noncanonical
    682 target_os
    683 target_vendor
    684 target_cpu
    685 target
    686 host_os
    687 host_vendor
    688 host_cpu
    689 host
    690 build_os
    691 build_vendor
    692 build_cpu
    693 build
    694 target_alias
    695 host_alias
    696 build_alias
    697 LIBS
    698 ECHO_T
    699 ECHO_N
    700 ECHO_C
    701 DEFS
    702 mandir
    703 localedir
    704 libdir
    705 psdir
    706 pdfdir
    707 dvidir
    708 htmldir
    709 infodir
    710 docdir
    711 oldincludedir
    712 includedir
    713 localstatedir
    714 sharedstatedir
    715 sysconfdir
    716 datadir
    717 datarootdir
    718 libexecdir
    719 sbindir
    720 bindir
    721 program_transform_name
    722 prefix
    723 exec_prefix
    724 PACKAGE_URL
    725 PACKAGE_BUGREPORT
    726 PACKAGE_STRING
    727 PACKAGE_VERSION
    728 PACKAGE_TARNAME
    729 PACKAGE_NAME
    730 PATH_SEPARATOR
    731 SHELL'
    732 ac_subst_files=''
    733 ac_user_opts='
    734 enable_option_checking
    735 enable_version_specific_runtime_libs
    736 enable_maintainer_mode
    737 enable_multilib
    738 enable_dependency_tracking
    739 enable_symvers
    740 enable_shared
    741 enable_static
    742 with_pic
    743 enable_fast_install
    744 with_gnu_ld
    745 enable_libtool_lock
    746 with_gcc_major_version_only
    747 '
    748       ac_precious_vars='build_alias
    749 host_alias
    750 target_alias
    751 CPP
    752 CPPFLAGS'
    753 
    754 
    755 # Initialize some variables set by options.
    756 ac_init_help=
    757 ac_init_version=false
    758 ac_unrecognized_opts=
    759 ac_unrecognized_sep=
    760 # The variables have the same names as the options, with
    761 # dashes changed to underlines.
    762 cache_file=/dev/null
    763 exec_prefix=NONE
    764 no_create=
    765 no_recursion=
    766 prefix=NONE
    767 program_prefix=NONE
    768 program_suffix=NONE
    769 program_transform_name=s,x,x,
    770 silent=
    771 site=
    772 srcdir=
    773 verbose=
    774 x_includes=NONE
    775 x_libraries=NONE
    776 
    777 # Installation directory options.
    778 # These are left unexpanded so users can "make install exec_prefix=/foo"
    779 # and all the variables that are supposed to be based on exec_prefix
    780 # by default will actually change.
    781 # Use braces instead of parens because sh, perl, etc. also accept them.
    782 # (The list follows the same order as the GNU Coding Standards.)
    783 bindir='${exec_prefix}/bin'
    784 sbindir='${exec_prefix}/sbin'
    785 libexecdir='${exec_prefix}/libexec'
    786 datarootdir='${prefix}/share'
    787 datadir='${datarootdir}'
    788 sysconfdir='${prefix}/etc'
    789 sharedstatedir='${prefix}/com'
    790 localstatedir='${prefix}/var'
    791 includedir='${prefix}/include'
    792 oldincludedir='/usr/include'
    793 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    794 infodir='${datarootdir}/info'
    795 htmldir='${docdir}'
    796 dvidir='${docdir}'
    797 pdfdir='${docdir}'
    798 psdir='${docdir}'
    799 libdir='${exec_prefix}/lib'
    800 localedir='${datarootdir}/locale'
    801 mandir='${datarootdir}/man'
    802 
    803 ac_prev=
    804 ac_dashdash=
    805 for ac_option
    806 do
    807   # If the previous option needs an argument, assign it.
    808   if test -n "$ac_prev"; then
    809     eval $ac_prev=\$ac_option
    810     ac_prev=
    811     continue
    812   fi
    813 
    814   case $ac_option in
    815   *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    816   *)	ac_optarg=yes ;;
    817   esac
    818 
    819   # Accept the important Cygnus configure options, so we can diagnose typos.
    820 
    821   case $ac_dashdash$ac_option in
    822   --)
    823     ac_dashdash=yes ;;
    824 
    825   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    826     ac_prev=bindir ;;
    827   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    828     bindir=$ac_optarg ;;
    829 
    830   -build | --build | --buil | --bui | --bu)
    831     ac_prev=build_alias ;;
    832   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    833     build_alias=$ac_optarg ;;
    834 
    835   -cache-file | --cache-file | --cache-fil | --cache-fi \
    836   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    837     ac_prev=cache_file ;;
    838   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
    839   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    840     cache_file=$ac_optarg ;;
    841 
    842   --config-cache | -C)
    843     cache_file=config.cache ;;
    844 
    845   -datadir | --datadir | --datadi | --datad)
    846     ac_prev=datadir ;;
    847   -datadir=* | --datadir=* | --datadi=* | --datad=*)
    848     datadir=$ac_optarg ;;
    849 
    850   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
    851   | --dataroo | --dataro | --datar)
    852     ac_prev=datarootdir ;;
    853   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
    854   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
    855     datarootdir=$ac_optarg ;;
    856 
    857   -disable-* | --disable-*)
    858     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    859     # Reject names that are not valid shell variable names.
    860     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    861       as_fn_error "invalid feature name: $ac_useropt"
    862     ac_useropt_orig=$ac_useropt
    863     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    864     case $ac_user_opts in
    865       *"
    866 "enable_$ac_useropt"
    867 "*) ;;
    868       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    869 	 ac_unrecognized_sep=', ';;
    870     esac
    871     eval enable_$ac_useropt=no ;;
    872 
    873   -docdir | --docdir | --docdi | --doc | --do)
    874     ac_prev=docdir ;;
    875   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
    876     docdir=$ac_optarg ;;
    877 
    878   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
    879     ac_prev=dvidir ;;
    880   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
    881     dvidir=$ac_optarg ;;
    882 
    883   -enable-* | --enable-*)
    884     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    885     # Reject names that are not valid shell variable names.
    886     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    887       as_fn_error "invalid feature name: $ac_useropt"
    888     ac_useropt_orig=$ac_useropt
    889     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    890     case $ac_user_opts in
    891       *"
    892 "enable_$ac_useropt"
    893 "*) ;;
    894       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    895 	 ac_unrecognized_sep=', ';;
    896     esac
    897     eval enable_$ac_useropt=\$ac_optarg ;;
    898 
    899   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
    900   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
    901   | --exec | --exe | --ex)
    902     ac_prev=exec_prefix ;;
    903   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
    904   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
    905   | --exec=* | --exe=* | --ex=*)
    906     exec_prefix=$ac_optarg ;;
    907 
    908   -gas | --gas | --ga | --g)
    909     # Obsolete; use --with-gas.
    910     with_gas=yes ;;
    911 
    912   -help | --help | --hel | --he | -h)
    913     ac_init_help=long ;;
    914   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
    915     ac_init_help=recursive ;;
    916   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
    917     ac_init_help=short ;;
    918 
    919   -host | --host | --hos | --ho)
    920     ac_prev=host_alias ;;
    921   -host=* | --host=* | --hos=* | --ho=*)
    922     host_alias=$ac_optarg ;;
    923 
    924   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
    925     ac_prev=htmldir ;;
    926   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
    927   | --ht=*)
    928     htmldir=$ac_optarg ;;
    929 
    930   -includedir | --includedir | --includedi | --included | --include \
    931   | --includ | --inclu | --incl | --inc)
    932     ac_prev=includedir ;;
    933   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
    934   | --includ=* | --inclu=* | --incl=* | --inc=*)
    935     includedir=$ac_optarg ;;
    936 
    937   -infodir | --infodir | --infodi | --infod | --info | --inf)
    938     ac_prev=infodir ;;
    939   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    940     infodir=$ac_optarg ;;
    941 
    942   -libdir | --libdir | --libdi | --libd)
    943     ac_prev=libdir ;;
    944   -libdir=* | --libdir=* | --libdi=* | --libd=*)
    945     libdir=$ac_optarg ;;
    946 
    947   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
    948   | --libexe | --libex | --libe)
    949     ac_prev=libexecdir ;;
    950   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
    951   | --libexe=* | --libex=* | --libe=*)
    952     libexecdir=$ac_optarg ;;
    953 
    954   -localedir | --localedir | --localedi | --localed | --locale)
    955     ac_prev=localedir ;;
    956   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
    957     localedir=$ac_optarg ;;
    958 
    959   -localstatedir | --localstatedir | --localstatedi | --localstated \
    960   | --localstate | --localstat | --localsta | --localst | --locals)
    961     ac_prev=localstatedir ;;
    962   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
    963   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
    964     localstatedir=$ac_optarg ;;
    965 
    966   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    967     ac_prev=mandir ;;
    968   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    969     mandir=$ac_optarg ;;
    970 
    971   -nfp | --nfp | --nf)
    972     # Obsolete; use --without-fp.
    973     with_fp=no ;;
    974 
    975   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
    976   | --no-cr | --no-c | -n)
    977     no_create=yes ;;
    978 
    979   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
    980   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    981     no_recursion=yes ;;
    982 
    983   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
    984   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
    985   | --oldin | --oldi | --old | --ol | --o)
    986     ac_prev=oldincludedir ;;
    987   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
    988   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
    989   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    990     oldincludedir=$ac_optarg ;;
    991 
    992   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    993     ac_prev=prefix ;;
    994   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    995     prefix=$ac_optarg ;;
    996 
    997   -program-prefix | --program-prefix | --program-prefi | --program-pref \
    998   | --program-pre | --program-pr | --program-p)
    999     ac_prev=program_prefix ;;
   1000   -program-prefix=* | --program-prefix=* | --program-prefi=* \
   1001   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   1002     program_prefix=$ac_optarg ;;
   1003 
   1004   -program-suffix | --program-suffix | --program-suffi | --program-suff \
   1005   | --program-suf | --program-su | --program-s)
   1006     ac_prev=program_suffix ;;
   1007   -program-suffix=* | --program-suffix=* | --program-suffi=* \
   1008   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   1009     program_suffix=$ac_optarg ;;
   1010 
   1011   -program-transform-name | --program-transform-name \
   1012   | --program-transform-nam | --program-transform-na \
   1013   | --program-transform-n | --program-transform- \
   1014   | --program-transform | --program-transfor \
   1015   | --program-transfo | --program-transf \
   1016   | --program-trans | --program-tran \
   1017   | --progr-tra | --program-tr | --program-t)
   1018     ac_prev=program_transform_name ;;
   1019   -program-transform-name=* | --program-transform-name=* \
   1020   | --program-transform-nam=* | --program-transform-na=* \
   1021   | --program-transform-n=* | --program-transform-=* \
   1022   | --program-transform=* | --program-transfor=* \
   1023   | --program-transfo=* | --program-transf=* \
   1024   | --program-trans=* | --program-tran=* \
   1025   | --progr-tra=* | --program-tr=* | --program-t=*)
   1026     program_transform_name=$ac_optarg ;;
   1027 
   1028   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
   1029     ac_prev=pdfdir ;;
   1030   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
   1031     pdfdir=$ac_optarg ;;
   1032 
   1033   -psdir | --psdir | --psdi | --psd | --ps)
   1034     ac_prev=psdir ;;
   1035   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
   1036     psdir=$ac_optarg ;;
   1037 
   1038   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1039   | -silent | --silent | --silen | --sile | --sil)
   1040     silent=yes ;;
   1041 
   1042   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   1043     ac_prev=sbindir ;;
   1044   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   1045   | --sbi=* | --sb=*)
   1046     sbindir=$ac_optarg ;;
   1047 
   1048   -sharedstatedir | --sharedstatedir | --sharedstatedi \
   1049   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   1050   | --sharedst | --shareds | --shared | --share | --shar \
   1051   | --sha | --sh)
   1052     ac_prev=sharedstatedir ;;
   1053   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   1054   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   1055   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   1056   | --sha=* | --sh=*)
   1057     sharedstatedir=$ac_optarg ;;
   1058 
   1059   -site | --site | --sit)
   1060     ac_prev=site ;;
   1061   -site=* | --site=* | --sit=*)
   1062     site=$ac_optarg ;;
   1063 
   1064   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   1065     ac_prev=srcdir ;;
   1066   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   1067     srcdir=$ac_optarg ;;
   1068 
   1069   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   1070   | --syscon | --sysco | --sysc | --sys | --sy)
   1071     ac_prev=sysconfdir ;;
   1072   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   1073   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   1074     sysconfdir=$ac_optarg ;;
   1075 
   1076   -target | --target | --targe | --targ | --tar | --ta | --t)
   1077     ac_prev=target_alias ;;
   1078   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   1079     target_alias=$ac_optarg ;;
   1080 
   1081   -v | -verbose | --verbose | --verbos | --verbo | --verb)
   1082     verbose=yes ;;
   1083 
   1084   -version | --version | --versio | --versi | --vers | -V)
   1085     ac_init_version=: ;;
   1086 
   1087   -with-* | --with-*)
   1088     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1089     # Reject names that are not valid shell variable names.
   1090     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1091       as_fn_error "invalid package name: $ac_useropt"
   1092     ac_useropt_orig=$ac_useropt
   1093     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1094     case $ac_user_opts in
   1095       *"
   1096 "with_$ac_useropt"
   1097 "*) ;;
   1098       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
   1099 	 ac_unrecognized_sep=', ';;
   1100     esac
   1101     eval with_$ac_useropt=\$ac_optarg ;;
   1102 
   1103   -without-* | --without-*)
   1104     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1105     # Reject names that are not valid shell variable names.
   1106     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1107       as_fn_error "invalid package name: $ac_useropt"
   1108     ac_useropt_orig=$ac_useropt
   1109     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1110     case $ac_user_opts in
   1111       *"
   1112 "with_$ac_useropt"
   1113 "*) ;;
   1114       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
   1115 	 ac_unrecognized_sep=', ';;
   1116     esac
   1117     eval with_$ac_useropt=no ;;
   1118 
   1119   --x)
   1120     # Obsolete; use --with-x.
   1121     with_x=yes ;;
   1122 
   1123   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1124   | --x-incl | --x-inc | --x-in | --x-i)
   1125     ac_prev=x_includes ;;
   1126   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1127   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1128     x_includes=$ac_optarg ;;
   1129 
   1130   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1131   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1132     ac_prev=x_libraries ;;
   1133   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1134   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1135     x_libraries=$ac_optarg ;;
   1136 
   1137   -*) as_fn_error "unrecognized option: \`$ac_option'
   1138 Try \`$0 --help' for more information."
   1139     ;;
   1140 
   1141   *=*)
   1142     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1143     # Reject names that are not valid shell variable names.
   1144     case $ac_envvar in #(
   1145       '' | [0-9]* | *[!_$as_cr_alnum]* )
   1146       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
   1147     esac
   1148     eval $ac_envvar=\$ac_optarg
   1149     export $ac_envvar ;;
   1150 
   1151   *)
   1152     # FIXME: should be removed in autoconf 3.0.
   1153     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1154     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1155       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1156     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   1157     ;;
   1158 
   1159   esac
   1160 done
   1161 
   1162 if test -n "$ac_prev"; then
   1163   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1164   as_fn_error "missing argument to $ac_option"
   1165 fi
   1166 
   1167 if test -n "$ac_unrecognized_opts"; then
   1168   case $enable_option_checking in
   1169     no) ;;
   1170     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
   1171     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   1172   esac
   1173 fi
   1174 
   1175 # Check all directory arguments for consistency.
   1176 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   1177 		datadir sysconfdir sharedstatedir localstatedir includedir \
   1178 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   1179 		libdir localedir mandir
   1180 do
   1181   eval ac_val=\$$ac_var
   1182   # Remove trailing slashes.
   1183   case $ac_val in
   1184     */ )
   1185       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
   1186       eval $ac_var=\$ac_val;;
   1187   esac
   1188   # Be sure to have absolute directory names.
   1189   case $ac_val in
   1190     [\\/$]* | ?:[\\/]* )  continue;;
   1191     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   1192   esac
   1193   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
   1194 done
   1195 
   1196 # There might be people who depend on the old broken behavior: `$host'
   1197 # used to hold the argument of --host etc.
   1198 # FIXME: To remove some day.
   1199 build=$build_alias
   1200 host=$host_alias
   1201 target=$target_alias
   1202 
   1203 # FIXME: To remove some day.
   1204 if test "x$host_alias" != x; then
   1205   if test "x$build_alias" = x; then
   1206     cross_compiling=maybe
   1207     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
   1208     If a cross compiler is detected then cross compile mode will be used." >&2
   1209   elif test "x$build_alias" != "x$host_alias"; then
   1210     cross_compiling=yes
   1211   fi
   1212 fi
   1213 
   1214 ac_tool_prefix=
   1215 test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1216 
   1217 test "$silent" = yes && exec 6>/dev/null
   1218 
   1219 
   1220 ac_pwd=`pwd` && test -n "$ac_pwd" &&
   1221 ac_ls_di=`ls -di .` &&
   1222 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   1223   as_fn_error "working directory cannot be determined"
   1224 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   1225   as_fn_error "pwd does not report name of working directory"
   1226 
   1227 
   1228 # Find the source files, if location was not specified.
   1229 if test -z "$srcdir"; then
   1230   ac_srcdir_defaulted=yes
   1231   # Try the directory containing this script, then the parent directory.
   1232   ac_confdir=`$as_dirname -- "$as_myself" ||
   1233 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1234 	 X"$as_myself" : 'X\(//\)[^/]' \| \
   1235 	 X"$as_myself" : 'X\(//\)$' \| \
   1236 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
   1237 $as_echo X"$as_myself" |
   1238     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1239 	    s//\1/
   1240 	    q
   1241 	  }
   1242 	  /^X\(\/\/\)[^/].*/{
   1243 	    s//\1/
   1244 	    q
   1245 	  }
   1246 	  /^X\(\/\/\)$/{
   1247 	    s//\1/
   1248 	    q
   1249 	  }
   1250 	  /^X\(\/\).*/{
   1251 	    s//\1/
   1252 	    q
   1253 	  }
   1254 	  s/.*/./; q'`
   1255   srcdir=$ac_confdir
   1256   if test ! -r "$srcdir/$ac_unique_file"; then
   1257     srcdir=..
   1258   fi
   1259 else
   1260   ac_srcdir_defaulted=no
   1261 fi
   1262 if test ! -r "$srcdir/$ac_unique_file"; then
   1263   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   1264   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
   1265 fi
   1266 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   1267 ac_abs_confdir=`(
   1268 	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
   1269 	pwd)`
   1270 # When building in place, set srcdir=.
   1271 if test "$ac_abs_confdir" = "$ac_pwd"; then
   1272   srcdir=.
   1273 fi
   1274 # Remove unnecessary trailing slashes from srcdir.
   1275 # Double slashes in file names in object file debugging info
   1276 # mess up M-x gdb in Emacs.
   1277 case $srcdir in
   1278 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   1279 esac
   1280 for ac_var in $ac_precious_vars; do
   1281   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   1282   eval ac_env_${ac_var}_value=\$${ac_var}
   1283   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   1284   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   1285 done
   1286 
   1287 #
   1288 # Report the --help message.
   1289 #
   1290 if test "$ac_init_help" = "long"; then
   1291   # Omit some internal or obsolete options to make the list less imposing.
   1292   # This message is too long to be a string in the A/UX 3.1 sh.
   1293   cat <<_ACEOF
   1294 \`configure' configures libssp 1.0 to adapt to many kinds of systems.
   1295 
   1296 Usage: $0 [OPTION]... [VAR=VALUE]...
   1297 
   1298 To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1299 VAR=VALUE.  See below for descriptions of some of the useful variables.
   1300 
   1301 Defaults for the options are specified in brackets.
   1302 
   1303 Configuration:
   1304   -h, --help              display this help and exit
   1305       --help=short        display options specific to this package
   1306       --help=recursive    display the short help of all the included packages
   1307   -V, --version           display version information and exit
   1308   -q, --quiet, --silent   do not print \`checking...' messages
   1309       --cache-file=FILE   cache test results in FILE [disabled]
   1310   -C, --config-cache      alias for \`--cache-file=config.cache'
   1311   -n, --no-create         do not create output files
   1312       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1313 
   1314 Installation directories:
   1315   --prefix=PREFIX         install architecture-independent files in PREFIX
   1316                           [$ac_default_prefix]
   1317   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1318                           [PREFIX]
   1319 
   1320 By default, \`make install' will install all the files in
   1321 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1322 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1323 for instance \`--prefix=\$HOME'.
   1324 
   1325 For better control, use the options below.
   1326 
   1327 Fine tuning of the installation directories:
   1328   --bindir=DIR            user executables [EPREFIX/bin]
   1329   --sbindir=DIR           system admin executables [EPREFIX/sbin]
   1330   --libexecdir=DIR        program executables [EPREFIX/libexec]
   1331   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   1332   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   1333   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
   1334   --libdir=DIR            object code libraries [EPREFIX/lib]
   1335   --includedir=DIR        C header files [PREFIX/include]
   1336   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
   1337   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
   1338   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
   1339   --infodir=DIR           info documentation [DATAROOTDIR/info]
   1340   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   1341   --mandir=DIR            man documentation [DATAROOTDIR/man]
   1342   --docdir=DIR            documentation root [DATAROOTDIR/doc/libssp]
   1343   --htmldir=DIR           html documentation [DOCDIR]
   1344   --dvidir=DIR            dvi documentation [DOCDIR]
   1345   --pdfdir=DIR            pdf documentation [DOCDIR]
   1346   --psdir=DIR             ps documentation [DOCDIR]
   1347 _ACEOF
   1348 
   1349   cat <<\_ACEOF
   1350 
   1351 Program names:
   1352   --program-prefix=PREFIX            prepend PREFIX to installed program names
   1353   --program-suffix=SUFFIX            append SUFFIX to installed program names
   1354   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
   1355 
   1356 System types:
   1357   --build=BUILD     configure for building on BUILD [guessed]
   1358   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
   1359   --target=TARGET   configure for building compilers for TARGET [HOST]
   1360 _ACEOF
   1361 fi
   1362 
   1363 if test -n "$ac_init_help"; then
   1364   case $ac_init_help in
   1365      short | recursive ) echo "Configuration of libssp 1.0:";;
   1366    esac
   1367   cat <<\_ACEOF
   1368 
   1369 Optional Features:
   1370   --disable-option-checking  ignore unrecognized --enable/--with options
   1371   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1372   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1373   --enable-version-specific-runtime-libs    Specify that runtime libraries should be installed in a compiler-specific directory
   1374   --enable-maintainer-mode  enable make rules and dependencies not useful
   1375 			  (and sometimes confusing) to the casual installer
   1376   --enable-multilib       build many library versions (default)
   1377   --disable-dependency-tracking  speeds up one-time build
   1378   --enable-dependency-tracking   do not reject slow dependency extractors
   1379   --disable-symvers       disable symbol versioning for libssp
   1380   --enable-shared[=PKGS]  build shared libraries [default=yes]
   1381   --enable-static[=PKGS]  build static libraries [default=yes]
   1382   --enable-fast-install[=PKGS]
   1383                           optimize for fast installation [default=yes]
   1384   --disable-libtool-lock  avoid locking (might break parallel builds)
   1385 
   1386 Optional Packages:
   1387   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1388   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1389   --with-pic              try to use only PIC/non-PIC objects [default=use
   1390                           both]
   1391   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   1392   --with-gcc-major-version-only
   1393                           use only GCC major number in filesystem paths
   1394 
   1395 Some influential environment variables:
   1396   CC          C compiler command
   1397   CFLAGS      C compiler flags
   1398   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1399               nonstandard directory <lib dir>
   1400   LIBS        libraries to pass to the linker, e.g. -l<library>
   1401   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
   1402               you have headers in a nonstandard directory <include dir>
   1403   CPP         C preprocessor
   1404 
   1405 Use these variables to override the choices made by `configure' or to help
   1406 it to find libraries and programs with nonstandard names/locations.
   1407 
   1408 Report bugs to the package provider.
   1409 _ACEOF
   1410 ac_status=$?
   1411 fi
   1412 
   1413 if test "$ac_init_help" = "recursive"; then
   1414   # If there are subdirs, report their specific --help.
   1415   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1416     test -d "$ac_dir" ||
   1417       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
   1418       continue
   1419     ac_builddir=.
   1420 
   1421 case "$ac_dir" in
   1422 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1423 *)
   1424   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   1425   # A ".." for each directory in $ac_dir_suffix.
   1426   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   1427   case $ac_top_builddir_sub in
   1428   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1429   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   1430   esac ;;
   1431 esac
   1432 ac_abs_top_builddir=$ac_pwd
   1433 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   1434 # for backward compatibility:
   1435 ac_top_builddir=$ac_top_build_prefix
   1436 
   1437 case $srcdir in
   1438   .)  # We are building in place.
   1439     ac_srcdir=.
   1440     ac_top_srcdir=$ac_top_builddir_sub
   1441     ac_abs_top_srcdir=$ac_pwd ;;
   1442   [\\/]* | ?:[\\/]* )  # Absolute name.
   1443     ac_srcdir=$srcdir$ac_dir_suffix;
   1444     ac_top_srcdir=$srcdir
   1445     ac_abs_top_srcdir=$srcdir ;;
   1446   *) # Relative name.
   1447     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   1448     ac_top_srcdir=$ac_top_build_prefix$srcdir
   1449     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   1450 esac
   1451 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   1452 
   1453     cd "$ac_dir" || { ac_status=$?; continue; }
   1454     # Check for guested configure.
   1455     if test -f "$ac_srcdir/configure.gnu"; then
   1456       echo &&
   1457       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   1458     elif test -f "$ac_srcdir/configure"; then
   1459       echo &&
   1460       $SHELL "$ac_srcdir/configure" --help=recursive
   1461     else
   1462       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1463     fi || ac_status=$?
   1464     cd "$ac_pwd" || { ac_status=$?; break; }
   1465   done
   1466 fi
   1467 
   1468 test -n "$ac_init_help" && exit $ac_status
   1469 if $ac_init_version; then
   1470   cat <<\_ACEOF
   1471 libssp configure 1.0
   1472 generated by GNU Autoconf 2.64
   1473 
   1474 Copyright (C) 2009 Free Software Foundation, Inc.
   1475 This configure script is free software; the Free Software Foundation
   1476 gives unlimited permission to copy, distribute and modify it.
   1477 _ACEOF
   1478   exit
   1479 fi
   1480 
   1481 ## ------------------------ ##
   1482 ## Autoconf initialization. ##
   1483 ## ------------------------ ##
   1484 
   1485 # ac_fn_c_try_compile LINENO
   1486 # --------------------------
   1487 # Try to compile conftest.$ac_ext, and return whether this succeeded.
   1488 ac_fn_c_try_compile ()
   1489 {
   1490   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1491   rm -f conftest.$ac_objext
   1492   if { { ac_try="$ac_compile"
   1493 case "(($ac_try" in
   1494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1495   *) ac_try_echo=$ac_try;;
   1496 esac
   1497 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1498 $as_echo "$ac_try_echo"; } >&5
   1499   (eval "$ac_compile") 2>conftest.err
   1500   ac_status=$?
   1501   if test -s conftest.err; then
   1502     grep -v '^ *+' conftest.err >conftest.er1
   1503     cat conftest.er1 >&5
   1504     mv -f conftest.er1 conftest.err
   1505   fi
   1506   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1507   test $ac_status = 0; } && {
   1508 	 test -z "$ac_c_werror_flag" ||
   1509 	 test ! -s conftest.err
   1510        } && test -s conftest.$ac_objext; then :
   1511   ac_retval=0
   1512 else
   1513   $as_echo "$as_me: failed program was:" >&5
   1514 sed 's/^/| /' conftest.$ac_ext >&5
   1515 
   1516 	ac_retval=1
   1517 fi
   1518   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1519   return $ac_retval
   1520 
   1521 } # ac_fn_c_try_compile
   1522 
   1523 # ac_fn_c_try_cpp LINENO
   1524 # ----------------------
   1525 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
   1526 ac_fn_c_try_cpp ()
   1527 {
   1528   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1529   if { { ac_try="$ac_cpp conftest.$ac_ext"
   1530 case "(($ac_try" in
   1531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1532   *) ac_try_echo=$ac_try;;
   1533 esac
   1534 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1535 $as_echo "$ac_try_echo"; } >&5
   1536   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
   1537   ac_status=$?
   1538   if test -s conftest.err; then
   1539     grep -v '^ *+' conftest.err >conftest.er1
   1540     cat conftest.er1 >&5
   1541     mv -f conftest.er1 conftest.err
   1542   fi
   1543   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1544   test $ac_status = 0; } >/dev/null && {
   1545 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1546 	 test ! -s conftest.err
   1547        }; then :
   1548   ac_retval=0
   1549 else
   1550   $as_echo "$as_me: failed program was:" >&5
   1551 sed 's/^/| /' conftest.$ac_ext >&5
   1552 
   1553     ac_retval=1
   1554 fi
   1555   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1556   return $ac_retval
   1557 
   1558 } # ac_fn_c_try_cpp
   1559 
   1560 # ac_fn_c_try_link LINENO
   1561 # -----------------------
   1562 # Try to link conftest.$ac_ext, and return whether this succeeded.
   1563 ac_fn_c_try_link ()
   1564 {
   1565   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1566   rm -f conftest.$ac_objext conftest$ac_exeext
   1567   if { { ac_try="$ac_link"
   1568 case "(($ac_try" in
   1569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1570   *) ac_try_echo=$ac_try;;
   1571 esac
   1572 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1573 $as_echo "$ac_try_echo"; } >&5
   1574   (eval "$ac_link") 2>conftest.err
   1575   ac_status=$?
   1576   if test -s conftest.err; then
   1577     grep -v '^ *+' conftest.err >conftest.er1
   1578     cat conftest.er1 >&5
   1579     mv -f conftest.er1 conftest.err
   1580   fi
   1581   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1582   test $ac_status = 0; } && {
   1583 	 test -z "$ac_c_werror_flag" ||
   1584 	 test ! -s conftest.err
   1585        } && test -s conftest$ac_exeext && {
   1586 	 test "$cross_compiling" = yes ||
   1587 	 $as_test_x conftest$ac_exeext
   1588        }; then :
   1589   ac_retval=0
   1590 else
   1591   $as_echo "$as_me: failed program was:" >&5
   1592 sed 's/^/| /' conftest.$ac_ext >&5
   1593 
   1594 	ac_retval=1
   1595 fi
   1596   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
   1597   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
   1598   # interfere with the next link command; also delete a directory that is
   1599   # left behind by Apple's compiler.  We do this before executing the actions.
   1600   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1601   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1602   return $ac_retval
   1603 
   1604 } # ac_fn_c_try_link
   1605 
   1606 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
   1607 # -------------------------------------------------------
   1608 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
   1609 # the include files in INCLUDES and setting the cache variable VAR
   1610 # accordingly.
   1611 ac_fn_c_check_header_mongrel ()
   1612 {
   1613   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1614   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
   1615   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1616 $as_echo_n "checking for $2... " >&6; }
   1617 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
   1618   $as_echo_n "(cached) " >&6
   1619 fi
   1620 eval ac_res=\$$3
   1621 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1622 $as_echo "$ac_res" >&6; }
   1623 else
   1624   # Is the header compilable?
   1625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
   1626 $as_echo_n "checking $2 usability... " >&6; }
   1627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1628 /* end confdefs.h.  */
   1629 $4
   1630 #include <$2>
   1631 _ACEOF
   1632 if ac_fn_c_try_compile "$LINENO"; then :
   1633   ac_header_compiler=yes
   1634 else
   1635   ac_header_compiler=no
   1636 fi
   1637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
   1639 $as_echo "$ac_header_compiler" >&6; }
   1640 
   1641 # Is the header present?
   1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
   1643 $as_echo_n "checking $2 presence... " >&6; }
   1644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1645 /* end confdefs.h.  */
   1646 #include <$2>
   1647 _ACEOF
   1648 if ac_fn_c_try_cpp "$LINENO"; then :
   1649   ac_header_preproc=yes
   1650 else
   1651   ac_header_preproc=no
   1652 fi
   1653 rm -f conftest.err conftest.$ac_ext
   1654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
   1655 $as_echo "$ac_header_preproc" >&6; }
   1656 
   1657 # So?  What about this header?
   1658 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
   1659   yes:no: )
   1660     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
   1661 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
   1662     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1663 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1664     ;;
   1665   no:yes:* )
   1666     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
   1667 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
   1668     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
   1669 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
   1670     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
   1671 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
   1672     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
   1673 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
   1674     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1675 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1676     ;;
   1677 esac
   1678   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1679 $as_echo_n "checking for $2... " >&6; }
   1680 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
   1681   $as_echo_n "(cached) " >&6
   1682 else
   1683   eval "$3=\$ac_header_compiler"
   1684 fi
   1685 eval ac_res=\$$3
   1686 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1687 $as_echo "$ac_res" >&6; }
   1688 fi
   1689   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1690 
   1691 } # ac_fn_c_check_header_mongrel
   1692 
   1693 # ac_fn_c_try_run LINENO
   1694 # ----------------------
   1695 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
   1696 # that executables *can* be run.
   1697 ac_fn_c_try_run ()
   1698 {
   1699   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1700   if { { ac_try="$ac_link"
   1701 case "(($ac_try" in
   1702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1703   *) ac_try_echo=$ac_try;;
   1704 esac
   1705 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1706 $as_echo "$ac_try_echo"; } >&5
   1707   (eval "$ac_link") 2>&5
   1708   ac_status=$?
   1709   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1710   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
   1711   { { case "(($ac_try" in
   1712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1713   *) ac_try_echo=$ac_try;;
   1714 esac
   1715 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1716 $as_echo "$ac_try_echo"; } >&5
   1717   (eval "$ac_try") 2>&5
   1718   ac_status=$?
   1719   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1720   test $ac_status = 0; }; }; then :
   1721   ac_retval=0
   1722 else
   1723   $as_echo "$as_me: program exited with status $ac_status" >&5
   1724        $as_echo "$as_me: failed program was:" >&5
   1725 sed 's/^/| /' conftest.$ac_ext >&5
   1726 
   1727        ac_retval=$ac_status
   1728 fi
   1729   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1730   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1731   return $ac_retval
   1732 
   1733 } # ac_fn_c_try_run
   1734 
   1735 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
   1736 # -------------------------------------------------------
   1737 # Tests whether HEADER exists and can be compiled using the include files in
   1738 # INCLUDES, setting the cache variable VAR accordingly.
   1739 ac_fn_c_check_header_compile ()
   1740 {
   1741   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1742   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1743 $as_echo_n "checking for $2... " >&6; }
   1744 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
   1745   $as_echo_n "(cached) " >&6
   1746 else
   1747   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1748 /* end confdefs.h.  */
   1749 $4
   1750 #include <$2>
   1751 _ACEOF
   1752 if ac_fn_c_try_compile "$LINENO"; then :
   1753   eval "$3=yes"
   1754 else
   1755   eval "$3=no"
   1756 fi
   1757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1758 fi
   1759 eval ac_res=\$$3
   1760 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1761 $as_echo "$ac_res" >&6; }
   1762   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1763 
   1764 } # ac_fn_c_check_header_compile
   1765 
   1766 # ac_fn_c_check_func LINENO FUNC VAR
   1767 # ----------------------------------
   1768 # Tests whether FUNC exists, setting the cache variable VAR accordingly
   1769 ac_fn_c_check_func ()
   1770 {
   1771   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1772   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1773 $as_echo_n "checking for $2... " >&6; }
   1774 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
   1775   $as_echo_n "(cached) " >&6
   1776 else
   1777   if test x$gcc_no_link = xyes; then
   1778   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   1779 fi
   1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1781 /* end confdefs.h.  */
   1782 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
   1783    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   1784 #define $2 innocuous_$2
   1785 
   1786 /* System header to define __stub macros and hopefully few prototypes,
   1787     which can conflict with char $2 (); below.
   1788     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   1789     <limits.h> exists even on freestanding compilers.  */
   1790 
   1791 #ifdef __STDC__
   1792 # include <limits.h>
   1793 #else
   1794 # include <assert.h>
   1795 #endif
   1796 
   1797 #undef $2
   1798 
   1799 /* Override any GCC internal prototype to avoid an error.
   1800    Use char because int might match the return type of a GCC
   1801    builtin and then its argument prototype would still apply.  */
   1802 #ifdef __cplusplus
   1803 extern "C"
   1804 #endif
   1805 char $2 ();
   1806 /* The GNU C library defines this for functions which it implements
   1807     to always fail with ENOSYS.  Some functions are actually named
   1808     something starting with __ and the normal name is an alias.  */
   1809 #if defined __stub_$2 || defined __stub___$2
   1810 choke me
   1811 #endif
   1812 
   1813 int
   1814 main ()
   1815 {
   1816 return $2 ();
   1817   ;
   1818   return 0;
   1819 }
   1820 _ACEOF
   1821 if ac_fn_c_try_link "$LINENO"; then :
   1822   eval "$3=yes"
   1823 else
   1824   eval "$3=no"
   1825 fi
   1826 rm -f core conftest.err conftest.$ac_objext \
   1827     conftest$ac_exeext conftest.$ac_ext
   1828 fi
   1829 eval ac_res=\$$3
   1830 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1831 $as_echo "$ac_res" >&6; }
   1832   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1833 
   1834 } # ac_fn_c_check_func
   1835 cat >config.log <<_ACEOF
   1836 This file contains any messages produced by compilers while
   1837 running configure, to aid debugging if configure makes a mistake.
   1838 
   1839 It was created by libssp $as_me 1.0, which was
   1840 generated by GNU Autoconf 2.64.  Invocation command line was
   1841 
   1842   $ $0 $@
   1843 
   1844 _ACEOF
   1845 exec 5>>config.log
   1846 {
   1847 cat <<_ASUNAME
   1848 ## --------- ##
   1849 ## Platform. ##
   1850 ## --------- ##
   1851 
   1852 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   1853 uname -m = `(uname -m) 2>/dev/null || echo unknown`
   1854 uname -r = `(uname -r) 2>/dev/null || echo unknown`
   1855 uname -s = `(uname -s) 2>/dev/null || echo unknown`
   1856 uname -v = `(uname -v) 2>/dev/null || echo unknown`
   1857 
   1858 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   1859 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   1860 
   1861 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   1862 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   1863 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   1864 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   1865 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   1866 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   1867 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   1868 
   1869 _ASUNAME
   1870 
   1871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   1872 for as_dir in $PATH
   1873 do
   1874   IFS=$as_save_IFS
   1875   test -z "$as_dir" && as_dir=.
   1876     $as_echo "PATH: $as_dir"
   1877   done
   1878 IFS=$as_save_IFS
   1879 
   1880 } >&5
   1881 
   1882 cat >&5 <<_ACEOF
   1883 
   1884 
   1885 ## ----------- ##
   1886 ## Core tests. ##
   1887 ## ----------- ##
   1888 
   1889 _ACEOF
   1890 
   1891 
   1892 # Keep a trace of the command line.
   1893 # Strip out --no-create and --no-recursion so they do not pile up.
   1894 # Strip out --silent because we don't want to record it for future runs.
   1895 # Also quote any args containing shell meta-characters.
   1896 # Make two passes to allow for proper duplicate-argument suppression.
   1897 ac_configure_args=
   1898 ac_configure_args0=
   1899 ac_configure_args1=
   1900 ac_must_keep_next=false
   1901 for ac_pass in 1 2
   1902 do
   1903   for ac_arg
   1904   do
   1905     case $ac_arg in
   1906     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   1907     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1908     | -silent | --silent | --silen | --sile | --sil)
   1909       continue ;;
   1910     *\'*)
   1911       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   1912     esac
   1913     case $ac_pass in
   1914     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
   1915     2)
   1916       as_fn_append ac_configure_args1 " '$ac_arg'"
   1917       if test $ac_must_keep_next = true; then
   1918 	ac_must_keep_next=false # Got value, back to normal.
   1919       else
   1920 	case $ac_arg in
   1921 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   1922 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   1923 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   1924 	  | -with-* | --with-* | -without-* | --without-* | --x)
   1925 	    case "$ac_configure_args0 " in
   1926 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   1927 	    esac
   1928 	    ;;
   1929 	  -* ) ac_must_keep_next=true ;;
   1930 	esac
   1931       fi
   1932       as_fn_append ac_configure_args " '$ac_arg'"
   1933       ;;
   1934     esac
   1935   done
   1936 done
   1937 { ac_configure_args0=; unset ac_configure_args0;}
   1938 { ac_configure_args1=; unset ac_configure_args1;}
   1939 
   1940 # When interrupted or exit'd, cleanup temporary files, and complete
   1941 # config.log.  We remove comments because anyway the quotes in there
   1942 # would cause problems or look ugly.
   1943 # WARNING: Use '\'' to represent an apostrophe within the trap.
   1944 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   1945 trap 'exit_status=$?
   1946   # Save into config.log some information that might help in debugging.
   1947   {
   1948     echo
   1949 
   1950     cat <<\_ASBOX
   1951 ## ---------------- ##
   1952 ## Cache variables. ##
   1953 ## ---------------- ##
   1954 _ASBOX
   1955     echo
   1956     # The following way of writing the cache mishandles newlines in values,
   1957 (
   1958   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   1959     eval ac_val=\$$ac_var
   1960     case $ac_val in #(
   1961     *${as_nl}*)
   1962       case $ac_var in #(
   1963       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   1964 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   1965       esac
   1966       case $ac_var in #(
   1967       _ | IFS | as_nl) ;; #(
   1968       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   1969       *) { eval $ac_var=; unset $ac_var;} ;;
   1970       esac ;;
   1971     esac
   1972   done
   1973   (set) 2>&1 |
   1974     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   1975     *${as_nl}ac_space=\ *)
   1976       sed -n \
   1977 	"s/'\''/'\''\\\\'\'''\''/g;
   1978 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   1979       ;; #(
   1980     *)
   1981       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   1982       ;;
   1983     esac |
   1984     sort
   1985 )
   1986     echo
   1987 
   1988     cat <<\_ASBOX
   1989 ## ----------------- ##
   1990 ## Output variables. ##
   1991 ## ----------------- ##
   1992 _ASBOX
   1993     echo
   1994     for ac_var in $ac_subst_vars
   1995     do
   1996       eval ac_val=\$$ac_var
   1997       case $ac_val in
   1998       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   1999       esac
   2000       $as_echo "$ac_var='\''$ac_val'\''"
   2001     done | sort
   2002     echo
   2003 
   2004     if test -n "$ac_subst_files"; then
   2005       cat <<\_ASBOX
   2006 ## ------------------- ##
   2007 ## File substitutions. ##
   2008 ## ------------------- ##
   2009 _ASBOX
   2010       echo
   2011       for ac_var in $ac_subst_files
   2012       do
   2013 	eval ac_val=\$$ac_var
   2014 	case $ac_val in
   2015 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2016 	esac
   2017 	$as_echo "$ac_var='\''$ac_val'\''"
   2018       done | sort
   2019       echo
   2020     fi
   2021 
   2022     if test -s confdefs.h; then
   2023       cat <<\_ASBOX
   2024 ## ----------- ##
   2025 ## confdefs.h. ##
   2026 ## ----------- ##
   2027 _ASBOX
   2028       echo
   2029       cat confdefs.h
   2030       echo
   2031     fi
   2032     test "$ac_signal" != 0 &&
   2033       $as_echo "$as_me: caught signal $ac_signal"
   2034     $as_echo "$as_me: exit $exit_status"
   2035   } >&5
   2036   rm -f core *.core core.conftest.* &&
   2037     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   2038     exit $exit_status
   2039 ' 0
   2040 for ac_signal in 1 2 13 15; do
   2041   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
   2042 done
   2043 ac_signal=0
   2044 
   2045 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   2046 rm -f -r conftest* confdefs.h
   2047 
   2048 $as_echo "/* confdefs.h */" > confdefs.h
   2049 
   2050 # Predefined preprocessor variables.
   2051 
   2052 cat >>confdefs.h <<_ACEOF
   2053 #define PACKAGE_NAME "$PACKAGE_NAME"
   2054 _ACEOF
   2055 
   2056 cat >>confdefs.h <<_ACEOF
   2057 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   2058 _ACEOF
   2059 
   2060 cat >>confdefs.h <<_ACEOF
   2061 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   2062 _ACEOF
   2063 
   2064 cat >>confdefs.h <<_ACEOF
   2065 #define PACKAGE_STRING "$PACKAGE_STRING"
   2066 _ACEOF
   2067 
   2068 cat >>confdefs.h <<_ACEOF
   2069 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   2070 _ACEOF
   2071 
   2072 cat >>confdefs.h <<_ACEOF
   2073 #define PACKAGE_URL "$PACKAGE_URL"
   2074 _ACEOF
   2075 
   2076 
   2077 # Let the site file select an alternate cache file if it wants to.
   2078 # Prefer an explicitly selected file to automatically selected ones.
   2079 ac_site_file1=NONE
   2080 ac_site_file2=NONE
   2081 if test -n "$CONFIG_SITE"; then
   2082   ac_site_file1=$CONFIG_SITE
   2083 elif test "x$prefix" != xNONE; then
   2084   ac_site_file1=$prefix/share/config.site
   2085   ac_site_file2=$prefix/etc/config.site
   2086 else
   2087   ac_site_file1=$ac_default_prefix/share/config.site
   2088   ac_site_file2=$ac_default_prefix/etc/config.site
   2089 fi
   2090 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
   2091 do
   2092   test "x$ac_site_file" = xNONE && continue
   2093   if test -r "$ac_site_file"; then
   2094     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   2095 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   2096     sed 's/^/| /' "$ac_site_file" >&5
   2097     . "$ac_site_file"
   2098   fi
   2099 done
   2100 
   2101 if test -r "$cache_file"; then
   2102   # Some versions of bash will fail to source /dev/null (special
   2103   # files actually), so we avoid doing that.
   2104   if test -f "$cache_file"; then
   2105     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
   2106 $as_echo "$as_me: loading cache $cache_file" >&6;}
   2107     case $cache_file in
   2108       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   2109       *)                      . "./$cache_file";;
   2110     esac
   2111   fi
   2112 else
   2113   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
   2114 $as_echo "$as_me: creating cache $cache_file" >&6;}
   2115   >$cache_file
   2116 fi
   2117 
   2118 # Check that the precious variables saved in the cache have kept the same
   2119 # value.
   2120 ac_cache_corrupted=false
   2121 for ac_var in $ac_precious_vars; do
   2122   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   2123   eval ac_new_set=\$ac_env_${ac_var}_set
   2124   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   2125   eval ac_new_val=\$ac_env_${ac_var}_value
   2126   case $ac_old_set,$ac_new_set in
   2127     set,)
   2128       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   2129 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   2130       ac_cache_corrupted=: ;;
   2131     ,set)
   2132       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
   2133 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   2134       ac_cache_corrupted=: ;;
   2135     ,);;
   2136     *)
   2137       if test "x$ac_old_val" != "x$ac_new_val"; then
   2138 	# differences in whitespace do not lead to failure.
   2139 	ac_old_val_w=`echo x $ac_old_val`
   2140 	ac_new_val_w=`echo x $ac_new_val`
   2141 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
   2142 	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
   2143 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   2144 	  ac_cache_corrupted=:
   2145 	else
   2146 	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
   2147 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
   2148 	  eval $ac_var=\$ac_old_val
   2149 	fi
   2150 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
   2151 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
   2152 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
   2153 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
   2154       fi;;
   2155   esac
   2156   # Pass precious variables to config.status.
   2157   if test "$ac_new_set" = set; then
   2158     case $ac_new_val in
   2159     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   2160     *) ac_arg=$ac_var=$ac_new_val ;;
   2161     esac
   2162     case " $ac_configure_args " in
   2163       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   2164       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
   2165     esac
   2166   fi
   2167 done
   2168 if $ac_cache_corrupted; then
   2169   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2171   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   2172 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   2173   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   2174 fi
   2175 ## -------------------- ##
   2176 ## Main body of script. ##
   2177 ## -------------------- ##
   2178 
   2179 ac_ext=c
   2180 ac_cpp='$CPP $CPPFLAGS'
   2181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2184 
   2185 
   2186 
   2187 
   2188 
   2189 
   2190 ac_aux_dir=
   2191 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   2192   for ac_t in install-sh install.sh shtool; do
   2193     if test -f "$ac_dir/$ac_t"; then
   2194       ac_aux_dir=$ac_dir
   2195       ac_install_sh="$ac_aux_dir/$ac_t -c"
   2196       break 2
   2197     fi
   2198   done
   2199 done
   2200 if test -z "$ac_aux_dir"; then
   2201   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
   2202 fi
   2203 
   2204 # These three variables are undocumented and unsupported,
   2205 # and are intended to be withdrawn in a future Autoconf release.
   2206 # They can cause serious problems if a builder's source tree is in a directory
   2207 # whose full name contains unusual characters.
   2208 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
   2209 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
   2210 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
   2211 
   2212 
   2213 # Make sure we can run config.sub.
   2214 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   2215   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   2216 
   2217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   2218 $as_echo_n "checking build system type... " >&6; }
   2219 if test "${ac_cv_build+set}" = set; then :
   2220   $as_echo_n "(cached) " >&6
   2221 else
   2222   ac_build_alias=$build_alias
   2223 test "x$ac_build_alias" = x &&
   2224   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   2225 test "x$ac_build_alias" = x &&
   2226   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
   2227 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   2228   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   2229 
   2230 fi
   2231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   2232 $as_echo "$ac_cv_build" >&6; }
   2233 case $ac_cv_build in
   2234 *-*-*) ;;
   2235 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   2236 esac
   2237 build=$ac_cv_build
   2238 ac_save_IFS=$IFS; IFS='-'
   2239 set x $ac_cv_build
   2240 shift
   2241 build_cpu=$1
   2242 build_vendor=$2
   2243 shift; shift
   2244 # Remember, the first character of IFS is used to create $*,
   2245 # except with old shells:
   2246 build_os=$*
   2247 IFS=$ac_save_IFS
   2248 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
   2249 
   2250 
   2251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   2252 $as_echo_n "checking host system type... " >&6; }
   2253 if test "${ac_cv_host+set}" = set; then :
   2254   $as_echo_n "(cached) " >&6
   2255 else
   2256   if test "x$host_alias" = x; then
   2257   ac_cv_host=$ac_cv_build
   2258 else
   2259   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   2260     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   2261 fi
   2262 
   2263 fi
   2264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
   2265 $as_echo "$ac_cv_host" >&6; }
   2266 case $ac_cv_host in
   2267 *-*-*) ;;
   2268 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
   2269 esac
   2270 host=$ac_cv_host
   2271 ac_save_IFS=$IFS; IFS='-'
   2272 set x $ac_cv_host
   2273 shift
   2274 host_cpu=$1
   2275 host_vendor=$2
   2276 shift; shift
   2277 # Remember, the first character of IFS is used to create $*,
   2278 # except with old shells:
   2279 host_os=$*
   2280 IFS=$ac_save_IFS
   2281 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
   2282 
   2283 
   2284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
   2285 $as_echo_n "checking target system type... " >&6; }
   2286 if test "${ac_cv_target+set}" = set; then :
   2287   $as_echo_n "(cached) " >&6
   2288 else
   2289   if test "x$target_alias" = x; then
   2290   ac_cv_target=$ac_cv_host
   2291 else
   2292   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
   2293     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
   2294 fi
   2295 
   2296 fi
   2297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
   2298 $as_echo "$ac_cv_target" >&6; }
   2299 case $ac_cv_target in
   2300 *-*-*) ;;
   2301 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
   2302 esac
   2303 target=$ac_cv_target
   2304 ac_save_IFS=$IFS; IFS='-'
   2305 set x $ac_cv_target
   2306 shift
   2307 target_cpu=$1
   2308 target_vendor=$2
   2309 shift; shift
   2310 # Remember, the first character of IFS is used to create $*,
   2311 # except with old shells:
   2312 target_os=$*
   2313 IFS=$ac_save_IFS
   2314 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
   2315 
   2316 
   2317 # The aliases save the names the user supplied, while $host etc.
   2318 # will get canonicalized.
   2319 test -n "$target_alias" &&
   2320   test "$program_prefix$program_suffix$program_transform_name" = \
   2321     NONENONEs,x,x, &&
   2322   program_prefix=${target_alias}-
   2323 
   2324  case ${build_alias} in
   2325   "") build_noncanonical=${build} ;;
   2326   *) build_noncanonical=${build_alias} ;;
   2327 esac
   2328 
   2329  case ${host_alias} in
   2330   "") host_noncanonical=${build_noncanonical} ;;
   2331   *) host_noncanonical=${host_alias} ;;
   2332 esac
   2333 
   2334  case ${target_alias} in
   2335   "") target_noncanonical=${host_noncanonical} ;;
   2336   *) target_noncanonical=${target_alias} ;;
   2337 esac
   2338 
   2339 
   2340 
   2341 
   2342 am__api_version='1.11'
   2343 
   2344 # Find a good install program.  We prefer a C program (faster),
   2345 # so one script is as good as another.  But avoid the broken or
   2346 # incompatible versions:
   2347 # SysV /etc/install, /usr/sbin/install
   2348 # SunOS /usr/etc/install
   2349 # IRIX /sbin/install
   2350 # AIX /bin/install
   2351 # AmigaOS /C/install, which installs bootblocks on floppy discs
   2352 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   2353 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   2354 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   2355 # OS/2's system install, which has a completely different semantic
   2356 # ./install, which can be erroneously created by make from ./install.sh.
   2357 # Reject install programs that cannot install multiple files.
   2358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   2359 $as_echo_n "checking for a BSD-compatible install... " >&6; }
   2360 if test -z "$INSTALL"; then
   2361 if test "${ac_cv_path_install+set}" = set; then :
   2362   $as_echo_n "(cached) " >&6
   2363 else
   2364   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2365 for as_dir in $PATH
   2366 do
   2367   IFS=$as_save_IFS
   2368   test -z "$as_dir" && as_dir=.
   2369     # Account for people who put trailing slashes in PATH elements.
   2370 case $as_dir/ in #((
   2371   ./ | .// | /[cC]/* | \
   2372   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   2373   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
   2374   /usr/ucb/* ) ;;
   2375   *)
   2376     # OSF1 and SCO ODT 3.0 have their own names for install.
   2377     # Don't use installbsd from OSF since it installs stuff as root
   2378     # by default.
   2379     for ac_prog in ginstall scoinst install; do
   2380       for ac_exec_ext in '' $ac_executable_extensions; do
   2381 	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
   2382 	  if test $ac_prog = install &&
   2383 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2384 	    # AIX install.  It has an incompatible calling convention.
   2385 	    :
   2386 	  elif test $ac_prog = install &&
   2387 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2388 	    # program-specific install script used by HP pwplus--don't use.
   2389 	    :
   2390 	  else
   2391 	    rm -rf conftest.one conftest.two conftest.dir
   2392 	    echo one > conftest.one
   2393 	    echo two > conftest.two
   2394 	    mkdir conftest.dir
   2395 	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
   2396 	      test -s conftest.one && test -s conftest.two &&
   2397 	      test -s conftest.dir/conftest.one &&
   2398 	      test -s conftest.dir/conftest.two
   2399 	    then
   2400 	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   2401 	      break 3
   2402 	    fi
   2403 	  fi
   2404 	fi
   2405       done
   2406     done
   2407     ;;
   2408 esac
   2409 
   2410   done
   2411 IFS=$as_save_IFS
   2412 
   2413 rm -rf conftest.one conftest.two conftest.dir
   2414 
   2415 fi
   2416   if test "${ac_cv_path_install+set}" = set; then
   2417     INSTALL=$ac_cv_path_install
   2418   else
   2419     # As a last resort, use the slow shell script.  Don't cache a
   2420     # value for INSTALL within a source directory, because that will
   2421     # break other packages using the cache if that directory is
   2422     # removed, or if the value is a relative name.
   2423     INSTALL=$ac_install_sh
   2424   fi
   2425 fi
   2426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
   2427 $as_echo "$INSTALL" >&6; }
   2428 
   2429 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   2430 # It thinks the first close brace ends the variable substitution.
   2431 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   2432 
   2433 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   2434 
   2435 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   2436 
   2437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
   2438 $as_echo_n "checking whether build environment is sane... " >&6; }
   2439 # Just in case
   2440 sleep 1
   2441 echo timestamp > conftest.file
   2442 # Reject unsafe characters in $srcdir or the absolute working directory
   2443 # name.  Accept space and tab only in the latter.
   2444 am_lf='
   2445 '
   2446 case `pwd` in
   2447   *[\\\"\#\$\&\'\`$am_lf]*)
   2448     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
   2449 esac
   2450 case $srcdir in
   2451   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
   2452     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
   2453 esac
   2454 
   2455 # Do `set' in a subshell so we don't clobber the current shell's
   2456 # arguments.  Must try -L first in case configure is actually a
   2457 # symlink; some systems play weird games with the mod time of symlinks
   2458 # (eg FreeBSD returns the mod time of the symlink's containing
   2459 # directory).
   2460 if (
   2461    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
   2462    if test "$*" = "X"; then
   2463       # -L didn't work.
   2464       set X `ls -t "$srcdir/configure" conftest.file`
   2465    fi
   2466    rm -f conftest.file
   2467    if test "$*" != "X $srcdir/configure conftest.file" \
   2468       && test "$*" != "X conftest.file $srcdir/configure"; then
   2469 
   2470       # If neither matched, then we have a broken ls.  This can happen
   2471       # if, for instance, CONFIG_SHELL is bash and it inherits a
   2472       # broken ls alias from the environment.  This has actually
   2473       # happened.  Such a system could not be considered "sane".
   2474       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
   2475 alias in your environment" "$LINENO" 5
   2476    fi
   2477 
   2478    test "$2" = conftest.file
   2479    )
   2480 then
   2481    # Ok.
   2482    :
   2483 else
   2484    as_fn_error "newly created file is older than distributed files!
   2485 Check your system clock" "$LINENO" 5
   2486 fi
   2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2488 $as_echo "yes" >&6; }
   2489 test "$program_prefix" != NONE &&
   2490   program_transform_name="s&^&$program_prefix&;$program_transform_name"
   2491 # Use a double $ so make ignores it.
   2492 test "$program_suffix" != NONE &&
   2493   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
   2494 # Double any \ or $.
   2495 # By default was `s,x,x', remove it if useless.
   2496 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
   2497 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
   2498 
   2499 # expand $ac_aux_dir to an absolute path
   2500 am_aux_dir=`cd $ac_aux_dir && pwd`
   2501 
   2502 if test x"${MISSING+set}" != xset; then
   2503   case $am_aux_dir in
   2504   *\ * | *\	*)
   2505     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
   2506   *)
   2507     MISSING="\${SHELL} $am_aux_dir/missing" ;;
   2508   esac
   2509 fi
   2510 # Use eval to expand $SHELL
   2511 if eval "$MISSING --run true"; then
   2512   am_missing_run="$MISSING --run "
   2513 else
   2514   am_missing_run=
   2515   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
   2516 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
   2517 fi
   2518 
   2519 if test x"${install_sh}" != xset; then
   2520   case $am_aux_dir in
   2521   *\ * | *\	*)
   2522     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
   2523   *)
   2524     install_sh="\${SHELL} $am_aux_dir/install-sh"
   2525   esac
   2526 fi
   2527 
   2528 # Installed binaries are usually stripped using `strip' when the user
   2529 # run `make install-strip'.  However `strip' might not be the right
   2530 # tool to use in cross-compilation environments, therefore Automake
   2531 # will honor the `STRIP' environment variable to overrule this program.
   2532 if test "$cross_compiling" != no; then
   2533   if test -n "$ac_tool_prefix"; then
   2534   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   2535 set dummy ${ac_tool_prefix}strip; ac_word=$2
   2536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2537 $as_echo_n "checking for $ac_word... " >&6; }
   2538 if test "${ac_cv_prog_STRIP+set}" = set; then :
   2539   $as_echo_n "(cached) " >&6
   2540 else
   2541   if test -n "$STRIP"; then
   2542   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   2543 else
   2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2545 for as_dir in $PATH
   2546 do
   2547   IFS=$as_save_IFS
   2548   test -z "$as_dir" && as_dir=.
   2549     for ac_exec_ext in '' $ac_executable_extensions; do
   2550   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2551     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   2552     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2553     break 2
   2554   fi
   2555 done
   2556   done
   2557 IFS=$as_save_IFS
   2558 
   2559 fi
   2560 fi
   2561 STRIP=$ac_cv_prog_STRIP
   2562 if test -n "$STRIP"; then
   2563   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   2564 $as_echo "$STRIP" >&6; }
   2565 else
   2566   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2567 $as_echo "no" >&6; }
   2568 fi
   2569 
   2570 
   2571 fi
   2572 if test -z "$ac_cv_prog_STRIP"; then
   2573   ac_ct_STRIP=$STRIP
   2574   # Extract the first word of "strip", so it can be a program name with args.
   2575 set dummy strip; ac_word=$2
   2576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2577 $as_echo_n "checking for $ac_word... " >&6; }
   2578 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
   2579   $as_echo_n "(cached) " >&6
   2580 else
   2581   if test -n "$ac_ct_STRIP"; then
   2582   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   2583 else
   2584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2585 for as_dir in $PATH
   2586 do
   2587   IFS=$as_save_IFS
   2588   test -z "$as_dir" && as_dir=.
   2589     for ac_exec_ext in '' $ac_executable_extensions; do
   2590   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2591     ac_cv_prog_ac_ct_STRIP="strip"
   2592     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2593     break 2
   2594   fi
   2595 done
   2596   done
   2597 IFS=$as_save_IFS
   2598 
   2599 fi
   2600 fi
   2601 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   2602 if test -n "$ac_ct_STRIP"; then
   2603   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   2604 $as_echo "$ac_ct_STRIP" >&6; }
   2605 else
   2606   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2607 $as_echo "no" >&6; }
   2608 fi
   2609 
   2610   if test "x$ac_ct_STRIP" = x; then
   2611     STRIP=":"
   2612   else
   2613     case $cross_compiling:$ac_tool_warned in
   2614 yes:)
   2615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   2616 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   2617 ac_tool_warned=yes ;;
   2618 esac
   2619     STRIP=$ac_ct_STRIP
   2620   fi
   2621 else
   2622   STRIP="$ac_cv_prog_STRIP"
   2623 fi
   2624 
   2625 fi
   2626 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   2627 
   2628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   2629 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   2630 if test -z "$MKDIR_P"; then
   2631   if test "${ac_cv_path_mkdir+set}" = set; then :
   2632   $as_echo_n "(cached) " >&6
   2633 else
   2634   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2635 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
   2636 do
   2637   IFS=$as_save_IFS
   2638   test -z "$as_dir" && as_dir=.
   2639     for ac_prog in mkdir gmkdir; do
   2640 	 for ac_exec_ext in '' $ac_executable_extensions; do
   2641 	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
   2642 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
   2643 	     'mkdir (GNU coreutils) '* | \
   2644 	     'mkdir (coreutils) '* | \
   2645 	     'mkdir (fileutils) '4.1*)
   2646 	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
   2647 	       break 3;;
   2648 	   esac
   2649 	 done
   2650        done
   2651   done
   2652 IFS=$as_save_IFS
   2653 
   2654 fi
   2655 
   2656   if test "${ac_cv_path_mkdir+set}" = set; then
   2657     MKDIR_P="$ac_cv_path_mkdir -p"
   2658   else
   2659     # As a last resort, use the slow shell script.  Don't cache a
   2660     # value for MKDIR_P within a source directory, because that will
   2661     # break other packages using the cache if that directory is
   2662     # removed, or if the value is a relative name.
   2663     test -d ./--version && rmdir ./--version
   2664     MKDIR_P="$ac_install_sh -d"
   2665   fi
   2666 fi
   2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
   2668 $as_echo "$MKDIR_P" >&6; }
   2669 
   2670 mkdir_p="$MKDIR_P"
   2671 case $mkdir_p in
   2672   [\\/$]* | ?:[\\/]*) ;;
   2673   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
   2674 esac
   2675 
   2676 for ac_prog in gawk mawk nawk awk
   2677 do
   2678   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2679 set dummy $ac_prog; ac_word=$2
   2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2681 $as_echo_n "checking for $ac_word... " >&6; }
   2682 if test "${ac_cv_prog_AWK+set}" = set; then :
   2683   $as_echo_n "(cached) " >&6
   2684 else
   2685   if test -n "$AWK"; then
   2686   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   2687 else
   2688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2689 for as_dir in $PATH
   2690 do
   2691   IFS=$as_save_IFS
   2692   test -z "$as_dir" && as_dir=.
   2693     for ac_exec_ext in '' $ac_executable_extensions; do
   2694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2695     ac_cv_prog_AWK="$ac_prog"
   2696     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2697     break 2
   2698   fi
   2699 done
   2700   done
   2701 IFS=$as_save_IFS
   2702 
   2703 fi
   2704 fi
   2705 AWK=$ac_cv_prog_AWK
   2706 if test -n "$AWK"; then
   2707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
   2708 $as_echo "$AWK" >&6; }
   2709 else
   2710   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2711 $as_echo "no" >&6; }
   2712 fi
   2713 
   2714 
   2715   test -n "$AWK" && break
   2716 done
   2717 
   2718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   2719 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   2720 set x ${MAKE-make}
   2721 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   2722 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
   2723   $as_echo_n "(cached) " >&6
   2724 else
   2725   cat >conftest.make <<\_ACEOF
   2726 SHELL = /bin/sh
   2727 all:
   2728 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   2729 _ACEOF
   2730 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
   2731 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   2732   *@@@%%%=?*=@@@%%%*)
   2733     eval ac_cv_prog_make_${ac_make}_set=yes;;
   2734   *)
   2735     eval ac_cv_prog_make_${ac_make}_set=no;;
   2736 esac
   2737 rm -f conftest.make
   2738 fi
   2739 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   2740   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2741 $as_echo "yes" >&6; }
   2742   SET_MAKE=
   2743 else
   2744   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2745 $as_echo "no" >&6; }
   2746   SET_MAKE="MAKE=${MAKE-make}"
   2747 fi
   2748 
   2749 rm -rf .tst 2>/dev/null
   2750 mkdir .tst 2>/dev/null
   2751 if test -d .tst; then
   2752   am__leading_dot=.
   2753 else
   2754   am__leading_dot=_
   2755 fi
   2756 rmdir .tst 2>/dev/null
   2757 
   2758 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   2759   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   2760   # is not polluted with repeated "-I."
   2761   am__isrc=' -I$(srcdir)'
   2762   # test to see if srcdir already configured
   2763   if test -f $srcdir/config.status; then
   2764     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   2765   fi
   2766 fi
   2767 
   2768 # test whether we have cygpath
   2769 if test -z "$CYGPATH_W"; then
   2770   if (cygpath --version) >/dev/null 2>/dev/null; then
   2771     CYGPATH_W='cygpath -w'
   2772   else
   2773     CYGPATH_W=echo
   2774   fi
   2775 fi
   2776 
   2777 
   2778 # Define the identity of the package.
   2779  PACKAGE='libssp'
   2780  VERSION='1.0'
   2781 
   2782 
   2783 cat >>confdefs.h <<_ACEOF
   2784 #define PACKAGE "$PACKAGE"
   2785 _ACEOF
   2786 
   2787 
   2788 cat >>confdefs.h <<_ACEOF
   2789 #define VERSION "$VERSION"
   2790 _ACEOF
   2791 
   2792 # Some tools Automake needs.
   2793 
   2794 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
   2795 
   2796 
   2797 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
   2798 
   2799 
   2800 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
   2801 
   2802 
   2803 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
   2804 
   2805 
   2806 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   2807 
   2808 # We need awk for the "check" target.  The system "awk" is bad on
   2809 # some platforms.
   2810 # Always define AMTAR for backward compatibility.  Yes, it's still used
   2811 # in the wild :-(  We should find a proper way to deprecate it ...
   2812 AMTAR='$${TAR-tar}'
   2813 
   2814 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
   2815 
   2816 
   2817 
   2818 
   2819 
   2820 
   2821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
   2822 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
   2823 # Check whether --enable-version-specific-runtime-libs was given.
   2824 if test "${enable_version_specific_runtime_libs+set}" = set; then :
   2825   enableval=$enable_version_specific_runtime_libs; case "$enableval" in
   2826  yes) version_specific_libs=yes ;;
   2827  no)  version_specific_libs=no ;;
   2828  *)   as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
   2829  esac
   2830 else
   2831   version_specific_libs=no
   2832 fi
   2833 
   2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
   2835 $as_echo "$version_specific_libs" >&6; }
   2836 
   2837 
   2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
   2839 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
   2840     # Check whether --enable-maintainer-mode was given.
   2841 if test "${enable_maintainer_mode+set}" = set; then :
   2842   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
   2843 else
   2844   USE_MAINTAINER_MODE=no
   2845 fi
   2846 
   2847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
   2848 $as_echo "$USE_MAINTAINER_MODE" >&6; }
   2849    if test $USE_MAINTAINER_MODE = yes; then
   2850   MAINTAINER_MODE_TRUE=
   2851   MAINTAINER_MODE_FALSE='#'
   2852 else
   2853   MAINTAINER_MODE_TRUE='#'
   2854   MAINTAINER_MODE_FALSE=
   2855 fi
   2856 
   2857   MAINT=$MAINTAINER_MODE_TRUE
   2858 
   2859 
   2860 
   2861 
   2862 
   2863 # Default to --enable-multilib
   2864 # Check whether --enable-multilib was given.
   2865 if test "${enable_multilib+set}" = set; then :
   2866   enableval=$enable_multilib; case "$enableval" in
   2867   yes) multilib=yes ;;
   2868   no)  multilib=no ;;
   2869   *)   as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
   2870  esac
   2871 else
   2872   multilib=yes
   2873 fi
   2874 
   2875 
   2876 # We may get other options which we leave undocumented:
   2877 # --with-target-subdir, --with-multisrctop, --with-multisubdir
   2878 # See config-ml.in if you want the gory details.
   2879 
   2880 if test "$srcdir" = "."; then
   2881   if test "$with_target_subdir" != "."; then
   2882     multi_basedir="$srcdir/$with_multisrctop../.."
   2883   else
   2884     multi_basedir="$srcdir/$with_multisrctop.."
   2885   fi
   2886 else
   2887   multi_basedir="$srcdir/.."
   2888 fi
   2889 
   2890 
   2891 # Even if the default multilib is not a cross compilation,
   2892 # it may be that some of the other multilibs are.
   2893 if test $cross_compiling = no && test $multilib = yes \
   2894    && test "x${with_multisubdir}" != x ; then
   2895    cross_compiling=maybe
   2896 fi
   2897 
   2898 ac_config_commands="$ac_config_commands default-1"
   2899 
   2900 
   2901 target_alias=${target_alias-$host_alias}
   2902 
   2903 
   2904 ac_config_headers="$ac_config_headers config.h"
   2905 
   2906 
   2907 ac_ext=c
   2908 ac_cpp='$CPP $CPPFLAGS'
   2909 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2910 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2911 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2912 
   2913 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
   2914 # We must force CC to /not/ be precious variables; otherwise
   2915 # the wrong, non-multilib-adjusted value will be used in multilibs.
   2916 # As a side effect, we have to subst CFLAGS ourselves.
   2917 
   2918 
   2919 
   2920 ac_ext=c
   2921 ac_cpp='$CPP $CPPFLAGS'
   2922 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2923 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2924 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2925 if test -n "$ac_tool_prefix"; then
   2926   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   2927 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   2928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2929 $as_echo_n "checking for $ac_word... " >&6; }
   2930 if test "${ac_cv_prog_CC+set}" = set; then :
   2931   $as_echo_n "(cached) " >&6
   2932 else
   2933   if test -n "$CC"; then
   2934   ac_cv_prog_CC="$CC" # Let the user override the test.
   2935 else
   2936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2937 for as_dir in $PATH
   2938 do
   2939   IFS=$as_save_IFS
   2940   test -z "$as_dir" && as_dir=.
   2941     for ac_exec_ext in '' $ac_executable_extensions; do
   2942   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2943     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   2944     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2945     break 2
   2946   fi
   2947 done
   2948   done
   2949 IFS=$as_save_IFS
   2950 
   2951 fi
   2952 fi
   2953 CC=$ac_cv_prog_CC
   2954 if test -n "$CC"; then
   2955   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   2956 $as_echo "$CC" >&6; }
   2957 else
   2958   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2959 $as_echo "no" >&6; }
   2960 fi
   2961 
   2962 
   2963 fi
   2964 if test -z "$ac_cv_prog_CC"; then
   2965   ac_ct_CC=$CC
   2966   # Extract the first word of "gcc", so it can be a program name with args.
   2967 set dummy gcc; ac_word=$2
   2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2969 $as_echo_n "checking for $ac_word... " >&6; }
   2970 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   2971   $as_echo_n "(cached) " >&6
   2972 else
   2973   if test -n "$ac_ct_CC"; then
   2974   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   2975 else
   2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2977 for as_dir in $PATH
   2978 do
   2979   IFS=$as_save_IFS
   2980   test -z "$as_dir" && as_dir=.
   2981     for ac_exec_ext in '' $ac_executable_extensions; do
   2982   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2983     ac_cv_prog_ac_ct_CC="gcc"
   2984     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2985     break 2
   2986   fi
   2987 done
   2988   done
   2989 IFS=$as_save_IFS
   2990 
   2991 fi
   2992 fi
   2993 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   2994 if test -n "$ac_ct_CC"; then
   2995   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   2996 $as_echo "$ac_ct_CC" >&6; }
   2997 else
   2998   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2999 $as_echo "no" >&6; }
   3000 fi
   3001 
   3002   if test "x$ac_ct_CC" = x; then
   3003     CC=""
   3004   else
   3005     case $cross_compiling:$ac_tool_warned in
   3006 yes:)
   3007 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   3008 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   3009 ac_tool_warned=yes ;;
   3010 esac
   3011     CC=$ac_ct_CC
   3012   fi
   3013 else
   3014   CC="$ac_cv_prog_CC"
   3015 fi
   3016 
   3017 if test -z "$CC"; then
   3018           if test -n "$ac_tool_prefix"; then
   3019     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   3020 set dummy ${ac_tool_prefix}cc; ac_word=$2
   3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3022 $as_echo_n "checking for $ac_word... " >&6; }
   3023 if test "${ac_cv_prog_CC+set}" = set; then :
   3024   $as_echo_n "(cached) " >&6
   3025 else
   3026   if test -n "$CC"; then
   3027   ac_cv_prog_CC="$CC" # Let the user override the test.
   3028 else
   3029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3030 for as_dir in $PATH
   3031 do
   3032   IFS=$as_save_IFS
   3033   test -z "$as_dir" && as_dir=.
   3034     for ac_exec_ext in '' $ac_executable_extensions; do
   3035   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   3036     ac_cv_prog_CC="${ac_tool_prefix}cc"
   3037     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3038     break 2
   3039   fi
   3040 done
   3041   done
   3042 IFS=$as_save_IFS
   3043 
   3044 fi
   3045 fi
   3046 CC=$ac_cv_prog_CC
   3047 if test -n "$CC"; then
   3048   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3049 $as_echo "$CC" >&6; }
   3050 else
   3051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3052 $as_echo "no" >&6; }
   3053 fi
   3054 
   3055 
   3056   fi
   3057 fi
   3058 if test -z "$CC"; then
   3059   # Extract the first word of "cc", so it can be a program name with args.
   3060 set dummy cc; ac_word=$2
   3061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3062 $as_echo_n "checking for $ac_word... " >&6; }
   3063 if test "${ac_cv_prog_CC+set}" = set; then :
   3064   $as_echo_n "(cached) " >&6
   3065 else
   3066   if test -n "$CC"; then
   3067   ac_cv_prog_CC="$CC" # Let the user override the test.
   3068 else
   3069   ac_prog_rejected=no
   3070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3071 for as_dir in $PATH
   3072 do
   3073   IFS=$as_save_IFS
   3074   test -z "$as_dir" && as_dir=.
   3075     for ac_exec_ext in '' $ac_executable_extensions; do
   3076   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   3077     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   3078        ac_prog_rejected=yes
   3079        continue
   3080      fi
   3081     ac_cv_prog_CC="cc"
   3082     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3083     break 2
   3084   fi
   3085 done
   3086   done
   3087 IFS=$as_save_IFS
   3088 
   3089 if test $ac_prog_rejected = yes; then
   3090   # We found a bogon in the path, so make sure we never use it.
   3091   set dummy $ac_cv_prog_CC
   3092   shift
   3093   if test $# != 0; then
   3094     # We chose a different compiler from the bogus one.
   3095     # However, it has the same basename, so the bogon will be chosen
   3096     # first if we set CC to just the basename; use the full file name.
   3097     shift
   3098     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   3099   fi
   3100 fi
   3101 fi
   3102 fi
   3103 CC=$ac_cv_prog_CC
   3104 if test -n "$CC"; then
   3105   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3106 $as_echo "$CC" >&6; }
   3107 else
   3108   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3109 $as_echo "no" >&6; }
   3110 fi
   3111 
   3112 
   3113 fi
   3114 if test -z "$CC"; then
   3115   if test -n "$ac_tool_prefix"; then
   3116   for ac_prog in cl.exe
   3117   do
   3118     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   3119 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3121 $as_echo_n "checking for $ac_word... " >&6; }
   3122 if test "${ac_cv_prog_CC+set}" = set; then :
   3123   $as_echo_n "(cached) " >&6
   3124 else
   3125   if test -n "$CC"; then
   3126   ac_cv_prog_CC="$CC" # Let the user override the test.
   3127 else
   3128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3129 for as_dir in $PATH
   3130 do
   3131   IFS=$as_save_IFS
   3132   test -z "$as_dir" && as_dir=.
   3133     for ac_exec_ext in '' $ac_executable_extensions; do
   3134   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   3135     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   3136     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3137     break 2
   3138   fi
   3139 done
   3140   done
   3141 IFS=$as_save_IFS
   3142 
   3143 fi
   3144 fi
   3145 CC=$ac_cv_prog_CC
   3146 if test -n "$CC"; then
   3147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3148 $as_echo "$CC" >&6; }
   3149 else
   3150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3151 $as_echo "no" >&6; }
   3152 fi
   3153 
   3154 
   3155     test -n "$CC" && break
   3156   done
   3157 fi
   3158 if test -z "$CC"; then
   3159   ac_ct_CC=$CC
   3160   for ac_prog in cl.exe
   3161 do
   3162   # Extract the first word of "$ac_prog", so it can be a program name with args.
   3163 set dummy $ac_prog; ac_word=$2
   3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3165 $as_echo_n "checking for $ac_word... " >&6; }
   3166 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
   3167   $as_echo_n "(cached) " >&6
   3168 else
   3169   if test -n "$ac_ct_CC"; then
   3170   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   3171 else
   3172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3173 for as_dir in $PATH
   3174 do
   3175   IFS=$as_save_IFS
   3176   test -z "$as_dir" && as_dir=.
   3177     for ac_exec_ext in '' $ac_executable_extensions; do
   3178   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   3179     ac_cv_prog_ac_ct_CC="$ac_prog"
   3180     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3181     break 2
   3182   fi
   3183 done
   3184   done
   3185 IFS=$as_save_IFS
   3186 
   3187 fi
   3188 fi
   3189 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   3190 if test -n "$ac_ct_CC"; then
   3191   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   3192 $as_echo "$ac_ct_CC" >&6; }
   3193 else
   3194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3195 $as_echo "no" >&6; }
   3196 fi
   3197 
   3198 
   3199   test -n "$ac_ct_CC" && break
   3200 done
   3201 
   3202   if test "x$ac_ct_CC" = x; then
   3203     CC=""
   3204   else
   3205     case $cross_compiling:$ac_tool_warned in
   3206 yes:)
   3207 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   3208 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   3209 ac_tool_warned=yes ;;
   3210 esac
   3211     CC=$ac_ct_CC
   3212   fi
   3213 fi
   3214 
   3215 fi
   3216 
   3217 
   3218 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3219 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3220 as_fn_error "no acceptable C compiler found in \$PATH
   3221 See \`config.log' for more details." "$LINENO" 5; }
   3222 
   3223 # Provide some information about the compiler.
   3224 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   3225 set X $ac_compile
   3226 ac_compiler=$2
   3227 for ac_option in --version -v -V -qversion; do
   3228   { { ac_try="$ac_compiler $ac_option >&5"
   3229 case "(($ac_try" in
   3230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3231   *) ac_try_echo=$ac_try;;
   3232 esac
   3233 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3234 $as_echo "$ac_try_echo"; } >&5
   3235   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   3236   ac_status=$?
   3237   if test -s conftest.err; then
   3238     sed '10a\
   3239 ... rest of stderr output deleted ...
   3240          10q' conftest.err >conftest.er1
   3241     cat conftest.er1 >&5
   3242     rm -f conftest.er1 conftest.err
   3243   fi
   3244   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3245   test $ac_status = 0; }
   3246 done
   3247 
   3248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3249 /* end confdefs.h.  */
   3250 
   3251 int
   3252 main ()
   3253 {
   3254 
   3255   ;
   3256   return 0;
   3257 }
   3258 _ACEOF
   3259 # FIXME: Cleanup?
   3260 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   3261   (eval $ac_link) 2>&5
   3262   ac_status=$?
   3263   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3264   test $ac_status = 0; }; then :
   3265   gcc_no_link=no
   3266 else
   3267   gcc_no_link=yes
   3268 fi
   3269 if test x$gcc_no_link = xyes; then
   3270   # Setting cross_compile will disable run tests; it will
   3271   # also disable AC_CHECK_FILE but that's generally
   3272   # correct if we can't link.
   3273   cross_compiling=yes
   3274   EXEEXT=
   3275 else
   3276   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3277 /* end confdefs.h.  */
   3278 
   3279 int
   3280 main ()
   3281 {
   3282 
   3283   ;
   3284   return 0;
   3285 }
   3286 _ACEOF
   3287 ac_clean_files_save=$ac_clean_files
   3288 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
   3289 # Try to create an executable without -o first, disregard a.out.
   3290 # It will help us diagnose broken compilers, and finding out an intuition
   3291 # of exeext.
   3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
   3293 $as_echo_n "checking for C compiler default output file name... " >&6; }
   3294 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   3295 
   3296 # The possible output files:
   3297 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
   3298 
   3299 ac_rmfiles=
   3300 for ac_file in $ac_files
   3301 do
   3302   case $ac_file in
   3303     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   3304     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   3305   esac
   3306 done
   3307 rm -f $ac_rmfiles
   3308 
   3309 if { { ac_try="$ac_link_default"
   3310 case "(($ac_try" in
   3311   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3312   *) ac_try_echo=$ac_try;;
   3313 esac
   3314 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3315 $as_echo "$ac_try_echo"; } >&5
   3316   (eval "$ac_link_default") 2>&5
   3317   ac_status=$?
   3318   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3319   test $ac_status = 0; }; then :
   3320   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   3321 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   3322 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   3323 # so that the user can short-circuit this test for compilers unknown to
   3324 # Autoconf.
   3325 for ac_file in $ac_files ''
   3326 do
   3327   test -f "$ac_file" || continue
   3328   case $ac_file in
   3329     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
   3330 	;;
   3331     [ab].out )
   3332 	# We found the default executable, but exeext='' is most
   3333 	# certainly right.
   3334 	break;;
   3335     *.* )
   3336 	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   3337 	then :; else
   3338 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   3339 	fi
   3340 	# We set ac_cv_exeext here because the later test for it is not
   3341 	# safe: cross compilers may not add the suffix if given an `-o'
   3342 	# argument, so we may need to know it at that point already.
   3343 	# Even if this section looks crufty: it has the advantage of
   3344 	# actually working.
   3345 	break;;
   3346     * )
   3347 	break;;
   3348   esac
   3349 done
   3350 test "$ac_cv_exeext" = no && ac_cv_exeext=
   3351 
   3352 else
   3353   ac_file=''
   3354 fi
   3355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   3356 $as_echo "$ac_file" >&6; }
   3357 if test -z "$ac_file"; then :
   3358   $as_echo "$as_me: failed program was:" >&5
   3359 sed 's/^/| /' conftest.$ac_ext >&5
   3360 
   3361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3363 { as_fn_set_status 77
   3364 as_fn_error "C compiler cannot create executables
   3365 See \`config.log' for more details." "$LINENO" 5; }; }
   3366 fi
   3367 ac_exeext=$ac_cv_exeext
   3368 
   3369 # Check that the compiler produces executables we can run.  If not, either
   3370 # the compiler is broken, or we cross compile.
   3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
   3372 $as_echo_n "checking whether the C compiler works... " >&6; }
   3373 # If not cross compiling, check that we can run a simple program.
   3374 if test "$cross_compiling" != yes; then
   3375   if { ac_try='./$ac_file'
   3376   { { case "(($ac_try" in
   3377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3378   *) ac_try_echo=$ac_try;;
   3379 esac
   3380 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3381 $as_echo "$ac_try_echo"; } >&5
   3382   (eval "$ac_try") 2>&5
   3383   ac_status=$?
   3384   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3385   test $ac_status = 0; }; }; then
   3386     cross_compiling=no
   3387   else
   3388     if test "$cross_compiling" = maybe; then
   3389 	cross_compiling=yes
   3390     else
   3391 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3393 as_fn_error "cannot run C compiled programs.
   3394 If you meant to cross compile, use \`--host'.
   3395 See \`config.log' for more details." "$LINENO" 5; }
   3396     fi
   3397   fi
   3398 fi
   3399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3400 $as_echo "yes" >&6; }
   3401 
   3402 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
   3403 ac_clean_files=$ac_clean_files_save
   3404 # Check that the compiler produces executables we can run.  If not, either
   3405 # the compiler is broken, or we cross compile.
   3406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   3407 $as_echo_n "checking whether we are cross compiling... " >&6; }
   3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   3409 $as_echo "$cross_compiling" >&6; }
   3410 
   3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
   3412 $as_echo_n "checking for suffix of executables... " >&6; }
   3413 if { { ac_try="$ac_link"
   3414 case "(($ac_try" in
   3415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3416   *) ac_try_echo=$ac_try;;
   3417 esac
   3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3419 $as_echo "$ac_try_echo"; } >&5
   3420   (eval "$ac_link") 2>&5
   3421   ac_status=$?
   3422   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3423   test $ac_status = 0; }; then :
   3424   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   3425 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   3426 # work properly (i.e., refer to `conftest.exe'), while it won't with
   3427 # `rm'.
   3428 for ac_file in conftest.exe conftest conftest.*; do
   3429   test -f "$ac_file" || continue
   3430   case $ac_file in
   3431     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   3432     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   3433 	  break;;
   3434     * ) break;;
   3435   esac
   3436 done
   3437 else
   3438   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3440 as_fn_error "cannot compute suffix of executables: cannot compile and link
   3441 See \`config.log' for more details." "$LINENO" 5; }
   3442 fi
   3443 rm -f conftest$ac_cv_exeext
   3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   3445 $as_echo "$ac_cv_exeext" >&6; }
   3446 
   3447 rm -f conftest.$ac_ext
   3448 EXEEXT=$ac_cv_exeext
   3449 ac_exeext=$EXEEXT
   3450 fi
   3451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   3452 $as_echo_n "checking for suffix of object files... " >&6; }
   3453 if test "${ac_cv_objext+set}" = set; then :
   3454   $as_echo_n "(cached) " >&6
   3455 else
   3456   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3457 /* end confdefs.h.  */
   3458 
   3459 int
   3460 main ()
   3461 {
   3462 
   3463   ;
   3464   return 0;
   3465 }
   3466 _ACEOF
   3467 rm -f conftest.o conftest.obj
   3468 if { { ac_try="$ac_compile"
   3469 case "(($ac_try" in
   3470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3471   *) ac_try_echo=$ac_try;;
   3472 esac
   3473 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3474 $as_echo "$ac_try_echo"; } >&5
   3475   (eval "$ac_compile") 2>&5
   3476   ac_status=$?
   3477   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3478   test $ac_status = 0; }; then :
   3479   for ac_file in conftest.o conftest.obj conftest.*; do
   3480   test -f "$ac_file" || continue;
   3481   case $ac_file in
   3482     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
   3483     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   3484        break;;
   3485   esac
   3486 done
   3487 else
   3488   $as_echo "$as_me: failed program was:" >&5
   3489 sed 's/^/| /' conftest.$ac_ext >&5
   3490 
   3491 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3492 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3493 as_fn_error "cannot compute suffix of object files: cannot compile
   3494 See \`config.log' for more details." "$LINENO" 5; }
   3495 fi
   3496 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   3497 fi
   3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
   3499 $as_echo "$ac_cv_objext" >&6; }
   3500 OBJEXT=$ac_cv_objext
   3501 ac_objext=$OBJEXT
   3502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   3503 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   3504 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
   3505   $as_echo_n "(cached) " >&6
   3506 else
   3507   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3508 /* end confdefs.h.  */
   3509 
   3510 int
   3511 main ()
   3512 {
   3513 #ifndef __GNUC__
   3514        choke me
   3515 #endif
   3516 
   3517   ;
   3518   return 0;
   3519 }
   3520 _ACEOF
   3521 if ac_fn_c_try_compile "$LINENO"; then :
   3522   ac_compiler_gnu=yes
   3523 else
   3524   ac_compiler_gnu=no
   3525 fi
   3526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3527 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   3528 
   3529 fi
   3530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   3531 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   3532 if test $ac_compiler_gnu = yes; then
   3533   GCC=yes
   3534 else
   3535   GCC=
   3536 fi
   3537 ac_test_CFLAGS=${CFLAGS+set}
   3538 ac_save_CFLAGS=$CFLAGS
   3539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   3540 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   3541 if test "${ac_cv_prog_cc_g+set}" = set; then :
   3542   $as_echo_n "(cached) " >&6
   3543 else
   3544   ac_save_c_werror_flag=$ac_c_werror_flag
   3545    ac_c_werror_flag=yes
   3546    ac_cv_prog_cc_g=no
   3547    CFLAGS="-g"
   3548    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3549 /* end confdefs.h.  */
   3550 
   3551 int
   3552 main ()
   3553 {
   3554 
   3555   ;
   3556   return 0;
   3557 }
   3558 _ACEOF
   3559 if ac_fn_c_try_compile "$LINENO"; then :
   3560   ac_cv_prog_cc_g=yes
   3561 else
   3562   CFLAGS=""
   3563       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3564 /* end confdefs.h.  */
   3565 
   3566 int
   3567 main ()
   3568 {
   3569 
   3570   ;
   3571   return 0;
   3572 }
   3573 _ACEOF
   3574 if ac_fn_c_try_compile "$LINENO"; then :
   3575 
   3576 else
   3577   ac_c_werror_flag=$ac_save_c_werror_flag
   3578 	 CFLAGS="-g"
   3579 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3580 /* end confdefs.h.  */
   3581 
   3582 int
   3583 main ()
   3584 {
   3585 
   3586   ;
   3587   return 0;
   3588 }
   3589 _ACEOF
   3590 if ac_fn_c_try_compile "$LINENO"; then :
   3591   ac_cv_prog_cc_g=yes
   3592 fi
   3593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3594 fi
   3595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3596 fi
   3597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3598    ac_c_werror_flag=$ac_save_c_werror_flag
   3599 fi
   3600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   3601 $as_echo "$ac_cv_prog_cc_g" >&6; }
   3602 if test "$ac_test_CFLAGS" = set; then
   3603   CFLAGS=$ac_save_CFLAGS
   3604 elif test $ac_cv_prog_cc_g = yes; then
   3605   if test "$GCC" = yes; then
   3606     CFLAGS="-g -O2"
   3607   else
   3608     CFLAGS="-g"
   3609   fi
   3610 else
   3611   if test "$GCC" = yes; then
   3612     CFLAGS="-O2"
   3613   else
   3614     CFLAGS=
   3615   fi
   3616 fi
   3617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   3618 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   3619 if test "${ac_cv_prog_cc_c89+set}" = set; then :
   3620   $as_echo_n "(cached) " >&6
   3621 else
   3622   ac_cv_prog_cc_c89=no
   3623 ac_save_CC=$CC
   3624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3625 /* end confdefs.h.  */
   3626 #include <stdarg.h>
   3627 #include <stdio.h>
   3628 #include <sys/types.h>
   3629 #include <sys/stat.h>
   3630 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   3631 struct buf { int x; };
   3632 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   3633 static char *e (p, i)
   3634      char **p;
   3635      int i;
   3636 {
   3637   return p[i];
   3638 }
   3639 static char *f (char * (*g) (char **, int), char **p, ...)
   3640 {
   3641   char *s;
   3642   va_list v;
   3643   va_start (v,p);
   3644   s = g (p, va_arg (v,int));
   3645   va_end (v);
   3646   return s;
   3647 }
   3648 
   3649 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   3650    function prototypes and stuff, but not '\xHH' hex character constants.
   3651    These don't provoke an error unfortunately, instead are silently treated
   3652    as 'x'.  The following induces an error, until -std is added to get
   3653    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   3654    array size at least.  It's necessary to write '\x00'==0 to get something
   3655    that's true only with -std.  */
   3656 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   3657 
   3658 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   3659    inside strings and character constants.  */
   3660 #define FOO(x) 'x'
   3661 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   3662 
   3663 int test (int i, double x);
   3664 struct s1 {int (*f) (int a);};
   3665 struct s2 {int (*f) (double a);};
   3666 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   3667 int argc;
   3668 char **argv;
   3669 int
   3670 main ()
   3671 {
   3672 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   3673   ;
   3674   return 0;
   3675 }
   3676 _ACEOF
   3677 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   3678 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   3679 do
   3680   CC="$ac_save_CC $ac_arg"
   3681   if ac_fn_c_try_compile "$LINENO"; then :
   3682   ac_cv_prog_cc_c89=$ac_arg
   3683 fi
   3684 rm -f core conftest.err conftest.$ac_objext
   3685   test "x$ac_cv_prog_cc_c89" != "xno" && break
   3686 done
   3687 rm -f conftest.$ac_ext
   3688 CC=$ac_save_CC
   3689 
   3690 fi
   3691 # AC_CACHE_VAL
   3692 case "x$ac_cv_prog_cc_c89" in
   3693   x)
   3694     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   3695 $as_echo "none needed" >&6; } ;;
   3696   xno)
   3697     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   3698 $as_echo "unsupported" >&6; } ;;
   3699   *)
   3700     CC="$CC $ac_cv_prog_cc_c89"
   3701     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   3702 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   3703 esac
   3704 if test "x$ac_cv_prog_cc_c89" != xno; then :
   3705 
   3706 fi
   3707 
   3708 ac_ext=c
   3709 ac_cpp='$CPP $CPPFLAGS'
   3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3713 DEPDIR="${am__leading_dot}deps"
   3714 
   3715 ac_config_commands="$ac_config_commands depfiles"
   3716 
   3717 
   3718 am_make=${MAKE-make}
   3719 cat > confinc << 'END'
   3720 am__doit:
   3721 	@echo this is the am__doit target
   3722 .PHONY: am__doit
   3723 END
   3724 # If we don't find an include directive, just comment out the code.
   3725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
   3726 $as_echo_n "checking for style of include used by $am_make... " >&6; }
   3727 am__include="#"
   3728 am__quote=
   3729 _am_result=none
   3730 # First try GNU make style include.
   3731 echo "include confinc" > confmf
   3732 # Ignore all kinds of additional output from `make'.
   3733 case `$am_make -s -f confmf 2> /dev/null` in #(
   3734 *the\ am__doit\ target*)
   3735   am__include=include
   3736   am__quote=
   3737   _am_result=GNU
   3738   ;;
   3739 esac
   3740 # Now try BSD make style include.
   3741 if test "$am__include" = "#"; then
   3742    echo '.include "confinc"' > confmf
   3743    case `$am_make -s -f confmf 2> /dev/null` in #(
   3744    *the\ am__doit\ target*)
   3745      am__include=.include
   3746      am__quote="\""
   3747      _am_result=BSD
   3748      ;;
   3749    esac
   3750 fi
   3751 
   3752 
   3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
   3754 $as_echo "$_am_result" >&6; }
   3755 rm -f confinc confmf
   3756 
   3757 # Check whether --enable-dependency-tracking was given.
   3758 if test "${enable_dependency_tracking+set}" = set; then :
   3759   enableval=$enable_dependency_tracking;
   3760 fi
   3761 
   3762 if test "x$enable_dependency_tracking" != xno; then
   3763   am_depcomp="$ac_aux_dir/depcomp"
   3764   AMDEPBACKSLASH='\'
   3765   am__nodep='_no'
   3766 fi
   3767  if test "x$enable_dependency_tracking" != xno; then
   3768   AMDEP_TRUE=
   3769   AMDEP_FALSE='#'
   3770 else
   3771   AMDEP_TRUE='#'
   3772   AMDEP_FALSE=
   3773 fi
   3774 
   3775 
   3776 
   3777 depcc="$CC"   am_compiler_list=
   3778 
   3779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   3780 $as_echo_n "checking dependency style of $depcc... " >&6; }
   3781 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
   3782   $as_echo_n "(cached) " >&6
   3783 else
   3784   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   3785   # We make a subdir and do the tests there.  Otherwise we can end up
   3786   # making bogus files that we don't know about and never remove.  For
   3787   # instance it was reported that on HP-UX the gcc test will end up
   3788   # making a dummy file named `D' -- because `-MD' means `put the output
   3789   # in D'.
   3790   rm -rf conftest.dir
   3791   mkdir conftest.dir
   3792   # Copy depcomp to subdir because otherwise we won't find it if we're
   3793   # using a relative directory.
   3794   cp "$am_depcomp" conftest.dir
   3795   cd conftest.dir
   3796   # We will build objects and dependencies in a subdirectory because
   3797   # it helps to detect inapplicable dependency modes.  For instance
   3798   # both Tru64's cc and ICC support -MD to output dependencies as a
   3799   # side effect of compilation, but ICC will put the dependencies in
   3800   # the current directory while Tru64 will put them in the object
   3801   # directory.
   3802   mkdir sub
   3803 
   3804   am_cv_CC_dependencies_compiler_type=none
   3805   if test "$am_compiler_list" = ""; then
   3806      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   3807   fi
   3808   am__universal=false
   3809   case " $depcc " in #(
   3810      *\ -arch\ *\ -arch\ *) am__universal=true ;;
   3811      esac
   3812 
   3813   for depmode in $am_compiler_list; do
   3814     # Setup a source with many dependencies, because some compilers
   3815     # like to wrap large dependency lists on column 80 (with \), and
   3816     # we should not choose a depcomp mode which is confused by this.
   3817     #
   3818     # We need to recreate these files for each test, as the compiler may
   3819     # overwrite some of them when testing with obscure command lines.
   3820     # This happens at least with the AIX C compiler.
   3821     : > sub/conftest.c
   3822     for i in 1 2 3 4 5 6; do
   3823       echo '#include "conftst'$i'.h"' >> sub/conftest.c
   3824       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
   3825       # Solaris 8's {/usr,}/bin/sh.
   3826       touch sub/conftst$i.h
   3827     done
   3828     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   3829 
   3830     # We check with `-c' and `-o' for the sake of the "dashmstdout"
   3831     # mode.  It turns out that the SunPro C++ compiler does not properly
   3832     # handle `-M -o', and we need to detect this.  Also, some Intel
   3833     # versions had trouble with output in subdirs
   3834     am__obj=sub/conftest.${OBJEXT-o}
   3835     am__minus_obj="-o $am__obj"
   3836     case $depmode in
   3837     gcc)
   3838       # This depmode causes a compiler race in universal mode.
   3839       test "$am__universal" = false || continue
   3840       ;;
   3841     nosideeffect)
   3842       # after this tag, mechanisms are not by side-effect, so they'll
   3843       # only be used when explicitly requested
   3844       if test "x$enable_dependency_tracking" = xyes; then
   3845 	continue
   3846       else
   3847 	break
   3848       fi
   3849       ;;
   3850     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
   3851       # This compiler won't grok `-c -o', but also, the minuso test has
   3852       # not run yet.  These depmodes are late enough in the game, and
   3853       # so weak that their functioning should not be impacted.
   3854       am__obj=conftest.${OBJEXT-o}
   3855       am__minus_obj=
   3856       ;;
   3857     none) break ;;
   3858     esac
   3859     if depmode=$depmode \
   3860        source=sub/conftest.c object=$am__obj \
   3861        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   3862        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
   3863          >/dev/null 2>conftest.err &&
   3864        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   3865        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   3866        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
   3867        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   3868       # icc doesn't choke on unknown options, it will just issue warnings
   3869       # or remarks (even with -Werror).  So we grep stderr for any message
   3870       # that says an option was ignored or not supported.
   3871       # When given -MP, icc 7.0 and 7.1 complain thusly:
   3872       #   icc: Command line warning: ignoring option '-M'; no argument required
   3873       # The diagnosis changed in icc 8.0:
   3874       #   icc: Command line remark: option '-MP' not supported
   3875       if (grep 'ignoring option' conftest.err ||
   3876           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   3877         am_cv_CC_dependencies_compiler_type=$depmode
   3878         break
   3879       fi
   3880     fi
   3881   done
   3882 
   3883   cd ..
   3884   rm -rf conftest.dir
   3885 else
   3886   am_cv_CC_dependencies_compiler_type=none
   3887 fi
   3888 
   3889 fi
   3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
   3891 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
   3892 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   3893 
   3894  if
   3895   test "x$enable_dependency_tracking" != xno \
   3896   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
   3897   am__fastdepCC_TRUE=
   3898   am__fastdepCC_FALSE='#'
   3899 else
   3900   am__fastdepCC_TRUE='#'
   3901   am__fastdepCC_FALSE=
   3902 fi
   3903 
   3904 
   3905 
   3906 
   3907 
   3908 
   3909 if test "x$GCC" != "xyes"; then
   3910   as_fn_error "libssp must be built with GCC" "$LINENO" 5
   3911 fi
   3912 ac_ext=c
   3913 ac_cpp='$CPP $CPPFLAGS'
   3914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
   3918 $as_echo_n "checking how to run the C preprocessor... " >&6; }
   3919 # On Suns, sometimes $CPP names a directory.
   3920 if test -n "$CPP" && test -d "$CPP"; then
   3921   CPP=
   3922 fi
   3923 if test -z "$CPP"; then
   3924   if test "${ac_cv_prog_CPP+set}" = set; then :
   3925   $as_echo_n "(cached) " >&6
   3926 else
   3927       # Double quotes because CPP needs to be expanded
   3928     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   3929     do
   3930       ac_preproc_ok=false
   3931 for ac_c_preproc_warn_flag in '' yes
   3932 do
   3933   # Use a header file that comes with gcc, so configuring glibc
   3934   # with a fresh cross-compiler works.
   3935   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   3936   # <limits.h> exists even on freestanding compilers.
   3937   # On the NeXT, cc -E runs the code through the compiler's parser,
   3938   # not just through cpp. "Syntax error" is here to catch this case.
   3939   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3940 /* end confdefs.h.  */
   3941 #ifdef __STDC__
   3942 # include <limits.h>
   3943 #else
   3944 # include <assert.h>
   3945 #endif
   3946 		     Syntax error
   3947 _ACEOF
   3948 if ac_fn_c_try_cpp "$LINENO"; then :
   3949 
   3950 else
   3951   # Broken: fails on valid input.
   3952 continue
   3953 fi
   3954 rm -f conftest.err conftest.$ac_ext
   3955 
   3956   # OK, works on sane cases.  Now check whether nonexistent headers
   3957   # can be detected and how.
   3958   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3959 /* end confdefs.h.  */
   3960 #include <ac_nonexistent.h>
   3961 _ACEOF
   3962 if ac_fn_c_try_cpp "$LINENO"; then :
   3963   # Broken: success on invalid input.
   3964 continue
   3965 else
   3966   # Passes both tests.
   3967 ac_preproc_ok=:
   3968 break
   3969 fi
   3970 rm -f conftest.err conftest.$ac_ext
   3971 
   3972 done
   3973 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   3974 rm -f conftest.err conftest.$ac_ext
   3975 if $ac_preproc_ok; then :
   3976   break
   3977 fi
   3978 
   3979     done
   3980     ac_cv_prog_CPP=$CPP
   3981 
   3982 fi
   3983   CPP=$ac_cv_prog_CPP
   3984 else
   3985   ac_cv_prog_CPP=$CPP
   3986 fi
   3987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
   3988 $as_echo "$CPP" >&6; }
   3989 ac_preproc_ok=false
   3990 for ac_c_preproc_warn_flag in '' yes
   3991 do
   3992   # Use a header file that comes with gcc, so configuring glibc
   3993   # with a fresh cross-compiler works.
   3994   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   3995   # <limits.h> exists even on freestanding compilers.
   3996   # On the NeXT, cc -E runs the code through the compiler's parser,
   3997   # not just through cpp. "Syntax error" is here to catch this case.
   3998   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3999 /* end confdefs.h.  */
   4000 #ifdef __STDC__
   4001 # include <limits.h>
   4002 #else
   4003 # include <assert.h>
   4004 #endif
   4005 		     Syntax error
   4006 _ACEOF
   4007 if ac_fn_c_try_cpp "$LINENO"; then :
   4008 
   4009 else
   4010   # Broken: fails on valid input.
   4011 continue
   4012 fi
   4013 rm -f conftest.err conftest.$ac_ext
   4014 
   4015   # OK, works on sane cases.  Now check whether nonexistent headers
   4016   # can be detected and how.
   4017   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4018 /* end confdefs.h.  */
   4019 #include <ac_nonexistent.h>
   4020 _ACEOF
   4021 if ac_fn_c_try_cpp "$LINENO"; then :
   4022   # Broken: success on invalid input.
   4023 continue
   4024 else
   4025   # Passes both tests.
   4026 ac_preproc_ok=:
   4027 break
   4028 fi
   4029 rm -f conftest.err conftest.$ac_ext
   4030 
   4031 done
   4032 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   4033 rm -f conftest.err conftest.$ac_ext
   4034 if $ac_preproc_ok; then :
   4035 
   4036 else
   4037   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   4038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   4039 as_fn_error "C preprocessor \"$CPP\" fails sanity check
   4040 See \`config.log' for more details." "$LINENO" 5; }
   4041 fi
   4042 
   4043 ac_ext=c
   4044 ac_cpp='$CPP $CPPFLAGS'
   4045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   4046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   4047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   4048 
   4049 
   4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fstack-protector works" >&5
   4051 $as_echo_n "checking whether -fstack-protector works... " >&6; }
   4052 save_CFLAGS="$CFLAGS"
   4053 CFLAGS="$CFLAGS -fstack-protector -Werror"
   4054 
   4055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4056 /* end confdefs.h.  */
   4057 
   4058 void __attribute__((noinline)) bar (char *x)
   4059 {
   4060   __builtin_memset (x, 0, 64);
   4061 }
   4062 int
   4063 main ()
   4064 {
   4065 char buf[64]; bar (buf);
   4066   ;
   4067   return 0;
   4068 }
   4069 _ACEOF
   4070 if ac_fn_c_try_compile "$LINENO"; then :
   4071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4072 $as_echo "yes" >&6; }
   4073 else
   4074   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4075 $as_echo "no" >&6; }
   4076 fi
   4077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4078 CFLAGS="$save_CFLAGS"
   4079 
   4080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether hidden visibility is supported" >&5
   4081 $as_echo_n "checking whether hidden visibility is supported... " >&6; }
   4082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4083 /* end confdefs.h.  */
   4084 
   4085 void __attribute__((visibility ("hidden"))) bar (void) {}
   4086 int
   4087 main ()
   4088 {
   4089 
   4090   ;
   4091   return 0;
   4092 }
   4093 _ACEOF
   4094 if ac_fn_c_try_compile "$LINENO"; then :
   4095   ssp_hidden=yes
   4096 else
   4097   ssp_hidden=no
   4098 fi
   4099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_hidden" >&5
   4101 $as_echo "$ssp_hidden" >&6; }
   4102 if test x$ssp_hidden = xyes; then
   4103 
   4104 $as_echo "#define HAVE_HIDDEN_VISIBILITY 1" >>confdefs.h
   4105 
   4106 fi
   4107 
   4108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symbol versioning is supported" >&5
   4109 $as_echo_n "checking whether symbol versioning is supported... " >&6; }
   4110 # Check whether --enable-symvers was given.
   4111 if test "${enable_symvers+set}" = set; then :
   4112   enableval=$enable_symvers; ssp_use_symver=$enableval
   4113 else
   4114   ssp_use_symver=yes
   4115 fi
   4116 
   4117 if test "x$ssp_use_symver" != xno; then
   4118   if test x$gcc_no_link = xyes; then
   4119     # If we cannot link, we cannot build shared libraries, so do not use
   4120     # symbol versioning.
   4121     ssp_use_symver=no
   4122   else
   4123     save_LDFLAGS="$LDFLAGS"
   4124     LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
   4125     cat > conftest.map <<EOF
   4126 FOO_1.0 {
   4127   global: *foo*; bar; local: *;
   4128 };
   4129 EOF
   4130     if test x$gcc_no_link = xyes; then
   4131   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   4132 fi
   4133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4134 /* end confdefs.h.  */
   4135 int foo;
   4136 int
   4137 main ()
   4138 {
   4139 
   4140   ;
   4141   return 0;
   4142 }
   4143 _ACEOF
   4144 if ac_fn_c_try_link "$LINENO"; then :
   4145   ssp_use_symver=gnu
   4146 else
   4147   ssp_use_symver=no
   4148 fi
   4149 rm -f core conftest.err conftest.$ac_objext \
   4150     conftest$ac_exeext conftest.$ac_ext
   4151     if test x$ssp_use_symver = xno; then
   4152       case "$target_os" in
   4153         solaris2*)
   4154           LDFLAGS="$save_LDFLAGS"
   4155           LDFLAGS="$LDFLAGS -fPIC -shared -Wl,-M,./conftest.map"
   4156           # Sun ld cannot handle wildcards and treats all entries as undefined.
   4157           cat > conftest.map <<EOF
   4158 FOO_1.0 {
   4159   global: foo; local: *;
   4160 };
   4161 EOF
   4162           if test x$gcc_no_link = xyes; then
   4163   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   4164 fi
   4165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4166 /* end confdefs.h.  */
   4167 int foo;
   4168 int
   4169 main ()
   4170 {
   4171 
   4172   ;
   4173   return 0;
   4174 }
   4175 _ACEOF
   4176 if ac_fn_c_try_link "$LINENO"; then :
   4177   ssp_use_symver=sun
   4178 else
   4179   ssp_use_symver=no
   4180 fi
   4181 rm -f core conftest.err conftest.$ac_objext \
   4182     conftest$ac_exeext conftest.$ac_ext
   4183 	  ;;
   4184       esac
   4185     fi
   4186     LDFLAGS="$save_LDFLAGS"
   4187   fi
   4188 fi
   4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_use_symver" >&5
   4190 $as_echo "$ssp_use_symver" >&6; }
   4191  if test "x$ssp_use_symver" != xno; then
   4192   LIBSSP_USE_SYMVER_TRUE=
   4193   LIBSSP_USE_SYMVER_FALSE='#'
   4194 else
   4195   LIBSSP_USE_SYMVER_TRUE='#'
   4196   LIBSSP_USE_SYMVER_FALSE=
   4197 fi
   4198 
   4199  if test "x$ssp_use_symver" = xgnu; then
   4200   LIBSSP_USE_SYMVER_GNU_TRUE=
   4201   LIBSSP_USE_SYMVER_GNU_FALSE='#'
   4202 else
   4203   LIBSSP_USE_SYMVER_GNU_TRUE='#'
   4204   LIBSSP_USE_SYMVER_GNU_FALSE=
   4205 fi
   4206 
   4207  if test "x$ssp_use_symver" = xsun; then
   4208   LIBSSP_USE_SYMVER_SUN_TRUE=
   4209   LIBSSP_USE_SYMVER_SUN_FALSE='#'
   4210 else
   4211   LIBSSP_USE_SYMVER_SUN_TRUE='#'
   4212   LIBSSP_USE_SYMVER_SUN_FALSE=
   4213 fi
   4214 
   4215 
   4216 
   4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
   4218 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
   4219 if test "${ac_cv_path_GREP+set}" = set; then :
   4220   $as_echo_n "(cached) " >&6
   4221 else
   4222   if test -z "$GREP"; then
   4223   ac_path_GREP_found=false
   4224   # Loop through the user's path and test for each of PROGNAME-LIST
   4225   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4226 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   4227 do
   4228   IFS=$as_save_IFS
   4229   test -z "$as_dir" && as_dir=.
   4230     for ac_prog in grep ggrep; do
   4231     for ac_exec_ext in '' $ac_executable_extensions; do
   4232       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
   4233       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
   4234 # Check for GNU ac_path_GREP and select it if it is found.
   4235   # Check for GNU $ac_path_GREP
   4236 case `"$ac_path_GREP" --version 2>&1` in
   4237 *GNU*)
   4238   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
   4239 *)
   4240   ac_count=0
   4241   $as_echo_n 0123456789 >"conftest.in"
   4242   while :
   4243   do
   4244     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4245     mv "conftest.tmp" "conftest.in"
   4246     cp "conftest.in" "conftest.nl"
   4247     $as_echo 'GREP' >> "conftest.nl"
   4248     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4249     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4250     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4251     if test $ac_count -gt ${ac_path_GREP_max-0}; then
   4252       # Best one so far, save it but keep looking for a better one
   4253       ac_cv_path_GREP="$ac_path_GREP"
   4254       ac_path_GREP_max=$ac_count
   4255     fi
   4256     # 10*(2^10) chars as input seems more than enough
   4257     test $ac_count -gt 10 && break
   4258   done
   4259   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4260 esac
   4261 
   4262       $ac_path_GREP_found && break 3
   4263     done
   4264   done
   4265   done
   4266 IFS=$as_save_IFS
   4267   if test -z "$ac_cv_path_GREP"; then
   4268     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   4269   fi
   4270 else
   4271   ac_cv_path_GREP=$GREP
   4272 fi
   4273 
   4274 fi
   4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
   4276 $as_echo "$ac_cv_path_GREP" >&6; }
   4277  GREP="$ac_cv_path_GREP"
   4278 
   4279 
   4280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
   4281 $as_echo_n "checking for egrep... " >&6; }
   4282 if test "${ac_cv_path_EGREP+set}" = set; then :
   4283   $as_echo_n "(cached) " >&6
   4284 else
   4285   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   4286    then ac_cv_path_EGREP="$GREP -E"
   4287    else
   4288      if test -z "$EGREP"; then
   4289   ac_path_EGREP_found=false
   4290   # Loop through the user's path and test for each of PROGNAME-LIST
   4291   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4292 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   4293 do
   4294   IFS=$as_save_IFS
   4295   test -z "$as_dir" && as_dir=.
   4296     for ac_prog in egrep; do
   4297     for ac_exec_ext in '' $ac_executable_extensions; do
   4298       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
   4299       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
   4300 # Check for GNU ac_path_EGREP and select it if it is found.
   4301   # Check for GNU $ac_path_EGREP
   4302 case `"$ac_path_EGREP" --version 2>&1` in
   4303 *GNU*)
   4304   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
   4305 *)
   4306   ac_count=0
   4307   $as_echo_n 0123456789 >"conftest.in"
   4308   while :
   4309   do
   4310     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4311     mv "conftest.tmp" "conftest.in"
   4312     cp "conftest.in" "conftest.nl"
   4313     $as_echo 'EGREP' >> "conftest.nl"
   4314     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4315     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4316     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4317     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
   4318       # Best one so far, save it but keep looking for a better one
   4319       ac_cv_path_EGREP="$ac_path_EGREP"
   4320       ac_path_EGREP_max=$ac_count
   4321     fi
   4322     # 10*(2^10) chars as input seems more than enough
   4323     test $ac_count -gt 10 && break
   4324   done
   4325   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4326 esac
   4327 
   4328       $ac_path_EGREP_found && break 3
   4329     done
   4330   done
   4331   done
   4332 IFS=$as_save_IFS
   4333   if test -z "$ac_cv_path_EGREP"; then
   4334     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   4335   fi
   4336 else
   4337   ac_cv_path_EGREP=$EGREP
   4338 fi
   4339 
   4340    fi
   4341 fi
   4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
   4343 $as_echo "$ac_cv_path_EGREP" >&6; }
   4344  EGREP="$ac_cv_path_EGREP"
   4345 
   4346 
   4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
   4348 $as_echo_n "checking for ANSI C header files... " >&6; }
   4349 if test "${ac_cv_header_stdc+set}" = set; then :
   4350   $as_echo_n "(cached) " >&6
   4351 else
   4352   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4353 /* end confdefs.h.  */
   4354 #include <stdlib.h>
   4355 #include <stdarg.h>
   4356 #include <string.h>
   4357 #include <float.h>
   4358 
   4359 int
   4360 main ()
   4361 {
   4362 
   4363   ;
   4364   return 0;
   4365 }
   4366 _ACEOF
   4367 if ac_fn_c_try_compile "$LINENO"; then :
   4368   ac_cv_header_stdc=yes
   4369 else
   4370   ac_cv_header_stdc=no
   4371 fi
   4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   4373 
   4374 if test $ac_cv_header_stdc = yes; then
   4375   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   4376   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4377 /* end confdefs.h.  */
   4378 #include <string.h>
   4379 
   4380 _ACEOF
   4381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   4382   $EGREP "memchr" >/dev/null 2>&1; then :
   4383 
   4384 else
   4385   ac_cv_header_stdc=no
   4386 fi
   4387 rm -f conftest*
   4388 
   4389 fi
   4390 
   4391 if test $ac_cv_header_stdc = yes; then
   4392   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   4393   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4394 /* end confdefs.h.  */
   4395 #include <stdlib.h>
   4396 
   4397 _ACEOF
   4398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   4399   $EGREP "free" >/dev/null 2>&1; then :
   4400 
   4401 else
   4402   ac_cv_header_stdc=no
   4403 fi
   4404 rm -f conftest*
   4405 
   4406 fi
   4407 
   4408 if test $ac_cv_header_stdc = yes; then
   4409   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
   4410   if test "$cross_compiling" = yes; then :
   4411   :
   4412 else
   4413   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4414 /* end confdefs.h.  */
   4415 #include <ctype.h>
   4416 #include <stdlib.h>
   4417 #if ((' ' & 0x0FF) == 0x020)
   4418 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
   4419 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
   4420 #else
   4421 # define ISLOWER(c) \
   4422 		   (('a' <= (c) && (c) <= 'i') \
   4423 		     || ('j' <= (c) && (c) <= 'r') \
   4424 		     || ('s' <= (c) && (c) <= 'z'))
   4425 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   4426 #endif
   4427 
   4428 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
   4429 int
   4430 main ()
   4431 {
   4432   int i;
   4433   for (i = 0; i < 256; i++)
   4434     if (XOR (islower (i), ISLOWER (i))
   4435 	|| toupper (i) != TOUPPER (i))
   4436       return 2;
   4437   return 0;
   4438 }
   4439 _ACEOF
   4440 if ac_fn_c_try_run "$LINENO"; then :
   4441 
   4442 else
   4443   ac_cv_header_stdc=no
   4444 fi
   4445 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   4446   conftest.$ac_objext conftest.beam conftest.$ac_ext
   4447 fi
   4448 
   4449 fi
   4450 fi
   4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
   4452 $as_echo "$ac_cv_header_stdc" >&6; }
   4453 if test $ac_cv_header_stdc = yes; then
   4454 
   4455 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
   4456 
   4457 fi
   4458 
   4459 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
   4460 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
   4461 		  inttypes.h stdint.h unistd.h
   4462 do :
   4463   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   4464 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   4465 "
   4466 eval as_val=\$$as_ac_Header
   4467    if test "x$as_val" = x""yes; then :
   4468   cat >>confdefs.h <<_ACEOF
   4469 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   4470 _ACEOF
   4471 
   4472 fi
   4473 
   4474 done
   4475 
   4476 
   4477 for ac_header in alloca.h malloc.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h
   4478 do :
   4479   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   4480 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
   4481 eval as_val=\$$as_ac_Header
   4482    if test "x$as_val" = x""yes; then :
   4483   cat >>confdefs.h <<_ACEOF
   4484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   4485 _ACEOF
   4486 
   4487 fi
   4488 
   4489 done
   4490 
   4491 
   4492 if test x$gcc_no_link = xyes; then
   4493   # Presume the ISO C functions are available; add target-specific
   4494   # configuration here if required.
   4495   $as_echo "#define HAVE_STRNCPY 1" >>confdefs.h
   4496 
   4497   $as_echo "#define HAVE_STRNCAT 1" >>confdefs.h
   4498 
   4499 else
   4500   for ac_func in memmove mempcpy strncpy strncat
   4501 do :
   4502   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
   4503 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
   4504 eval as_val=\$$as_ac_var
   4505    if test "x$as_val" = x""yes; then :
   4506   cat >>confdefs.h <<_ACEOF
   4507 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
   4508 _ACEOF
   4509 
   4510 fi
   4511 done
   4512 
   4513 fi
   4514 
   4515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether vsnprintf is usable" >&5
   4516 $as_echo_n "checking whether vsnprintf is usable... " >&6; }
   4517 if test "$cross_compiling" = yes; then :
   4518   ssp_have_usable_vsnprintf=undef
   4519 else
   4520   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   4521 /* end confdefs.h.  */
   4522 
   4523 #include <stdarg.h>
   4524 #include <string.h>
   4525 #include <stdio.h>
   4526 int foo (char *buf, size_t n, const char *fmt, ...)
   4527 {
   4528   va_list ap;
   4529   int ret;
   4530   va_start (ap, fmt);
   4531   ret = vsnprintf (buf, n, fmt, ap);
   4532   va_end (ap);
   4533   return ret;
   4534 }
   4535 int
   4536 main ()
   4537 {
   4538 char buf[8]; memset (buf, 'A', sizeof (buf));
   4539  if (foo (buf, 4, ".%s.", "CDEFG") != 7)
   4540    return 1;
   4541  return memcmp (buf, ".CD\0AAAA", sizeof (buf)) != 0;
   4542   ;
   4543   return 0;
   4544 }
   4545 _ACEOF
   4546 if ac_fn_c_try_run "$LINENO"; then :
   4547   ssp_have_usable_vsnprintf=define
   4548 else
   4549   ssp_have_usable_vsnprintf=undef
   4550 fi
   4551 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   4552   conftest.$ac_objext conftest.beam conftest.$ac_ext
   4553 fi
   4554 
   4555 if test "x$ssp_have_usable_vsnprintf" = xdefine; then
   4556   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4557 $as_echo "yes" >&6; }
   4558 
   4559 $as_echo "#define HAVE_USABLE_VSNPRINTF 1" >>confdefs.h
   4560 
   4561 else
   4562   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4563 $as_echo "no" >&6; }
   4564 fi
   4565 
   4566 
   4567 case `pwd` in
   4568   *\ * | *\	*)
   4569     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
   4570 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
   4571 esac
   4572 
   4573 
   4574 
   4575 macro_version='2.2.7a'
   4576 macro_revision='1.3134'
   4577 
   4578 
   4579 
   4580 
   4581 
   4582 
   4583 
   4584 
   4585 
   4586 
   4587 
   4588 
   4589 
   4590 ltmain="$ac_aux_dir/ltmain.sh"
   4591 
   4592 # Backslashify metacharacters that are still active within
   4593 # double-quoted strings.
   4594 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
   4595 
   4596 # Same as above, but do not quote variable references.
   4597 double_quote_subst='s/\(["`\\]\)/\\\1/g'
   4598 
   4599 # Sed substitution to delay expansion of an escaped shell variable in a
   4600 # double_quote_subst'ed string.
   4601 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
   4602 
   4603 # Sed substitution to delay expansion of an escaped single quote.
   4604 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
   4605 
   4606 # Sed substitution to avoid accidental globbing in evaled expressions
   4607 no_glob_subst='s/\*/\\\*/g'
   4608 
   4609 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   4610 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
   4611 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
   4612 
   4613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
   4614 $as_echo_n "checking how to print strings... " >&6; }
   4615 # Test print first, because it will be a builtin if present.
   4616 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
   4617    test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
   4618   ECHO='print -r --'
   4619 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
   4620   ECHO='printf %s\n'
   4621 else
   4622   # Use this function as a fallback that always works.
   4623   func_fallback_echo ()
   4624   {
   4625     eval 'cat <<_LTECHO_EOF
   4626 $1
   4627 _LTECHO_EOF'
   4628   }
   4629   ECHO='func_fallback_echo'
   4630 fi
   4631 
   4632 # func_echo_all arg...
   4633 # Invoke $ECHO with all args, space-separated.
   4634 func_echo_all ()
   4635 {
   4636     $ECHO ""
   4637 }
   4638 
   4639 case "$ECHO" in
   4640   printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
   4641 $as_echo "printf" >&6; } ;;
   4642   print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
   4643 $as_echo "print -r" >&6; } ;;
   4644   *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
   4645 $as_echo "cat" >&6; } ;;
   4646 esac
   4647 
   4648 
   4649 
   4650 
   4651 
   4652 
   4653 
   4654 
   4655 
   4656 
   4657 
   4658 
   4659 
   4660 
   4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
   4662 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
   4663 if test "${ac_cv_path_SED+set}" = set; then :
   4664   $as_echo_n "(cached) " >&6
   4665 else
   4666             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
   4667      for ac_i in 1 2 3 4 5 6 7; do
   4668        ac_script="$ac_script$as_nl$ac_script"
   4669      done
   4670      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
   4671      { ac_script=; unset ac_script;}
   4672      if test -z "$SED"; then
   4673   ac_path_SED_found=false
   4674   # Loop through the user's path and test for each of PROGNAME-LIST
   4675   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4676 for as_dir in $PATH
   4677 do
   4678   IFS=$as_save_IFS
   4679   test -z "$as_dir" && as_dir=.
   4680     for ac_prog in sed gsed; do
   4681     for ac_exec_ext in '' $ac_executable_extensions; do
   4682       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
   4683       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
   4684 # Check for GNU ac_path_SED and select it if it is found.
   4685   # Check for GNU $ac_path_SED
   4686 case `"$ac_path_SED" --version 2>&1` in
   4687 *GNU*)
   4688   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
   4689 *)
   4690   ac_count=0
   4691   $as_echo_n 0123456789 >"conftest.in"
   4692   while :
   4693   do
   4694     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4695     mv "conftest.tmp" "conftest.in"
   4696     cp "conftest.in" "conftest.nl"
   4697     $as_echo '' >> "conftest.nl"
   4698     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4699     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4700     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4701     if test $ac_count -gt ${ac_path_SED_max-0}; then
   4702       # Best one so far, save it but keep looking for a better one
   4703       ac_cv_path_SED="$ac_path_SED"
   4704       ac_path_SED_max=$ac_count
   4705     fi
   4706     # 10*(2^10) chars as input seems more than enough
   4707     test $ac_count -gt 10 && break
   4708   done
   4709   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4710 esac
   4711 
   4712       $ac_path_SED_found && break 3
   4713     done
   4714   done
   4715   done
   4716 IFS=$as_save_IFS
   4717   if test -z "$ac_cv_path_SED"; then
   4718     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
   4719   fi
   4720 else
   4721   ac_cv_path_SED=$SED
   4722 fi
   4723 
   4724 fi
   4725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
   4726 $as_echo "$ac_cv_path_SED" >&6; }
   4727  SED="$ac_cv_path_SED"
   4728   rm -f conftest.sed
   4729 
   4730 test -z "$SED" && SED=sed
   4731 Xsed="$SED -e 1s/^X//"
   4732 
   4733 
   4734 
   4735 
   4736 
   4737 
   4738 
   4739 
   4740 
   4741 
   4742 
   4743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
   4744 $as_echo_n "checking for fgrep... " >&6; }
   4745 if test "${ac_cv_path_FGREP+set}" = set; then :
   4746   $as_echo_n "(cached) " >&6
   4747 else
   4748   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
   4749    then ac_cv_path_FGREP="$GREP -F"
   4750    else
   4751      if test -z "$FGREP"; then
   4752   ac_path_FGREP_found=false
   4753   # Loop through the user's path and test for each of PROGNAME-LIST
   4754   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4755 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   4756 do
   4757   IFS=$as_save_IFS
   4758   test -z "$as_dir" && as_dir=.
   4759     for ac_prog in fgrep; do
   4760     for ac_exec_ext in '' $ac_executable_extensions; do
   4761       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
   4762       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
   4763 # Check for GNU ac_path_FGREP and select it if it is found.
   4764   # Check for GNU $ac_path_FGREP
   4765 case `"$ac_path_FGREP" --version 2>&1` in
   4766 *GNU*)
   4767   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
   4768 *)
   4769   ac_count=0
   4770   $as_echo_n 0123456789 >"conftest.in"
   4771   while :
   4772   do
   4773     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4774     mv "conftest.tmp" "conftest.in"
   4775     cp "conftest.in" "conftest.nl"
   4776     $as_echo 'FGREP' >> "conftest.nl"
   4777     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4778     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4779     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4780     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
   4781       # Best one so far, save it but keep looking for a better one
   4782       ac_cv_path_FGREP="$ac_path_FGREP"
   4783       ac_path_FGREP_max=$ac_count
   4784     fi
   4785     # 10*(2^10) chars as input seems more than enough
   4786     test $ac_count -gt 10 && break
   4787   done
   4788   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4789 esac
   4790 
   4791       $ac_path_FGREP_found && break 3
   4792     done
   4793   done
   4794   done
   4795 IFS=$as_save_IFS
   4796   if test -z "$ac_cv_path_FGREP"; then
   4797     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   4798   fi
   4799 else
   4800   ac_cv_path_FGREP=$FGREP
   4801 fi
   4802 
   4803    fi
   4804 fi
   4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
   4806 $as_echo "$ac_cv_path_FGREP" >&6; }
   4807  FGREP="$ac_cv_path_FGREP"
   4808 
   4809 
   4810 test -z "$GREP" && GREP=grep
   4811 
   4812 
   4813 
   4814 
   4815 
   4816 
   4817 
   4818 
   4819 
   4820 
   4821 
   4822 
   4823 
   4824 
   4825 
   4826 
   4827 
   4828 
   4829 
   4830 # Check whether --with-gnu-ld was given.
   4831 if test "${with_gnu_ld+set}" = set; then :
   4832   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
   4833 else
   4834   with_gnu_ld=no
   4835 fi
   4836 
   4837 ac_prog=ld
   4838 if test "$GCC" = yes; then
   4839   # Check if gcc -print-prog-name=ld gives a path.
   4840   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
   4841 $as_echo_n "checking for ld used by $CC... " >&6; }
   4842   case $host in
   4843   *-*-mingw*)
   4844     # gcc leaves a trailing carriage return which upsets mingw
   4845     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   4846   *)
   4847     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
   4848   esac
   4849   case $ac_prog in
   4850     # Accept absolute paths.
   4851     [\\/]* | ?:[\\/]*)
   4852       re_direlt='/[^/][^/]*/\.\./'
   4853       # Canonicalize the pathname of ld
   4854       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
   4855       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
   4856 	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
   4857       done
   4858       test -z "$LD" && LD="$ac_prog"
   4859       ;;
   4860   "")
   4861     # If it fails, then pretend we aren't using GCC.
   4862     ac_prog=ld
   4863     ;;
   4864   *)
   4865     # If it is relative, then search for the first ld in PATH.
   4866     with_gnu_ld=unknown
   4867     ;;
   4868   esac
   4869 elif test "$with_gnu_ld" = yes; then
   4870   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
   4871 $as_echo_n "checking for GNU ld... " >&6; }
   4872 else
   4873   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
   4874 $as_echo_n "checking for non-GNU ld... " >&6; }
   4875 fi
   4876 if test "${lt_cv_path_LD+set}" = set; then :
   4877   $as_echo_n "(cached) " >&6
   4878 else
   4879   if test -z "$LD"; then
   4880   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   4881   for ac_dir in $PATH; do
   4882     IFS="$lt_save_ifs"
   4883     test -z "$ac_dir" && ac_dir=.
   4884     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
   4885       lt_cv_path_LD="$ac_dir/$ac_prog"
   4886       # Check to see if the program is GNU ld.  I'd rather use --version,
   4887       # but apparently some variants of GNU ld only accept -v.
   4888       # Break only if it was the GNU/non-GNU ld that we prefer.
   4889       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
   4890       *GNU* | *'with BFD'*)
   4891 	test "$with_gnu_ld" != no && break
   4892 	;;
   4893       *)
   4894 	test "$with_gnu_ld" != yes && break
   4895 	;;
   4896       esac
   4897     fi
   4898   done
   4899   IFS="$lt_save_ifs"
   4900 else
   4901   lt_cv_path_LD="$LD" # Let the user override the test with a path.
   4902 fi
   4903 fi
   4904 
   4905 LD="$lt_cv_path_LD"
   4906 if test -n "$LD"; then
   4907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
   4908 $as_echo "$LD" >&6; }
   4909 else
   4910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4911 $as_echo "no" >&6; }
   4912 fi
   4913 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
   4914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
   4915 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
   4916 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
   4917   $as_echo_n "(cached) " >&6
   4918 else
   4919   # I'd rather use --version here, but apparently some GNU lds only accept -v.
   4920 case `$LD -v 2>&1 </dev/null` in
   4921 *GNU* | *'with BFD'*)
   4922   lt_cv_prog_gnu_ld=yes
   4923   ;;
   4924 *)
   4925   lt_cv_prog_gnu_ld=no
   4926   ;;
   4927 esac
   4928 fi
   4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
   4930 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
   4931 with_gnu_ld=$lt_cv_prog_gnu_ld
   4932 
   4933 
   4934 
   4935 
   4936 
   4937 
   4938 
   4939 
   4940 
   4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
   4942 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
   4943 if test "${lt_cv_path_NM+set}" = set; then :
   4944   $as_echo_n "(cached) " >&6
   4945 else
   4946   if test -n "$NM"; then
   4947   # Let the user override the test.
   4948   lt_cv_path_NM="$NM"
   4949 else
   4950   lt_nm_to_check="${ac_tool_prefix}nm"
   4951   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
   4952     lt_nm_to_check="$lt_nm_to_check nm"
   4953   fi
   4954   for lt_tmp_nm in $lt_nm_to_check; do
   4955     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   4956     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
   4957       IFS="$lt_save_ifs"
   4958       test -z "$ac_dir" && ac_dir=.
   4959       tmp_nm="$ac_dir/$lt_tmp_nm"
   4960       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
   4961 	# Check to see if the nm accepts a BSD-compat flag.
   4962 	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
   4963 	#   nm: unknown option "B" ignored
   4964 	# Tru64's nm complains that /dev/null is an invalid object file
   4965 	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
   4966 	*/dev/null* | *'Invalid file or object type'*)
   4967 	  lt_cv_path_NM="$tmp_nm -B"
   4968 	  break
   4969 	  ;;
   4970 	*)
   4971 	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
   4972 	  */dev/null*)
   4973 	    lt_cv_path_NM="$tmp_nm -p"
   4974 	    break
   4975 	    ;;
   4976 	  *)
   4977 	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
   4978 	    continue # so that we can try to find one that supports BSD flags
   4979 	    ;;
   4980 	  esac
   4981 	  ;;
   4982 	esac
   4983       fi
   4984     done
   4985     IFS="$lt_save_ifs"
   4986   done
   4987   : ${lt_cv_path_NM=no}
   4988 fi
   4989 fi
   4990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
   4991 $as_echo "$lt_cv_path_NM" >&6; }
   4992 if test "$lt_cv_path_NM" != "no"; then
   4993   NM="$lt_cv_path_NM"
   4994 else
   4995   # Didn't find any BSD compatible name lister, look for dumpbin.
   4996   if test -n "$DUMPBIN"; then :
   4997     # Let the user override the test.
   4998   else
   4999     if test -n "$ac_tool_prefix"; then
   5000   for ac_prog in dumpbin "link -dump"
   5001   do
   5002     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   5003 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5005 $as_echo_n "checking for $ac_word... " >&6; }
   5006 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
   5007   $as_echo_n "(cached) " >&6
   5008 else
   5009   if test -n "$DUMPBIN"; then
   5010   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
   5011 else
   5012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5013 for as_dir in $PATH
   5014 do
   5015   IFS=$as_save_IFS
   5016   test -z "$as_dir" && as_dir=.
   5017     for ac_exec_ext in '' $ac_executable_extensions; do
   5018   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5019     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
   5020     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5021     break 2
   5022   fi
   5023 done
   5024   done
   5025 IFS=$as_save_IFS
   5026 
   5027 fi
   5028 fi
   5029 DUMPBIN=$ac_cv_prog_DUMPBIN
   5030 if test -n "$DUMPBIN"; then
   5031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
   5032 $as_echo "$DUMPBIN" >&6; }
   5033 else
   5034   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5035 $as_echo "no" >&6; }
   5036 fi
   5037 
   5038 
   5039     test -n "$DUMPBIN" && break
   5040   done
   5041 fi
   5042 if test -z "$DUMPBIN"; then
   5043   ac_ct_DUMPBIN=$DUMPBIN
   5044   for ac_prog in dumpbin "link -dump"
   5045 do
   5046   # Extract the first word of "$ac_prog", so it can be a program name with args.
   5047 set dummy $ac_prog; ac_word=$2
   5048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5049 $as_echo_n "checking for $ac_word... " >&6; }
   5050 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
   5051   $as_echo_n "(cached) " >&6
   5052 else
   5053   if test -n "$ac_ct_DUMPBIN"; then
   5054   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
   5055 else
   5056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5057 for as_dir in $PATH
   5058 do
   5059   IFS=$as_save_IFS
   5060   test -z "$as_dir" && as_dir=.
   5061     for ac_exec_ext in '' $ac_executable_extensions; do
   5062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5063     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
   5064     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5065     break 2
   5066   fi
   5067 done
   5068   done
   5069 IFS=$as_save_IFS
   5070 
   5071 fi
   5072 fi
   5073 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
   5074 if test -n "$ac_ct_DUMPBIN"; then
   5075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
   5076 $as_echo "$ac_ct_DUMPBIN" >&6; }
   5077 else
   5078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5079 $as_echo "no" >&6; }
   5080 fi
   5081 
   5082 
   5083   test -n "$ac_ct_DUMPBIN" && break
   5084 done
   5085 
   5086   if test "x$ac_ct_DUMPBIN" = x; then
   5087     DUMPBIN=":"
   5088   else
   5089     case $cross_compiling:$ac_tool_warned in
   5090 yes:)
   5091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5092 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5093 ac_tool_warned=yes ;;
   5094 esac
   5095     DUMPBIN=$ac_ct_DUMPBIN
   5096   fi
   5097 fi
   5098 
   5099     case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
   5100     *COFF*)
   5101       DUMPBIN="$DUMPBIN -symbols"
   5102       ;;
   5103     *)
   5104       DUMPBIN=:
   5105       ;;
   5106     esac
   5107   fi
   5108 
   5109   if test "$DUMPBIN" != ":"; then
   5110     NM="$DUMPBIN"
   5111   fi
   5112 fi
   5113 test -z "$NM" && NM=nm
   5114 
   5115 
   5116 
   5117 
   5118 
   5119 
   5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
   5121 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
   5122 if test "${lt_cv_nm_interface+set}" = set; then :
   5123   $as_echo_n "(cached) " >&6
   5124 else
   5125   lt_cv_nm_interface="BSD nm"
   5126   echo "int some_variable = 0;" > conftest.$ac_ext
   5127   (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
   5128   (eval "$ac_compile" 2>conftest.err)
   5129   cat conftest.err >&5
   5130   (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   5131   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   5132   cat conftest.err >&5
   5133   (eval echo "\"\$as_me:$LINENO: output\"" >&5)
   5134   cat conftest.out >&5
   5135   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
   5136     lt_cv_nm_interface="MS dumpbin"
   5137   fi
   5138   rm -f conftest*
   5139 fi
   5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
   5141 $as_echo "$lt_cv_nm_interface" >&6; }
   5142 
   5143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
   5144 $as_echo_n "checking whether ln -s works... " >&6; }
   5145 LN_S=$as_ln_s
   5146 if test "$LN_S" = "ln -s"; then
   5147   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   5148 $as_echo "yes" >&6; }
   5149 else
   5150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
   5151 $as_echo "no, using $LN_S" >&6; }
   5152 fi
   5153 
   5154 # find the maximum length of command line arguments
   5155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
   5156 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
   5157 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
   5158   $as_echo_n "(cached) " >&6
   5159 else
   5160     i=0
   5161   teststring="ABCD"
   5162 
   5163   case $build_os in
   5164   msdosdjgpp*)
   5165     # On DJGPP, this test can blow up pretty badly due to problems in libc
   5166     # (any single argument exceeding 2000 bytes causes a buffer overrun
   5167     # during glob expansion).  Even if it were fixed, the result of this
   5168     # check would be larger than it should be.
   5169     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
   5170     ;;
   5171 
   5172   gnu*)
   5173     # Under GNU Hurd, this test is not required because there is
   5174     # no limit to the length of command line arguments.
   5175     # Libtool will interpret -1 as no limit whatsoever
   5176     lt_cv_sys_max_cmd_len=-1;
   5177     ;;
   5178 
   5179   cygwin* | mingw* | cegcc*)
   5180     # On Win9x/ME, this test blows up -- it succeeds, but takes
   5181     # about 5 minutes as the teststring grows exponentially.
   5182     # Worse, since 9x/ME are not pre-emptively multitasking,
   5183     # you end up with a "frozen" computer, even though with patience
   5184     # the test eventually succeeds (with a max line length of 256k).
   5185     # Instead, let's just punt: use the minimum linelength reported by
   5186     # all of the supported platforms: 8192 (on NT/2K/XP).
   5187     lt_cv_sys_max_cmd_len=8192;
   5188     ;;
   5189 
   5190   mint*)
   5191     # On MiNT this can take a long time and run out of memory.
   5192     lt_cv_sys_max_cmd_len=8192;
   5193     ;;
   5194 
   5195   amigaos*)
   5196     # On AmigaOS with pdksh, this test takes hours, literally.
   5197     # So we just punt and use a minimum line length of 8192.
   5198     lt_cv_sys_max_cmd_len=8192;
   5199     ;;
   5200 
   5201   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
   5202     # This has been around since 386BSD, at least.  Likely further.
   5203     if test -x /sbin/sysctl; then
   5204       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
   5205     elif test -x /usr/sbin/sysctl; then
   5206       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
   5207     else
   5208       lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
   5209     fi
   5210     # And add a safety zone
   5211     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   5212     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   5213     ;;
   5214 
   5215   interix*)
   5216     # We know the value 262144 and hardcode it with a safety zone (like BSD)
   5217     lt_cv_sys_max_cmd_len=196608
   5218     ;;
   5219 
   5220   osf*)
   5221     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
   5222     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
   5223     # nice to cause kernel panics so lets avoid the loop below.
   5224     # First set a reasonable default.
   5225     lt_cv_sys_max_cmd_len=16384
   5226     #
   5227     if test -x /sbin/sysconfig; then
   5228       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
   5229         *1*) lt_cv_sys_max_cmd_len=-1 ;;
   5230       esac
   5231     fi
   5232     ;;
   5233   sco3.2v5*)
   5234     lt_cv_sys_max_cmd_len=102400
   5235     ;;
   5236   sysv5* | sco5v6* | sysv4.2uw2*)
   5237     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
   5238     if test -n "$kargmax"; then
   5239       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
   5240     else
   5241       lt_cv_sys_max_cmd_len=32768
   5242     fi
   5243     ;;
   5244   *)
   5245     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
   5246     if test -n "$lt_cv_sys_max_cmd_len"; then
   5247       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   5248       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   5249     else
   5250       # Make teststring a little bigger before we do anything with it.
   5251       # a 1K string should be a reasonable start.
   5252       for i in 1 2 3 4 5 6 7 8 ; do
   5253         teststring=$teststring$teststring
   5254       done
   5255       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
   5256       # If test is not a shell built-in, we'll probably end up computing a
   5257       # maximum length that is only half of the actual maximum length, but
   5258       # we can't tell.
   5259       while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
   5260 	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
   5261 	      test $i != 17 # 1/2 MB should be enough
   5262       do
   5263         i=`expr $i + 1`
   5264         teststring=$teststring$teststring
   5265       done
   5266       # Only check the string length outside the loop.
   5267       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
   5268       teststring=
   5269       # Add a significant safety factor because C++ compilers can tack on
   5270       # massive amounts of additional arguments before passing them to the
   5271       # linker.  It appears as though 1/2 is a usable value.
   5272       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
   5273     fi
   5274     ;;
   5275   esac
   5276 
   5277 fi
   5278 
   5279 if test -n $lt_cv_sys_max_cmd_len ; then
   5280   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
   5281 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
   5282 else
   5283   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
   5284 $as_echo "none" >&6; }
   5285 fi
   5286 max_cmd_len=$lt_cv_sys_max_cmd_len
   5287 
   5288 
   5289 
   5290 
   5291 
   5292 
   5293 : ${CP="cp -f"}
   5294 : ${MV="mv -f"}
   5295 : ${RM="rm -f"}
   5296 
   5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
   5298 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
   5299 # Try some XSI features
   5300 xsi_shell=no
   5301 ( _lt_dummy="a/b/c"
   5302   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
   5303       = c,a/b,, \
   5304     && eval 'test $(( 1 + 1 )) -eq 2 \
   5305     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
   5306   && xsi_shell=yes
   5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
   5308 $as_echo "$xsi_shell" >&6; }
   5309 
   5310 
   5311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
   5312 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
   5313 lt_shell_append=no
   5314 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
   5315     >/dev/null 2>&1 \
   5316   && lt_shell_append=yes
   5317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
   5318 $as_echo "$lt_shell_append" >&6; }
   5319 
   5320 
   5321 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   5322   lt_unset=unset
   5323 else
   5324   lt_unset=false
   5325 fi
   5326 
   5327 
   5328 
   5329 
   5330 
   5331 # test EBCDIC or ASCII
   5332 case `echo X|tr X '\101'` in
   5333  A) # ASCII based system
   5334     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
   5335   lt_SP2NL='tr \040 \012'
   5336   lt_NL2SP='tr \015\012 \040\040'
   5337   ;;
   5338  *) # EBCDIC based system
   5339   lt_SP2NL='tr \100 \n'
   5340   lt_NL2SP='tr \r\n \100\100'
   5341   ;;
   5342 esac
   5343 
   5344 
   5345 
   5346 
   5347 
   5348 
   5349 
   5350 
   5351 
   5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
   5353 $as_echo_n "checking for $LD option to reload object files... " >&6; }
   5354 if test "${lt_cv_ld_reload_flag+set}" = set; then :
   5355   $as_echo_n "(cached) " >&6
   5356 else
   5357   lt_cv_ld_reload_flag='-r'
   5358 fi
   5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
   5360 $as_echo "$lt_cv_ld_reload_flag" >&6; }
   5361 reload_flag=$lt_cv_ld_reload_flag
   5362 case $reload_flag in
   5363 "" | " "*) ;;
   5364 *) reload_flag=" $reload_flag" ;;
   5365 esac
   5366 reload_cmds='$LD$reload_flag -o $output$reload_objs'
   5367 case $host_os in
   5368   darwin*)
   5369     if test "$GCC" = yes; then
   5370       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
   5371     else
   5372       reload_cmds='$LD$reload_flag -o $output$reload_objs'
   5373     fi
   5374     ;;
   5375 esac
   5376 
   5377 
   5378 
   5379 
   5380 
   5381 
   5382 
   5383 
   5384 
   5385 if test -n "$ac_tool_prefix"; then
   5386   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
   5387 set dummy ${ac_tool_prefix}objdump; ac_word=$2
   5388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5389 $as_echo_n "checking for $ac_word... " >&6; }
   5390 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
   5391   $as_echo_n "(cached) " >&6
   5392 else
   5393   if test -n "$OBJDUMP"; then
   5394   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
   5395 else
   5396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5397 for as_dir in $PATH
   5398 do
   5399   IFS=$as_save_IFS
   5400   test -z "$as_dir" && as_dir=.
   5401     for ac_exec_ext in '' $ac_executable_extensions; do
   5402   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5403     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
   5404     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5405     break 2
   5406   fi
   5407 done
   5408   done
   5409 IFS=$as_save_IFS
   5410 
   5411 fi
   5412 fi
   5413 OBJDUMP=$ac_cv_prog_OBJDUMP
   5414 if test -n "$OBJDUMP"; then
   5415   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
   5416 $as_echo "$OBJDUMP" >&6; }
   5417 else
   5418   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5419 $as_echo "no" >&6; }
   5420 fi
   5421 
   5422 
   5423 fi
   5424 if test -z "$ac_cv_prog_OBJDUMP"; then
   5425   ac_ct_OBJDUMP=$OBJDUMP
   5426   # Extract the first word of "objdump", so it can be a program name with args.
   5427 set dummy objdump; ac_word=$2
   5428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5429 $as_echo_n "checking for $ac_word... " >&6; }
   5430 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
   5431   $as_echo_n "(cached) " >&6
   5432 else
   5433   if test -n "$ac_ct_OBJDUMP"; then
   5434   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
   5435 else
   5436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5437 for as_dir in $PATH
   5438 do
   5439   IFS=$as_save_IFS
   5440   test -z "$as_dir" && as_dir=.
   5441     for ac_exec_ext in '' $ac_executable_extensions; do
   5442   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5443     ac_cv_prog_ac_ct_OBJDUMP="objdump"
   5444     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5445     break 2
   5446   fi
   5447 done
   5448   done
   5449 IFS=$as_save_IFS
   5450 
   5451 fi
   5452 fi
   5453 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
   5454 if test -n "$ac_ct_OBJDUMP"; then
   5455   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
   5456 $as_echo "$ac_ct_OBJDUMP" >&6; }
   5457 else
   5458   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5459 $as_echo "no" >&6; }
   5460 fi
   5461 
   5462   if test "x$ac_ct_OBJDUMP" = x; then
   5463     OBJDUMP="false"
   5464   else
   5465     case $cross_compiling:$ac_tool_warned in
   5466 yes:)
   5467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5469 ac_tool_warned=yes ;;
   5470 esac
   5471     OBJDUMP=$ac_ct_OBJDUMP
   5472   fi
   5473 else
   5474   OBJDUMP="$ac_cv_prog_OBJDUMP"
   5475 fi
   5476 
   5477 test -z "$OBJDUMP" && OBJDUMP=objdump
   5478 
   5479 
   5480 
   5481 
   5482 
   5483 
   5484 
   5485 
   5486 
   5487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
   5488 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
   5489 if test "${lt_cv_deplibs_check_method+set}" = set; then :
   5490   $as_echo_n "(cached) " >&6
   5491 else
   5492   lt_cv_file_magic_cmd='$MAGIC_CMD'
   5493 lt_cv_file_magic_test_file=
   5494 lt_cv_deplibs_check_method='unknown'
   5495 # Need to set the preceding variable on all platforms that support
   5496 # interlibrary dependencies.
   5497 # 'none' -- dependencies not supported.
   5498 # `unknown' -- same as none, but documents that we really don't know.
   5499 # 'pass_all' -- all dependencies passed with no checks.
   5500 # 'test_compile' -- check by making test program.
   5501 # 'file_magic [[regex]]' -- check by looking for files in library path
   5502 # which responds to the $file_magic_cmd with a given extended regex.
   5503 # If you have `file' or equivalent on your system and you're not sure
   5504 # whether `pass_all' will *always* work, you probably want this one.
   5505 
   5506 case $host_os in
   5507 aix[4-9]*)
   5508   lt_cv_deplibs_check_method=pass_all
   5509   ;;
   5510 
   5511 beos*)
   5512   lt_cv_deplibs_check_method=pass_all
   5513   ;;
   5514 
   5515 bsdi[45]*)
   5516   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
   5517   lt_cv_file_magic_cmd='/usr/bin/file -L'
   5518   lt_cv_file_magic_test_file=/shlib/libc.so
   5519   ;;
   5520 
   5521 cygwin*)
   5522   # func_win32_libid is a shell function defined in ltmain.sh
   5523   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   5524   lt_cv_file_magic_cmd='func_win32_libid'
   5525   ;;
   5526 
   5527 mingw* | pw32*)
   5528   # Base MSYS/MinGW do not provide the 'file' command needed by
   5529   # func_win32_libid shell function, so use a weaker test based on 'objdump',
   5530   # unless we find 'file', for example because we are cross-compiling.
   5531   # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
   5532   if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
   5533     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   5534     lt_cv_file_magic_cmd='func_win32_libid'
   5535   else
   5536     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
   5537     lt_cv_file_magic_cmd='$OBJDUMP -f'
   5538   fi
   5539   ;;
   5540 
   5541 cegcc*)
   5542   # use the weaker test based on 'objdump'. See mingw*.
   5543   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
   5544   lt_cv_file_magic_cmd='$OBJDUMP -f'
   5545   ;;
   5546 
   5547 darwin* | rhapsody*)
   5548   lt_cv_deplibs_check_method=pass_all
   5549   ;;
   5550 
   5551 freebsd* | dragonfly*)
   5552   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   5553     case $host_cpu in
   5554     i*86 )
   5555       # Not sure whether the presence of OpenBSD here was a mistake.
   5556       # Let's accept both of them until this is cleared up.
   5557       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
   5558       lt_cv_file_magic_cmd=/usr/bin/file
   5559       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
   5560       ;;
   5561     esac
   5562   else
   5563     lt_cv_deplibs_check_method=pass_all
   5564   fi
   5565   ;;
   5566 
   5567 gnu*)
   5568   lt_cv_deplibs_check_method=pass_all
   5569   ;;
   5570 
   5571 haiku*)
   5572   lt_cv_deplibs_check_method=pass_all
   5573   ;;
   5574 
   5575 hpux10.20* | hpux11*)
   5576   lt_cv_file_magic_cmd=/usr/bin/file
   5577   case $host_cpu in
   5578   ia64*)
   5579     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
   5580     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
   5581     ;;
   5582   hppa*64*)
   5583     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]'
   5584     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
   5585     ;;
   5586   *)
   5587     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
   5588     lt_cv_file_magic_test_file=/usr/lib/libc.sl
   5589     ;;
   5590   esac
   5591   ;;
   5592 
   5593 interix[3-9]*)
   5594   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
   5595   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
   5596   ;;
   5597 
   5598 irix5* | irix6* | nonstopux*)
   5599   case $LD in
   5600   *-32|*"-32 ") libmagic=32-bit;;
   5601   *-n32|*"-n32 ") libmagic=N32;;
   5602   *-64|*"-64 ") libmagic=64-bit;;
   5603   *) libmagic=never-match;;
   5604   esac
   5605   lt_cv_deplibs_check_method=pass_all
   5606   ;;
   5607 
   5608 # This must be Linux ELF.
   5609 linux* | k*bsd*-gnu | kopensolaris*-gnu)
   5610   lt_cv_deplibs_check_method=pass_all
   5611   ;;
   5612 
   5613 netbsd*)
   5614   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   5615     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   5616   else
   5617     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
   5618   fi
   5619   ;;
   5620 
   5621 newos6*)
   5622   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
   5623   lt_cv_file_magic_cmd=/usr/bin/file
   5624   lt_cv_file_magic_test_file=/usr/lib/libnls.so
   5625   ;;
   5626 
   5627 *nto* | *qnx*)
   5628   lt_cv_deplibs_check_method=pass_all
   5629   ;;
   5630 
   5631 openbsd*)
   5632   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   5633     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
   5634   else
   5635     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   5636   fi
   5637   ;;
   5638 
   5639 osf3* | osf4* | osf5*)
   5640   lt_cv_deplibs_check_method=pass_all
   5641   ;;
   5642 
   5643 rdos*)
   5644   lt_cv_deplibs_check_method=pass_all
   5645   ;;
   5646 
   5647 solaris*)
   5648   lt_cv_deplibs_check_method=pass_all
   5649   ;;
   5650 
   5651 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   5652   lt_cv_deplibs_check_method=pass_all
   5653   ;;
   5654 
   5655 sysv4 | sysv4.3*)
   5656   case $host_vendor in
   5657   motorola)
   5658     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]'
   5659     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
   5660     ;;
   5661   ncr)
   5662     lt_cv_deplibs_check_method=pass_all
   5663     ;;
   5664   sequent)
   5665     lt_cv_file_magic_cmd='/bin/file'
   5666     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
   5667     ;;
   5668   sni)
   5669     lt_cv_file_magic_cmd='/bin/file'
   5670     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
   5671     lt_cv_file_magic_test_file=/lib/libc.so
   5672     ;;
   5673   siemens)
   5674     lt_cv_deplibs_check_method=pass_all
   5675     ;;
   5676   pc)
   5677     lt_cv_deplibs_check_method=pass_all
   5678     ;;
   5679   esac
   5680   ;;
   5681 
   5682 tpf*)
   5683   lt_cv_deplibs_check_method=pass_all
   5684   ;;
   5685 esac
   5686 
   5687 fi
   5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
   5689 $as_echo "$lt_cv_deplibs_check_method" >&6; }
   5690 file_magic_cmd=$lt_cv_file_magic_cmd
   5691 deplibs_check_method=$lt_cv_deplibs_check_method
   5692 test -z "$deplibs_check_method" && deplibs_check_method=unknown
   5693 
   5694 
   5695 
   5696 
   5697 
   5698 
   5699 
   5700 
   5701 
   5702 
   5703 
   5704 
   5705 if test -n "$ac_tool_prefix"; then
   5706   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   5707 set dummy ${ac_tool_prefix}ar; ac_word=$2
   5708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5709 $as_echo_n "checking for $ac_word... " >&6; }
   5710 if test "${ac_cv_prog_AR+set}" = set; then :
   5711   $as_echo_n "(cached) " >&6
   5712 else
   5713   if test -n "$AR"; then
   5714   ac_cv_prog_AR="$AR" # Let the user override the test.
   5715 else
   5716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5717 for as_dir in $PATH
   5718 do
   5719   IFS=$as_save_IFS
   5720   test -z "$as_dir" && as_dir=.
   5721     for ac_exec_ext in '' $ac_executable_extensions; do
   5722   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5723     ac_cv_prog_AR="${ac_tool_prefix}ar"
   5724     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5725     break 2
   5726   fi
   5727 done
   5728   done
   5729 IFS=$as_save_IFS
   5730 
   5731 fi
   5732 fi
   5733 AR=$ac_cv_prog_AR
   5734 if test -n "$AR"; then
   5735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   5736 $as_echo "$AR" >&6; }
   5737 else
   5738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5739 $as_echo "no" >&6; }
   5740 fi
   5741 
   5742 
   5743 fi
   5744 if test -z "$ac_cv_prog_AR"; then
   5745   ac_ct_AR=$AR
   5746   # Extract the first word of "ar", so it can be a program name with args.
   5747 set dummy ar; ac_word=$2
   5748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5749 $as_echo_n "checking for $ac_word... " >&6; }
   5750 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
   5751   $as_echo_n "(cached) " >&6
   5752 else
   5753   if test -n "$ac_ct_AR"; then
   5754   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   5755 else
   5756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5757 for as_dir in $PATH
   5758 do
   5759   IFS=$as_save_IFS
   5760   test -z "$as_dir" && as_dir=.
   5761     for ac_exec_ext in '' $ac_executable_extensions; do
   5762   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5763     ac_cv_prog_ac_ct_AR="ar"
   5764     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5765     break 2
   5766   fi
   5767 done
   5768   done
   5769 IFS=$as_save_IFS
   5770 
   5771 fi
   5772 fi
   5773 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   5774 if test -n "$ac_ct_AR"; then
   5775   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   5776 $as_echo "$ac_ct_AR" >&6; }
   5777 else
   5778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5779 $as_echo "no" >&6; }
   5780 fi
   5781 
   5782   if test "x$ac_ct_AR" = x; then
   5783     AR="false"
   5784   else
   5785     case $cross_compiling:$ac_tool_warned in
   5786 yes:)
   5787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5789 ac_tool_warned=yes ;;
   5790 esac
   5791     AR=$ac_ct_AR
   5792   fi
   5793 else
   5794   AR="$ac_cv_prog_AR"
   5795 fi
   5796 
   5797 test -z "$AR" && AR=ar
   5798 test -z "$AR_FLAGS" && AR_FLAGS=cru
   5799 
   5800 
   5801 
   5802 
   5803 
   5804 
   5805 
   5806 
   5807 
   5808 
   5809 
   5810 if test -n "$ac_tool_prefix"; then
   5811   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   5812 set dummy ${ac_tool_prefix}strip; ac_word=$2
   5813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5814 $as_echo_n "checking for $ac_word... " >&6; }
   5815 if test "${ac_cv_prog_STRIP+set}" = set; then :
   5816   $as_echo_n "(cached) " >&6
   5817 else
   5818   if test -n "$STRIP"; then
   5819   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   5820 else
   5821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5822 for as_dir in $PATH
   5823 do
   5824   IFS=$as_save_IFS
   5825   test -z "$as_dir" && as_dir=.
   5826     for ac_exec_ext in '' $ac_executable_extensions; do
   5827   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5828     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   5829     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5830     break 2
   5831   fi
   5832 done
   5833   done
   5834 IFS=$as_save_IFS
   5835 
   5836 fi
   5837 fi
   5838 STRIP=$ac_cv_prog_STRIP
   5839 if test -n "$STRIP"; then
   5840   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   5841 $as_echo "$STRIP" >&6; }
   5842 else
   5843   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5844 $as_echo "no" >&6; }
   5845 fi
   5846 
   5847 
   5848 fi
   5849 if test -z "$ac_cv_prog_STRIP"; then
   5850   ac_ct_STRIP=$STRIP
   5851   # Extract the first word of "strip", so it can be a program name with args.
   5852 set dummy strip; ac_word=$2
   5853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5854 $as_echo_n "checking for $ac_word... " >&6; }
   5855 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
   5856   $as_echo_n "(cached) " >&6
   5857 else
   5858   if test -n "$ac_ct_STRIP"; then
   5859   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   5860 else
   5861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5862 for as_dir in $PATH
   5863 do
   5864   IFS=$as_save_IFS
   5865   test -z "$as_dir" && as_dir=.
   5866     for ac_exec_ext in '' $ac_executable_extensions; do
   5867   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5868     ac_cv_prog_ac_ct_STRIP="strip"
   5869     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5870     break 2
   5871   fi
   5872 done
   5873   done
   5874 IFS=$as_save_IFS
   5875 
   5876 fi
   5877 fi
   5878 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   5879 if test -n "$ac_ct_STRIP"; then
   5880   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   5881 $as_echo "$ac_ct_STRIP" >&6; }
   5882 else
   5883   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5884 $as_echo "no" >&6; }
   5885 fi
   5886 
   5887   if test "x$ac_ct_STRIP" = x; then
   5888     STRIP=":"
   5889   else
   5890     case $cross_compiling:$ac_tool_warned in
   5891 yes:)
   5892 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5893 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5894 ac_tool_warned=yes ;;
   5895 esac
   5896     STRIP=$ac_ct_STRIP
   5897   fi
   5898 else
   5899   STRIP="$ac_cv_prog_STRIP"
   5900 fi
   5901 
   5902 test -z "$STRIP" && STRIP=:
   5903 
   5904 
   5905 
   5906 
   5907 
   5908 
   5909 if test -n "$ac_tool_prefix"; then
   5910   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   5911 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   5912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5913 $as_echo_n "checking for $ac_word... " >&6; }
   5914 if test "${ac_cv_prog_RANLIB+set}" = set; then :
   5915   $as_echo_n "(cached) " >&6
   5916 else
   5917   if test -n "$RANLIB"; then
   5918   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   5919 else
   5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5921 for as_dir in $PATH
   5922 do
   5923   IFS=$as_save_IFS
   5924   test -z "$as_dir" && as_dir=.
   5925     for ac_exec_ext in '' $ac_executable_extensions; do
   5926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5927     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   5928     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5929     break 2
   5930   fi
   5931 done
   5932   done
   5933 IFS=$as_save_IFS
   5934 
   5935 fi
   5936 fi
   5937 RANLIB=$ac_cv_prog_RANLIB
   5938 if test -n "$RANLIB"; then
   5939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   5940 $as_echo "$RANLIB" >&6; }
   5941 else
   5942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5943 $as_echo "no" >&6; }
   5944 fi
   5945 
   5946 
   5947 fi
   5948 if test -z "$ac_cv_prog_RANLIB"; then
   5949   ac_ct_RANLIB=$RANLIB
   5950   # Extract the first word of "ranlib", so it can be a program name with args.
   5951 set dummy ranlib; ac_word=$2
   5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5953 $as_echo_n "checking for $ac_word... " >&6; }
   5954 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
   5955   $as_echo_n "(cached) " >&6
   5956 else
   5957   if test -n "$ac_ct_RANLIB"; then
   5958   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   5959 else
   5960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5961 for as_dir in $PATH
   5962 do
   5963   IFS=$as_save_IFS
   5964   test -z "$as_dir" && as_dir=.
   5965     for ac_exec_ext in '' $ac_executable_extensions; do
   5966   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   5967     ac_cv_prog_ac_ct_RANLIB="ranlib"
   5968     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5969     break 2
   5970   fi
   5971 done
   5972   done
   5973 IFS=$as_save_IFS
   5974 
   5975 fi
   5976 fi
   5977 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   5978 if test -n "$ac_ct_RANLIB"; then
   5979   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   5980 $as_echo "$ac_ct_RANLIB" >&6; }
   5981 else
   5982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5983 $as_echo "no" >&6; }
   5984 fi
   5985 
   5986   if test "x$ac_ct_RANLIB" = x; then
   5987     RANLIB=":"
   5988   else
   5989     case $cross_compiling:$ac_tool_warned in
   5990 yes:)
   5991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5992 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5993 ac_tool_warned=yes ;;
   5994 esac
   5995     RANLIB=$ac_ct_RANLIB
   5996   fi
   5997 else
   5998   RANLIB="$ac_cv_prog_RANLIB"
   5999 fi
   6000 
   6001 test -z "$RANLIB" && RANLIB=:
   6002 
   6003 
   6004 
   6005 
   6006 
   6007 
   6008 # Determine commands to create old-style static archives.
   6009 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
   6010 old_postinstall_cmds='chmod 644 $oldlib'
   6011 old_postuninstall_cmds=
   6012 
   6013 if test -n "$RANLIB"; then
   6014   case $host_os in
   6015   openbsd*)
   6016     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
   6017     ;;
   6018   *)
   6019     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
   6020     ;;
   6021   esac
   6022   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
   6023 fi
   6024 
   6025 case $host_os in
   6026   darwin*)
   6027     lock_old_archive_extraction=yes ;;
   6028   *)
   6029     lock_old_archive_extraction=no ;;
   6030 esac
   6031 
   6032 
   6033 
   6034 
   6035 
   6036 
   6037 
   6038 
   6039 
   6040 
   6041 
   6042 
   6043 
   6044 
   6045 
   6046 
   6047 
   6048 
   6049 
   6050 
   6051 
   6052 
   6053 
   6054 
   6055 
   6056 
   6057 
   6058 
   6059 
   6060 
   6061 
   6062 
   6063 
   6064 
   6065 
   6066 
   6067 
   6068 
   6069 
   6070 # If no C compiler was specified, use CC.
   6071 LTCC=${LTCC-"$CC"}
   6072 
   6073 # If no C compiler flags were specified, use CFLAGS.
   6074 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   6075 
   6076 # Allow CC to be a program name with arguments.
   6077 compiler=$CC
   6078 
   6079 
   6080 # Check for command to grab the raw symbol name followed by C symbol from nm.
   6081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
   6082 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
   6083 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
   6084   $as_echo_n "(cached) " >&6
   6085 else
   6086 
   6087 # These are sane defaults that work on at least a few old systems.
   6088 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
   6089 
   6090 # Character class describing NM global symbol codes.
   6091 symcode='[BCDEGRST]'
   6092 
   6093 # Regexp to match symbols that can be accessed directly from C.
   6094 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
   6095 
   6096 # Define system-specific variables.
   6097 case $host_os in
   6098 aix*)
   6099   symcode='[BCDT]'
   6100   ;;
   6101 cygwin* | mingw* | pw32* | cegcc*)
   6102   symcode='[ABCDGISTW]'
   6103   ;;
   6104 hpux*)
   6105   if test "$host_cpu" = ia64; then
   6106     symcode='[ABCDEGRST]'
   6107   fi
   6108   ;;
   6109 irix* | nonstopux*)
   6110   symcode='[BCDEGRST]'
   6111   ;;
   6112 osf*)
   6113   symcode='[BCDEGQRST]'
   6114   ;;
   6115 solaris*)
   6116   symcode='[BDRT]'
   6117   ;;
   6118 sco3.2v5*)
   6119   symcode='[DT]'
   6120   ;;
   6121 sysv4.2uw2*)
   6122   symcode='[DT]'
   6123   ;;
   6124 sysv5* | sco5v6* | unixware* | OpenUNIX*)
   6125   symcode='[ABDT]'
   6126   ;;
   6127 sysv4)
   6128   symcode='[DFNSTU]'
   6129   ;;
   6130 esac
   6131 
   6132 # If we're using GNU nm, then use its standard symbol codes.
   6133 case `$NM -V 2>&1` in
   6134 *GNU* | *'with BFD'*)
   6135   symcode='[ABCDGIRSTW]' ;;
   6136 esac
   6137 
   6138 # Transform an extracted symbol line into a proper C declaration.
   6139 # Some systems (esp. on ia64) link data and code symbols differently,
   6140 # so use this general approach.
   6141 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   6142 
   6143 # Transform an extracted symbol line into symbol name and symbol address
   6144 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
   6145 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'"
   6146 
   6147 # Handle CRLF in mingw tool chain
   6148 opt_cr=
   6149 case $build_os in
   6150 mingw*)
   6151   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
   6152   ;;
   6153 esac
   6154 
   6155 # Try without a prefix underscore, then with it.
   6156 for ac_symprfx in "" "_"; do
   6157 
   6158   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
   6159   symxfrm="\\1 $ac_symprfx\\2 \\2"
   6160 
   6161   # Write the raw and C identifiers.
   6162   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
   6163     # Fake it for dumpbin and say T for any non-static function
   6164     # and D for any global variable.
   6165     # Also find C++ and __fastcall symbols from MSVC++,
   6166     # which start with @ or ?.
   6167     lt_cv_sys_global_symbol_pipe="$AWK '"\
   6168 "     {last_section=section; section=\$ 3};"\
   6169 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
   6170 "     \$ 0!~/External *\|/{next};"\
   6171 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
   6172 "     {if(hide[section]) next};"\
   6173 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
   6174 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
   6175 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
   6176 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
   6177 "     ' prfx=^$ac_symprfx"
   6178   else
   6179     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
   6180   fi
   6181 
   6182   # Check to see that the pipe works correctly.
   6183   pipe_works=no
   6184 
   6185   rm -f conftest*
   6186   cat > conftest.$ac_ext <<_LT_EOF
   6187 #ifdef __cplusplus
   6188 extern "C" {
   6189 #endif
   6190 char nm_test_var;
   6191 void nm_test_func(void);
   6192 void nm_test_func(void){}
   6193 #ifdef __cplusplus
   6194 }
   6195 #endif
   6196 int main(){nm_test_var='a';nm_test_func();return(0);}
   6197 _LT_EOF
   6198 
   6199   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6200   (eval $ac_compile) 2>&5
   6201   ac_status=$?
   6202   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6203   test $ac_status = 0; }; then
   6204     # Now try to grab the symbols.
   6205     nlist=conftest.nm
   6206     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
   6207   (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
   6208   ac_status=$?
   6209   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6210   test $ac_status = 0; } && test -s "$nlist"; then
   6211       # Try sorting and uniquifying the output.
   6212       if sort "$nlist" | uniq > "$nlist"T; then
   6213 	mv -f "$nlist"T "$nlist"
   6214       else
   6215 	rm -f "$nlist"T
   6216       fi
   6217 
   6218       # Make sure that we snagged all the symbols we need.
   6219       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
   6220 	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
   6221 	  cat <<_LT_EOF > conftest.$ac_ext
   6222 #ifdef __cplusplus
   6223 extern "C" {
   6224 #endif
   6225 
   6226 _LT_EOF
   6227 	  # Now generate the symbol file.
   6228 	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
   6229 
   6230 	  cat <<_LT_EOF >> conftest.$ac_ext
   6231 
   6232 /* The mapping between symbol names and symbols.  */
   6233 const struct {
   6234   const char *name;
   6235   void       *address;
   6236 }
   6237 lt__PROGRAM__LTX_preloaded_symbols[] =
   6238 {
   6239   { "@PROGRAM@", (void *) 0 },
   6240 _LT_EOF
   6241 	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
   6242 	  cat <<\_LT_EOF >> conftest.$ac_ext
   6243   {0, (void *) 0}
   6244 };
   6245 
   6246 /* This works around a problem in FreeBSD linker */
   6247 #ifdef FREEBSD_WORKAROUND
   6248 static const void *lt_preloaded_setup() {
   6249   return lt__PROGRAM__LTX_preloaded_symbols;
   6250 }
   6251 #endif
   6252 
   6253 #ifdef __cplusplus
   6254 }
   6255 #endif
   6256 _LT_EOF
   6257 	  # Now try linking the two files.
   6258 	  mv conftest.$ac_objext conftstm.$ac_objext
   6259 	  lt_save_LIBS="$LIBS"
   6260 	  lt_save_CFLAGS="$CFLAGS"
   6261 	  LIBS="conftstm.$ac_objext"
   6262 	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
   6263 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   6264   (eval $ac_link) 2>&5
   6265   ac_status=$?
   6266   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6267   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
   6268 	    pipe_works=yes
   6269 	  fi
   6270 	  LIBS="$lt_save_LIBS"
   6271 	  CFLAGS="$lt_save_CFLAGS"
   6272 	else
   6273 	  echo "cannot find nm_test_func in $nlist" >&5
   6274 	fi
   6275       else
   6276 	echo "cannot find nm_test_var in $nlist" >&5
   6277       fi
   6278     else
   6279       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
   6280     fi
   6281   else
   6282     echo "$progname: failed program was:" >&5
   6283     cat conftest.$ac_ext >&5
   6284   fi
   6285   rm -rf conftest* conftst*
   6286 
   6287   # Do not use the global_symbol_pipe unless it works.
   6288   if test "$pipe_works" = yes; then
   6289     break
   6290   else
   6291     lt_cv_sys_global_symbol_pipe=
   6292   fi
   6293 done
   6294 
   6295 fi
   6296 
   6297 if test -z "$lt_cv_sys_global_symbol_pipe"; then
   6298   lt_cv_sys_global_symbol_to_cdecl=
   6299 fi
   6300 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
   6301   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
   6302 $as_echo "failed" >&6; }
   6303 else
   6304   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
   6305 $as_echo "ok" >&6; }
   6306 fi
   6307 
   6308 
   6309 
   6310 
   6311 
   6312 
   6313 
   6314 
   6315 
   6316 
   6317 
   6318 
   6319 
   6320 
   6321 
   6322 
   6323 
   6324 
   6325 
   6326 
   6327 
   6328 
   6329 # Check whether --enable-libtool-lock was given.
   6330 if test "${enable_libtool_lock+set}" = set; then :
   6331   enableval=$enable_libtool_lock;
   6332 fi
   6333 
   6334 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
   6335 
   6336 # Some flags need to be propagated to the compiler or linker for good
   6337 # libtool support.
   6338 case $host in
   6339 ia64-*-hpux*)
   6340   # Find out which ABI we are using.
   6341   echo 'int i;' > conftest.$ac_ext
   6342   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6343   (eval $ac_compile) 2>&5
   6344   ac_status=$?
   6345   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6346   test $ac_status = 0; }; then
   6347     case `/usr/bin/file conftest.$ac_objext` in
   6348       *ELF-32*)
   6349 	HPUX_IA64_MODE="32"
   6350 	;;
   6351       *ELF-64*)
   6352 	HPUX_IA64_MODE="64"
   6353 	;;
   6354     esac
   6355   fi
   6356   rm -rf conftest*
   6357   ;;
   6358 *-*-irix6*)
   6359   # Find out which ABI we are using.
   6360   echo '#line '$LINENO' "configure"' > conftest.$ac_ext
   6361   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6362   (eval $ac_compile) 2>&5
   6363   ac_status=$?
   6364   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6365   test $ac_status = 0; }; then
   6366     if test "$lt_cv_prog_gnu_ld" = yes; then
   6367       case `/usr/bin/file conftest.$ac_objext` in
   6368 	*32-bit*)
   6369 	  LD="${LD-ld} -melf32bsmip"
   6370 	  ;;
   6371 	*N32*)
   6372 	  LD="${LD-ld} -melf32bmipn32"
   6373 	  ;;
   6374 	*64-bit*)
   6375 	  LD="${LD-ld} -melf64bmip"
   6376 	;;
   6377       esac
   6378     else
   6379       case `/usr/bin/file conftest.$ac_objext` in
   6380 	*32-bit*)
   6381 	  LD="${LD-ld} -32"
   6382 	  ;;
   6383 	*N32*)
   6384 	  LD="${LD-ld} -n32"
   6385 	  ;;
   6386 	*64-bit*)
   6387 	  LD="${LD-ld} -64"
   6388 	  ;;
   6389       esac
   6390     fi
   6391   fi
   6392   rm -rf conftest*
   6393   ;;
   6394 
   6395 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
   6396 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   6397   # Find out which ABI we are using.
   6398   echo 'int i;' > conftest.$ac_ext
   6399   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6400   (eval $ac_compile) 2>&5
   6401   ac_status=$?
   6402   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6403   test $ac_status = 0; }; then
   6404     case `/usr/bin/file conftest.o` in
   6405       *32-bit*)
   6406 	case $host in
   6407 	  x86_64-*kfreebsd*-gnu)
   6408 	    LD="${LD-ld} -m elf_i386_fbsd"
   6409 	    ;;
   6410 	  x86_64-*linux*)
   6411 	    case `/usr/bin/file conftest.o` in
   6412 	      *x86-64*)
   6413 		LD="${LD-ld} -m elf32_x86_64"
   6414 		;;
   6415 	      *)
   6416 		LD="${LD-ld} -m elf_i386"
   6417 		;;
   6418 	    esac
   6419 	    ;;
   6420 	  powerpc64le-*linux*)
   6421 	    LD="${LD-ld} -m elf32lppclinux"
   6422 	    ;;
   6423 	  powerpc64-*linux*)
   6424 	    LD="${LD-ld} -m elf32ppclinux"
   6425 	    ;;
   6426 	  s390x-*linux*)
   6427 	    LD="${LD-ld} -m elf_s390"
   6428 	    ;;
   6429 	  sparc64-*linux*)
   6430 	    LD="${LD-ld} -m elf32_sparc"
   6431 	    ;;
   6432 	esac
   6433 	;;
   6434       *64-bit*)
   6435 	case $host in
   6436 	  x86_64-*kfreebsd*-gnu)
   6437 	    LD="${LD-ld} -m elf_x86_64_fbsd"
   6438 	    ;;
   6439 	  x86_64-*linux*)
   6440 	    LD="${LD-ld} -m elf_x86_64"
   6441 	    ;;
   6442 	  powerpcle-*linux*)
   6443 	    LD="${LD-ld} -m elf64lppc"
   6444 	    ;;
   6445 	  powerpc-*linux*)
   6446 	    LD="${LD-ld} -m elf64ppc"
   6447 	    ;;
   6448 	  s390*-*linux*|s390*-*tpf*)
   6449 	    LD="${LD-ld} -m elf64_s390"
   6450 	    ;;
   6451 	  sparc*-*linux*)
   6452 	    LD="${LD-ld} -m elf64_sparc"
   6453 	    ;;
   6454 	esac
   6455 	;;
   6456     esac
   6457   fi
   6458   rm -rf conftest*
   6459   ;;
   6460 
   6461 *-*-sco3.2v5*)
   6462   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
   6463   SAVE_CFLAGS="$CFLAGS"
   6464   CFLAGS="$CFLAGS -belf"
   6465   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
   6466 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
   6467 if test "${lt_cv_cc_needs_belf+set}" = set; then :
   6468   $as_echo_n "(cached) " >&6
   6469 else
   6470   ac_ext=c
   6471 ac_cpp='$CPP $CPPFLAGS'
   6472 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   6473 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   6474 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   6475 
   6476      if test x$gcc_no_link = xyes; then
   6477   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   6478 fi
   6479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6480 /* end confdefs.h.  */
   6481 
   6482 int
   6483 main ()
   6484 {
   6485 
   6486   ;
   6487   return 0;
   6488 }
   6489 _ACEOF
   6490 if ac_fn_c_try_link "$LINENO"; then :
   6491   lt_cv_cc_needs_belf=yes
   6492 else
   6493   lt_cv_cc_needs_belf=no
   6494 fi
   6495 rm -f core conftest.err conftest.$ac_objext \
   6496     conftest$ac_exeext conftest.$ac_ext
   6497      ac_ext=c
   6498 ac_cpp='$CPP $CPPFLAGS'
   6499 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   6500 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   6501 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   6502 
   6503 fi
   6504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
   6505 $as_echo "$lt_cv_cc_needs_belf" >&6; }
   6506   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
   6507     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
   6508     CFLAGS="$SAVE_CFLAGS"
   6509   fi
   6510   ;;
   6511 sparc*-*solaris*)
   6512   # Find out which ABI we are using.
   6513   echo 'int i;' > conftest.$ac_ext
   6514   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6515   (eval $ac_compile) 2>&5
   6516   ac_status=$?
   6517   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6518   test $ac_status = 0; }; then
   6519     case `/usr/bin/file conftest.o` in
   6520     *64-bit*)
   6521       case $lt_cv_prog_gnu_ld in
   6522       yes*) LD="${LD-ld} -m elf64_sparc" ;;
   6523       *)
   6524 	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
   6525 	  LD="${LD-ld} -64"
   6526 	fi
   6527 	;;
   6528       esac
   6529       ;;
   6530     esac
   6531   fi
   6532   rm -rf conftest*
   6533   ;;
   6534 esac
   6535 
   6536 need_locks="$enable_libtool_lock"
   6537 
   6538 
   6539   case $host_os in
   6540     rhapsody* | darwin*)
   6541     if test -n "$ac_tool_prefix"; then
   6542   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
   6543 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
   6544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6545 $as_echo_n "checking for $ac_word... " >&6; }
   6546 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
   6547   $as_echo_n "(cached) " >&6
   6548 else
   6549   if test -n "$DSYMUTIL"; then
   6550   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
   6551 else
   6552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6553 for as_dir in $PATH
   6554 do
   6555   IFS=$as_save_IFS
   6556   test -z "$as_dir" && as_dir=.
   6557     for ac_exec_ext in '' $ac_executable_extensions; do
   6558   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6559     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
   6560     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6561     break 2
   6562   fi
   6563 done
   6564   done
   6565 IFS=$as_save_IFS
   6566 
   6567 fi
   6568 fi
   6569 DSYMUTIL=$ac_cv_prog_DSYMUTIL
   6570 if test -n "$DSYMUTIL"; then
   6571   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
   6572 $as_echo "$DSYMUTIL" >&6; }
   6573 else
   6574   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6575 $as_echo "no" >&6; }
   6576 fi
   6577 
   6578 
   6579 fi
   6580 if test -z "$ac_cv_prog_DSYMUTIL"; then
   6581   ac_ct_DSYMUTIL=$DSYMUTIL
   6582   # Extract the first word of "dsymutil", so it can be a program name with args.
   6583 set dummy dsymutil; ac_word=$2
   6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6585 $as_echo_n "checking for $ac_word... " >&6; }
   6586 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
   6587   $as_echo_n "(cached) " >&6
   6588 else
   6589   if test -n "$ac_ct_DSYMUTIL"; then
   6590   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
   6591 else
   6592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6593 for as_dir in $PATH
   6594 do
   6595   IFS=$as_save_IFS
   6596   test -z "$as_dir" && as_dir=.
   6597     for ac_exec_ext in '' $ac_executable_extensions; do
   6598   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6599     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
   6600     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6601     break 2
   6602   fi
   6603 done
   6604   done
   6605 IFS=$as_save_IFS
   6606 
   6607 fi
   6608 fi
   6609 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
   6610 if test -n "$ac_ct_DSYMUTIL"; then
   6611   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
   6612 $as_echo "$ac_ct_DSYMUTIL" >&6; }
   6613 else
   6614   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6615 $as_echo "no" >&6; }
   6616 fi
   6617 
   6618   if test "x$ac_ct_DSYMUTIL" = x; then
   6619     DSYMUTIL=":"
   6620   else
   6621     case $cross_compiling:$ac_tool_warned in
   6622 yes:)
   6623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6625 ac_tool_warned=yes ;;
   6626 esac
   6627     DSYMUTIL=$ac_ct_DSYMUTIL
   6628   fi
   6629 else
   6630   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
   6631 fi
   6632 
   6633     if test -n "$ac_tool_prefix"; then
   6634   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
   6635 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
   6636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6637 $as_echo_n "checking for $ac_word... " >&6; }
   6638 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
   6639   $as_echo_n "(cached) " >&6
   6640 else
   6641   if test -n "$NMEDIT"; then
   6642   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
   6643 else
   6644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6645 for as_dir in $PATH
   6646 do
   6647   IFS=$as_save_IFS
   6648   test -z "$as_dir" && as_dir=.
   6649     for ac_exec_ext in '' $ac_executable_extensions; do
   6650   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6651     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
   6652     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6653     break 2
   6654   fi
   6655 done
   6656   done
   6657 IFS=$as_save_IFS
   6658 
   6659 fi
   6660 fi
   6661 NMEDIT=$ac_cv_prog_NMEDIT
   6662 if test -n "$NMEDIT"; then
   6663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
   6664 $as_echo "$NMEDIT" >&6; }
   6665 else
   6666   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6667 $as_echo "no" >&6; }
   6668 fi
   6669 
   6670 
   6671 fi
   6672 if test -z "$ac_cv_prog_NMEDIT"; then
   6673   ac_ct_NMEDIT=$NMEDIT
   6674   # Extract the first word of "nmedit", so it can be a program name with args.
   6675 set dummy nmedit; ac_word=$2
   6676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6677 $as_echo_n "checking for $ac_word... " >&6; }
   6678 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
   6679   $as_echo_n "(cached) " >&6
   6680 else
   6681   if test -n "$ac_ct_NMEDIT"; then
   6682   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
   6683 else
   6684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6685 for as_dir in $PATH
   6686 do
   6687   IFS=$as_save_IFS
   6688   test -z "$as_dir" && as_dir=.
   6689     for ac_exec_ext in '' $ac_executable_extensions; do
   6690   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6691     ac_cv_prog_ac_ct_NMEDIT="nmedit"
   6692     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6693     break 2
   6694   fi
   6695 done
   6696   done
   6697 IFS=$as_save_IFS
   6698 
   6699 fi
   6700 fi
   6701 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
   6702 if test -n "$ac_ct_NMEDIT"; then
   6703   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
   6704 $as_echo "$ac_ct_NMEDIT" >&6; }
   6705 else
   6706   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6707 $as_echo "no" >&6; }
   6708 fi
   6709 
   6710   if test "x$ac_ct_NMEDIT" = x; then
   6711     NMEDIT=":"
   6712   else
   6713     case $cross_compiling:$ac_tool_warned in
   6714 yes:)
   6715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6716 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6717 ac_tool_warned=yes ;;
   6718 esac
   6719     NMEDIT=$ac_ct_NMEDIT
   6720   fi
   6721 else
   6722   NMEDIT="$ac_cv_prog_NMEDIT"
   6723 fi
   6724 
   6725     if test -n "$ac_tool_prefix"; then
   6726   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
   6727 set dummy ${ac_tool_prefix}lipo; ac_word=$2
   6728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6729 $as_echo_n "checking for $ac_word... " >&6; }
   6730 if test "${ac_cv_prog_LIPO+set}" = set; then :
   6731   $as_echo_n "(cached) " >&6
   6732 else
   6733   if test -n "$LIPO"; then
   6734   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
   6735 else
   6736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6737 for as_dir in $PATH
   6738 do
   6739   IFS=$as_save_IFS
   6740   test -z "$as_dir" && as_dir=.
   6741     for ac_exec_ext in '' $ac_executable_extensions; do
   6742   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6743     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
   6744     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6745     break 2
   6746   fi
   6747 done
   6748   done
   6749 IFS=$as_save_IFS
   6750 
   6751 fi
   6752 fi
   6753 LIPO=$ac_cv_prog_LIPO
   6754 if test -n "$LIPO"; then
   6755   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
   6756 $as_echo "$LIPO" >&6; }
   6757 else
   6758   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6759 $as_echo "no" >&6; }
   6760 fi
   6761 
   6762 
   6763 fi
   6764 if test -z "$ac_cv_prog_LIPO"; then
   6765   ac_ct_LIPO=$LIPO
   6766   # Extract the first word of "lipo", so it can be a program name with args.
   6767 set dummy lipo; ac_word=$2
   6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6769 $as_echo_n "checking for $ac_word... " >&6; }
   6770 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
   6771   $as_echo_n "(cached) " >&6
   6772 else
   6773   if test -n "$ac_ct_LIPO"; then
   6774   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
   6775 else
   6776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6777 for as_dir in $PATH
   6778 do
   6779   IFS=$as_save_IFS
   6780   test -z "$as_dir" && as_dir=.
   6781     for ac_exec_ext in '' $ac_executable_extensions; do
   6782   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6783     ac_cv_prog_ac_ct_LIPO="lipo"
   6784     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6785     break 2
   6786   fi
   6787 done
   6788   done
   6789 IFS=$as_save_IFS
   6790 
   6791 fi
   6792 fi
   6793 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
   6794 if test -n "$ac_ct_LIPO"; then
   6795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
   6796 $as_echo "$ac_ct_LIPO" >&6; }
   6797 else
   6798   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6799 $as_echo "no" >&6; }
   6800 fi
   6801 
   6802   if test "x$ac_ct_LIPO" = x; then
   6803     LIPO=":"
   6804   else
   6805     case $cross_compiling:$ac_tool_warned in
   6806 yes:)
   6807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6808 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6809 ac_tool_warned=yes ;;
   6810 esac
   6811     LIPO=$ac_ct_LIPO
   6812   fi
   6813 else
   6814   LIPO="$ac_cv_prog_LIPO"
   6815 fi
   6816 
   6817     if test -n "$ac_tool_prefix"; then
   6818   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
   6819 set dummy ${ac_tool_prefix}otool; ac_word=$2
   6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6821 $as_echo_n "checking for $ac_word... " >&6; }
   6822 if test "${ac_cv_prog_OTOOL+set}" = set; then :
   6823   $as_echo_n "(cached) " >&6
   6824 else
   6825   if test -n "$OTOOL"; then
   6826   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
   6827 else
   6828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6829 for as_dir in $PATH
   6830 do
   6831   IFS=$as_save_IFS
   6832   test -z "$as_dir" && as_dir=.
   6833     for ac_exec_ext in '' $ac_executable_extensions; do
   6834   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6835     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
   6836     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6837     break 2
   6838   fi
   6839 done
   6840   done
   6841 IFS=$as_save_IFS
   6842 
   6843 fi
   6844 fi
   6845 OTOOL=$ac_cv_prog_OTOOL
   6846 if test -n "$OTOOL"; then
   6847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
   6848 $as_echo "$OTOOL" >&6; }
   6849 else
   6850   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6851 $as_echo "no" >&6; }
   6852 fi
   6853 
   6854 
   6855 fi
   6856 if test -z "$ac_cv_prog_OTOOL"; then
   6857   ac_ct_OTOOL=$OTOOL
   6858   # Extract the first word of "otool", so it can be a program name with args.
   6859 set dummy otool; ac_word=$2
   6860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6861 $as_echo_n "checking for $ac_word... " >&6; }
   6862 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
   6863   $as_echo_n "(cached) " >&6
   6864 else
   6865   if test -n "$ac_ct_OTOOL"; then
   6866   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
   6867 else
   6868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6869 for as_dir in $PATH
   6870 do
   6871   IFS=$as_save_IFS
   6872   test -z "$as_dir" && as_dir=.
   6873     for ac_exec_ext in '' $ac_executable_extensions; do
   6874   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6875     ac_cv_prog_ac_ct_OTOOL="otool"
   6876     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6877     break 2
   6878   fi
   6879 done
   6880   done
   6881 IFS=$as_save_IFS
   6882 
   6883 fi
   6884 fi
   6885 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
   6886 if test -n "$ac_ct_OTOOL"; then
   6887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
   6888 $as_echo "$ac_ct_OTOOL" >&6; }
   6889 else
   6890   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6891 $as_echo "no" >&6; }
   6892 fi
   6893 
   6894   if test "x$ac_ct_OTOOL" = x; then
   6895     OTOOL=":"
   6896   else
   6897     case $cross_compiling:$ac_tool_warned in
   6898 yes:)
   6899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6900 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6901 ac_tool_warned=yes ;;
   6902 esac
   6903     OTOOL=$ac_ct_OTOOL
   6904   fi
   6905 else
   6906   OTOOL="$ac_cv_prog_OTOOL"
   6907 fi
   6908 
   6909     if test -n "$ac_tool_prefix"; then
   6910   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
   6911 set dummy ${ac_tool_prefix}otool64; ac_word=$2
   6912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6913 $as_echo_n "checking for $ac_word... " >&6; }
   6914 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
   6915   $as_echo_n "(cached) " >&6
   6916 else
   6917   if test -n "$OTOOL64"; then
   6918   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
   6919 else
   6920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6921 for as_dir in $PATH
   6922 do
   6923   IFS=$as_save_IFS
   6924   test -z "$as_dir" && as_dir=.
   6925     for ac_exec_ext in '' $ac_executable_extensions; do
   6926   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6927     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
   6928     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6929     break 2
   6930   fi
   6931 done
   6932   done
   6933 IFS=$as_save_IFS
   6934 
   6935 fi
   6936 fi
   6937 OTOOL64=$ac_cv_prog_OTOOL64
   6938 if test -n "$OTOOL64"; then
   6939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
   6940 $as_echo "$OTOOL64" >&6; }
   6941 else
   6942   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6943 $as_echo "no" >&6; }
   6944 fi
   6945 
   6946 
   6947 fi
   6948 if test -z "$ac_cv_prog_OTOOL64"; then
   6949   ac_ct_OTOOL64=$OTOOL64
   6950   # Extract the first word of "otool64", so it can be a program name with args.
   6951 set dummy otool64; ac_word=$2
   6952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6953 $as_echo_n "checking for $ac_word... " >&6; }
   6954 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
   6955   $as_echo_n "(cached) " >&6
   6956 else
   6957   if test -n "$ac_ct_OTOOL64"; then
   6958   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
   6959 else
   6960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6961 for as_dir in $PATH
   6962 do
   6963   IFS=$as_save_IFS
   6964   test -z "$as_dir" && as_dir=.
   6965     for ac_exec_ext in '' $ac_executable_extensions; do
   6966   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   6967     ac_cv_prog_ac_ct_OTOOL64="otool64"
   6968     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6969     break 2
   6970   fi
   6971 done
   6972   done
   6973 IFS=$as_save_IFS
   6974 
   6975 fi
   6976 fi
   6977 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
   6978 if test -n "$ac_ct_OTOOL64"; then
   6979   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
   6980 $as_echo "$ac_ct_OTOOL64" >&6; }
   6981 else
   6982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6983 $as_echo "no" >&6; }
   6984 fi
   6985 
   6986   if test "x$ac_ct_OTOOL64" = x; then
   6987     OTOOL64=":"
   6988   else
   6989     case $cross_compiling:$ac_tool_warned in
   6990 yes:)
   6991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6992 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6993 ac_tool_warned=yes ;;
   6994 esac
   6995     OTOOL64=$ac_ct_OTOOL64
   6996   fi
   6997 else
   6998   OTOOL64="$ac_cv_prog_OTOOL64"
   6999 fi
   7000 
   7001 
   7002 
   7003 
   7004 
   7005 
   7006 
   7007 
   7008 
   7009 
   7010 
   7011 
   7012 
   7013 
   7014 
   7015 
   7016 
   7017 
   7018 
   7019 
   7020 
   7021 
   7022 
   7023 
   7024 
   7025 
   7026 
   7027     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
   7028 $as_echo_n "checking for -single_module linker flag... " >&6; }
   7029 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
   7030   $as_echo_n "(cached) " >&6
   7031 else
   7032   lt_cv_apple_cc_single_mod=no
   7033       if test -z "${LT_MULTI_MODULE}"; then
   7034 	# By default we will add the -single_module flag. You can override
   7035 	# by either setting the environment variable LT_MULTI_MODULE
   7036 	# non-empty at configure time, or by adding -multi_module to the
   7037 	# link flags.
   7038 	rm -rf libconftest.dylib*
   7039 	echo "int foo(void){return 1;}" > conftest.c
   7040 	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   7041 -dynamiclib -Wl,-single_module conftest.c" >&5
   7042 	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   7043 	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
   7044         _lt_result=$?
   7045 	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
   7046 	  lt_cv_apple_cc_single_mod=yes
   7047 	else
   7048 	  cat conftest.err >&5
   7049 	fi
   7050 	rm -rf libconftest.dylib*
   7051 	rm -f conftest.*
   7052       fi
   7053 fi
   7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
   7055 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
   7056     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
   7057 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
   7058 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
   7059   $as_echo_n "(cached) " >&6
   7060 else
   7061   lt_cv_ld_exported_symbols_list=no
   7062       save_LDFLAGS=$LDFLAGS
   7063       echo "_main" > conftest.sym
   7064       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
   7065       if test x$gcc_no_link = xyes; then
   7066   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   7067 fi
   7068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   7069 /* end confdefs.h.  */
   7070 
   7071 int
   7072 main ()
   7073 {
   7074 
   7075   ;
   7076   return 0;
   7077 }
   7078 _ACEOF
   7079 if ac_fn_c_try_link "$LINENO"; then :
   7080   lt_cv_ld_exported_symbols_list=yes
   7081 else
   7082   lt_cv_ld_exported_symbols_list=no
   7083 fi
   7084 rm -f core conftest.err conftest.$ac_objext \
   7085     conftest$ac_exeext conftest.$ac_ext
   7086 	LDFLAGS="$save_LDFLAGS"
   7087 
   7088 fi
   7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
   7090 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
   7091     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
   7092 $as_echo_n "checking for -force_load linker flag... " >&6; }
   7093 if test "${lt_cv_ld_force_load+set}" = set; then :
   7094   $as_echo_n "(cached) " >&6
   7095 else
   7096   lt_cv_ld_force_load=no
   7097       cat > conftest.c << _LT_EOF
   7098 int forced_loaded() { return 2;}
   7099 _LT_EOF
   7100       echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
   7101       $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
   7102       echo "$AR cru libconftest.a conftest.o" >&5
   7103       $AR cru libconftest.a conftest.o 2>&5
   7104       cat > conftest.c << _LT_EOF
   7105 int main() { return 0;}
   7106 _LT_EOF
   7107       echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
   7108       $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
   7109       _lt_result=$?
   7110       if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
   7111 	lt_cv_ld_force_load=yes
   7112       else
   7113 	cat conftest.err >&5
   7114       fi
   7115         rm -f conftest.err libconftest.a conftest conftest.c
   7116         rm -rf conftest.dSYM
   7117 
   7118 fi
   7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
   7120 $as_echo "$lt_cv_ld_force_load" >&6; }
   7121     case $host_os in
   7122     rhapsody* | darwin1.[012])
   7123       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
   7124     darwin1.*)
   7125       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
   7126     darwin*) # darwin 5.x on
   7127       # if running on 10.5 or later, the deployment target defaults
   7128       # to the OS version, if on x86, and 10.4, the deployment
   7129       # target defaults to 10.4. Don't you love it?
   7130       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
   7131 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
   7132 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
   7133 	10.[012][,.]*)
   7134 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
   7135 	10.*)
   7136 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
   7137       esac
   7138     ;;
   7139   esac
   7140     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
   7141       _lt_dar_single_mod='$single_module'
   7142     fi
   7143     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
   7144       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
   7145     else
   7146       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
   7147     fi
   7148     if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
   7149       _lt_dsymutil='~$DSYMUTIL $lib || :'
   7150     else
   7151       _lt_dsymutil=
   7152     fi
   7153     ;;
   7154   esac
   7155 
   7156 for ac_header in dlfcn.h
   7157 do :
   7158   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
   7159 "
   7160 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
   7161   cat >>confdefs.h <<_ACEOF
   7162 #define HAVE_DLFCN_H 1
   7163 _ACEOF
   7164 
   7165 fi
   7166 
   7167 done
   7168 
   7169 
   7170 
   7171 
   7172 
   7173 # Set options
   7174 
   7175 
   7176 
   7177         enable_dlopen=no
   7178 
   7179 
   7180   enable_win32_dll=no
   7181 
   7182 
   7183             # Check whether --enable-shared was given.
   7184 if test "${enable_shared+set}" = set; then :
   7185   enableval=$enable_shared; p=${PACKAGE-default}
   7186     case $enableval in
   7187     yes) enable_shared=yes ;;
   7188     no) enable_shared=no ;;
   7189     *)
   7190       enable_shared=no
   7191       # Look at the argument we got.  We use all the common list separators.
   7192       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   7193       for pkg in $enableval; do
   7194 	IFS="$lt_save_ifs"
   7195 	if test "X$pkg" = "X$p"; then
   7196 	  enable_shared=yes
   7197 	fi
   7198       done
   7199       IFS="$lt_save_ifs"
   7200       ;;
   7201     esac
   7202 else
   7203   enable_shared=yes
   7204 fi
   7205 
   7206 
   7207 
   7208 
   7209 
   7210 
   7211 
   7212 
   7213 
   7214   # Check whether --enable-static was given.
   7215 if test "${enable_static+set}" = set; then :
   7216   enableval=$enable_static; p=${PACKAGE-default}
   7217     case $enableval in
   7218     yes) enable_static=yes ;;
   7219     no) enable_static=no ;;
   7220     *)
   7221      enable_static=no
   7222       # Look at the argument we got.  We use all the common list separators.
   7223       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   7224       for pkg in $enableval; do
   7225 	IFS="$lt_save_ifs"
   7226 	if test "X$pkg" = "X$p"; then
   7227 	  enable_static=yes
   7228 	fi
   7229       done
   7230       IFS="$lt_save_ifs"
   7231       ;;
   7232     esac
   7233 else
   7234   enable_static=yes
   7235 fi
   7236 
   7237 
   7238 
   7239 
   7240 
   7241 
   7242 
   7243 
   7244 
   7245 
   7246 # Check whether --with-pic was given.
   7247 if test "${with_pic+set}" = set; then :
   7248   withval=$with_pic; pic_mode="$withval"
   7249 else
   7250   pic_mode=default
   7251 fi
   7252 
   7253 
   7254 test -z "$pic_mode" && pic_mode=default
   7255 
   7256 
   7257 
   7258 
   7259 
   7260 
   7261 
   7262   # Check whether --enable-fast-install was given.
   7263 if test "${enable_fast_install+set}" = set; then :
   7264   enableval=$enable_fast_install; p=${PACKAGE-default}
   7265     case $enableval in
   7266     yes) enable_fast_install=yes ;;
   7267     no) enable_fast_install=no ;;
   7268     *)
   7269       enable_fast_install=no
   7270       # Look at the argument we got.  We use all the common list separators.
   7271       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   7272       for pkg in $enableval; do
   7273 	IFS="$lt_save_ifs"
   7274 	if test "X$pkg" = "X$p"; then
   7275 	  enable_fast_install=yes
   7276 	fi
   7277       done
   7278       IFS="$lt_save_ifs"
   7279       ;;
   7280     esac
   7281 else
   7282   enable_fast_install=yes
   7283 fi
   7284 
   7285 
   7286 
   7287 
   7288 
   7289 
   7290 
   7291 
   7292 
   7293 
   7294 
   7295 # This can be used to rebuild libtool when needed
   7296 LIBTOOL_DEPS="$ltmain"
   7297 
   7298 # Always use our own libtool.
   7299 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
   7300 
   7301 
   7302 
   7303 
   7304 
   7305 
   7306 
   7307 
   7308 
   7309 
   7310 
   7311 
   7312 
   7313 
   7314 
   7315 
   7316 
   7317 
   7318 
   7319 
   7320 
   7321 
   7322 
   7323 
   7324 
   7325 
   7326 test -z "$LN_S" && LN_S="ln -s"
   7327 
   7328 
   7329 
   7330 
   7331 
   7332 
   7333 
   7334 
   7335 
   7336 
   7337 
   7338 
   7339 
   7340 
   7341 if test -n "${ZSH_VERSION+set}" ; then
   7342    setopt NO_GLOB_SUBST
   7343 fi
   7344 
   7345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
   7346 $as_echo_n "checking for objdir... " >&6; }
   7347 if test "${lt_cv_objdir+set}" = set; then :
   7348   $as_echo_n "(cached) " >&6
   7349 else
   7350   rm -f .libs 2>/dev/null
   7351 mkdir .libs 2>/dev/null
   7352 if test -d .libs; then
   7353   lt_cv_objdir=.libs
   7354 else
   7355   # MS-DOS does not allow filenames that begin with a dot.
   7356   lt_cv_objdir=_libs
   7357 fi
   7358 rmdir .libs 2>/dev/null
   7359 fi
   7360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
   7361 $as_echo "$lt_cv_objdir" >&6; }
   7362 objdir=$lt_cv_objdir
   7363 
   7364 
   7365 
   7366 
   7367 
   7368 cat >>confdefs.h <<_ACEOF
   7369 #define LT_OBJDIR "$lt_cv_objdir/"
   7370 _ACEOF
   7371 
   7372 
   7373 
   7374 
   7375 case $host_os in
   7376 aix3*)
   7377   # AIX sometimes has problems with the GCC collect2 program.  For some
   7378   # reason, if we set the COLLECT_NAMES environment variable, the problems
   7379   # vanish in a puff of smoke.
   7380   if test "X${COLLECT_NAMES+set}" != Xset; then
   7381     COLLECT_NAMES=
   7382     export COLLECT_NAMES
   7383   fi
   7384   ;;
   7385 esac
   7386 
   7387 # Global variables:
   7388 ofile=libtool
   7389 can_build_shared=yes
   7390 
   7391 # All known linkers require a `.a' archive for static linking (except MSVC,
   7392 # which needs '.lib').
   7393 libext=a
   7394 
   7395 with_gnu_ld="$lt_cv_prog_gnu_ld"
   7396 
   7397 old_CC="$CC"
   7398 old_CFLAGS="$CFLAGS"
   7399 
   7400 # Set sane defaults for various variables
   7401 test -z "$CC" && CC=cc
   7402 test -z "$LTCC" && LTCC=$CC
   7403 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
   7404 test -z "$LD" && LD=ld
   7405 test -z "$ac_objext" && ac_objext=o
   7406 
   7407 for cc_temp in $compiler""; do
   7408   case $cc_temp in
   7409     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
   7410     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
   7411     \-*) ;;
   7412     *) break;;
   7413   esac
   7414 done
   7415 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
   7416 
   7417 
   7418 # Only perform the check for file, if the check method requires it
   7419 test -z "$MAGIC_CMD" && MAGIC_CMD=file
   7420 case $deplibs_check_method in
   7421 file_magic*)
   7422   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
   7423     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
   7424 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
   7425 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
   7426   $as_echo_n "(cached) " >&6
   7427 else
   7428   case $MAGIC_CMD in
   7429 [\\/*] |  ?:[\\/]*)
   7430   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   7431   ;;
   7432 *)
   7433   lt_save_MAGIC_CMD="$MAGIC_CMD"
   7434   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   7435   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   7436   for ac_dir in $ac_dummy; do
   7437     IFS="$lt_save_ifs"
   7438     test -z "$ac_dir" && ac_dir=.
   7439     if test -f $ac_dir/${ac_tool_prefix}file; then
   7440       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
   7441       if test -n "$file_magic_test_file"; then
   7442 	case $deplibs_check_method in
   7443 	"file_magic "*)
   7444 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   7445 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7446 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   7447 	    $EGREP "$file_magic_regex" > /dev/null; then
   7448 	    :
   7449 	  else
   7450 	    cat <<_LT_EOF 1>&2
   7451 
   7452 *** Warning: the command libtool uses to detect shared libraries,
   7453 *** $file_magic_cmd, produces output that libtool cannot recognize.
   7454 *** The result is that libtool may fail to recognize shared libraries
   7455 *** as such.  This will affect the creation of libtool libraries that
   7456 *** depend on shared libraries, but programs linked with such libtool
   7457 *** libraries will work regardless of this problem.  Nevertheless, you
   7458 *** may want to report the problem to your system manager and/or to
   7459 *** bug-libtool@gnu.org
   7460 
   7461 _LT_EOF
   7462 	  fi ;;
   7463 	esac
   7464       fi
   7465       break
   7466     fi
   7467   done
   7468   IFS="$lt_save_ifs"
   7469   MAGIC_CMD="$lt_save_MAGIC_CMD"
   7470   ;;
   7471 esac
   7472 fi
   7473 
   7474 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7475 if test -n "$MAGIC_CMD"; then
   7476   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   7477 $as_echo "$MAGIC_CMD" >&6; }
   7478 else
   7479   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7480 $as_echo "no" >&6; }
   7481 fi
   7482 
   7483 
   7484 
   7485 
   7486 
   7487 if test -z "$lt_cv_path_MAGIC_CMD"; then
   7488   if test -n "$ac_tool_prefix"; then
   7489     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
   7490 $as_echo_n "checking for file... " >&6; }
   7491 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
   7492   $as_echo_n "(cached) " >&6
   7493 else
   7494   case $MAGIC_CMD in
   7495 [\\/*] |  ?:[\\/]*)
   7496   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   7497   ;;
   7498 *)
   7499   lt_save_MAGIC_CMD="$MAGIC_CMD"
   7500   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   7501   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   7502   for ac_dir in $ac_dummy; do
   7503     IFS="$lt_save_ifs"
   7504     test -z "$ac_dir" && ac_dir=.
   7505     if test -f $ac_dir/file; then
   7506       lt_cv_path_MAGIC_CMD="$ac_dir/file"
   7507       if test -n "$file_magic_test_file"; then
   7508 	case $deplibs_check_method in
   7509 	"file_magic "*)
   7510 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   7511 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7512 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   7513 	    $EGREP "$file_magic_regex" > /dev/null; then
   7514 	    :
   7515 	  else
   7516 	    cat <<_LT_EOF 1>&2
   7517 
   7518 *** Warning: the command libtool uses to detect shared libraries,
   7519 *** $file_magic_cmd, produces output that libtool cannot recognize.
   7520 *** The result is that libtool may fail to recognize shared libraries
   7521 *** as such.  This will affect the creation of libtool libraries that
   7522 *** depend on shared libraries, but programs linked with such libtool
   7523 *** libraries will work regardless of this problem.  Nevertheless, you
   7524 *** may want to report the problem to your system manager and/or to
   7525 *** bug-libtool@gnu.org
   7526 
   7527 _LT_EOF
   7528 	  fi ;;
   7529 	esac
   7530       fi
   7531       break
   7532     fi
   7533   done
   7534   IFS="$lt_save_ifs"
   7535   MAGIC_CMD="$lt_save_MAGIC_CMD"
   7536   ;;
   7537 esac
   7538 fi
   7539 
   7540 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7541 if test -n "$MAGIC_CMD"; then
   7542   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   7543 $as_echo "$MAGIC_CMD" >&6; }
   7544 else
   7545   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7546 $as_echo "no" >&6; }
   7547 fi
   7548 
   7549 
   7550   else
   7551     MAGIC_CMD=:
   7552   fi
   7553 fi
   7554 
   7555   fi
   7556   ;;
   7557 esac
   7558 
   7559 # Use C for the default configuration in the libtool script
   7560 
   7561 lt_save_CC="$CC"
   7562 ac_ext=c
   7563 ac_cpp='$CPP $CPPFLAGS'
   7564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   7565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   7566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   7567 
   7568 
   7569 # Source file extension for C test sources.
   7570 ac_ext=c
   7571 
   7572 # Object file extension for compiled C test sources.
   7573 objext=o
   7574 objext=$objext
   7575 
   7576 # Code to be used in simple compile tests
   7577 lt_simple_compile_test_code="int some_variable = 0;"
   7578 
   7579 # Code to be used in simple link tests
   7580 lt_simple_link_test_code='int main(){return(0);}'
   7581 
   7582 
   7583 
   7584 
   7585 
   7586 
   7587 
   7588 # If no C compiler was specified, use CC.
   7589 LTCC=${LTCC-"$CC"}
   7590 
   7591 # If no C compiler flags were specified, use CFLAGS.
   7592 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   7593 
   7594 # Allow CC to be a program name with arguments.
   7595 compiler=$CC
   7596 
   7597 # Save the default compiler, since it gets overwritten when the other
   7598 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
   7599 compiler_DEFAULT=$CC
   7600 
   7601 # save warnings/boilerplate of simple test code
   7602 ac_outfile=conftest.$ac_objext
   7603 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
   7604 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   7605 _lt_compiler_boilerplate=`cat conftest.err`
   7606 $RM conftest*
   7607 
   7608 ac_outfile=conftest.$ac_objext
   7609 echo "$lt_simple_link_test_code" >conftest.$ac_ext
   7610 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   7611 _lt_linker_boilerplate=`cat conftest.err`
   7612 $RM -r conftest*
   7613 
   7614 
   7615 ## CAVEAT EMPTOR:
   7616 ## There is no encapsulation within the following macros, do not change
   7617 ## the running order or otherwise move them around unless you know exactly
   7618 ## what you are doing...
   7619 if test -n "$compiler"; then
   7620 
   7621 lt_prog_compiler_no_builtin_flag=
   7622 
   7623 if test "$GCC" = yes; then
   7624   case $cc_basename in
   7625   nvcc*)
   7626     lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
   7627   *)
   7628     lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
   7629   esac
   7630 
   7631   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
   7632 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
   7633 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
   7634   $as_echo_n "(cached) " >&6
   7635 else
   7636   lt_cv_prog_compiler_rtti_exceptions=no
   7637    ac_outfile=conftest.$ac_objext
   7638    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   7639    lt_compiler_flag="-fno-rtti -fno-exceptions"
   7640    # Insert the option either (1) after the last *FLAGS variable, or
   7641    # (2) before a word containing "conftest.", or (3) at the end.
   7642    # Note that $ac_compile itself does not contain backslashes and begins
   7643    # with a dollar sign (not a hyphen), so the echo should work correctly.
   7644    # The option is referenced via a variable to avoid confusing sed.
   7645    lt_compile=`echo "$ac_compile" | $SED \
   7646    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   7647    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   7648    -e 's:$: $lt_compiler_flag:'`
   7649    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   7650    (eval "$lt_compile" 2>conftest.err)
   7651    ac_status=$?
   7652    cat conftest.err >&5
   7653    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   7654    if (exit $ac_status) && test -s "$ac_outfile"; then
   7655      # The compiler can only warn and ignore the option if not recognized
   7656      # So say no if there are warnings other than the usual output.
   7657      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
   7658      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   7659      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   7660        lt_cv_prog_compiler_rtti_exceptions=yes
   7661      fi
   7662    fi
   7663    $RM conftest*
   7664 
   7665 fi
   7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
   7667 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
   7668 
   7669 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
   7670     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
   7671 else
   7672     :
   7673 fi
   7674 
   7675 fi
   7676 
   7677 
   7678 
   7679 
   7680 
   7681 
   7682   lt_prog_compiler_wl=
   7683 lt_prog_compiler_pic=
   7684 lt_prog_compiler_static=
   7685 
   7686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
   7687 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
   7688 
   7689   if test "$GCC" = yes; then
   7690     lt_prog_compiler_wl='-Wl,'
   7691     lt_prog_compiler_static='-static'
   7692 
   7693     case $host_os in
   7694       aix*)
   7695       # All AIX code is PIC.
   7696       if test "$host_cpu" = ia64; then
   7697 	# AIX 5 now supports IA64 processor
   7698 	lt_prog_compiler_static='-Bstatic'
   7699       fi
   7700       lt_prog_compiler_pic='-fPIC'
   7701       ;;
   7702 
   7703     amigaos*)
   7704       case $host_cpu in
   7705       powerpc)
   7706             # see comment about AmigaOS4 .so support
   7707             lt_prog_compiler_pic='-fPIC'
   7708         ;;
   7709       m68k)
   7710             # FIXME: we need at least 68020 code to build shared libraries, but
   7711             # adding the `-m68020' flag to GCC prevents building anything better,
   7712             # like `-m68040'.
   7713             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
   7714         ;;
   7715       esac
   7716       ;;
   7717 
   7718     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
   7719       # PIC is the default for these OSes.
   7720       ;;
   7721 
   7722     mingw* | cygwin* | pw32* | os2* | cegcc*)
   7723       # This hack is so that the source file can tell whether it is being
   7724       # built for inclusion in a dll (and should export symbols for example).
   7725       # Although the cygwin gcc ignores -fPIC, still need this for old-style
   7726       # (--disable-auto-import) libraries
   7727       lt_prog_compiler_pic='-DDLL_EXPORT'
   7728       ;;
   7729 
   7730     darwin* | rhapsody*)
   7731       # PIC is the default on this platform
   7732       # Common symbols not allowed in MH_DYLIB files
   7733       lt_prog_compiler_pic='-fno-common'
   7734       ;;
   7735 
   7736     haiku*)
   7737       # PIC is the default for Haiku.
   7738       # The "-static" flag exists, but is broken.
   7739       lt_prog_compiler_static=
   7740       ;;
   7741 
   7742     hpux*)
   7743       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
   7744       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
   7745       # sets the default TLS model and affects inlining.
   7746       case $host_cpu in
   7747       hppa*64*)
   7748 	# +Z the default
   7749 	;;
   7750       *)
   7751 	lt_prog_compiler_pic='-fPIC'
   7752 	;;
   7753       esac
   7754       ;;
   7755 
   7756     interix[3-9]*)
   7757       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
   7758       # Instead, we relocate shared libraries at runtime.
   7759       ;;
   7760 
   7761     msdosdjgpp*)
   7762       # Just because we use GCC doesn't mean we suddenly get shared libraries
   7763       # on systems that don't support them.
   7764       lt_prog_compiler_can_build_shared=no
   7765       enable_shared=no
   7766       ;;
   7767 
   7768     *nto* | *qnx*)
   7769       # QNX uses GNU C++, but need to define -shared option too, otherwise
   7770       # it will coredump.
   7771       lt_prog_compiler_pic='-fPIC -shared'
   7772       ;;
   7773 
   7774     sysv4*MP*)
   7775       if test -d /usr/nec; then
   7776 	lt_prog_compiler_pic=-Kconform_pic
   7777       fi
   7778       ;;
   7779 
   7780     *)
   7781       lt_prog_compiler_pic='-fPIC'
   7782       ;;
   7783     esac
   7784 
   7785     case $cc_basename in
   7786     nvcc*) # Cuda Compiler Driver 2.2
   7787       lt_prog_compiler_wl='-Xlinker '
   7788       lt_prog_compiler_pic='-Xcompiler -fPIC'
   7789       ;;
   7790     esac
   7791   else
   7792     # PORTME Check for flag to pass linker flags through the system compiler.
   7793     case $host_os in
   7794     aix*)
   7795       lt_prog_compiler_wl='-Wl,'
   7796       if test "$host_cpu" = ia64; then
   7797 	# AIX 5 now supports IA64 processor
   7798 	lt_prog_compiler_static='-Bstatic'
   7799       else
   7800 	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
   7801       fi
   7802       ;;
   7803 
   7804     mingw* | cygwin* | pw32* | os2* | cegcc*)
   7805       # This hack is so that the source file can tell whether it is being
   7806       # built for inclusion in a dll (and should export symbols for example).
   7807       lt_prog_compiler_pic='-DDLL_EXPORT'
   7808       ;;
   7809 
   7810     hpux9* | hpux10* | hpux11*)
   7811       lt_prog_compiler_wl='-Wl,'
   7812       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
   7813       # not for PA HP-UX.
   7814       case $host_cpu in
   7815       hppa*64*|ia64*)
   7816 	# +Z the default
   7817 	;;
   7818       *)
   7819 	lt_prog_compiler_pic='+Z'
   7820 	;;
   7821       esac
   7822       # Is there a better lt_prog_compiler_static that works with the bundled CC?
   7823       lt_prog_compiler_static='${wl}-a ${wl}archive'
   7824       ;;
   7825 
   7826     irix5* | irix6* | nonstopux*)
   7827       lt_prog_compiler_wl='-Wl,'
   7828       # PIC (with -KPIC) is the default.
   7829       lt_prog_compiler_static='-non_shared'
   7830       ;;
   7831 
   7832     linux* | k*bsd*-gnu | kopensolaris*-gnu)
   7833       case $cc_basename in
   7834       # old Intel for x86_64 which still supported -KPIC.
   7835       ecc*)
   7836 	lt_prog_compiler_wl='-Wl,'
   7837 	lt_prog_compiler_pic='-KPIC'
   7838 	lt_prog_compiler_static='-static'
   7839         ;;
   7840       # icc used to be incompatible with GCC.
   7841       # ICC 10 doesn't accept -KPIC any more.
   7842       icc* | ifort*)
   7843 	lt_prog_compiler_wl='-Wl,'
   7844 	lt_prog_compiler_pic='-fPIC'
   7845 	lt_prog_compiler_static='-static'
   7846         ;;
   7847       # Lahey Fortran 8.1.
   7848       lf95*)
   7849 	lt_prog_compiler_wl='-Wl,'
   7850 	lt_prog_compiler_pic='--shared'
   7851 	lt_prog_compiler_static='--static'
   7852 	;;
   7853       pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
   7854         # Portland Group compilers (*not* the Pentium gcc compiler,
   7855 	# which looks to be a dead project)
   7856 	lt_prog_compiler_wl='-Wl,'
   7857 	lt_prog_compiler_pic='-fpic'
   7858 	lt_prog_compiler_static='-Bstatic'
   7859         ;;
   7860       ccc*)
   7861         lt_prog_compiler_wl='-Wl,'
   7862         # All Alpha code is PIC.
   7863         lt_prog_compiler_static='-non_shared'
   7864         ;;
   7865       xl* | bgxl* | bgf* | mpixl*)
   7866 	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
   7867 	lt_prog_compiler_wl='-Wl,'
   7868 	lt_prog_compiler_pic='-qpic'
   7869 	lt_prog_compiler_static='-qstaticlink'
   7870 	;;
   7871       *)
   7872 	case `$CC -V 2>&1 | sed 5q` in
   7873 	*Sun\ F* | *Sun*Fortran*)
   7874 	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
   7875 	  lt_prog_compiler_pic='-KPIC'
   7876 	  lt_prog_compiler_static='-Bstatic'
   7877 	  lt_prog_compiler_wl=''
   7878 	  ;;
   7879 	*Sun\ C*)
   7880 	  # Sun C 5.9
   7881 	  lt_prog_compiler_pic='-KPIC'
   7882 	  lt_prog_compiler_static='-Bstatic'
   7883 	  lt_prog_compiler_wl='-Wl,'
   7884 	  ;;
   7885 	esac
   7886 	;;
   7887       esac
   7888       ;;
   7889 
   7890     newsos6)
   7891       lt_prog_compiler_pic='-KPIC'
   7892       lt_prog_compiler_static='-Bstatic'
   7893       ;;
   7894 
   7895     *nto* | *qnx*)
   7896       # QNX uses GNU C++, but need to define -shared option too, otherwise
   7897       # it will coredump.
   7898       lt_prog_compiler_pic='-fPIC -shared'
   7899       ;;
   7900 
   7901     osf3* | osf4* | osf5*)
   7902       lt_prog_compiler_wl='-Wl,'
   7903       # All OSF/1 code is PIC.
   7904       lt_prog_compiler_static='-non_shared'
   7905       ;;
   7906 
   7907     rdos*)
   7908       lt_prog_compiler_static='-non_shared'
   7909       ;;
   7910 
   7911     solaris*)
   7912       lt_prog_compiler_pic='-KPIC'
   7913       lt_prog_compiler_static='-Bstatic'
   7914       case $cc_basename in
   7915       f77* | f90* | f95*)
   7916 	lt_prog_compiler_wl='-Qoption ld ';;
   7917       *)
   7918 	lt_prog_compiler_wl='-Wl,';;
   7919       esac
   7920       ;;
   7921 
   7922     sunos4*)
   7923       lt_prog_compiler_wl='-Qoption ld '
   7924       lt_prog_compiler_pic='-PIC'
   7925       lt_prog_compiler_static='-Bstatic'
   7926       ;;
   7927 
   7928     sysv4 | sysv4.2uw2* | sysv4.3*)
   7929       lt_prog_compiler_wl='-Wl,'
   7930       lt_prog_compiler_pic='-KPIC'
   7931       lt_prog_compiler_static='-Bstatic'
   7932       ;;
   7933 
   7934     sysv4*MP*)
   7935       if test -d /usr/nec ;then
   7936 	lt_prog_compiler_pic='-Kconform_pic'
   7937 	lt_prog_compiler_static='-Bstatic'
   7938       fi
   7939       ;;
   7940 
   7941     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
   7942       lt_prog_compiler_wl='-Wl,'
   7943       lt_prog_compiler_pic='-KPIC'
   7944       lt_prog_compiler_static='-Bstatic'
   7945       ;;
   7946 
   7947     unicos*)
   7948       lt_prog_compiler_wl='-Wl,'
   7949       lt_prog_compiler_can_build_shared=no
   7950       ;;
   7951 
   7952     uts4*)
   7953       lt_prog_compiler_pic='-pic'
   7954       lt_prog_compiler_static='-Bstatic'
   7955       ;;
   7956 
   7957     *)
   7958       lt_prog_compiler_can_build_shared=no
   7959       ;;
   7960     esac
   7961   fi
   7962 
   7963 case $host_os in
   7964   # For platforms which do not support PIC, -DPIC is meaningless:
   7965   *djgpp*)
   7966     lt_prog_compiler_pic=
   7967     ;;
   7968   *)
   7969     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
   7970     ;;
   7971 esac
   7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
   7973 $as_echo "$lt_prog_compiler_pic" >&6; }
   7974 
   7975 
   7976 
   7977 
   7978 
   7979 
   7980 #
   7981 # Check to make sure the PIC flag actually works.
   7982 #
   7983 if test -n "$lt_prog_compiler_pic"; then
   7984   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
   7985 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
   7986 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
   7987   $as_echo_n "(cached) " >&6
   7988 else
   7989   lt_cv_prog_compiler_pic_works=no
   7990    ac_outfile=conftest.$ac_objext
   7991    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   7992    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
   7993    # Insert the option either (1) after the last *FLAGS variable, or
   7994    # (2) before a word containing "conftest.", or (3) at the end.
   7995    # Note that $ac_compile itself does not contain backslashes and begins
   7996    # with a dollar sign (not a hyphen), so the echo should work correctly.
   7997    # The option is referenced via a variable to avoid confusing sed.
   7998    lt_compile=`echo "$ac_compile" | $SED \
   7999    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8000    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8001    -e 's:$: $lt_compiler_flag:'`
   8002    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   8003    (eval "$lt_compile" 2>conftest.err)
   8004    ac_status=$?
   8005    cat conftest.err >&5
   8006    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   8007    if (exit $ac_status) && test -s "$ac_outfile"; then
   8008      # The compiler can only warn and ignore the option if not recognized
   8009      # So say no if there are warnings other than the usual output.
   8010      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
   8011      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8012      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   8013        lt_cv_prog_compiler_pic_works=yes
   8014      fi
   8015    fi
   8016    $RM conftest*
   8017 
   8018 fi
   8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
   8020 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
   8021 
   8022 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
   8023     case $lt_prog_compiler_pic in
   8024      "" | " "*) ;;
   8025      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
   8026      esac
   8027 else
   8028     lt_prog_compiler_pic=
   8029      lt_prog_compiler_can_build_shared=no
   8030 fi
   8031 
   8032 fi
   8033 
   8034 
   8035 
   8036 
   8037 
   8038 
   8039 #
   8040 # Check to make sure the static flag actually works.
   8041 #
   8042 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
   8043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
   8044 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
   8045 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
   8046   $as_echo_n "(cached) " >&6
   8047 else
   8048   lt_cv_prog_compiler_static_works=no
   8049    save_LDFLAGS="$LDFLAGS"
   8050    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
   8051    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   8052    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   8053      # The linker can only warn and ignore the option if not recognized
   8054      # So say no if there are warnings
   8055      if test -s conftest.err; then
   8056        # Append any errors to the config.log.
   8057        cat conftest.err 1>&5
   8058        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
   8059        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8060        if diff conftest.exp conftest.er2 >/dev/null; then
   8061          lt_cv_prog_compiler_static_works=yes
   8062        fi
   8063      else
   8064        lt_cv_prog_compiler_static_works=yes
   8065      fi
   8066    fi
   8067    $RM -r conftest*
   8068    LDFLAGS="$save_LDFLAGS"
   8069 
   8070 fi
   8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
   8072 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
   8073 
   8074 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
   8075     :
   8076 else
   8077     lt_prog_compiler_static=
   8078 fi
   8079 
   8080 
   8081 
   8082 
   8083 
   8084 
   8085 
   8086   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   8087 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   8088 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
   8089   $as_echo_n "(cached) " >&6
   8090 else
   8091   lt_cv_prog_compiler_c_o=no
   8092    $RM -r conftest 2>/dev/null
   8093    mkdir conftest
   8094    cd conftest
   8095    mkdir out
   8096    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   8097 
   8098    lt_compiler_flag="-o out/conftest2.$ac_objext"
   8099    # Insert the option either (1) after the last *FLAGS variable, or
   8100    # (2) before a word containing "conftest.", or (3) at the end.
   8101    # Note that $ac_compile itself does not contain backslashes and begins
   8102    # with a dollar sign (not a hyphen), so the echo should work correctly.
   8103    lt_compile=`echo "$ac_compile" | $SED \
   8104    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8105    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8106    -e 's:$: $lt_compiler_flag:'`
   8107    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   8108    (eval "$lt_compile" 2>out/conftest.err)
   8109    ac_status=$?
   8110    cat out/conftest.err >&5
   8111    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   8112    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   8113    then
   8114      # The compiler can only warn and ignore the option if not recognized
   8115      # So say no if there are warnings
   8116      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
   8117      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   8118      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   8119        lt_cv_prog_compiler_c_o=yes
   8120      fi
   8121    fi
   8122    chmod u+w . 2>&5
   8123    $RM conftest*
   8124    # SGI C++ compiler will create directory out/ii_files/ for
   8125    # template instantiation
   8126    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   8127    $RM out/* && rmdir out
   8128    cd ..
   8129    $RM -r conftest
   8130    $RM conftest*
   8131 
   8132 fi
   8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   8134 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   8135 
   8136 
   8137 
   8138 
   8139 
   8140 
   8141   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   8142 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   8143 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
   8144   $as_echo_n "(cached) " >&6
   8145 else
   8146   lt_cv_prog_compiler_c_o=no
   8147    $RM -r conftest 2>/dev/null
   8148    mkdir conftest
   8149    cd conftest
   8150    mkdir out
   8151    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   8152 
   8153    lt_compiler_flag="-o out/conftest2.$ac_objext"
   8154    # Insert the option either (1) after the last *FLAGS variable, or
   8155    # (2) before a word containing "conftest.", or (3) at the end.
   8156    # Note that $ac_compile itself does not contain backslashes and begins
   8157    # with a dollar sign (not a hyphen), so the echo should work correctly.
   8158    lt_compile=`echo "$ac_compile" | $SED \
   8159    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8160    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8161    -e 's:$: $lt_compiler_flag:'`
   8162    (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
   8163    (eval "$lt_compile" 2>out/conftest.err)
   8164    ac_status=$?
   8165    cat out/conftest.err >&5
   8166    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   8167    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   8168    then
   8169      # The compiler can only warn and ignore the option if not recognized
   8170      # So say no if there are warnings
   8171      $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
   8172      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   8173      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   8174        lt_cv_prog_compiler_c_o=yes
   8175      fi
   8176    fi
   8177    chmod u+w . 2>&5
   8178    $RM conftest*
   8179    # SGI C++ compiler will create directory out/ii_files/ for
   8180    # template instantiation
   8181    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   8182    $RM out/* && rmdir out
   8183    cd ..
   8184    $RM -r conftest
   8185    $RM conftest*
   8186 
   8187 fi
   8188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   8189 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   8190 
   8191 
   8192 
   8193 
   8194 hard_links="nottested"
   8195 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
   8196   # do not overwrite the value of need_locks provided by the user
   8197   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
   8198 $as_echo_n "checking if we can lock with hard links... " >&6; }
   8199   hard_links=yes
   8200   $RM conftest*
   8201   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   8202   touch conftest.a
   8203   ln conftest.a conftest.b 2>&5 || hard_links=no
   8204   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   8205   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
   8206 $as_echo "$hard_links" >&6; }
   8207   if test "$hard_links" = no; then
   8208     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
   8209 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
   8210     need_locks=warn
   8211   fi
   8212 else
   8213   need_locks=no
   8214 fi
   8215 
   8216 
   8217 
   8218 
   8219 
   8220 
   8221   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
   8222 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
   8223 
   8224   runpath_var=
   8225   allow_undefined_flag=
   8226   always_export_symbols=no
   8227   archive_cmds=
   8228   archive_expsym_cmds=
   8229   compiler_needs_object=no
   8230   enable_shared_with_static_runtimes=no
   8231   export_dynamic_flag_spec=
   8232   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   8233   hardcode_automatic=no
   8234   hardcode_direct=no
   8235   hardcode_direct_absolute=no
   8236   hardcode_libdir_flag_spec=
   8237   hardcode_libdir_flag_spec_ld=
   8238   hardcode_libdir_separator=
   8239   hardcode_minus_L=no
   8240   hardcode_shlibpath_var=unsupported
   8241   inherit_rpath=no
   8242   link_all_deplibs=unknown
   8243   module_cmds=
   8244   module_expsym_cmds=
   8245   old_archive_from_new_cmds=
   8246   old_archive_from_expsyms_cmds=
   8247   thread_safe_flag_spec=
   8248   whole_archive_flag_spec=
   8249   # include_expsyms should be a list of space-separated symbols to be *always*
   8250   # included in the symbol list
   8251   include_expsyms=
   8252   # exclude_expsyms can be an extended regexp of symbols to exclude
   8253   # it will be wrapped by ` (' and `)$', so one must not match beginning or
   8254   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
   8255   # as well as any symbol that contains `d'.
   8256   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
   8257   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   8258   # platforms (ab)use it in PIC code, but their linkers get confused if
   8259   # the symbol is explicitly referenced.  Since portable code cannot
   8260   # rely on this symbol name, it's probably fine to never include it in
   8261   # preloaded symbol tables.
   8262   # Exclude shared library initialization/finalization symbols.
   8263   extract_expsyms_cmds=
   8264 
   8265   case $host_os in
   8266   cygwin* | mingw* | pw32* | cegcc*)
   8267     # FIXME: the MSVC++ port hasn't been tested in a loooong time
   8268     # When not using gcc, we currently assume that we are using
   8269     # Microsoft Visual C++.
   8270     if test "$GCC" != yes; then
   8271       with_gnu_ld=no
   8272     fi
   8273     ;;
   8274   interix*)
   8275     # we just hope/assume this is gcc and not c89 (= MSVC++)
   8276     with_gnu_ld=yes
   8277     ;;
   8278   openbsd*)
   8279     with_gnu_ld=no
   8280     ;;
   8281   esac
   8282 
   8283   ld_shlibs=yes
   8284 
   8285   # On some targets, GNU ld is compatible enough with the native linker
   8286   # that we're better off using the native interface for both.
   8287   lt_use_gnu_ld_interface=no
   8288   if test "$with_gnu_ld" = yes; then
   8289     case $host_os in
   8290       aix*)
   8291 	# The AIX port of GNU ld has always aspired to compatibility
   8292 	# with the native linker.  However, as the warning in the GNU ld
   8293 	# block says, versions before 2.19.5* couldn't really create working
   8294 	# shared libraries, regardless of the interface used.
   8295 	case `$LD -v 2>&1` in
   8296 	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
   8297 	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
   8298 	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
   8299 	  *)
   8300 	    lt_use_gnu_ld_interface=yes
   8301 	    ;;
   8302 	esac
   8303 	;;
   8304       *)
   8305 	lt_use_gnu_ld_interface=yes
   8306 	;;
   8307     esac
   8308   fi
   8309 
   8310   if test "$lt_use_gnu_ld_interface" = yes; then
   8311     # If archive_cmds runs LD, not CC, wlarc should be empty
   8312     wlarc='${wl}'
   8313 
   8314     # Set some defaults for GNU ld with shared library support. These
   8315     # are reset later if shared libraries are not supported. Putting them
   8316     # here allows them to be overridden if necessary.
   8317     runpath_var=LD_RUN_PATH
   8318     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8319     export_dynamic_flag_spec='${wl}--export-dynamic'
   8320     # ancient GNU ld didn't support --whole-archive et. al.
   8321     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
   8322       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
   8323     else
   8324       whole_archive_flag_spec=
   8325     fi
   8326     supports_anon_versioning=no
   8327     case `$LD -v 2>&1` in
   8328       *GNU\ gold*) supports_anon_versioning=yes ;;
   8329       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
   8330       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
   8331       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
   8332       *\ 2.11.*) ;; # other 2.11 versions
   8333       *) supports_anon_versioning=yes ;;
   8334     esac
   8335 
   8336     # See if GNU ld supports shared libraries.
   8337     case $host_os in
   8338     aix[3-9]*)
   8339       # On AIX/PPC, the GNU linker is very broken
   8340       if test "$host_cpu" != ia64; then
   8341 	ld_shlibs=no
   8342 	cat <<_LT_EOF 1>&2
   8343 
   8344 *** Warning: the GNU linker, at least up to release 2.19, is reported
   8345 *** to be unable to reliably create shared libraries on AIX.
   8346 *** Therefore, libtool is disabling shared libraries support.  If you
   8347 *** really care for shared libraries, you may want to install binutils
   8348 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
   8349 *** You will then need to restart the configuration process.
   8350 
   8351 _LT_EOF
   8352       fi
   8353       ;;
   8354 
   8355     amigaos*)
   8356       case $host_cpu in
   8357       powerpc)
   8358             # see comment about AmigaOS4 .so support
   8359             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8360             archive_expsym_cmds=''
   8361         ;;
   8362       m68k)
   8363             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)'
   8364             hardcode_libdir_flag_spec='-L$libdir'
   8365             hardcode_minus_L=yes
   8366         ;;
   8367       esac
   8368       ;;
   8369 
   8370     beos*)
   8371       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8372 	allow_undefined_flag=unsupported
   8373 	# Joseph Beckenbach <jrb3 (at] best.com> says some releases of gcc
   8374 	# support --undefined.  This deserves some investigation.  FIXME
   8375 	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8376       else
   8377 	ld_shlibs=no
   8378       fi
   8379       ;;
   8380 
   8381     cygwin* | mingw* | pw32* | cegcc*)
   8382       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
   8383       # as there is no search path for DLLs.
   8384       hardcode_libdir_flag_spec='-L$libdir'
   8385       export_dynamic_flag_spec='${wl}--export-all-symbols'
   8386       allow_undefined_flag=unsupported
   8387       always_export_symbols=no
   8388       enable_shared_with_static_runtimes=yes
   8389       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
   8390 
   8391       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
   8392         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   8393 	# If the export-symbols file already is a .def file (1st line
   8394 	# is EXPORTS), use it as is; otherwise, prepend...
   8395 	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
   8396 	  cp $export_symbols $output_objdir/$soname.def;
   8397 	else
   8398 	  echo EXPORTS > $output_objdir/$soname.def;
   8399 	  cat $export_symbols >> $output_objdir/$soname.def;
   8400 	fi~
   8401 	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   8402       else
   8403 	ld_shlibs=no
   8404       fi
   8405       ;;
   8406 
   8407     haiku*)
   8408       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8409       link_all_deplibs=yes
   8410       ;;
   8411 
   8412     interix[3-9]*)
   8413       hardcode_direct=no
   8414       hardcode_shlibpath_var=no
   8415       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   8416       export_dynamic_flag_spec='${wl}-E'
   8417       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
   8418       # Instead, shared libraries are loaded at an image base (0x10000000 by
   8419       # default) and relocated if they conflict, which is a slow very memory
   8420       # consuming and fragmenting process.  To avoid this, we pick a random,
   8421       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
   8422       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
   8423       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
   8424       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'
   8425       ;;
   8426 
   8427     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
   8428       tmp_diet=no
   8429       if test "$host_os" = linux-dietlibc; then
   8430 	case $cc_basename in
   8431 	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
   8432 	esac
   8433       fi
   8434       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
   8435 	 && test "$tmp_diet" = no
   8436       then
   8437 	tmp_addflag=' $pic_flag'
   8438 	tmp_sharedflag='-shared'
   8439 	case $cc_basename,$host_cpu in
   8440         pgcc*)				# Portland Group C compiler
   8441 	  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'
   8442 	  tmp_addflag=' $pic_flag'
   8443 	  ;;
   8444 	pgf77* | pgf90* | pgf95* | pgfortran*)
   8445 					# Portland Group f77 and f90 compilers
   8446 	  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'
   8447 	  tmp_addflag=' $pic_flag -Mnomain' ;;
   8448 	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
   8449 	  tmp_addflag=' -i_dynamic' ;;
   8450 	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
   8451 	  tmp_addflag=' -i_dynamic -nofor_main' ;;
   8452 	ifc* | ifort*)			# Intel Fortran compiler
   8453 	  tmp_addflag=' -nofor_main' ;;
   8454 	lf95*)				# Lahey Fortran 8.1
   8455 	  whole_archive_flag_spec=
   8456 	  tmp_sharedflag='--shared' ;;
   8457 	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
   8458 	  tmp_sharedflag='-qmkshrobj'
   8459 	  tmp_addflag= ;;
   8460 	nvcc*)	# Cuda Compiler Driver 2.2
   8461 	  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'
   8462 	  compiler_needs_object=yes
   8463 	  ;;
   8464 	esac
   8465 	case `$CC -V 2>&1 | sed 5q` in
   8466 	*Sun\ C*)			# Sun C 5.9
   8467 	  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'
   8468 	  compiler_needs_object=yes
   8469 	  tmp_sharedflag='-G' ;;
   8470 	*Sun\ F*)			# Sun Fortran 8.3
   8471 	  tmp_sharedflag='-G' ;;
   8472 	esac
   8473 	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8474 
   8475         if test "x$supports_anon_versioning" = xyes; then
   8476           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   8477 	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   8478 	    echo "local: *; };" >> $output_objdir/$libname.ver~
   8479 	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
   8480         fi
   8481 
   8482 	case $cc_basename in
   8483 	xlf* | bgf* | bgxlf* | mpixlf*)
   8484 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
   8485 	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
   8486 	  hardcode_libdir_flag_spec=
   8487 	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
   8488 	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
   8489 	  if test "x$supports_anon_versioning" = xyes; then
   8490 	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   8491 	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   8492 	      echo "local: *; };" >> $output_objdir/$libname.ver~
   8493 	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
   8494 	  fi
   8495 	  ;;
   8496 	esac
   8497       else
   8498         ld_shlibs=no
   8499       fi
   8500       ;;
   8501 
   8502     netbsd*)
   8503       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   8504 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
   8505 	wlarc=
   8506       else
   8507 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8508 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8509       fi
   8510       ;;
   8511 
   8512     solaris*)
   8513       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
   8514 	ld_shlibs=no
   8515 	cat <<_LT_EOF 1>&2
   8516 
   8517 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
   8518 *** create shared libraries on Solaris systems.  Therefore, libtool
   8519 *** is disabling shared libraries support.  We urge you to upgrade GNU
   8520 *** binutils to release 2.9.1 or newer.  Another option is to modify
   8521 *** your PATH or compiler configuration so that the native linker is
   8522 *** used, and then restart.
   8523 
   8524 _LT_EOF
   8525       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8526 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8527 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8528       else
   8529 	ld_shlibs=no
   8530       fi
   8531       ;;
   8532 
   8533     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
   8534       case `$LD -v 2>&1` in
   8535         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
   8536 	ld_shlibs=no
   8537 	cat <<_LT_EOF 1>&2
   8538 
   8539 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
   8540 *** reliably create shared libraries on SCO systems.  Therefore, libtool
   8541 *** is disabling shared libraries support.  We urge you to upgrade GNU
   8542 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
   8543 *** your PATH or compiler configuration so that the native linker is
   8544 *** used, and then restart.
   8545 
   8546 _LT_EOF
   8547 	;;
   8548 	*)
   8549 	  # For security reasons, it is highly recommended that you always
   8550 	  # use absolute paths for naming shared libraries, and exclude the
   8551 	  # DT_RUNPATH tag from executables and libraries.  But doing so
   8552 	  # requires that you compile everything twice, which is a pain.
   8553 	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8554 	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8555 	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8556 	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8557 	  else
   8558 	    ld_shlibs=no
   8559 	  fi
   8560 	;;
   8561       esac
   8562       ;;
   8563 
   8564     sunos4*)
   8565       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   8566       wlarc=
   8567       hardcode_direct=yes
   8568       hardcode_shlibpath_var=no
   8569       ;;
   8570 
   8571     *)
   8572       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8573 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8574 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8575       else
   8576 	ld_shlibs=no
   8577       fi
   8578       ;;
   8579     esac
   8580 
   8581     if test "$ld_shlibs" = no; then
   8582       runpath_var=
   8583       hardcode_libdir_flag_spec=
   8584       export_dynamic_flag_spec=
   8585       whole_archive_flag_spec=
   8586     fi
   8587   else
   8588     # PORTME fill in a description of your system's linker (not GNU ld)
   8589     case $host_os in
   8590     aix3*)
   8591       allow_undefined_flag=unsupported
   8592       always_export_symbols=yes
   8593       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'
   8594       # Note: this linker hardcodes the directories in LIBPATH if there
   8595       # are no directories specified by -L.
   8596       hardcode_minus_L=yes
   8597       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
   8598 	# Neither direct hardcoding nor static linking is supported with a
   8599 	# broken collect2.
   8600 	hardcode_direct=unsupported
   8601       fi
   8602       ;;
   8603 
   8604     aix[4-9]*)
   8605       if test "$host_cpu" = ia64; then
   8606 	# On IA64, the linker does run time linking by default, so we don't
   8607 	# have to do anything special.
   8608 	aix_use_runtimelinking=no
   8609 	exp_sym_flag='-Bexport'
   8610 	no_entry_flag=""
   8611       else
   8612 	# If we're using GNU nm, then we don't want the "-C" option.
   8613 	# -C means demangle to AIX nm, but means don't demangle with GNU nm
   8614 	# Also, AIX nm treats weak defined symbols like other global
   8615 	# defined symbols, whereas GNU nm marks them as "W".
   8616 	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
   8617 	  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'
   8618 	else
   8619 	  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'
   8620 	fi
   8621 	aix_use_runtimelinking=no
   8622 
   8623 	# Test if we are trying to use run time linking or normal
   8624 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
   8625 	# need to do runtime linking.
   8626 	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
   8627 	  for ld_flag in $LDFLAGS; do
   8628 	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
   8629 	    aix_use_runtimelinking=yes
   8630 	    break
   8631 	  fi
   8632 	  done
   8633 	  ;;
   8634 	esac
   8635 
   8636 	exp_sym_flag='-bexport'
   8637 	no_entry_flag='-bnoentry'
   8638       fi
   8639 
   8640       # When large executables or shared objects are built, AIX ld can
   8641       # have problems creating the table of contents.  If linking a library
   8642       # or program results in "error TOC overflow" add -mminimal-toc to
   8643       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
   8644       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
   8645 
   8646       archive_cmds=''
   8647       hardcode_direct=yes
   8648       hardcode_direct_absolute=yes
   8649       hardcode_libdir_separator=':'
   8650       link_all_deplibs=yes
   8651       file_list_spec='${wl}-f,'
   8652 
   8653       if test "$GCC" = yes; then
   8654 	case $host_os in aix4.[012]|aix4.[012].*)
   8655 	# We only want to do this on AIX 4.2 and lower, the check
   8656 	# below for broken collect2 doesn't work under 4.3+
   8657 	  collect2name=`${CC} -print-prog-name=collect2`
   8658 	  if test -f "$collect2name" &&
   8659 	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
   8660 	  then
   8661 	  # We have reworked collect2
   8662 	  :
   8663 	  else
   8664 	  # We have old collect2
   8665 	  hardcode_direct=unsupported
   8666 	  # It fails to find uninstalled libraries when the uninstalled
   8667 	  # path is not listed in the libpath.  Setting hardcode_minus_L
   8668 	  # to unsupported forces relinking
   8669 	  hardcode_minus_L=yes
   8670 	  hardcode_libdir_flag_spec='-L$libdir'
   8671 	  hardcode_libdir_separator=
   8672 	  fi
   8673 	  ;;
   8674 	esac
   8675 	shared_flag='-shared'
   8676 	if test "$aix_use_runtimelinking" = yes; then
   8677 	  shared_flag="$shared_flag "'${wl}-G'
   8678 	fi
   8679       else
   8680 	# not using gcc
   8681 	if test "$host_cpu" = ia64; then
   8682 	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
   8683 	# chokes on -Wl,-G. The following line is correct:
   8684 	  shared_flag='-G'
   8685 	else
   8686 	  if test "$aix_use_runtimelinking" = yes; then
   8687 	    shared_flag='${wl}-G'
   8688 	  else
   8689 	    shared_flag='${wl}-bM:SRE'
   8690 	  fi
   8691 	fi
   8692       fi
   8693 
   8694       export_dynamic_flag_spec='${wl}-bexpall'
   8695       # It seems that -bexpall does not export symbols beginning with
   8696       # underscore (_), so it is better to generate a list of symbols to export.
   8697       always_export_symbols=yes
   8698       if test "$aix_use_runtimelinking" = yes; then
   8699 	# Warning - without using the other runtime loading flags (-brtl),
   8700 	# -berok will link without error, but may produce a broken library.
   8701 	allow_undefined_flag='-berok'
   8702         # Determine the default libpath from the value encoded in an
   8703         # empty executable.
   8704         if test x$gcc_no_link = xyes; then
   8705   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   8706 fi
   8707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8708 /* end confdefs.h.  */
   8709 
   8710 int
   8711 main ()
   8712 {
   8713 
   8714   ;
   8715   return 0;
   8716 }
   8717 _ACEOF
   8718 if ac_fn_c_try_link "$LINENO"; then :
   8719 
   8720 lt_aix_libpath_sed='
   8721     /Import File Strings/,/^$/ {
   8722 	/^0/ {
   8723 	    s/^0  *\(.*\)$/\1/
   8724 	    p
   8725 	}
   8726     }'
   8727 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8728 # Check for a 64-bit object if we didn't find anything.
   8729 if test -z "$aix_libpath"; then
   8730   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8731 fi
   8732 fi
   8733 rm -f core conftest.err conftest.$ac_objext \
   8734     conftest$ac_exeext conftest.$ac_ext
   8735 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   8736 
   8737         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   8738         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"
   8739       else
   8740 	if test "$host_cpu" = ia64; then
   8741 	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
   8742 	  allow_undefined_flag="-z nodefs"
   8743 	  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"
   8744 	else
   8745 	 # Determine the default libpath from the value encoded in an
   8746 	 # empty executable.
   8747 	 if test x$gcc_no_link = xyes; then
   8748   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   8749 fi
   8750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8751 /* end confdefs.h.  */
   8752 
   8753 int
   8754 main ()
   8755 {
   8756 
   8757   ;
   8758   return 0;
   8759 }
   8760 _ACEOF
   8761 if ac_fn_c_try_link "$LINENO"; then :
   8762 
   8763 lt_aix_libpath_sed='
   8764     /Import File Strings/,/^$/ {
   8765 	/^0/ {
   8766 	    s/^0  *\(.*\)$/\1/
   8767 	    p
   8768 	}
   8769     }'
   8770 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8771 # Check for a 64-bit object if we didn't find anything.
   8772 if test -z "$aix_libpath"; then
   8773   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8774 fi
   8775 fi
   8776 rm -f core conftest.err conftest.$ac_objext \
   8777     conftest$ac_exeext conftest.$ac_ext
   8778 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   8779 
   8780 	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   8781 	  # Warning - without using the other run time loading flags,
   8782 	  # -berok will link without error, but may produce a broken library.
   8783 	  no_undefined_flag=' ${wl}-bernotok'
   8784 	  allow_undefined_flag=' ${wl}-berok'
   8785 	  if test "$with_gnu_ld" = yes; then
   8786 	    # We only use this code for GNU lds that support --whole-archive.
   8787 	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
   8788 	  else
   8789 	    # Exported symbols can be pulled into shared objects from archives
   8790 	    whole_archive_flag_spec='$convenience'
   8791 	  fi
   8792 	  archive_cmds_need_lc=yes
   8793 	  # This is similar to how AIX traditionally builds its shared libraries.
   8794 	  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'
   8795 	fi
   8796       fi
   8797       ;;
   8798 
   8799     amigaos*)
   8800       case $host_cpu in
   8801       powerpc)
   8802             # see comment about AmigaOS4 .so support
   8803             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8804             archive_expsym_cmds=''
   8805         ;;
   8806       m68k)
   8807             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)'
   8808             hardcode_libdir_flag_spec='-L$libdir'
   8809             hardcode_minus_L=yes
   8810         ;;
   8811       esac
   8812       ;;
   8813 
   8814     bsdi[45]*)
   8815       export_dynamic_flag_spec=-rdynamic
   8816       ;;
   8817 
   8818     cygwin* | mingw* | pw32* | cegcc*)
   8819       # When not using gcc, we currently assume that we are using
   8820       # Microsoft Visual C++.
   8821       # hardcode_libdir_flag_spec is actually meaningless, as there is
   8822       # no search path for DLLs.
   8823       hardcode_libdir_flag_spec=' '
   8824       allow_undefined_flag=unsupported
   8825       # Tell ltmain to make .lib files, not .a files.
   8826       libext=lib
   8827       # Tell ltmain to make .dll files, not .so files.
   8828       shrext_cmds=".dll"
   8829       # FIXME: Setting linknames here is a bad hack.
   8830       archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
   8831       # The linker will automatically build a .lib file if we build a DLL.
   8832       old_archive_from_new_cmds='true'
   8833       # FIXME: Should let the user specify the lib program.
   8834       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
   8835       fix_srcfile_path='`cygpath -w "$srcfile"`'
   8836       enable_shared_with_static_runtimes=yes
   8837       ;;
   8838 
   8839     darwin* | rhapsody*)
   8840 
   8841 
   8842   archive_cmds_need_lc=no
   8843   hardcode_direct=no
   8844   hardcode_automatic=yes
   8845   hardcode_shlibpath_var=unsupported
   8846   if test "$lt_cv_ld_force_load" = "yes"; then
   8847     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\"`'
   8848   else
   8849     whole_archive_flag_spec=''
   8850   fi
   8851   link_all_deplibs=yes
   8852   allow_undefined_flag="$_lt_dar_allow_undefined"
   8853   case $cc_basename in
   8854      ifort*) _lt_dar_can_shared=yes ;;
   8855      *) _lt_dar_can_shared=$GCC ;;
   8856   esac
   8857   if test "$_lt_dar_can_shared" = "yes"; then
   8858     output_verbose_link_cmd=func_echo_all
   8859     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
   8860     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
   8861     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}"
   8862     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}"
   8863 
   8864   else
   8865   ld_shlibs=no
   8866   fi
   8867 
   8868       ;;
   8869 
   8870     dgux*)
   8871       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   8872       hardcode_libdir_flag_spec='-L$libdir'
   8873       hardcode_shlibpath_var=no
   8874       ;;
   8875 
   8876     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
   8877     # support.  Future versions do this automatically, but an explicit c++rt0.o
   8878     # does not break anything, and helps significantly (at the cost of a little
   8879     # extra space).
   8880     freebsd2.2*)
   8881       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
   8882       hardcode_libdir_flag_spec='-R$libdir'
   8883       hardcode_direct=yes
   8884       hardcode_shlibpath_var=no
   8885       ;;
   8886 
   8887     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
   8888     freebsd2.*)
   8889       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   8890       hardcode_direct=yes
   8891       hardcode_minus_L=yes
   8892       hardcode_shlibpath_var=no
   8893       ;;
   8894 
   8895     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
   8896     freebsd* | dragonfly*)
   8897       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
   8898       hardcode_libdir_flag_spec='-R$libdir'
   8899       hardcode_direct=yes
   8900       hardcode_shlibpath_var=no
   8901       ;;
   8902 
   8903     hpux9*)
   8904       if test "$GCC" = yes; then
   8905 	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'
   8906       else
   8907 	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'
   8908       fi
   8909       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   8910       hardcode_libdir_separator=:
   8911       hardcode_direct=yes
   8912 
   8913       # hardcode_minus_L: Not really in the search PATH,
   8914       # but as the default location of the library.
   8915       hardcode_minus_L=yes
   8916       export_dynamic_flag_spec='${wl}-E'
   8917       ;;
   8918 
   8919     hpux10*)
   8920       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
   8921 	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   8922       else
   8923 	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   8924       fi
   8925       if test "$with_gnu_ld" = no; then
   8926 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   8927 	hardcode_libdir_flag_spec_ld='+b $libdir'
   8928 	hardcode_libdir_separator=:
   8929 	hardcode_direct=yes
   8930 	hardcode_direct_absolute=yes
   8931 	export_dynamic_flag_spec='${wl}-E'
   8932 	# hardcode_minus_L: Not really in the search PATH,
   8933 	# but as the default location of the library.
   8934 	hardcode_minus_L=yes
   8935       fi
   8936       ;;
   8937 
   8938     hpux11*)
   8939       if test "$GCC" = yes && test "$with_gnu_ld" = no; then
   8940 	case $host_cpu in
   8941 	hppa*64*)
   8942 	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   8943 	  ;;
   8944 	ia64*)
   8945 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   8946 	  ;;
   8947 	*)
   8948 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   8949 	  ;;
   8950 	esac
   8951       else
   8952 	case $host_cpu in
   8953 	hppa*64*)
   8954 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   8955 	  ;;
   8956 	ia64*)
   8957 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   8958 	  ;;
   8959 	*)
   8960 
   8961 	  # Older versions of the 11.00 compiler do not understand -b yet
   8962 	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
   8963 	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
   8964 $as_echo_n "checking if $CC understands -b... " >&6; }
   8965 if test "${lt_cv_prog_compiler__b+set}" = set; then :
   8966   $as_echo_n "(cached) " >&6
   8967 else
   8968   lt_cv_prog_compiler__b=no
   8969    save_LDFLAGS="$LDFLAGS"
   8970    LDFLAGS="$LDFLAGS -b"
   8971    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   8972    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   8973      # The linker can only warn and ignore the option if not recognized
   8974      # So say no if there are warnings
   8975      if test -s conftest.err; then
   8976        # Append any errors to the config.log.
   8977        cat conftest.err 1>&5
   8978        $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
   8979        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   8980        if diff conftest.exp conftest.er2 >/dev/null; then
   8981          lt_cv_prog_compiler__b=yes
   8982        fi
   8983      else
   8984        lt_cv_prog_compiler__b=yes
   8985      fi
   8986    fi
   8987    $RM -r conftest*
   8988    LDFLAGS="$save_LDFLAGS"
   8989 
   8990 fi
   8991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
   8992 $as_echo "$lt_cv_prog_compiler__b" >&6; }
   8993 
   8994 if test x"$lt_cv_prog_compiler__b" = xyes; then
   8995     archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   8996 else
   8997     archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   8998 fi
   8999 
   9000 	  ;;
   9001 	esac
   9002       fi
   9003       if test "$with_gnu_ld" = no; then
   9004 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   9005 	hardcode_libdir_separator=:
   9006 
   9007 	case $host_cpu in
   9008 	hppa*64*|ia64*)
   9009 	  hardcode_direct=no
   9010 	  hardcode_shlibpath_var=no
   9011 	  ;;
   9012 	*)
   9013 	  hardcode_direct=yes
   9014 	  hardcode_direct_absolute=yes
   9015 	  export_dynamic_flag_spec='${wl}-E'
   9016 
   9017 	  # hardcode_minus_L: Not really in the search PATH,
   9018 	  # but as the default location of the library.
   9019 	  hardcode_minus_L=yes
   9020 	  ;;
   9021 	esac
   9022       fi
   9023       ;;
   9024 
   9025     irix5* | irix6* | nonstopux*)
   9026       if test "$GCC" = yes; then
   9027 	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'
   9028 	# Try to use the -exported_symbol ld option, if it does not
   9029 	# work, assume that -exports_file does not work either and
   9030 	# implicitly export all symbols.
   9031         save_LDFLAGS="$LDFLAGS"
   9032         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
   9033         if test x$gcc_no_link = xyes; then
   9034   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   9035 fi
   9036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9037 /* end confdefs.h.  */
   9038 int foo(void) {}
   9039 _ACEOF
   9040 if ac_fn_c_try_link "$LINENO"; then :
   9041   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'
   9042 
   9043 fi
   9044 rm -f core conftest.err conftest.$ac_objext \
   9045     conftest$ac_exeext conftest.$ac_ext
   9046         LDFLAGS="$save_LDFLAGS"
   9047       else
   9048 	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'
   9049 	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'
   9050       fi
   9051       archive_cmds_need_lc='no'
   9052       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9053       hardcode_libdir_separator=:
   9054       inherit_rpath=yes
   9055       link_all_deplibs=yes
   9056       ;;
   9057 
   9058     netbsd*)
   9059       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   9060 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
   9061       else
   9062 	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
   9063       fi
   9064       hardcode_libdir_flag_spec='-R$libdir'
   9065       hardcode_direct=yes
   9066       hardcode_shlibpath_var=no
   9067       ;;
   9068 
   9069     newsos6)
   9070       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9071       hardcode_direct=yes
   9072       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9073       hardcode_libdir_separator=:
   9074       hardcode_shlibpath_var=no
   9075       ;;
   9076 
   9077     *nto* | *qnx*)
   9078       ;;
   9079 
   9080     openbsd*)
   9081       if test -f /usr/libexec/ld.so; then
   9082 	hardcode_direct=yes
   9083 	hardcode_shlibpath_var=no
   9084 	hardcode_direct_absolute=yes
   9085 	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   9086 	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   9087 	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
   9088 	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   9089 	  export_dynamic_flag_spec='${wl}-E'
   9090 	else
   9091 	  case $host_os in
   9092 	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
   9093 	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   9094 	     hardcode_libdir_flag_spec='-R$libdir'
   9095 	     ;;
   9096 	   *)
   9097 	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   9098 	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   9099 	     ;;
   9100 	  esac
   9101 	fi
   9102       else
   9103 	ld_shlibs=no
   9104       fi
   9105       ;;
   9106 
   9107     os2*)
   9108       hardcode_libdir_flag_spec='-L$libdir'
   9109       hardcode_minus_L=yes
   9110       allow_undefined_flag=unsupported
   9111       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'
   9112       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
   9113       ;;
   9114 
   9115     osf3*)
   9116       if test "$GCC" = yes; then
   9117 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   9118 	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'
   9119       else
   9120 	allow_undefined_flag=' -expect_unresolved \*'
   9121 	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'
   9122       fi
   9123       archive_cmds_need_lc='no'
   9124       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9125       hardcode_libdir_separator=:
   9126       ;;
   9127 
   9128     osf4* | osf5*)	# as osf3* with the addition of -msym flag
   9129       if test "$GCC" = yes; then
   9130 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   9131 	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'
   9132 	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   9133       else
   9134 	allow_undefined_flag=' -expect_unresolved \*'
   9135 	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'
   9136 	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~
   9137 	$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'
   9138 
   9139 	# Both c and cxx compiler support -rpath directly
   9140 	hardcode_libdir_flag_spec='-rpath $libdir'
   9141       fi
   9142       archive_cmds_need_lc='no'
   9143       hardcode_libdir_separator=:
   9144       ;;
   9145 
   9146     solaris*)
   9147       no_undefined_flag=' -z defs'
   9148       if test "$GCC" = yes; then
   9149 	wlarc='${wl}'
   9150 	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   9151 	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   9152 	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   9153       else
   9154 	case `$CC -V 2>&1` in
   9155 	*"Compilers 5.0"*)
   9156 	  wlarc=''
   9157 	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9158 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   9159 	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
   9160 	  ;;
   9161 	*)
   9162 	  wlarc='${wl}'
   9163 	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
   9164 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   9165 	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   9166 	  ;;
   9167 	esac
   9168       fi
   9169       hardcode_libdir_flag_spec='-R$libdir'
   9170       hardcode_shlibpath_var=no
   9171       case $host_os in
   9172       solaris2.[0-5] | solaris2.[0-5].*) ;;
   9173       *)
   9174 	# The compiler driver will combine and reorder linker options,
   9175 	# but understands `-z linker_flag'.  GCC discards it without `$wl',
   9176 	# but is careful enough not to reorder.
   9177 	# Supported since Solaris 2.6 (maybe 2.5.1?)
   9178 	if test "$GCC" = yes; then
   9179 	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
   9180 	else
   9181 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
   9182 	fi
   9183 	;;
   9184       esac
   9185       link_all_deplibs=yes
   9186       ;;
   9187 
   9188     sunos4*)
   9189       if test "x$host_vendor" = xsequent; then
   9190 	# Use $CC to link under sequent, because it throws in some extra .o
   9191 	# files that make .init and .fini sections work.
   9192 	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
   9193       else
   9194 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
   9195       fi
   9196       hardcode_libdir_flag_spec='-L$libdir'
   9197       hardcode_direct=yes
   9198       hardcode_minus_L=yes
   9199       hardcode_shlibpath_var=no
   9200       ;;
   9201 
   9202     sysv4)
   9203       case $host_vendor in
   9204 	sni)
   9205 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9206 	  hardcode_direct=yes # is this really true???
   9207 	;;
   9208 	siemens)
   9209 	  ## LD is ld it makes a PLAMLIB
   9210 	  ## CC just makes a GrossModule.
   9211 	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
   9212 	  reload_cmds='$CC -r -o $output$reload_objs'
   9213 	  hardcode_direct=no
   9214         ;;
   9215 	motorola)
   9216 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9217 	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
   9218 	;;
   9219       esac
   9220       runpath_var='LD_RUN_PATH'
   9221       hardcode_shlibpath_var=no
   9222       ;;
   9223 
   9224     sysv4.3*)
   9225       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9226       hardcode_shlibpath_var=no
   9227       export_dynamic_flag_spec='-Bexport'
   9228       ;;
   9229 
   9230     sysv4*MP*)
   9231       if test -d /usr/nec; then
   9232 	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9233 	hardcode_shlibpath_var=no
   9234 	runpath_var=LD_RUN_PATH
   9235 	hardcode_runpath_var=yes
   9236 	ld_shlibs=yes
   9237       fi
   9238       ;;
   9239 
   9240     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
   9241       no_undefined_flag='${wl}-z,text'
   9242       archive_cmds_need_lc=no
   9243       hardcode_shlibpath_var=no
   9244       runpath_var='LD_RUN_PATH'
   9245 
   9246       if test "$GCC" = yes; then
   9247 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9248 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9249       else
   9250 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9251 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9252       fi
   9253       ;;
   9254 
   9255     sysv5* | sco3.2v5* | sco5v6*)
   9256       # Note: We can NOT use -z defs as we might desire, because we do not
   9257       # link with -lc, and that would cause any symbols used from libc to
   9258       # always be unresolved, which means just about no library would
   9259       # ever link correctly.  If we're not using GNU ld we use -z text
   9260       # though, which does catch some bad symbols but isn't as heavy-handed
   9261       # as -z defs.
   9262       no_undefined_flag='${wl}-z,text'
   9263       allow_undefined_flag='${wl}-z,nodefs'
   9264       archive_cmds_need_lc=no
   9265       hardcode_shlibpath_var=no
   9266       hardcode_libdir_flag_spec='${wl}-R,$libdir'
   9267       hardcode_libdir_separator=':'
   9268       link_all_deplibs=yes
   9269       export_dynamic_flag_spec='${wl}-Bexport'
   9270       runpath_var='LD_RUN_PATH'
   9271 
   9272       if test "$GCC" = yes; then
   9273 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9274 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9275       else
   9276 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9277 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9278       fi
   9279       ;;
   9280 
   9281     uts4*)
   9282       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9283       hardcode_libdir_flag_spec='-L$libdir'
   9284       hardcode_shlibpath_var=no
   9285       ;;
   9286 
   9287     *)
   9288       ld_shlibs=no
   9289       ;;
   9290     esac
   9291 
   9292     if test x$host_vendor = xsni; then
   9293       case $host in
   9294       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   9295 	export_dynamic_flag_spec='${wl}-Blargedynsym'
   9296 	;;
   9297       esac
   9298     fi
   9299   fi
   9300 
   9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
   9302 $as_echo "$ld_shlibs" >&6; }
   9303 test "$ld_shlibs" = no && can_build_shared=no
   9304 
   9305 with_gnu_ld=$with_gnu_ld
   9306 
   9307 
   9308 
   9309 
   9310 
   9311 
   9312 
   9313 
   9314 
   9315 
   9316 
   9317 
   9318 
   9319 
   9320 
   9321 #
   9322 # Do we need to explicitly link libc?
   9323 #
   9324 case "x$archive_cmds_need_lc" in
   9325 x|xyes)
   9326   # Assume -lc should be added
   9327   archive_cmds_need_lc=yes
   9328 
   9329   if test "$enable_shared" = yes && test "$GCC" = yes; then
   9330     case $archive_cmds in
   9331     *'~'*)
   9332       # FIXME: we may have to deal with multi-command sequences.
   9333       ;;
   9334     '$CC '*)
   9335       # Test whether the compiler implicitly links with -lc since on some
   9336       # systems, -lgcc has to come before -lc. If gcc already passes -lc
   9337       # to ld, don't add -lc before -lgcc.
   9338       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
   9339 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
   9340 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
   9341   $as_echo_n "(cached) " >&6
   9342 else
   9343   $RM conftest*
   9344 	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9345 
   9346 	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   9347   (eval $ac_compile) 2>&5
   9348   ac_status=$?
   9349   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   9350   test $ac_status = 0; } 2>conftest.err; then
   9351 	  soname=conftest
   9352 	  lib=conftest
   9353 	  libobjs=conftest.$ac_objext
   9354 	  deplibs=
   9355 	  wl=$lt_prog_compiler_wl
   9356 	  pic_flag=$lt_prog_compiler_pic
   9357 	  compiler_flags=-v
   9358 	  linker_flags=-v
   9359 	  verstring=
   9360 	  output_objdir=.
   9361 	  libname=conftest
   9362 	  lt_save_allow_undefined_flag=$allow_undefined_flag
   9363 	  allow_undefined_flag=
   9364 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
   9365   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
   9366   ac_status=$?
   9367   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   9368   test $ac_status = 0; }
   9369 	  then
   9370 	    lt_cv_archive_cmds_need_lc=no
   9371 	  else
   9372 	    lt_cv_archive_cmds_need_lc=yes
   9373 	  fi
   9374 	  allow_undefined_flag=$lt_save_allow_undefined_flag
   9375 	else
   9376 	  cat conftest.err 1>&5
   9377 	fi
   9378 	$RM conftest*
   9379 
   9380 fi
   9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
   9382 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
   9383       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
   9384       ;;
   9385     esac
   9386   fi
   9387   ;;
   9388 esac
   9389 
   9390 
   9391 
   9392 
   9393 
   9394 
   9395 
   9396 
   9397 
   9398 
   9399 
   9400 
   9401 
   9402 
   9403 
   9404 
   9405 
   9406 
   9407 
   9408 
   9409 
   9410 
   9411 
   9412 
   9413 
   9414 
   9415 
   9416 
   9417 
   9418 
   9419 
   9420 
   9421 
   9422 
   9423 
   9424 
   9425 
   9426 
   9427 
   9428 
   9429 
   9430 
   9431 
   9432 
   9433 
   9434 
   9435 
   9436 
   9437 
   9438 
   9439 
   9440 
   9441 
   9442 
   9443 
   9444 
   9445 
   9446 
   9447 
   9448 
   9449 
   9450 
   9451 
   9452 
   9453 
   9454 
   9455 
   9456 
   9457 
   9458 
   9459 
   9460 
   9461 
   9462 
   9463 
   9464 
   9465 
   9466 
   9467 
   9468 
   9469 
   9470 
   9471 
   9472 
   9473 
   9474 
   9475 
   9476 
   9477 
   9478 
   9479 
   9480 
   9481 
   9482 
   9483 
   9484 
   9485 
   9486 
   9487 
   9488 
   9489 
   9490 
   9491 
   9492 
   9493 
   9494 
   9495 
   9496 
   9497 
   9498 
   9499 
   9500 
   9501 
   9502 
   9503 
   9504 
   9505 
   9506 
   9507 
   9508 
   9509 
   9510 
   9511 
   9512 
   9513 
   9514 
   9515 
   9516 
   9517 
   9518 
   9519 
   9520 
   9521 
   9522 
   9523 
   9524 
   9525 
   9526 
   9527 
   9528 
   9529 
   9530 
   9531 
   9532 
   9533 
   9534 
   9535 
   9536 
   9537 
   9538 
   9539 
   9540 
   9541 
   9542 
   9543 
   9544 
   9545 
   9546   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
   9547 $as_echo_n "checking dynamic linker characteristics... " >&6; }
   9548 
   9549 if test "$GCC" = yes; then
   9550   case $host_os in
   9551     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
   9552     *) lt_awk_arg="/^libraries:/" ;;
   9553   esac
   9554   case $host_os in
   9555     mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
   9556     *) lt_sed_strip_eq="s,=/,/,g" ;;
   9557   esac
   9558   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
   9559   case $lt_search_path_spec in
   9560   *\;*)
   9561     # if the path contains ";" then we assume it to be the separator
   9562     # otherwise default to the standard path separator (i.e. ":") - it is
   9563     # assumed that no part of a normal pathname contains ";" but that should
   9564     # okay in the real world where ";" in dirpaths is itself problematic.
   9565     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
   9566     ;;
   9567   *)
   9568     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
   9569     ;;
   9570   esac
   9571   # Ok, now we have the path, separated by spaces, we can step through it
   9572   # and add multilib dir if necessary.
   9573   lt_tmp_lt_search_path_spec=
   9574   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
   9575   for lt_sys_path in $lt_search_path_spec; do
   9576     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
   9577       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
   9578     else
   9579       test -d "$lt_sys_path" && \
   9580 	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
   9581     fi
   9582   done
   9583   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
   9584 BEGIN {RS=" "; FS="/|\n";} {
   9585   lt_foo="";
   9586   lt_count=0;
   9587   for (lt_i = NF; lt_i > 0; lt_i--) {
   9588     if ($lt_i != "" && $lt_i != ".") {
   9589       if ($lt_i == "..") {
   9590         lt_count++;
   9591       } else {
   9592         if (lt_count == 0) {
   9593           lt_foo="/" $lt_i lt_foo;
   9594         } else {
   9595           lt_count--;
   9596         }
   9597       }
   9598     }
   9599   }
   9600   if (lt_foo != "") { lt_freq[lt_foo]++; }
   9601   if (lt_freq[lt_foo] == 1) { print lt_foo; }
   9602 }'`
   9603   # AWK program above erroneously prepends '/' to C:/dos/paths
   9604   # for these hosts.
   9605   case $host_os in
   9606     mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
   9607       $SED 's,/\([A-Za-z]:\),\1,g'` ;;
   9608   esac
   9609   sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
   9610 else
   9611   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
   9612 fi
   9613 library_names_spec=
   9614 libname_spec='lib$name'
   9615 soname_spec=
   9616 shrext_cmds=".so"
   9617 postinstall_cmds=
   9618 postuninstall_cmds=
   9619 finish_cmds=
   9620 finish_eval=
   9621 shlibpath_var=
   9622 shlibpath_overrides_runpath=unknown
   9623 version_type=none
   9624 dynamic_linker="$host_os ld.so"
   9625 sys_lib_dlsearch_path_spec="/lib /usr/lib"
   9626 need_lib_prefix=unknown
   9627 hardcode_into_libs=no
   9628 
   9629 # when you set need_version to no, make sure it does not cause -set_version
   9630 # flags to be left without arguments
   9631 need_version=unknown
   9632 
   9633 case $host_os in
   9634 aix3*)
   9635   version_type=linux
   9636   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
   9637   shlibpath_var=LIBPATH
   9638 
   9639   # AIX 3 has no versioning support, so we append a major version to the name.
   9640   soname_spec='${libname}${release}${shared_ext}$major'
   9641   ;;
   9642 
   9643 aix[4-9]*)
   9644   version_type=linux
   9645   need_lib_prefix=no
   9646   need_version=no
   9647   hardcode_into_libs=yes
   9648   if test "$host_cpu" = ia64; then
   9649     # AIX 5 supports IA64
   9650     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
   9651     shlibpath_var=LD_LIBRARY_PATH
   9652   else
   9653     # With GCC up to 2.95.x, collect2 would create an import file
   9654     # for dependence libraries.  The import file would start with
   9655     # the line `#! .'.  This would cause the generated library to
   9656     # depend on `.', always an invalid library.  This was fixed in
   9657     # development snapshots of GCC prior to 3.0.
   9658     case $host_os in
   9659       aix4 | aix4.[01] | aix4.[01].*)
   9660       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
   9661 	   echo ' yes '
   9662 	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
   9663 	:
   9664       else
   9665 	can_build_shared=no
   9666       fi
   9667       ;;
   9668     esac
   9669     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
   9670     # soname into executable. Probably we can add versioning support to
   9671     # collect2, so additional links can be useful in future.
   9672     if test "$aix_use_runtimelinking" = yes; then
   9673       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
   9674       # instead of lib<name>.a to let people know that these are not
   9675       # typical AIX shared libraries.
   9676       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9677     else
   9678       # We preserve .a as extension for shared libraries through AIX4.2
   9679       # and later when we are not doing run time linking.
   9680       library_names_spec='${libname}${release}.a $libname.a'
   9681       soname_spec='${libname}${release}${shared_ext}$major'
   9682     fi
   9683     shlibpath_var=LIBPATH
   9684   fi
   9685   ;;
   9686 
   9687 amigaos*)
   9688   case $host_cpu in
   9689   powerpc)
   9690     # Since July 2007 AmigaOS4 officially supports .so libraries.
   9691     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
   9692     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9693     ;;
   9694   m68k)
   9695     library_names_spec='$libname.ixlibrary $libname.a'
   9696     # Create ${libname}_ixlibrary.a entries in /sys/libs.
   9697     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'
   9698     ;;
   9699   esac
   9700   ;;
   9701 
   9702 beos*)
   9703   library_names_spec='${libname}${shared_ext}'
   9704   dynamic_linker="$host_os ld.so"
   9705   shlibpath_var=LIBRARY_PATH
   9706   ;;
   9707 
   9708 bsdi[45]*)
   9709   version_type=linux
   9710   need_version=no
   9711   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9712   soname_spec='${libname}${release}${shared_ext}$major'
   9713   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
   9714   shlibpath_var=LD_LIBRARY_PATH
   9715   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
   9716   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
   9717   # the default ld.so.conf also contains /usr/contrib/lib and
   9718   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
   9719   # libtool to hard-code these into programs
   9720   ;;
   9721 
   9722 cygwin* | mingw* | pw32* | cegcc*)
   9723   version_type=windows
   9724   shrext_cmds=".dll"
   9725   need_version=no
   9726   need_lib_prefix=no
   9727 
   9728   case $GCC,$host_os in
   9729   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
   9730     library_names_spec='$libname.dll.a'
   9731     # DLL is installed to $(libdir)/../bin by postinstall_cmds
   9732     postinstall_cmds='base_file=`basename \${file}`~
   9733       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
   9734       dldir=$destdir/`dirname \$dlpath`~
   9735       test -d \$dldir || mkdir -p \$dldir~
   9736       $install_prog $dir/$dlname \$dldir/$dlname~
   9737       chmod a+x \$dldir/$dlname~
   9738       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
   9739         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
   9740       fi'
   9741     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
   9742       dlpath=$dir/\$dldll~
   9743        $RM \$dlpath'
   9744     shlibpath_overrides_runpath=yes
   9745 
   9746     case $host_os in
   9747     cygwin*)
   9748       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
   9749       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   9750 
   9751       sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
   9752       ;;
   9753     mingw* | cegcc*)
   9754       # MinGW DLLs use traditional 'lib' prefix
   9755       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   9756       ;;
   9757     pw32*)
   9758       # pw32 DLLs use 'pw' prefix rather than 'lib'
   9759       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   9760       ;;
   9761     esac
   9762     ;;
   9763 
   9764   *)
   9765     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
   9766     ;;
   9767   esac
   9768   dynamic_linker='Win32 ld.exe'
   9769   # FIXME: first we should search . and the directory the executable is in
   9770   shlibpath_var=PATH
   9771   ;;
   9772 
   9773 darwin* | rhapsody*)
   9774   dynamic_linker="$host_os dyld"
   9775   version_type=darwin
   9776   need_lib_prefix=no
   9777   need_version=no
   9778   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
   9779   soname_spec='${libname}${release}${major}$shared_ext'
   9780   shlibpath_overrides_runpath=yes
   9781   shlibpath_var=DYLD_LIBRARY_PATH
   9782   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   9783 
   9784   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
   9785   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
   9786   ;;
   9787 
   9788 dgux*)
   9789   version_type=linux
   9790   need_lib_prefix=no
   9791   need_version=no
   9792   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
   9793   soname_spec='${libname}${release}${shared_ext}$major'
   9794   shlibpath_var=LD_LIBRARY_PATH
   9795   ;;
   9796 
   9797 freebsd* | dragonfly*)
   9798   # DragonFly does not have aout.  When/if they implement a new
   9799   # versioning mechanism, adjust this.
   9800   if test -x /usr/bin/objformat; then
   9801     objformat=`/usr/bin/objformat`
   9802   else
   9803     case $host_os in
   9804     freebsd[23].*) objformat=aout ;;
   9805     *) objformat=elf ;;
   9806     esac
   9807   fi
   9808   version_type=freebsd-$objformat
   9809   case $version_type in
   9810     freebsd-elf*)
   9811       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   9812       need_version=no
   9813       need_lib_prefix=no
   9814       ;;
   9815     freebsd-*)
   9816       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
   9817       need_version=yes
   9818       ;;
   9819   esac
   9820   shlibpath_var=LD_LIBRARY_PATH
   9821   case $host_os in
   9822   freebsd2.*)
   9823     shlibpath_overrides_runpath=yes
   9824     ;;
   9825   freebsd3.[01]* | freebsdelf3.[01]*)
   9826     shlibpath_overrides_runpath=yes
   9827     hardcode_into_libs=yes
   9828     ;;
   9829   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
   9830   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
   9831     shlibpath_overrides_runpath=no
   9832     hardcode_into_libs=yes
   9833     ;;
   9834   *) # from 4.6 on, and DragonFly
   9835     shlibpath_overrides_runpath=yes
   9836     hardcode_into_libs=yes
   9837     ;;
   9838   esac
   9839   ;;
   9840 
   9841 gnu*)
   9842   version_type=linux
   9843   need_lib_prefix=no
   9844   need_version=no
   9845   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
   9846   soname_spec='${libname}${release}${shared_ext}$major'
   9847   shlibpath_var=LD_LIBRARY_PATH
   9848   hardcode_into_libs=yes
   9849   ;;
   9850 
   9851 haiku*)
   9852   version_type=linux
   9853   need_lib_prefix=no
   9854   need_version=no
   9855   dynamic_linker="$host_os runtime_loader"
   9856   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
   9857   soname_spec='${libname}${release}${shared_ext}$major'
   9858   shlibpath_var=LIBRARY_PATH
   9859   shlibpath_overrides_runpath=yes
   9860   sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
   9861   hardcode_into_libs=yes
   9862   ;;
   9863 
   9864 hpux9* | hpux10* | hpux11*)
   9865   # Give a soname corresponding to the major version so that dld.sl refuses to
   9866   # link against other versions.
   9867   version_type=sunos
   9868   need_lib_prefix=no
   9869   need_version=no
   9870   case $host_cpu in
   9871   ia64*)
   9872     shrext_cmds='.so'
   9873     hardcode_into_libs=yes
   9874     dynamic_linker="$host_os dld.so"
   9875     shlibpath_var=LD_LIBRARY_PATH
   9876     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   9877     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9878     soname_spec='${libname}${release}${shared_ext}$major'
   9879     if test "X$HPUX_IA64_MODE" = X32; then
   9880       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
   9881     else
   9882       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
   9883     fi
   9884     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   9885     ;;
   9886   hppa*64*)
   9887     shrext_cmds='.sl'
   9888     hardcode_into_libs=yes
   9889     dynamic_linker="$host_os dld.sl"
   9890     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
   9891     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   9892     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9893     soname_spec='${libname}${release}${shared_ext}$major'
   9894     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
   9895     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   9896     ;;
   9897   *)
   9898     shrext_cmds='.sl'
   9899     dynamic_linker="$host_os dld.sl"
   9900     shlibpath_var=SHLIB_PATH
   9901     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
   9902     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9903     soname_spec='${libname}${release}${shared_ext}$major'
   9904     ;;
   9905   esac
   9906   # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
   9907   postinstall_cmds='chmod 555 $lib'
   9908   # or fails outright, so override atomically:
   9909   install_override_mode=555
   9910   ;;
   9911 
   9912 interix[3-9]*)
   9913   version_type=linux
   9914   need_lib_prefix=no
   9915   need_version=no
   9916   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   9917   soname_spec='${libname}${release}${shared_ext}$major'
   9918   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
   9919   shlibpath_var=LD_LIBRARY_PATH
   9920   shlibpath_overrides_runpath=no
   9921   hardcode_into_libs=yes
   9922   ;;
   9923 
   9924 irix5* | irix6* | nonstopux*)
   9925   case $host_os in
   9926     nonstopux*) version_type=nonstopux ;;
   9927     *)
   9928 	if test "$lt_cv_prog_gnu_ld" = yes; then
   9929 		version_type=linux
   9930 	else
   9931 		version_type=irix
   9932 	fi ;;
   9933   esac
   9934   need_lib_prefix=no
   9935   need_version=no
   9936   soname_spec='${libname}${release}${shared_ext}$major'
   9937   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
   9938   case $host_os in
   9939   irix5* | nonstopux*)
   9940     libsuff= shlibsuff=
   9941     ;;
   9942   *)
   9943     case $LD in # libtool.m4 will add one of these switches to LD
   9944     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
   9945       libsuff= shlibsuff= libmagic=32-bit;;
   9946     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
   9947       libsuff=32 shlibsuff=N32 libmagic=N32;;
   9948     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
   9949       libsuff=64 shlibsuff=64 libmagic=64-bit;;
   9950     *) libsuff= shlibsuff= libmagic=never-match;;
   9951     esac
   9952     ;;
   9953   esac
   9954   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
   9955   shlibpath_overrides_runpath=no
   9956   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
   9957   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
   9958   hardcode_into_libs=yes
   9959   ;;
   9960 
   9961 # No shared lib support for Linux oldld, aout, or coff.
   9962 linux*oldld* | linux*aout* | linux*coff*)
   9963   dynamic_linker=no
   9964   ;;
   9965 
   9966 # This must be Linux ELF.
   9967 linux* | k*bsd*-gnu | kopensolaris*-gnu)
   9968   version_type=linux
   9969   need_lib_prefix=no
   9970   need_version=no
   9971   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9972   soname_spec='${libname}${release}${shared_ext}$major'
   9973   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   9974   shlibpath_var=LD_LIBRARY_PATH
   9975   shlibpath_overrides_runpath=no
   9976 
   9977   # Some binutils ld are patched to set DT_RUNPATH
   9978   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
   9979   $as_echo_n "(cached) " >&6
   9980 else
   9981   lt_cv_shlibpath_overrides_runpath=no
   9982     save_LDFLAGS=$LDFLAGS
   9983     save_libdir=$libdir
   9984     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
   9985 	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
   9986     if test x$gcc_no_link = xyes; then
   9987   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   9988 fi
   9989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9990 /* end confdefs.h.  */
   9991 
   9992 int
   9993 main ()
   9994 {
   9995 
   9996   ;
   9997   return 0;
   9998 }
   9999 _ACEOF
   10000 if ac_fn_c_try_link "$LINENO"; then :
   10001   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
   10002   lt_cv_shlibpath_overrides_runpath=yes
   10003 fi
   10004 fi
   10005 rm -f core conftest.err conftest.$ac_objext \
   10006     conftest$ac_exeext conftest.$ac_ext
   10007     LDFLAGS=$save_LDFLAGS
   10008     libdir=$save_libdir
   10009 
   10010 fi
   10011 
   10012   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
   10013 
   10014   # This implies no fast_install, which is unacceptable.
   10015   # Some rework will be needed to allow for fast_install
   10016   # before this can be enabled.
   10017   hardcode_into_libs=yes
   10018 
   10019   # Append ld.so.conf contents to the search path
   10020   if test -f /etc/ld.so.conf; then
   10021     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' ' '`
   10022     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   10023   fi
   10024 
   10025   # We used to test for /lib/ld.so.1 and disable shared libraries on
   10026   # powerpc, because MkLinux only supported shared libraries with the
   10027   # GNU dynamic linker.  Since this was broken with cross compilers,
   10028   # most powerpc-linux boxes support dynamic linking these days and
   10029   # people can always --disable-shared, the test was removed, and we
   10030   # assume the GNU/Linux dynamic linker is in use.
   10031   dynamic_linker='GNU/Linux ld.so'
   10032   ;;
   10033 
   10034 netbsd*)
   10035   version_type=sunos
   10036   need_lib_prefix=no
   10037   need_version=no
   10038   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   10039     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   10040     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   10041     dynamic_linker='NetBSD (a.out) ld.so'
   10042   else
   10043     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   10044     soname_spec='${libname}${release}${shared_ext}$major'
   10045     dynamic_linker='NetBSD ld.elf_so'
   10046   fi
   10047   shlibpath_var=LD_LIBRARY_PATH
   10048   shlibpath_overrides_runpath=yes
   10049   hardcode_into_libs=yes
   10050   ;;
   10051 
   10052 newsos6)
   10053   version_type=linux
   10054   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10055   shlibpath_var=LD_LIBRARY_PATH
   10056   shlibpath_overrides_runpath=yes
   10057   ;;
   10058 
   10059 *nto* | *qnx*)
   10060   version_type=qnx
   10061   need_lib_prefix=no
   10062   need_version=no
   10063   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10064   soname_spec='${libname}${release}${shared_ext}$major'
   10065   shlibpath_var=LD_LIBRARY_PATH
   10066   shlibpath_overrides_runpath=no
   10067   hardcode_into_libs=yes
   10068   dynamic_linker='ldqnx.so'
   10069   ;;
   10070 
   10071 openbsd*)
   10072   version_type=sunos
   10073   sys_lib_dlsearch_path_spec="/usr/lib"
   10074   need_lib_prefix=no
   10075   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
   10076   case $host_os in
   10077     openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
   10078     *)				need_version=no  ;;
   10079   esac
   10080   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   10081   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   10082   shlibpath_var=LD_LIBRARY_PATH
   10083   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   10084     case $host_os in
   10085       openbsd2.[89] | openbsd2.[89].*)
   10086 	shlibpath_overrides_runpath=no
   10087 	;;
   10088       *)
   10089 	shlibpath_overrides_runpath=yes
   10090 	;;
   10091       esac
   10092   else
   10093     shlibpath_overrides_runpath=yes
   10094   fi
   10095   ;;
   10096 
   10097 os2*)
   10098   libname_spec='$name'
   10099   shrext_cmds=".dll"
   10100   need_lib_prefix=no
   10101   library_names_spec='$libname${shared_ext} $libname.a'
   10102   dynamic_linker='OS/2 ld.exe'
   10103   shlibpath_var=LIBPATH
   10104   ;;
   10105 
   10106 osf3* | osf4* | osf5*)
   10107   version_type=osf
   10108   need_lib_prefix=no
   10109   need_version=no
   10110   soname_spec='${libname}${release}${shared_ext}$major'
   10111   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10112   shlibpath_var=LD_LIBRARY_PATH
   10113   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
   10114   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   10115   ;;
   10116 
   10117 rdos*)
   10118   dynamic_linker=no
   10119   ;;
   10120 
   10121 solaris*)
   10122   version_type=linux
   10123   need_lib_prefix=no
   10124   need_version=no
   10125   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10126   soname_spec='${libname}${release}${shared_ext}$major'
   10127   shlibpath_var=LD_LIBRARY_PATH
   10128   shlibpath_overrides_runpath=yes
   10129   hardcode_into_libs=yes
   10130   # ldd complains unless libraries are executable
   10131   postinstall_cmds='chmod +x $lib'
   10132   ;;
   10133 
   10134 sunos4*)
   10135   version_type=sunos
   10136   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   10137   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
   10138   shlibpath_var=LD_LIBRARY_PATH
   10139   shlibpath_overrides_runpath=yes
   10140   if test "$with_gnu_ld" = yes; then
   10141     need_lib_prefix=no
   10142   fi
   10143   need_version=yes
   10144   ;;
   10145 
   10146 sysv4 | sysv4.3*)
   10147   version_type=linux
   10148   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10149   soname_spec='${libname}${release}${shared_ext}$major'
   10150   shlibpath_var=LD_LIBRARY_PATH
   10151   case $host_vendor in
   10152     sni)
   10153       shlibpath_overrides_runpath=no
   10154       need_lib_prefix=no
   10155       runpath_var=LD_RUN_PATH
   10156       ;;
   10157     siemens)
   10158       need_lib_prefix=no
   10159       ;;
   10160     motorola)
   10161       need_lib_prefix=no
   10162       need_version=no
   10163       shlibpath_overrides_runpath=no
   10164       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
   10165       ;;
   10166   esac
   10167   ;;
   10168 
   10169 sysv4*MP*)
   10170   if test -d /usr/nec ;then
   10171     version_type=linux
   10172     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
   10173     soname_spec='$libname${shared_ext}.$major'
   10174     shlibpath_var=LD_LIBRARY_PATH
   10175   fi
   10176   ;;
   10177 
   10178 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   10179   version_type=freebsd-elf
   10180   need_lib_prefix=no
   10181   need_version=no
   10182   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   10183   soname_spec='${libname}${release}${shared_ext}$major'
   10184   shlibpath_var=LD_LIBRARY_PATH
   10185   shlibpath_overrides_runpath=yes
   10186   hardcode_into_libs=yes
   10187   if test "$with_gnu_ld" = yes; then
   10188     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
   10189   else
   10190     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
   10191     case $host_os in
   10192       sco3.2v5*)
   10193         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
   10194 	;;
   10195     esac
   10196   fi
   10197   sys_lib_dlsearch_path_spec='/usr/lib'
   10198   ;;
   10199 
   10200 tpf*)
   10201   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
   10202   version_type=linux
   10203   need_lib_prefix=no
   10204   need_version=no
   10205   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10206   shlibpath_var=LD_LIBRARY_PATH
   10207   shlibpath_overrides_runpath=no
   10208   hardcode_into_libs=yes
   10209   ;;
   10210 
   10211 uts4*)
   10212   version_type=linux
   10213   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   10214   soname_spec='${libname}${release}${shared_ext}$major'
   10215   shlibpath_var=LD_LIBRARY_PATH
   10216   ;;
   10217 
   10218 *)
   10219   dynamic_linker=no
   10220   ;;
   10221 esac
   10222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
   10223 $as_echo "$dynamic_linker" >&6; }
   10224 test "$dynamic_linker" = no && can_build_shared=no
   10225 
   10226 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
   10227 if test "$GCC" = yes; then
   10228   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
   10229 fi
   10230 
   10231 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
   10232   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
   10233 fi
   10234 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
   10235   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
   10236 fi
   10237 
   10238 
   10239 
   10240 
   10241 
   10242 
   10243 
   10244 
   10245 
   10246 
   10247 
   10248 
   10249 
   10250 
   10251 
   10252 
   10253 
   10254 
   10255 
   10256 
   10257 
   10258 
   10259 
   10260 
   10261 
   10262 
   10263 
   10264 
   10265 
   10266 
   10267 
   10268 
   10269 
   10270 
   10271 
   10272 
   10273 
   10274 
   10275 
   10276 
   10277 
   10278 
   10279 
   10280 
   10281 
   10282 
   10283 
   10284 
   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   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
   10330 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
   10331 hardcode_action=
   10332 if test -n "$hardcode_libdir_flag_spec" ||
   10333    test -n "$runpath_var" ||
   10334    test "X$hardcode_automatic" = "Xyes" ; then
   10335 
   10336   # We can hardcode non-existent directories.
   10337   if test "$hardcode_direct" != no &&
   10338      # If the only mechanism to avoid hardcoding is shlibpath_var, we
   10339      # have to relink, otherwise we might link with an installed library
   10340      # when we should be linking with a yet-to-be-installed one
   10341      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
   10342      test "$hardcode_minus_L" != no; then
   10343     # Linking always hardcodes the temporary library directory.
   10344     hardcode_action=relink
   10345   else
   10346     # We can link without hardcoding, and we can hardcode nonexisting dirs.
   10347     hardcode_action=immediate
   10348   fi
   10349 else
   10350   # We cannot hardcode anything, or else we can only hardcode existing
   10351   # directories.
   10352   hardcode_action=unsupported
   10353 fi
   10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
   10355 $as_echo "$hardcode_action" >&6; }
   10356 
   10357 if test "$hardcode_action" = relink ||
   10358    test "$inherit_rpath" = yes; then
   10359   # Fast installation is not supported
   10360   enable_fast_install=no
   10361 elif test "$shlibpath_overrides_runpath" = yes ||
   10362      test "$enable_shared" = no; then
   10363   # Fast installation is not necessary
   10364   enable_fast_install=needless
   10365 fi
   10366 
   10367 
   10368 
   10369 
   10370 
   10371 
   10372   if test "x$enable_dlopen" != xyes; then
   10373   enable_dlopen=unknown
   10374   enable_dlopen_self=unknown
   10375   enable_dlopen_self_static=unknown
   10376 else
   10377   lt_cv_dlopen=no
   10378   lt_cv_dlopen_libs=
   10379 
   10380   case $host_os in
   10381   beos*)
   10382     lt_cv_dlopen="load_add_on"
   10383     lt_cv_dlopen_libs=
   10384     lt_cv_dlopen_self=yes
   10385     ;;
   10386 
   10387   mingw* | pw32* | cegcc*)
   10388     lt_cv_dlopen="LoadLibrary"
   10389     lt_cv_dlopen_libs=
   10390     ;;
   10391 
   10392   cygwin*)
   10393     lt_cv_dlopen="dlopen"
   10394     lt_cv_dlopen_libs=
   10395     ;;
   10396 
   10397   darwin*)
   10398   # if libdl is installed we need to link against it
   10399     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   10400 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   10401 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
   10402   $as_echo_n "(cached) " >&6
   10403 else
   10404   ac_check_lib_save_LIBS=$LIBS
   10405 LIBS="-ldl  $LIBS"
   10406 if test x$gcc_no_link = xyes; then
   10407   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   10408 fi
   10409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10410 /* end confdefs.h.  */
   10411 
   10412 /* Override any GCC internal prototype to avoid an error.
   10413    Use char because int might match the return type of a GCC
   10414    builtin and then its argument prototype would still apply.  */
   10415 #ifdef __cplusplus
   10416 extern "C"
   10417 #endif
   10418 char dlopen ();
   10419 int
   10420 main ()
   10421 {
   10422 return dlopen ();
   10423   ;
   10424   return 0;
   10425 }
   10426 _ACEOF
   10427 if ac_fn_c_try_link "$LINENO"; then :
   10428   ac_cv_lib_dl_dlopen=yes
   10429 else
   10430   ac_cv_lib_dl_dlopen=no
   10431 fi
   10432 rm -f core conftest.err conftest.$ac_objext \
   10433     conftest$ac_exeext conftest.$ac_ext
   10434 LIBS=$ac_check_lib_save_LIBS
   10435 fi
   10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   10437 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   10438 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
   10439   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   10440 else
   10441 
   10442     lt_cv_dlopen="dyld"
   10443     lt_cv_dlopen_libs=
   10444     lt_cv_dlopen_self=yes
   10445 
   10446 fi
   10447 
   10448     ;;
   10449 
   10450   *)
   10451     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
   10452 if test "x$ac_cv_func_shl_load" = x""yes; then :
   10453   lt_cv_dlopen="shl_load"
   10454 else
   10455   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
   10456 $as_echo_n "checking for shl_load in -ldld... " >&6; }
   10457 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
   10458   $as_echo_n "(cached) " >&6
   10459 else
   10460   ac_check_lib_save_LIBS=$LIBS
   10461 LIBS="-ldld  $LIBS"
   10462 if test x$gcc_no_link = xyes; then
   10463   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   10464 fi
   10465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10466 /* end confdefs.h.  */
   10467 
   10468 /* Override any GCC internal prototype to avoid an error.
   10469    Use char because int might match the return type of a GCC
   10470    builtin and then its argument prototype would still apply.  */
   10471 #ifdef __cplusplus
   10472 extern "C"
   10473 #endif
   10474 char shl_load ();
   10475 int
   10476 main ()
   10477 {
   10478 return shl_load ();
   10479   ;
   10480   return 0;
   10481 }
   10482 _ACEOF
   10483 if ac_fn_c_try_link "$LINENO"; then :
   10484   ac_cv_lib_dld_shl_load=yes
   10485 else
   10486   ac_cv_lib_dld_shl_load=no
   10487 fi
   10488 rm -f core conftest.err conftest.$ac_objext \
   10489     conftest$ac_exeext conftest.$ac_ext
   10490 LIBS=$ac_check_lib_save_LIBS
   10491 fi
   10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
   10493 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
   10494 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
   10495   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
   10496 else
   10497   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
   10498 if test "x$ac_cv_func_dlopen" = x""yes; then :
   10499   lt_cv_dlopen="dlopen"
   10500 else
   10501   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   10502 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   10503 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
   10504   $as_echo_n "(cached) " >&6
   10505 else
   10506   ac_check_lib_save_LIBS=$LIBS
   10507 LIBS="-ldl  $LIBS"
   10508 if test x$gcc_no_link = xyes; then
   10509   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   10510 fi
   10511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10512 /* end confdefs.h.  */
   10513 
   10514 /* Override any GCC internal prototype to avoid an error.
   10515    Use char because int might match the return type of a GCC
   10516    builtin and then its argument prototype would still apply.  */
   10517 #ifdef __cplusplus
   10518 extern "C"
   10519 #endif
   10520 char dlopen ();
   10521 int
   10522 main ()
   10523 {
   10524 return dlopen ();
   10525   ;
   10526   return 0;
   10527 }
   10528 _ACEOF
   10529 if ac_fn_c_try_link "$LINENO"; then :
   10530   ac_cv_lib_dl_dlopen=yes
   10531 else
   10532   ac_cv_lib_dl_dlopen=no
   10533 fi
   10534 rm -f core conftest.err conftest.$ac_objext \
   10535     conftest$ac_exeext conftest.$ac_ext
   10536 LIBS=$ac_check_lib_save_LIBS
   10537 fi
   10538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   10539 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   10540 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
   10541   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   10542 else
   10543   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
   10544 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
   10545 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
   10546   $as_echo_n "(cached) " >&6
   10547 else
   10548   ac_check_lib_save_LIBS=$LIBS
   10549 LIBS="-lsvld  $LIBS"
   10550 if test x$gcc_no_link = xyes; then
   10551   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   10552 fi
   10553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10554 /* end confdefs.h.  */
   10555 
   10556 /* Override any GCC internal prototype to avoid an error.
   10557    Use char because int might match the return type of a GCC
   10558    builtin and then its argument prototype would still apply.  */
   10559 #ifdef __cplusplus
   10560 extern "C"
   10561 #endif
   10562 char dlopen ();
   10563 int
   10564 main ()
   10565 {
   10566 return dlopen ();
   10567   ;
   10568   return 0;
   10569 }
   10570 _ACEOF
   10571 if ac_fn_c_try_link "$LINENO"; then :
   10572   ac_cv_lib_svld_dlopen=yes
   10573 else
   10574   ac_cv_lib_svld_dlopen=no
   10575 fi
   10576 rm -f core conftest.err conftest.$ac_objext \
   10577     conftest$ac_exeext conftest.$ac_ext
   10578 LIBS=$ac_check_lib_save_LIBS
   10579 fi
   10580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
   10581 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
   10582 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
   10583   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
   10584 else
   10585   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
   10586 $as_echo_n "checking for dld_link in -ldld... " >&6; }
   10587 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
   10588   $as_echo_n "(cached) " >&6
   10589 else
   10590   ac_check_lib_save_LIBS=$LIBS
   10591 LIBS="-ldld  $LIBS"
   10592 if test x$gcc_no_link = xyes; then
   10593   as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
   10594 fi
   10595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10596 /* end confdefs.h.  */
   10597 
   10598 /* Override any GCC internal prototype to avoid an error.
   10599    Use char because int might match the return type of a GCC
   10600    builtin and then its argument prototype would still apply.  */
   10601 #ifdef __cplusplus
   10602 extern "C"
   10603 #endif
   10604 char dld_link ();
   10605 int
   10606 main ()
   10607 {
   10608 return dld_link ();
   10609   ;
   10610   return 0;
   10611 }
   10612 _ACEOF
   10613 if ac_fn_c_try_link "$LINENO"; then :
   10614   ac_cv_lib_dld_dld_link=yes
   10615 else
   10616   ac_cv_lib_dld_dld_link=no
   10617 fi
   10618 rm -f core conftest.err conftest.$ac_objext \
   10619     conftest$ac_exeext conftest.$ac_ext
   10620 LIBS=$ac_check_lib_save_LIBS
   10621 fi
   10622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
   10623 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
   10624 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
   10625   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
   10626 fi
   10627 
   10628 
   10629 fi
   10630 
   10631 
   10632 fi
   10633 
   10634 
   10635 fi
   10636 
   10637 
   10638 fi
   10639 
   10640 
   10641 fi
   10642 
   10643     ;;
   10644   esac
   10645 
   10646   if test "x$lt_cv_dlopen" != xno; then
   10647     enable_dlopen=yes
   10648   else
   10649     enable_dlopen=no
   10650   fi
   10651 
   10652   case $lt_cv_dlopen in
   10653   dlopen)
   10654     save_CPPFLAGS="$CPPFLAGS"
   10655     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
   10656 
   10657     save_LDFLAGS="$LDFLAGS"
   10658     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
   10659 
   10660     save_LIBS="$LIBS"
   10661     LIBS="$lt_cv_dlopen_libs $LIBS"
   10662 
   10663     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
   10664 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
   10665 if test "${lt_cv_dlopen_self+set}" = set; then :
   10666   $as_echo_n "(cached) " >&6
   10667 else
   10668   	  if test "$cross_compiling" = yes; then :
   10669   lt_cv_dlopen_self=cross
   10670 else
   10671   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   10672   lt_status=$lt_dlunknown
   10673   cat > conftest.$ac_ext <<_LT_EOF
   10674 #line 10674 "configure"
   10675 #include "confdefs.h"
   10676 
   10677 #if HAVE_DLFCN_H
   10678 #include <dlfcn.h>
   10679 #endif
   10680 
   10681 #include <stdio.h>
   10682 
   10683 #ifdef RTLD_GLOBAL
   10684 #  define LT_DLGLOBAL		RTLD_GLOBAL
   10685 #else
   10686 #  ifdef DL_GLOBAL
   10687 #    define LT_DLGLOBAL		DL_GLOBAL
   10688 #  else
   10689 #    define LT_DLGLOBAL		0
   10690 #  endif
   10691 #endif
   10692 
   10693 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   10694    find out it does not work in some platform. */
   10695 #ifndef LT_DLLAZY_OR_NOW
   10696 #  ifdef RTLD_LAZY
   10697 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   10698 #  else
   10699 #    ifdef DL_LAZY
   10700 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   10701 #    else
   10702 #      ifdef RTLD_NOW
   10703 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   10704 #      else
   10705 #        ifdef DL_NOW
   10706 #          define LT_DLLAZY_OR_NOW	DL_NOW
   10707 #        else
   10708 #          define LT_DLLAZY_OR_NOW	0
   10709 #        endif
   10710 #      endif
   10711 #    endif
   10712 #  endif
   10713 #endif
   10714 
   10715 /* When -fvisbility=hidden is used, assume the code has been annotated
   10716    correspondingly for the symbols needed.  */
   10717 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
   10718 void fnord () __attribute__((visibility("default")));
   10719 #endif
   10720 
   10721 void fnord () { int i=42; }
   10722 int main ()
   10723 {
   10724   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   10725   int status = $lt_dlunknown;
   10726 
   10727   if (self)
   10728     {
   10729       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   10730       else
   10731         {
   10732 	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
   10733           else puts (dlerror ());
   10734 	}
   10735       /* dlclose (self); */
   10736     }
   10737   else
   10738     puts (dlerror ());
   10739 
   10740   return status;
   10741 }
   10742 _LT_EOF
   10743   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   10744   (eval $ac_link) 2>&5
   10745   ac_status=$?
   10746   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10747   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   10748     (./conftest; exit; ) >&5 2>/dev/null
   10749     lt_status=$?
   10750     case x$lt_status in
   10751       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
   10752       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
   10753       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
   10754     esac
   10755   else :
   10756     # compilation failed
   10757     lt_cv_dlopen_self=no
   10758   fi
   10759 fi
   10760 rm -fr conftest*
   10761 
   10762 
   10763 fi
   10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
   10765 $as_echo "$lt_cv_dlopen_self" >&6; }
   10766 
   10767     if test "x$lt_cv_dlopen_self" = xyes; then
   10768       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
   10769       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
   10770 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
   10771 if test "${lt_cv_dlopen_self_static+set}" = set; then :
   10772   $as_echo_n "(cached) " >&6
   10773 else
   10774   	  if test "$cross_compiling" = yes; then :
   10775   lt_cv_dlopen_self_static=cross
   10776 else
   10777   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   10778   lt_status=$lt_dlunknown
   10779   cat > conftest.$ac_ext <<_LT_EOF
   10780 #line 10780 "configure"
   10781 #include "confdefs.h"
   10782 
   10783 #if HAVE_DLFCN_H
   10784 #include <dlfcn.h>
   10785 #endif
   10786 
   10787 #include <stdio.h>
   10788 
   10789 #ifdef RTLD_GLOBAL
   10790 #  define LT_DLGLOBAL		RTLD_GLOBAL
   10791 #else
   10792 #  ifdef DL_GLOBAL
   10793 #    define LT_DLGLOBAL		DL_GLOBAL
   10794 #  else
   10795 #    define LT_DLGLOBAL		0
   10796 #  endif
   10797 #endif
   10798 
   10799 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   10800    find out it does not work in some platform. */
   10801 #ifndef LT_DLLAZY_OR_NOW
   10802 #  ifdef RTLD_LAZY
   10803 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   10804 #  else
   10805 #    ifdef DL_LAZY
   10806 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   10807 #    else
   10808 #      ifdef RTLD_NOW
   10809 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   10810 #      else
   10811 #        ifdef DL_NOW
   10812 #          define LT_DLLAZY_OR_NOW	DL_NOW
   10813 #        else
   10814 #          define LT_DLLAZY_OR_NOW	0
   10815 #        endif
   10816 #      endif
   10817 #    endif
   10818 #  endif
   10819 #endif
   10820 
   10821 /* When -fvisbility=hidden is used, assume the code has been annotated
   10822    correspondingly for the symbols needed.  */
   10823 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
   10824 void fnord () __attribute__((visibility("default")));
   10825 #endif
   10826 
   10827 void fnord () { int i=42; }
   10828 int main ()
   10829 {
   10830   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   10831   int status = $lt_dlunknown;
   10832 
   10833   if (self)
   10834     {
   10835       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   10836       else
   10837         {
   10838 	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
   10839           else puts (dlerror ());
   10840 	}
   10841       /* dlclose (self); */
   10842     }
   10843   else
   10844     puts (dlerror ());
   10845 
   10846   return status;
   10847 }
   10848 _LT_EOF
   10849   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   10850   (eval $ac_link) 2>&5
   10851   ac_status=$?
   10852   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10853   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   10854     (./conftest; exit; ) >&5 2>/dev/null
   10855     lt_status=$?
   10856     case x$lt_status in
   10857       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
   10858       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
   10859       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
   10860     esac
   10861   else :
   10862     # compilation failed
   10863     lt_cv_dlopen_self_static=no
   10864   fi
   10865 fi
   10866 rm -fr conftest*
   10867 
   10868 
   10869 fi
   10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
   10871 $as_echo "$lt_cv_dlopen_self_static" >&6; }
   10872     fi
   10873 
   10874     CPPFLAGS="$save_CPPFLAGS"
   10875     LDFLAGS="$save_LDFLAGS"
   10876     LIBS="$save_LIBS"
   10877     ;;
   10878   esac
   10879 
   10880   case $lt_cv_dlopen_self in
   10881   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
   10882   *) enable_dlopen_self=unknown ;;
   10883   esac
   10884 
   10885   case $lt_cv_dlopen_self_static in
   10886   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
   10887   *) enable_dlopen_self_static=unknown ;;
   10888   esac
   10889 fi
   10890 
   10891 
   10892 
   10893 
   10894 
   10895 
   10896 
   10897 
   10898 
   10899 
   10900 
   10901 
   10902 
   10903 
   10904 
   10905 
   10906 
   10907 striplib=
   10908 old_striplib=
   10909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
   10910 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
   10911 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
   10912   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
   10913   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
   10914   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   10915 $as_echo "yes" >&6; }
   10916 else
   10917 # FIXME - insert some real tests, host_os isn't really good enough
   10918   case $host_os in
   10919   darwin*)
   10920     if test -n "$STRIP" ; then
   10921       striplib="$STRIP -x"
   10922       old_striplib="$STRIP -S"
   10923       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   10924 $as_echo "yes" >&6; }
   10925     else
   10926       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10927 $as_echo "no" >&6; }
   10928     fi
   10929     ;;
   10930   *)
   10931     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10932 $as_echo "no" >&6; }
   10933     ;;
   10934   esac
   10935 fi
   10936 
   10937 
   10938 
   10939 
   10940 
   10941 
   10942 
   10943 
   10944 
   10945 
   10946 
   10947 
   10948   # Report which library types will actually be built
   10949   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
   10950 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
   10951   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
   10952 $as_echo "$can_build_shared" >&6; }
   10953 
   10954   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
   10955 $as_echo_n "checking whether to build shared libraries... " >&6; }
   10956   test "$can_build_shared" = "no" && enable_shared=no
   10957 
   10958   # On AIX, shared libraries and static libraries use the same namespace, and
   10959   # are all built from PIC.
   10960   case $host_os in
   10961   aix3*)
   10962     test "$enable_shared" = yes && enable_static=no
   10963     if test -n "$RANLIB"; then
   10964       archive_cmds="$archive_cmds~\$RANLIB \$lib"
   10965       postinstall_cmds='$RANLIB $lib'
   10966     fi
   10967     ;;
   10968 
   10969   aix[4-9]*)
   10970     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
   10971       test "$enable_shared" = yes && enable_static=no
   10972     fi
   10973     ;;
   10974   esac
   10975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
   10976 $as_echo "$enable_shared" >&6; }
   10977 
   10978   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
   10979 $as_echo_n "checking whether to build static libraries... " >&6; }
   10980   # Make sure either enable_shared or enable_static is yes.
   10981   test "$enable_shared" = yes || enable_static=yes
   10982   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
   10983 $as_echo "$enable_static" >&6; }
   10984 
   10985 
   10986 
   10987 
   10988 fi
   10989 ac_ext=c
   10990 ac_cpp='$CPP $CPPFLAGS'
   10991 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   10992 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   10993 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   10994 
   10995 CC="$lt_save_CC"
   10996 
   10997 
   10998 
   10999 
   11000 
   11001 
   11002 
   11003 
   11004 
   11005 
   11006 
   11007 
   11008 
   11009         ac_config_commands="$ac_config_commands libtool"
   11010 
   11011 
   11012 
   11013 
   11014 # Only expand once:
   11015 
   11016 
   11017 
   11018 
   11019 
   11020 case $host in
   11021   *-cygwin* | *-mingw*)
   11022     # 'host' will be top-level target in the case of a target lib,
   11023     # we must compare to with_cross_host to decide if this is a native
   11024     # or cross-compiler and select where to install dlls appropriately.
   11025     if test -n "$with_cross_host" &&
   11026 	test x"$with_cross_host" != x"no"; then
   11027       lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
   11028     else
   11029       lt_host_flags='-no-undefined -bindir "$(bindir)"';
   11030     fi
   11031     ;;
   11032   *)
   11033     lt_host_flags=
   11034     ;;
   11035 esac
   11036 
   11037 
   11038 
   11039 
   11040 
   11041 
   11042 # Calculate toolexeclibdir
   11043 # Also toolexecdir, though it's only used in toolexeclibdir
   11044 case ${version_specific_libs} in
   11045   yes)
   11046     # Need the gcc compiler version to know where to install libraries
   11047     # and header files if --enable-version-specific-runtime-libs option
   11048     # is selected.
   11049     toolexecdir='$(libdir)/gcc/$(target_alias)'
   11050     toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
   11051     ;;
   11052   no)
   11053     if test -n "$with_cross_host" &&
   11054        test x"$with_cross_host" != x"no"; then
   11055       # Install a library built with a cross compiler in tooldir, not libdir.
   11056       toolexecdir='$(exec_prefix)/$(target_alias)'
   11057       toolexeclibdir='$(toolexecdir)/lib'
   11058     else
   11059       toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
   11060       toolexeclibdir='$(libdir)'
   11061     fi
   11062     multi_os_directory=`$CC -print-multi-os-directory`
   11063     case $multi_os_directory in
   11064       .) ;; # Avoid trailing /.
   11065       *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
   11066     esac
   11067     ;;
   11068 esac
   11069 
   11070 
   11071 
   11072 if test ${multilib} = yes; then
   11073   multilib_arg="--enable-multilib"
   11074 else
   11075   multilib_arg=
   11076 fi
   11077 
   11078 # Determine what GCC version number to use in filesystem paths.
   11079 
   11080   get_gcc_base_ver="cat"
   11081 
   11082 # Check whether --with-gcc-major-version-only was given.
   11083 if test "${with_gcc_major_version_only+set}" = set; then :
   11084   withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
   11085         get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
   11086       fi
   11087 
   11088 fi
   11089 
   11090 
   11091 
   11092 
   11093 ac_config_files="$ac_config_files Makefile ssp/ssp.h"
   11094 
   11095 cat >confcache <<\_ACEOF
   11096 # This file is a shell script that caches the results of configure
   11097 # tests run on this system so they can be shared between configure
   11098 # scripts and configure runs, see configure's option --config-cache.
   11099 # It is not useful on other systems.  If it contains results you don't
   11100 # want to keep, you may remove or edit it.
   11101 #
   11102 # config.status only pays attention to the cache file if you give it
   11103 # the --recheck option to rerun configure.
   11104 #
   11105 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   11106 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   11107 # following values.
   11108 
   11109 _ACEOF
   11110 
   11111 # The following way of writing the cache mishandles newlines in values,
   11112 # but we know of no workaround that is simple, portable, and efficient.
   11113 # So, we kill variables containing newlines.
   11114 # Ultrix sh set writes to stderr and can't be redirected directly,
   11115 # and sets the high bit in the cache file unless we assign to the vars.
   11116 (
   11117   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   11118     eval ac_val=\$$ac_var
   11119     case $ac_val in #(
   11120     *${as_nl}*)
   11121       case $ac_var in #(
   11122       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   11123 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   11124       esac
   11125       case $ac_var in #(
   11126       _ | IFS | as_nl) ;; #(
   11127       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   11128       *) { eval $ac_var=; unset $ac_var;} ;;
   11129       esac ;;
   11130     esac
   11131   done
   11132 
   11133   (set) 2>&1 |
   11134     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   11135     *${as_nl}ac_space=\ *)
   11136       # `set' does not quote correctly, so add quotes: double-quote
   11137       # substitution turns \\\\ into \\, and sed turns \\ into \.
   11138       sed -n \
   11139 	"s/'/'\\\\''/g;
   11140 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   11141       ;; #(
   11142     *)
   11143       # `set' quotes correctly as required by POSIX, so do not add quotes.
   11144       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   11145       ;;
   11146     esac |
   11147     sort
   11148 ) |
   11149   sed '
   11150      /^ac_cv_env_/b end
   11151      t clear
   11152      :clear
   11153      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   11154      t end
   11155      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   11156      :end' >>confcache
   11157 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   11158   if test -w "$cache_file"; then
   11159     test "x$cache_file" != "x/dev/null" &&
   11160       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   11161 $as_echo "$as_me: updating cache $cache_file" >&6;}
   11162     cat confcache >$cache_file
   11163   else
   11164     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   11165 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   11166   fi
   11167 fi
   11168 rm -f confcache
   11169 
   11170 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   11171 # Let make expand exec_prefix.
   11172 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   11173 
   11174 DEFS=-DHAVE_CONFIG_H
   11175 
   11176 ac_libobjs=
   11177 ac_ltlibobjs=
   11178 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   11179   # 1. Remove the extension, and $U if already installed.
   11180   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   11181   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
   11182   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   11183   #    will be set to the directory where LIBOBJS objects are built.
   11184   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   11185   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
   11186 done
   11187 LIBOBJS=$ac_libobjs
   11188 
   11189 LTLIBOBJS=$ac_ltlibobjs
   11190 
   11191 
   11192  if test -n "$EXEEXT"; then
   11193   am__EXEEXT_TRUE=
   11194   am__EXEEXT_FALSE='#'
   11195 else
   11196   am__EXEEXT_TRUE='#'
   11197   am__EXEEXT_FALSE=
   11198 fi
   11199 
   11200 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   11201   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
   11202 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11203 fi
   11204 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   11205   as_fn_error "conditional \"AMDEP\" was never defined.
   11206 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11207 fi
   11208 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   11209   as_fn_error "conditional \"am__fastdepCC\" was never defined.
   11210 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11211 fi
   11212 if test -z "${LIBSSP_USE_SYMVER_TRUE}" && test -z "${LIBSSP_USE_SYMVER_FALSE}"; then
   11213   as_fn_error "conditional \"LIBSSP_USE_SYMVER\" was never defined.
   11214 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11215 fi
   11216 if test -z "${LIBSSP_USE_SYMVER_GNU_TRUE}" && test -z "${LIBSSP_USE_SYMVER_GNU_FALSE}"; then
   11217   as_fn_error "conditional \"LIBSSP_USE_SYMVER_GNU\" was never defined.
   11218 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11219 fi
   11220 if test -z "${LIBSSP_USE_SYMVER_SUN_TRUE}" && test -z "${LIBSSP_USE_SYMVER_SUN_FALSE}"; then
   11221   as_fn_error "conditional \"LIBSSP_USE_SYMVER_SUN\" was never defined.
   11222 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11223 fi
   11224 
   11225 : ${CONFIG_STATUS=./config.status}
   11226 ac_write_fail=0
   11227 ac_clean_files_save=$ac_clean_files
   11228 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   11229 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
   11230 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
   11231 as_write_fail=0
   11232 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
   11233 #! $SHELL
   11234 # Generated by $as_me.
   11235 # Run this file to recreate the current configuration.
   11236 # Compiler output produced by configure, useful for debugging
   11237 # configure, is in config.log if it exists.
   11238 
   11239 debug=false
   11240 ac_cs_recheck=false
   11241 ac_cs_silent=false
   11242 
   11243 SHELL=\${CONFIG_SHELL-$SHELL}
   11244 export SHELL
   11245 _ASEOF
   11246 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   11247 ## -------------------- ##
   11248 ## M4sh Initialization. ##
   11249 ## -------------------- ##
   11250 
   11251 # Be more Bourne compatible
   11252 DUALCASE=1; export DUALCASE # for MKS sh
   11253 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   11254   emulate sh
   11255   NULLCMD=:
   11256   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   11257   # is contrary to our usage.  Disable this feature.
   11258   alias -g '${1+"$@"}'='"$@"'
   11259   setopt NO_GLOB_SUBST
   11260 else
   11261   case `(set -o) 2>/dev/null` in #(
   11262   *posix*) :
   11263     set -o posix ;; #(
   11264   *) :
   11265      ;;
   11266 esac
   11267 fi
   11268 
   11269 
   11270 as_nl='
   11271 '
   11272 export as_nl
   11273 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   11274 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   11275 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   11276 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   11277 # Prefer a ksh shell builtin over an external printf program on Solaris,
   11278 # but without wasting forks for bash or zsh.
   11279 if test -z "$BASH_VERSION$ZSH_VERSION" \
   11280     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   11281   as_echo='print -r --'
   11282   as_echo_n='print -rn --'
   11283 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   11284   as_echo='printf %s\n'
   11285   as_echo_n='printf %s'
   11286 else
   11287   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   11288     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   11289     as_echo_n='/usr/ucb/echo -n'
   11290   else
   11291     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   11292     as_echo_n_body='eval
   11293       arg=$1;
   11294       case $arg in #(
   11295       *"$as_nl"*)
   11296 	expr "X$arg" : "X\\(.*\\)$as_nl";
   11297 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   11298       esac;
   11299       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   11300     '
   11301     export as_echo_n_body
   11302     as_echo_n='sh -c $as_echo_n_body as_echo'
   11303   fi
   11304   export as_echo_body
   11305   as_echo='sh -c $as_echo_body as_echo'
   11306 fi
   11307 
   11308 # The user is always right.
   11309 if test "${PATH_SEPARATOR+set}" != set; then
   11310   PATH_SEPARATOR=:
   11311   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   11312     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   11313       PATH_SEPARATOR=';'
   11314   }
   11315 fi
   11316 
   11317 
   11318 # IFS
   11319 # We need space, tab and new line, in precisely that order.  Quoting is
   11320 # there to prevent editors from complaining about space-tab.
   11321 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   11322 # splitting by setting IFS to empty value.)
   11323 IFS=" ""	$as_nl"
   11324 
   11325 # Find who we are.  Look in the path if we contain no directory separator.
   11326 case $0 in #((
   11327   *[\\/]* ) as_myself=$0 ;;
   11328   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   11329 for as_dir in $PATH
   11330 do
   11331   IFS=$as_save_IFS
   11332   test -z "$as_dir" && as_dir=.
   11333     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   11334   done
   11335 IFS=$as_save_IFS
   11336 
   11337      ;;
   11338 esac
   11339 # We did not find ourselves, most probably we were run as `sh COMMAND'
   11340 # in which case we are not to be found in the path.
   11341 if test "x$as_myself" = x; then
   11342   as_myself=$0
   11343 fi
   11344 if test ! -f "$as_myself"; then
   11345   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   11346   exit 1
   11347 fi
   11348 
   11349 # Unset variables that we do not need and which cause bugs (e.g. in
   11350 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   11351 # suppresses any "Segmentation fault" message there.  '((' could
   11352 # trigger a bug in pdksh 5.2.14.
   11353 for as_var in BASH_ENV ENV MAIL MAILPATH
   11354 do eval test x\${$as_var+set} = xset \
   11355   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   11356 done
   11357 PS1='$ '
   11358 PS2='> '
   11359 PS4='+ '
   11360 
   11361 # NLS nuisances.
   11362 LC_ALL=C
   11363 export LC_ALL
   11364 LANGUAGE=C
   11365 export LANGUAGE
   11366 
   11367 # CDPATH.
   11368 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   11369 
   11370 
   11371 # as_fn_error ERROR [LINENO LOG_FD]
   11372 # ---------------------------------
   11373 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   11374 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   11375 # script with status $?, using 1 if that was 0.
   11376 as_fn_error ()
   11377 {
   11378   as_status=$?; test $as_status -eq 0 && as_status=1
   11379   if test "$3"; then
   11380     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   11381     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
   11382   fi
   11383   $as_echo "$as_me: error: $1" >&2
   11384   as_fn_exit $as_status
   11385 } # as_fn_error
   11386 
   11387 
   11388 # as_fn_set_status STATUS
   11389 # -----------------------
   11390 # Set $? to STATUS, without forking.
   11391 as_fn_set_status ()
   11392 {
   11393   return $1
   11394 } # as_fn_set_status
   11395 
   11396 # as_fn_exit STATUS
   11397 # -----------------
   11398 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   11399 as_fn_exit ()
   11400 {
   11401   set +e
   11402   as_fn_set_status $1
   11403   exit $1
   11404 } # as_fn_exit
   11405 
   11406 # as_fn_unset VAR
   11407 # ---------------
   11408 # Portably unset VAR.
   11409 as_fn_unset ()
   11410 {
   11411   { eval $1=; unset $1;}
   11412 }
   11413 as_unset=as_fn_unset
   11414 # as_fn_append VAR VALUE
   11415 # ----------------------
   11416 # Append the text in VALUE to the end of the definition contained in VAR. Take
   11417 # advantage of any shell optimizations that allow amortized linear growth over
   11418 # repeated appends, instead of the typical quadratic growth present in naive
   11419 # implementations.
   11420 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   11421   eval 'as_fn_append ()
   11422   {
   11423     eval $1+=\$2
   11424   }'
   11425 else
   11426   as_fn_append ()
   11427   {
   11428     eval $1=\$$1\$2
   11429   }
   11430 fi # as_fn_append
   11431 
   11432 # as_fn_arith ARG...
   11433 # ------------------
   11434 # Perform arithmetic evaluation on the ARGs, and store the result in the
   11435 # global $as_val. Take advantage of shells that can avoid forks. The arguments
   11436 # must be portable across $(()) and expr.
   11437 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   11438   eval 'as_fn_arith ()
   11439   {
   11440     as_val=$(( $* ))
   11441   }'
   11442 else
   11443   as_fn_arith ()
   11444   {
   11445     as_val=`expr "$@" || test $? -eq 1`
   11446   }
   11447 fi # as_fn_arith
   11448 
   11449 
   11450 if expr a : '\(a\)' >/dev/null 2>&1 &&
   11451    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   11452   as_expr=expr
   11453 else
   11454   as_expr=false
   11455 fi
   11456 
   11457 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   11458   as_basename=basename
   11459 else
   11460   as_basename=false
   11461 fi
   11462 
   11463 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   11464   as_dirname=dirname
   11465 else
   11466   as_dirname=false
   11467 fi
   11468 
   11469 as_me=`$as_basename -- "$0" ||
   11470 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   11471 	 X"$0" : 'X\(//\)$' \| \
   11472 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   11473 $as_echo X/"$0" |
   11474     sed '/^.*\/\([^/][^/]*\)\/*$/{
   11475 	    s//\1/
   11476 	    q
   11477 	  }
   11478 	  /^X\/\(\/\/\)$/{
   11479 	    s//\1/
   11480 	    q
   11481 	  }
   11482 	  /^X\/\(\/\).*/{
   11483 	    s//\1/
   11484 	    q
   11485 	  }
   11486 	  s/.*/./; q'`
   11487 
   11488 # Avoid depending upon Character Ranges.
   11489 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   11490 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   11491 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   11492 as_cr_digits='0123456789'
   11493 as_cr_alnum=$as_cr_Letters$as_cr_digits
   11494 
   11495 ECHO_C= ECHO_N= ECHO_T=
   11496 case `echo -n x` in #(((((
   11497 -n*)
   11498   case `echo 'xy\c'` in
   11499   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   11500   xy)  ECHO_C='\c';;
   11501   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   11502        ECHO_T='	';;
   11503   esac;;
   11504 *)
   11505   ECHO_N='-n';;
   11506 esac
   11507 
   11508 rm -f conf$$ conf$$.exe conf$$.file
   11509 if test -d conf$$.dir; then
   11510   rm -f conf$$.dir/conf$$.file
   11511 else
   11512   rm -f conf$$.dir
   11513   mkdir conf$$.dir 2>/dev/null
   11514 fi
   11515 if (echo >conf$$.file) 2>/dev/null; then
   11516   if ln -s conf$$.file conf$$ 2>/dev/null; then
   11517     as_ln_s='ln -s'
   11518     # ... but there are two gotchas:
   11519     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   11520     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   11521     # In both cases, we have to default to `cp -p'.
   11522     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   11523       as_ln_s='cp -p'
   11524   elif ln conf$$.file conf$$ 2>/dev/null; then
   11525     as_ln_s=ln
   11526   else
   11527     as_ln_s='cp -p'
   11528   fi
   11529 else
   11530   as_ln_s='cp -p'
   11531 fi
   11532 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   11533 rmdir conf$$.dir 2>/dev/null
   11534 
   11535 
   11536 # as_fn_mkdir_p
   11537 # -------------
   11538 # Create "$as_dir" as a directory, including parents if necessary.
   11539 as_fn_mkdir_p ()
   11540 {
   11541 
   11542   case $as_dir in #(
   11543   -*) as_dir=./$as_dir;;
   11544   esac
   11545   test -d "$as_dir" || eval $as_mkdir_p || {
   11546     as_dirs=
   11547     while :; do
   11548       case $as_dir in #(
   11549       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   11550       *) as_qdir=$as_dir;;
   11551       esac
   11552       as_dirs="'$as_qdir' $as_dirs"
   11553       as_dir=`$as_dirname -- "$as_dir" ||
   11554 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   11555 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   11556 	 X"$as_dir" : 'X\(//\)$' \| \
   11557 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   11558 $as_echo X"$as_dir" |
   11559     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   11560 	    s//\1/
   11561 	    q
   11562 	  }
   11563 	  /^X\(\/\/\)[^/].*/{
   11564 	    s//\1/
   11565 	    q
   11566 	  }
   11567 	  /^X\(\/\/\)$/{
   11568 	    s//\1/
   11569 	    q
   11570 	  }
   11571 	  /^X\(\/\).*/{
   11572 	    s//\1/
   11573 	    q
   11574 	  }
   11575 	  s/.*/./; q'`
   11576       test -d "$as_dir" && break
   11577     done
   11578     test -z "$as_dirs" || eval "mkdir $as_dirs"
   11579   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
   11580 
   11581 
   11582 } # as_fn_mkdir_p
   11583 if mkdir -p . 2>/dev/null; then
   11584   as_mkdir_p='mkdir -p "$as_dir"'
   11585 else
   11586   test -d ./-p && rmdir ./-p
   11587   as_mkdir_p=false
   11588 fi
   11589 
   11590 if test -x / >/dev/null 2>&1; then
   11591   as_test_x='test -x'
   11592 else
   11593   if ls -dL / >/dev/null 2>&1; then
   11594     as_ls_L_option=L
   11595   else
   11596     as_ls_L_option=
   11597   fi
   11598   as_test_x='
   11599     eval sh -c '\''
   11600       if test -d "$1"; then
   11601 	test -d "$1/.";
   11602       else
   11603 	case $1 in #(
   11604 	-*)set "./$1";;
   11605 	esac;
   11606 	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   11607 	???[sx]*):;;*)false;;esac;fi
   11608     '\'' sh
   11609   '
   11610 fi
   11611 as_executable_p=$as_test_x
   11612 
   11613 # Sed expression to map a string onto a valid CPP name.
   11614 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   11615 
   11616 # Sed expression to map a string onto a valid variable name.
   11617 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   11618 
   11619 
   11620 exec 6>&1
   11621 ## ----------------------------------- ##
   11622 ## Main body of $CONFIG_STATUS script. ##
   11623 ## ----------------------------------- ##
   11624 _ASEOF
   11625 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
   11626 
   11627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   11628 # Save the log message, to keep $0 and so on meaningful, and to
   11629 # report actual input values of CONFIG_FILES etc. instead of their
   11630 # values after options handling.
   11631 ac_log="
   11632 This file was extended by libssp $as_me 1.0, which was
   11633 generated by GNU Autoconf 2.64.  Invocation command line was
   11634 
   11635   CONFIG_FILES    = $CONFIG_FILES
   11636   CONFIG_HEADERS  = $CONFIG_HEADERS
   11637   CONFIG_LINKS    = $CONFIG_LINKS
   11638   CONFIG_COMMANDS = $CONFIG_COMMANDS
   11639   $ $0 $@
   11640 
   11641 on `(hostname || uname -n) 2>/dev/null | sed 1q`
   11642 "
   11643 
   11644 _ACEOF
   11645 
   11646 case $ac_config_files in *"
   11647 "*) set x $ac_config_files; shift; ac_config_files=$*;;
   11648 esac
   11649 
   11650 case $ac_config_headers in *"
   11651 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
   11652 esac
   11653 
   11654 
   11655 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   11656 # Files that config.status was made for.
   11657 config_files="$ac_config_files"
   11658 config_headers="$ac_config_headers"
   11659 config_commands="$ac_config_commands"
   11660 
   11661 _ACEOF
   11662 
   11663 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   11664 ac_cs_usage="\
   11665 \`$as_me' instantiates files and other configuration actions
   11666 from templates according to the current configuration.  Unless the files
   11667 and actions are specified as TAGs, all are instantiated by default.
   11668 
   11669 Usage: $0 [OPTION]... [TAG]...
   11670 
   11671   -h, --help       print this help, then exit
   11672   -V, --version    print version number and configuration settings, then exit
   11673   -q, --quiet, --silent
   11674                    do not print progress messages
   11675   -d, --debug      don't remove temporary files
   11676       --recheck    update $as_me by reconfiguring in the same conditions
   11677       --file=FILE[:TEMPLATE]
   11678                    instantiate the configuration file FILE
   11679       --header=FILE[:TEMPLATE]
   11680                    instantiate the configuration header FILE
   11681 
   11682 Configuration files:
   11683 $config_files
   11684 
   11685 Configuration headers:
   11686 $config_headers
   11687 
   11688 Configuration commands:
   11689 $config_commands
   11690 
   11691 Report bugs to the package provider."
   11692 
   11693 _ACEOF
   11694 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   11695 ac_cs_version="\\
   11696 libssp config.status 1.0
   11697 configured by $0, generated by GNU Autoconf 2.64,
   11698   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
   11699 
   11700 Copyright (C) 2009 Free Software Foundation, Inc.
   11701 This config.status script is free software; the Free Software Foundation
   11702 gives unlimited permission to copy, distribute and modify it."
   11703 
   11704 ac_pwd='$ac_pwd'
   11705 srcdir='$srcdir'
   11706 INSTALL='$INSTALL'
   11707 MKDIR_P='$MKDIR_P'
   11708 AWK='$AWK'
   11709 test -n "\$AWK" || AWK=awk
   11710 _ACEOF
   11711 
   11712 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   11713 # The default lists apply if the user does not specify any file.
   11714 ac_need_defaults=:
   11715 while test $# != 0
   11716 do
   11717   case $1 in
   11718   --*=*)
   11719     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   11720     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   11721     ac_shift=:
   11722     ;;
   11723   *)
   11724     ac_option=$1
   11725     ac_optarg=$2
   11726     ac_shift=shift
   11727     ;;
   11728   esac
   11729 
   11730   case $ac_option in
   11731   # Handling of the options.
   11732   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   11733     ac_cs_recheck=: ;;
   11734   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   11735     $as_echo "$ac_cs_version"; exit ;;
   11736   --debug | --debu | --deb | --de | --d | -d )
   11737     debug=: ;;
   11738   --file | --fil | --fi | --f )
   11739     $ac_shift
   11740     case $ac_optarg in
   11741     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   11742     esac
   11743     as_fn_append CONFIG_FILES " '$ac_optarg'"
   11744     ac_need_defaults=false;;
   11745   --header | --heade | --head | --hea )
   11746     $ac_shift
   11747     case $ac_optarg in
   11748     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   11749     esac
   11750     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
   11751     ac_need_defaults=false;;
   11752   --he | --h)
   11753     # Conflict between --help and --header
   11754     as_fn_error "ambiguous option: \`$1'
   11755 Try \`$0 --help' for more information.";;
   11756   --help | --hel | -h )
   11757     $as_echo "$ac_cs_usage"; exit ;;
   11758   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   11759   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   11760     ac_cs_silent=: ;;
   11761 
   11762   # This is an error.
   11763   -*) as_fn_error "unrecognized option: \`$1'
   11764 Try \`$0 --help' for more information." ;;
   11765 
   11766   *) as_fn_append ac_config_targets " $1"
   11767      ac_need_defaults=false ;;
   11768 
   11769   esac
   11770   shift
   11771 done
   11772 
   11773 ac_configure_extra_args=
   11774 
   11775 if $ac_cs_silent; then
   11776   exec 6>/dev/null
   11777   ac_configure_extra_args="$ac_configure_extra_args --silent"
   11778 fi
   11779 
   11780 _ACEOF
   11781 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   11782 if \$ac_cs_recheck; then
   11783   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   11784   shift
   11785   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   11786   CONFIG_SHELL='$SHELL'
   11787   export CONFIG_SHELL
   11788   exec "\$@"
   11789 fi
   11790 
   11791 _ACEOF
   11792 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   11793 exec 5>>config.log
   11794 {
   11795   echo
   11796   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   11797 ## Running $as_me. ##
   11798 _ASBOX
   11799   $as_echo "$ac_log"
   11800 } >&5
   11801 
   11802 _ACEOF
   11803 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   11804 #
   11805 # INIT-COMMANDS
   11806 #
   11807 
   11808 srcdir="$srcdir"
   11809 host="$host"
   11810 target="$target"
   11811 with_multisubdir="$with_multisubdir"
   11812 with_multisrctop="$with_multisrctop"
   11813 with_target_subdir="$with_target_subdir"
   11814 ac_configure_args="${multilib_arg} ${ac_configure_args}"
   11815 multi_basedir="$multi_basedir"
   11816 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
   11817 CC="$CC"
   11818 CXX="$CXX"
   11819 GFORTRAN="$GFORTRAN"
   11820 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   11821 
   11822 
   11823 # The HP-UX ksh and POSIX shell print the target directory to stdout
   11824 # if CDPATH is set.
   11825 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   11826 
   11827 sed_quote_subst='$sed_quote_subst'
   11828 double_quote_subst='$double_quote_subst'
   11829 delay_variable_subst='$delay_variable_subst'
   11830 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
   11831 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
   11832 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
   11833 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
   11834 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
   11835 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
   11836 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
   11837 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
   11838 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
   11839 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
   11840 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
   11841 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
   11842 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
   11843 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
   11844 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
   11845 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
   11846 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
   11847 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
   11848 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
   11849 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
   11850 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
   11851 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
   11852 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
   11853 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
   11854 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
   11855 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
   11856 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
   11857 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
   11858 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
   11859 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
   11860 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
   11861 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
   11862 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
   11863 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
   11864 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
   11865 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
   11866 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
   11867 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
   11868 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
   11869 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
   11870 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
   11871 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
   11872 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
   11873 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
   11874 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
   11875 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
   11876 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
   11877 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
   11878 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"`'
   11879 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
   11880 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
   11881 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
   11882 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
   11883 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
   11884 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
   11885 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
   11886 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
   11887 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
   11888 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
   11889 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
   11890 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
   11891 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
   11892 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
   11893 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
   11894 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
   11895 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
   11896 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
   11897 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
   11898 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
   11899 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
   11900 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
   11901 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
   11902 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
   11903 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
   11904 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
   11905 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
   11906 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
   11907 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
   11908 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
   11909 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
   11910 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
   11911 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
   11912 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
   11913 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
   11914 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
   11915 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
   11916 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
   11917 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
   11918 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
   11919 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
   11920 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
   11921 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
   11922 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
   11923 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
   11924 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
   11925 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
   11926 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
   11927 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
   11928 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
   11929 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
   11930 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
   11931 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
   11932 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
   11933 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
   11934 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
   11935 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
   11936 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
   11937 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
   11938 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
   11939 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
   11940 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
   11941 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
   11942 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
   11943 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
   11944 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
   11945 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
   11946 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
   11947 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
   11948 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
   11949 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
   11950 
   11951 LTCC='$LTCC'
   11952 LTCFLAGS='$LTCFLAGS'
   11953 compiler='$compiler_DEFAULT'
   11954 
   11955 # A function that is used when there is no print builtin or printf.
   11956 func_fallback_echo ()
   11957 {
   11958   eval 'cat <<_LTECHO_EOF
   11959 \$1
   11960 _LTECHO_EOF'
   11961 }
   11962 
   11963 # Quote evaled strings.
   11964 for var in SHELL \
   11965 ECHO \
   11966 SED \
   11967 GREP \
   11968 EGREP \
   11969 FGREP \
   11970 LD \
   11971 NM \
   11972 LN_S \
   11973 lt_SP2NL \
   11974 lt_NL2SP \
   11975 reload_flag \
   11976 OBJDUMP \
   11977 deplibs_check_method \
   11978 file_magic_cmd \
   11979 AR \
   11980 AR_FLAGS \
   11981 STRIP \
   11982 RANLIB \
   11983 CC \
   11984 CFLAGS \
   11985 compiler \
   11986 lt_cv_sys_global_symbol_pipe \
   11987 lt_cv_sys_global_symbol_to_cdecl \
   11988 lt_cv_sys_global_symbol_to_c_name_address \
   11989 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
   11990 lt_prog_compiler_no_builtin_flag \
   11991 lt_prog_compiler_wl \
   11992 lt_prog_compiler_pic \
   11993 lt_prog_compiler_static \
   11994 lt_cv_prog_compiler_c_o \
   11995 need_locks \
   11996 DSYMUTIL \
   11997 NMEDIT \
   11998 LIPO \
   11999 OTOOL \
   12000 OTOOL64 \
   12001 shrext_cmds \
   12002 export_dynamic_flag_spec \
   12003 whole_archive_flag_spec \
   12004 compiler_needs_object \
   12005 with_gnu_ld \
   12006 allow_undefined_flag \
   12007 no_undefined_flag \
   12008 hardcode_libdir_flag_spec \
   12009 hardcode_libdir_flag_spec_ld \
   12010 hardcode_libdir_separator \
   12011 fix_srcfile_path \
   12012 exclude_expsyms \
   12013 include_expsyms \
   12014 file_list_spec \
   12015 variables_saved_for_relink \
   12016 libname_spec \
   12017 library_names_spec \
   12018 soname_spec \
   12019 install_override_mode \
   12020 finish_eval \
   12021 old_striplib \
   12022 striplib; do
   12023     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   12024     *[\\\\\\\`\\"\\\$]*)
   12025       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
   12026       ;;
   12027     *)
   12028       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   12029       ;;
   12030     esac
   12031 done
   12032 
   12033 # Double-quote double-evaled strings.
   12034 for var in reload_cmds \
   12035 old_postinstall_cmds \
   12036 old_postuninstall_cmds \
   12037 old_archive_cmds \
   12038 extract_expsyms_cmds \
   12039 old_archive_from_new_cmds \
   12040 old_archive_from_expsyms_cmds \
   12041 archive_cmds \
   12042 archive_expsym_cmds \
   12043 module_cmds \
   12044 module_expsym_cmds \
   12045 export_symbols_cmds \
   12046 prelink_cmds \
   12047 postinstall_cmds \
   12048 postuninstall_cmds \
   12049 finish_cmds \
   12050 sys_lib_search_path_spec \
   12051 sys_lib_dlsearch_path_spec; do
   12052     case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   12053     *[\\\\\\\`\\"\\\$]*)
   12054       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
   12055       ;;
   12056     *)
   12057       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   12058       ;;
   12059     esac
   12060 done
   12061 
   12062 ac_aux_dir='$ac_aux_dir'
   12063 xsi_shell='$xsi_shell'
   12064 lt_shell_append='$lt_shell_append'
   12065 
   12066 # See if we are running on zsh, and set the options which allow our
   12067 # commands through without removal of \ escapes INIT.
   12068 if test -n "\${ZSH_VERSION+set}" ; then
   12069    setopt NO_GLOB_SUBST
   12070 fi
   12071 
   12072 
   12073     PACKAGE='$PACKAGE'
   12074     VERSION='$VERSION'
   12075     TIMESTAMP='$TIMESTAMP'
   12076     RM='$RM'
   12077     ofile='$ofile'
   12078 
   12079 
   12080 
   12081 
   12082 _ACEOF
   12083 
   12084 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12085 
   12086 # Handling of arguments.
   12087 for ac_config_target in $ac_config_targets
   12088 do
   12089   case $ac_config_target in
   12090     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
   12091     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
   12092     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   12093     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
   12094     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   12095     "ssp/ssp.h") CONFIG_FILES="$CONFIG_FILES ssp/ssp.h" ;;
   12096 
   12097   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   12098   esac
   12099 done
   12100 
   12101 
   12102 # If the user did not use the arguments to specify the items to instantiate,
   12103 # then the envvar interface is used.  Set only those that are not.
   12104 # We use the long form for the default assignment because of an extremely
   12105 # bizarre bug on SunOS 4.1.3.
   12106 if $ac_need_defaults; then
   12107   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   12108   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   12109   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
   12110 fi
   12111 
   12112 # Have a temporary directory for convenience.  Make it in the build tree
   12113 # simply because there is no reason against having it here, and in addition,
   12114 # creating and moving files from /tmp can sometimes cause problems.
   12115 # Hook for its removal unless debugging.
   12116 # Note that there is a small window in which the directory will not be cleaned:
   12117 # after its creation but before its name has been assigned to `$tmp'.
   12118 $debug ||
   12119 {
   12120   tmp=
   12121   trap 'exit_status=$?
   12122   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
   12123 ' 0
   12124   trap 'as_fn_exit 1' 1 2 13 15
   12125 }
   12126 # Create a (secure) tmp directory for tmp files.
   12127 
   12128 {
   12129   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   12130   test -n "$tmp" && test -d "$tmp"
   12131 }  ||
   12132 {
   12133   tmp=./conf$$-$RANDOM
   12134   (umask 077 && mkdir "$tmp")
   12135 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
   12136 
   12137 # Set up the scripts for CONFIG_FILES section.
   12138 # No need to generate them if there are no CONFIG_FILES.
   12139 # This happens for instance with `./config.status config.h'.
   12140 if test -n "$CONFIG_FILES"; then
   12141 
   12142 
   12143 ac_cr=`echo X | tr X '\015'`
   12144 # On cygwin, bash can eat \r inside `` if the user requested igncr.
   12145 # But we know of no other shell where ac_cr would be empty at this
   12146 # point, so we can use a bashism as a fallback.
   12147 if test "x$ac_cr" = x; then
   12148   eval ac_cr=\$\'\\r\'
   12149 fi
   12150 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   12151 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   12152   ac_cs_awk_cr='\r'
   12153 else
   12154   ac_cs_awk_cr=$ac_cr
   12155 fi
   12156 
   12157 echo 'BEGIN {' >"$tmp/subs1.awk" &&
   12158 _ACEOF
   12159 
   12160 
   12161 {
   12162   echo "cat >conf$$subs.awk <<_ACEOF" &&
   12163   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   12164   echo "_ACEOF"
   12165 } >conf$$subs.sh ||
   12166   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   12167 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
   12168 ac_delim='%!_!# '
   12169 for ac_last_try in false false false false false :; do
   12170   . ./conf$$subs.sh ||
   12171     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   12172 
   12173   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   12174   if test $ac_delim_n = $ac_delim_num; then
   12175     break
   12176   elif $ac_last_try; then
   12177     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
   12178   else
   12179     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   12180   fi
   12181 done
   12182 rm -f conf$$subs.sh
   12183 
   12184 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12185 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
   12186 _ACEOF
   12187 sed -n '
   12188 h
   12189 s/^/S["/; s/!.*/"]=/
   12190 p
   12191 g
   12192 s/^[^!]*!//
   12193 :repl
   12194 t repl
   12195 s/'"$ac_delim"'$//
   12196 t delim
   12197 :nl
   12198 h
   12199 s/\(.\{148\}\).*/\1/
   12200 t more1
   12201 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
   12202 p
   12203 n
   12204 b repl
   12205 :more1
   12206 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   12207 p
   12208 g
   12209 s/.\{148\}//
   12210 t nl
   12211 :delim
   12212 h
   12213 s/\(.\{148\}\).*/\1/
   12214 t more2
   12215 s/["\\]/\\&/g; s/^/"/; s/$/"/
   12216 p
   12217 b
   12218 :more2
   12219 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   12220 p
   12221 g
   12222 s/.\{148\}//
   12223 t delim
   12224 ' <conf$$subs.awk | sed '
   12225 /^[^""]/{
   12226   N
   12227   s/\n//
   12228 }
   12229 ' >>$CONFIG_STATUS || ac_write_fail=1
   12230 rm -f conf$$subs.awk
   12231 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12232 _ACAWK
   12233 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
   12234   for (key in S) S_is_set[key] = 1
   12235   FS = ""
   12236 
   12237 }
   12238 {
   12239   line = $ 0
   12240   nfields = split(line, field, "@")
   12241   substed = 0
   12242   len = length(field[1])
   12243   for (i = 2; i < nfields; i++) {
   12244     key = field[i]
   12245     keylen = length(key)
   12246     if (S_is_set[key]) {
   12247       value = S[key]
   12248       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
   12249       len += length(value) + length(field[++i])
   12250       substed = 1
   12251     } else
   12252       len += 1 + keylen
   12253   }
   12254 
   12255   print line
   12256 }
   12257 
   12258 _ACAWK
   12259 _ACEOF
   12260 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12261 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
   12262   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
   12263 else
   12264   cat
   12265 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
   12266   || as_fn_error "could not setup config files machinery" "$LINENO" 5
   12267 _ACEOF
   12268 
   12269 # VPATH may cause trouble with some makes, so we remove $(srcdir),
   12270 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
   12271 # trailing colons and then remove the whole line if VPATH becomes empty
   12272 # (actually we leave an empty line to preserve line numbers).
   12273 if test "x$srcdir" = x.; then
   12274   ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
   12275 s/:*\$(srcdir):*/:/
   12276 s/:*\${srcdir}:*/:/
   12277 s/:*@srcdir@:*/:/
   12278 s/^\([^=]*=[	 ]*\):*/\1/
   12279 s/:*$//
   12280 s/^[^=]*=[	 ]*$//
   12281 }'
   12282 fi
   12283 
   12284 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12285 fi # test -n "$CONFIG_FILES"
   12286 
   12287 # Set up the scripts for CONFIG_HEADERS section.
   12288 # No need to generate them if there are no CONFIG_HEADERS.
   12289 # This happens for instance with `./config.status Makefile'.
   12290 if test -n "$CONFIG_HEADERS"; then
   12291 cat >"$tmp/defines.awk" <<\_ACAWK ||
   12292 BEGIN {
   12293 _ACEOF
   12294 
   12295 # Transform confdefs.h into an awk script `defines.awk', embedded as
   12296 # here-document in config.status, that substitutes the proper values into
   12297 # config.h.in to produce config.h.
   12298 
   12299 # Create a delimiter string that does not exist in confdefs.h, to ease
   12300 # handling of long lines.
   12301 ac_delim='%!_!# '
   12302 for ac_last_try in false false :; do
   12303   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
   12304   if test -z "$ac_t"; then
   12305     break
   12306   elif $ac_last_try; then
   12307     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
   12308   else
   12309     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   12310   fi
   12311 done
   12312 
   12313 # For the awk script, D is an array of macro values keyed by name,
   12314 # likewise P contains macro parameters if any.  Preserve backslash
   12315 # newline sequences.
   12316 
   12317 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
   12318 sed -n '
   12319 s/.\{148\}/&'"$ac_delim"'/g
   12320 t rset
   12321 :rset
   12322 s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
   12323 t def
   12324 d
   12325 :def
   12326 s/\\$//
   12327 t bsnl
   12328 s/["\\]/\\&/g
   12329 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   12330 D["\1"]=" \3"/p
   12331 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
   12332 d
   12333 :bsnl
   12334 s/["\\]/\\&/g
   12335 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   12336 D["\1"]=" \3\\\\\\n"\\/p
   12337 t cont
   12338 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
   12339 t cont
   12340 d
   12341 :cont
   12342 n
   12343 s/.\{148\}/&'"$ac_delim"'/g
   12344 t clear
   12345 :clear
   12346 s/\\$//
   12347 t bsnlc
   12348 s/["\\]/\\&/g; s/^/"/; s/$/"/p
   12349 d
   12350 :bsnlc
   12351 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
   12352 b cont
   12353 ' <confdefs.h | sed '
   12354 s/'"$ac_delim"'/"\\\
   12355 "/g' >>$CONFIG_STATUS || ac_write_fail=1
   12356 
   12357 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12358   for (key in D) D_is_set[key] = 1
   12359   FS = ""
   12360 }
   12361 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
   12362   line = \$ 0
   12363   split(line, arg, " ")
   12364   if (arg[1] == "#") {
   12365     defundef = arg[2]
   12366     mac1 = arg[3]
   12367   } else {
   12368     defundef = substr(arg[1], 2)
   12369     mac1 = arg[2]
   12370   }
   12371   split(mac1, mac2, "(") #)
   12372   macro = mac2[1]
   12373   prefix = substr(line, 1, index(line, defundef) - 1)
   12374   if (D_is_set[macro]) {
   12375     # Preserve the white space surrounding the "#".
   12376     print prefix "define", macro P[macro] D[macro]
   12377     next
   12378   } else {
   12379     # Replace #undef with comments.  This is necessary, for example,
   12380     # in the case of _POSIX_SOURCE, which is predefined and required
   12381     # on some systems where configure will not decide to define it.
   12382     if (defundef == "undef") {
   12383       print "/*", prefix defundef, macro, "*/"
   12384       next
   12385     }
   12386   }
   12387 }
   12388 { print }
   12389 _ACAWK
   12390 _ACEOF
   12391 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12392   as_fn_error "could not setup config headers machinery" "$LINENO" 5
   12393 fi # test -n "$CONFIG_HEADERS"
   12394 
   12395 
   12396 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
   12397 shift
   12398 for ac_tag
   12399 do
   12400   case $ac_tag in
   12401   :[FHLC]) ac_mode=$ac_tag; continue;;
   12402   esac
   12403   case $ac_mode$ac_tag in
   12404   :[FHL]*:*);;
   12405   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
   12406   :[FH]-) ac_tag=-:-;;
   12407   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   12408   esac
   12409   ac_save_IFS=$IFS
   12410   IFS=:
   12411   set x $ac_tag
   12412   IFS=$ac_save_IFS
   12413   shift
   12414   ac_file=$1
   12415   shift
   12416 
   12417   case $ac_mode in
   12418   :L) ac_source=$1;;
   12419   :[FH])
   12420     ac_file_inputs=
   12421     for ac_f
   12422     do
   12423       case $ac_f in
   12424       -) ac_f="$tmp/stdin";;
   12425       *) # Look for the file first in the build tree, then in the source tree
   12426 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   12427 	 # because $ac_f cannot contain `:'.
   12428 	 test -f "$ac_f" ||
   12429 	   case $ac_f in
   12430 	   [\\/$]*) false;;
   12431 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   12432 	   esac ||
   12433 	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   12434       esac
   12435       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   12436       as_fn_append ac_file_inputs " '$ac_f'"
   12437     done
   12438 
   12439     # Let's still pretend it is `configure' which instantiates (i.e., don't
   12440     # use $as_me), people would be surprised to read:
   12441     #    /* config.h.  Generated by config.status.  */
   12442     configure_input='Generated from '`
   12443 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
   12444 	`' by configure.'
   12445     if test x"$ac_file" != x-; then
   12446       configure_input="$ac_file.  $configure_input"
   12447       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
   12448 $as_echo "$as_me: creating $ac_file" >&6;}
   12449     fi
   12450     # Neutralize special characters interpreted by sed in replacement strings.
   12451     case $configure_input in #(
   12452     *\&* | *\|* | *\\* )
   12453        ac_sed_conf_input=`$as_echo "$configure_input" |
   12454        sed 's/[\\\\&|]/\\\\&/g'`;; #(
   12455     *) ac_sed_conf_input=$configure_input;;
   12456     esac
   12457 
   12458     case $ac_tag in
   12459     *:-:* | *:-) cat >"$tmp/stdin" \
   12460       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
   12461     esac
   12462     ;;
   12463   esac
   12464 
   12465   ac_dir=`$as_dirname -- "$ac_file" ||
   12466 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   12467 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   12468 	 X"$ac_file" : 'X\(//\)$' \| \
   12469 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   12470 $as_echo X"$ac_file" |
   12471     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   12472 	    s//\1/
   12473 	    q
   12474 	  }
   12475 	  /^X\(\/\/\)[^/].*/{
   12476 	    s//\1/
   12477 	    q
   12478 	  }
   12479 	  /^X\(\/\/\)$/{
   12480 	    s//\1/
   12481 	    q
   12482 	  }
   12483 	  /^X\(\/\).*/{
   12484 	    s//\1/
   12485 	    q
   12486 	  }
   12487 	  s/.*/./; q'`
   12488   as_dir="$ac_dir"; as_fn_mkdir_p
   12489   ac_builddir=.
   12490 
   12491 case "$ac_dir" in
   12492 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   12493 *)
   12494   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   12495   # A ".." for each directory in $ac_dir_suffix.
   12496   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   12497   case $ac_top_builddir_sub in
   12498   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   12499   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   12500   esac ;;
   12501 esac
   12502 ac_abs_top_builddir=$ac_pwd
   12503 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   12504 # for backward compatibility:
   12505 ac_top_builddir=$ac_top_build_prefix
   12506 
   12507 case $srcdir in
   12508   .)  # We are building in place.
   12509     ac_srcdir=.
   12510     ac_top_srcdir=$ac_top_builddir_sub
   12511     ac_abs_top_srcdir=$ac_pwd ;;
   12512   [\\/]* | ?:[\\/]* )  # Absolute name.
   12513     ac_srcdir=$srcdir$ac_dir_suffix;
   12514     ac_top_srcdir=$srcdir
   12515     ac_abs_top_srcdir=$srcdir ;;
   12516   *) # Relative name.
   12517     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   12518     ac_top_srcdir=$ac_top_build_prefix$srcdir
   12519     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   12520 esac
   12521 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   12522 
   12523 
   12524   case $ac_mode in
   12525   :F)
   12526   #
   12527   # CONFIG_FILE
   12528   #
   12529 
   12530   case $INSTALL in
   12531   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   12532   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   12533   esac
   12534   ac_MKDIR_P=$MKDIR_P
   12535   case $MKDIR_P in
   12536   [\\/$]* | ?:[\\/]* ) ;;
   12537   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
   12538   esac
   12539 _ACEOF
   12540 
   12541 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12542 # If the template does not know about datarootdir, expand it.
   12543 # FIXME: This hack should be removed a few years after 2.60.
   12544 ac_datarootdir_hack=; ac_datarootdir_seen=
   12545 ac_sed_dataroot='
   12546 /datarootdir/ {
   12547   p
   12548   q
   12549 }
   12550 /@datadir@/p
   12551 /@docdir@/p
   12552 /@infodir@/p
   12553 /@localedir@/p
   12554 /@mandir@/p'
   12555 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
   12556 *datarootdir*) ac_datarootdir_seen=yes;;
   12557 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   12558   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   12559 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   12560 _ACEOF
   12561 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12562   ac_datarootdir_hack='
   12563   s&@datadir@&$datadir&g
   12564   s&@docdir@&$docdir&g
   12565   s&@infodir@&$infodir&g
   12566   s&@localedir@&$localedir&g
   12567   s&@mandir@&$mandir&g
   12568   s&\\\${datarootdir}&$datarootdir&g' ;;
   12569 esac
   12570 _ACEOF
   12571 
   12572 # Neutralize VPATH when `$srcdir' = `.'.
   12573 # Shell code in configure.ac might set extrasub.
   12574 # FIXME: do we really want to maintain this feature?
   12575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12576 ac_sed_extra="$ac_vpsub
   12577 $extrasub
   12578 _ACEOF
   12579 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12580 :t
   12581 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   12582 s|@configure_input@|$ac_sed_conf_input|;t t
   12583 s&@top_builddir@&$ac_top_builddir_sub&;t t
   12584 s&@top_build_prefix@&$ac_top_build_prefix&;t t
   12585 s&@srcdir@&$ac_srcdir&;t t
   12586 s&@abs_srcdir@&$ac_abs_srcdir&;t t
   12587 s&@top_srcdir@&$ac_top_srcdir&;t t
   12588 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   12589 s&@builddir@&$ac_builddir&;t t
   12590 s&@abs_builddir@&$ac_abs_builddir&;t t
   12591 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   12592 s&@INSTALL@&$ac_INSTALL&;t t
   12593 s&@MKDIR_P@&$ac_MKDIR_P&;t t
   12594 $ac_datarootdir_hack
   12595 "
   12596 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
   12597   || as_fn_error "could not create $ac_file" "$LINENO" 5
   12598 
   12599 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   12600   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
   12601   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
   12602   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   12603 which seems to be undefined.  Please make sure it is defined." >&5
   12604 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   12605 which seems to be undefined.  Please make sure it is defined." >&2;}
   12606 
   12607   rm -f "$tmp/stdin"
   12608   case $ac_file in
   12609   -) cat "$tmp/out" && rm -f "$tmp/out";;
   12610   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
   12611   esac \
   12612   || as_fn_error "could not create $ac_file" "$LINENO" 5
   12613  ;;
   12614   :H)
   12615   #
   12616   # CONFIG_HEADER
   12617   #
   12618   if test x"$ac_file" != x-; then
   12619     {
   12620       $as_echo "/* $configure_input  */" \
   12621       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
   12622     } >"$tmp/config.h" \
   12623       || as_fn_error "could not create $ac_file" "$LINENO" 5
   12624     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
   12625       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   12626 $as_echo "$as_me: $ac_file is unchanged" >&6;}
   12627     else
   12628       rm -f "$ac_file"
   12629       mv "$tmp/config.h" "$ac_file" \
   12630 	|| as_fn_error "could not create $ac_file" "$LINENO" 5
   12631     fi
   12632   else
   12633     $as_echo "/* $configure_input  */" \
   12634       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
   12635       || as_fn_error "could not create -" "$LINENO" 5
   12636   fi
   12637 # Compute "$ac_file"'s index in $config_headers.
   12638 _am_arg="$ac_file"
   12639 _am_stamp_count=1
   12640 for _am_header in $config_headers :; do
   12641   case $_am_header in
   12642     $_am_arg | $_am_arg:* )
   12643       break ;;
   12644     * )
   12645       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   12646   esac
   12647 done
   12648 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
   12649 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   12650 	 X"$_am_arg" : 'X\(//\)[^/]' \| \
   12651 	 X"$_am_arg" : 'X\(//\)$' \| \
   12652 	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
   12653 $as_echo X"$_am_arg" |
   12654     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   12655 	    s//\1/
   12656 	    q
   12657 	  }
   12658 	  /^X\(\/\/\)[^/].*/{
   12659 	    s//\1/
   12660 	    q
   12661 	  }
   12662 	  /^X\(\/\/\)$/{
   12663 	    s//\1/
   12664 	    q
   12665 	  }
   12666 	  /^X\(\/\).*/{
   12667 	    s//\1/
   12668 	    q
   12669 	  }
   12670 	  s/.*/./; q'`/stamp-h$_am_stamp_count
   12671  ;;
   12672 
   12673   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
   12674 $as_echo "$as_me: executing $ac_file commands" >&6;}
   12675  ;;
   12676   esac
   12677 
   12678 
   12679   case $ac_file$ac_mode in
   12680     "default-1":C)
   12681 # Only add multilib support code if we just rebuilt the top-level
   12682 # Makefile.
   12683 case " $CONFIG_FILES " in
   12684  *" Makefile "*)
   12685    ac_file=Makefile . ${multi_basedir}/config-ml.in
   12686    ;;
   12687 esac ;;
   12688     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
   12689   # Autoconf 2.62 quotes --file arguments for eval, but not when files
   12690   # are listed without --file.  Let's play safe and only enable the eval
   12691   # if we detect the quoting.
   12692   case $CONFIG_FILES in
   12693   *\'*) eval set x "$CONFIG_FILES" ;;
   12694   *)   set x $CONFIG_FILES ;;
   12695   esac
   12696   shift
   12697   for mf
   12698   do
   12699     # Strip MF so we end up with the name of the file.
   12700     mf=`echo "$mf" | sed -e 's/:.*$//'`
   12701     # Check whether this is an Automake generated Makefile or not.
   12702     # We used to match only the files named `Makefile.in', but
   12703     # some people rename them; so instead we look at the file content.
   12704     # Grep'ing the first line is not enough: some people post-process
   12705     # each Makefile.in and add a new line on top of each file to say so.
   12706     # Grep'ing the whole file is not good either: AIX grep has a line
   12707     # limit of 2048, but all sed's we know have understand at least 4000.
   12708     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
   12709       dirpart=`$as_dirname -- "$mf" ||
   12710 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   12711 	 X"$mf" : 'X\(//\)[^/]' \| \
   12712 	 X"$mf" : 'X\(//\)$' \| \
   12713 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
   12714 $as_echo X"$mf" |
   12715     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   12716 	    s//\1/
   12717 	    q
   12718 	  }
   12719 	  /^X\(\/\/\)[^/].*/{
   12720 	    s//\1/
   12721 	    q
   12722 	  }
   12723 	  /^X\(\/\/\)$/{
   12724 	    s//\1/
   12725 	    q
   12726 	  }
   12727 	  /^X\(\/\).*/{
   12728 	    s//\1/
   12729 	    q
   12730 	  }
   12731 	  s/.*/./; q'`
   12732     else
   12733       continue
   12734     fi
   12735     # Extract the definition of DEPDIR, am__include, and am__quote
   12736     # from the Makefile without running `make'.
   12737     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   12738     test -z "$DEPDIR" && continue
   12739     am__include=`sed -n 's/^am__include = //p' < "$mf"`
   12740     test -z "am__include" && continue
   12741     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   12742     # When using ansi2knr, U may be empty or an underscore; expand it
   12743     U=`sed -n 's/^U = //p' < "$mf"`
   12744     # Find all dependency output files, they are included files with
   12745     # $(DEPDIR) in their names.  We invoke sed twice because it is the
   12746     # simplest approach to changing $(DEPDIR) to its actual value in the
   12747     # expansion.
   12748     for file in `sed -n "
   12749       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   12750 	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
   12751       # Make sure the directory exists.
   12752       test -f "$dirpart/$file" && continue
   12753       fdir=`$as_dirname -- "$file" ||
   12754 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   12755 	 X"$file" : 'X\(//\)[^/]' \| \
   12756 	 X"$file" : 'X\(//\)$' \| \
   12757 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
   12758 $as_echo X"$file" |
   12759     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   12760 	    s//\1/
   12761 	    q
   12762 	  }
   12763 	  /^X\(\/\/\)[^/].*/{
   12764 	    s//\1/
   12765 	    q
   12766 	  }
   12767 	  /^X\(\/\/\)$/{
   12768 	    s//\1/
   12769 	    q
   12770 	  }
   12771 	  /^X\(\/\).*/{
   12772 	    s//\1/
   12773 	    q
   12774 	  }
   12775 	  s/.*/./; q'`
   12776       as_dir=$dirpart/$fdir; as_fn_mkdir_p
   12777       # echo "creating $dirpart/$file"
   12778       echo '# dummy' > "$dirpart/$file"
   12779     done
   12780   done
   12781 }
   12782  ;;
   12783     "libtool":C)
   12784 
   12785     # See if we are running on zsh, and set the options which allow our
   12786     # commands through without removal of \ escapes.
   12787     if test -n "${ZSH_VERSION+set}" ; then
   12788       setopt NO_GLOB_SUBST
   12789     fi
   12790 
   12791     cfgfile="${ofile}T"
   12792     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
   12793     $RM "$cfgfile"
   12794 
   12795     cat <<_LT_EOF >> "$cfgfile"
   12796 #! $SHELL
   12797 
   12798 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
   12799 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
   12800 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
   12801 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
   12802 #
   12803 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
   12804 #                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
   12805 #   Written by Gordon Matzigkeit, 1996
   12806 #
   12807 #   This file is part of GNU Libtool.
   12808 #
   12809 # GNU Libtool is free software; you can redistribute it and/or
   12810 # modify it under the terms of the GNU General Public License as
   12811 # published by the Free Software Foundation; either version 2 of
   12812 # the License, or (at your option) any later version.
   12813 #
   12814 # As a special exception to the GNU General Public License,
   12815 # if you distribute this file as part of a program or library that
   12816 # is built using GNU Libtool, you may include this file under the
   12817 # same distribution terms that you use for the rest of that program.
   12818 #
   12819 # GNU Libtool is distributed in the hope that it will be useful,
   12820 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   12821 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12822 # GNU General Public License for more details.
   12823 #
   12824 # You should have received a copy of the GNU General Public License
   12825 # along with GNU Libtool; see the file COPYING.  If not, a copy
   12826 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
   12827 # obtained by writing to the Free Software Foundation, Inc.,
   12828 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
   12829 
   12830 
   12831 # The names of the tagged configurations supported by this script.
   12832 available_tags=""
   12833 
   12834 # ### BEGIN LIBTOOL CONFIG
   12835 
   12836 # Which release of libtool.m4 was used?
   12837 macro_version=$macro_version
   12838 macro_revision=$macro_revision
   12839 
   12840 # Whether or not to build shared libraries.
   12841 build_libtool_libs=$enable_shared
   12842 
   12843 # Whether or not to build static libraries.
   12844 build_old_libs=$enable_static
   12845 
   12846 # What type of objects to build.
   12847 pic_mode=$pic_mode
   12848 
   12849 # Whether or not to optimize for fast installation.
   12850 fast_install=$enable_fast_install
   12851 
   12852 # Shell to use when invoking shell scripts.
   12853 SHELL=$lt_SHELL
   12854 
   12855 # An echo program that protects backslashes.
   12856 ECHO=$lt_ECHO
   12857 
   12858 # The host system.
   12859 host_alias=$host_alias
   12860 host=$host
   12861 host_os=$host_os
   12862 
   12863 # The build system.
   12864 build_alias=$build_alias
   12865 build=$build
   12866 build_os=$build_os
   12867 
   12868 # A sed program that does not truncate output.
   12869 SED=$lt_SED
   12870 
   12871 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
   12872 Xsed="\$SED -e 1s/^X//"
   12873 
   12874 # A grep program that handles long lines.
   12875 GREP=$lt_GREP
   12876 
   12877 # An ERE matcher.
   12878 EGREP=$lt_EGREP
   12879 
   12880 # A literal string matcher.
   12881 FGREP=$lt_FGREP
   12882 
   12883 # A BSD- or MS-compatible name lister.
   12884 NM=$lt_NM
   12885 
   12886 # Whether we need soft or hard links.
   12887 LN_S=$lt_LN_S
   12888 
   12889 # What is the maximum length of a command?
   12890 max_cmd_len=$max_cmd_len
   12891 
   12892 # Object file suffix (normally "o").
   12893 objext=$ac_objext
   12894 
   12895 # Executable file suffix (normally "").
   12896 exeext=$exeext
   12897 
   12898 # whether the shell understands "unset".
   12899 lt_unset=$lt_unset
   12900 
   12901 # turn spaces into newlines.
   12902 SP2NL=$lt_lt_SP2NL
   12903 
   12904 # turn newlines into spaces.
   12905 NL2SP=$lt_lt_NL2SP
   12906 
   12907 # An object symbol dumper.
   12908 OBJDUMP=$lt_OBJDUMP
   12909 
   12910 # Method to check whether dependent libraries are shared objects.
   12911 deplibs_check_method=$lt_deplibs_check_method
   12912 
   12913 # Command to use when deplibs_check_method == "file_magic".
   12914 file_magic_cmd=$lt_file_magic_cmd
   12915 
   12916 # The archiver.
   12917 AR=$lt_AR
   12918 AR_FLAGS=$lt_AR_FLAGS
   12919 
   12920 # A symbol stripping program.
   12921 STRIP=$lt_STRIP
   12922 
   12923 # Commands used to install an old-style archive.
   12924 RANLIB=$lt_RANLIB
   12925 old_postinstall_cmds=$lt_old_postinstall_cmds
   12926 old_postuninstall_cmds=$lt_old_postuninstall_cmds
   12927 
   12928 # Whether to use a lock for old archive extraction.
   12929 lock_old_archive_extraction=$lock_old_archive_extraction
   12930 
   12931 # A C compiler.
   12932 LTCC=$lt_CC
   12933 
   12934 # LTCC compiler flags.
   12935 LTCFLAGS=$lt_CFLAGS
   12936 
   12937 # Take the output of nm and produce a listing of raw symbols and C names.
   12938 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
   12939 
   12940 # Transform the output of nm in a proper C declaration.
   12941 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
   12942 
   12943 # Transform the output of nm in a C name address pair.
   12944 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
   12945 
   12946 # Transform the output of nm in a C name address pair when lib prefix is needed.
   12947 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
   12948 
   12949 # The name of the directory that contains temporary libtool files.
   12950 objdir=$objdir
   12951 
   12952 # Used to examine libraries when file_magic_cmd begins with "file".
   12953 MAGIC_CMD=$MAGIC_CMD
   12954 
   12955 # Must we lock files when doing compilation?
   12956 need_locks=$lt_need_locks
   12957 
   12958 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
   12959 DSYMUTIL=$lt_DSYMUTIL
   12960 
   12961 # Tool to change global to local symbols on Mac OS X.
   12962 NMEDIT=$lt_NMEDIT
   12963 
   12964 # Tool to manipulate fat objects and archives on Mac OS X.
   12965 LIPO=$lt_LIPO
   12966 
   12967 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
   12968 OTOOL=$lt_OTOOL
   12969 
   12970 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
   12971 OTOOL64=$lt_OTOOL64
   12972 
   12973 # Old archive suffix (normally "a").
   12974 libext=$libext
   12975 
   12976 # Shared library suffix (normally ".so").
   12977 shrext_cmds=$lt_shrext_cmds
   12978 
   12979 # The commands to extract the exported symbol list from a shared archive.
   12980 extract_expsyms_cmds=$lt_extract_expsyms_cmds
   12981 
   12982 # Variables whose values should be saved in libtool wrapper scripts and
   12983 # restored at link time.
   12984 variables_saved_for_relink=$lt_variables_saved_for_relink
   12985 
   12986 # Do we need the "lib" prefix for modules?
   12987 need_lib_prefix=$need_lib_prefix
   12988 
   12989 # Do we need a version for libraries?
   12990 need_version=$need_version
   12991 
   12992 # Library versioning type.
   12993 version_type=$version_type
   12994 
   12995 # Shared library runtime path variable.
   12996 runpath_var=$runpath_var
   12997 
   12998 # Shared library path variable.
   12999 shlibpath_var=$shlibpath_var
   13000 
   13001 # Is shlibpath searched before the hard-coded library search path?
   13002 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
   13003 
   13004 # Format of library name prefix.
   13005 libname_spec=$lt_libname_spec
   13006 
   13007 # List of archive names.  First name is the real one, the rest are links.
   13008 # The last name is the one that the linker finds with -lNAME
   13009 library_names_spec=$lt_library_names_spec
   13010 
   13011 # The coded name of the library, if different from the real name.
   13012 soname_spec=$lt_soname_spec
   13013 
   13014 # Permission mode override for installation of shared libraries.
   13015 install_override_mode=$lt_install_override_mode
   13016 
   13017 # Command to use after installation of a shared archive.
   13018 postinstall_cmds=$lt_postinstall_cmds
   13019 
   13020 # Command to use after uninstallation of a shared archive.
   13021 postuninstall_cmds=$lt_postuninstall_cmds
   13022 
   13023 # Commands used to finish a libtool library installation in a directory.
   13024 finish_cmds=$lt_finish_cmds
   13025 
   13026 # As "finish_cmds", except a single script fragment to be evaled but
   13027 # not shown.
   13028 finish_eval=$lt_finish_eval
   13029 
   13030 # Whether we should hardcode library paths into libraries.
   13031 hardcode_into_libs=$hardcode_into_libs
   13032 
   13033 # Compile-time system search path for libraries.
   13034 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
   13035 
   13036 # Run-time system search path for libraries.
   13037 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
   13038 
   13039 # Whether dlopen is supported.
   13040 dlopen_support=$enable_dlopen
   13041 
   13042 # Whether dlopen of programs is supported.
   13043 dlopen_self=$enable_dlopen_self
   13044 
   13045 # Whether dlopen of statically linked programs is supported.
   13046 dlopen_self_static=$enable_dlopen_self_static
   13047 
   13048 # Commands to strip libraries.
   13049 old_striplib=$lt_old_striplib
   13050 striplib=$lt_striplib
   13051 
   13052 
   13053 # The linker used to build libraries.
   13054 LD=$lt_LD
   13055 
   13056 # How to create reloadable object files.
   13057 reload_flag=$lt_reload_flag
   13058 reload_cmds=$lt_reload_cmds
   13059 
   13060 # Commands used to build an old-style archive.
   13061 old_archive_cmds=$lt_old_archive_cmds
   13062 
   13063 # A language specific compiler.
   13064 CC=$lt_compiler
   13065 
   13066 # Is the compiler the GNU compiler?
   13067 with_gcc=$GCC
   13068 
   13069 # Compiler flag to turn off builtin functions.
   13070 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
   13071 
   13072 # How to pass a linker flag through the compiler.
   13073 wl=$lt_lt_prog_compiler_wl
   13074 
   13075 # Additional compiler flags for building library objects.
   13076 pic_flag=$lt_lt_prog_compiler_pic
   13077 
   13078 # Compiler flag to prevent dynamic linking.
   13079 link_static_flag=$lt_lt_prog_compiler_static
   13080 
   13081 # Does compiler simultaneously support -c and -o options?
   13082 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
   13083 
   13084 # Whether or not to add -lc for building shared libraries.
   13085 build_libtool_need_lc=$archive_cmds_need_lc
   13086 
   13087 # Whether or not to disallow shared libs when runtime libs are static.
   13088 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
   13089 
   13090 # Compiler flag to allow reflexive dlopens.
   13091 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
   13092 
   13093 # Compiler flag to generate shared objects directly from archives.
   13094 whole_archive_flag_spec=$lt_whole_archive_flag_spec
   13095 
   13096 # Whether the compiler copes with passing no objects directly.
   13097 compiler_needs_object=$lt_compiler_needs_object
   13098 
   13099 # Create an old-style archive from a shared archive.
   13100 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
   13101 
   13102 # Create a temporary old-style archive to link instead of a shared archive.
   13103 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
   13104 
   13105 # Commands used to build a shared archive.
   13106 archive_cmds=$lt_archive_cmds
   13107 archive_expsym_cmds=$lt_archive_expsym_cmds
   13108 
   13109 # Commands used to build a loadable module if different from building
   13110 # a shared archive.
   13111 module_cmds=$lt_module_cmds
   13112 module_expsym_cmds=$lt_module_expsym_cmds
   13113 
   13114 # Whether we are building with GNU ld or not.
   13115 with_gnu_ld=$lt_with_gnu_ld
   13116 
   13117 # Flag that allows shared libraries with undefined symbols to be built.
   13118 allow_undefined_flag=$lt_allow_undefined_flag
   13119 
   13120 # Flag that enforces no undefined symbols.
   13121 no_undefined_flag=$lt_no_undefined_flag
   13122 
   13123 # Flag to hardcode \$libdir into a binary during linking.
   13124 # This must work even if \$libdir does not exist
   13125 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
   13126 
   13127 # If ld is used when linking, flag to hardcode \$libdir into a binary
   13128 # during linking.  This must work even if \$libdir does not exist.
   13129 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
   13130 
   13131 # Whether we need a single "-rpath" flag with a separated argument.
   13132 hardcode_libdir_separator=$lt_hardcode_libdir_separator
   13133 
   13134 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   13135 # DIR into the resulting binary.
   13136 hardcode_direct=$hardcode_direct
   13137 
   13138 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   13139 # DIR into the resulting binary and the resulting library dependency is
   13140 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
   13141 # library is relocated.
   13142 hardcode_direct_absolute=$hardcode_direct_absolute
   13143 
   13144 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
   13145 # into the resulting binary.
   13146 hardcode_minus_L=$hardcode_minus_L
   13147 
   13148 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
   13149 # into the resulting binary.
   13150 hardcode_shlibpath_var=$hardcode_shlibpath_var
   13151 
   13152 # Set to "yes" if building a shared library automatically hardcodes DIR
   13153 # into the library and all subsequent libraries and executables linked
   13154 # against it.
   13155 hardcode_automatic=$hardcode_automatic
   13156 
   13157 # Set to yes if linker adds runtime paths of dependent libraries
   13158 # to runtime path list.
   13159 inherit_rpath=$inherit_rpath
   13160 
   13161 # Whether libtool must link a program against all its dependency libraries.
   13162 link_all_deplibs=$link_all_deplibs
   13163 
   13164 # Fix the shell variable \$srcfile for the compiler.
   13165 fix_srcfile_path=$lt_fix_srcfile_path
   13166 
   13167 # Set to "yes" if exported symbols are required.
   13168 always_export_symbols=$always_export_symbols
   13169 
   13170 # The commands to list exported symbols.
   13171 export_symbols_cmds=$lt_export_symbols_cmds
   13172 
   13173 # Symbols that should not be listed in the preloaded symbols.
   13174 exclude_expsyms=$lt_exclude_expsyms
   13175 
   13176 # Symbols that must always be exported.
   13177 include_expsyms=$lt_include_expsyms
   13178 
   13179 # Commands necessary for linking programs (against libraries) with templates.
   13180 prelink_cmds=$lt_prelink_cmds
   13181 
   13182 # Specify filename containing input files.
   13183 file_list_spec=$lt_file_list_spec
   13184 
   13185 # How to hardcode a shared library path into an executable.
   13186 hardcode_action=$hardcode_action
   13187 
   13188 # ### END LIBTOOL CONFIG
   13189 
   13190 _LT_EOF
   13191 
   13192   case $host_os in
   13193   aix3*)
   13194     cat <<\_LT_EOF >> "$cfgfile"
   13195 # AIX sometimes has problems with the GCC collect2 program.  For some
   13196 # reason, if we set the COLLECT_NAMES environment variable, the problems
   13197 # vanish in a puff of smoke.
   13198 if test "X${COLLECT_NAMES+set}" != Xset; then
   13199   COLLECT_NAMES=
   13200   export COLLECT_NAMES
   13201 fi
   13202 _LT_EOF
   13203     ;;
   13204   esac
   13205 
   13206 
   13207 ltmain="$ac_aux_dir/ltmain.sh"
   13208 
   13209 
   13210   # We use sed instead of cat because bash on DJGPP gets confused if
   13211   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
   13212   # text mode, it properly converts lines to CR/LF.  This bash problem
   13213   # is reportedly fixed, but why not run on old versions too?
   13214   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
   13215     || (rm -f "$cfgfile"; exit 1)
   13216 
   13217   case $xsi_shell in
   13218   yes)
   13219     cat << \_LT_EOF >> "$cfgfile"
   13220 
   13221 # func_dirname file append nondir_replacement
   13222 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   13223 # otherwise set result to NONDIR_REPLACEMENT.
   13224 func_dirname ()
   13225 {
   13226   case ${1} in
   13227     */*) func_dirname_result="${1%/*}${2}" ;;
   13228     *  ) func_dirname_result="${3}" ;;
   13229   esac
   13230 }
   13231 
   13232 # func_basename file
   13233 func_basename ()
   13234 {
   13235   func_basename_result="${1##*/}"
   13236 }
   13237 
   13238 # func_dirname_and_basename file append nondir_replacement
   13239 # perform func_basename and func_dirname in a single function
   13240 # call:
   13241 #   dirname:  Compute the dirname of FILE.  If nonempty,
   13242 #             add APPEND to the result, otherwise set result
   13243 #             to NONDIR_REPLACEMENT.
   13244 #             value returned in "$func_dirname_result"
   13245 #   basename: Compute filename of FILE.
   13246 #             value retuned in "$func_basename_result"
   13247 # Implementation must be kept synchronized with func_dirname
   13248 # and func_basename. For efficiency, we do not delegate to
   13249 # those functions but instead duplicate the functionality here.
   13250 func_dirname_and_basename ()
   13251 {
   13252   case ${1} in
   13253     */*) func_dirname_result="${1%/*}${2}" ;;
   13254     *  ) func_dirname_result="${3}" ;;
   13255   esac
   13256   func_basename_result="${1##*/}"
   13257 }
   13258 
   13259 # func_stripname prefix suffix name
   13260 # strip PREFIX and SUFFIX off of NAME.
   13261 # PREFIX and SUFFIX must not contain globbing or regex special
   13262 # characters, hashes, percent signs, but SUFFIX may contain a leading
   13263 # dot (in which case that matches only a dot).
   13264 func_stripname ()
   13265 {
   13266   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
   13267   # positional parameters, so assign one to ordinary parameter first.
   13268   func_stripname_result=${3}
   13269   func_stripname_result=${func_stripname_result#"${1}"}
   13270   func_stripname_result=${func_stripname_result%"${2}"}
   13271 }
   13272 
   13273 # func_opt_split
   13274 func_opt_split ()
   13275 {
   13276   func_opt_split_opt=${1%%=*}
   13277   func_opt_split_arg=${1#*=}
   13278 }
   13279 
   13280 # func_lo2o object
   13281 func_lo2o ()
   13282 {
   13283   case ${1} in
   13284     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
   13285     *)    func_lo2o_result=${1} ;;
   13286   esac
   13287 }
   13288 
   13289 # func_xform libobj-or-source
   13290 func_xform ()
   13291 {
   13292   func_xform_result=${1%.*}.lo
   13293 }
   13294 
   13295 # func_arith arithmetic-term...
   13296 func_arith ()
   13297 {
   13298   func_arith_result=$(( $* ))
   13299 }
   13300 
   13301 # func_len string
   13302 # STRING may not start with a hyphen.
   13303 func_len ()
   13304 {
   13305   func_len_result=${#1}
   13306 }
   13307 
   13308 _LT_EOF
   13309     ;;
   13310   *) # Bourne compatible functions.
   13311     cat << \_LT_EOF >> "$cfgfile"
   13312 
   13313 # func_dirname file append nondir_replacement
   13314 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   13315 # otherwise set result to NONDIR_REPLACEMENT.
   13316 func_dirname ()
   13317 {
   13318   # Extract subdirectory from the argument.
   13319   func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
   13320   if test "X$func_dirname_result" = "X${1}"; then
   13321     func_dirname_result="${3}"
   13322   else
   13323     func_dirname_result="$func_dirname_result${2}"
   13324   fi
   13325 }
   13326 
   13327 # func_basename file
   13328 func_basename ()
   13329 {
   13330   func_basename_result=`$ECHO "${1}" | $SED "$basename"`
   13331 }
   13332 
   13333 
   13334 # func_stripname prefix suffix name
   13335 # strip PREFIX and SUFFIX off of NAME.
   13336 # PREFIX and SUFFIX must not contain globbing or regex special
   13337 # characters, hashes, percent signs, but SUFFIX may contain a leading
   13338 # dot (in which case that matches only a dot).
   13339 # func_strip_suffix prefix name
   13340 func_stripname ()
   13341 {
   13342   case ${2} in
   13343     .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
   13344     *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
   13345   esac
   13346 }
   13347 
   13348 # sed scripts:
   13349 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
   13350 my_sed_long_arg='1s/^-[^=]*=//'
   13351 
   13352 # func_opt_split
   13353 func_opt_split ()
   13354 {
   13355   func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
   13356   func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
   13357 }
   13358 
   13359 # func_lo2o object
   13360 func_lo2o ()
   13361 {
   13362   func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
   13363 }
   13364 
   13365 # func_xform libobj-or-source
   13366 func_xform ()
   13367 {
   13368   func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
   13369 }
   13370 
   13371 # func_arith arithmetic-term...
   13372 func_arith ()
   13373 {
   13374   func_arith_result=`expr "$@"`
   13375 }
   13376 
   13377 # func_len string
   13378 # STRING may not start with a hyphen.
   13379 func_len ()
   13380 {
   13381   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
   13382 }
   13383 
   13384 _LT_EOF
   13385 esac
   13386 
   13387 case $lt_shell_append in
   13388   yes)
   13389     cat << \_LT_EOF >> "$cfgfile"
   13390 
   13391 # func_append var value
   13392 # Append VALUE to the end of shell variable VAR.
   13393 func_append ()
   13394 {
   13395   eval "$1+=\$2"
   13396 }
   13397 _LT_EOF
   13398     ;;
   13399   *)
   13400     cat << \_LT_EOF >> "$cfgfile"
   13401 
   13402 # func_append var value
   13403 # Append VALUE to the end of shell variable VAR.
   13404 func_append ()
   13405 {
   13406   eval "$1=\$$1\$2"
   13407 }
   13408 
   13409 _LT_EOF
   13410     ;;
   13411   esac
   13412 
   13413 
   13414   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
   13415     || (rm -f "$cfgfile"; exit 1)
   13416 
   13417   mv -f "$cfgfile" "$ofile" ||
   13418     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   13419   chmod +x "$ofile"
   13420 
   13421  ;;
   13422 
   13423   esac
   13424 done # for ac_tag
   13425 
   13426 
   13427 as_fn_exit 0
   13428 _ACEOF
   13429 ac_clean_files=$ac_clean_files_save
   13430 
   13431 test $ac_write_fail = 0 ||
   13432   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
   13433 
   13434 
   13435 # configure is writing to config.log, and then calls config.status.
   13436 # config.status does its own redirection, appending to config.log.
   13437 # Unfortunately, on DOS this fails, as config.log is still kept open
   13438 # by configure, so config.status won't be able to write to it; its
   13439 # output is simply discarded.  So we exec the FD to /dev/null,
   13440 # effectively closing config.log, so it can be properly (re)opened and
   13441 # appended to by config.status.  When coming back to configure, we
   13442 # need to make the FD available again.
   13443 if test "$no_create" != yes; then
   13444   ac_cs_success=:
   13445   ac_config_status_args=
   13446   test "$silent" = yes &&
   13447     ac_config_status_args="$ac_config_status_args --quiet"
   13448   exec 5>/dev/null
   13449   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   13450   exec 5>>config.log
   13451   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   13452   # would make configure fail if this is the last instruction.
   13453   $ac_cs_success || as_fn_exit $?
   13454 fi
   13455 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   13456   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
   13457 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
   13458 fi
   13459 
   13460