Home | History | Annotate | Line # | Download | only in dist
      1 #! /bin/sh
      2 # From configure.ac Revision: 1.41 .
      3 # Guess values for system-dependent variables and create Makefiles.
      4 # Generated by GNU Autoconf 2.69 for netpgp 20140220.
      5 #
      6 # Report bugs to <Alistair Crooks <agc (at] netbsd.org> c0596823>.
      7 #
      8 #
      9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
     10 #
     11 #
     12 # This configure script is free software; the Free Software Foundation
     13 # gives unlimited permission to copy, distribute and modify it.
     14 ## -------------------- ##
     15 ## M4sh Initialization. ##
     16 ## -------------------- ##
     17 
     18 # Be more Bourne compatible
     19 DUALCASE=1; export DUALCASE # for MKS sh
     20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
     21   emulate sh
     22   NULLCMD=:
     23   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     24   # is contrary to our usage.  Disable this feature.
     25   alias -g '${1+"$@"}'='"$@"'
     26   setopt NO_GLOB_SUBST
     27 else
     28   case `(set -o) 2>/dev/null` in #(
     29   *posix*) :
     30     set -o posix ;; #(
     31   *) :
     32      ;;
     33 esac
     34 fi
     35 
     36 
     37 as_nl='
     38 '
     39 export as_nl
     40 # Printing a long string crashes Solaris 7 /usr/bin/printf.
     41 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     44 # Prefer a ksh shell builtin over an external printf program on Solaris,
     45 # but without wasting forks for bash or zsh.
     46 if test -z "$BASH_VERSION$ZSH_VERSION" \
     47     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
     48   as_echo='print -r --'
     49   as_echo_n='print -rn --'
     50 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     51   as_echo='printf %s\n'
     52   as_echo_n='printf %s'
     53 else
     54   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     55     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     56     as_echo_n='/usr/ucb/echo -n'
     57   else
     58     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     59     as_echo_n_body='eval
     60       arg=$1;
     61       case $arg in #(
     62       *"$as_nl"*)
     63 	expr "X$arg" : "X\\(.*\\)$as_nl";
     64 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     65       esac;
     66       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     67     '
     68     export as_echo_n_body
     69     as_echo_n='sh -c $as_echo_n_body as_echo'
     70   fi
     71   export as_echo_body
     72   as_echo='sh -c $as_echo_body as_echo'
     73 fi
     74 
     75 # The user is always right.
     76 if test "${PATH_SEPARATOR+set}" != set; then
     77   PATH_SEPARATOR=:
     78   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     79     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     80       PATH_SEPARATOR=';'
     81   }
     82 fi
     83 
     84 
     85 # IFS
     86 # We need space, tab and new line, in precisely that order.  Quoting is
     87 # there to prevent editors from complaining about space-tab.
     88 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
     89 # splitting by setting IFS to empty value.)
     90 IFS=" ""	$as_nl"
     91 
     92 # Find who we are.  Look in the path if we contain no directory separator.
     93 as_myself=
     94 case $0 in #((
     95   *[\\/]* ) as_myself=$0 ;;
     96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     97 for as_dir in $PATH
     98 do
     99   IFS=$as_save_IFS
    100   test -z "$as_dir" && as_dir=.
    101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    102   done
    103 IFS=$as_save_IFS
    104 
    105      ;;
    106 esac
    107 # We did not find ourselves, most probably we were run as `sh COMMAND'
    108 # in which case we are not to be found in the path.
    109 if test "x$as_myself" = x; then
    110   as_myself=$0
    111 fi
    112 if test ! -f "$as_myself"; then
    113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    114   exit 1
    115 fi
    116 
    117 # Unset variables that we do not need and which cause bugs (e.g. in
    118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
    119 # suppresses any "Segmentation fault" message there.  '((' could
    120 # trigger a bug in pdksh 5.2.14.
    121 for as_var in BASH_ENV ENV MAIL MAILPATH
    122 do eval test x\${$as_var+set} = xset \
    123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
    124 done
    125 PS1='$ '
    126 PS2='> '
    127 PS4='+ '
    128 
    129 # NLS nuisances.
    130 LC_ALL=C
    131 export LC_ALL
    132 LANGUAGE=C
    133 export LANGUAGE
    134 
    135 # CDPATH.
    136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    137 
    138 # Use a proper internal environment variable to ensure we don't fall
    139   # into an infinite loop, continuously re-executing ourselves.
    140   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
    141     _as_can_reexec=no; export _as_can_reexec;
    142     # We cannot yet assume a decent shell, so we have to provide a
    143 # neutralization value for shells without unset; and this also
    144 # works around shells that cannot unset nonexistent variables.
    145 # Preserve -v and -x to the replacement shell.
    146 BASH_ENV=/dev/null
    147 ENV=/dev/null
    148 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    149 case $- in # ((((
    150   *v*x* | *x*v* ) as_opts=-vx ;;
    151   *v* ) as_opts=-v ;;
    152   *x* ) as_opts=-x ;;
    153   * ) as_opts= ;;
    154 esac
    155 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    156 # Admittedly, this is quite paranoid, since all the known shells bail
    157 # out after a failed `exec'.
    158 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    159 as_fn_exit 255
    160   fi
    161   # We don't want this to propagate to other subprocesses.
    162           { _as_can_reexec=; unset _as_can_reexec;}
    163 if test "x$CONFIG_SHELL" = x; then
    164   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
    165   emulate sh
    166   NULLCMD=:
    167   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
    168   # is contrary to our usage.  Disable this feature.
    169   alias -g '\${1+\"\$@\"}'='\"\$@\"'
    170   setopt NO_GLOB_SUBST
    171 else
    172   case \`(set -o) 2>/dev/null\` in #(
    173   *posix*) :
    174     set -o posix ;; #(
    175   *) :
    176      ;;
    177 esac
    178 fi
    179 "
    180   as_required="as_fn_return () { (exit \$1); }
    181 as_fn_success () { as_fn_return 0; }
    182 as_fn_failure () { as_fn_return 1; }
    183 as_fn_ret_success () { return 0; }
    184 as_fn_ret_failure () { return 1; }
    185 
    186 exitcode=0
    187 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
    188 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
    189 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
    190 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
    191 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
    192 
    193 else
    194   exitcode=1; echo positional parameters were not saved.
    195 fi
    196 test x\$exitcode = x0 || exit 1
    197 test -x / || exit 1"
    198   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    199   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
    200   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
    201   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
    202 test \$(( 1 + 1 )) = 2 || exit 1"
    203   if (eval "$as_required") 2>/dev/null; then :
    204   as_have_required=yes
    205 else
    206   as_have_required=no
    207 fi
    208   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
    209 
    210 else
    211   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    212 as_found=false
    213 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    214 do
    215   IFS=$as_save_IFS
    216   test -z "$as_dir" && as_dir=.
    217   as_found=:
    218   case $as_dir in #(
    219 	 /*)
    220 	   for as_base in sh bash ksh sh5; do
    221 	     # Try only shells that exist, to save several forks.
    222 	     as_shell=$as_dir/$as_base
    223 	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
    224 		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
    225   CONFIG_SHELL=$as_shell as_have_required=yes
    226 		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
    227   break 2
    228 fi
    229 fi
    230 	   done;;
    231        esac
    232   as_found=false
    233 done
    234 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
    235 	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
    236   CONFIG_SHELL=$SHELL as_have_required=yes
    237 fi; }
    238 IFS=$as_save_IFS
    239 
    240 
    241       if test "x$CONFIG_SHELL" != x; then :
    242   export CONFIG_SHELL
    243              # We cannot yet assume a decent shell, so we have to provide a
    244 # neutralization value for shells without unset; and this also
    245 # works around shells that cannot unset nonexistent variables.
    246 # Preserve -v and -x to the replacement shell.
    247 BASH_ENV=/dev/null
    248 ENV=/dev/null
    249 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    250 case $- in # ((((
    251   *v*x* | *x*v* ) as_opts=-vx ;;
    252   *v* ) as_opts=-v ;;
    253   *x* ) as_opts=-x ;;
    254   * ) as_opts= ;;
    255 esac
    256 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    257 # Admittedly, this is quite paranoid, since all the known shells bail
    258 # out after a failed `exec'.
    259 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    260 exit 255
    261 fi
    262 
    263     if test x$as_have_required = xno; then :
    264   $as_echo "$0: This script requires a shell more modern than all"
    265   $as_echo "$0: the shells that I found on your system."
    266   if test x${ZSH_VERSION+set} = xset ; then
    267     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
    268     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
    269   else
    270     $as_echo "$0: Please tell bug-autoconf (at] gnu.org and Alistair Crooks
    271 $0: <agc (at] netbsd.org> c0596823 about your system, including
    272 $0: any error possibly output before this message. Then
    273 $0: install a modern shell, or manually run the script
    274 $0: under such a shell if you do have one."
    275   fi
    276   exit 1
    277 fi
    278 fi
    279 fi
    280 SHELL=${CONFIG_SHELL-/bin/sh}
    281 export SHELL
    282 # Unset more variables known to interfere with behavior of common tools.
    283 CLICOLOR_FORCE= GREP_OPTIONS=
    284 unset CLICOLOR_FORCE GREP_OPTIONS
    285 
    286 ## --------------------- ##
    287 ## M4sh Shell Functions. ##
    288 ## --------------------- ##
    289 # as_fn_unset VAR
    290 # ---------------
    291 # Portably unset VAR.
    292 as_fn_unset ()
    293 {
    294   { eval $1=; unset $1;}
    295 }
    296 as_unset=as_fn_unset
    297 
    298 # as_fn_set_status STATUS
    299 # -----------------------
    300 # Set $? to STATUS, without forking.
    301 as_fn_set_status ()
    302 {
    303   return $1
    304 } # as_fn_set_status
    305 
    306 # as_fn_exit STATUS
    307 # -----------------
    308 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
    309 as_fn_exit ()
    310 {
    311   set +e
    312   as_fn_set_status $1
    313   exit $1
    314 } # as_fn_exit
    315 
    316 # as_fn_mkdir_p
    317 # -------------
    318 # Create "$as_dir" as a directory, including parents if necessary.
    319 as_fn_mkdir_p ()
    320 {
    321 
    322   case $as_dir in #(
    323   -*) as_dir=./$as_dir;;
    324   esac
    325   test -d "$as_dir" || eval $as_mkdir_p || {
    326     as_dirs=
    327     while :; do
    328       case $as_dir in #(
    329       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    330       *) as_qdir=$as_dir;;
    331       esac
    332       as_dirs="'$as_qdir' $as_dirs"
    333       as_dir=`$as_dirname -- "$as_dir" ||
    334 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    335 	 X"$as_dir" : 'X\(//\)[^/]' \| \
    336 	 X"$as_dir" : 'X\(//\)$' \| \
    337 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    338 $as_echo X"$as_dir" |
    339     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    340 	    s//\1/
    341 	    q
    342 	  }
    343 	  /^X\(\/\/\)[^/].*/{
    344 	    s//\1/
    345 	    q
    346 	  }
    347 	  /^X\(\/\/\)$/{
    348 	    s//\1/
    349 	    q
    350 	  }
    351 	  /^X\(\/\).*/{
    352 	    s//\1/
    353 	    q
    354 	  }
    355 	  s/.*/./; q'`
    356       test -d "$as_dir" && break
    357     done
    358     test -z "$as_dirs" || eval "mkdir $as_dirs"
    359   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    360 
    361 
    362 } # as_fn_mkdir_p
    363 
    364 # as_fn_executable_p FILE
    365 # -----------------------
    366 # Test if FILE is an executable regular file.
    367 as_fn_executable_p ()
    368 {
    369   test -f "$1" && test -x "$1"
    370 } # as_fn_executable_p
    371 # as_fn_append VAR VALUE
    372 # ----------------------
    373 # Append the text in VALUE to the end of the definition contained in VAR. Take
    374 # advantage of any shell optimizations that allow amortized linear growth over
    375 # repeated appends, instead of the typical quadratic growth present in naive
    376 # implementations.
    377 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
    378   eval 'as_fn_append ()
    379   {
    380     eval $1+=\$2
    381   }'
    382 else
    383   as_fn_append ()
    384   {
    385     eval $1=\$$1\$2
    386   }
    387 fi # as_fn_append
    388 
    389 # as_fn_arith ARG...
    390 # ------------------
    391 # Perform arithmetic evaluation on the ARGs, and store the result in the
    392 # global $as_val. Take advantage of shells that can avoid forks. The arguments
    393 # must be portable across $(()) and expr.
    394 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
    395   eval 'as_fn_arith ()
    396   {
    397     as_val=$(( $* ))
    398   }'
    399 else
    400   as_fn_arith ()
    401   {
    402     as_val=`expr "$@" || test $? -eq 1`
    403   }
    404 fi # as_fn_arith
    405 
    406 
    407 # as_fn_error STATUS ERROR [LINENO LOG_FD]
    408 # ----------------------------------------
    409 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    410 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    411 # script with STATUS, using 1 if that was 0.
    412 as_fn_error ()
    413 {
    414   as_status=$1; test $as_status -eq 0 && as_status=1
    415   if test "$4"; then
    416     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    417     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
    418   fi
    419   $as_echo "$as_me: error: $2" >&2
    420   as_fn_exit $as_status
    421 } # as_fn_error
    422 
    423 if expr a : '\(a\)' >/dev/null 2>&1 &&
    424    test "X`expr 00001 : '.*\(...\)'`" = X001; then
    425   as_expr=expr
    426 else
    427   as_expr=false
    428 fi
    429 
    430 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
    431   as_basename=basename
    432 else
    433   as_basename=false
    434 fi
    435 
    436 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
    437   as_dirname=dirname
    438 else
    439   as_dirname=false
    440 fi
    441 
    442 as_me=`$as_basename -- "$0" ||
    443 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
    444 	 X"$0" : 'X\(//\)$' \| \
    445 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    446 $as_echo X/"$0" |
    447     sed '/^.*\/\([^/][^/]*\)\/*$/{
    448 	    s//\1/
    449 	    q
    450 	  }
    451 	  /^X\/\(\/\/\)$/{
    452 	    s//\1/
    453 	    q
    454 	  }
    455 	  /^X\/\(\/\).*/{
    456 	    s//\1/
    457 	    q
    458 	  }
    459 	  s/.*/./; q'`
    460 
    461 # Avoid depending upon Character Ranges.
    462 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    463 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    464 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    465 as_cr_digits='0123456789'
    466 as_cr_alnum=$as_cr_Letters$as_cr_digits
    467 
    468 
    469   as_lineno_1=$LINENO as_lineno_1a=$LINENO
    470   as_lineno_2=$LINENO as_lineno_2a=$LINENO
    471   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
    472   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
    473   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
    474   sed -n '
    475     p
    476     /[$]LINENO/=
    477   ' <$as_myself |
    478     sed '
    479       s/[$]LINENO.*/&-/
    480       t lineno
    481       b
    482       :lineno
    483       N
    484       :loop
    485       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
    486       t loop
    487       s/-\n.*//
    488     ' >$as_me.lineno &&
    489   chmod +x "$as_me.lineno" ||
    490     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    491 
    492   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
    493   # already done that, so ensure we don't try to do so again and fall
    494   # in an infinite loop.  This has already happened in practice.
    495   _as_can_reexec=no; export _as_can_reexec
    496   # Don't try to exec as it changes $[0], causing all sort of problems
    497   # (the dirname of $[0] is not the place where we might find the
    498   # original and so on.  Autoconf is especially sensitive to this).
    499   . "./$as_me.lineno"
    500   # Exit status is that of the last command.
    501   exit
    502 }
    503 
    504 ECHO_C= ECHO_N= ECHO_T=
    505 case `echo -n x` in #(((((
    506 -n*)
    507   case `echo 'xy\c'` in
    508   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
    509   xy)  ECHO_C='\c';;
    510   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
    511        ECHO_T='	';;
    512   esac;;
    513 *)
    514   ECHO_N='-n';;
    515 esac
    516 
    517 rm -f conf$$ conf$$.exe conf$$.file
    518 if test -d conf$$.dir; then
    519   rm -f conf$$.dir/conf$$.file
    520 else
    521   rm -f conf$$.dir
    522   mkdir conf$$.dir 2>/dev/null
    523 fi
    524 if (echo >conf$$.file) 2>/dev/null; then
    525   if ln -s conf$$.file conf$$ 2>/dev/null; then
    526     as_ln_s='ln -s'
    527     # ... but there are two gotchas:
    528     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    529     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    530     # In both cases, we have to default to `cp -pR'.
    531     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    532       as_ln_s='cp -pR'
    533   elif ln conf$$.file conf$$ 2>/dev/null; then
    534     as_ln_s=ln
    535   else
    536     as_ln_s='cp -pR'
    537   fi
    538 else
    539   as_ln_s='cp -pR'
    540 fi
    541 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    542 rmdir conf$$.dir 2>/dev/null
    543 
    544 if mkdir -p . 2>/dev/null; then
    545   as_mkdir_p='mkdir -p "$as_dir"'
    546 else
    547   test -d ./-p && rmdir ./-p
    548   as_mkdir_p=false
    549 fi
    550 
    551 as_test_x='test -x'
    552 as_executable_p=as_fn_executable_p
    553 
    554 # Sed expression to map a string onto a valid CPP name.
    555 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    556 
    557 # Sed expression to map a string onto a valid variable name.
    558 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    559 
    560 
    561 
    562 # Check that we are running under the correct shell.
    563 SHELL=${CONFIG_SHELL-/bin/sh}
    564 
    565 case X$lt_ECHO in
    566 X*--fallback-echo)
    567   # Remove one level of quotation (which was required for Make).
    568   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
    569   ;;
    570 esac
    571 
    572 ECHO=${lt_ECHO-echo}
    573 if test "X$1" = X--no-reexec; then
    574   # Discard the --no-reexec flag, and continue.
    575   shift
    576 elif test "X$1" = X--fallback-echo; then
    577   # Avoid inline document here, it may be left over
    578   :
    579 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
    580   # Yippee, $ECHO works!
    581   :
    582 else
    583   # Restart under the correct shell.
    584   exec $SHELL "$0" --no-reexec ${1+"$@"}
    585 fi
    586 
    587 if test "X$1" = X--fallback-echo; then
    588   # used as fallback echo
    589   shift
    590   cat <<_LT_EOF
    591 $*
    592 _LT_EOF
    593   exit 0
    594 fi
    595 
    596 # The HP-UX ksh and POSIX shell print the target directory to stdout
    597 # if CDPATH is set.
    598 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    599 
    600 if test -z "$lt_ECHO"; then
    601   if test "X${echo_test_string+set}" != Xset; then
    602     # find a string as large as possible, as long as the shell can cope with it
    603     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
    604       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
    605       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
    606 	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
    607       then
    608         break
    609       fi
    610     done
    611   fi
    612 
    613   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
    614      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
    615      test "X$echo_testing_string" = "X$echo_test_string"; then
    616     :
    617   else
    618     # The Solaris, AIX, and Digital Unix default echo programs unquote
    619     # backslashes.  This makes it impossible to quote backslashes using
    620     #   echo "$something" | sed 's/\\/\\\\/g'
    621     #
    622     # So, first we look for a working echo in the user's PATH.
    623 
    624     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
    625     for dir in $PATH /usr/ucb; do
    626       IFS="$lt_save_ifs"
    627       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
    628          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
    629          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
    630          test "X$echo_testing_string" = "X$echo_test_string"; then
    631         ECHO="$dir/echo"
    632         break
    633       fi
    634     done
    635     IFS="$lt_save_ifs"
    636 
    637     if test "X$ECHO" = Xecho; then
    638       # We didn't find a better echo, so look for alternatives.
    639       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
    640          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
    641          test "X$echo_testing_string" = "X$echo_test_string"; then
    642         # This shell has a builtin print -r that does the trick.
    643         ECHO='print -r'
    644       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
    645 	   test "X$CONFIG_SHELL" != X/bin/ksh; then
    646         # If we have ksh, try running configure again with it.
    647         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
    648         export ORIGINAL_CONFIG_SHELL
    649         CONFIG_SHELL=/bin/ksh
    650         export CONFIG_SHELL
    651         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
    652       else
    653         # Try using printf.
    654         ECHO='printf %s\n'
    655         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
    656 	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
    657 	   test "X$echo_testing_string" = "X$echo_test_string"; then
    658 	  # Cool, printf works
    659 	  :
    660         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
    661 	     test "X$echo_testing_string" = 'X\t' &&
    662 	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
    663 	     test "X$echo_testing_string" = "X$echo_test_string"; then
    664 	  CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
    665 	  export CONFIG_SHELL
    666 	  SHELL="$CONFIG_SHELL"
    667 	  export SHELL
    668 	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
    669         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
    670 	     test "X$echo_testing_string" = 'X\t' &&
    671 	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
    672 	     test "X$echo_testing_string" = "X$echo_test_string"; then
    673 	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
    674         else
    675 	  # maybe with a smaller string...
    676 	  prev=:
    677 
    678 	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
    679 	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
    680 	    then
    681 	      break
    682 	    fi
    683 	    prev="$cmd"
    684 	  done
    685 
    686 	  if test "$prev" != 'sed 50q "$0"'; then
    687 	    echo_test_string=`eval $prev`
    688 	    export echo_test_string
    689 	    exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
    690 	  else
    691 	    # Oops.  We lost completely, so just stick with echo.
    692 	    ECHO=echo
    693 	  fi
    694         fi
    695       fi
    696     fi
    697   fi
    698 fi
    699 
    700 # Copy echo and quote the copy suitably for passing to libtool from
    701 # the Makefile, instead of quoting the original, which is used later.
    702 lt_ECHO=$ECHO
    703 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
    704    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
    705 fi
    706 
    707 
    708 
    709 
    710 test -n "$DJDIR" || exec 7<&0 </dev/null
    711 exec 6>&1
    712 
    713 # Name of the host.
    714 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    715 # so uname gets run too.
    716 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    717 
    718 #
    719 # Initializations.
    720 #
    721 ac_default_prefix=/usr/local
    722 ac_clean_files=
    723 ac_config_libobj_dir=.
    724 LIBOBJS=
    725 cross_compiling=no
    726 subdirs=
    727 MFLAGS=
    728 MAKEFLAGS=
    729 
    730 # Identity of this package.
    731 PACKAGE_NAME='netpgp'
    732 PACKAGE_TARNAME='netpgp'
    733 PACKAGE_VERSION='20140220'
    734 PACKAGE_STRING='netpgp 20140220'
    735 PACKAGE_BUGREPORT='Alistair Crooks <agc (at] netbsd.org> c0596823'
    736 PACKAGE_URL=''
    737 
    738 ac_unique_file="src/netpgp/netpgp.c"
    739 # Factoring default headers for most tests.
    740 ac_includes_default="\
    741 #include <stdio.h>
    742 #ifdef HAVE_SYS_TYPES_H
    743 # include <sys/types.h>
    744 #endif
    745 #ifdef HAVE_SYS_STAT_H
    746 # include <sys/stat.h>
    747 #endif
    748 #ifdef STDC_HEADERS
    749 # include <stdlib.h>
    750 # include <stddef.h>
    751 #else
    752 # ifdef HAVE_STDLIB_H
    753 #  include <stdlib.h>
    754 # endif
    755 #endif
    756 #ifdef HAVE_STRING_H
    757 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    758 #  include <memory.h>
    759 # endif
    760 # include <string.h>
    761 #endif
    762 #ifdef HAVE_STRINGS_H
    763 # include <strings.h>
    764 #endif
    765 #ifdef HAVE_INTTYPES_H
    766 # include <inttypes.h>
    767 #endif
    768 #ifdef HAVE_STDINT_H
    769 # include <stdint.h>
    770 #endif
    771 #ifdef HAVE_UNISTD_H
    772 # include <unistd.h>
    773 #endif"
    774 
    775 ac_subst_vars='LTLIBOBJS
    776 LIBOBJS
    777 AUTOM4TE
    778 OPENSSL_LDFLAGS
    779 OPENSSL_LIBS
    780 OPENSSL_INCLUDES
    781 PKG_CONFIG
    782 WARNCFLAGS
    783 CPP
    784 OTOOL64
    785 OTOOL
    786 LIPO
    787 NMEDIT
    788 DSYMUTIL
    789 lt_ECHO
    790 RANLIB
    791 AR
    792 OBJDUMP
    793 LN_S
    794 NM
    795 ac_ct_DUMPBIN
    796 DUMPBIN
    797 LD
    798 FGREP
    799 EGREP
    800 GREP
    801 SED
    802 LIBTOOL
    803 am__fastdepCC_FALSE
    804 am__fastdepCC_TRUE
    805 CCDEPMODE
    806 AMDEPBACKSLASH
    807 AMDEP_FALSE
    808 AMDEP_TRUE
    809 am__quote
    810 am__include
    811 DEPDIR
    812 OBJEXT
    813 EXEEXT
    814 ac_ct_CC
    815 CPPFLAGS
    816 LDFLAGS
    817 CFLAGS
    818 CC
    819 CANONICAL_HOST
    820 host_os
    821 host_vendor
    822 host_cpu
    823 host
    824 build_os
    825 build_vendor
    826 build_cpu
    827 build
    828 MAINT
    829 MAINTAINER_MODE_FALSE
    830 MAINTAINER_MODE_TRUE
    831 am__untar
    832 am__tar
    833 AMTAR
    834 am__leading_dot
    835 SET_MAKE
    836 AWK
    837 mkdir_p
    838 MKDIR_P
    839 INSTALL_STRIP_PROGRAM
    840 STRIP
    841 install_sh
    842 MAKEINFO
    843 AUTOHEADER
    844 AUTOMAKE
    845 AUTOCONF
    846 ACLOCAL
    847 VERSION
    848 PACKAGE
    849 CYGPATH_W
    850 am__isrc
    851 INSTALL_DATA
    852 INSTALL_SCRIPT
    853 INSTALL_PROGRAM
    854 target_alias
    855 host_alias
    856 build_alias
    857 LIBS
    858 ECHO_T
    859 ECHO_N
    860 ECHO_C
    861 DEFS
    862 mandir
    863 localedir
    864 libdir
    865 psdir
    866 pdfdir
    867 dvidir
    868 htmldir
    869 infodir
    870 docdir
    871 oldincludedir
    872 includedir
    873 localstatedir
    874 sharedstatedir
    875 sysconfdir
    876 datadir
    877 datarootdir
    878 libexecdir
    879 sbindir
    880 bindir
    881 program_transform_name
    882 prefix
    883 exec_prefix
    884 PACKAGE_URL
    885 PACKAGE_BUGREPORT
    886 PACKAGE_STRING
    887 PACKAGE_VERSION
    888 PACKAGE_TARNAME
    889 PACKAGE_NAME
    890 PATH_SEPARATOR
    891 SHELL'
    892 ac_subst_files=''
    893 ac_user_opts='
    894 enable_option_checking
    895 enable_maintainer_mode
    896 enable_dependency_tracking
    897 enable_shared
    898 enable_static
    899 with_pic
    900 enable_fast_install
    901 with_gnu_ld
    902 enable_libtool_lock
    903 with_openssl
    904 '
    905       ac_precious_vars='build_alias
    906 host_alias
    907 target_alias
    908 CC
    909 CFLAGS
    910 LDFLAGS
    911 LIBS
    912 CPPFLAGS
    913 CPP'
    914 
    915 
    916 # Initialize some variables set by options.
    917 ac_init_help=
    918 ac_init_version=false
    919 ac_unrecognized_opts=
    920 ac_unrecognized_sep=
    921 # The variables have the same names as the options, with
    922 # dashes changed to underlines.
    923 cache_file=/dev/null
    924 exec_prefix=NONE
    925 no_create=
    926 no_recursion=
    927 prefix=NONE
    928 program_prefix=NONE
    929 program_suffix=NONE
    930 program_transform_name=s,x,x,
    931 silent=
    932 site=
    933 srcdir=
    934 verbose=
    935 x_includes=NONE
    936 x_libraries=NONE
    937 
    938 # Installation directory options.
    939 # These are left unexpanded so users can "make install exec_prefix=/foo"
    940 # and all the variables that are supposed to be based on exec_prefix
    941 # by default will actually change.
    942 # Use braces instead of parens because sh, perl, etc. also accept them.
    943 # (The list follows the same order as the GNU Coding Standards.)
    944 bindir='${exec_prefix}/bin'
    945 sbindir='${exec_prefix}/sbin'
    946 libexecdir='${exec_prefix}/libexec'
    947 datarootdir='${prefix}/share'
    948 datadir='${datarootdir}'
    949 sysconfdir='${prefix}/etc'
    950 sharedstatedir='${prefix}/com'
    951 localstatedir='${prefix}/var'
    952 includedir='${prefix}/include'
    953 oldincludedir='/usr/include'
    954 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    955 infodir='${datarootdir}/info'
    956 htmldir='${docdir}'
    957 dvidir='${docdir}'
    958 pdfdir='${docdir}'
    959 psdir='${docdir}'
    960 libdir='${exec_prefix}/lib'
    961 localedir='${datarootdir}/locale'
    962 mandir='${datarootdir}/man'
    963 
    964 ac_prev=
    965 ac_dashdash=
    966 for ac_option
    967 do
    968   # If the previous option needs an argument, assign it.
    969   if test -n "$ac_prev"; then
    970     eval $ac_prev=\$ac_option
    971     ac_prev=
    972     continue
    973   fi
    974 
    975   case $ac_option in
    976   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    977   *=)   ac_optarg= ;;
    978   *)    ac_optarg=yes ;;
    979   esac
    980 
    981   # Accept the important Cygnus configure options, so we can diagnose typos.
    982 
    983   case $ac_dashdash$ac_option in
    984   --)
    985     ac_dashdash=yes ;;
    986 
    987   -bindir | --bindir | --bindi | --bind | --bin | --bi)
    988     ac_prev=bindir ;;
    989   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    990     bindir=$ac_optarg ;;
    991 
    992   -build | --build | --buil | --bui | --bu)
    993     ac_prev=build_alias ;;
    994   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    995     build_alias=$ac_optarg ;;
    996 
    997   -cache-file | --cache-file | --cache-fil | --cache-fi \
    998   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    999     ac_prev=cache_file ;;
   1000   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
   1001   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
   1002     cache_file=$ac_optarg ;;
   1003 
   1004   --config-cache | -C)
   1005     cache_file=config.cache ;;
   1006 
   1007   -datadir | --datadir | --datadi | --datad)
   1008     ac_prev=datadir ;;
   1009   -datadir=* | --datadir=* | --datadi=* | --datad=*)
   1010     datadir=$ac_optarg ;;
   1011 
   1012   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
   1013   | --dataroo | --dataro | --datar)
   1014     ac_prev=datarootdir ;;
   1015   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
   1016   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
   1017     datarootdir=$ac_optarg ;;
   1018 
   1019   -disable-* | --disable-*)
   1020     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
   1021     # Reject names that are not valid shell variable names.
   1022     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1023       as_fn_error $? "invalid feature name: $ac_useropt"
   1024     ac_useropt_orig=$ac_useropt
   1025     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1026     case $ac_user_opts in
   1027       *"
   1028 "enable_$ac_useropt"
   1029 "*) ;;
   1030       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
   1031 	 ac_unrecognized_sep=', ';;
   1032     esac
   1033     eval enable_$ac_useropt=no ;;
   1034 
   1035   -docdir | --docdir | --docdi | --doc | --do)
   1036     ac_prev=docdir ;;
   1037   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
   1038     docdir=$ac_optarg ;;
   1039 
   1040   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
   1041     ac_prev=dvidir ;;
   1042   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
   1043     dvidir=$ac_optarg ;;
   1044 
   1045   -enable-* | --enable-*)
   1046     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
   1047     # Reject names that are not valid shell variable names.
   1048     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1049       as_fn_error $? "invalid feature name: $ac_useropt"
   1050     ac_useropt_orig=$ac_useropt
   1051     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1052     case $ac_user_opts in
   1053       *"
   1054 "enable_$ac_useropt"
   1055 "*) ;;
   1056       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
   1057 	 ac_unrecognized_sep=', ';;
   1058     esac
   1059     eval enable_$ac_useropt=\$ac_optarg ;;
   1060 
   1061   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
   1062   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
   1063   | --exec | --exe | --ex)
   1064     ac_prev=exec_prefix ;;
   1065   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
   1066   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
   1067   | --exec=* | --exe=* | --ex=*)
   1068     exec_prefix=$ac_optarg ;;
   1069 
   1070   -gas | --gas | --ga | --g)
   1071     # Obsolete; use --with-gas.
   1072     with_gas=yes ;;
   1073 
   1074   -help | --help | --hel | --he | -h)
   1075     ac_init_help=long ;;
   1076   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
   1077     ac_init_help=recursive ;;
   1078   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
   1079     ac_init_help=short ;;
   1080 
   1081   -host | --host | --hos | --ho)
   1082     ac_prev=host_alias ;;
   1083   -host=* | --host=* | --hos=* | --ho=*)
   1084     host_alias=$ac_optarg ;;
   1085 
   1086   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
   1087     ac_prev=htmldir ;;
   1088   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
   1089   | --ht=*)
   1090     htmldir=$ac_optarg ;;
   1091 
   1092   -includedir | --includedir | --includedi | --included | --include \
   1093   | --includ | --inclu | --incl | --inc)
   1094     ac_prev=includedir ;;
   1095   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
   1096   | --includ=* | --inclu=* | --incl=* | --inc=*)
   1097     includedir=$ac_optarg ;;
   1098 
   1099   -infodir | --infodir | --infodi | --infod | --info | --inf)
   1100     ac_prev=infodir ;;
   1101   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
   1102     infodir=$ac_optarg ;;
   1103 
   1104   -libdir | --libdir | --libdi | --libd)
   1105     ac_prev=libdir ;;
   1106   -libdir=* | --libdir=* | --libdi=* | --libd=*)
   1107     libdir=$ac_optarg ;;
   1108 
   1109   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
   1110   | --libexe | --libex | --libe)
   1111     ac_prev=libexecdir ;;
   1112   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
   1113   | --libexe=* | --libex=* | --libe=*)
   1114     libexecdir=$ac_optarg ;;
   1115 
   1116   -localedir | --localedir | --localedi | --localed | --locale)
   1117     ac_prev=localedir ;;
   1118   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
   1119     localedir=$ac_optarg ;;
   1120 
   1121   -localstatedir | --localstatedir | --localstatedi | --localstated \
   1122   | --localstate | --localstat | --localsta | --localst | --locals)
   1123     ac_prev=localstatedir ;;
   1124   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
   1125   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
   1126     localstatedir=$ac_optarg ;;
   1127 
   1128   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
   1129     ac_prev=mandir ;;
   1130   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
   1131     mandir=$ac_optarg ;;
   1132 
   1133   -nfp | --nfp | --nf)
   1134     # Obsolete; use --without-fp.
   1135     with_fp=no ;;
   1136 
   1137   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
   1138   | --no-cr | --no-c | -n)
   1139     no_create=yes ;;
   1140 
   1141   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
   1142   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
   1143     no_recursion=yes ;;
   1144 
   1145   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
   1146   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
   1147   | --oldin | --oldi | --old | --ol | --o)
   1148     ac_prev=oldincludedir ;;
   1149   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
   1150   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
   1151   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
   1152     oldincludedir=$ac_optarg ;;
   1153 
   1154   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
   1155     ac_prev=prefix ;;
   1156   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
   1157     prefix=$ac_optarg ;;
   1158 
   1159   -program-prefix | --program-prefix | --program-prefi | --program-pref \
   1160   | --program-pre | --program-pr | --program-p)
   1161     ac_prev=program_prefix ;;
   1162   -program-prefix=* | --program-prefix=* | --program-prefi=* \
   1163   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
   1164     program_prefix=$ac_optarg ;;
   1165 
   1166   -program-suffix | --program-suffix | --program-suffi | --program-suff \
   1167   | --program-suf | --program-su | --program-s)
   1168     ac_prev=program_suffix ;;
   1169   -program-suffix=* | --program-suffix=* | --program-suffi=* \
   1170   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
   1171     program_suffix=$ac_optarg ;;
   1172 
   1173   -program-transform-name | --program-transform-name \
   1174   | --program-transform-nam | --program-transform-na \
   1175   | --program-transform-n | --program-transform- \
   1176   | --program-transform | --program-transfor \
   1177   | --program-transfo | --program-transf \
   1178   | --program-trans | --program-tran \
   1179   | --progr-tra | --program-tr | --program-t)
   1180     ac_prev=program_transform_name ;;
   1181   -program-transform-name=* | --program-transform-name=* \
   1182   | --program-transform-nam=* | --program-transform-na=* \
   1183   | --program-transform-n=* | --program-transform-=* \
   1184   | --program-transform=* | --program-transfor=* \
   1185   | --program-transfo=* | --program-transf=* \
   1186   | --program-trans=* | --program-tran=* \
   1187   | --progr-tra=* | --program-tr=* | --program-t=*)
   1188     program_transform_name=$ac_optarg ;;
   1189 
   1190   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
   1191     ac_prev=pdfdir ;;
   1192   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
   1193     pdfdir=$ac_optarg ;;
   1194 
   1195   -psdir | --psdir | --psdi | --psd | --ps)
   1196     ac_prev=psdir ;;
   1197   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
   1198     psdir=$ac_optarg ;;
   1199 
   1200   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   1201   | -silent | --silent | --silen | --sile | --sil)
   1202     silent=yes ;;
   1203 
   1204   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
   1205     ac_prev=sbindir ;;
   1206   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
   1207   | --sbi=* | --sb=*)
   1208     sbindir=$ac_optarg ;;
   1209 
   1210   -sharedstatedir | --sharedstatedir | --sharedstatedi \
   1211   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
   1212   | --sharedst | --shareds | --shared | --share | --shar \
   1213   | --sha | --sh)
   1214     ac_prev=sharedstatedir ;;
   1215   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
   1216   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
   1217   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
   1218   | --sha=* | --sh=*)
   1219     sharedstatedir=$ac_optarg ;;
   1220 
   1221   -site | --site | --sit)
   1222     ac_prev=site ;;
   1223   -site=* | --site=* | --sit=*)
   1224     site=$ac_optarg ;;
   1225 
   1226   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
   1227     ac_prev=srcdir ;;
   1228   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
   1229     srcdir=$ac_optarg ;;
   1230 
   1231   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
   1232   | --syscon | --sysco | --sysc | --sys | --sy)
   1233     ac_prev=sysconfdir ;;
   1234   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
   1235   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
   1236     sysconfdir=$ac_optarg ;;
   1237 
   1238   -target | --target | --targe | --targ | --tar | --ta | --t)
   1239     ac_prev=target_alias ;;
   1240   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
   1241     target_alias=$ac_optarg ;;
   1242 
   1243   -v | -verbose | --verbose | --verbos | --verbo | --verb)
   1244     verbose=yes ;;
   1245 
   1246   -version | --version | --versio | --versi | --vers | -V)
   1247     ac_init_version=: ;;
   1248 
   1249   -with-* | --with-*)
   1250     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
   1251     # Reject names that are not valid shell variable names.
   1252     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1253       as_fn_error $? "invalid package name: $ac_useropt"
   1254     ac_useropt_orig=$ac_useropt
   1255     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1256     case $ac_user_opts in
   1257       *"
   1258 "with_$ac_useropt"
   1259 "*) ;;
   1260       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
   1261 	 ac_unrecognized_sep=', ';;
   1262     esac
   1263     eval with_$ac_useropt=\$ac_optarg ;;
   1264 
   1265   -without-* | --without-*)
   1266     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
   1267     # Reject names that are not valid shell variable names.
   1268     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
   1269       as_fn_error $? "invalid package name: $ac_useropt"
   1270     ac_useropt_orig=$ac_useropt
   1271     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
   1272     case $ac_user_opts in
   1273       *"
   1274 "with_$ac_useropt"
   1275 "*) ;;
   1276       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
   1277 	 ac_unrecognized_sep=', ';;
   1278     esac
   1279     eval with_$ac_useropt=no ;;
   1280 
   1281   --x)
   1282     # Obsolete; use --with-x.
   1283     with_x=yes ;;
   1284 
   1285   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
   1286   | --x-incl | --x-inc | --x-in | --x-i)
   1287     ac_prev=x_includes ;;
   1288   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
   1289   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
   1290     x_includes=$ac_optarg ;;
   1291 
   1292   -x-libraries | --x-libraries | --x-librarie | --x-librari \
   1293   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
   1294     ac_prev=x_libraries ;;
   1295   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
   1296   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
   1297     x_libraries=$ac_optarg ;;
   1298 
   1299   -*) as_fn_error $? "unrecognized option: \`$ac_option'
   1300 Try \`$0 --help' for more information"
   1301     ;;
   1302 
   1303   *=*)
   1304     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
   1305     # Reject names that are not valid shell variable names.
   1306     case $ac_envvar in #(
   1307       '' | [0-9]* | *[!_$as_cr_alnum]* )
   1308       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
   1309     esac
   1310     eval $ac_envvar=\$ac_optarg
   1311     export $ac_envvar ;;
   1312 
   1313   *)
   1314     # FIXME: should be removed in autoconf 3.0.
   1315     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1316     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1317       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1318     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   1319     ;;
   1320 
   1321   esac
   1322 done
   1323 
   1324 if test -n "$ac_prev"; then
   1325   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
   1326   as_fn_error $? "missing argument to $ac_option"
   1327 fi
   1328 
   1329 if test -n "$ac_unrecognized_opts"; then
   1330   case $enable_option_checking in
   1331     no) ;;
   1332     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
   1333     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
   1334   esac
   1335 fi
   1336 
   1337 # Check all directory arguments for consistency.
   1338 for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
   1339 		datadir sysconfdir sharedstatedir localstatedir includedir \
   1340 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
   1341 		libdir localedir mandir
   1342 do
   1343   eval ac_val=\$$ac_var
   1344   # Remove trailing slashes.
   1345   case $ac_val in
   1346     */ )
   1347       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
   1348       eval $ac_var=\$ac_val;;
   1349   esac
   1350   # Be sure to have absolute directory names.
   1351   case $ac_val in
   1352     [\\/$]* | ?:[\\/]* )  continue;;
   1353     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
   1354   esac
   1355   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
   1356 done
   1357 
   1358 # There might be people who depend on the old broken behavior: `$host'
   1359 # used to hold the argument of --host etc.
   1360 # FIXME: To remove some day.
   1361 build=$build_alias
   1362 host=$host_alias
   1363 target=$target_alias
   1364 
   1365 # FIXME: To remove some day.
   1366 if test "x$host_alias" != x; then
   1367   if test "x$build_alias" = x; then
   1368     cross_compiling=maybe
   1369   elif test "x$build_alias" != "x$host_alias"; then
   1370     cross_compiling=yes
   1371   fi
   1372 fi
   1373 
   1374 ac_tool_prefix=
   1375 test -n "$host_alias" && ac_tool_prefix=$host_alias-
   1376 
   1377 test "$silent" = yes && exec 6>/dev/null
   1378 
   1379 
   1380 ac_pwd=`pwd` && test -n "$ac_pwd" &&
   1381 ac_ls_di=`ls -di .` &&
   1382 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
   1383   as_fn_error $? "working directory cannot be determined"
   1384 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
   1385   as_fn_error $? "pwd does not report name of working directory"
   1386 
   1387 
   1388 # Find the source files, if location was not specified.
   1389 if test -z "$srcdir"; then
   1390   ac_srcdir_defaulted=yes
   1391   # Try the directory containing this script, then the parent directory.
   1392   ac_confdir=`$as_dirname -- "$as_myself" ||
   1393 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   1394 	 X"$as_myself" : 'X\(//\)[^/]' \| \
   1395 	 X"$as_myself" : 'X\(//\)$' \| \
   1396 	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
   1397 $as_echo X"$as_myself" |
   1398     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   1399 	    s//\1/
   1400 	    q
   1401 	  }
   1402 	  /^X\(\/\/\)[^/].*/{
   1403 	    s//\1/
   1404 	    q
   1405 	  }
   1406 	  /^X\(\/\/\)$/{
   1407 	    s//\1/
   1408 	    q
   1409 	  }
   1410 	  /^X\(\/\).*/{
   1411 	    s//\1/
   1412 	    q
   1413 	  }
   1414 	  s/.*/./; q'`
   1415   srcdir=$ac_confdir
   1416   if test ! -r "$srcdir/$ac_unique_file"; then
   1417     srcdir=..
   1418   fi
   1419 else
   1420   ac_srcdir_defaulted=no
   1421 fi
   1422 if test ! -r "$srcdir/$ac_unique_file"; then
   1423   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
   1424   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
   1425 fi
   1426 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
   1427 ac_abs_confdir=`(
   1428 	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
   1429 	pwd)`
   1430 # When building in place, set srcdir=.
   1431 if test "$ac_abs_confdir" = "$ac_pwd"; then
   1432   srcdir=.
   1433 fi
   1434 # Remove unnecessary trailing slashes from srcdir.
   1435 # Double slashes in file names in object file debugging info
   1436 # mess up M-x gdb in Emacs.
   1437 case $srcdir in
   1438 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
   1439 esac
   1440 for ac_var in $ac_precious_vars; do
   1441   eval ac_env_${ac_var}_set=\${${ac_var}+set}
   1442   eval ac_env_${ac_var}_value=\$${ac_var}
   1443   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
   1444   eval ac_cv_env_${ac_var}_value=\$${ac_var}
   1445 done
   1446 
   1447 #
   1448 # Report the --help message.
   1449 #
   1450 if test "$ac_init_help" = "long"; then
   1451   # Omit some internal or obsolete options to make the list less imposing.
   1452   # This message is too long to be a string in the A/UX 3.1 sh.
   1453   cat <<_ACEOF
   1454 \`configure' configures netpgp 20140220 to adapt to many kinds of systems.
   1455 
   1456 Usage: $0 [OPTION]... [VAR=VALUE]...
   1457 
   1458 To assign environment variables (e.g., CC, CFLAGS...), specify them as
   1459 VAR=VALUE.  See below for descriptions of some of the useful variables.
   1460 
   1461 Defaults for the options are specified in brackets.
   1462 
   1463 Configuration:
   1464   -h, --help              display this help and exit
   1465       --help=short        display options specific to this package
   1466       --help=recursive    display the short help of all the included packages
   1467   -V, --version           display version information and exit
   1468   -q, --quiet, --silent   do not print \`checking ...' messages
   1469       --cache-file=FILE   cache test results in FILE [disabled]
   1470   -C, --config-cache      alias for \`--cache-file=config.cache'
   1471   -n, --no-create         do not create output files
   1472       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
   1473 
   1474 Installation directories:
   1475   --prefix=PREFIX         install architecture-independent files in PREFIX
   1476                           [$ac_default_prefix]
   1477   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
   1478                           [PREFIX]
   1479 
   1480 By default, \`make install' will install all the files in
   1481 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
   1482 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
   1483 for instance \`--prefix=\$HOME'.
   1484 
   1485 For better control, use the options below.
   1486 
   1487 Fine tuning of the installation directories:
   1488   --bindir=DIR            user executables [EPREFIX/bin]
   1489   --sbindir=DIR           system admin executables [EPREFIX/sbin]
   1490   --libexecdir=DIR        program executables [EPREFIX/libexec]
   1491   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   1492   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   1493   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
   1494   --libdir=DIR            object code libraries [EPREFIX/lib]
   1495   --includedir=DIR        C header files [PREFIX/include]
   1496   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
   1497   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
   1498   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
   1499   --infodir=DIR           info documentation [DATAROOTDIR/info]
   1500   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
   1501   --mandir=DIR            man documentation [DATAROOTDIR/man]
   1502   --docdir=DIR            documentation root [DATAROOTDIR/doc/netpgp]
   1503   --htmldir=DIR           html documentation [DOCDIR]
   1504   --dvidir=DIR            dvi documentation [DOCDIR]
   1505   --pdfdir=DIR            pdf documentation [DOCDIR]
   1506   --psdir=DIR             ps documentation [DOCDIR]
   1507 _ACEOF
   1508 
   1509   cat <<\_ACEOF
   1510 
   1511 Program names:
   1512   --program-prefix=PREFIX            prepend PREFIX to installed program names
   1513   --program-suffix=SUFFIX            append SUFFIX to installed program names
   1514   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
   1515 
   1516 System types:
   1517   --build=BUILD     configure for building on BUILD [guessed]
   1518   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
   1519 _ACEOF
   1520 fi
   1521 
   1522 if test -n "$ac_init_help"; then
   1523   case $ac_init_help in
   1524      short | recursive ) echo "Configuration of netpgp 20140220:";;
   1525    esac
   1526   cat <<\_ACEOF
   1527 
   1528 Optional Features:
   1529   --disable-option-checking  ignore unrecognized --enable/--with options
   1530   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   1531   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   1532   --enable-maintainer-mode  enable make rules and dependencies not useful
   1533 			  (and sometimes confusing) to the casual installer
   1534   --disable-dependency-tracking  speeds up one-time build
   1535   --enable-dependency-tracking   do not reject slow dependency extractors
   1536   --enable-shared[=PKGS]  build shared libraries [default=yes]
   1537   --enable-static[=PKGS]  build static libraries [default=yes]
   1538   --enable-fast-install[=PKGS]
   1539                           optimize for fast installation [default=yes]
   1540   --disable-libtool-lock  avoid locking (might break parallel builds)
   1541 
   1542 Optional Packages:
   1543   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   1544   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   1545   --with-pic              try to use only PIC/non-PIC objects [default=use
   1546                           both]
   1547   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   1548   --with-openssl=DIR      root of the OpenSSL directory
   1549 
   1550 Some influential environment variables:
   1551   CC          C compiler command
   1552   CFLAGS      C compiler flags
   1553   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
   1554               nonstandard directory <lib dir>
   1555   LIBS        libraries to pass to the linker, e.g. -l<library>
   1556   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
   1557               you have headers in a nonstandard directory <include dir>
   1558   CPP         C preprocessor
   1559 
   1560 Use these variables to override the choices made by `configure' or to help
   1561 it to find libraries and programs with nonstandard names/locations.
   1562 
   1563 Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>.
   1564 _ACEOF
   1565 ac_status=$?
   1566 fi
   1567 
   1568 if test "$ac_init_help" = "recursive"; then
   1569   # If there are subdirs, report their specific --help.
   1570   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
   1571     test -d "$ac_dir" ||
   1572       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
   1573       continue
   1574     ac_builddir=.
   1575 
   1576 case "$ac_dir" in
   1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1578 *)
   1579   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   1580   # A ".." for each directory in $ac_dir_suffix.
   1581   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   1582   case $ac_top_builddir_sub in
   1583   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   1584   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   1585   esac ;;
   1586 esac
   1587 ac_abs_top_builddir=$ac_pwd
   1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   1589 # for backward compatibility:
   1590 ac_top_builddir=$ac_top_build_prefix
   1591 
   1592 case $srcdir in
   1593   .)  # We are building in place.
   1594     ac_srcdir=.
   1595     ac_top_srcdir=$ac_top_builddir_sub
   1596     ac_abs_top_srcdir=$ac_pwd ;;
   1597   [\\/]* | ?:[\\/]* )  # Absolute name.
   1598     ac_srcdir=$srcdir$ac_dir_suffix;
   1599     ac_top_srcdir=$srcdir
   1600     ac_abs_top_srcdir=$srcdir ;;
   1601   *) # Relative name.
   1602     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   1603     ac_top_srcdir=$ac_top_build_prefix$srcdir
   1604     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   1605 esac
   1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   1607 
   1608     cd "$ac_dir" || { ac_status=$?; continue; }
   1609     # Check for guested configure.
   1610     if test -f "$ac_srcdir/configure.gnu"; then
   1611       echo &&
   1612       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
   1613     elif test -f "$ac_srcdir/configure"; then
   1614       echo &&
   1615       $SHELL "$ac_srcdir/configure" --help=recursive
   1616     else
   1617       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
   1618     fi || ac_status=$?
   1619     cd "$ac_pwd" || { ac_status=$?; break; }
   1620   done
   1621 fi
   1622 
   1623 test -n "$ac_init_help" && exit $ac_status
   1624 if $ac_init_version; then
   1625   cat <<\_ACEOF
   1626 netpgp configure 20140220
   1627 generated by GNU Autoconf 2.69
   1628 
   1629 Copyright (C) 2012 Free Software Foundation, Inc.
   1630 This configure script is free software; the Free Software Foundation
   1631 gives unlimited permission to copy, distribute and modify it.
   1632 _ACEOF
   1633   exit
   1634 fi
   1635 
   1636 ## ------------------------ ##
   1637 ## Autoconf initialization. ##
   1638 ## ------------------------ ##
   1639 
   1640 # ac_fn_c_try_compile LINENO
   1641 # --------------------------
   1642 # Try to compile conftest.$ac_ext, and return whether this succeeded.
   1643 ac_fn_c_try_compile ()
   1644 {
   1645   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1646   rm -f conftest.$ac_objext
   1647   if { { ac_try="$ac_compile"
   1648 case "(($ac_try" in
   1649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1650   *) ac_try_echo=$ac_try;;
   1651 esac
   1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1653 $as_echo "$ac_try_echo"; } >&5
   1654   (eval "$ac_compile") 2>conftest.err
   1655   ac_status=$?
   1656   if test -s conftest.err; then
   1657     grep -v '^ *+' conftest.err >conftest.er1
   1658     cat conftest.er1 >&5
   1659     mv -f conftest.er1 conftest.err
   1660   fi
   1661   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1662   test $ac_status = 0; } && {
   1663 	 test -z "$ac_c_werror_flag" ||
   1664 	 test ! -s conftest.err
   1665        } && test -s conftest.$ac_objext; then :
   1666   ac_retval=0
   1667 else
   1668   $as_echo "$as_me: failed program was:" >&5
   1669 sed 's/^/| /' conftest.$ac_ext >&5
   1670 
   1671 	ac_retval=1
   1672 fi
   1673   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1674   as_fn_set_status $ac_retval
   1675 
   1676 } # ac_fn_c_try_compile
   1677 
   1678 # ac_fn_c_try_link LINENO
   1679 # -----------------------
   1680 # Try to link conftest.$ac_ext, and return whether this succeeded.
   1681 ac_fn_c_try_link ()
   1682 {
   1683   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1684   rm -f conftest.$ac_objext conftest$ac_exeext
   1685   if { { ac_try="$ac_link"
   1686 case "(($ac_try" in
   1687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1688   *) ac_try_echo=$ac_try;;
   1689 esac
   1690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1691 $as_echo "$ac_try_echo"; } >&5
   1692   (eval "$ac_link") 2>conftest.err
   1693   ac_status=$?
   1694   if test -s conftest.err; then
   1695     grep -v '^ *+' conftest.err >conftest.er1
   1696     cat conftest.er1 >&5
   1697     mv -f conftest.er1 conftest.err
   1698   fi
   1699   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1700   test $ac_status = 0; } && {
   1701 	 test -z "$ac_c_werror_flag" ||
   1702 	 test ! -s conftest.err
   1703        } && test -s conftest$ac_exeext && {
   1704 	 test "$cross_compiling" = yes ||
   1705 	 test -x conftest$ac_exeext
   1706        }; then :
   1707   ac_retval=0
   1708 else
   1709   $as_echo "$as_me: failed program was:" >&5
   1710 sed 's/^/| /' conftest.$ac_ext >&5
   1711 
   1712 	ac_retval=1
   1713 fi
   1714   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
   1715   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
   1716   # interfere with the next link command; also delete a directory that is
   1717   # left behind by Apple's compiler.  We do this before executing the actions.
   1718   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1719   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1720   as_fn_set_status $ac_retval
   1721 
   1722 } # ac_fn_c_try_link
   1723 
   1724 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
   1725 # -------------------------------------------------------
   1726 # Tests whether HEADER exists and can be compiled using the include files in
   1727 # INCLUDES, setting the cache variable VAR accordingly.
   1728 ac_fn_c_check_header_compile ()
   1729 {
   1730   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1731   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1732 $as_echo_n "checking for $2... " >&6; }
   1733 if eval \${$3+:} false; then :
   1734   $as_echo_n "(cached) " >&6
   1735 else
   1736   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1737 /* end confdefs.h.  */
   1738 $4
   1739 #include <$2>
   1740 _ACEOF
   1741 if ac_fn_c_try_compile "$LINENO"; then :
   1742   eval "$3=yes"
   1743 else
   1744   eval "$3=no"
   1745 fi
   1746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1747 fi
   1748 eval ac_res=\$$3
   1749 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1750 $as_echo "$ac_res" >&6; }
   1751   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1752 
   1753 } # ac_fn_c_check_header_compile
   1754 
   1755 # ac_fn_c_try_cpp LINENO
   1756 # ----------------------
   1757 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
   1758 ac_fn_c_try_cpp ()
   1759 {
   1760   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1761   if { { ac_try="$ac_cpp conftest.$ac_ext"
   1762 case "(($ac_try" in
   1763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1764   *) ac_try_echo=$ac_try;;
   1765 esac
   1766 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1767 $as_echo "$ac_try_echo"; } >&5
   1768   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
   1769   ac_status=$?
   1770   if test -s conftest.err; then
   1771     grep -v '^ *+' conftest.err >conftest.er1
   1772     cat conftest.er1 >&5
   1773     mv -f conftest.er1 conftest.err
   1774   fi
   1775   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1776   test $ac_status = 0; } > conftest.i && {
   1777 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
   1778 	 test ! -s conftest.err
   1779        }; then :
   1780   ac_retval=0
   1781 else
   1782   $as_echo "$as_me: failed program was:" >&5
   1783 sed 's/^/| /' conftest.$ac_ext >&5
   1784 
   1785     ac_retval=1
   1786 fi
   1787   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1788   as_fn_set_status $ac_retval
   1789 
   1790 } # ac_fn_c_try_cpp
   1791 
   1792 # ac_fn_c_try_run LINENO
   1793 # ----------------------
   1794 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
   1795 # that executables *can* be run.
   1796 ac_fn_c_try_run ()
   1797 {
   1798   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1799   if { { ac_try="$ac_link"
   1800 case "(($ac_try" in
   1801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1802   *) ac_try_echo=$ac_try;;
   1803 esac
   1804 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1805 $as_echo "$ac_try_echo"; } >&5
   1806   (eval "$ac_link") 2>&5
   1807   ac_status=$?
   1808   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1809   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
   1810   { { case "(($ac_try" in
   1811   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   1812   *) ac_try_echo=$ac_try;;
   1813 esac
   1814 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   1815 $as_echo "$ac_try_echo"; } >&5
   1816   (eval "$ac_try") 2>&5
   1817   ac_status=$?
   1818   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   1819   test $ac_status = 0; }; }; then :
   1820   ac_retval=0
   1821 else
   1822   $as_echo "$as_me: program exited with status $ac_status" >&5
   1823        $as_echo "$as_me: failed program was:" >&5
   1824 sed 's/^/| /' conftest.$ac_ext >&5
   1825 
   1826        ac_retval=$ac_status
   1827 fi
   1828   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1829   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1830   as_fn_set_status $ac_retval
   1831 
   1832 } # ac_fn_c_try_run
   1833 
   1834 # ac_fn_c_check_func LINENO FUNC VAR
   1835 # ----------------------------------
   1836 # Tests whether FUNC exists, setting the cache variable VAR accordingly
   1837 ac_fn_c_check_func ()
   1838 {
   1839   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1840   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1841 $as_echo_n "checking for $2... " >&6; }
   1842 if eval \${$3+:} false; then :
   1843   $as_echo_n "(cached) " >&6
   1844 else
   1845   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1846 /* end confdefs.h.  */
   1847 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
   1848    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
   1849 #define $2 innocuous_$2
   1850 
   1851 /* System header to define __stub macros and hopefully few prototypes,
   1852     which can conflict with char $2 (); below.
   1853     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   1854     <limits.h> exists even on freestanding compilers.  */
   1855 
   1856 #ifdef __STDC__
   1857 # include <limits.h>
   1858 #else
   1859 # include <assert.h>
   1860 #endif
   1861 
   1862 #undef $2
   1863 
   1864 /* Override any GCC internal prototype to avoid an error.
   1865    Use char because int might match the return type of a GCC
   1866    builtin and then its argument prototype would still apply.  */
   1867 #ifdef __cplusplus
   1868 extern "C"
   1869 #endif
   1870 char $2 ();
   1871 /* The GNU C library defines this for functions which it implements
   1872     to always fail with ENOSYS.  Some functions are actually named
   1873     something starting with __ and the normal name is an alias.  */
   1874 #if defined __stub_$2 || defined __stub___$2
   1875 choke me
   1876 #endif
   1877 
   1878 int
   1879 main ()
   1880 {
   1881 return $2 ();
   1882   ;
   1883   return 0;
   1884 }
   1885 _ACEOF
   1886 if ac_fn_c_try_link "$LINENO"; then :
   1887   eval "$3=yes"
   1888 else
   1889   eval "$3=no"
   1890 fi
   1891 rm -f core conftest.err conftest.$ac_objext \
   1892     conftest$ac_exeext conftest.$ac_ext
   1893 fi
   1894 eval ac_res=\$$3
   1895 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1896 $as_echo "$ac_res" >&6; }
   1897   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1898 
   1899 } # ac_fn_c_check_func
   1900 
   1901 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
   1902 # -------------------------------------------------------
   1903 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
   1904 # the include files in INCLUDES and setting the cache variable VAR
   1905 # accordingly.
   1906 ac_fn_c_check_header_mongrel ()
   1907 {
   1908   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1909   if eval \${$3+:} false; then :
   1910   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1911 $as_echo_n "checking for $2... " >&6; }
   1912 if eval \${$3+:} false; then :
   1913   $as_echo_n "(cached) " >&6
   1914 fi
   1915 eval ac_res=\$$3
   1916 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1917 $as_echo "$ac_res" >&6; }
   1918 else
   1919   # Is the header compilable?
   1920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
   1921 $as_echo_n "checking $2 usability... " >&6; }
   1922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1923 /* end confdefs.h.  */
   1924 $4
   1925 #include <$2>
   1926 _ACEOF
   1927 if ac_fn_c_try_compile "$LINENO"; then :
   1928   ac_header_compiler=yes
   1929 else
   1930   ac_header_compiler=no
   1931 fi
   1932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   1933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
   1934 $as_echo "$ac_header_compiler" >&6; }
   1935 
   1936 # Is the header present?
   1937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
   1938 $as_echo_n "checking $2 presence... " >&6; }
   1939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1940 /* end confdefs.h.  */
   1941 #include <$2>
   1942 _ACEOF
   1943 if ac_fn_c_try_cpp "$LINENO"; then :
   1944   ac_header_preproc=yes
   1945 else
   1946   ac_header_preproc=no
   1947 fi
   1948 rm -f conftest.err conftest.i conftest.$ac_ext
   1949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
   1950 $as_echo "$ac_header_preproc" >&6; }
   1951 
   1952 # So?  What about this header?
   1953 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
   1954   yes:no: )
   1955     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
   1956 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
   1957     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1958 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1959     ;;
   1960   no:yes:* )
   1961     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
   1962 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
   1963     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
   1964 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
   1965     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
   1966 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
   1967     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
   1968 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
   1969     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
   1970 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
   1971 ( $as_echo "## -------------------------------------------------------- ##
   1972 ## Report this to Alistair Crooks <agc (at] netbsd.org> c0596823 ##
   1973 ## -------------------------------------------------------- ##"
   1974      ) | sed "s/^/$as_me: WARNING:     /" >&2
   1975     ;;
   1976 esac
   1977   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1978 $as_echo_n "checking for $2... " >&6; }
   1979 if eval \${$3+:} false; then :
   1980   $as_echo_n "(cached) " >&6
   1981 else
   1982   eval "$3=\$ac_header_compiler"
   1983 fi
   1984 eval ac_res=\$$3
   1985 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1986 $as_echo "$ac_res" >&6; }
   1987 fi
   1988   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1989 
   1990 } # ac_fn_c_check_header_mongrel
   1991 
   1992 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
   1993 # -------------------------------------------
   1994 # Tests whether TYPE exists after having included INCLUDES, setting cache
   1995 # variable VAR accordingly.
   1996 ac_fn_c_check_type ()
   1997 {
   1998   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1999   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   2000 $as_echo_n "checking for $2... " >&6; }
   2001 if eval \${$3+:} false; then :
   2002   $as_echo_n "(cached) " >&6
   2003 else
   2004   eval "$3=no"
   2005   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2006 /* end confdefs.h.  */
   2007 $4
   2008 int
   2009 main ()
   2010 {
   2011 if (sizeof ($2))
   2012 	 return 0;
   2013   ;
   2014   return 0;
   2015 }
   2016 _ACEOF
   2017 if ac_fn_c_try_compile "$LINENO"; then :
   2018   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2019 /* end confdefs.h.  */
   2020 $4
   2021 int
   2022 main ()
   2023 {
   2024 if (sizeof (($2)))
   2025 	    return 0;
   2026   ;
   2027   return 0;
   2028 }
   2029 _ACEOF
   2030 if ac_fn_c_try_compile "$LINENO"; then :
   2031 
   2032 else
   2033   eval "$3=yes"
   2034 fi
   2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2036 fi
   2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2038 fi
   2039 eval ac_res=\$$3
   2040 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   2041 $as_echo "$ac_res" >&6; }
   2042   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2043 
   2044 } # ac_fn_c_check_type
   2045 
   2046 # ac_fn_c_find_uintX_t LINENO BITS VAR
   2047 # ------------------------------------
   2048 # Finds an unsigned integer type with width BITS, setting cache variable VAR
   2049 # accordingly.
   2050 ac_fn_c_find_uintX_t ()
   2051 {
   2052   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2053   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
   2054 $as_echo_n "checking for uint$2_t... " >&6; }
   2055 if eval \${$3+:} false; then :
   2056   $as_echo_n "(cached) " >&6
   2057 else
   2058   eval "$3=no"
   2059      # Order is important - never check a type that is potentially smaller
   2060      # than half of the expected target width.
   2061      for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
   2062 	 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
   2063        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2064 /* end confdefs.h.  */
   2065 $ac_includes_default
   2066 int
   2067 main ()
   2068 {
   2069 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
   2070 test_array [0] = 0;
   2071 return test_array [0];
   2072 
   2073   ;
   2074   return 0;
   2075 }
   2076 _ACEOF
   2077 if ac_fn_c_try_compile "$LINENO"; then :
   2078   case $ac_type in #(
   2079   uint$2_t) :
   2080     eval "$3=yes" ;; #(
   2081   *) :
   2082     eval "$3=\$ac_type" ;;
   2083 esac
   2084 fi
   2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   2086        if eval test \"x\$"$3"\" = x"no"; then :
   2087 
   2088 else
   2089   break
   2090 fi
   2091      done
   2092 fi
   2093 eval ac_res=\$$3
   2094 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   2095 $as_echo "$ac_res" >&6; }
   2096   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2097 
   2098 } # ac_fn_c_find_uintX_t
   2099 cat >config.log <<_ACEOF
   2100 This file contains any messages produced by compilers while
   2101 running configure, to aid debugging if configure makes a mistake.
   2102 
   2103 It was created by netpgp $as_me 20140220, which was
   2104 generated by GNU Autoconf 2.69.  Invocation command line was
   2105 
   2106   $ $0 $@
   2107 
   2108 _ACEOF
   2109 exec 5>>config.log
   2110 {
   2111 cat <<_ASUNAME
   2112 ## --------- ##
   2113 ## Platform. ##
   2114 ## --------- ##
   2115 
   2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
   2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
   2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
   2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
   2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
   2121 
   2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
   2123 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
   2124 
   2125 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
   2126 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
   2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
   2128 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
   2129 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
   2130 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
   2131 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
   2132 
   2133 _ASUNAME
   2134 
   2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2136 for as_dir in $PATH
   2137 do
   2138   IFS=$as_save_IFS
   2139   test -z "$as_dir" && as_dir=.
   2140     $as_echo "PATH: $as_dir"
   2141   done
   2142 IFS=$as_save_IFS
   2143 
   2144 } >&5
   2145 
   2146 cat >&5 <<_ACEOF
   2147 
   2148 
   2149 ## ----------- ##
   2150 ## Core tests. ##
   2151 ## ----------- ##
   2152 
   2153 _ACEOF
   2154 
   2155 
   2156 # Keep a trace of the command line.
   2157 # Strip out --no-create and --no-recursion so they do not pile up.
   2158 # Strip out --silent because we don't want to record it for future runs.
   2159 # Also quote any args containing shell meta-characters.
   2160 # Make two passes to allow for proper duplicate-argument suppression.
   2161 ac_configure_args=
   2162 ac_configure_args0=
   2163 ac_configure_args1=
   2164 ac_must_keep_next=false
   2165 for ac_pass in 1 2
   2166 do
   2167   for ac_arg
   2168   do
   2169     case $ac_arg in
   2170     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   2171     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   2172     | -silent | --silent | --silen | --sile | --sil)
   2173       continue ;;
   2174     *\'*)
   2175       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   2176     esac
   2177     case $ac_pass in
   2178     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
   2179     2)
   2180       as_fn_append ac_configure_args1 " '$ac_arg'"
   2181       if test $ac_must_keep_next = true; then
   2182 	ac_must_keep_next=false # Got value, back to normal.
   2183       else
   2184 	case $ac_arg in
   2185 	  *=* | --config-cache | -C | -disable-* | --disable-* \
   2186 	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
   2187 	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
   2188 	  | -with-* | --with-* | -without-* | --without-* | --x)
   2189 	    case "$ac_configure_args0 " in
   2190 	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   2191 	    esac
   2192 	    ;;
   2193 	  -* ) ac_must_keep_next=true ;;
   2194 	esac
   2195       fi
   2196       as_fn_append ac_configure_args " '$ac_arg'"
   2197       ;;
   2198     esac
   2199   done
   2200 done
   2201 { ac_configure_args0=; unset ac_configure_args0;}
   2202 { ac_configure_args1=; unset ac_configure_args1;}
   2203 
   2204 # When interrupted or exit'd, cleanup temporary files, and complete
   2205 # config.log.  We remove comments because anyway the quotes in there
   2206 # would cause problems or look ugly.
   2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
   2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
   2209 trap 'exit_status=$?
   2210   # Save into config.log some information that might help in debugging.
   2211   {
   2212     echo
   2213 
   2214     $as_echo "## ---------------- ##
   2215 ## Cache variables. ##
   2216 ## ---------------- ##"
   2217     echo
   2218     # The following way of writing the cache mishandles newlines in values,
   2219 (
   2220   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
   2221     eval ac_val=\$$ac_var
   2222     case $ac_val in #(
   2223     *${as_nl}*)
   2224       case $ac_var in #(
   2225       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   2226 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   2227       esac
   2228       case $ac_var in #(
   2229       _ | IFS | as_nl) ;; #(
   2230       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   2231       *) { eval $ac_var=; unset $ac_var;} ;;
   2232       esac ;;
   2233     esac
   2234   done
   2235   (set) 2>&1 |
   2236     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
   2237     *${as_nl}ac_space=\ *)
   2238       sed -n \
   2239 	"s/'\''/'\''\\\\'\'''\''/g;
   2240 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
   2241       ;; #(
   2242     *)
   2243       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   2244       ;;
   2245     esac |
   2246     sort
   2247 )
   2248     echo
   2249 
   2250     $as_echo "## ----------------- ##
   2251 ## Output variables. ##
   2252 ## ----------------- ##"
   2253     echo
   2254     for ac_var in $ac_subst_vars
   2255     do
   2256       eval ac_val=\$$ac_var
   2257       case $ac_val in
   2258       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2259       esac
   2260       $as_echo "$ac_var='\''$ac_val'\''"
   2261     done | sort
   2262     echo
   2263 
   2264     if test -n "$ac_subst_files"; then
   2265       $as_echo "## ------------------- ##
   2266 ## File substitutions. ##
   2267 ## ------------------- ##"
   2268       echo
   2269       for ac_var in $ac_subst_files
   2270       do
   2271 	eval ac_val=\$$ac_var
   2272 	case $ac_val in
   2273 	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
   2274 	esac
   2275 	$as_echo "$ac_var='\''$ac_val'\''"
   2276       done | sort
   2277       echo
   2278     fi
   2279 
   2280     if test -s confdefs.h; then
   2281       $as_echo "## ----------- ##
   2282 ## confdefs.h. ##
   2283 ## ----------- ##"
   2284       echo
   2285       cat confdefs.h
   2286       echo
   2287     fi
   2288     test "$ac_signal" != 0 &&
   2289       $as_echo "$as_me: caught signal $ac_signal"
   2290     $as_echo "$as_me: exit $exit_status"
   2291   } >&5
   2292   rm -f core *.core core.conftest.* &&
   2293     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
   2294     exit $exit_status
   2295 ' 0
   2296 for ac_signal in 1 2 13 15; do
   2297   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
   2298 done
   2299 ac_signal=0
   2300 
   2301 # confdefs.h avoids OS command line length limits that DEFS can exceed.
   2302 rm -f -r conftest* confdefs.h
   2303 
   2304 $as_echo "/* confdefs.h */" > confdefs.h
   2305 
   2306 # Predefined preprocessor variables.
   2307 
   2308 cat >>confdefs.h <<_ACEOF
   2309 #define PACKAGE_NAME "$PACKAGE_NAME"
   2310 _ACEOF
   2311 
   2312 cat >>confdefs.h <<_ACEOF
   2313 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
   2314 _ACEOF
   2315 
   2316 cat >>confdefs.h <<_ACEOF
   2317 #define PACKAGE_VERSION "$PACKAGE_VERSION"
   2318 _ACEOF
   2319 
   2320 cat >>confdefs.h <<_ACEOF
   2321 #define PACKAGE_STRING "$PACKAGE_STRING"
   2322 _ACEOF
   2323 
   2324 cat >>confdefs.h <<_ACEOF
   2325 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
   2326 _ACEOF
   2327 
   2328 cat >>confdefs.h <<_ACEOF
   2329 #define PACKAGE_URL "$PACKAGE_URL"
   2330 _ACEOF
   2331 
   2332 
   2333 # Let the site file select an alternate cache file if it wants to.
   2334 # Prefer an explicitly selected file to automatically selected ones.
   2335 ac_site_file1=NONE
   2336 ac_site_file2=NONE
   2337 if test -n "$CONFIG_SITE"; then
   2338   # We do not want a PATH search for config.site.
   2339   case $CONFIG_SITE in #((
   2340     -*)  ac_site_file1=./$CONFIG_SITE;;
   2341     */*) ac_site_file1=$CONFIG_SITE;;
   2342     *)   ac_site_file1=./$CONFIG_SITE;;
   2343   esac
   2344 elif test "x$prefix" != xNONE; then
   2345   ac_site_file1=$prefix/share/config.site
   2346   ac_site_file2=$prefix/etc/config.site
   2347 else
   2348   ac_site_file1=$ac_default_prefix/share/config.site
   2349   ac_site_file2=$ac_default_prefix/etc/config.site
   2350 fi
   2351 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
   2352 do
   2353   test "x$ac_site_file" = xNONE && continue
   2354   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
   2355     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
   2356 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
   2357     sed 's/^/| /' "$ac_site_file" >&5
   2358     . "$ac_site_file" \
   2359       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2360 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2361 as_fn_error $? "failed to load site script $ac_site_file
   2362 See \`config.log' for more details" "$LINENO" 5; }
   2363   fi
   2364 done
   2365 
   2366 if test -r "$cache_file"; then
   2367   # Some versions of bash will fail to source /dev/null (special files
   2368   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
   2369   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
   2370     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
   2371 $as_echo "$as_me: loading cache $cache_file" >&6;}
   2372     case $cache_file in
   2373       [\\/]* | ?:[\\/]* ) . "$cache_file";;
   2374       *)                      . "./$cache_file";;
   2375     esac
   2376   fi
   2377 else
   2378   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
   2379 $as_echo "$as_me: creating cache $cache_file" >&6;}
   2380   >$cache_file
   2381 fi
   2382 
   2383 # Check that the precious variables saved in the cache have kept the same
   2384 # value.
   2385 ac_cache_corrupted=false
   2386 for ac_var in $ac_precious_vars; do
   2387   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   2388   eval ac_new_set=\$ac_env_${ac_var}_set
   2389   eval ac_old_val=\$ac_cv_env_${ac_var}_value
   2390   eval ac_new_val=\$ac_env_${ac_var}_value
   2391   case $ac_old_set,$ac_new_set in
   2392     set,)
   2393       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
   2394 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
   2395       ac_cache_corrupted=: ;;
   2396     ,set)
   2397       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
   2398 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
   2399       ac_cache_corrupted=: ;;
   2400     ,);;
   2401     *)
   2402       if test "x$ac_old_val" != "x$ac_new_val"; then
   2403 	# differences in whitespace do not lead to failure.
   2404 	ac_old_val_w=`echo x $ac_old_val`
   2405 	ac_new_val_w=`echo x $ac_new_val`
   2406 	if test "$ac_old_val_w" != "$ac_new_val_w"; then
   2407 	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
   2408 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
   2409 	  ac_cache_corrupted=:
   2410 	else
   2411 	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
   2412 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
   2413 	  eval $ac_var=\$ac_old_val
   2414 	fi
   2415 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
   2416 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
   2417 	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
   2418 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
   2419       fi;;
   2420   esac
   2421   # Pass precious variables to config.status.
   2422   if test "$ac_new_set" = set; then
   2423     case $ac_new_val in
   2424     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
   2425     *) ac_arg=$ac_var=$ac_new_val ;;
   2426     esac
   2427     case " $ac_configure_args " in
   2428       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
   2429       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
   2430     esac
   2431   fi
   2432 done
   2433 if $ac_cache_corrupted; then
   2434   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2435 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2436   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
   2437 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
   2438   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
   2439 fi
   2440 ## -------------------- ##
   2441 ## Main body of script. ##
   2442 ## -------------------- ##
   2443 
   2444 ac_ext=c
   2445 ac_cpp='$CPP $CPPFLAGS'
   2446 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   2447 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   2448 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   2449 
   2450 
   2451 
   2452 
   2453 
   2454 ## -------------------- ##
   2455 ## M4sh Initialization. ##
   2456 ## -------------------- ##
   2457 
   2458 # Be more Bourne compatible
   2459 DUALCASE=1; export DUALCASE # for MKS sh
   2460 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   2461   emulate sh
   2462   NULLCMD=:
   2463   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   2464   # is contrary to our usage.  Disable this feature.
   2465   alias -g '${1+"$@"}'='"$@"'
   2466   setopt NO_GLOB_SUBST
   2467 else
   2468   case `(set -o) 2>/dev/null` in #(
   2469   *posix*) :
   2470     set -o posix ;; #(
   2471   *) :
   2472      ;;
   2473 esac
   2474 fi
   2475 
   2476 
   2477 as_nl='
   2478 '
   2479 export as_nl
   2480 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   2481 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   2482 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   2483 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   2484 # Prefer a ksh shell builtin over an external printf program on Solaris,
   2485 # but without wasting forks for bash or zsh.
   2486 if test -z "$BASH_VERSION$ZSH_VERSION" \
   2487     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   2488   as_echo='print -r --'
   2489   as_echo_n='print -rn --'
   2490 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   2491   as_echo='printf %s\n'
   2492   as_echo_n='printf %s'
   2493 else
   2494   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   2495     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   2496     as_echo_n='/usr/ucb/echo -n'
   2497   else
   2498     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   2499     as_echo_n_body='eval
   2500       arg=$1;
   2501       case $arg in #(
   2502       *"$as_nl"*)
   2503 	expr "X$arg" : "X\\(.*\\)$as_nl";
   2504 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   2505       esac;
   2506       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   2507     '
   2508     export as_echo_n_body
   2509     as_echo_n='sh -c $as_echo_n_body as_echo'
   2510   fi
   2511   export as_echo_body
   2512   as_echo='sh -c $as_echo_body as_echo'
   2513 fi
   2514 
   2515 # The user is always right.
   2516 if test "${PATH_SEPARATOR+set}" != set; then
   2517   PATH_SEPARATOR=:
   2518   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   2519     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   2520       PATH_SEPARATOR=';'
   2521   }
   2522 fi
   2523 
   2524 
   2525 # IFS
   2526 # We need space, tab and new line, in precisely that order.  Quoting is
   2527 # there to prevent editors from complaining about space-tab.
   2528 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   2529 # splitting by setting IFS to empty value.)
   2530 IFS=" ""	$as_nl"
   2531 
   2532 # Find who we are.  Look in the path if we contain no directory separator.
   2533 as_myself=
   2534 case $0 in #((
   2535   *[\\/]* ) as_myself=$0 ;;
   2536   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2537 for as_dir in $PATH
   2538 do
   2539   IFS=$as_save_IFS
   2540   test -z "$as_dir" && as_dir=.
   2541     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   2542   done
   2543 IFS=$as_save_IFS
   2544 
   2545      ;;
   2546 esac
   2547 # We did not find ourselves, most probably we were run as `sh COMMAND'
   2548 # in which case we are not to be found in the path.
   2549 if test "x$as_myself" = x; then
   2550   as_myself=$0
   2551 fi
   2552 if test ! -f "$as_myself"; then
   2553   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   2554   exit 1
   2555 fi
   2556 
   2557 # Unset variables that we do not need and which cause bugs (e.g. in
   2558 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   2559 # suppresses any "Segmentation fault" message there.  '((' could
   2560 # trigger a bug in pdksh 5.2.14.
   2561 for as_var in BASH_ENV ENV MAIL MAILPATH
   2562 do eval test x\${$as_var+set} = xset \
   2563   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   2564 done
   2565 PS1='$ '
   2566 PS2='> '
   2567 PS4='+ '
   2568 
   2569 # NLS nuisances.
   2570 LC_ALL=C
   2571 export LC_ALL
   2572 LANGUAGE=C
   2573 export LANGUAGE
   2574 
   2575 # CDPATH.
   2576 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   2577 
   2578 
   2579 
   2580 
   2581 ac_aux_dir=
   2582 for ac_dir in buildaux "$srcdir"/buildaux; do
   2583   if test -f "$ac_dir/install-sh"; then
   2584     ac_aux_dir=$ac_dir
   2585     ac_install_sh="$ac_aux_dir/install-sh -c"
   2586     break
   2587   elif test -f "$ac_dir/install.sh"; then
   2588     ac_aux_dir=$ac_dir
   2589     ac_install_sh="$ac_aux_dir/install.sh -c"
   2590     break
   2591   elif test -f "$ac_dir/shtool"; then
   2592     ac_aux_dir=$ac_dir
   2593     ac_install_sh="$ac_aux_dir/shtool install -c"
   2594     break
   2595   fi
   2596 done
   2597 if test -z "$ac_aux_dir"; then
   2598   as_fn_error $? "cannot find install-sh, install.sh, or shtool in buildaux \"$srcdir\"/buildaux" "$LINENO" 5
   2599 fi
   2600 
   2601 # These three variables are undocumented and unsupported,
   2602 # and are intended to be withdrawn in a future Autoconf release.
   2603 # They can cause serious problems if a builder's source tree is in a directory
   2604 # whose full name contains unusual characters.
   2605 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
   2606 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
   2607 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
   2608 
   2609 
   2610 ac_config_headers="$ac_config_headers src/lib/config.h"
   2611 
   2612 
   2613 am__api_version='1.10'
   2614 
   2615 # Find a good install program.  We prefer a C program (faster),
   2616 # so one script is as good as another.  But avoid the broken or
   2617 # incompatible versions:
   2618 # SysV /etc/install, /usr/sbin/install
   2619 # SunOS /usr/etc/install
   2620 # IRIX /sbin/install
   2621 # AIX /bin/install
   2622 # AmigaOS /C/install, which installs bootblocks on floppy discs
   2623 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
   2624 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
   2625 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   2626 # OS/2's system install, which has a completely different semantic
   2627 # ./install, which can be erroneously created by make from ./install.sh.
   2628 # Reject install programs that cannot install multiple files.
   2629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
   2630 $as_echo_n "checking for a BSD-compatible install... " >&6; }
   2631 if test -z "$INSTALL"; then
   2632 if ${ac_cv_path_install+:} false; then :
   2633   $as_echo_n "(cached) " >&6
   2634 else
   2635   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2636 for as_dir in $PATH
   2637 do
   2638   IFS=$as_save_IFS
   2639   test -z "$as_dir" && as_dir=.
   2640     # Account for people who put trailing slashes in PATH elements.
   2641 case $as_dir/ in #((
   2642   ./ | .// | /[cC]/* | \
   2643   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
   2644   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
   2645   /usr/ucb/* ) ;;
   2646   *)
   2647     # OSF1 and SCO ODT 3.0 have their own names for install.
   2648     # Don't use installbsd from OSF since it installs stuff as root
   2649     # by default.
   2650     for ac_prog in ginstall scoinst install; do
   2651       for ac_exec_ext in '' $ac_executable_extensions; do
   2652 	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
   2653 	  if test $ac_prog = install &&
   2654 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2655 	    # AIX install.  It has an incompatible calling convention.
   2656 	    :
   2657 	  elif test $ac_prog = install &&
   2658 	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
   2659 	    # program-specific install script used by HP pwplus--don't use.
   2660 	    :
   2661 	  else
   2662 	    rm -rf conftest.one conftest.two conftest.dir
   2663 	    echo one > conftest.one
   2664 	    echo two > conftest.two
   2665 	    mkdir conftest.dir
   2666 	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
   2667 	      test -s conftest.one && test -s conftest.two &&
   2668 	      test -s conftest.dir/conftest.one &&
   2669 	      test -s conftest.dir/conftest.two
   2670 	    then
   2671 	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
   2672 	      break 3
   2673 	    fi
   2674 	  fi
   2675 	fi
   2676       done
   2677     done
   2678     ;;
   2679 esac
   2680 
   2681   done
   2682 IFS=$as_save_IFS
   2683 
   2684 rm -rf conftest.one conftest.two conftest.dir
   2685 
   2686 fi
   2687   if test "${ac_cv_path_install+set}" = set; then
   2688     INSTALL=$ac_cv_path_install
   2689   else
   2690     # As a last resort, use the slow shell script.  Don't cache a
   2691     # value for INSTALL within a source directory, because that will
   2692     # break other packages using the cache if that directory is
   2693     # removed, or if the value is a relative name.
   2694     INSTALL=$ac_install_sh
   2695   fi
   2696 fi
   2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
   2698 $as_echo "$INSTALL" >&6; }
   2699 
   2700 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
   2701 # It thinks the first close brace ends the variable substitution.
   2702 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   2703 
   2704 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
   2705 
   2706 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   2707 
   2708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
   2709 $as_echo_n "checking whether build environment is sane... " >&6; }
   2710 # Just in case
   2711 sleep 1
   2712 echo timestamp > conftest.file
   2713 # Do `set' in a subshell so we don't clobber the current shell's
   2714 # arguments.  Must try -L first in case configure is actually a
   2715 # symlink; some systems play weird games with the mod time of symlinks
   2716 # (eg FreeBSD returns the mod time of the symlink's containing
   2717 # directory).
   2718 if (
   2719    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
   2720    if test "$*" = "X"; then
   2721       # -L didn't work.
   2722       set X `ls -t $srcdir/configure conftest.file`
   2723    fi
   2724    rm -f conftest.file
   2725    if test "$*" != "X $srcdir/configure conftest.file" \
   2726       && test "$*" != "X conftest.file $srcdir/configure"; then
   2727 
   2728       # If neither matched, then we have a broken ls.  This can happen
   2729       # if, for instance, CONFIG_SHELL is bash and it inherits a
   2730       # broken ls alias from the environment.  This has actually
   2731       # happened.  Such a system could not be considered "sane".
   2732       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
   2733 alias in your environment" "$LINENO" 5
   2734    fi
   2735 
   2736    test "$2" = conftest.file
   2737    )
   2738 then
   2739    # Ok.
   2740    :
   2741 else
   2742    as_fn_error $? "newly created file is older than distributed files!
   2743 Check your system clock" "$LINENO" 5
   2744 fi
   2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2746 $as_echo "yes" >&6; }
   2747 test "$program_prefix" != NONE &&
   2748   program_transform_name="s&^&$program_prefix&;$program_transform_name"
   2749 # Use a double $ so make ignores it.
   2750 test "$program_suffix" != NONE &&
   2751   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
   2752 # Double any \ or $.
   2753 # By default was `s,x,x', remove it if useless.
   2754 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
   2755 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
   2756 
   2757 # expand $ac_aux_dir to an absolute path
   2758 am_aux_dir=`cd $ac_aux_dir && pwd`
   2759 
   2760 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
   2761 # Use eval to expand $SHELL
   2762 if eval "$MISSING --run true"; then
   2763   am_missing_run="$MISSING --run "
   2764 else
   2765   am_missing_run=
   2766   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
   2767 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
   2768 fi
   2769 
   2770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
   2771 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
   2772 if test -z "$MKDIR_P"; then
   2773   if ${ac_cv_path_mkdir+:} false; then :
   2774   $as_echo_n "(cached) " >&6
   2775 else
   2776   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2777 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
   2778 do
   2779   IFS=$as_save_IFS
   2780   test -z "$as_dir" && as_dir=.
   2781     for ac_prog in mkdir gmkdir; do
   2782 	 for ac_exec_ext in '' $ac_executable_extensions; do
   2783 	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
   2784 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
   2785 	     'mkdir (GNU coreutils) '* | \
   2786 	     'mkdir (coreutils) '* | \
   2787 	     'mkdir (fileutils) '4.1*)
   2788 	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
   2789 	       break 3;;
   2790 	   esac
   2791 	 done
   2792        done
   2793   done
   2794 IFS=$as_save_IFS
   2795 
   2796 fi
   2797 
   2798   test -d ./--version && rmdir ./--version
   2799   if test "${ac_cv_path_mkdir+set}" = set; then
   2800     MKDIR_P="$ac_cv_path_mkdir -p"
   2801   else
   2802     # As a last resort, use the slow shell script.  Don't cache a
   2803     # value for MKDIR_P within a source directory, because that will
   2804     # break other packages using the cache if that directory is
   2805     # removed, or if the value is a relative name.
   2806     MKDIR_P="$ac_install_sh -d"
   2807   fi
   2808 fi
   2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
   2810 $as_echo "$MKDIR_P" >&6; }
   2811 
   2812 mkdir_p="$MKDIR_P"
   2813 case $mkdir_p in
   2814   [\\/$]* | ?:[\\/]*) ;;
   2815   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
   2816 esac
   2817 
   2818 for ac_prog in gawk mawk nawk awk
   2819 do
   2820   # Extract the first word of "$ac_prog", so it can be a program name with args.
   2821 set dummy $ac_prog; ac_word=$2
   2822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2823 $as_echo_n "checking for $ac_word... " >&6; }
   2824 if ${ac_cv_prog_AWK+:} false; then :
   2825   $as_echo_n "(cached) " >&6
   2826 else
   2827   if test -n "$AWK"; then
   2828   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   2829 else
   2830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2831 for as_dir in $PATH
   2832 do
   2833   IFS=$as_save_IFS
   2834   test -z "$as_dir" && as_dir=.
   2835     for ac_exec_ext in '' $ac_executable_extensions; do
   2836   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2837     ac_cv_prog_AWK="$ac_prog"
   2838     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2839     break 2
   2840   fi
   2841 done
   2842   done
   2843 IFS=$as_save_IFS
   2844 
   2845 fi
   2846 fi
   2847 AWK=$ac_cv_prog_AWK
   2848 if test -n "$AWK"; then
   2849   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
   2850 $as_echo "$AWK" >&6; }
   2851 else
   2852   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2853 $as_echo "no" >&6; }
   2854 fi
   2855 
   2856 
   2857   test -n "$AWK" && break
   2858 done
   2859 
   2860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   2861 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   2862 set x ${MAKE-make}
   2863 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   2864 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   2865   $as_echo_n "(cached) " >&6
   2866 else
   2867   cat >conftest.make <<\_ACEOF
   2868 SHELL = /bin/sh
   2869 all:
   2870 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   2871 _ACEOF
   2872 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   2873 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   2874   *@@@%%%=?*=@@@%%%*)
   2875     eval ac_cv_prog_make_${ac_make}_set=yes;;
   2876   *)
   2877     eval ac_cv_prog_make_${ac_make}_set=no;;
   2878 esac
   2879 rm -f conftest.make
   2880 fi
   2881 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   2882   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   2883 $as_echo "yes" >&6; }
   2884   SET_MAKE=
   2885 else
   2886   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2887 $as_echo "no" >&6; }
   2888   SET_MAKE="MAKE=${MAKE-make}"
   2889 fi
   2890 
   2891 rm -rf .tst 2>/dev/null
   2892 mkdir .tst 2>/dev/null
   2893 if test -d .tst; then
   2894   am__leading_dot=.
   2895 else
   2896   am__leading_dot=_
   2897 fi
   2898 rmdir .tst 2>/dev/null
   2899 
   2900 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   2901   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   2902   # is not polluted with repeated "-I."
   2903   am__isrc=' -I$(srcdir)'
   2904   # test to see if srcdir already configured
   2905   if test -f $srcdir/config.status; then
   2906     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
   2907   fi
   2908 fi
   2909 
   2910 # test whether we have cygpath
   2911 if test -z "$CYGPATH_W"; then
   2912   if (cygpath --version) >/dev/null 2>/dev/null; then
   2913     CYGPATH_W='cygpath -w'
   2914   else
   2915     CYGPATH_W=echo
   2916   fi
   2917 fi
   2918 
   2919 
   2920 # Define the identity of the package.
   2921  PACKAGE='netpgp'
   2922  VERSION='20140220'
   2923 
   2924 
   2925 cat >>confdefs.h <<_ACEOF
   2926 #define PACKAGE "$PACKAGE"
   2927 _ACEOF
   2928 
   2929 
   2930 cat >>confdefs.h <<_ACEOF
   2931 #define VERSION "$VERSION"
   2932 _ACEOF
   2933 
   2934 # Some tools Automake needs.
   2935 
   2936 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
   2937 
   2938 
   2939 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
   2940 
   2941 
   2942 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
   2943 
   2944 
   2945 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
   2946 
   2947 
   2948 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
   2949 
   2950 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
   2951 
   2952 # Installed binaries are usually stripped using `strip' when the user
   2953 # run `make install-strip'.  However `strip' might not be the right
   2954 # tool to use in cross-compilation environments, therefore Automake
   2955 # will honor the `STRIP' environment variable to overrule this program.
   2956 if test "$cross_compiling" != no; then
   2957   if test -n "$ac_tool_prefix"; then
   2958   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   2959 set dummy ${ac_tool_prefix}strip; ac_word=$2
   2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2961 $as_echo_n "checking for $ac_word... " >&6; }
   2962 if ${ac_cv_prog_STRIP+:} false; then :
   2963   $as_echo_n "(cached) " >&6
   2964 else
   2965   if test -n "$STRIP"; then
   2966   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   2967 else
   2968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2969 for as_dir in $PATH
   2970 do
   2971   IFS=$as_save_IFS
   2972   test -z "$as_dir" && as_dir=.
   2973     for ac_exec_ext in '' $ac_executable_extensions; do
   2974   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   2975     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   2976     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2977     break 2
   2978   fi
   2979 done
   2980   done
   2981 IFS=$as_save_IFS
   2982 
   2983 fi
   2984 fi
   2985 STRIP=$ac_cv_prog_STRIP
   2986 if test -n "$STRIP"; then
   2987   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   2988 $as_echo "$STRIP" >&6; }
   2989 else
   2990   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2991 $as_echo "no" >&6; }
   2992 fi
   2993 
   2994 
   2995 fi
   2996 if test -z "$ac_cv_prog_STRIP"; then
   2997   ac_ct_STRIP=$STRIP
   2998   # Extract the first word of "strip", so it can be a program name with args.
   2999 set dummy strip; ac_word=$2
   3000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3001 $as_echo_n "checking for $ac_word... " >&6; }
   3002 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   3003   $as_echo_n "(cached) " >&6
   3004 else
   3005   if test -n "$ac_ct_STRIP"; then
   3006   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   3007 else
   3008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3009 for as_dir in $PATH
   3010 do
   3011   IFS=$as_save_IFS
   3012   test -z "$as_dir" && as_dir=.
   3013     for ac_exec_ext in '' $ac_executable_extensions; do
   3014   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3015     ac_cv_prog_ac_ct_STRIP="strip"
   3016     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3017     break 2
   3018   fi
   3019 done
   3020   done
   3021 IFS=$as_save_IFS
   3022 
   3023 fi
   3024 fi
   3025 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   3026 if test -n "$ac_ct_STRIP"; then
   3027   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   3028 $as_echo "$ac_ct_STRIP" >&6; }
   3029 else
   3030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3031 $as_echo "no" >&6; }
   3032 fi
   3033 
   3034   if test "x$ac_ct_STRIP" = x; then
   3035     STRIP=":"
   3036   else
   3037     case $cross_compiling:$ac_tool_warned in
   3038 yes:)
   3039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   3040 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   3041 ac_tool_warned=yes ;;
   3042 esac
   3043     STRIP=$ac_ct_STRIP
   3044   fi
   3045 else
   3046   STRIP="$ac_cv_prog_STRIP"
   3047 fi
   3048 
   3049 fi
   3050 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
   3051 
   3052 # We need awk for the "check" target.  The system "awk" is bad on
   3053 # some platforms.
   3054 # Always define AMTAR for backward compatibility.
   3055 
   3056 AMTAR=${AMTAR-"${am_missing_run}tar"}
   3057 
   3058 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
   3059 
   3060 
   3061 
   3062 
   3063 
   3064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
   3065 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
   3066     # Check whether --enable-maintainer-mode was given.
   3067 if test "${enable_maintainer_mode+set}" = set; then :
   3068   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
   3069 else
   3070   USE_MAINTAINER_MODE=no
   3071 fi
   3072 
   3073   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
   3074 $as_echo "$USE_MAINTAINER_MODE" >&6; }
   3075    if test $USE_MAINTAINER_MODE = yes; then
   3076   MAINTAINER_MODE_TRUE=
   3077   MAINTAINER_MODE_FALSE='#'
   3078 else
   3079   MAINTAINER_MODE_TRUE='#'
   3080   MAINTAINER_MODE_FALSE=
   3081 fi
   3082 
   3083   MAINT=$MAINTAINER_MODE_TRUE
   3084 
   3085 
   3086 
   3087 # Make sure we can run config.sub.
   3088 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
   3089   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
   3090 
   3091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   3092 $as_echo_n "checking build system type... " >&6; }
   3093 if ${ac_cv_build+:} false; then :
   3094   $as_echo_n "(cached) " >&6
   3095 else
   3096   ac_build_alias=$build_alias
   3097 test "x$ac_build_alias" = x &&
   3098   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
   3099 test "x$ac_build_alias" = x &&
   3100   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
   3101 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
   3102   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
   3103 
   3104 fi
   3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
   3106 $as_echo "$ac_cv_build" >&6; }
   3107 case $ac_cv_build in
   3108 *-*-*) ;;
   3109 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   3110 esac
   3111 build=$ac_cv_build
   3112 ac_save_IFS=$IFS; IFS='-'
   3113 set x $ac_cv_build
   3114 shift
   3115 build_cpu=$1
   3116 build_vendor=$2
   3117 shift; shift
   3118 # Remember, the first character of IFS is used to create $*,
   3119 # except with old shells:
   3120 build_os=$*
   3121 IFS=$ac_save_IFS
   3122 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
   3123 
   3124 
   3125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   3126 $as_echo_n "checking host system type... " >&6; }
   3127 if ${ac_cv_host+:} false; then :
   3128   $as_echo_n "(cached) " >&6
   3129 else
   3130   if test "x$host_alias" = x; then
   3131   ac_cv_host=$ac_cv_build
   3132 else
   3133   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
   3134     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
   3135 fi
   3136 
   3137 fi
   3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
   3139 $as_echo "$ac_cv_host" >&6; }
   3140 case $ac_cv_host in
   3141 *-*-*) ;;
   3142 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   3143 esac
   3144 host=$ac_cv_host
   3145 ac_save_IFS=$IFS; IFS='-'
   3146 set x $ac_cv_host
   3147 shift
   3148 host_cpu=$1
   3149 host_vendor=$2
   3150 shift; shift
   3151 # Remember, the first character of IFS is used to create $*,
   3152 # except with old shells:
   3153 host_os=$*
   3154 IFS=$ac_save_IFS
   3155 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
   3156 
   3157 
   3158 CANONICAL_HOST=$host
   3159 
   3160 
   3161 # Checks for programs.
   3162 #
   3163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
   3164 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
   3165 set x ${MAKE-make}
   3166 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
   3167 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
   3168   $as_echo_n "(cached) " >&6
   3169 else
   3170   cat >conftest.make <<\_ACEOF
   3171 SHELL = /bin/sh
   3172 all:
   3173 	@echo '@@@%%%=$(MAKE)=@@@%%%'
   3174 _ACEOF
   3175 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
   3176 case `${MAKE-make} -f conftest.make 2>/dev/null` in
   3177   *@@@%%%=?*=@@@%%%*)
   3178     eval ac_cv_prog_make_${ac_make}_set=yes;;
   3179   *)
   3180     eval ac_cv_prog_make_${ac_make}_set=no;;
   3181 esac
   3182 rm -f conftest.make
   3183 fi
   3184 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
   3185   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3186 $as_echo "yes" >&6; }
   3187   SET_MAKE=
   3188 else
   3189   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3190 $as_echo "no" >&6; }
   3191   SET_MAKE="MAKE=${MAKE-make}"
   3192 fi
   3193 
   3194 for ac_prog in gawk mawk nawk awk
   3195 do
   3196   # Extract the first word of "$ac_prog", so it can be a program name with args.
   3197 set dummy $ac_prog; ac_word=$2
   3198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3199 $as_echo_n "checking for $ac_word... " >&6; }
   3200 if ${ac_cv_prog_AWK+:} false; then :
   3201   $as_echo_n "(cached) " >&6
   3202 else
   3203   if test -n "$AWK"; then
   3204   ac_cv_prog_AWK="$AWK" # Let the user override the test.
   3205 else
   3206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3207 for as_dir in $PATH
   3208 do
   3209   IFS=$as_save_IFS
   3210   test -z "$as_dir" && as_dir=.
   3211     for ac_exec_ext in '' $ac_executable_extensions; do
   3212   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3213     ac_cv_prog_AWK="$ac_prog"
   3214     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3215     break 2
   3216   fi
   3217 done
   3218   done
   3219 IFS=$as_save_IFS
   3220 
   3221 fi
   3222 fi
   3223 AWK=$ac_cv_prog_AWK
   3224 if test -n "$AWK"; then
   3225   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
   3226 $as_echo "$AWK" >&6; }
   3227 else
   3228   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3229 $as_echo "no" >&6; }
   3230 fi
   3231 
   3232 
   3233   test -n "$AWK" && break
   3234 done
   3235 
   3236 ac_ext=c
   3237 ac_cpp='$CPP $CPPFLAGS'
   3238 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   3239 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   3240 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   3241 if test -n "$ac_tool_prefix"; then
   3242   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
   3243 set dummy ${ac_tool_prefix}gcc; ac_word=$2
   3244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3245 $as_echo_n "checking for $ac_word... " >&6; }
   3246 if ${ac_cv_prog_CC+:} false; then :
   3247   $as_echo_n "(cached) " >&6
   3248 else
   3249   if test -n "$CC"; then
   3250   ac_cv_prog_CC="$CC" # Let the user override the test.
   3251 else
   3252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3253 for as_dir in $PATH
   3254 do
   3255   IFS=$as_save_IFS
   3256   test -z "$as_dir" && as_dir=.
   3257     for ac_exec_ext in '' $ac_executable_extensions; do
   3258   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3259     ac_cv_prog_CC="${ac_tool_prefix}gcc"
   3260     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3261     break 2
   3262   fi
   3263 done
   3264   done
   3265 IFS=$as_save_IFS
   3266 
   3267 fi
   3268 fi
   3269 CC=$ac_cv_prog_CC
   3270 if test -n "$CC"; then
   3271   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3272 $as_echo "$CC" >&6; }
   3273 else
   3274   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3275 $as_echo "no" >&6; }
   3276 fi
   3277 
   3278 
   3279 fi
   3280 if test -z "$ac_cv_prog_CC"; then
   3281   ac_ct_CC=$CC
   3282   # Extract the first word of "gcc", so it can be a program name with args.
   3283 set dummy gcc; ac_word=$2
   3284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3285 $as_echo_n "checking for $ac_word... " >&6; }
   3286 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   3287   $as_echo_n "(cached) " >&6
   3288 else
   3289   if test -n "$ac_ct_CC"; then
   3290   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   3291 else
   3292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3293 for as_dir in $PATH
   3294 do
   3295   IFS=$as_save_IFS
   3296   test -z "$as_dir" && as_dir=.
   3297     for ac_exec_ext in '' $ac_executable_extensions; do
   3298   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3299     ac_cv_prog_ac_ct_CC="gcc"
   3300     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3301     break 2
   3302   fi
   3303 done
   3304   done
   3305 IFS=$as_save_IFS
   3306 
   3307 fi
   3308 fi
   3309 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   3310 if test -n "$ac_ct_CC"; then
   3311   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   3312 $as_echo "$ac_ct_CC" >&6; }
   3313 else
   3314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3315 $as_echo "no" >&6; }
   3316 fi
   3317 
   3318   if test "x$ac_ct_CC" = x; then
   3319     CC=""
   3320   else
   3321     case $cross_compiling:$ac_tool_warned in
   3322 yes:)
   3323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   3324 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   3325 ac_tool_warned=yes ;;
   3326 esac
   3327     CC=$ac_ct_CC
   3328   fi
   3329 else
   3330   CC="$ac_cv_prog_CC"
   3331 fi
   3332 
   3333 if test -z "$CC"; then
   3334           if test -n "$ac_tool_prefix"; then
   3335     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
   3336 set dummy ${ac_tool_prefix}cc; ac_word=$2
   3337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3338 $as_echo_n "checking for $ac_word... " >&6; }
   3339 if ${ac_cv_prog_CC+:} false; then :
   3340   $as_echo_n "(cached) " >&6
   3341 else
   3342   if test -n "$CC"; then
   3343   ac_cv_prog_CC="$CC" # Let the user override the test.
   3344 else
   3345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3346 for as_dir in $PATH
   3347 do
   3348   IFS=$as_save_IFS
   3349   test -z "$as_dir" && as_dir=.
   3350     for ac_exec_ext in '' $ac_executable_extensions; do
   3351   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3352     ac_cv_prog_CC="${ac_tool_prefix}cc"
   3353     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3354     break 2
   3355   fi
   3356 done
   3357   done
   3358 IFS=$as_save_IFS
   3359 
   3360 fi
   3361 fi
   3362 CC=$ac_cv_prog_CC
   3363 if test -n "$CC"; then
   3364   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3365 $as_echo "$CC" >&6; }
   3366 else
   3367   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3368 $as_echo "no" >&6; }
   3369 fi
   3370 
   3371 
   3372   fi
   3373 fi
   3374 if test -z "$CC"; then
   3375   # Extract the first word of "cc", so it can be a program name with args.
   3376 set dummy cc; ac_word=$2
   3377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3378 $as_echo_n "checking for $ac_word... " >&6; }
   3379 if ${ac_cv_prog_CC+:} false; then :
   3380   $as_echo_n "(cached) " >&6
   3381 else
   3382   if test -n "$CC"; then
   3383   ac_cv_prog_CC="$CC" # Let the user override the test.
   3384 else
   3385   ac_prog_rejected=no
   3386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3387 for as_dir in $PATH
   3388 do
   3389   IFS=$as_save_IFS
   3390   test -z "$as_dir" && as_dir=.
   3391     for ac_exec_ext in '' $ac_executable_extensions; do
   3392   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3393     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
   3394        ac_prog_rejected=yes
   3395        continue
   3396      fi
   3397     ac_cv_prog_CC="cc"
   3398     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3399     break 2
   3400   fi
   3401 done
   3402   done
   3403 IFS=$as_save_IFS
   3404 
   3405 if test $ac_prog_rejected = yes; then
   3406   # We found a bogon in the path, so make sure we never use it.
   3407   set dummy $ac_cv_prog_CC
   3408   shift
   3409   if test $# != 0; then
   3410     # We chose a different compiler from the bogus one.
   3411     # However, it has the same basename, so the bogon will be chosen
   3412     # first if we set CC to just the basename; use the full file name.
   3413     shift
   3414     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   3415   fi
   3416 fi
   3417 fi
   3418 fi
   3419 CC=$ac_cv_prog_CC
   3420 if test -n "$CC"; then
   3421   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3422 $as_echo "$CC" >&6; }
   3423 else
   3424   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3425 $as_echo "no" >&6; }
   3426 fi
   3427 
   3428 
   3429 fi
   3430 if test -z "$CC"; then
   3431   if test -n "$ac_tool_prefix"; then
   3432   for ac_prog in cl.exe
   3433   do
   3434     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   3435 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   3436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3437 $as_echo_n "checking for $ac_word... " >&6; }
   3438 if ${ac_cv_prog_CC+:} false; then :
   3439   $as_echo_n "(cached) " >&6
   3440 else
   3441   if test -n "$CC"; then
   3442   ac_cv_prog_CC="$CC" # Let the user override the test.
   3443 else
   3444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3445 for as_dir in $PATH
   3446 do
   3447   IFS=$as_save_IFS
   3448   test -z "$as_dir" && as_dir=.
   3449     for ac_exec_ext in '' $ac_executable_extensions; do
   3450   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3451     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
   3452     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3453     break 2
   3454   fi
   3455 done
   3456   done
   3457 IFS=$as_save_IFS
   3458 
   3459 fi
   3460 fi
   3461 CC=$ac_cv_prog_CC
   3462 if test -n "$CC"; then
   3463   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
   3464 $as_echo "$CC" >&6; }
   3465 else
   3466   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3467 $as_echo "no" >&6; }
   3468 fi
   3469 
   3470 
   3471     test -n "$CC" && break
   3472   done
   3473 fi
   3474 if test -z "$CC"; then
   3475   ac_ct_CC=$CC
   3476   for ac_prog in cl.exe
   3477 do
   3478   # Extract the first word of "$ac_prog", so it can be a program name with args.
   3479 set dummy $ac_prog; ac_word=$2
   3480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   3481 $as_echo_n "checking for $ac_word... " >&6; }
   3482 if ${ac_cv_prog_ac_ct_CC+:} false; then :
   3483   $as_echo_n "(cached) " >&6
   3484 else
   3485   if test -n "$ac_ct_CC"; then
   3486   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
   3487 else
   3488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   3489 for as_dir in $PATH
   3490 do
   3491   IFS=$as_save_IFS
   3492   test -z "$as_dir" && as_dir=.
   3493     for ac_exec_ext in '' $ac_executable_extensions; do
   3494   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   3495     ac_cv_prog_ac_ct_CC="$ac_prog"
   3496     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   3497     break 2
   3498   fi
   3499 done
   3500   done
   3501 IFS=$as_save_IFS
   3502 
   3503 fi
   3504 fi
   3505 ac_ct_CC=$ac_cv_prog_ac_ct_CC
   3506 if test -n "$ac_ct_CC"; then
   3507   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
   3508 $as_echo "$ac_ct_CC" >&6; }
   3509 else
   3510   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3511 $as_echo "no" >&6; }
   3512 fi
   3513 
   3514 
   3515   test -n "$ac_ct_CC" && break
   3516 done
   3517 
   3518   if test "x$ac_ct_CC" = x; then
   3519     CC=""
   3520   else
   3521     case $cross_compiling:$ac_tool_warned in
   3522 yes:)
   3523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   3524 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   3525 ac_tool_warned=yes ;;
   3526 esac
   3527     CC=$ac_ct_CC
   3528   fi
   3529 fi
   3530 
   3531 fi
   3532 
   3533 
   3534 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3535 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3536 as_fn_error $? "no acceptable C compiler found in \$PATH
   3537 See \`config.log' for more details" "$LINENO" 5; }
   3538 
   3539 # Provide some information about the compiler.
   3540 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
   3541 set X $ac_compile
   3542 ac_compiler=$2
   3543 for ac_option in --version -v -V -qversion; do
   3544   { { ac_try="$ac_compiler $ac_option >&5"
   3545 case "(($ac_try" in
   3546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3547   *) ac_try_echo=$ac_try;;
   3548 esac
   3549 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3550 $as_echo "$ac_try_echo"; } >&5
   3551   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
   3552   ac_status=$?
   3553   if test -s conftest.err; then
   3554     sed '10a\
   3555 ... rest of stderr output deleted ...
   3556          10q' conftest.err >conftest.er1
   3557     cat conftest.er1 >&5
   3558   fi
   3559   rm -f conftest.er1 conftest.err
   3560   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3561   test $ac_status = 0; }
   3562 done
   3563 
   3564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3565 /* end confdefs.h.  */
   3566 
   3567 int
   3568 main ()
   3569 {
   3570 
   3571   ;
   3572   return 0;
   3573 }
   3574 _ACEOF
   3575 ac_clean_files_save=$ac_clean_files
   3576 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
   3577 # Try to create an executable without -o first, disregard a.out.
   3578 # It will help us diagnose broken compilers, and finding out an intuition
   3579 # of exeext.
   3580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
   3581 $as_echo_n "checking whether the C compiler works... " >&6; }
   3582 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
   3583 
   3584 # The possible output files:
   3585 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
   3586 
   3587 ac_rmfiles=
   3588 for ac_file in $ac_files
   3589 do
   3590   case $ac_file in
   3591     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   3592     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
   3593   esac
   3594 done
   3595 rm -f $ac_rmfiles
   3596 
   3597 if { { ac_try="$ac_link_default"
   3598 case "(($ac_try" in
   3599   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3600   *) ac_try_echo=$ac_try;;
   3601 esac
   3602 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3603 $as_echo "$ac_try_echo"; } >&5
   3604   (eval "$ac_link_default") 2>&5
   3605   ac_status=$?
   3606   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3607   test $ac_status = 0; }; then :
   3608   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
   3609 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
   3610 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
   3611 # so that the user can short-circuit this test for compilers unknown to
   3612 # Autoconf.
   3613 for ac_file in $ac_files ''
   3614 do
   3615   test -f "$ac_file" || continue
   3616   case $ac_file in
   3617     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
   3618 	;;
   3619     [ab].out )
   3620 	# We found the default executable, but exeext='' is most
   3621 	# certainly right.
   3622 	break;;
   3623     *.* )
   3624 	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
   3625 	then :; else
   3626 	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   3627 	fi
   3628 	# We set ac_cv_exeext here because the later test for it is not
   3629 	# safe: cross compilers may not add the suffix if given an `-o'
   3630 	# argument, so we may need to know it at that point already.
   3631 	# Even if this section looks crufty: it has the advantage of
   3632 	# actually working.
   3633 	break;;
   3634     * )
   3635 	break;;
   3636   esac
   3637 done
   3638 test "$ac_cv_exeext" = no && ac_cv_exeext=
   3639 
   3640 else
   3641   ac_file=''
   3642 fi
   3643 if test -z "$ac_file"; then :
   3644   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   3645 $as_echo "no" >&6; }
   3646 $as_echo "$as_me: failed program was:" >&5
   3647 sed 's/^/| /' conftest.$ac_ext >&5
   3648 
   3649 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3650 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3651 as_fn_error 77 "C compiler cannot create executables
   3652 See \`config.log' for more details" "$LINENO" 5; }
   3653 else
   3654   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   3655 $as_echo "yes" >&6; }
   3656 fi
   3657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
   3658 $as_echo_n "checking for C compiler default output file name... " >&6; }
   3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
   3660 $as_echo "$ac_file" >&6; }
   3661 ac_exeext=$ac_cv_exeext
   3662 
   3663 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
   3664 ac_clean_files=$ac_clean_files_save
   3665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
   3666 $as_echo_n "checking for suffix of executables... " >&6; }
   3667 if { { ac_try="$ac_link"
   3668 case "(($ac_try" in
   3669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3670   *) ac_try_echo=$ac_try;;
   3671 esac
   3672 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3673 $as_echo "$ac_try_echo"; } >&5
   3674   (eval "$ac_link") 2>&5
   3675   ac_status=$?
   3676   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3677   test $ac_status = 0; }; then :
   3678   # If both `conftest.exe' and `conftest' are `present' (well, observable)
   3679 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
   3680 # work properly (i.e., refer to `conftest.exe'), while it won't with
   3681 # `rm'.
   3682 for ac_file in conftest.exe conftest conftest.*; do
   3683   test -f "$ac_file" || continue
   3684   case $ac_file in
   3685     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
   3686     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
   3687 	  break;;
   3688     * ) break;;
   3689   esac
   3690 done
   3691 else
   3692   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3693 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3694 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
   3695 See \`config.log' for more details" "$LINENO" 5; }
   3696 fi
   3697 rm -f conftest conftest$ac_cv_exeext
   3698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
   3699 $as_echo "$ac_cv_exeext" >&6; }
   3700 
   3701 rm -f conftest.$ac_ext
   3702 EXEEXT=$ac_cv_exeext
   3703 ac_exeext=$EXEEXT
   3704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3705 /* end confdefs.h.  */
   3706 #include <stdio.h>
   3707 int
   3708 main ()
   3709 {
   3710 FILE *f = fopen ("conftest.out", "w");
   3711  return ferror (f) || fclose (f) != 0;
   3712 
   3713   ;
   3714   return 0;
   3715 }
   3716 _ACEOF
   3717 ac_clean_files="$ac_clean_files conftest.out"
   3718 # Check that the compiler produces executables we can run.  If not, either
   3719 # the compiler is broken, or we cross compile.
   3720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
   3721 $as_echo_n "checking whether we are cross compiling... " >&6; }
   3722 if test "$cross_compiling" != yes; then
   3723   { { ac_try="$ac_link"
   3724 case "(($ac_try" in
   3725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3726   *) ac_try_echo=$ac_try;;
   3727 esac
   3728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3729 $as_echo "$ac_try_echo"; } >&5
   3730   (eval "$ac_link") 2>&5
   3731   ac_status=$?
   3732   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3733   test $ac_status = 0; }
   3734   if { ac_try='./conftest$ac_cv_exeext'
   3735   { { case "(($ac_try" in
   3736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3737   *) ac_try_echo=$ac_try;;
   3738 esac
   3739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3740 $as_echo "$ac_try_echo"; } >&5
   3741   (eval "$ac_try") 2>&5
   3742   ac_status=$?
   3743   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3744   test $ac_status = 0; }; }; then
   3745     cross_compiling=no
   3746   else
   3747     if test "$cross_compiling" = maybe; then
   3748 	cross_compiling=yes
   3749     else
   3750 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3751 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3752 as_fn_error $? "cannot run C compiled programs.
   3753 If you meant to cross compile, use \`--host'.
   3754 See \`config.log' for more details" "$LINENO" 5; }
   3755     fi
   3756   fi
   3757 fi
   3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
   3759 $as_echo "$cross_compiling" >&6; }
   3760 
   3761 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
   3762 ac_clean_files=$ac_clean_files_save
   3763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
   3764 $as_echo_n "checking for suffix of object files... " >&6; }
   3765 if ${ac_cv_objext+:} false; then :
   3766   $as_echo_n "(cached) " >&6
   3767 else
   3768   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3769 /* end confdefs.h.  */
   3770 
   3771 int
   3772 main ()
   3773 {
   3774 
   3775   ;
   3776   return 0;
   3777 }
   3778 _ACEOF
   3779 rm -f conftest.o conftest.obj
   3780 if { { ac_try="$ac_compile"
   3781 case "(($ac_try" in
   3782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
   3783   *) ac_try_echo=$ac_try;;
   3784 esac
   3785 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
   3786 $as_echo "$ac_try_echo"; } >&5
   3787   (eval "$ac_compile") 2>&5
   3788   ac_status=$?
   3789   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   3790   test $ac_status = 0; }; then :
   3791   for ac_file in conftest.o conftest.obj conftest.*; do
   3792   test -f "$ac_file" || continue;
   3793   case $ac_file in
   3794     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
   3795     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
   3796        break;;
   3797   esac
   3798 done
   3799 else
   3800   $as_echo "$as_me: failed program was:" >&5
   3801 sed 's/^/| /' conftest.$ac_ext >&5
   3802 
   3803 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   3804 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   3805 as_fn_error $? "cannot compute suffix of object files: cannot compile
   3806 See \`config.log' for more details" "$LINENO" 5; }
   3807 fi
   3808 rm -f conftest.$ac_cv_objext conftest.$ac_ext
   3809 fi
   3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
   3811 $as_echo "$ac_cv_objext" >&6; }
   3812 OBJEXT=$ac_cv_objext
   3813 ac_objext=$OBJEXT
   3814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
   3815 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
   3816 if ${ac_cv_c_compiler_gnu+:} false; then :
   3817   $as_echo_n "(cached) " >&6
   3818 else
   3819   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3820 /* end confdefs.h.  */
   3821 
   3822 int
   3823 main ()
   3824 {
   3825 #ifndef __GNUC__
   3826        choke me
   3827 #endif
   3828 
   3829   ;
   3830   return 0;
   3831 }
   3832 _ACEOF
   3833 if ac_fn_c_try_compile "$LINENO"; then :
   3834   ac_compiler_gnu=yes
   3835 else
   3836   ac_compiler_gnu=no
   3837 fi
   3838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3839 ac_cv_c_compiler_gnu=$ac_compiler_gnu
   3840 
   3841 fi
   3842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
   3843 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
   3844 if test $ac_compiler_gnu = yes; then
   3845   GCC=yes
   3846 else
   3847   GCC=
   3848 fi
   3849 ac_test_CFLAGS=${CFLAGS+set}
   3850 ac_save_CFLAGS=$CFLAGS
   3851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
   3852 $as_echo_n "checking whether $CC accepts -g... " >&6; }
   3853 if ${ac_cv_prog_cc_g+:} false; then :
   3854   $as_echo_n "(cached) " >&6
   3855 else
   3856   ac_save_c_werror_flag=$ac_c_werror_flag
   3857    ac_c_werror_flag=yes
   3858    ac_cv_prog_cc_g=no
   3859    CFLAGS="-g"
   3860    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3861 /* end confdefs.h.  */
   3862 
   3863 int
   3864 main ()
   3865 {
   3866 
   3867   ;
   3868   return 0;
   3869 }
   3870 _ACEOF
   3871 if ac_fn_c_try_compile "$LINENO"; then :
   3872   ac_cv_prog_cc_g=yes
   3873 else
   3874   CFLAGS=""
   3875       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3876 /* end confdefs.h.  */
   3877 
   3878 int
   3879 main ()
   3880 {
   3881 
   3882   ;
   3883   return 0;
   3884 }
   3885 _ACEOF
   3886 if ac_fn_c_try_compile "$LINENO"; then :
   3887 
   3888 else
   3889   ac_c_werror_flag=$ac_save_c_werror_flag
   3890 	 CFLAGS="-g"
   3891 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3892 /* end confdefs.h.  */
   3893 
   3894 int
   3895 main ()
   3896 {
   3897 
   3898   ;
   3899   return 0;
   3900 }
   3901 _ACEOF
   3902 if ac_fn_c_try_compile "$LINENO"; then :
   3903   ac_cv_prog_cc_g=yes
   3904 fi
   3905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3906 fi
   3907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3908 fi
   3909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   3910    ac_c_werror_flag=$ac_save_c_werror_flag
   3911 fi
   3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
   3913 $as_echo "$ac_cv_prog_cc_g" >&6; }
   3914 if test "$ac_test_CFLAGS" = set; then
   3915   CFLAGS=$ac_save_CFLAGS
   3916 elif test $ac_cv_prog_cc_g = yes; then
   3917   if test "$GCC" = yes; then
   3918     CFLAGS="-g -O2"
   3919   else
   3920     CFLAGS="-g"
   3921   fi
   3922 else
   3923   if test "$GCC" = yes; then
   3924     CFLAGS="-O2"
   3925   else
   3926     CFLAGS=
   3927   fi
   3928 fi
   3929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
   3930 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
   3931 if ${ac_cv_prog_cc_c89+:} false; then :
   3932   $as_echo_n "(cached) " >&6
   3933 else
   3934   ac_cv_prog_cc_c89=no
   3935 ac_save_CC=$CC
   3936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   3937 /* end confdefs.h.  */
   3938 #include <stdarg.h>
   3939 #include <stdio.h>
   3940 struct stat;
   3941 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
   3942 struct buf { int x; };
   3943 FILE * (*rcsopen) (struct buf *, struct stat *, int);
   3944 static char *e (p, i)
   3945      char **p;
   3946      int i;
   3947 {
   3948   return p[i];
   3949 }
   3950 static char *f (char * (*g) (char **, int), char **p, ...)
   3951 {
   3952   char *s;
   3953   va_list v;
   3954   va_start (v,p);
   3955   s = g (p, va_arg (v,int));
   3956   va_end (v);
   3957   return s;
   3958 }
   3959 
   3960 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
   3961    function prototypes and stuff, but not '\xHH' hex character constants.
   3962    These don't provoke an error unfortunately, instead are silently treated
   3963    as 'x'.  The following induces an error, until -std is added to get
   3964    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
   3965    array size at least.  It's necessary to write '\x00'==0 to get something
   3966    that's true only with -std.  */
   3967 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
   3968 
   3969 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
   3970    inside strings and character constants.  */
   3971 #define FOO(x) 'x'
   3972 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
   3973 
   3974 int test (int i, double x);
   3975 struct s1 {int (*f) (int a);};
   3976 struct s2 {int (*f) (double a);};
   3977 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
   3978 int argc;
   3979 char **argv;
   3980 int
   3981 main ()
   3982 {
   3983 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
   3984   ;
   3985   return 0;
   3986 }
   3987 _ACEOF
   3988 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
   3989 	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
   3990 do
   3991   CC="$ac_save_CC $ac_arg"
   3992   if ac_fn_c_try_compile "$LINENO"; then :
   3993   ac_cv_prog_cc_c89=$ac_arg
   3994 fi
   3995 rm -f core conftest.err conftest.$ac_objext
   3996   test "x$ac_cv_prog_cc_c89" != "xno" && break
   3997 done
   3998 rm -f conftest.$ac_ext
   3999 CC=$ac_save_CC
   4000 
   4001 fi
   4002 # AC_CACHE_VAL
   4003 case "x$ac_cv_prog_cc_c89" in
   4004   x)
   4005     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
   4006 $as_echo "none needed" >&6; } ;;
   4007   xno)
   4008     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
   4009 $as_echo "unsupported" >&6; } ;;
   4010   *)
   4011     CC="$CC $ac_cv_prog_cc_c89"
   4012     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
   4013 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
   4014 esac
   4015 if test "x$ac_cv_prog_cc_c89" != xno; then :
   4016 
   4017 fi
   4018 
   4019 ac_ext=c
   4020 ac_cpp='$CPP $CPPFLAGS'
   4021 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   4022 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   4023 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   4024 DEPDIR="${am__leading_dot}deps"
   4025 
   4026 ac_config_commands="$ac_config_commands depfiles"
   4027 
   4028 
   4029 am_make=${MAKE-make}
   4030 cat > confinc << 'END'
   4031 am__doit:
   4032 	@echo done
   4033 .PHONY: am__doit
   4034 END
   4035 # If we don't find an include directive, just comment out the code.
   4036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
   4037 $as_echo_n "checking for style of include used by $am_make... " >&6; }
   4038 am__include="#"
   4039 am__quote=
   4040 _am_result=none
   4041 # First try GNU make style include.
   4042 echo "include confinc" > confmf
   4043 # We grep out `Entering directory' and `Leaving directory'
   4044 # messages which can occur if `w' ends up in MAKEFLAGS.
   4045 # In particular we don't look at `^make:' because GNU make might
   4046 # be invoked under some other name (usually "gmake"), in which
   4047 # case it prints its new name instead of `make'.
   4048 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
   4049    am__include=include
   4050    am__quote=
   4051    _am_result=GNU
   4052 fi
   4053 # Now try BSD make style include.
   4054 if test "$am__include" = "#"; then
   4055    echo '.include "confinc"' > confmf
   4056    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
   4057       am__include=.include
   4058       am__quote="\""
   4059       _am_result=BSD
   4060    fi
   4061 fi
   4062 
   4063 
   4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
   4065 $as_echo "$_am_result" >&6; }
   4066 rm -f confinc confmf
   4067 
   4068 # Check whether --enable-dependency-tracking was given.
   4069 if test "${enable_dependency_tracking+set}" = set; then :
   4070   enableval=$enable_dependency_tracking;
   4071 fi
   4072 
   4073 if test "x$enable_dependency_tracking" != xno; then
   4074   am_depcomp="$ac_aux_dir/depcomp"
   4075   AMDEPBACKSLASH='\'
   4076 fi
   4077  if test "x$enable_dependency_tracking" != xno; then
   4078   AMDEP_TRUE=
   4079   AMDEP_FALSE='#'
   4080 else
   4081   AMDEP_TRUE='#'
   4082   AMDEP_FALSE=
   4083 fi
   4084 
   4085 
   4086 
   4087 depcc="$CC"   am_compiler_list=
   4088 
   4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
   4090 $as_echo_n "checking dependency style of $depcc... " >&6; }
   4091 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
   4092   $as_echo_n "(cached) " >&6
   4093 else
   4094   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
   4095   # We make a subdir and do the tests there.  Otherwise we can end up
   4096   # making bogus files that we don't know about and never remove.  For
   4097   # instance it was reported that on HP-UX the gcc test will end up
   4098   # making a dummy file named `D' -- because `-MD' means `put the output
   4099   # in D'.
   4100   mkdir conftest.dir
   4101   # Copy depcomp to subdir because otherwise we won't find it if we're
   4102   # using a relative directory.
   4103   cp "$am_depcomp" conftest.dir
   4104   cd conftest.dir
   4105   # We will build objects and dependencies in a subdirectory because
   4106   # it helps to detect inapplicable dependency modes.  For instance
   4107   # both Tru64's cc and ICC support -MD to output dependencies as a
   4108   # side effect of compilation, but ICC will put the dependencies in
   4109   # the current directory while Tru64 will put them in the object
   4110   # directory.
   4111   mkdir sub
   4112 
   4113   am_cv_CC_dependencies_compiler_type=none
   4114   if test "$am_compiler_list" = ""; then
   4115      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   4116   fi
   4117   for depmode in $am_compiler_list; do
   4118     # Setup a source with many dependencies, because some compilers
   4119     # like to wrap large dependency lists on column 80 (with \), and
   4120     # we should not choose a depcomp mode which is confused by this.
   4121     #
   4122     # We need to recreate these files for each test, as the compiler may
   4123     # overwrite some of them when testing with obscure command lines.
   4124     # This happens at least with the AIX C compiler.
   4125     : > sub/conftest.c
   4126     for i in 1 2 3 4 5 6; do
   4127       echo '#include "conftst'$i'.h"' >> sub/conftest.c
   4128       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
   4129       # Solaris 8's {/usr,}/bin/sh.
   4130       touch sub/conftst$i.h
   4131     done
   4132     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
   4133 
   4134     case $depmode in
   4135     nosideeffect)
   4136       # after this tag, mechanisms are not by side-effect, so they'll
   4137       # only be used when explicitly requested
   4138       if test "x$enable_dependency_tracking" = xyes; then
   4139 	continue
   4140       else
   4141 	break
   4142       fi
   4143       ;;
   4144     none) break ;;
   4145     esac
   4146     # We check with `-c' and `-o' for the sake of the "dashmstdout"
   4147     # mode.  It turns out that the SunPro C++ compiler does not properly
   4148     # handle `-M -o', and we need to detect this.
   4149     if depmode=$depmode \
   4150        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
   4151        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
   4152        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
   4153          >/dev/null 2>conftest.err &&
   4154        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
   4155        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
   4156        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
   4157        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
   4158       # icc doesn't choke on unknown options, it will just issue warnings
   4159       # or remarks (even with -Werror).  So we grep stderr for any message
   4160       # that says an option was ignored or not supported.
   4161       # When given -MP, icc 7.0 and 7.1 complain thusly:
   4162       #   icc: Command line warning: ignoring option '-M'; no argument required
   4163       # The diagnosis changed in icc 8.0:
   4164       #   icc: Command line remark: option '-MP' not supported
   4165       if (grep 'ignoring option' conftest.err ||
   4166           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
   4167         am_cv_CC_dependencies_compiler_type=$depmode
   4168         break
   4169       fi
   4170     fi
   4171   done
   4172 
   4173   cd ..
   4174   rm -rf conftest.dir
   4175 else
   4176   am_cv_CC_dependencies_compiler_type=none
   4177 fi
   4178 
   4179 fi
   4180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
   4181 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
   4182 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   4183 
   4184  if
   4185   test "x$enable_dependency_tracking" != xno \
   4186   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
   4187   am__fastdepCC_TRUE=
   4188   am__fastdepCC_FALSE='#'
   4189 else
   4190   am__fastdepCC_TRUE='#'
   4191   am__fastdepCC_FALSE=
   4192 fi
   4193 
   4194 
   4195 
   4196 case `pwd` in
   4197   *\ * | *\	*)
   4198     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
   4199 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
   4200 esac
   4201 
   4202 
   4203 
   4204 macro_version='2.2.6b'
   4205 macro_revision='1.3017'
   4206 
   4207 
   4208 
   4209 
   4210 
   4211 
   4212 
   4213 
   4214 
   4215 
   4216 
   4217 
   4218 
   4219 ltmain="$ac_aux_dir/ltmain.sh"
   4220 
   4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
   4222 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
   4223 if ${ac_cv_path_SED+:} false; then :
   4224   $as_echo_n "(cached) " >&6
   4225 else
   4226             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
   4227      for ac_i in 1 2 3 4 5 6 7; do
   4228        ac_script="$ac_script$as_nl$ac_script"
   4229      done
   4230      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
   4231      { ac_script=; unset ac_script;}
   4232      if test -z "$SED"; then
   4233   ac_path_SED_found=false
   4234   # Loop through the user's path and test for each of PROGNAME-LIST
   4235   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4236 for as_dir in $PATH
   4237 do
   4238   IFS=$as_save_IFS
   4239   test -z "$as_dir" && as_dir=.
   4240     for ac_prog in sed gsed; do
   4241     for ac_exec_ext in '' $ac_executable_extensions; do
   4242       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
   4243       as_fn_executable_p "$ac_path_SED" || continue
   4244 # Check for GNU ac_path_SED and select it if it is found.
   4245   # Check for GNU $ac_path_SED
   4246 case `"$ac_path_SED" --version 2>&1` in
   4247 *GNU*)
   4248   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
   4249 *)
   4250   ac_count=0
   4251   $as_echo_n 0123456789 >"conftest.in"
   4252   while :
   4253   do
   4254     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4255     mv "conftest.tmp" "conftest.in"
   4256     cp "conftest.in" "conftest.nl"
   4257     $as_echo '' >> "conftest.nl"
   4258     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4259     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4260     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4261     if test $ac_count -gt ${ac_path_SED_max-0}; then
   4262       # Best one so far, save it but keep looking for a better one
   4263       ac_cv_path_SED="$ac_path_SED"
   4264       ac_path_SED_max=$ac_count
   4265     fi
   4266     # 10*(2^10) chars as input seems more than enough
   4267     test $ac_count -gt 10 && break
   4268   done
   4269   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4270 esac
   4271 
   4272       $ac_path_SED_found && break 3
   4273     done
   4274   done
   4275   done
   4276 IFS=$as_save_IFS
   4277   if test -z "$ac_cv_path_SED"; then
   4278     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   4279   fi
   4280 else
   4281   ac_cv_path_SED=$SED
   4282 fi
   4283 
   4284 fi
   4285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
   4286 $as_echo "$ac_cv_path_SED" >&6; }
   4287  SED="$ac_cv_path_SED"
   4288   rm -f conftest.sed
   4289 
   4290 test -z "$SED" && SED=sed
   4291 Xsed="$SED -e 1s/^X//"
   4292 
   4293 
   4294 
   4295 
   4296 
   4297 
   4298 
   4299 
   4300 
   4301 
   4302 
   4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
   4304 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
   4305 if ${ac_cv_path_GREP+:} false; then :
   4306   $as_echo_n "(cached) " >&6
   4307 else
   4308   if test -z "$GREP"; then
   4309   ac_path_GREP_found=false
   4310   # Loop through the user's path and test for each of PROGNAME-LIST
   4311   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4312 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   4313 do
   4314   IFS=$as_save_IFS
   4315   test -z "$as_dir" && as_dir=.
   4316     for ac_prog in grep ggrep; do
   4317     for ac_exec_ext in '' $ac_executable_extensions; do
   4318       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
   4319       as_fn_executable_p "$ac_path_GREP" || continue
   4320 # Check for GNU ac_path_GREP and select it if it is found.
   4321   # Check for GNU $ac_path_GREP
   4322 case `"$ac_path_GREP" --version 2>&1` in
   4323 *GNU*)
   4324   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
   4325 *)
   4326   ac_count=0
   4327   $as_echo_n 0123456789 >"conftest.in"
   4328   while :
   4329   do
   4330     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4331     mv "conftest.tmp" "conftest.in"
   4332     cp "conftest.in" "conftest.nl"
   4333     $as_echo 'GREP' >> "conftest.nl"
   4334     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4335     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4336     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4337     if test $ac_count -gt ${ac_path_GREP_max-0}; then
   4338       # Best one so far, save it but keep looking for a better one
   4339       ac_cv_path_GREP="$ac_path_GREP"
   4340       ac_path_GREP_max=$ac_count
   4341     fi
   4342     # 10*(2^10) chars as input seems more than enough
   4343     test $ac_count -gt 10 && break
   4344   done
   4345   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4346 esac
   4347 
   4348       $ac_path_GREP_found && break 3
   4349     done
   4350   done
   4351   done
   4352 IFS=$as_save_IFS
   4353   if test -z "$ac_cv_path_GREP"; then
   4354     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   4355   fi
   4356 else
   4357   ac_cv_path_GREP=$GREP
   4358 fi
   4359 
   4360 fi
   4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
   4362 $as_echo "$ac_cv_path_GREP" >&6; }
   4363  GREP="$ac_cv_path_GREP"
   4364 
   4365 
   4366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
   4367 $as_echo_n "checking for egrep... " >&6; }
   4368 if ${ac_cv_path_EGREP+:} false; then :
   4369   $as_echo_n "(cached) " >&6
   4370 else
   4371   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   4372    then ac_cv_path_EGREP="$GREP -E"
   4373    else
   4374      if test -z "$EGREP"; then
   4375   ac_path_EGREP_found=false
   4376   # Loop through the user's path and test for each of PROGNAME-LIST
   4377   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4378 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   4379 do
   4380   IFS=$as_save_IFS
   4381   test -z "$as_dir" && as_dir=.
   4382     for ac_prog in egrep; do
   4383     for ac_exec_ext in '' $ac_executable_extensions; do
   4384       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
   4385       as_fn_executable_p "$ac_path_EGREP" || continue
   4386 # Check for GNU ac_path_EGREP and select it if it is found.
   4387   # Check for GNU $ac_path_EGREP
   4388 case `"$ac_path_EGREP" --version 2>&1` in
   4389 *GNU*)
   4390   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
   4391 *)
   4392   ac_count=0
   4393   $as_echo_n 0123456789 >"conftest.in"
   4394   while :
   4395   do
   4396     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4397     mv "conftest.tmp" "conftest.in"
   4398     cp "conftest.in" "conftest.nl"
   4399     $as_echo 'EGREP' >> "conftest.nl"
   4400     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4401     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4402     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4403     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
   4404       # Best one so far, save it but keep looking for a better one
   4405       ac_cv_path_EGREP="$ac_path_EGREP"
   4406       ac_path_EGREP_max=$ac_count
   4407     fi
   4408     # 10*(2^10) chars as input seems more than enough
   4409     test $ac_count -gt 10 && break
   4410   done
   4411   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4412 esac
   4413 
   4414       $ac_path_EGREP_found && break 3
   4415     done
   4416   done
   4417   done
   4418 IFS=$as_save_IFS
   4419   if test -z "$ac_cv_path_EGREP"; then
   4420     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   4421   fi
   4422 else
   4423   ac_cv_path_EGREP=$EGREP
   4424 fi
   4425 
   4426    fi
   4427 fi
   4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
   4429 $as_echo "$ac_cv_path_EGREP" >&6; }
   4430  EGREP="$ac_cv_path_EGREP"
   4431 
   4432 
   4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
   4434 $as_echo_n "checking for fgrep... " >&6; }
   4435 if ${ac_cv_path_FGREP+:} false; then :
   4436   $as_echo_n "(cached) " >&6
   4437 else
   4438   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
   4439    then ac_cv_path_FGREP="$GREP -F"
   4440    else
   4441      if test -z "$FGREP"; then
   4442   ac_path_FGREP_found=false
   4443   # Loop through the user's path and test for each of PROGNAME-LIST
   4444   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4445 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
   4446 do
   4447   IFS=$as_save_IFS
   4448   test -z "$as_dir" && as_dir=.
   4449     for ac_prog in fgrep; do
   4450     for ac_exec_ext in '' $ac_executable_extensions; do
   4451       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
   4452       as_fn_executable_p "$ac_path_FGREP" || continue
   4453 # Check for GNU ac_path_FGREP and select it if it is found.
   4454   # Check for GNU $ac_path_FGREP
   4455 case `"$ac_path_FGREP" --version 2>&1` in
   4456 *GNU*)
   4457   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
   4458 *)
   4459   ac_count=0
   4460   $as_echo_n 0123456789 >"conftest.in"
   4461   while :
   4462   do
   4463     cat "conftest.in" "conftest.in" >"conftest.tmp"
   4464     mv "conftest.tmp" "conftest.in"
   4465     cp "conftest.in" "conftest.nl"
   4466     $as_echo 'FGREP' >> "conftest.nl"
   4467     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
   4468     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
   4469     as_fn_arith $ac_count + 1 && ac_count=$as_val
   4470     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
   4471       # Best one so far, save it but keep looking for a better one
   4472       ac_cv_path_FGREP="$ac_path_FGREP"
   4473       ac_path_FGREP_max=$ac_count
   4474     fi
   4475     # 10*(2^10) chars as input seems more than enough
   4476     test $ac_count -gt 10 && break
   4477   done
   4478   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
   4479 esac
   4480 
   4481       $ac_path_FGREP_found && break 3
   4482     done
   4483   done
   4484   done
   4485 IFS=$as_save_IFS
   4486   if test -z "$ac_cv_path_FGREP"; then
   4487     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
   4488   fi
   4489 else
   4490   ac_cv_path_FGREP=$FGREP
   4491 fi
   4492 
   4493    fi
   4494 fi
   4495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
   4496 $as_echo "$ac_cv_path_FGREP" >&6; }
   4497  FGREP="$ac_cv_path_FGREP"
   4498 
   4499 
   4500 test -z "$GREP" && GREP=grep
   4501 
   4502 
   4503 
   4504 
   4505 
   4506 
   4507 
   4508 
   4509 
   4510 
   4511 
   4512 
   4513 
   4514 
   4515 
   4516 
   4517 
   4518 
   4519 
   4520 # Check whether --with-gnu-ld was given.
   4521 if test "${with_gnu_ld+set}" = set; then :
   4522   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
   4523 else
   4524   with_gnu_ld=no
   4525 fi
   4526 
   4527 ac_prog=ld
   4528 if test "$GCC" = yes; then
   4529   # Check if gcc -print-prog-name=ld gives a path.
   4530   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
   4531 $as_echo_n "checking for ld used by $CC... " >&6; }
   4532   case $host in
   4533   *-*-mingw*)
   4534     # gcc leaves a trailing carriage return which upsets mingw
   4535     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   4536   *)
   4537     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
   4538   esac
   4539   case $ac_prog in
   4540     # Accept absolute paths.
   4541     [\\/]* | ?:[\\/]*)
   4542       re_direlt='/[^/][^/]*/\.\./'
   4543       # Canonicalize the pathname of ld
   4544       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
   4545       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
   4546 	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
   4547       done
   4548       test -z "$LD" && LD="$ac_prog"
   4549       ;;
   4550   "")
   4551     # If it fails, then pretend we aren't using GCC.
   4552     ac_prog=ld
   4553     ;;
   4554   *)
   4555     # If it is relative, then search for the first ld in PATH.
   4556     with_gnu_ld=unknown
   4557     ;;
   4558   esac
   4559 elif test "$with_gnu_ld" = yes; then
   4560   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
   4561 $as_echo_n "checking for GNU ld... " >&6; }
   4562 else
   4563   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
   4564 $as_echo_n "checking for non-GNU ld... " >&6; }
   4565 fi
   4566 if ${lt_cv_path_LD+:} false; then :
   4567   $as_echo_n "(cached) " >&6
   4568 else
   4569   if test -z "$LD"; then
   4570   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   4571   for ac_dir in $PATH; do
   4572     IFS="$lt_save_ifs"
   4573     test -z "$ac_dir" && ac_dir=.
   4574     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
   4575       lt_cv_path_LD="$ac_dir/$ac_prog"
   4576       # Check to see if the program is GNU ld.  I'd rather use --version,
   4577       # but apparently some variants of GNU ld only accept -v.
   4578       # Break only if it was the GNU/non-GNU ld that we prefer.
   4579       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
   4580       *GNU* | *'with BFD'*)
   4581 	test "$with_gnu_ld" != no && break
   4582 	;;
   4583       *)
   4584 	test "$with_gnu_ld" != yes && break
   4585 	;;
   4586       esac
   4587     fi
   4588   done
   4589   IFS="$lt_save_ifs"
   4590 else
   4591   lt_cv_path_LD="$LD" # Let the user override the test with a path.
   4592 fi
   4593 fi
   4594 
   4595 LD="$lt_cv_path_LD"
   4596 if test -n "$LD"; then
   4597   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
   4598 $as_echo "$LD" >&6; }
   4599 else
   4600   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4601 $as_echo "no" >&6; }
   4602 fi
   4603 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
   4604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
   4605 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
   4606 if ${lt_cv_prog_gnu_ld+:} false; then :
   4607   $as_echo_n "(cached) " >&6
   4608 else
   4609   # I'd rather use --version here, but apparently some GNU lds only accept -v.
   4610 case `$LD -v 2>&1 </dev/null` in
   4611 *GNU* | *'with BFD'*)
   4612   lt_cv_prog_gnu_ld=yes
   4613   ;;
   4614 *)
   4615   lt_cv_prog_gnu_ld=no
   4616   ;;
   4617 esac
   4618 fi
   4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
   4620 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
   4621 with_gnu_ld=$lt_cv_prog_gnu_ld
   4622 
   4623 
   4624 
   4625 
   4626 
   4627 
   4628 
   4629 
   4630 
   4631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
   4632 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
   4633 if ${lt_cv_path_NM+:} false; then :
   4634   $as_echo_n "(cached) " >&6
   4635 else
   4636   if test -n "$NM"; then
   4637   # Let the user override the test.
   4638   lt_cv_path_NM="$NM"
   4639 else
   4640   lt_nm_to_check="${ac_tool_prefix}nm"
   4641   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
   4642     lt_nm_to_check="$lt_nm_to_check nm"
   4643   fi
   4644   for lt_tmp_nm in $lt_nm_to_check; do
   4645     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   4646     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
   4647       IFS="$lt_save_ifs"
   4648       test -z "$ac_dir" && ac_dir=.
   4649       tmp_nm="$ac_dir/$lt_tmp_nm"
   4650       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
   4651 	# Check to see if the nm accepts a BSD-compat flag.
   4652 	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
   4653 	#   nm: unknown option "B" ignored
   4654 	# Tru64's nm complains that /dev/null is an invalid object file
   4655 	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
   4656 	*/dev/null* | *'Invalid file or object type'*)
   4657 	  lt_cv_path_NM="$tmp_nm -B"
   4658 	  break
   4659 	  ;;
   4660 	*)
   4661 	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
   4662 	  */dev/null*)
   4663 	    lt_cv_path_NM="$tmp_nm -p"
   4664 	    break
   4665 	    ;;
   4666 	  *)
   4667 	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
   4668 	    continue # so that we can try to find one that supports BSD flags
   4669 	    ;;
   4670 	  esac
   4671 	  ;;
   4672 	esac
   4673       fi
   4674     done
   4675     IFS="$lt_save_ifs"
   4676   done
   4677   : ${lt_cv_path_NM=no}
   4678 fi
   4679 fi
   4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
   4681 $as_echo "$lt_cv_path_NM" >&6; }
   4682 if test "$lt_cv_path_NM" != "no"; then
   4683   NM="$lt_cv_path_NM"
   4684 else
   4685   # Didn't find any BSD compatible name lister, look for dumpbin.
   4686   if test -n "$ac_tool_prefix"; then
   4687   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
   4688   do
   4689     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
   4690 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
   4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4692 $as_echo_n "checking for $ac_word... " >&6; }
   4693 if ${ac_cv_prog_DUMPBIN+:} false; then :
   4694   $as_echo_n "(cached) " >&6
   4695 else
   4696   if test -n "$DUMPBIN"; then
   4697   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
   4698 else
   4699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4700 for as_dir in $PATH
   4701 do
   4702   IFS=$as_save_IFS
   4703   test -z "$as_dir" && as_dir=.
   4704     for ac_exec_ext in '' $ac_executable_extensions; do
   4705   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4706     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
   4707     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4708     break 2
   4709   fi
   4710 done
   4711   done
   4712 IFS=$as_save_IFS
   4713 
   4714 fi
   4715 fi
   4716 DUMPBIN=$ac_cv_prog_DUMPBIN
   4717 if test -n "$DUMPBIN"; then
   4718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
   4719 $as_echo "$DUMPBIN" >&6; }
   4720 else
   4721   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4722 $as_echo "no" >&6; }
   4723 fi
   4724 
   4725 
   4726     test -n "$DUMPBIN" && break
   4727   done
   4728 fi
   4729 if test -z "$DUMPBIN"; then
   4730   ac_ct_DUMPBIN=$DUMPBIN
   4731   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
   4732 do
   4733   # Extract the first word of "$ac_prog", so it can be a program name with args.
   4734 set dummy $ac_prog; ac_word=$2
   4735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   4736 $as_echo_n "checking for $ac_word... " >&6; }
   4737 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
   4738   $as_echo_n "(cached) " >&6
   4739 else
   4740   if test -n "$ac_ct_DUMPBIN"; then
   4741   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
   4742 else
   4743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   4744 for as_dir in $PATH
   4745 do
   4746   IFS=$as_save_IFS
   4747   test -z "$as_dir" && as_dir=.
   4748     for ac_exec_ext in '' $ac_executable_extensions; do
   4749   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   4750     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
   4751     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   4752     break 2
   4753   fi
   4754 done
   4755   done
   4756 IFS=$as_save_IFS
   4757 
   4758 fi
   4759 fi
   4760 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
   4761 if test -n "$ac_ct_DUMPBIN"; then
   4762   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
   4763 $as_echo "$ac_ct_DUMPBIN" >&6; }
   4764 else
   4765   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   4766 $as_echo "no" >&6; }
   4767 fi
   4768 
   4769 
   4770   test -n "$ac_ct_DUMPBIN" && break
   4771 done
   4772 
   4773   if test "x$ac_ct_DUMPBIN" = x; then
   4774     DUMPBIN=":"
   4775   else
   4776     case $cross_compiling:$ac_tool_warned in
   4777 yes:)
   4778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   4779 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   4780 ac_tool_warned=yes ;;
   4781 esac
   4782     DUMPBIN=$ac_ct_DUMPBIN
   4783   fi
   4784 fi
   4785 
   4786 
   4787   if test "$DUMPBIN" != ":"; then
   4788     NM="$DUMPBIN"
   4789   fi
   4790 fi
   4791 test -z "$NM" && NM=nm
   4792 
   4793 
   4794 
   4795 
   4796 
   4797 
   4798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
   4799 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
   4800 if ${lt_cv_nm_interface+:} false; then :
   4801   $as_echo_n "(cached) " >&6
   4802 else
   4803   lt_cv_nm_interface="BSD nm"
   4804   echo "int some_variable = 0;" > conftest.$ac_ext
   4805   (eval echo "\"\$as_me:4805: $ac_compile\"" >&5)
   4806   (eval "$ac_compile" 2>conftest.err)
   4807   cat conftest.err >&5
   4808   (eval echo "\"\$as_me:4808: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
   4809   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
   4810   cat conftest.err >&5
   4811   (eval echo "\"\$as_me:4811: output\"" >&5)
   4812   cat conftest.out >&5
   4813   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
   4814     lt_cv_nm_interface="MS dumpbin"
   4815   fi
   4816   rm -f conftest*
   4817 fi
   4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
   4819 $as_echo "$lt_cv_nm_interface" >&6; }
   4820 
   4821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
   4822 $as_echo_n "checking whether ln -s works... " >&6; }
   4823 LN_S=$as_ln_s
   4824 if test "$LN_S" = "ln -s"; then
   4825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   4826 $as_echo "yes" >&6; }
   4827 else
   4828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
   4829 $as_echo "no, using $LN_S" >&6; }
   4830 fi
   4831 
   4832 # find the maximum length of command line arguments
   4833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
   4834 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
   4835 if ${lt_cv_sys_max_cmd_len+:} false; then :
   4836   $as_echo_n "(cached) " >&6
   4837 else
   4838     i=0
   4839   teststring="ABCD"
   4840 
   4841   case $build_os in
   4842   msdosdjgpp*)
   4843     # On DJGPP, this test can blow up pretty badly due to problems in libc
   4844     # (any single argument exceeding 2000 bytes causes a buffer overrun
   4845     # during glob expansion).  Even if it were fixed, the result of this
   4846     # check would be larger than it should be.
   4847     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
   4848     ;;
   4849 
   4850   gnu*)
   4851     # Under GNU Hurd, this test is not required because there is
   4852     # no limit to the length of command line arguments.
   4853     # Libtool will interpret -1 as no limit whatsoever
   4854     lt_cv_sys_max_cmd_len=-1;
   4855     ;;
   4856 
   4857   cygwin* | mingw* | cegcc*)
   4858     # On Win9x/ME, this test blows up -- it succeeds, but takes
   4859     # about 5 minutes as the teststring grows exponentially.
   4860     # Worse, since 9x/ME are not pre-emptively multitasking,
   4861     # you end up with a "frozen" computer, even though with patience
   4862     # the test eventually succeeds (with a max line length of 256k).
   4863     # Instead, let's just punt: use the minimum linelength reported by
   4864     # all of the supported platforms: 8192 (on NT/2K/XP).
   4865     lt_cv_sys_max_cmd_len=8192;
   4866     ;;
   4867 
   4868   amigaos*)
   4869     # On AmigaOS with pdksh, this test takes hours, literally.
   4870     # So we just punt and use a minimum line length of 8192.
   4871     lt_cv_sys_max_cmd_len=8192;
   4872     ;;
   4873 
   4874   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
   4875     # This has been around since 386BSD, at least.  Likely further.
   4876     if test -x /sbin/sysctl; then
   4877       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
   4878     elif test -x /usr/sbin/sysctl; then
   4879       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
   4880     else
   4881       lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
   4882     fi
   4883     # And add a safety zone
   4884     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   4885     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   4886     ;;
   4887 
   4888   interix*)
   4889     # We know the value 262144 and hardcode it with a safety zone (like BSD)
   4890     lt_cv_sys_max_cmd_len=196608
   4891     ;;
   4892 
   4893   osf*)
   4894     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
   4895     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
   4896     # nice to cause kernel panics so lets avoid the loop below.
   4897     # First set a reasonable default.
   4898     lt_cv_sys_max_cmd_len=16384
   4899     #
   4900     if test -x /sbin/sysconfig; then
   4901       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
   4902         *1*) lt_cv_sys_max_cmd_len=-1 ;;
   4903       esac
   4904     fi
   4905     ;;
   4906   sco3.2v5*)
   4907     lt_cv_sys_max_cmd_len=102400
   4908     ;;
   4909   sysv5* | sco5v6* | sysv4.2uw2*)
   4910     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
   4911     if test -n "$kargmax"; then
   4912       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
   4913     else
   4914       lt_cv_sys_max_cmd_len=32768
   4915     fi
   4916     ;;
   4917   *)
   4918     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
   4919     if test -n "$lt_cv_sys_max_cmd_len"; then
   4920       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
   4921       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
   4922     else
   4923       # Make teststring a little bigger before we do anything with it.
   4924       # a 1K string should be a reasonable start.
   4925       for i in 1 2 3 4 5 6 7 8 ; do
   4926         teststring=$teststring$teststring
   4927       done
   4928       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
   4929       # If test is not a shell built-in, we'll probably end up computing a
   4930       # maximum length that is only half of the actual maximum length, but
   4931       # we can't tell.
   4932       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
   4933 	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
   4934 	      test $i != 17 # 1/2 MB should be enough
   4935       do
   4936         i=`expr $i + 1`
   4937         teststring=$teststring$teststring
   4938       done
   4939       # Only check the string length outside the loop.
   4940       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
   4941       teststring=
   4942       # Add a significant safety factor because C++ compilers can tack on
   4943       # massive amounts of additional arguments before passing them to the
   4944       # linker.  It appears as though 1/2 is a usable value.
   4945       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
   4946     fi
   4947     ;;
   4948   esac
   4949 
   4950 fi
   4951 
   4952 if test -n $lt_cv_sys_max_cmd_len ; then
   4953   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
   4954 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
   4955 else
   4956   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
   4957 $as_echo "none" >&6; }
   4958 fi
   4959 max_cmd_len=$lt_cv_sys_max_cmd_len
   4960 
   4961 
   4962 
   4963 
   4964 
   4965 
   4966 : ${CP="cp -f"}
   4967 : ${MV="mv -f"}
   4968 : ${RM="rm -f"}
   4969 
   4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
   4971 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
   4972 # Try some XSI features
   4973 xsi_shell=no
   4974 ( _lt_dummy="a/b/c"
   4975   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
   4976       = c,a/b,, \
   4977     && eval 'test $(( 1 + 1 )) -eq 2 \
   4978     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
   4979   && xsi_shell=yes
   4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
   4981 $as_echo "$xsi_shell" >&6; }
   4982 
   4983 
   4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
   4985 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
   4986 lt_shell_append=no
   4987 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
   4988     >/dev/null 2>&1 \
   4989   && lt_shell_append=yes
   4990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
   4991 $as_echo "$lt_shell_append" >&6; }
   4992 
   4993 
   4994 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   4995   lt_unset=unset
   4996 else
   4997   lt_unset=false
   4998 fi
   4999 
   5000 
   5001 
   5002 
   5003 
   5004 # test EBCDIC or ASCII
   5005 case `echo X|tr X '\101'` in
   5006  A) # ASCII based system
   5007     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
   5008   lt_SP2NL='tr \040 \012'
   5009   lt_NL2SP='tr \015\012 \040\040'
   5010   ;;
   5011  *) # EBCDIC based system
   5012   lt_SP2NL='tr \100 \n'
   5013   lt_NL2SP='tr \r\n \100\100'
   5014   ;;
   5015 esac
   5016 
   5017 
   5018 
   5019 
   5020 
   5021 
   5022 
   5023 
   5024 
   5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
   5026 $as_echo_n "checking for $LD option to reload object files... " >&6; }
   5027 if ${lt_cv_ld_reload_flag+:} false; then :
   5028   $as_echo_n "(cached) " >&6
   5029 else
   5030   lt_cv_ld_reload_flag='-r'
   5031 fi
   5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
   5033 $as_echo "$lt_cv_ld_reload_flag" >&6; }
   5034 reload_flag=$lt_cv_ld_reload_flag
   5035 case $reload_flag in
   5036 "" | " "*) ;;
   5037 *) reload_flag=" $reload_flag" ;;
   5038 esac
   5039 reload_cmds='$LD$reload_flag -o $output$reload_objs'
   5040 case $host_os in
   5041   darwin*)
   5042     if test "$GCC" = yes; then
   5043       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
   5044     else
   5045       reload_cmds='$LD$reload_flag -o $output$reload_objs'
   5046     fi
   5047     ;;
   5048 esac
   5049 
   5050 
   5051 
   5052 
   5053 
   5054 
   5055 
   5056 
   5057 
   5058 if test -n "$ac_tool_prefix"; then
   5059   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
   5060 set dummy ${ac_tool_prefix}objdump; ac_word=$2
   5061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5062 $as_echo_n "checking for $ac_word... " >&6; }
   5063 if ${ac_cv_prog_OBJDUMP+:} false; then :
   5064   $as_echo_n "(cached) " >&6
   5065 else
   5066   if test -n "$OBJDUMP"; then
   5067   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
   5068 else
   5069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5070 for as_dir in $PATH
   5071 do
   5072   IFS=$as_save_IFS
   5073   test -z "$as_dir" && as_dir=.
   5074     for ac_exec_ext in '' $ac_executable_extensions; do
   5075   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5076     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
   5077     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5078     break 2
   5079   fi
   5080 done
   5081   done
   5082 IFS=$as_save_IFS
   5083 
   5084 fi
   5085 fi
   5086 OBJDUMP=$ac_cv_prog_OBJDUMP
   5087 if test -n "$OBJDUMP"; then
   5088   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
   5089 $as_echo "$OBJDUMP" >&6; }
   5090 else
   5091   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5092 $as_echo "no" >&6; }
   5093 fi
   5094 
   5095 
   5096 fi
   5097 if test -z "$ac_cv_prog_OBJDUMP"; then
   5098   ac_ct_OBJDUMP=$OBJDUMP
   5099   # Extract the first word of "objdump", so it can be a program name with args.
   5100 set dummy objdump; ac_word=$2
   5101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5102 $as_echo_n "checking for $ac_word... " >&6; }
   5103 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
   5104   $as_echo_n "(cached) " >&6
   5105 else
   5106   if test -n "$ac_ct_OBJDUMP"; then
   5107   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
   5108 else
   5109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5110 for as_dir in $PATH
   5111 do
   5112   IFS=$as_save_IFS
   5113   test -z "$as_dir" && as_dir=.
   5114     for ac_exec_ext in '' $ac_executable_extensions; do
   5115   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5116     ac_cv_prog_ac_ct_OBJDUMP="objdump"
   5117     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5118     break 2
   5119   fi
   5120 done
   5121   done
   5122 IFS=$as_save_IFS
   5123 
   5124 fi
   5125 fi
   5126 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
   5127 if test -n "$ac_ct_OBJDUMP"; then
   5128   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
   5129 $as_echo "$ac_ct_OBJDUMP" >&6; }
   5130 else
   5131   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5132 $as_echo "no" >&6; }
   5133 fi
   5134 
   5135   if test "x$ac_ct_OBJDUMP" = x; then
   5136     OBJDUMP="false"
   5137   else
   5138     case $cross_compiling:$ac_tool_warned in
   5139 yes:)
   5140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5142 ac_tool_warned=yes ;;
   5143 esac
   5144     OBJDUMP=$ac_ct_OBJDUMP
   5145   fi
   5146 else
   5147   OBJDUMP="$ac_cv_prog_OBJDUMP"
   5148 fi
   5149 
   5150 test -z "$OBJDUMP" && OBJDUMP=objdump
   5151 
   5152 
   5153 
   5154 
   5155 
   5156 
   5157 
   5158 
   5159 
   5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
   5161 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
   5162 if ${lt_cv_deplibs_check_method+:} false; then :
   5163   $as_echo_n "(cached) " >&6
   5164 else
   5165   lt_cv_file_magic_cmd='$MAGIC_CMD'
   5166 lt_cv_file_magic_test_file=
   5167 lt_cv_deplibs_check_method='unknown'
   5168 # Need to set the preceding variable on all platforms that support
   5169 # interlibrary dependencies.
   5170 # 'none' -- dependencies not supported.
   5171 # `unknown' -- same as none, but documents that we really don't know.
   5172 # 'pass_all' -- all dependencies passed with no checks.
   5173 # 'test_compile' -- check by making test program.
   5174 # 'file_magic [[regex]]' -- check by looking for files in library path
   5175 # which responds to the $file_magic_cmd with a given extended regex.
   5176 # If you have `file' or equivalent on your system and you're not sure
   5177 # whether `pass_all' will *always* work, you probably want this one.
   5178 
   5179 case $host_os in
   5180 aix[4-9]*)
   5181   lt_cv_deplibs_check_method=pass_all
   5182   ;;
   5183 
   5184 beos*)
   5185   lt_cv_deplibs_check_method=pass_all
   5186   ;;
   5187 
   5188 bsdi[45]*)
   5189   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
   5190   lt_cv_file_magic_cmd='/usr/bin/file -L'
   5191   lt_cv_file_magic_test_file=/shlib/libc.so
   5192   ;;
   5193 
   5194 cygwin*)
   5195   # func_win32_libid is a shell function defined in ltmain.sh
   5196   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   5197   lt_cv_file_magic_cmd='func_win32_libid'
   5198   ;;
   5199 
   5200 mingw* | pw32*)
   5201   # Base MSYS/MinGW do not provide the 'file' command needed by
   5202   # func_win32_libid shell function, so use a weaker test based on 'objdump',
   5203   # unless we find 'file', for example because we are cross-compiling.
   5204   if ( file / ) >/dev/null 2>&1; then
   5205     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
   5206     lt_cv_file_magic_cmd='func_win32_libid'
   5207   else
   5208     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
   5209     lt_cv_file_magic_cmd='$OBJDUMP -f'
   5210   fi
   5211   ;;
   5212 
   5213 cegcc)
   5214   # use the weaker test based on 'objdump'. See mingw*.
   5215   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
   5216   lt_cv_file_magic_cmd='$OBJDUMP -f'
   5217   ;;
   5218 
   5219 darwin* | rhapsody*)
   5220   lt_cv_deplibs_check_method=pass_all
   5221   ;;
   5222 
   5223 freebsd* | dragonfly*)
   5224   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   5225     case $host_cpu in
   5226     i*86 )
   5227       # Not sure whether the presence of OpenBSD here was a mistake.
   5228       # Let's accept both of them until this is cleared up.
   5229       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
   5230       lt_cv_file_magic_cmd=/usr/bin/file
   5231       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
   5232       ;;
   5233     esac
   5234   else
   5235     lt_cv_deplibs_check_method=pass_all
   5236   fi
   5237   ;;
   5238 
   5239 gnu*)
   5240   lt_cv_deplibs_check_method=pass_all
   5241   ;;
   5242 
   5243 hpux10.20* | hpux11*)
   5244   lt_cv_file_magic_cmd=/usr/bin/file
   5245   case $host_cpu in
   5246   ia64*)
   5247     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
   5248     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
   5249     ;;
   5250   hppa*64*)
   5251     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
   5252     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
   5253     ;;
   5254   *)
   5255     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
   5256     lt_cv_file_magic_test_file=/usr/lib/libc.sl
   5257     ;;
   5258   esac
   5259   ;;
   5260 
   5261 interix[3-9]*)
   5262   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
   5263   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
   5264   ;;
   5265 
   5266 irix5* | irix6* | nonstopux*)
   5267   case $LD in
   5268   *-32|*"-32 ") libmagic=32-bit;;
   5269   *-n32|*"-n32 ") libmagic=N32;;
   5270   *-64|*"-64 ") libmagic=64-bit;;
   5271   *) libmagic=never-match;;
   5272   esac
   5273   lt_cv_deplibs_check_method=pass_all
   5274   ;;
   5275 
   5276 # This must be Linux ELF.
   5277 linux* | k*bsd*-gnu)
   5278   lt_cv_deplibs_check_method=pass_all
   5279   ;;
   5280 
   5281 netbsd*)
   5282   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
   5283     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   5284   else
   5285     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
   5286   fi
   5287   ;;
   5288 
   5289 newos6*)
   5290   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
   5291   lt_cv_file_magic_cmd=/usr/bin/file
   5292   lt_cv_file_magic_test_file=/usr/lib/libnls.so
   5293   ;;
   5294 
   5295 *nto* | *qnx*)
   5296   lt_cv_deplibs_check_method=pass_all
   5297   ;;
   5298 
   5299 openbsd*)
   5300   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   5301     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
   5302   else
   5303     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   5304   fi
   5305   ;;
   5306 
   5307 osf3* | osf4* | osf5*)
   5308   lt_cv_deplibs_check_method=pass_all
   5309   ;;
   5310 
   5311 rdos*)
   5312   lt_cv_deplibs_check_method=pass_all
   5313   ;;
   5314 
   5315 solaris*)
   5316   lt_cv_deplibs_check_method=pass_all
   5317   ;;
   5318 
   5319 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   5320   lt_cv_deplibs_check_method=pass_all
   5321   ;;
   5322 
   5323 sysv4 | sysv4.3*)
   5324   case $host_vendor in
   5325   motorola)
   5326     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]'
   5327     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
   5328     ;;
   5329   ncr)
   5330     lt_cv_deplibs_check_method=pass_all
   5331     ;;
   5332   sequent)
   5333     lt_cv_file_magic_cmd='/bin/file'
   5334     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
   5335     ;;
   5336   sni)
   5337     lt_cv_file_magic_cmd='/bin/file'
   5338     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
   5339     lt_cv_file_magic_test_file=/lib/libc.so
   5340     ;;
   5341   siemens)
   5342     lt_cv_deplibs_check_method=pass_all
   5343     ;;
   5344   pc)
   5345     lt_cv_deplibs_check_method=pass_all
   5346     ;;
   5347   esac
   5348   ;;
   5349 
   5350 tpf*)
   5351   lt_cv_deplibs_check_method=pass_all
   5352   ;;
   5353 esac
   5354 
   5355 fi
   5356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
   5357 $as_echo "$lt_cv_deplibs_check_method" >&6; }
   5358 file_magic_cmd=$lt_cv_file_magic_cmd
   5359 deplibs_check_method=$lt_cv_deplibs_check_method
   5360 test -z "$deplibs_check_method" && deplibs_check_method=unknown
   5361 
   5362 
   5363 
   5364 
   5365 
   5366 
   5367 
   5368 
   5369 
   5370 
   5371 
   5372 
   5373 if test -n "$ac_tool_prefix"; then
   5374   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   5375 set dummy ${ac_tool_prefix}ar; ac_word=$2
   5376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5377 $as_echo_n "checking for $ac_word... " >&6; }
   5378 if ${ac_cv_prog_AR+:} false; then :
   5379   $as_echo_n "(cached) " >&6
   5380 else
   5381   if test -n "$AR"; then
   5382   ac_cv_prog_AR="$AR" # Let the user override the test.
   5383 else
   5384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5385 for as_dir in $PATH
   5386 do
   5387   IFS=$as_save_IFS
   5388   test -z "$as_dir" && as_dir=.
   5389     for ac_exec_ext in '' $ac_executable_extensions; do
   5390   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5391     ac_cv_prog_AR="${ac_tool_prefix}ar"
   5392     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5393     break 2
   5394   fi
   5395 done
   5396   done
   5397 IFS=$as_save_IFS
   5398 
   5399 fi
   5400 fi
   5401 AR=$ac_cv_prog_AR
   5402 if test -n "$AR"; then
   5403   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   5404 $as_echo "$AR" >&6; }
   5405 else
   5406   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5407 $as_echo "no" >&6; }
   5408 fi
   5409 
   5410 
   5411 fi
   5412 if test -z "$ac_cv_prog_AR"; then
   5413   ac_ct_AR=$AR
   5414   # Extract the first word of "ar", so it can be a program name with args.
   5415 set dummy ar; ac_word=$2
   5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5417 $as_echo_n "checking for $ac_word... " >&6; }
   5418 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   5419   $as_echo_n "(cached) " >&6
   5420 else
   5421   if test -n "$ac_ct_AR"; then
   5422   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   5423 else
   5424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5425 for as_dir in $PATH
   5426 do
   5427   IFS=$as_save_IFS
   5428   test -z "$as_dir" && as_dir=.
   5429     for ac_exec_ext in '' $ac_executable_extensions; do
   5430   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5431     ac_cv_prog_ac_ct_AR="ar"
   5432     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5433     break 2
   5434   fi
   5435 done
   5436   done
   5437 IFS=$as_save_IFS
   5438 
   5439 fi
   5440 fi
   5441 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   5442 if test -n "$ac_ct_AR"; then
   5443   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   5444 $as_echo "$ac_ct_AR" >&6; }
   5445 else
   5446   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5447 $as_echo "no" >&6; }
   5448 fi
   5449 
   5450   if test "x$ac_ct_AR" = x; then
   5451     AR="false"
   5452   else
   5453     case $cross_compiling:$ac_tool_warned in
   5454 yes:)
   5455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5456 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5457 ac_tool_warned=yes ;;
   5458 esac
   5459     AR=$ac_ct_AR
   5460   fi
   5461 else
   5462   AR="$ac_cv_prog_AR"
   5463 fi
   5464 
   5465 test -z "$AR" && AR=ar
   5466 test -z "$AR_FLAGS" && AR_FLAGS=cru
   5467 
   5468 
   5469 
   5470 
   5471 
   5472 
   5473 
   5474 
   5475 
   5476 
   5477 
   5478 if test -n "$ac_tool_prefix"; then
   5479   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
   5480 set dummy ${ac_tool_prefix}strip; ac_word=$2
   5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5482 $as_echo_n "checking for $ac_word... " >&6; }
   5483 if ${ac_cv_prog_STRIP+:} false; then :
   5484   $as_echo_n "(cached) " >&6
   5485 else
   5486   if test -n "$STRIP"; then
   5487   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
   5488 else
   5489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5490 for as_dir in $PATH
   5491 do
   5492   IFS=$as_save_IFS
   5493   test -z "$as_dir" && as_dir=.
   5494     for ac_exec_ext in '' $ac_executable_extensions; do
   5495   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5496     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
   5497     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5498     break 2
   5499   fi
   5500 done
   5501   done
   5502 IFS=$as_save_IFS
   5503 
   5504 fi
   5505 fi
   5506 STRIP=$ac_cv_prog_STRIP
   5507 if test -n "$STRIP"; then
   5508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
   5509 $as_echo "$STRIP" >&6; }
   5510 else
   5511   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5512 $as_echo "no" >&6; }
   5513 fi
   5514 
   5515 
   5516 fi
   5517 if test -z "$ac_cv_prog_STRIP"; then
   5518   ac_ct_STRIP=$STRIP
   5519   # Extract the first word of "strip", so it can be a program name with args.
   5520 set dummy strip; ac_word=$2
   5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5522 $as_echo_n "checking for $ac_word... " >&6; }
   5523 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
   5524   $as_echo_n "(cached) " >&6
   5525 else
   5526   if test -n "$ac_ct_STRIP"; then
   5527   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
   5528 else
   5529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5530 for as_dir in $PATH
   5531 do
   5532   IFS=$as_save_IFS
   5533   test -z "$as_dir" && as_dir=.
   5534     for ac_exec_ext in '' $ac_executable_extensions; do
   5535   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5536     ac_cv_prog_ac_ct_STRIP="strip"
   5537     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5538     break 2
   5539   fi
   5540 done
   5541   done
   5542 IFS=$as_save_IFS
   5543 
   5544 fi
   5545 fi
   5546 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
   5547 if test -n "$ac_ct_STRIP"; then
   5548   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
   5549 $as_echo "$ac_ct_STRIP" >&6; }
   5550 else
   5551   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5552 $as_echo "no" >&6; }
   5553 fi
   5554 
   5555   if test "x$ac_ct_STRIP" = x; then
   5556     STRIP=":"
   5557   else
   5558     case $cross_compiling:$ac_tool_warned in
   5559 yes:)
   5560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5561 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5562 ac_tool_warned=yes ;;
   5563 esac
   5564     STRIP=$ac_ct_STRIP
   5565   fi
   5566 else
   5567   STRIP="$ac_cv_prog_STRIP"
   5568 fi
   5569 
   5570 test -z "$STRIP" && STRIP=:
   5571 
   5572 
   5573 
   5574 
   5575 
   5576 
   5577 if test -n "$ac_tool_prefix"; then
   5578   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
   5579 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
   5580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5581 $as_echo_n "checking for $ac_word... " >&6; }
   5582 if ${ac_cv_prog_RANLIB+:} false; then :
   5583   $as_echo_n "(cached) " >&6
   5584 else
   5585   if test -n "$RANLIB"; then
   5586   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
   5587 else
   5588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5589 for as_dir in $PATH
   5590 do
   5591   IFS=$as_save_IFS
   5592   test -z "$as_dir" && as_dir=.
   5593     for ac_exec_ext in '' $ac_executable_extensions; do
   5594   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5595     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
   5596     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5597     break 2
   5598   fi
   5599 done
   5600   done
   5601 IFS=$as_save_IFS
   5602 
   5603 fi
   5604 fi
   5605 RANLIB=$ac_cv_prog_RANLIB
   5606 if test -n "$RANLIB"; then
   5607   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
   5608 $as_echo "$RANLIB" >&6; }
   5609 else
   5610   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5611 $as_echo "no" >&6; }
   5612 fi
   5613 
   5614 
   5615 fi
   5616 if test -z "$ac_cv_prog_RANLIB"; then
   5617   ac_ct_RANLIB=$RANLIB
   5618   # Extract the first word of "ranlib", so it can be a program name with args.
   5619 set dummy ranlib; ac_word=$2
   5620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   5621 $as_echo_n "checking for $ac_word... " >&6; }
   5622 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   5623   $as_echo_n "(cached) " >&6
   5624 else
   5625   if test -n "$ac_ct_RANLIB"; then
   5626   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
   5627 else
   5628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   5629 for as_dir in $PATH
   5630 do
   5631   IFS=$as_save_IFS
   5632   test -z "$as_dir" && as_dir=.
   5633     for ac_exec_ext in '' $ac_executable_extensions; do
   5634   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   5635     ac_cv_prog_ac_ct_RANLIB="ranlib"
   5636     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   5637     break 2
   5638   fi
   5639 done
   5640   done
   5641 IFS=$as_save_IFS
   5642 
   5643 fi
   5644 fi
   5645 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
   5646 if test -n "$ac_ct_RANLIB"; then
   5647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
   5648 $as_echo "$ac_ct_RANLIB" >&6; }
   5649 else
   5650   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   5651 $as_echo "no" >&6; }
   5652 fi
   5653 
   5654   if test "x$ac_ct_RANLIB" = x; then
   5655     RANLIB=":"
   5656   else
   5657     case $cross_compiling:$ac_tool_warned in
   5658 yes:)
   5659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   5660 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   5661 ac_tool_warned=yes ;;
   5662 esac
   5663     RANLIB=$ac_ct_RANLIB
   5664   fi
   5665 else
   5666   RANLIB="$ac_cv_prog_RANLIB"
   5667 fi
   5668 
   5669 test -z "$RANLIB" && RANLIB=:
   5670 
   5671 
   5672 
   5673 
   5674 
   5675 
   5676 # Determine commands to create old-style static archives.
   5677 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
   5678 old_postinstall_cmds='chmod 644 $oldlib'
   5679 old_postuninstall_cmds=
   5680 
   5681 if test -n "$RANLIB"; then
   5682   case $host_os in
   5683   openbsd*)
   5684     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
   5685     ;;
   5686   *)
   5687     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
   5688     ;;
   5689   esac
   5690   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
   5691 fi
   5692 
   5693 
   5694 
   5695 
   5696 
   5697 
   5698 
   5699 
   5700 
   5701 
   5702 
   5703 
   5704 
   5705 
   5706 
   5707 
   5708 
   5709 
   5710 
   5711 
   5712 
   5713 
   5714 
   5715 
   5716 
   5717 
   5718 
   5719 
   5720 
   5721 
   5722 
   5723 
   5724 
   5725 
   5726 # If no C compiler was specified, use CC.
   5727 LTCC=${LTCC-"$CC"}
   5728 
   5729 # If no C compiler flags were specified, use CFLAGS.
   5730 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   5731 
   5732 # Allow CC to be a program name with arguments.
   5733 compiler=$CC
   5734 
   5735 
   5736 # Check for command to grab the raw symbol name followed by C symbol from nm.
   5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
   5738 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
   5739 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
   5740   $as_echo_n "(cached) " >&6
   5741 else
   5742 
   5743 # These are sane defaults that work on at least a few old systems.
   5744 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
   5745 
   5746 # Character class describing NM global symbol codes.
   5747 symcode='[BCDEGRST]'
   5748 
   5749 # Regexp to match symbols that can be accessed directly from C.
   5750 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
   5751 
   5752 # Define system-specific variables.
   5753 case $host_os in
   5754 aix*)
   5755   symcode='[BCDT]'
   5756   ;;
   5757 cygwin* | mingw* | pw32* | cegcc*)
   5758   symcode='[ABCDGISTW]'
   5759   ;;
   5760 hpux*)
   5761   if test "$host_cpu" = ia64; then
   5762     symcode='[ABCDEGRST]'
   5763   fi
   5764   ;;
   5765 irix* | nonstopux*)
   5766   symcode='[BCDEGRST]'
   5767   ;;
   5768 osf*)
   5769   symcode='[BCDEGQRST]'
   5770   ;;
   5771 solaris*)
   5772   symcode='[BDRT]'
   5773   ;;
   5774 sco3.2v5*)
   5775   symcode='[DT]'
   5776   ;;
   5777 sysv4.2uw2*)
   5778   symcode='[DT]'
   5779   ;;
   5780 sysv5* | sco5v6* | unixware* | OpenUNIX*)
   5781   symcode='[ABDT]'
   5782   ;;
   5783 sysv4)
   5784   symcode='[DFNSTU]'
   5785   ;;
   5786 esac
   5787 
   5788 # If we're using GNU nm, then use its standard symbol codes.
   5789 case `$NM -V 2>&1` in
   5790 *GNU* | *'with BFD'*)
   5791   symcode='[ABCDGIRSTW]' ;;
   5792 esac
   5793 
   5794 # Transform an extracted symbol line into a proper C declaration.
   5795 # Some systems (esp. on ia64) link data and code symbols differently,
   5796 # so use this general approach.
   5797 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   5798 
   5799 # Transform an extracted symbol line into symbol name and symbol address
   5800 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
   5801 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'"
   5802 
   5803 # Handle CRLF in mingw tool chain
   5804 opt_cr=
   5805 case $build_os in
   5806 mingw*)
   5807   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
   5808   ;;
   5809 esac
   5810 
   5811 # Try without a prefix underscore, then with it.
   5812 for ac_symprfx in "" "_"; do
   5813 
   5814   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
   5815   symxfrm="\\1 $ac_symprfx\\2 \\2"
   5816 
   5817   # Write the raw and C identifiers.
   5818   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
   5819     # Fake it for dumpbin and say T for any non-static function
   5820     # and D for any global variable.
   5821     # Also find C++ and __fastcall symbols from MSVC++,
   5822     # which start with @ or ?.
   5823     lt_cv_sys_global_symbol_pipe="$AWK '"\
   5824 "     {last_section=section; section=\$ 3};"\
   5825 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
   5826 "     \$ 0!~/External *\|/{next};"\
   5827 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
   5828 "     {if(hide[section]) next};"\
   5829 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
   5830 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
   5831 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
   5832 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
   5833 "     ' prfx=^$ac_symprfx"
   5834   else
   5835     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
   5836   fi
   5837 
   5838   # Check to see that the pipe works correctly.
   5839   pipe_works=no
   5840 
   5841   rm -f conftest*
   5842   cat > conftest.$ac_ext <<_LT_EOF
   5843 #ifdef __cplusplus
   5844 extern "C" {
   5845 #endif
   5846 char nm_test_var;
   5847 void nm_test_func(void);
   5848 void nm_test_func(void){}
   5849 #ifdef __cplusplus
   5850 }
   5851 #endif
   5852 int main(){nm_test_var='a';nm_test_func();return(0);}
   5853 _LT_EOF
   5854 
   5855   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   5856   (eval $ac_compile) 2>&5
   5857   ac_status=$?
   5858   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5859   test $ac_status = 0; }; then
   5860     # Now try to grab the symbols.
   5861     nlist=conftest.nm
   5862     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
   5863   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
   5864   ac_status=$?
   5865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5866   test $ac_status = 0; } && test -s "$nlist"; then
   5867       # Try sorting and uniquifying the output.
   5868       if sort "$nlist" | uniq > "$nlist"T; then
   5869 	mv -f "$nlist"T "$nlist"
   5870       else
   5871 	rm -f "$nlist"T
   5872       fi
   5873 
   5874       # Make sure that we snagged all the symbols we need.
   5875       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
   5876 	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
   5877 	  cat <<_LT_EOF > conftest.$ac_ext
   5878 #ifdef __cplusplus
   5879 extern "C" {
   5880 #endif
   5881 
   5882 _LT_EOF
   5883 	  # Now generate the symbol file.
   5884 	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
   5885 
   5886 	  cat <<_LT_EOF >> conftest.$ac_ext
   5887 
   5888 /* The mapping between symbol names and symbols.  */
   5889 const struct {
   5890   const char *name;
   5891   void       *address;
   5892 }
   5893 lt__PROGRAM__LTX_preloaded_symbols[] =
   5894 {
   5895   { "@PROGRAM@", (void *) 0 },
   5896 _LT_EOF
   5897 	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
   5898 	  cat <<\_LT_EOF >> conftest.$ac_ext
   5899   {0, (void *) 0}
   5900 };
   5901 
   5902 /* This works around a problem in FreeBSD linker */
   5903 #ifdef FREEBSD_WORKAROUND
   5904 static const void *lt_preloaded_setup() {
   5905   return lt__PROGRAM__LTX_preloaded_symbols;
   5906 }
   5907 #endif
   5908 
   5909 #ifdef __cplusplus
   5910 }
   5911 #endif
   5912 _LT_EOF
   5913 	  # Now try linking the two files.
   5914 	  mv conftest.$ac_objext conftstm.$ac_objext
   5915 	  lt_save_LIBS="$LIBS"
   5916 	  lt_save_CFLAGS="$CFLAGS"
   5917 	  LIBS="conftstm.$ac_objext"
   5918 	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
   5919 	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   5920   (eval $ac_link) 2>&5
   5921   ac_status=$?
   5922   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   5923   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
   5924 	    pipe_works=yes
   5925 	  fi
   5926 	  LIBS="$lt_save_LIBS"
   5927 	  CFLAGS="$lt_save_CFLAGS"
   5928 	else
   5929 	  echo "cannot find nm_test_func in $nlist" >&5
   5930 	fi
   5931       else
   5932 	echo "cannot find nm_test_var in $nlist" >&5
   5933       fi
   5934     else
   5935       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
   5936     fi
   5937   else
   5938     echo "$progname: failed program was:" >&5
   5939     cat conftest.$ac_ext >&5
   5940   fi
   5941   rm -rf conftest* conftst*
   5942 
   5943   # Do not use the global_symbol_pipe unless it works.
   5944   if test "$pipe_works" = yes; then
   5945     break
   5946   else
   5947     lt_cv_sys_global_symbol_pipe=
   5948   fi
   5949 done
   5950 
   5951 fi
   5952 
   5953 if test -z "$lt_cv_sys_global_symbol_pipe"; then
   5954   lt_cv_sys_global_symbol_to_cdecl=
   5955 fi
   5956 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
   5957   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
   5958 $as_echo "failed" >&6; }
   5959 else
   5960   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
   5961 $as_echo "ok" >&6; }
   5962 fi
   5963 
   5964 
   5965 
   5966 
   5967 
   5968 
   5969 
   5970 
   5971 
   5972 
   5973 
   5974 
   5975 
   5976 
   5977 
   5978 
   5979 
   5980 
   5981 
   5982 
   5983 
   5984 
   5985 
   5986 # Check whether --enable-libtool-lock was given.
   5987 if test "${enable_libtool_lock+set}" = set; then :
   5988   enableval=$enable_libtool_lock;
   5989 fi
   5990 
   5991 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
   5992 
   5993 # Some flags need to be propagated to the compiler or linker for good
   5994 # libtool support.
   5995 case $host in
   5996 ia64-*-hpux*)
   5997   # Find out which ABI we are using.
   5998   echo 'int i;' > conftest.$ac_ext
   5999   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6000   (eval $ac_compile) 2>&5
   6001   ac_status=$?
   6002   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6003   test $ac_status = 0; }; then
   6004     case `/usr/bin/file conftest.$ac_objext` in
   6005       *ELF-32*)
   6006 	HPUX_IA64_MODE="32"
   6007 	;;
   6008       *ELF-64*)
   6009 	HPUX_IA64_MODE="64"
   6010 	;;
   6011     esac
   6012   fi
   6013   rm -rf conftest*
   6014   ;;
   6015 *-*-irix6*)
   6016   # Find out which ABI we are using.
   6017   echo '#line 6017 "configure"' > conftest.$ac_ext
   6018   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6019   (eval $ac_compile) 2>&5
   6020   ac_status=$?
   6021   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6022   test $ac_status = 0; }; then
   6023     if test "$lt_cv_prog_gnu_ld" = yes; then
   6024       case `/usr/bin/file conftest.$ac_objext` in
   6025 	*32-bit*)
   6026 	  LD="${LD-ld} -melf32bsmip"
   6027 	  ;;
   6028 	*N32*)
   6029 	  LD="${LD-ld} -melf32bmipn32"
   6030 	  ;;
   6031 	*64-bit*)
   6032 	  LD="${LD-ld} -melf64bmip"
   6033 	;;
   6034       esac
   6035     else
   6036       case `/usr/bin/file conftest.$ac_objext` in
   6037 	*32-bit*)
   6038 	  LD="${LD-ld} -32"
   6039 	  ;;
   6040 	*N32*)
   6041 	  LD="${LD-ld} -n32"
   6042 	  ;;
   6043 	*64-bit*)
   6044 	  LD="${LD-ld} -64"
   6045 	  ;;
   6046       esac
   6047     fi
   6048   fi
   6049   rm -rf conftest*
   6050   ;;
   6051 
   6052 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
   6053 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   6054   # Find out which ABI we are using.
   6055   echo 'int i;' > conftest.$ac_ext
   6056   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6057   (eval $ac_compile) 2>&5
   6058   ac_status=$?
   6059   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6060   test $ac_status = 0; }; then
   6061     case `/usr/bin/file conftest.o` in
   6062       *32-bit*)
   6063 	case $host in
   6064 	  x86_64-*kfreebsd*-gnu)
   6065 	    LD="${LD-ld} -m elf_i386_fbsd"
   6066 	    ;;
   6067 	  x86_64-*linux*)
   6068 	    LD="${LD-ld} -m elf_i386"
   6069 	    ;;
   6070 	  ppc64-*linux*|powerpc64-*linux*)
   6071 	    LD="${LD-ld} -m elf32ppclinux"
   6072 	    ;;
   6073 	  s390x-*linux*)
   6074 	    LD="${LD-ld} -m elf_s390"
   6075 	    ;;
   6076 	  sparc64-*linux*)
   6077 	    LD="${LD-ld} -m elf32_sparc"
   6078 	    ;;
   6079 	esac
   6080 	;;
   6081       *64-bit*)
   6082 	case $host in
   6083 	  x86_64-*kfreebsd*-gnu)
   6084 	    LD="${LD-ld} -m elf_x86_64_fbsd"
   6085 	    ;;
   6086 	  x86_64-*linux*)
   6087 	    LD="${LD-ld} -m elf_x86_64"
   6088 	    ;;
   6089 	  ppc*-*linux*|powerpc*-*linux*)
   6090 	    LD="${LD-ld} -m elf64ppc"
   6091 	    ;;
   6092 	  s390*-*linux*|s390*-*tpf*)
   6093 	    LD="${LD-ld} -m elf64_s390"
   6094 	    ;;
   6095 	  sparc*-*linux*)
   6096 	    LD="${LD-ld} -m elf64_sparc"
   6097 	    ;;
   6098 	esac
   6099 	;;
   6100     esac
   6101   fi
   6102   rm -rf conftest*
   6103   ;;
   6104 
   6105 *-*-sco3.2v5*)
   6106   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
   6107   SAVE_CFLAGS="$CFLAGS"
   6108   CFLAGS="$CFLAGS -belf"
   6109   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
   6110 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
   6111 if ${lt_cv_cc_needs_belf+:} false; then :
   6112   $as_echo_n "(cached) " >&6
   6113 else
   6114   ac_ext=c
   6115 ac_cpp='$CPP $CPPFLAGS'
   6116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   6117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   6118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   6119 
   6120      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6121 /* end confdefs.h.  */
   6122 
   6123 int
   6124 main ()
   6125 {
   6126 
   6127   ;
   6128   return 0;
   6129 }
   6130 _ACEOF
   6131 if ac_fn_c_try_link "$LINENO"; then :
   6132   lt_cv_cc_needs_belf=yes
   6133 else
   6134   lt_cv_cc_needs_belf=no
   6135 fi
   6136 rm -f core conftest.err conftest.$ac_objext \
   6137     conftest$ac_exeext conftest.$ac_ext
   6138      ac_ext=c
   6139 ac_cpp='$CPP $CPPFLAGS'
   6140 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   6141 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   6142 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   6143 
   6144 fi
   6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
   6146 $as_echo "$lt_cv_cc_needs_belf" >&6; }
   6147   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
   6148     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
   6149     CFLAGS="$SAVE_CFLAGS"
   6150   fi
   6151   ;;
   6152 sparc*-*solaris*)
   6153   # Find out which ABI we are using.
   6154   echo 'int i;' > conftest.$ac_ext
   6155   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   6156   (eval $ac_compile) 2>&5
   6157   ac_status=$?
   6158   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   6159   test $ac_status = 0; }; then
   6160     case `/usr/bin/file conftest.o` in
   6161     *64-bit*)
   6162       case $lt_cv_prog_gnu_ld in
   6163       yes*) LD="${LD-ld} -m elf64_sparc" ;;
   6164       *)
   6165 	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
   6166 	  LD="${LD-ld} -64"
   6167 	fi
   6168 	;;
   6169       esac
   6170       ;;
   6171     esac
   6172   fi
   6173   rm -rf conftest*
   6174   ;;
   6175 esac
   6176 
   6177 need_locks="$enable_libtool_lock"
   6178 
   6179 
   6180   case $host_os in
   6181     rhapsody* | darwin*)
   6182     if test -n "$ac_tool_prefix"; then
   6183   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
   6184 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
   6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6186 $as_echo_n "checking for $ac_word... " >&6; }
   6187 if ${ac_cv_prog_DSYMUTIL+:} false; then :
   6188   $as_echo_n "(cached) " >&6
   6189 else
   6190   if test -n "$DSYMUTIL"; then
   6191   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
   6192 else
   6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6194 for as_dir in $PATH
   6195 do
   6196   IFS=$as_save_IFS
   6197   test -z "$as_dir" && as_dir=.
   6198     for ac_exec_ext in '' $ac_executable_extensions; do
   6199   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6200     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
   6201     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6202     break 2
   6203   fi
   6204 done
   6205   done
   6206 IFS=$as_save_IFS
   6207 
   6208 fi
   6209 fi
   6210 DSYMUTIL=$ac_cv_prog_DSYMUTIL
   6211 if test -n "$DSYMUTIL"; then
   6212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
   6213 $as_echo "$DSYMUTIL" >&6; }
   6214 else
   6215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6216 $as_echo "no" >&6; }
   6217 fi
   6218 
   6219 
   6220 fi
   6221 if test -z "$ac_cv_prog_DSYMUTIL"; then
   6222   ac_ct_DSYMUTIL=$DSYMUTIL
   6223   # Extract the first word of "dsymutil", so it can be a program name with args.
   6224 set dummy dsymutil; ac_word=$2
   6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6226 $as_echo_n "checking for $ac_word... " >&6; }
   6227 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
   6228   $as_echo_n "(cached) " >&6
   6229 else
   6230   if test -n "$ac_ct_DSYMUTIL"; then
   6231   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
   6232 else
   6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6234 for as_dir in $PATH
   6235 do
   6236   IFS=$as_save_IFS
   6237   test -z "$as_dir" && as_dir=.
   6238     for ac_exec_ext in '' $ac_executable_extensions; do
   6239   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6240     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
   6241     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6242     break 2
   6243   fi
   6244 done
   6245   done
   6246 IFS=$as_save_IFS
   6247 
   6248 fi
   6249 fi
   6250 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
   6251 if test -n "$ac_ct_DSYMUTIL"; then
   6252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
   6253 $as_echo "$ac_ct_DSYMUTIL" >&6; }
   6254 else
   6255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6256 $as_echo "no" >&6; }
   6257 fi
   6258 
   6259   if test "x$ac_ct_DSYMUTIL" = x; then
   6260     DSYMUTIL=":"
   6261   else
   6262     case $cross_compiling:$ac_tool_warned in
   6263 yes:)
   6264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6266 ac_tool_warned=yes ;;
   6267 esac
   6268     DSYMUTIL=$ac_ct_DSYMUTIL
   6269   fi
   6270 else
   6271   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
   6272 fi
   6273 
   6274     if test -n "$ac_tool_prefix"; then
   6275   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
   6276 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
   6277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6278 $as_echo_n "checking for $ac_word... " >&6; }
   6279 if ${ac_cv_prog_NMEDIT+:} false; then :
   6280   $as_echo_n "(cached) " >&6
   6281 else
   6282   if test -n "$NMEDIT"; then
   6283   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
   6284 else
   6285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6286 for as_dir in $PATH
   6287 do
   6288   IFS=$as_save_IFS
   6289   test -z "$as_dir" && as_dir=.
   6290     for ac_exec_ext in '' $ac_executable_extensions; do
   6291   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6292     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
   6293     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6294     break 2
   6295   fi
   6296 done
   6297   done
   6298 IFS=$as_save_IFS
   6299 
   6300 fi
   6301 fi
   6302 NMEDIT=$ac_cv_prog_NMEDIT
   6303 if test -n "$NMEDIT"; then
   6304   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
   6305 $as_echo "$NMEDIT" >&6; }
   6306 else
   6307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6308 $as_echo "no" >&6; }
   6309 fi
   6310 
   6311 
   6312 fi
   6313 if test -z "$ac_cv_prog_NMEDIT"; then
   6314   ac_ct_NMEDIT=$NMEDIT
   6315   # Extract the first word of "nmedit", so it can be a program name with args.
   6316 set dummy nmedit; ac_word=$2
   6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6318 $as_echo_n "checking for $ac_word... " >&6; }
   6319 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
   6320   $as_echo_n "(cached) " >&6
   6321 else
   6322   if test -n "$ac_ct_NMEDIT"; then
   6323   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
   6324 else
   6325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6326 for as_dir in $PATH
   6327 do
   6328   IFS=$as_save_IFS
   6329   test -z "$as_dir" && as_dir=.
   6330     for ac_exec_ext in '' $ac_executable_extensions; do
   6331   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6332     ac_cv_prog_ac_ct_NMEDIT="nmedit"
   6333     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6334     break 2
   6335   fi
   6336 done
   6337   done
   6338 IFS=$as_save_IFS
   6339 
   6340 fi
   6341 fi
   6342 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
   6343 if test -n "$ac_ct_NMEDIT"; then
   6344   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
   6345 $as_echo "$ac_ct_NMEDIT" >&6; }
   6346 else
   6347   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6348 $as_echo "no" >&6; }
   6349 fi
   6350 
   6351   if test "x$ac_ct_NMEDIT" = x; then
   6352     NMEDIT=":"
   6353   else
   6354     case $cross_compiling:$ac_tool_warned in
   6355 yes:)
   6356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6357 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6358 ac_tool_warned=yes ;;
   6359 esac
   6360     NMEDIT=$ac_ct_NMEDIT
   6361   fi
   6362 else
   6363   NMEDIT="$ac_cv_prog_NMEDIT"
   6364 fi
   6365 
   6366     if test -n "$ac_tool_prefix"; then
   6367   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
   6368 set dummy ${ac_tool_prefix}lipo; ac_word=$2
   6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6370 $as_echo_n "checking for $ac_word... " >&6; }
   6371 if ${ac_cv_prog_LIPO+:} false; then :
   6372   $as_echo_n "(cached) " >&6
   6373 else
   6374   if test -n "$LIPO"; then
   6375   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
   6376 else
   6377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6378 for as_dir in $PATH
   6379 do
   6380   IFS=$as_save_IFS
   6381   test -z "$as_dir" && as_dir=.
   6382     for ac_exec_ext in '' $ac_executable_extensions; do
   6383   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6384     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
   6385     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6386     break 2
   6387   fi
   6388 done
   6389   done
   6390 IFS=$as_save_IFS
   6391 
   6392 fi
   6393 fi
   6394 LIPO=$ac_cv_prog_LIPO
   6395 if test -n "$LIPO"; then
   6396   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
   6397 $as_echo "$LIPO" >&6; }
   6398 else
   6399   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6400 $as_echo "no" >&6; }
   6401 fi
   6402 
   6403 
   6404 fi
   6405 if test -z "$ac_cv_prog_LIPO"; then
   6406   ac_ct_LIPO=$LIPO
   6407   # Extract the first word of "lipo", so it can be a program name with args.
   6408 set dummy lipo; ac_word=$2
   6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6410 $as_echo_n "checking for $ac_word... " >&6; }
   6411 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
   6412   $as_echo_n "(cached) " >&6
   6413 else
   6414   if test -n "$ac_ct_LIPO"; then
   6415   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
   6416 else
   6417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6418 for as_dir in $PATH
   6419 do
   6420   IFS=$as_save_IFS
   6421   test -z "$as_dir" && as_dir=.
   6422     for ac_exec_ext in '' $ac_executable_extensions; do
   6423   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6424     ac_cv_prog_ac_ct_LIPO="lipo"
   6425     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6426     break 2
   6427   fi
   6428 done
   6429   done
   6430 IFS=$as_save_IFS
   6431 
   6432 fi
   6433 fi
   6434 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
   6435 if test -n "$ac_ct_LIPO"; then
   6436   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
   6437 $as_echo "$ac_ct_LIPO" >&6; }
   6438 else
   6439   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6440 $as_echo "no" >&6; }
   6441 fi
   6442 
   6443   if test "x$ac_ct_LIPO" = x; then
   6444     LIPO=":"
   6445   else
   6446     case $cross_compiling:$ac_tool_warned in
   6447 yes:)
   6448 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6449 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6450 ac_tool_warned=yes ;;
   6451 esac
   6452     LIPO=$ac_ct_LIPO
   6453   fi
   6454 else
   6455   LIPO="$ac_cv_prog_LIPO"
   6456 fi
   6457 
   6458     if test -n "$ac_tool_prefix"; then
   6459   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
   6460 set dummy ${ac_tool_prefix}otool; ac_word=$2
   6461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6462 $as_echo_n "checking for $ac_word... " >&6; }
   6463 if ${ac_cv_prog_OTOOL+:} false; then :
   6464   $as_echo_n "(cached) " >&6
   6465 else
   6466   if test -n "$OTOOL"; then
   6467   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
   6468 else
   6469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6470 for as_dir in $PATH
   6471 do
   6472   IFS=$as_save_IFS
   6473   test -z "$as_dir" && as_dir=.
   6474     for ac_exec_ext in '' $ac_executable_extensions; do
   6475   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6476     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
   6477     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6478     break 2
   6479   fi
   6480 done
   6481   done
   6482 IFS=$as_save_IFS
   6483 
   6484 fi
   6485 fi
   6486 OTOOL=$ac_cv_prog_OTOOL
   6487 if test -n "$OTOOL"; then
   6488   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
   6489 $as_echo "$OTOOL" >&6; }
   6490 else
   6491   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6492 $as_echo "no" >&6; }
   6493 fi
   6494 
   6495 
   6496 fi
   6497 if test -z "$ac_cv_prog_OTOOL"; then
   6498   ac_ct_OTOOL=$OTOOL
   6499   # Extract the first word of "otool", so it can be a program name with args.
   6500 set dummy otool; ac_word=$2
   6501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6502 $as_echo_n "checking for $ac_word... " >&6; }
   6503 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
   6504   $as_echo_n "(cached) " >&6
   6505 else
   6506   if test -n "$ac_ct_OTOOL"; then
   6507   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
   6508 else
   6509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6510 for as_dir in $PATH
   6511 do
   6512   IFS=$as_save_IFS
   6513   test -z "$as_dir" && as_dir=.
   6514     for ac_exec_ext in '' $ac_executable_extensions; do
   6515   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6516     ac_cv_prog_ac_ct_OTOOL="otool"
   6517     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6518     break 2
   6519   fi
   6520 done
   6521   done
   6522 IFS=$as_save_IFS
   6523 
   6524 fi
   6525 fi
   6526 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
   6527 if test -n "$ac_ct_OTOOL"; then
   6528   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
   6529 $as_echo "$ac_ct_OTOOL" >&6; }
   6530 else
   6531   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6532 $as_echo "no" >&6; }
   6533 fi
   6534 
   6535   if test "x$ac_ct_OTOOL" = x; then
   6536     OTOOL=":"
   6537   else
   6538     case $cross_compiling:$ac_tool_warned in
   6539 yes:)
   6540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6541 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6542 ac_tool_warned=yes ;;
   6543 esac
   6544     OTOOL=$ac_ct_OTOOL
   6545   fi
   6546 else
   6547   OTOOL="$ac_cv_prog_OTOOL"
   6548 fi
   6549 
   6550     if test -n "$ac_tool_prefix"; then
   6551   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
   6552 set dummy ${ac_tool_prefix}otool64; ac_word=$2
   6553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6554 $as_echo_n "checking for $ac_word... " >&6; }
   6555 if ${ac_cv_prog_OTOOL64+:} false; then :
   6556   $as_echo_n "(cached) " >&6
   6557 else
   6558   if test -n "$OTOOL64"; then
   6559   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
   6560 else
   6561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6562 for as_dir in $PATH
   6563 do
   6564   IFS=$as_save_IFS
   6565   test -z "$as_dir" && as_dir=.
   6566     for ac_exec_ext in '' $ac_executable_extensions; do
   6567   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6568     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
   6569     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6570     break 2
   6571   fi
   6572 done
   6573   done
   6574 IFS=$as_save_IFS
   6575 
   6576 fi
   6577 fi
   6578 OTOOL64=$ac_cv_prog_OTOOL64
   6579 if test -n "$OTOOL64"; then
   6580   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
   6581 $as_echo "$OTOOL64" >&6; }
   6582 else
   6583   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6584 $as_echo "no" >&6; }
   6585 fi
   6586 
   6587 
   6588 fi
   6589 if test -z "$ac_cv_prog_OTOOL64"; then
   6590   ac_ct_OTOOL64=$OTOOL64
   6591   # Extract the first word of "otool64", so it can be a program name with args.
   6592 set dummy otool64; ac_word=$2
   6593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   6594 $as_echo_n "checking for $ac_word... " >&6; }
   6595 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
   6596   $as_echo_n "(cached) " >&6
   6597 else
   6598   if test -n "$ac_ct_OTOOL64"; then
   6599   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
   6600 else
   6601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   6602 for as_dir in $PATH
   6603 do
   6604   IFS=$as_save_IFS
   6605   test -z "$as_dir" && as_dir=.
   6606     for ac_exec_ext in '' $ac_executable_extensions; do
   6607   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   6608     ac_cv_prog_ac_ct_OTOOL64="otool64"
   6609     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   6610     break 2
   6611   fi
   6612 done
   6613   done
   6614 IFS=$as_save_IFS
   6615 
   6616 fi
   6617 fi
   6618 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
   6619 if test -n "$ac_ct_OTOOL64"; then
   6620   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
   6621 $as_echo "$ac_ct_OTOOL64" >&6; }
   6622 else
   6623   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   6624 $as_echo "no" >&6; }
   6625 fi
   6626 
   6627   if test "x$ac_ct_OTOOL64" = x; then
   6628     OTOOL64=":"
   6629   else
   6630     case $cross_compiling:$ac_tool_warned in
   6631 yes:)
   6632 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   6633 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   6634 ac_tool_warned=yes ;;
   6635 esac
   6636     OTOOL64=$ac_ct_OTOOL64
   6637   fi
   6638 else
   6639   OTOOL64="$ac_cv_prog_OTOOL64"
   6640 fi
   6641 
   6642 
   6643 
   6644 
   6645 
   6646 
   6647 
   6648 
   6649 
   6650 
   6651 
   6652 
   6653 
   6654 
   6655 
   6656 
   6657 
   6658 
   6659 
   6660 
   6661 
   6662 
   6663 
   6664 
   6665 
   6666 
   6667 
   6668     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
   6669 $as_echo_n "checking for -single_module linker flag... " >&6; }
   6670 if ${lt_cv_apple_cc_single_mod+:} false; then :
   6671   $as_echo_n "(cached) " >&6
   6672 else
   6673   lt_cv_apple_cc_single_mod=no
   6674       if test -z "${LT_MULTI_MODULE}"; then
   6675 	# By default we will add the -single_module flag. You can override
   6676 	# by either setting the environment variable LT_MULTI_MODULE
   6677 	# non-empty at configure time, or by adding -multi_module to the
   6678 	# link flags.
   6679 	rm -rf libconftest.dylib*
   6680 	echo "int foo(void){return 1;}" > conftest.c
   6681 	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   6682 -dynamiclib -Wl,-single_module conftest.c" >&5
   6683 	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   6684 	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
   6685         _lt_result=$?
   6686 	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
   6687 	  lt_cv_apple_cc_single_mod=yes
   6688 	else
   6689 	  cat conftest.err >&5
   6690 	fi
   6691 	rm -rf libconftest.dylib*
   6692 	rm -f conftest.*
   6693       fi
   6694 fi
   6695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
   6696 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
   6697     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
   6698 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
   6699 if ${lt_cv_ld_exported_symbols_list+:} false; then :
   6700   $as_echo_n "(cached) " >&6
   6701 else
   6702   lt_cv_ld_exported_symbols_list=no
   6703       save_LDFLAGS=$LDFLAGS
   6704       echo "_main" > conftest.sym
   6705       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
   6706       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6707 /* end confdefs.h.  */
   6708 
   6709 int
   6710 main ()
   6711 {
   6712 
   6713   ;
   6714   return 0;
   6715 }
   6716 _ACEOF
   6717 if ac_fn_c_try_link "$LINENO"; then :
   6718   lt_cv_ld_exported_symbols_list=yes
   6719 else
   6720   lt_cv_ld_exported_symbols_list=no
   6721 fi
   6722 rm -f core conftest.err conftest.$ac_objext \
   6723     conftest$ac_exeext conftest.$ac_ext
   6724 	LDFLAGS="$save_LDFLAGS"
   6725 
   6726 fi
   6727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
   6728 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
   6729     case $host_os in
   6730     rhapsody* | darwin1.[012])
   6731       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
   6732     darwin1.*)
   6733       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
   6734     darwin*) # darwin 5.x on
   6735       # if running on 10.5 or later, the deployment target defaults
   6736       # to the OS version, if on x86, and 10.4, the deployment
   6737       # target defaults to 10.4. Don't you love it?
   6738       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
   6739 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
   6740 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
   6741 	10.[012]*)
   6742 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
   6743 	10.*)
   6744 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
   6745       esac
   6746     ;;
   6747   esac
   6748     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
   6749       _lt_dar_single_mod='$single_module'
   6750     fi
   6751     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
   6752       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
   6753     else
   6754       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
   6755     fi
   6756     if test "$DSYMUTIL" != ":"; then
   6757       _lt_dsymutil='~$DSYMUTIL $lib || :'
   6758     else
   6759       _lt_dsymutil=
   6760     fi
   6761     ;;
   6762   esac
   6763 
   6764 ac_ext=c
   6765 ac_cpp='$CPP $CPPFLAGS'
   6766 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   6767 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   6768 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   6769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
   6770 $as_echo_n "checking how to run the C preprocessor... " >&6; }
   6771 # On Suns, sometimes $CPP names a directory.
   6772 if test -n "$CPP" && test -d "$CPP"; then
   6773   CPP=
   6774 fi
   6775 if test -z "$CPP"; then
   6776   if ${ac_cv_prog_CPP+:} false; then :
   6777   $as_echo_n "(cached) " >&6
   6778 else
   6779       # Double quotes because CPP needs to be expanded
   6780     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
   6781     do
   6782       ac_preproc_ok=false
   6783 for ac_c_preproc_warn_flag in '' yes
   6784 do
   6785   # Use a header file that comes with gcc, so configuring glibc
   6786   # with a fresh cross-compiler works.
   6787   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   6788   # <limits.h> exists even on freestanding compilers.
   6789   # On the NeXT, cc -E runs the code through the compiler's parser,
   6790   # not just through cpp. "Syntax error" is here to catch this case.
   6791   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6792 /* end confdefs.h.  */
   6793 #ifdef __STDC__
   6794 # include <limits.h>
   6795 #else
   6796 # include <assert.h>
   6797 #endif
   6798 		     Syntax error
   6799 _ACEOF
   6800 if ac_fn_c_try_cpp "$LINENO"; then :
   6801 
   6802 else
   6803   # Broken: fails on valid input.
   6804 continue
   6805 fi
   6806 rm -f conftest.err conftest.i conftest.$ac_ext
   6807 
   6808   # OK, works on sane cases.  Now check whether nonexistent headers
   6809   # can be detected and how.
   6810   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6811 /* end confdefs.h.  */
   6812 #include <ac_nonexistent.h>
   6813 _ACEOF
   6814 if ac_fn_c_try_cpp "$LINENO"; then :
   6815   # Broken: success on invalid input.
   6816 continue
   6817 else
   6818   # Passes both tests.
   6819 ac_preproc_ok=:
   6820 break
   6821 fi
   6822 rm -f conftest.err conftest.i conftest.$ac_ext
   6823 
   6824 done
   6825 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   6826 rm -f conftest.i conftest.err conftest.$ac_ext
   6827 if $ac_preproc_ok; then :
   6828   break
   6829 fi
   6830 
   6831     done
   6832     ac_cv_prog_CPP=$CPP
   6833 
   6834 fi
   6835   CPP=$ac_cv_prog_CPP
   6836 else
   6837   ac_cv_prog_CPP=$CPP
   6838 fi
   6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
   6840 $as_echo "$CPP" >&6; }
   6841 ac_preproc_ok=false
   6842 for ac_c_preproc_warn_flag in '' yes
   6843 do
   6844   # Use a header file that comes with gcc, so configuring glibc
   6845   # with a fresh cross-compiler works.
   6846   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
   6847   # <limits.h> exists even on freestanding compilers.
   6848   # On the NeXT, cc -E runs the code through the compiler's parser,
   6849   # not just through cpp. "Syntax error" is here to catch this case.
   6850   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6851 /* end confdefs.h.  */
   6852 #ifdef __STDC__
   6853 # include <limits.h>
   6854 #else
   6855 # include <assert.h>
   6856 #endif
   6857 		     Syntax error
   6858 _ACEOF
   6859 if ac_fn_c_try_cpp "$LINENO"; then :
   6860 
   6861 else
   6862   # Broken: fails on valid input.
   6863 continue
   6864 fi
   6865 rm -f conftest.err conftest.i conftest.$ac_ext
   6866 
   6867   # OK, works on sane cases.  Now check whether nonexistent headers
   6868   # can be detected and how.
   6869   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6870 /* end confdefs.h.  */
   6871 #include <ac_nonexistent.h>
   6872 _ACEOF
   6873 if ac_fn_c_try_cpp "$LINENO"; then :
   6874   # Broken: success on invalid input.
   6875 continue
   6876 else
   6877   # Passes both tests.
   6878 ac_preproc_ok=:
   6879 break
   6880 fi
   6881 rm -f conftest.err conftest.i conftest.$ac_ext
   6882 
   6883 done
   6884 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
   6885 rm -f conftest.i conftest.err conftest.$ac_ext
   6886 if $ac_preproc_ok; then :
   6887 
   6888 else
   6889   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   6890 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   6891 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
   6892 See \`config.log' for more details" "$LINENO" 5; }
   6893 fi
   6894 
   6895 ac_ext=c
   6896 ac_cpp='$CPP $CPPFLAGS'
   6897 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   6898 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   6899 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   6900 
   6901 
   6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
   6903 $as_echo_n "checking for ANSI C header files... " >&6; }
   6904 if ${ac_cv_header_stdc+:} false; then :
   6905   $as_echo_n "(cached) " >&6
   6906 else
   6907   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6908 /* end confdefs.h.  */
   6909 #include <stdlib.h>
   6910 #include <stdarg.h>
   6911 #include <string.h>
   6912 #include <float.h>
   6913 
   6914 int
   6915 main ()
   6916 {
   6917 
   6918   ;
   6919   return 0;
   6920 }
   6921 _ACEOF
   6922 if ac_fn_c_try_compile "$LINENO"; then :
   6923   ac_cv_header_stdc=yes
   6924 else
   6925   ac_cv_header_stdc=no
   6926 fi
   6927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   6928 
   6929 if test $ac_cv_header_stdc = yes; then
   6930   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   6931   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6932 /* end confdefs.h.  */
   6933 #include <string.h>
   6934 
   6935 _ACEOF
   6936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   6937   $EGREP "memchr" >/dev/null 2>&1; then :
   6938 
   6939 else
   6940   ac_cv_header_stdc=no
   6941 fi
   6942 rm -f conftest*
   6943 
   6944 fi
   6945 
   6946 if test $ac_cv_header_stdc = yes; then
   6947   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   6948   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6949 /* end confdefs.h.  */
   6950 #include <stdlib.h>
   6951 
   6952 _ACEOF
   6953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   6954   $EGREP "free" >/dev/null 2>&1; then :
   6955 
   6956 else
   6957   ac_cv_header_stdc=no
   6958 fi
   6959 rm -f conftest*
   6960 
   6961 fi
   6962 
   6963 if test $ac_cv_header_stdc = yes; then
   6964   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
   6965   if test "$cross_compiling" = yes; then :
   6966   :
   6967 else
   6968   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   6969 /* end confdefs.h.  */
   6970 #include <ctype.h>
   6971 #include <stdlib.h>
   6972 #if ((' ' & 0x0FF) == 0x020)
   6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
   6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
   6975 #else
   6976 # define ISLOWER(c) \
   6977 		   (('a' <= (c) && (c) <= 'i') \
   6978 		     || ('j' <= (c) && (c) <= 'r') \
   6979 		     || ('s' <= (c) && (c) <= 'z'))
   6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   6981 #endif
   6982 
   6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
   6984 int
   6985 main ()
   6986 {
   6987   int i;
   6988   for (i = 0; i < 256; i++)
   6989     if (XOR (islower (i), ISLOWER (i))
   6990 	|| toupper (i) != TOUPPER (i))
   6991       return 2;
   6992   return 0;
   6993 }
   6994 _ACEOF
   6995 if ac_fn_c_try_run "$LINENO"; then :
   6996 
   6997 else
   6998   ac_cv_header_stdc=no
   6999 fi
   7000 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   7001   conftest.$ac_objext conftest.beam conftest.$ac_ext
   7002 fi
   7003 
   7004 fi
   7005 fi
   7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
   7007 $as_echo "$ac_cv_header_stdc" >&6; }
   7008 if test $ac_cv_header_stdc = yes; then
   7009 
   7010 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
   7011 
   7012 fi
   7013 
   7014 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
   7015 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
   7016 		  inttypes.h stdint.h unistd.h
   7017 do :
   7018   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   7019 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
   7020 "
   7021 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   7022   cat >>confdefs.h <<_ACEOF
   7023 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   7024 _ACEOF
   7025 
   7026 fi
   7027 
   7028 done
   7029 
   7030 
   7031 for ac_header in dlfcn.h
   7032 do :
   7033   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
   7034 "
   7035 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
   7036   cat >>confdefs.h <<_ACEOF
   7037 #define HAVE_DLFCN_H 1
   7038 _ACEOF
   7039 
   7040 fi
   7041 
   7042 done
   7043 
   7044 
   7045 
   7046 # Set options
   7047 
   7048 
   7049 
   7050         enable_dlopen=no
   7051 
   7052 
   7053   enable_win32_dll=no
   7054 
   7055 
   7056             # Check whether --enable-shared was given.
   7057 if test "${enable_shared+set}" = set; then :
   7058   enableval=$enable_shared; p=${PACKAGE-default}
   7059     case $enableval in
   7060     yes) enable_shared=yes ;;
   7061     no) enable_shared=no ;;
   7062     *)
   7063       enable_shared=no
   7064       # Look at the argument we got.  We use all the common list separators.
   7065       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   7066       for pkg in $enableval; do
   7067 	IFS="$lt_save_ifs"
   7068 	if test "X$pkg" = "X$p"; then
   7069 	  enable_shared=yes
   7070 	fi
   7071       done
   7072       IFS="$lt_save_ifs"
   7073       ;;
   7074     esac
   7075 else
   7076   enable_shared=yes
   7077 fi
   7078 
   7079 
   7080 
   7081 
   7082 
   7083 
   7084 
   7085 
   7086 
   7087   # Check whether --enable-static was given.
   7088 if test "${enable_static+set}" = set; then :
   7089   enableval=$enable_static; p=${PACKAGE-default}
   7090     case $enableval in
   7091     yes) enable_static=yes ;;
   7092     no) enable_static=no ;;
   7093     *)
   7094      enable_static=no
   7095       # Look at the argument we got.  We use all the common list separators.
   7096       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   7097       for pkg in $enableval; do
   7098 	IFS="$lt_save_ifs"
   7099 	if test "X$pkg" = "X$p"; then
   7100 	  enable_static=yes
   7101 	fi
   7102       done
   7103       IFS="$lt_save_ifs"
   7104       ;;
   7105     esac
   7106 else
   7107   enable_static=yes
   7108 fi
   7109 
   7110 
   7111 
   7112 
   7113 
   7114 
   7115 
   7116 
   7117 
   7118 
   7119 # Check whether --with-pic was given.
   7120 if test "${with_pic+set}" = set; then :
   7121   withval=$with_pic; pic_mode="$withval"
   7122 else
   7123   pic_mode=default
   7124 fi
   7125 
   7126 
   7127 test -z "$pic_mode" && pic_mode=default
   7128 
   7129 
   7130 
   7131 
   7132 
   7133 
   7134 
   7135   # Check whether --enable-fast-install was given.
   7136 if test "${enable_fast_install+set}" = set; then :
   7137   enableval=$enable_fast_install; p=${PACKAGE-default}
   7138     case $enableval in
   7139     yes) enable_fast_install=yes ;;
   7140     no) enable_fast_install=no ;;
   7141     *)
   7142       enable_fast_install=no
   7143       # Look at the argument we got.  We use all the common list separators.
   7144       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
   7145       for pkg in $enableval; do
   7146 	IFS="$lt_save_ifs"
   7147 	if test "X$pkg" = "X$p"; then
   7148 	  enable_fast_install=yes
   7149 	fi
   7150       done
   7151       IFS="$lt_save_ifs"
   7152       ;;
   7153     esac
   7154 else
   7155   enable_fast_install=yes
   7156 fi
   7157 
   7158 
   7159 
   7160 
   7161 
   7162 
   7163 
   7164 
   7165 
   7166 
   7167 
   7168 # This can be used to rebuild libtool when needed
   7169 LIBTOOL_DEPS="$ltmain"
   7170 
   7171 # Always use our own libtool.
   7172 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
   7173 
   7174 
   7175 
   7176 
   7177 
   7178 
   7179 
   7180 
   7181 
   7182 
   7183 
   7184 
   7185 
   7186 
   7187 
   7188 
   7189 
   7190 
   7191 
   7192 
   7193 
   7194 
   7195 
   7196 
   7197 
   7198 test -z "$LN_S" && LN_S="ln -s"
   7199 
   7200 
   7201 
   7202 
   7203 
   7204 
   7205 
   7206 
   7207 
   7208 
   7209 
   7210 
   7211 
   7212 
   7213 if test -n "${ZSH_VERSION+set}" ; then
   7214    setopt NO_GLOB_SUBST
   7215 fi
   7216 
   7217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
   7218 $as_echo_n "checking for objdir... " >&6; }
   7219 if ${lt_cv_objdir+:} false; then :
   7220   $as_echo_n "(cached) " >&6
   7221 else
   7222   rm -f .libs 2>/dev/null
   7223 mkdir .libs 2>/dev/null
   7224 if test -d .libs; then
   7225   lt_cv_objdir=.libs
   7226 else
   7227   # MS-DOS does not allow filenames that begin with a dot.
   7228   lt_cv_objdir=_libs
   7229 fi
   7230 rmdir .libs 2>/dev/null
   7231 fi
   7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
   7233 $as_echo "$lt_cv_objdir" >&6; }
   7234 objdir=$lt_cv_objdir
   7235 
   7236 
   7237 
   7238 
   7239 
   7240 cat >>confdefs.h <<_ACEOF
   7241 #define LT_OBJDIR "$lt_cv_objdir/"
   7242 _ACEOF
   7243 
   7244 
   7245 
   7246 
   7247 
   7248 
   7249 
   7250 
   7251 
   7252 
   7253 
   7254 
   7255 
   7256 
   7257 
   7258 
   7259 
   7260 case $host_os in
   7261 aix3*)
   7262   # AIX sometimes has problems with the GCC collect2 program.  For some
   7263   # reason, if we set the COLLECT_NAMES environment variable, the problems
   7264   # vanish in a puff of smoke.
   7265   if test "X${COLLECT_NAMES+set}" != Xset; then
   7266     COLLECT_NAMES=
   7267     export COLLECT_NAMES
   7268   fi
   7269   ;;
   7270 esac
   7271 
   7272 # Sed substitution that helps us do robust quoting.  It backslashifies
   7273 # metacharacters that are still active within double-quoted strings.
   7274 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
   7275 
   7276 # Same as above, but do not quote variable references.
   7277 double_quote_subst='s/\(["`\\]\)/\\\1/g'
   7278 
   7279 # Sed substitution to delay expansion of an escaped shell variable in a
   7280 # double_quote_subst'ed string.
   7281 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
   7282 
   7283 # Sed substitution to delay expansion of an escaped single quote.
   7284 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
   7285 
   7286 # Sed substitution to avoid accidental globbing in evaled expressions
   7287 no_glob_subst='s/\*/\\\*/g'
   7288 
   7289 # Global variables:
   7290 ofile=libtool
   7291 can_build_shared=yes
   7292 
   7293 # All known linkers require a `.a' archive for static linking (except MSVC,
   7294 # which needs '.lib').
   7295 libext=a
   7296 
   7297 with_gnu_ld="$lt_cv_prog_gnu_ld"
   7298 
   7299 old_CC="$CC"
   7300 old_CFLAGS="$CFLAGS"
   7301 
   7302 # Set sane defaults for various variables
   7303 test -z "$CC" && CC=cc
   7304 test -z "$LTCC" && LTCC=$CC
   7305 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
   7306 test -z "$LD" && LD=ld
   7307 test -z "$ac_objext" && ac_objext=o
   7308 
   7309 for cc_temp in $compiler""; do
   7310   case $cc_temp in
   7311     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
   7312     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
   7313     \-*) ;;
   7314     *) break;;
   7315   esac
   7316 done
   7317 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
   7318 
   7319 
   7320 # Only perform the check for file, if the check method requires it
   7321 test -z "$MAGIC_CMD" && MAGIC_CMD=file
   7322 case $deplibs_check_method in
   7323 file_magic*)
   7324   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
   7325     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
   7326 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
   7327 if ${lt_cv_path_MAGIC_CMD+:} false; then :
   7328   $as_echo_n "(cached) " >&6
   7329 else
   7330   case $MAGIC_CMD in
   7331 [\\/*] |  ?:[\\/]*)
   7332   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   7333   ;;
   7334 *)
   7335   lt_save_MAGIC_CMD="$MAGIC_CMD"
   7336   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   7337   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   7338   for ac_dir in $ac_dummy; do
   7339     IFS="$lt_save_ifs"
   7340     test -z "$ac_dir" && ac_dir=.
   7341     if test -f $ac_dir/${ac_tool_prefix}file; then
   7342       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
   7343       if test -n "$file_magic_test_file"; then
   7344 	case $deplibs_check_method in
   7345 	"file_magic "*)
   7346 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   7347 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7348 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   7349 	    $EGREP "$file_magic_regex" > /dev/null; then
   7350 	    :
   7351 	  else
   7352 	    cat <<_LT_EOF 1>&2
   7353 
   7354 *** Warning: the command libtool uses to detect shared libraries,
   7355 *** $file_magic_cmd, produces output that libtool cannot recognize.
   7356 *** The result is that libtool may fail to recognize shared libraries
   7357 *** as such.  This will affect the creation of libtool libraries that
   7358 *** depend on shared libraries, but programs linked with such libtool
   7359 *** libraries will work regardless of this problem.  Nevertheless, you
   7360 *** may want to report the problem to your system manager and/or to
   7361 *** bug-libtool@gnu.org
   7362 
   7363 _LT_EOF
   7364 	  fi ;;
   7365 	esac
   7366       fi
   7367       break
   7368     fi
   7369   done
   7370   IFS="$lt_save_ifs"
   7371   MAGIC_CMD="$lt_save_MAGIC_CMD"
   7372   ;;
   7373 esac
   7374 fi
   7375 
   7376 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7377 if test -n "$MAGIC_CMD"; then
   7378   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   7379 $as_echo "$MAGIC_CMD" >&6; }
   7380 else
   7381   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7382 $as_echo "no" >&6; }
   7383 fi
   7384 
   7385 
   7386 
   7387 
   7388 
   7389 if test -z "$lt_cv_path_MAGIC_CMD"; then
   7390   if test -n "$ac_tool_prefix"; then
   7391     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
   7392 $as_echo_n "checking for file... " >&6; }
   7393 if ${lt_cv_path_MAGIC_CMD+:} false; then :
   7394   $as_echo_n "(cached) " >&6
   7395 else
   7396   case $MAGIC_CMD in
   7397 [\\/*] |  ?:[\\/]*)
   7398   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
   7399   ;;
   7400 *)
   7401   lt_save_MAGIC_CMD="$MAGIC_CMD"
   7402   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   7403   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
   7404   for ac_dir in $ac_dummy; do
   7405     IFS="$lt_save_ifs"
   7406     test -z "$ac_dir" && ac_dir=.
   7407     if test -f $ac_dir/file; then
   7408       lt_cv_path_MAGIC_CMD="$ac_dir/file"
   7409       if test -n "$file_magic_test_file"; then
   7410 	case $deplibs_check_method in
   7411 	"file_magic "*)
   7412 	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
   7413 	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7414 	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
   7415 	    $EGREP "$file_magic_regex" > /dev/null; then
   7416 	    :
   7417 	  else
   7418 	    cat <<_LT_EOF 1>&2
   7419 
   7420 *** Warning: the command libtool uses to detect shared libraries,
   7421 *** $file_magic_cmd, produces output that libtool cannot recognize.
   7422 *** The result is that libtool may fail to recognize shared libraries
   7423 *** as such.  This will affect the creation of libtool libraries that
   7424 *** depend on shared libraries, but programs linked with such libtool
   7425 *** libraries will work regardless of this problem.  Nevertheless, you
   7426 *** may want to report the problem to your system manager and/or to
   7427 *** bug-libtool@gnu.org
   7428 
   7429 _LT_EOF
   7430 	  fi ;;
   7431 	esac
   7432       fi
   7433       break
   7434     fi
   7435   done
   7436   IFS="$lt_save_ifs"
   7437   MAGIC_CMD="$lt_save_MAGIC_CMD"
   7438   ;;
   7439 esac
   7440 fi
   7441 
   7442 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
   7443 if test -n "$MAGIC_CMD"; then
   7444   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
   7445 $as_echo "$MAGIC_CMD" >&6; }
   7446 else
   7447   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   7448 $as_echo "no" >&6; }
   7449 fi
   7450 
   7451 
   7452   else
   7453     MAGIC_CMD=:
   7454   fi
   7455 fi
   7456 
   7457   fi
   7458   ;;
   7459 esac
   7460 
   7461 # Use C for the default configuration in the libtool script
   7462 
   7463 lt_save_CC="$CC"
   7464 ac_ext=c
   7465 ac_cpp='$CPP $CPPFLAGS'
   7466 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   7467 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   7468 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   7469 
   7470 
   7471 # Source file extension for C test sources.
   7472 ac_ext=c
   7473 
   7474 # Object file extension for compiled C test sources.
   7475 objext=o
   7476 objext=$objext
   7477 
   7478 # Code to be used in simple compile tests
   7479 lt_simple_compile_test_code="int some_variable = 0;"
   7480 
   7481 # Code to be used in simple link tests
   7482 lt_simple_link_test_code='int main(){return(0);}'
   7483 
   7484 
   7485 
   7486 
   7487 
   7488 
   7489 
   7490 # If no C compiler was specified, use CC.
   7491 LTCC=${LTCC-"$CC"}
   7492 
   7493 # If no C compiler flags were specified, use CFLAGS.
   7494 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   7495 
   7496 # Allow CC to be a program name with arguments.
   7497 compiler=$CC
   7498 
   7499 # Save the default compiler, since it gets overwritten when the other
   7500 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
   7501 compiler_DEFAULT=$CC
   7502 
   7503 # save warnings/boilerplate of simple test code
   7504 ac_outfile=conftest.$ac_objext
   7505 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
   7506 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   7507 _lt_compiler_boilerplate=`cat conftest.err`
   7508 $RM conftest*
   7509 
   7510 ac_outfile=conftest.$ac_objext
   7511 echo "$lt_simple_link_test_code" >conftest.$ac_ext
   7512 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   7513 _lt_linker_boilerplate=`cat conftest.err`
   7514 $RM -r conftest*
   7515 
   7516 
   7517 if test -n "$compiler"; then
   7518 
   7519 lt_prog_compiler_no_builtin_flag=
   7520 
   7521 if test "$GCC" = yes; then
   7522   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
   7523 
   7524   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
   7525 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
   7526 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
   7527   $as_echo_n "(cached) " >&6
   7528 else
   7529   lt_cv_prog_compiler_rtti_exceptions=no
   7530    ac_outfile=conftest.$ac_objext
   7531    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   7532    lt_compiler_flag="-fno-rtti -fno-exceptions"
   7533    # Insert the option either (1) after the last *FLAGS variable, or
   7534    # (2) before a word containing "conftest.", or (3) at the end.
   7535    # Note that $ac_compile itself does not contain backslashes and begins
   7536    # with a dollar sign (not a hyphen), so the echo should work correctly.
   7537    # The option is referenced via a variable to avoid confusing sed.
   7538    lt_compile=`echo "$ac_compile" | $SED \
   7539    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   7540    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   7541    -e 's:$: $lt_compiler_flag:'`
   7542    (eval echo "\"\$as_me:7542: $lt_compile\"" >&5)
   7543    (eval "$lt_compile" 2>conftest.err)
   7544    ac_status=$?
   7545    cat conftest.err >&5
   7546    echo "$as_me:7546: \$? = $ac_status" >&5
   7547    if (exit $ac_status) && test -s "$ac_outfile"; then
   7548      # The compiler can only warn and ignore the option if not recognized
   7549      # So say no if there are warnings other than the usual output.
   7550      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
   7551      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   7552      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   7553        lt_cv_prog_compiler_rtti_exceptions=yes
   7554      fi
   7555    fi
   7556    $RM conftest*
   7557 
   7558 fi
   7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
   7560 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
   7561 
   7562 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
   7563     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
   7564 else
   7565     :
   7566 fi
   7567 
   7568 fi
   7569 
   7570 
   7571 
   7572 
   7573 
   7574 
   7575   lt_prog_compiler_wl=
   7576 lt_prog_compiler_pic=
   7577 lt_prog_compiler_static=
   7578 
   7579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
   7580 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
   7581 
   7582   if test "$GCC" = yes; then
   7583     lt_prog_compiler_wl='-Wl,'
   7584     lt_prog_compiler_static='-static'
   7585 
   7586     case $host_os in
   7587       aix*)
   7588       # All AIX code is PIC.
   7589       if test "$host_cpu" = ia64; then
   7590 	# AIX 5 now supports IA64 processor
   7591 	lt_prog_compiler_static='-Bstatic'
   7592       fi
   7593       ;;
   7594 
   7595     amigaos*)
   7596       case $host_cpu in
   7597       powerpc)
   7598             # see comment about AmigaOS4 .so support
   7599             lt_prog_compiler_pic='-fPIC'
   7600         ;;
   7601       m68k)
   7602             # FIXME: we need at least 68020 code to build shared libraries, but
   7603             # adding the `-m68020' flag to GCC prevents building anything better,
   7604             # like `-m68040'.
   7605             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
   7606         ;;
   7607       esac
   7608       ;;
   7609 
   7610     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
   7611       # PIC is the default for these OSes.
   7612       ;;
   7613 
   7614     mingw* | cygwin* | pw32* | os2* | cegcc*)
   7615       # This hack is so that the source file can tell whether it is being
   7616       # built for inclusion in a dll (and should export symbols for example).
   7617       # Although the cygwin gcc ignores -fPIC, still need this for old-style
   7618       # (--disable-auto-import) libraries
   7619       lt_prog_compiler_pic='-DDLL_EXPORT'
   7620       ;;
   7621 
   7622     darwin* | rhapsody*)
   7623       # PIC is the default on this platform
   7624       # Common symbols not allowed in MH_DYLIB files
   7625       lt_prog_compiler_pic='-fno-common'
   7626       ;;
   7627 
   7628     hpux*)
   7629       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
   7630       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
   7631       # sets the default TLS model and affects inlining.
   7632       case $host_cpu in
   7633       hppa*64*)
   7634 	# +Z the default
   7635 	;;
   7636       *)
   7637 	lt_prog_compiler_pic='-fPIC'
   7638 	;;
   7639       esac
   7640       ;;
   7641 
   7642     interix[3-9]*)
   7643       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
   7644       # Instead, we relocate shared libraries at runtime.
   7645       ;;
   7646 
   7647     msdosdjgpp*)
   7648       # Just because we use GCC doesn't mean we suddenly get shared libraries
   7649       # on systems that don't support them.
   7650       lt_prog_compiler_can_build_shared=no
   7651       enable_shared=no
   7652       ;;
   7653 
   7654     *nto* | *qnx*)
   7655       # QNX uses GNU C++, but need to define -shared option too, otherwise
   7656       # it will coredump.
   7657       lt_prog_compiler_pic='-fPIC -shared'
   7658       ;;
   7659 
   7660     sysv4*MP*)
   7661       if test -d /usr/nec; then
   7662 	lt_prog_compiler_pic=-Kconform_pic
   7663       fi
   7664       ;;
   7665 
   7666     *)
   7667       lt_prog_compiler_pic='-fPIC'
   7668       ;;
   7669     esac
   7670   else
   7671     # PORTME Check for flag to pass linker flags through the system compiler.
   7672     case $host_os in
   7673     aix*)
   7674       lt_prog_compiler_wl='-Wl,'
   7675       if test "$host_cpu" = ia64; then
   7676 	# AIX 5 now supports IA64 processor
   7677 	lt_prog_compiler_static='-Bstatic'
   7678       else
   7679 	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
   7680       fi
   7681       ;;
   7682 
   7683     mingw* | cygwin* | pw32* | os2* | cegcc*)
   7684       # This hack is so that the source file can tell whether it is being
   7685       # built for inclusion in a dll (and should export symbols for example).
   7686       lt_prog_compiler_pic='-DDLL_EXPORT'
   7687       ;;
   7688 
   7689     hpux9* | hpux10* | hpux11*)
   7690       lt_prog_compiler_wl='-Wl,'
   7691       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
   7692       # not for PA HP-UX.
   7693       case $host_cpu in
   7694       hppa*64*|ia64*)
   7695 	# +Z the default
   7696 	;;
   7697       *)
   7698 	lt_prog_compiler_pic='+Z'
   7699 	;;
   7700       esac
   7701       # Is there a better lt_prog_compiler_static that works with the bundled CC?
   7702       lt_prog_compiler_static='${wl}-a ${wl}archive'
   7703       ;;
   7704 
   7705     irix5* | irix6* | nonstopux*)
   7706       lt_prog_compiler_wl='-Wl,'
   7707       # PIC (with -KPIC) is the default.
   7708       lt_prog_compiler_static='-non_shared'
   7709       ;;
   7710 
   7711     linux* | k*bsd*-gnu)
   7712       case $cc_basename in
   7713       # old Intel for x86_64 which still supported -KPIC.
   7714       ecc*)
   7715 	lt_prog_compiler_wl='-Wl,'
   7716 	lt_prog_compiler_pic='-KPIC'
   7717 	lt_prog_compiler_static='-static'
   7718         ;;
   7719       # icc used to be incompatible with GCC.
   7720       # ICC 10 doesn't accept -KPIC any more.
   7721       icc* | ifort*)
   7722 	lt_prog_compiler_wl='-Wl,'
   7723 	lt_prog_compiler_pic='-fPIC'
   7724 	lt_prog_compiler_static='-static'
   7725         ;;
   7726       # Lahey Fortran 8.1.
   7727       lf95*)
   7728 	lt_prog_compiler_wl='-Wl,'
   7729 	lt_prog_compiler_pic='--shared'
   7730 	lt_prog_compiler_static='--static'
   7731 	;;
   7732       pgcc* | pgf77* | pgf90* | pgf95*)
   7733         # Portland Group compilers (*not* the Pentium gcc compiler,
   7734 	# which looks to be a dead project)
   7735 	lt_prog_compiler_wl='-Wl,'
   7736 	lt_prog_compiler_pic='-fpic'
   7737 	lt_prog_compiler_static='-Bstatic'
   7738         ;;
   7739       ccc*)
   7740         lt_prog_compiler_wl='-Wl,'
   7741         # All Alpha code is PIC.
   7742         lt_prog_compiler_static='-non_shared'
   7743         ;;
   7744       xl*)
   7745 	# IBM XL C 8.0/Fortran 10.1 on PPC
   7746 	lt_prog_compiler_wl='-Wl,'
   7747 	lt_prog_compiler_pic='-qpic'
   7748 	lt_prog_compiler_static='-qstaticlink'
   7749 	;;
   7750       *)
   7751 	case `$CC -V 2>&1 | sed 5q` in
   7752 	*Sun\ C*)
   7753 	  # Sun C 5.9
   7754 	  lt_prog_compiler_pic='-KPIC'
   7755 	  lt_prog_compiler_static='-Bstatic'
   7756 	  lt_prog_compiler_wl='-Wl,'
   7757 	  ;;
   7758 	*Sun\ F*)
   7759 	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
   7760 	  lt_prog_compiler_pic='-KPIC'
   7761 	  lt_prog_compiler_static='-Bstatic'
   7762 	  lt_prog_compiler_wl=''
   7763 	  ;;
   7764 	esac
   7765 	;;
   7766       esac
   7767       ;;
   7768 
   7769     newsos6)
   7770       lt_prog_compiler_pic='-KPIC'
   7771       lt_prog_compiler_static='-Bstatic'
   7772       ;;
   7773 
   7774     *nto* | *qnx*)
   7775       # QNX uses GNU C++, but need to define -shared option too, otherwise
   7776       # it will coredump.
   7777       lt_prog_compiler_pic='-fPIC -shared'
   7778       ;;
   7779 
   7780     osf3* | osf4* | osf5*)
   7781       lt_prog_compiler_wl='-Wl,'
   7782       # All OSF/1 code is PIC.
   7783       lt_prog_compiler_static='-non_shared'
   7784       ;;
   7785 
   7786     rdos*)
   7787       lt_prog_compiler_static='-non_shared'
   7788       ;;
   7789 
   7790     solaris*)
   7791       lt_prog_compiler_pic='-KPIC'
   7792       lt_prog_compiler_static='-Bstatic'
   7793       case $cc_basename in
   7794       f77* | f90* | f95*)
   7795 	lt_prog_compiler_wl='-Qoption ld ';;
   7796       *)
   7797 	lt_prog_compiler_wl='-Wl,';;
   7798       esac
   7799       ;;
   7800 
   7801     sunos4*)
   7802       lt_prog_compiler_wl='-Qoption ld '
   7803       lt_prog_compiler_pic='-PIC'
   7804       lt_prog_compiler_static='-Bstatic'
   7805       ;;
   7806 
   7807     sysv4 | sysv4.2uw2* | sysv4.3*)
   7808       lt_prog_compiler_wl='-Wl,'
   7809       lt_prog_compiler_pic='-KPIC'
   7810       lt_prog_compiler_static='-Bstatic'
   7811       ;;
   7812 
   7813     sysv4*MP*)
   7814       if test -d /usr/nec ;then
   7815 	lt_prog_compiler_pic='-Kconform_pic'
   7816 	lt_prog_compiler_static='-Bstatic'
   7817       fi
   7818       ;;
   7819 
   7820     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
   7821       lt_prog_compiler_wl='-Wl,'
   7822       lt_prog_compiler_pic='-KPIC'
   7823       lt_prog_compiler_static='-Bstatic'
   7824       ;;
   7825 
   7826     unicos*)
   7827       lt_prog_compiler_wl='-Wl,'
   7828       lt_prog_compiler_can_build_shared=no
   7829       ;;
   7830 
   7831     uts4*)
   7832       lt_prog_compiler_pic='-pic'
   7833       lt_prog_compiler_static='-Bstatic'
   7834       ;;
   7835 
   7836     *)
   7837       lt_prog_compiler_can_build_shared=no
   7838       ;;
   7839     esac
   7840   fi
   7841 
   7842 case $host_os in
   7843   # For platforms which do not support PIC, -DPIC is meaningless:
   7844   *djgpp*)
   7845     lt_prog_compiler_pic=
   7846     ;;
   7847   *)
   7848     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
   7849     ;;
   7850 esac
   7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
   7852 $as_echo "$lt_prog_compiler_pic" >&6; }
   7853 
   7854 
   7855 
   7856 
   7857 
   7858 
   7859 #
   7860 # Check to make sure the PIC flag actually works.
   7861 #
   7862 if test -n "$lt_prog_compiler_pic"; then
   7863   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
   7864 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
   7865 if ${lt_cv_prog_compiler_pic_works+:} false; then :
   7866   $as_echo_n "(cached) " >&6
   7867 else
   7868   lt_cv_prog_compiler_pic_works=no
   7869    ac_outfile=conftest.$ac_objext
   7870    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   7871    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
   7872    # Insert the option either (1) after the last *FLAGS variable, or
   7873    # (2) before a word containing "conftest.", or (3) at the end.
   7874    # Note that $ac_compile itself does not contain backslashes and begins
   7875    # with a dollar sign (not a hyphen), so the echo should work correctly.
   7876    # The option is referenced via a variable to avoid confusing sed.
   7877    lt_compile=`echo "$ac_compile" | $SED \
   7878    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   7879    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   7880    -e 's:$: $lt_compiler_flag:'`
   7881    (eval echo "\"\$as_me:7881: $lt_compile\"" >&5)
   7882    (eval "$lt_compile" 2>conftest.err)
   7883    ac_status=$?
   7884    cat conftest.err >&5
   7885    echo "$as_me:7885: \$? = $ac_status" >&5
   7886    if (exit $ac_status) && test -s "$ac_outfile"; then
   7887      # The compiler can only warn and ignore the option if not recognized
   7888      # So say no if there are warnings other than the usual output.
   7889      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
   7890      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   7891      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
   7892        lt_cv_prog_compiler_pic_works=yes
   7893      fi
   7894    fi
   7895    $RM conftest*
   7896 
   7897 fi
   7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
   7899 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
   7900 
   7901 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
   7902     case $lt_prog_compiler_pic in
   7903      "" | " "*) ;;
   7904      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
   7905      esac
   7906 else
   7907     lt_prog_compiler_pic=
   7908      lt_prog_compiler_can_build_shared=no
   7909 fi
   7910 
   7911 fi
   7912 
   7913 
   7914 
   7915 
   7916 
   7917 
   7918 #
   7919 # Check to make sure the static flag actually works.
   7920 #
   7921 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
   7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
   7923 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
   7924 if ${lt_cv_prog_compiler_static_works+:} false; then :
   7925   $as_echo_n "(cached) " >&6
   7926 else
   7927   lt_cv_prog_compiler_static_works=no
   7928    save_LDFLAGS="$LDFLAGS"
   7929    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
   7930    echo "$lt_simple_link_test_code" > conftest.$ac_ext
   7931    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
   7932      # The linker can only warn and ignore the option if not recognized
   7933      # So say no if there are warnings
   7934      if test -s conftest.err; then
   7935        # Append any errors to the config.log.
   7936        cat conftest.err 1>&5
   7937        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
   7938        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
   7939        if diff conftest.exp conftest.er2 >/dev/null; then
   7940          lt_cv_prog_compiler_static_works=yes
   7941        fi
   7942      else
   7943        lt_cv_prog_compiler_static_works=yes
   7944      fi
   7945    fi
   7946    $RM -r conftest*
   7947    LDFLAGS="$save_LDFLAGS"
   7948 
   7949 fi
   7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
   7951 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
   7952 
   7953 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
   7954     :
   7955 else
   7956     lt_prog_compiler_static=
   7957 fi
   7958 
   7959 
   7960 
   7961 
   7962 
   7963 
   7964 
   7965   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   7966 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   7967 if ${lt_cv_prog_compiler_c_o+:} false; then :
   7968   $as_echo_n "(cached) " >&6
   7969 else
   7970   lt_cv_prog_compiler_c_o=no
   7971    $RM -r conftest 2>/dev/null
   7972    mkdir conftest
   7973    cd conftest
   7974    mkdir out
   7975    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   7976 
   7977    lt_compiler_flag="-o out/conftest2.$ac_objext"
   7978    # Insert the option either (1) after the last *FLAGS variable, or
   7979    # (2) before a word containing "conftest.", or (3) at the end.
   7980    # Note that $ac_compile itself does not contain backslashes and begins
   7981    # with a dollar sign (not a hyphen), so the echo should work correctly.
   7982    lt_compile=`echo "$ac_compile" | $SED \
   7983    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   7984    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   7985    -e 's:$: $lt_compiler_flag:'`
   7986    (eval echo "\"\$as_me:7986: $lt_compile\"" >&5)
   7987    (eval "$lt_compile" 2>out/conftest.err)
   7988    ac_status=$?
   7989    cat out/conftest.err >&5
   7990    echo "$as_me:7990: \$? = $ac_status" >&5
   7991    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   7992    then
   7993      # The compiler can only warn and ignore the option if not recognized
   7994      # So say no if there are warnings
   7995      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
   7996      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   7997      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   7998        lt_cv_prog_compiler_c_o=yes
   7999      fi
   8000    fi
   8001    chmod u+w . 2>&5
   8002    $RM conftest*
   8003    # SGI C++ compiler will create directory out/ii_files/ for
   8004    # template instantiation
   8005    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   8006    $RM out/* && rmdir out
   8007    cd ..
   8008    $RM -r conftest
   8009    $RM conftest*
   8010 
   8011 fi
   8012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   8013 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   8014 
   8015 
   8016 
   8017 
   8018 
   8019 
   8020   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
   8021 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
   8022 if ${lt_cv_prog_compiler_c_o+:} false; then :
   8023   $as_echo_n "(cached) " >&6
   8024 else
   8025   lt_cv_prog_compiler_c_o=no
   8026    $RM -r conftest 2>/dev/null
   8027    mkdir conftest
   8028    cd conftest
   8029    mkdir out
   8030    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   8031 
   8032    lt_compiler_flag="-o out/conftest2.$ac_objext"
   8033    # Insert the option either (1) after the last *FLAGS variable, or
   8034    # (2) before a word containing "conftest.", or (3) at the end.
   8035    # Note that $ac_compile itself does not contain backslashes and begins
   8036    # with a dollar sign (not a hyphen), so the echo should work correctly.
   8037    lt_compile=`echo "$ac_compile" | $SED \
   8038    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
   8039    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
   8040    -e 's:$: $lt_compiler_flag:'`
   8041    (eval echo "\"\$as_me:8041: $lt_compile\"" >&5)
   8042    (eval "$lt_compile" 2>out/conftest.err)
   8043    ac_status=$?
   8044    cat out/conftest.err >&5
   8045    echo "$as_me:8045: \$? = $ac_status" >&5
   8046    if (exit $ac_status) && test -s out/conftest2.$ac_objext
   8047    then
   8048      # The compiler can only warn and ignore the option if not recognized
   8049      # So say no if there are warnings
   8050      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
   8051      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
   8052      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
   8053        lt_cv_prog_compiler_c_o=yes
   8054      fi
   8055    fi
   8056    chmod u+w . 2>&5
   8057    $RM conftest*
   8058    # SGI C++ compiler will create directory out/ii_files/ for
   8059    # template instantiation
   8060    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
   8061    $RM out/* && rmdir out
   8062    cd ..
   8063    $RM -r conftest
   8064    $RM conftest*
   8065 
   8066 fi
   8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
   8068 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
   8069 
   8070 
   8071 
   8072 
   8073 hard_links="nottested"
   8074 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
   8075   # do not overwrite the value of need_locks provided by the user
   8076   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
   8077 $as_echo_n "checking if we can lock with hard links... " >&6; }
   8078   hard_links=yes
   8079   $RM conftest*
   8080   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   8081   touch conftest.a
   8082   ln conftest.a conftest.b 2>&5 || hard_links=no
   8083   ln conftest.a conftest.b 2>/dev/null && hard_links=no
   8084   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
   8085 $as_echo "$hard_links" >&6; }
   8086   if test "$hard_links" = no; then
   8087     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
   8088 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
   8089     need_locks=warn
   8090   fi
   8091 else
   8092   need_locks=no
   8093 fi
   8094 
   8095 
   8096 
   8097 
   8098 
   8099 
   8100   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
   8101 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
   8102 
   8103   runpath_var=
   8104   allow_undefined_flag=
   8105   always_export_symbols=no
   8106   archive_cmds=
   8107   archive_expsym_cmds=
   8108   compiler_needs_object=no
   8109   enable_shared_with_static_runtimes=no
   8110   export_dynamic_flag_spec=
   8111   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   8112   hardcode_automatic=no
   8113   hardcode_direct=no
   8114   hardcode_direct_absolute=no
   8115   hardcode_libdir_flag_spec=
   8116   hardcode_libdir_flag_spec_ld=
   8117   hardcode_libdir_separator=
   8118   hardcode_minus_L=no
   8119   hardcode_shlibpath_var=unsupported
   8120   inherit_rpath=no
   8121   link_all_deplibs=unknown
   8122   module_cmds=
   8123   module_expsym_cmds=
   8124   old_archive_from_new_cmds=
   8125   old_archive_from_expsyms_cmds=
   8126   thread_safe_flag_spec=
   8127   whole_archive_flag_spec=
   8128   # include_expsyms should be a list of space-separated symbols to be *always*
   8129   # included in the symbol list
   8130   include_expsyms=
   8131   # exclude_expsyms can be an extended regexp of symbols to exclude
   8132   # it will be wrapped by ` (' and `)$', so one must not match beginning or
   8133   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
   8134   # as well as any symbol that contains `d'.
   8135   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
   8136   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
   8137   # platforms (ab)use it in PIC code, but their linkers get confused if
   8138   # the symbol is explicitly referenced.  Since portable code cannot
   8139   # rely on this symbol name, it's probably fine to never include it in
   8140   # preloaded symbol tables.
   8141   # Exclude shared library initialization/finalization symbols.
   8142   extract_expsyms_cmds=
   8143 
   8144   case $host_os in
   8145   cygwin* | mingw* | pw32* | cegcc*)
   8146     # FIXME: the MSVC++ port hasn't been tested in a loooong time
   8147     # When not using gcc, we currently assume that we are using
   8148     # Microsoft Visual C++.
   8149     if test "$GCC" != yes; then
   8150       with_gnu_ld=no
   8151     fi
   8152     ;;
   8153   interix*)
   8154     # we just hope/assume this is gcc and not c89 (= MSVC++)
   8155     with_gnu_ld=yes
   8156     ;;
   8157   openbsd*)
   8158     with_gnu_ld=no
   8159     ;;
   8160   esac
   8161 
   8162   ld_shlibs=yes
   8163   if test "$with_gnu_ld" = yes; then
   8164     # If archive_cmds runs LD, not CC, wlarc should be empty
   8165     wlarc='${wl}'
   8166 
   8167     # Set some defaults for GNU ld with shared library support. These
   8168     # are reset later if shared libraries are not supported. Putting them
   8169     # here allows them to be overridden if necessary.
   8170     runpath_var=LD_RUN_PATH
   8171     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8172     export_dynamic_flag_spec='${wl}--export-dynamic'
   8173     # ancient GNU ld didn't support --whole-archive et. al.
   8174     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
   8175       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
   8176     else
   8177       whole_archive_flag_spec=
   8178     fi
   8179     supports_anon_versioning=no
   8180     case `$LD -v 2>&1` in
   8181       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
   8182       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
   8183       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
   8184       *\ 2.11.*) ;; # other 2.11 versions
   8185       *) supports_anon_versioning=yes ;;
   8186     esac
   8187 
   8188     # See if GNU ld supports shared libraries.
   8189     case $host_os in
   8190     aix[3-9]*)
   8191       # On AIX/PPC, the GNU linker is very broken
   8192       if test "$host_cpu" != ia64; then
   8193 	ld_shlibs=no
   8194 	cat <<_LT_EOF 1>&2
   8195 
   8196 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
   8197 *** to be unable to reliably create shared libraries on AIX.
   8198 *** Therefore, libtool is disabling shared libraries support.  If you
   8199 *** really care for shared libraries, you may want to modify your PATH
   8200 *** so that a non-GNU linker is found, and then restart.
   8201 
   8202 _LT_EOF
   8203       fi
   8204       ;;
   8205 
   8206     amigaos*)
   8207       case $host_cpu in
   8208       powerpc)
   8209             # see comment about AmigaOS4 .so support
   8210             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8211             archive_expsym_cmds=''
   8212         ;;
   8213       m68k)
   8214             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)'
   8215             hardcode_libdir_flag_spec='-L$libdir'
   8216             hardcode_minus_L=yes
   8217         ;;
   8218       esac
   8219       ;;
   8220 
   8221     beos*)
   8222       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8223 	allow_undefined_flag=unsupported
   8224 	# Joseph Beckenbach <jrb3 (at] best.com> says some releases of gcc
   8225 	# support --undefined.  This deserves some investigation.  FIXME
   8226 	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8227       else
   8228 	ld_shlibs=no
   8229       fi
   8230       ;;
   8231 
   8232     cygwin* | mingw* | pw32* | cegcc*)
   8233       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
   8234       # as there is no search path for DLLs.
   8235       hardcode_libdir_flag_spec='-L$libdir'
   8236       allow_undefined_flag=unsupported
   8237       always_export_symbols=no
   8238       enable_shared_with_static_runtimes=yes
   8239       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
   8240 
   8241       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
   8242         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   8243 	# If the export-symbols file already is a .def file (1st line
   8244 	# is EXPORTS), use it as is; otherwise, prepend...
   8245 	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
   8246 	  cp $export_symbols $output_objdir/$soname.def;
   8247 	else
   8248 	  echo EXPORTS > $output_objdir/$soname.def;
   8249 	  cat $export_symbols >> $output_objdir/$soname.def;
   8250 	fi~
   8251 	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
   8252       else
   8253 	ld_shlibs=no
   8254       fi
   8255       ;;
   8256 
   8257     interix[3-9]*)
   8258       hardcode_direct=no
   8259       hardcode_shlibpath_var=no
   8260       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   8261       export_dynamic_flag_spec='${wl}-E'
   8262       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
   8263       # Instead, shared libraries are loaded at an image base (0x10000000 by
   8264       # default) and relocated if they conflict, which is a slow very memory
   8265       # consuming and fragmenting process.  To avoid this, we pick a random,
   8266       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
   8267       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
   8268       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
   8269       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'
   8270       ;;
   8271 
   8272     gnu* | linux* | tpf* | k*bsd*-gnu)
   8273       tmp_diet=no
   8274       if test "$host_os" = linux-dietlibc; then
   8275 	case $cc_basename in
   8276 	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
   8277 	esac
   8278       fi
   8279       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
   8280 	 && test "$tmp_diet" = no
   8281       then
   8282 	tmp_addflag=
   8283 	tmp_sharedflag='-shared'
   8284 	case $cc_basename,$host_cpu in
   8285         pgcc*)				# Portland Group C compiler
   8286 	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
   8287 	  tmp_addflag=' $pic_flag'
   8288 	  ;;
   8289 	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
   8290 	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
   8291 	  tmp_addflag=' $pic_flag -Mnomain' ;;
   8292 	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
   8293 	  tmp_addflag=' -i_dynamic' ;;
   8294 	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
   8295 	  tmp_addflag=' -i_dynamic -nofor_main' ;;
   8296 	ifc* | ifort*)			# Intel Fortran compiler
   8297 	  tmp_addflag=' -nofor_main' ;;
   8298 	lf95*)				# Lahey Fortran 8.1
   8299 	  whole_archive_flag_spec=
   8300 	  tmp_sharedflag='--shared' ;;
   8301 	xl[cC]*)			# IBM XL C 8.0 on PPC (deal with xlf below)
   8302 	  tmp_sharedflag='-qmkshrobj'
   8303 	  tmp_addflag= ;;
   8304 	esac
   8305 	case `$CC -V 2>&1 | sed 5q` in
   8306 	*Sun\ C*)			# Sun C 5.9
   8307 	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
   8308 	  compiler_needs_object=yes
   8309 	  tmp_sharedflag='-G' ;;
   8310 	*Sun\ F*)			# Sun Fortran 8.3
   8311 	  tmp_sharedflag='-G' ;;
   8312 	esac
   8313 	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8314 
   8315         if test "x$supports_anon_versioning" = xyes; then
   8316           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   8317 	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   8318 	    echo "local: *; };" >> $output_objdir/$libname.ver~
   8319 	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
   8320         fi
   8321 
   8322 	case $cc_basename in
   8323 	xlf*)
   8324 	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
   8325 	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
   8326 	  hardcode_libdir_flag_spec=
   8327 	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
   8328 	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
   8329 	  if test "x$supports_anon_versioning" = xyes; then
   8330 	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
   8331 	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   8332 	      echo "local: *; };" >> $output_objdir/$libname.ver~
   8333 	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
   8334 	  fi
   8335 	  ;;
   8336 	esac
   8337       else
   8338         ld_shlibs=no
   8339       fi
   8340       ;;
   8341 
   8342     netbsd*)
   8343       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   8344 	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
   8345 	wlarc=
   8346       else
   8347 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8348 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8349       fi
   8350       ;;
   8351 
   8352     solaris*)
   8353       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
   8354 	ld_shlibs=no
   8355 	cat <<_LT_EOF 1>&2
   8356 
   8357 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
   8358 *** create shared libraries on Solaris systems.  Therefore, libtool
   8359 *** is disabling shared libraries support.  We urge you to upgrade GNU
   8360 *** binutils to release 2.9.1 or newer.  Another option is to modify
   8361 *** your PATH or compiler configuration so that the native linker is
   8362 *** used, and then restart.
   8363 
   8364 _LT_EOF
   8365       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8366 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8367 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8368       else
   8369 	ld_shlibs=no
   8370       fi
   8371       ;;
   8372 
   8373     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
   8374       case `$LD -v 2>&1` in
   8375         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
   8376 	ld_shlibs=no
   8377 	cat <<_LT_EOF 1>&2
   8378 
   8379 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
   8380 *** reliably create shared libraries on SCO systems.  Therefore, libtool
   8381 *** is disabling shared libraries support.  We urge you to upgrade GNU
   8382 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
   8383 *** your PATH or compiler configuration so that the native linker is
   8384 *** used, and then restart.
   8385 
   8386 _LT_EOF
   8387 	;;
   8388 	*)
   8389 	  # For security reasons, it is highly recommended that you always
   8390 	  # use absolute paths for naming shared libraries, and exclude the
   8391 	  # DT_RUNPATH tag from executables and libraries.  But doing so
   8392 	  # requires that you compile everything twice, which is a pain.
   8393 	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8394 	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8395 	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8396 	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8397 	  else
   8398 	    ld_shlibs=no
   8399 	  fi
   8400 	;;
   8401       esac
   8402       ;;
   8403 
   8404     sunos4*)
   8405       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   8406       wlarc=
   8407       hardcode_direct=yes
   8408       hardcode_shlibpath_var=no
   8409       ;;
   8410 
   8411     *)
   8412       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
   8413 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8414 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
   8415       else
   8416 	ld_shlibs=no
   8417       fi
   8418       ;;
   8419     esac
   8420 
   8421     if test "$ld_shlibs" = no; then
   8422       runpath_var=
   8423       hardcode_libdir_flag_spec=
   8424       export_dynamic_flag_spec=
   8425       whole_archive_flag_spec=
   8426     fi
   8427   else
   8428     # PORTME fill in a description of your system's linker (not GNU ld)
   8429     case $host_os in
   8430     aix3*)
   8431       allow_undefined_flag=unsupported
   8432       always_export_symbols=yes
   8433       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'
   8434       # Note: this linker hardcodes the directories in LIBPATH if there
   8435       # are no directories specified by -L.
   8436       hardcode_minus_L=yes
   8437       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
   8438 	# Neither direct hardcoding nor static linking is supported with a
   8439 	# broken collect2.
   8440 	hardcode_direct=unsupported
   8441       fi
   8442       ;;
   8443 
   8444     aix[4-9]*)
   8445       if test "$host_cpu" = ia64; then
   8446 	# On IA64, the linker does run time linking by default, so we don't
   8447 	# have to do anything special.
   8448 	aix_use_runtimelinking=no
   8449 	exp_sym_flag='-Bexport'
   8450 	no_entry_flag=""
   8451       else
   8452 	# If we're using GNU nm, then we don't want the "-C" option.
   8453 	# -C means demangle to AIX nm, but means don't demangle with GNU nm
   8454 	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
   8455 	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
   8456 	else
   8457 	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
   8458 	fi
   8459 	aix_use_runtimelinking=no
   8460 
   8461 	# Test if we are trying to use run time linking or normal
   8462 	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
   8463 	# need to do runtime linking.
   8464 	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
   8465 	  for ld_flag in $LDFLAGS; do
   8466 	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
   8467 	    aix_use_runtimelinking=yes
   8468 	    break
   8469 	  fi
   8470 	  done
   8471 	  ;;
   8472 	esac
   8473 
   8474 	exp_sym_flag='-bexport'
   8475 	no_entry_flag='-bnoentry'
   8476       fi
   8477 
   8478       # When large executables or shared objects are built, AIX ld can
   8479       # have problems creating the table of contents.  If linking a library
   8480       # or program results in "error TOC overflow" add -mminimal-toc to
   8481       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
   8482       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
   8483 
   8484       archive_cmds=''
   8485       hardcode_direct=yes
   8486       hardcode_direct_absolute=yes
   8487       hardcode_libdir_separator=':'
   8488       link_all_deplibs=yes
   8489       file_list_spec='${wl}-f,'
   8490 
   8491       if test "$GCC" = yes; then
   8492 	case $host_os in aix4.[012]|aix4.[012].*)
   8493 	# We only want to do this on AIX 4.2 and lower, the check
   8494 	# below for broken collect2 doesn't work under 4.3+
   8495 	  collect2name=`${CC} -print-prog-name=collect2`
   8496 	  if test -f "$collect2name" &&
   8497 	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
   8498 	  then
   8499 	  # We have reworked collect2
   8500 	  :
   8501 	  else
   8502 	  # We have old collect2
   8503 	  hardcode_direct=unsupported
   8504 	  # It fails to find uninstalled libraries when the uninstalled
   8505 	  # path is not listed in the libpath.  Setting hardcode_minus_L
   8506 	  # to unsupported forces relinking
   8507 	  hardcode_minus_L=yes
   8508 	  hardcode_libdir_flag_spec='-L$libdir'
   8509 	  hardcode_libdir_separator=
   8510 	  fi
   8511 	  ;;
   8512 	esac
   8513 	shared_flag='-shared'
   8514 	if test "$aix_use_runtimelinking" = yes; then
   8515 	  shared_flag="$shared_flag "'${wl}-G'
   8516 	fi
   8517       else
   8518 	# not using gcc
   8519 	if test "$host_cpu" = ia64; then
   8520 	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
   8521 	# chokes on -Wl,-G. The following line is correct:
   8522 	  shared_flag='-G'
   8523 	else
   8524 	  if test "$aix_use_runtimelinking" = yes; then
   8525 	    shared_flag='${wl}-G'
   8526 	  else
   8527 	    shared_flag='${wl}-bM:SRE'
   8528 	  fi
   8529 	fi
   8530       fi
   8531 
   8532       export_dynamic_flag_spec='${wl}-bexpall'
   8533       # It seems that -bexpall does not export symbols beginning with
   8534       # underscore (_), so it is better to generate a list of symbols to export.
   8535       always_export_symbols=yes
   8536       if test "$aix_use_runtimelinking" = yes; then
   8537 	# Warning - without using the other runtime loading flags (-brtl),
   8538 	# -berok will link without error, but may produce a broken library.
   8539 	allow_undefined_flag='-berok'
   8540         # Determine the default libpath from the value encoded in an
   8541         # empty executable.
   8542         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8543 /* end confdefs.h.  */
   8544 
   8545 int
   8546 main ()
   8547 {
   8548 
   8549   ;
   8550   return 0;
   8551 }
   8552 _ACEOF
   8553 if ac_fn_c_try_link "$LINENO"; then :
   8554 
   8555 lt_aix_libpath_sed='
   8556     /Import File Strings/,/^$/ {
   8557 	/^0/ {
   8558 	    s/^0  *\(.*\)$/\1/
   8559 	    p
   8560 	}
   8561     }'
   8562 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8563 # Check for a 64-bit object if we didn't find anything.
   8564 if test -z "$aix_libpath"; then
   8565   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8566 fi
   8567 fi
   8568 rm -f core conftest.err conftest.$ac_objext \
   8569     conftest$ac_exeext conftest.$ac_ext
   8570 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   8571 
   8572         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   8573         archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
   8574       else
   8575 	if test "$host_cpu" = ia64; then
   8576 	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
   8577 	  allow_undefined_flag="-z nodefs"
   8578 	  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"
   8579 	else
   8580 	 # Determine the default libpath from the value encoded in an
   8581 	 # empty executable.
   8582 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8583 /* end confdefs.h.  */
   8584 
   8585 int
   8586 main ()
   8587 {
   8588 
   8589   ;
   8590   return 0;
   8591 }
   8592 _ACEOF
   8593 if ac_fn_c_try_link "$LINENO"; then :
   8594 
   8595 lt_aix_libpath_sed='
   8596     /Import File Strings/,/^$/ {
   8597 	/^0/ {
   8598 	    s/^0  *\(.*\)$/\1/
   8599 	    p
   8600 	}
   8601     }'
   8602 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8603 # Check for a 64-bit object if we didn't find anything.
   8604 if test -z "$aix_libpath"; then
   8605   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
   8606 fi
   8607 fi
   8608 rm -f core conftest.err conftest.$ac_objext \
   8609     conftest$ac_exeext conftest.$ac_ext
   8610 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
   8611 
   8612 	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
   8613 	  # Warning - without using the other run time loading flags,
   8614 	  # -berok will link without error, but may produce a broken library.
   8615 	  no_undefined_flag=' ${wl}-bernotok'
   8616 	  allow_undefined_flag=' ${wl}-berok'
   8617 	  # Exported symbols can be pulled into shared objects from archives
   8618 	  whole_archive_flag_spec='$convenience'
   8619 	  archive_cmds_need_lc=yes
   8620 	  # This is similar to how AIX traditionally builds its shared libraries.
   8621 	  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'
   8622 	fi
   8623       fi
   8624       ;;
   8625 
   8626     amigaos*)
   8627       case $host_cpu in
   8628       powerpc)
   8629             # see comment about AmigaOS4 .so support
   8630             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   8631             archive_expsym_cmds=''
   8632         ;;
   8633       m68k)
   8634             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)'
   8635             hardcode_libdir_flag_spec='-L$libdir'
   8636             hardcode_minus_L=yes
   8637         ;;
   8638       esac
   8639       ;;
   8640 
   8641     bsdi[45]*)
   8642       export_dynamic_flag_spec=-rdynamic
   8643       ;;
   8644 
   8645     cygwin* | mingw* | pw32* | cegcc*)
   8646       # When not using gcc, we currently assume that we are using
   8647       # Microsoft Visual C++.
   8648       # hardcode_libdir_flag_spec is actually meaningless, as there is
   8649       # no search path for DLLs.
   8650       hardcode_libdir_flag_spec=' '
   8651       allow_undefined_flag=unsupported
   8652       # Tell ltmain to make .lib files, not .a files.
   8653       libext=lib
   8654       # Tell ltmain to make .dll files, not .so files.
   8655       shrext_cmds=".dll"
   8656       # FIXME: Setting linknames here is a bad hack.
   8657       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
   8658       # The linker will automatically build a .lib file if we build a DLL.
   8659       old_archive_from_new_cmds='true'
   8660       # FIXME: Should let the user specify the lib program.
   8661       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
   8662       fix_srcfile_path='`cygpath -w "$srcfile"`'
   8663       enable_shared_with_static_runtimes=yes
   8664       ;;
   8665 
   8666     darwin* | rhapsody*)
   8667 
   8668 
   8669   archive_cmds_need_lc=no
   8670   hardcode_direct=no
   8671   hardcode_automatic=yes
   8672   hardcode_shlibpath_var=unsupported
   8673   whole_archive_flag_spec=''
   8674   link_all_deplibs=yes
   8675   allow_undefined_flag="$_lt_dar_allow_undefined"
   8676   case $cc_basename in
   8677      ifort*) _lt_dar_can_shared=yes ;;
   8678      *) _lt_dar_can_shared=$GCC ;;
   8679   esac
   8680   if test "$_lt_dar_can_shared" = "yes"; then
   8681     output_verbose_link_cmd=echo
   8682     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
   8683     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
   8684     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}"
   8685     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}"
   8686 
   8687   else
   8688   ld_shlibs=no
   8689   fi
   8690 
   8691       ;;
   8692 
   8693     dgux*)
   8694       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   8695       hardcode_libdir_flag_spec='-L$libdir'
   8696       hardcode_shlibpath_var=no
   8697       ;;
   8698 
   8699     freebsd1*)
   8700       ld_shlibs=no
   8701       ;;
   8702 
   8703     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
   8704     # support.  Future versions do this automatically, but an explicit c++rt0.o
   8705     # does not break anything, and helps significantly (at the cost of a little
   8706     # extra space).
   8707     freebsd2.2*)
   8708       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
   8709       hardcode_libdir_flag_spec='-R$libdir'
   8710       hardcode_direct=yes
   8711       hardcode_shlibpath_var=no
   8712       ;;
   8713 
   8714     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
   8715     freebsd2*)
   8716       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   8717       hardcode_direct=yes
   8718       hardcode_minus_L=yes
   8719       hardcode_shlibpath_var=no
   8720       ;;
   8721 
   8722     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
   8723     freebsd* | dragonfly*)
   8724       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
   8725       hardcode_libdir_flag_spec='-R$libdir'
   8726       hardcode_direct=yes
   8727       hardcode_shlibpath_var=no
   8728       ;;
   8729 
   8730     hpux9*)
   8731       if test "$GCC" = yes; then
   8732 	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'
   8733       else
   8734 	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'
   8735       fi
   8736       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   8737       hardcode_libdir_separator=:
   8738       hardcode_direct=yes
   8739 
   8740       # hardcode_minus_L: Not really in the search PATH,
   8741       # but as the default location of the library.
   8742       hardcode_minus_L=yes
   8743       export_dynamic_flag_spec='${wl}-E'
   8744       ;;
   8745 
   8746     hpux10*)
   8747       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
   8748 	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   8749       else
   8750 	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
   8751       fi
   8752       if test "$with_gnu_ld" = no; then
   8753 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   8754 	hardcode_libdir_flag_spec_ld='+b $libdir'
   8755 	hardcode_libdir_separator=:
   8756 	hardcode_direct=yes
   8757 	hardcode_direct_absolute=yes
   8758 	export_dynamic_flag_spec='${wl}-E'
   8759 	# hardcode_minus_L: Not really in the search PATH,
   8760 	# but as the default location of the library.
   8761 	hardcode_minus_L=yes
   8762       fi
   8763       ;;
   8764 
   8765     hpux11*)
   8766       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
   8767 	case $host_cpu in
   8768 	hppa*64*)
   8769 	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   8770 	  ;;
   8771 	ia64*)
   8772 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   8773 	  ;;
   8774 	*)
   8775 	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   8776 	  ;;
   8777 	esac
   8778       else
   8779 	case $host_cpu in
   8780 	hppa*64*)
   8781 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   8782 	  ;;
   8783 	ia64*)
   8784 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
   8785 	  ;;
   8786 	*)
   8787 	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
   8788 	  ;;
   8789 	esac
   8790       fi
   8791       if test "$with_gnu_ld" = no; then
   8792 	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
   8793 	hardcode_libdir_separator=:
   8794 
   8795 	case $host_cpu in
   8796 	hppa*64*|ia64*)
   8797 	  hardcode_direct=no
   8798 	  hardcode_shlibpath_var=no
   8799 	  ;;
   8800 	*)
   8801 	  hardcode_direct=yes
   8802 	  hardcode_direct_absolute=yes
   8803 	  export_dynamic_flag_spec='${wl}-E'
   8804 
   8805 	  # hardcode_minus_L: Not really in the search PATH,
   8806 	  # but as the default location of the library.
   8807 	  hardcode_minus_L=yes
   8808 	  ;;
   8809 	esac
   8810       fi
   8811       ;;
   8812 
   8813     irix5* | irix6* | nonstopux*)
   8814       if test "$GCC" = yes; then
   8815 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
   8816 	# Try to use the -exported_symbol ld option, if it does not
   8817 	# work, assume that -exports_file does not work either and
   8818 	# implicitly export all symbols.
   8819         save_LDFLAGS="$LDFLAGS"
   8820         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
   8821         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   8822 /* end confdefs.h.  */
   8823 int foo(void) {}
   8824 _ACEOF
   8825 if ac_fn_c_try_link "$LINENO"; then :
   8826   archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
   8827 
   8828 fi
   8829 rm -f core conftest.err conftest.$ac_objext \
   8830     conftest$ac_exeext conftest.$ac_ext
   8831         LDFLAGS="$save_LDFLAGS"
   8832       else
   8833 	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
   8834 	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
   8835       fi
   8836       archive_cmds_need_lc='no'
   8837       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8838       hardcode_libdir_separator=:
   8839       inherit_rpath=yes
   8840       link_all_deplibs=yes
   8841       ;;
   8842 
   8843     netbsd*)
   8844       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   8845 	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
   8846       else
   8847 	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
   8848       fi
   8849       hardcode_libdir_flag_spec='-R$libdir'
   8850       hardcode_direct=yes
   8851       hardcode_shlibpath_var=no
   8852       ;;
   8853 
   8854     newsos6)
   8855       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   8856       hardcode_direct=yes
   8857       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8858       hardcode_libdir_separator=:
   8859       hardcode_shlibpath_var=no
   8860       ;;
   8861 
   8862     *nto* | *qnx*)
   8863       ;;
   8864 
   8865     openbsd*)
   8866       if test -f /usr/libexec/ld.so; then
   8867 	hardcode_direct=yes
   8868 	hardcode_shlibpath_var=no
   8869 	hardcode_direct_absolute=yes
   8870 	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   8871 	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   8872 	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
   8873 	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   8874 	  export_dynamic_flag_spec='${wl}-E'
   8875 	else
   8876 	  case $host_os in
   8877 	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
   8878 	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
   8879 	     hardcode_libdir_flag_spec='-R$libdir'
   8880 	     ;;
   8881 	   *)
   8882 	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
   8883 	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
   8884 	     ;;
   8885 	  esac
   8886 	fi
   8887       else
   8888 	ld_shlibs=no
   8889       fi
   8890       ;;
   8891 
   8892     os2*)
   8893       hardcode_libdir_flag_spec='-L$libdir'
   8894       hardcode_minus_L=yes
   8895       allow_undefined_flag=unsupported
   8896       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'
   8897       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
   8898       ;;
   8899 
   8900     osf3*)
   8901       if test "$GCC" = yes; then
   8902 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   8903 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
   8904       else
   8905 	allow_undefined_flag=' -expect_unresolved \*'
   8906 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
   8907       fi
   8908       archive_cmds_need_lc='no'
   8909       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8910       hardcode_libdir_separator=:
   8911       ;;
   8912 
   8913     osf4* | osf5*)	# as osf3* with the addition of -msym flag
   8914       if test "$GCC" = yes; then
   8915 	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
   8916 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
   8917 	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
   8918       else
   8919 	allow_undefined_flag=' -expect_unresolved \*'
   8920 	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
   8921 	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~
   8922 	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
   8923 
   8924 	# Both c and cxx compiler support -rpath directly
   8925 	hardcode_libdir_flag_spec='-rpath $libdir'
   8926       fi
   8927       archive_cmds_need_lc='no'
   8928       hardcode_libdir_separator=:
   8929       ;;
   8930 
   8931     solaris*)
   8932       no_undefined_flag=' -z defs'
   8933       if test "$GCC" = yes; then
   8934 	wlarc='${wl}'
   8935 	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
   8936 	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   8937 	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   8938       else
   8939 	case `$CC -V 2>&1` in
   8940 	*"Compilers 5.0"*)
   8941 	  wlarc=''
   8942 	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
   8943 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   8944 	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
   8945 	  ;;
   8946 	*)
   8947 	  wlarc='${wl}'
   8948 	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
   8949 	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
   8950 	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
   8951 	  ;;
   8952 	esac
   8953       fi
   8954       hardcode_libdir_flag_spec='-R$libdir'
   8955       hardcode_shlibpath_var=no
   8956       case $host_os in
   8957       solaris2.[0-5] | solaris2.[0-5].*) ;;
   8958       *)
   8959 	# The compiler driver will combine and reorder linker options,
   8960 	# but understands `-z linker_flag'.  GCC discards it without `$wl',
   8961 	# but is careful enough not to reorder.
   8962 	# Supported since Solaris 2.6 (maybe 2.5.1?)
   8963 	if test "$GCC" = yes; then
   8964 	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
   8965 	else
   8966 	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
   8967 	fi
   8968 	;;
   8969       esac
   8970       link_all_deplibs=yes
   8971       ;;
   8972 
   8973     sunos4*)
   8974       if test "x$host_vendor" = xsequent; then
   8975 	# Use $CC to link under sequent, because it throws in some extra .o
   8976 	# files that make .init and .fini sections work.
   8977 	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
   8978       else
   8979 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
   8980       fi
   8981       hardcode_libdir_flag_spec='-L$libdir'
   8982       hardcode_direct=yes
   8983       hardcode_minus_L=yes
   8984       hardcode_shlibpath_var=no
   8985       ;;
   8986 
   8987     sysv4)
   8988       case $host_vendor in
   8989 	sni)
   8990 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   8991 	  hardcode_direct=yes # is this really true???
   8992 	;;
   8993 	siemens)
   8994 	  ## LD is ld it makes a PLAMLIB
   8995 	  ## CC just makes a GrossModule.
   8996 	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
   8997 	  reload_cmds='$CC -r -o $output$reload_objs'
   8998 	  hardcode_direct=no
   8999         ;;
   9000 	motorola)
   9001 	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9002 	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
   9003 	;;
   9004       esac
   9005       runpath_var='LD_RUN_PATH'
   9006       hardcode_shlibpath_var=no
   9007       ;;
   9008 
   9009     sysv4.3*)
   9010       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9011       hardcode_shlibpath_var=no
   9012       export_dynamic_flag_spec='-Bexport'
   9013       ;;
   9014 
   9015     sysv4*MP*)
   9016       if test -d /usr/nec; then
   9017 	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9018 	hardcode_shlibpath_var=no
   9019 	runpath_var=LD_RUN_PATH
   9020 	hardcode_runpath_var=yes
   9021 	ld_shlibs=yes
   9022       fi
   9023       ;;
   9024 
   9025     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
   9026       no_undefined_flag='${wl}-z,text'
   9027       archive_cmds_need_lc=no
   9028       hardcode_shlibpath_var=no
   9029       runpath_var='LD_RUN_PATH'
   9030 
   9031       if test "$GCC" = yes; then
   9032 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9033 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9034       else
   9035 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9036 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9037       fi
   9038       ;;
   9039 
   9040     sysv5* | sco3.2v5* | sco5v6*)
   9041       # Note: We can NOT use -z defs as we might desire, because we do not
   9042       # link with -lc, and that would cause any symbols used from libc to
   9043       # always be unresolved, which means just about no library would
   9044       # ever link correctly.  If we're not using GNU ld we use -z text
   9045       # though, which does catch some bad symbols but isn't as heavy-handed
   9046       # as -z defs.
   9047       no_undefined_flag='${wl}-z,text'
   9048       allow_undefined_flag='${wl}-z,nodefs'
   9049       archive_cmds_need_lc=no
   9050       hardcode_shlibpath_var=no
   9051       hardcode_libdir_flag_spec='${wl}-R,$libdir'
   9052       hardcode_libdir_separator=':'
   9053       link_all_deplibs=yes
   9054       export_dynamic_flag_spec='${wl}-Bexport'
   9055       runpath_var='LD_RUN_PATH'
   9056 
   9057       if test "$GCC" = yes; then
   9058 	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9059 	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9060       else
   9061 	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9062 	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
   9063       fi
   9064       ;;
   9065 
   9066     uts4*)
   9067       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
   9068       hardcode_libdir_flag_spec='-L$libdir'
   9069       hardcode_shlibpath_var=no
   9070       ;;
   9071 
   9072     *)
   9073       ld_shlibs=no
   9074       ;;
   9075     esac
   9076 
   9077     if test x$host_vendor = xsni; then
   9078       case $host in
   9079       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   9080 	export_dynamic_flag_spec='${wl}-Blargedynsym'
   9081 	;;
   9082       esac
   9083     fi
   9084   fi
   9085 
   9086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
   9087 $as_echo "$ld_shlibs" >&6; }
   9088 test "$ld_shlibs" = no && can_build_shared=no
   9089 
   9090 with_gnu_ld=$with_gnu_ld
   9091 
   9092 
   9093 
   9094 
   9095 
   9096 
   9097 
   9098 
   9099 
   9100 
   9101 
   9102 
   9103 
   9104 
   9105 
   9106 #
   9107 # Do we need to explicitly link libc?
   9108 #
   9109 case "x$archive_cmds_need_lc" in
   9110 x|xyes)
   9111   # Assume -lc should be added
   9112   archive_cmds_need_lc=yes
   9113 
   9114   if test "$enable_shared" = yes && test "$GCC" = yes; then
   9115     case $archive_cmds in
   9116     *'~'*)
   9117       # FIXME: we may have to deal with multi-command sequences.
   9118       ;;
   9119     '$CC '*)
   9120       # Test whether the compiler implicitly links with -lc since on some
   9121       # systems, -lgcc has to come before -lc. If gcc already passes -lc
   9122       # to ld, don't add -lc before -lgcc.
   9123       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
   9124 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
   9125       $RM conftest*
   9126       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
   9127 
   9128       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
   9129   (eval $ac_compile) 2>&5
   9130   ac_status=$?
   9131   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   9132   test $ac_status = 0; } 2>conftest.err; then
   9133         soname=conftest
   9134         lib=conftest
   9135         libobjs=conftest.$ac_objext
   9136         deplibs=
   9137         wl=$lt_prog_compiler_wl
   9138 	pic_flag=$lt_prog_compiler_pic
   9139         compiler_flags=-v
   9140         linker_flags=-v
   9141         verstring=
   9142         output_objdir=.
   9143         libname=conftest
   9144         lt_save_allow_undefined_flag=$allow_undefined_flag
   9145         allow_undefined_flag=
   9146         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
   9147   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
   9148   ac_status=$?
   9149   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   9150   test $ac_status = 0; }
   9151         then
   9152 	  archive_cmds_need_lc=no
   9153         else
   9154 	  archive_cmds_need_lc=yes
   9155         fi
   9156         allow_undefined_flag=$lt_save_allow_undefined_flag
   9157       else
   9158         cat conftest.err 1>&5
   9159       fi
   9160       $RM conftest*
   9161       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
   9162 $as_echo "$archive_cmds_need_lc" >&6; }
   9163       ;;
   9164     esac
   9165   fi
   9166   ;;
   9167 esac
   9168 
   9169 
   9170 
   9171 
   9172 
   9173 
   9174 
   9175 
   9176 
   9177 
   9178 
   9179 
   9180 
   9181 
   9182 
   9183 
   9184 
   9185 
   9186 
   9187 
   9188 
   9189 
   9190 
   9191 
   9192 
   9193 
   9194 
   9195 
   9196 
   9197 
   9198 
   9199 
   9200 
   9201 
   9202 
   9203 
   9204 
   9205 
   9206 
   9207 
   9208 
   9209 
   9210 
   9211 
   9212 
   9213 
   9214 
   9215 
   9216 
   9217 
   9218 
   9219 
   9220 
   9221 
   9222 
   9223 
   9224 
   9225 
   9226 
   9227 
   9228 
   9229 
   9230 
   9231 
   9232 
   9233 
   9234 
   9235 
   9236 
   9237 
   9238 
   9239 
   9240 
   9241 
   9242 
   9243 
   9244 
   9245 
   9246 
   9247 
   9248 
   9249 
   9250 
   9251 
   9252 
   9253 
   9254 
   9255 
   9256 
   9257 
   9258 
   9259 
   9260 
   9261 
   9262 
   9263 
   9264 
   9265 
   9266 
   9267 
   9268 
   9269 
   9270 
   9271 
   9272 
   9273 
   9274 
   9275 
   9276 
   9277 
   9278 
   9279 
   9280 
   9281 
   9282 
   9283 
   9284 
   9285 
   9286 
   9287 
   9288 
   9289 
   9290 
   9291 
   9292 
   9293 
   9294 
   9295 
   9296 
   9297 
   9298 
   9299 
   9300 
   9301 
   9302 
   9303 
   9304 
   9305 
   9306 
   9307 
   9308 
   9309 
   9310 
   9311 
   9312 
   9313 
   9314 
   9315 
   9316 
   9317 
   9318 
   9319 
   9320 
   9321 
   9322 
   9323 
   9324 
   9325   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
   9326 $as_echo_n "checking dynamic linker characteristics... " >&6; }
   9327 
   9328 if test "$GCC" = yes; then
   9329   case $host_os in
   9330     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
   9331     *) lt_awk_arg="/^libraries:/" ;;
   9332   esac
   9333   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
   9334   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
   9335     # if the path contains ";" then we assume it to be the separator
   9336     # otherwise default to the standard path separator (i.e. ":") - it is
   9337     # assumed that no part of a normal pathname contains ";" but that should
   9338     # okay in the real world where ";" in dirpaths is itself problematic.
   9339     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
   9340   else
   9341     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
   9342   fi
   9343   # Ok, now we have the path, separated by spaces, we can step through it
   9344   # and add multilib dir if necessary.
   9345   lt_tmp_lt_search_path_spec=
   9346   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
   9347   for lt_sys_path in $lt_search_path_spec; do
   9348     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
   9349       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
   9350     else
   9351       test -d "$lt_sys_path" && \
   9352 	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
   9353     fi
   9354   done
   9355   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
   9356 BEGIN {RS=" "; FS="/|\n";} {
   9357   lt_foo="";
   9358   lt_count=0;
   9359   for (lt_i = NF; lt_i > 0; lt_i--) {
   9360     if ($lt_i != "" && $lt_i != ".") {
   9361       if ($lt_i == "..") {
   9362         lt_count++;
   9363       } else {
   9364         if (lt_count == 0) {
   9365           lt_foo="/" $lt_i lt_foo;
   9366         } else {
   9367           lt_count--;
   9368         }
   9369       }
   9370     }
   9371   }
   9372   if (lt_foo != "") { lt_freq[lt_foo]++; }
   9373   if (lt_freq[lt_foo] == 1) { print lt_foo; }
   9374 }'`
   9375   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
   9376 else
   9377   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
   9378 fi
   9379 library_names_spec=
   9380 libname_spec='lib$name'
   9381 soname_spec=
   9382 shrext_cmds=".so"
   9383 postinstall_cmds=
   9384 postuninstall_cmds=
   9385 finish_cmds=
   9386 finish_eval=
   9387 shlibpath_var=
   9388 shlibpath_overrides_runpath=unknown
   9389 version_type=none
   9390 dynamic_linker="$host_os ld.so"
   9391 sys_lib_dlsearch_path_spec="/lib /usr/lib"
   9392 need_lib_prefix=unknown
   9393 hardcode_into_libs=no
   9394 
   9395 # when you set need_version to no, make sure it does not cause -set_version
   9396 # flags to be left without arguments
   9397 need_version=unknown
   9398 
   9399 case $host_os in
   9400 aix3*)
   9401   version_type=linux
   9402   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
   9403   shlibpath_var=LIBPATH
   9404 
   9405   # AIX 3 has no versioning support, so we append a major version to the name.
   9406   soname_spec='${libname}${release}${shared_ext}$major'
   9407   ;;
   9408 
   9409 aix[4-9]*)
   9410   version_type=linux
   9411   need_lib_prefix=no
   9412   need_version=no
   9413   hardcode_into_libs=yes
   9414   if test "$host_cpu" = ia64; then
   9415     # AIX 5 supports IA64
   9416     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
   9417     shlibpath_var=LD_LIBRARY_PATH
   9418   else
   9419     # With GCC up to 2.95.x, collect2 would create an import file
   9420     # for dependence libraries.  The import file would start with
   9421     # the line `#! .'.  This would cause the generated library to
   9422     # depend on `.', always an invalid library.  This was fixed in
   9423     # development snapshots of GCC prior to 3.0.
   9424     case $host_os in
   9425       aix4 | aix4.[01] | aix4.[01].*)
   9426       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
   9427 	   echo ' yes '
   9428 	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
   9429 	:
   9430       else
   9431 	can_build_shared=no
   9432       fi
   9433       ;;
   9434     esac
   9435     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
   9436     # soname into executable. Probably we can add versioning support to
   9437     # collect2, so additional links can be useful in future.
   9438     if test "$aix_use_runtimelinking" = yes; then
   9439       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
   9440       # instead of lib<name>.a to let people know that these are not
   9441       # typical AIX shared libraries.
   9442       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9443     else
   9444       # We preserve .a as extension for shared libraries through AIX4.2
   9445       # and later when we are not doing run time linking.
   9446       library_names_spec='${libname}${release}.a $libname.a'
   9447       soname_spec='${libname}${release}${shared_ext}$major'
   9448     fi
   9449     shlibpath_var=LIBPATH
   9450   fi
   9451   ;;
   9452 
   9453 amigaos*)
   9454   case $host_cpu in
   9455   powerpc)
   9456     # Since July 2007 AmigaOS4 officially supports .so libraries.
   9457     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
   9458     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9459     ;;
   9460   m68k)
   9461     library_names_spec='$libname.ixlibrary $libname.a'
   9462     # Create ${libname}_ixlibrary.a entries in /sys/libs.
   9463     finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
   9464     ;;
   9465   esac
   9466   ;;
   9467 
   9468 beos*)
   9469   library_names_spec='${libname}${shared_ext}'
   9470   dynamic_linker="$host_os ld.so"
   9471   shlibpath_var=LIBRARY_PATH
   9472   ;;
   9473 
   9474 bsdi[45]*)
   9475   version_type=linux
   9476   need_version=no
   9477   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9478   soname_spec='${libname}${release}${shared_ext}$major'
   9479   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
   9480   shlibpath_var=LD_LIBRARY_PATH
   9481   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
   9482   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
   9483   # the default ld.so.conf also contains /usr/contrib/lib and
   9484   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
   9485   # libtool to hard-code these into programs
   9486   ;;
   9487 
   9488 cygwin* | mingw* | pw32* | cegcc*)
   9489   version_type=windows
   9490   shrext_cmds=".dll"
   9491   need_version=no
   9492   need_lib_prefix=no
   9493 
   9494   case $GCC,$host_os in
   9495   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
   9496     library_names_spec='$libname.dll.a'
   9497     # DLL is installed to $(libdir)/../bin by postinstall_cmds
   9498     postinstall_cmds='base_file=`basename \${file}`~
   9499       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
   9500       dldir=$destdir/`dirname \$dlpath`~
   9501       test -d \$dldir || mkdir -p \$dldir~
   9502       $install_prog $dir/$dlname \$dldir/$dlname~
   9503       chmod a+x \$dldir/$dlname~
   9504       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
   9505         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
   9506       fi'
   9507     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
   9508       dlpath=$dir/\$dldll~
   9509        $RM \$dlpath'
   9510     shlibpath_overrides_runpath=yes
   9511 
   9512     case $host_os in
   9513     cygwin*)
   9514       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
   9515       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   9516       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
   9517       ;;
   9518     mingw* | cegcc*)
   9519       # MinGW DLLs use traditional 'lib' prefix
   9520       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   9521       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
   9522       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
   9523         # It is most probably a Windows format PATH printed by
   9524         # mingw gcc, but we are running on Cygwin. Gcc prints its search
   9525         # path with ; separators, and with drive letters. We can handle the
   9526         # drive letters (cygwin fileutils understands them), so leave them,
   9527         # especially as we might pass files found there to a mingw objdump,
   9528         # which wouldn't understand a cygwinified path. Ahh.
   9529         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
   9530       else
   9531         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
   9532       fi
   9533       ;;
   9534     pw32*)
   9535       # pw32 DLLs use 'pw' prefix rather than 'lib'
   9536       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
   9537       ;;
   9538     esac
   9539     ;;
   9540 
   9541   *)
   9542     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
   9543     ;;
   9544   esac
   9545   dynamic_linker='Win32 ld.exe'
   9546   # FIXME: first we should search . and the directory the executable is in
   9547   shlibpath_var=PATH
   9548   ;;
   9549 
   9550 darwin* | rhapsody*)
   9551   dynamic_linker="$host_os dyld"
   9552   version_type=darwin
   9553   need_lib_prefix=no
   9554   need_version=no
   9555   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
   9556   soname_spec='${libname}${release}${major}$shared_ext'
   9557   shlibpath_overrides_runpath=yes
   9558   shlibpath_var=DYLD_LIBRARY_PATH
   9559   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   9560 
   9561   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
   9562   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
   9563   ;;
   9564 
   9565 dgux*)
   9566   version_type=linux
   9567   need_lib_prefix=no
   9568   need_version=no
   9569   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
   9570   soname_spec='${libname}${release}${shared_ext}$major'
   9571   shlibpath_var=LD_LIBRARY_PATH
   9572   ;;
   9573 
   9574 freebsd1*)
   9575   dynamic_linker=no
   9576   ;;
   9577 
   9578 freebsd* | dragonfly*)
   9579   # DragonFly does not have aout.  When/if they implement a new
   9580   # versioning mechanism, adjust this.
   9581   if test -x /usr/bin/objformat; then
   9582     objformat=`/usr/bin/objformat`
   9583   else
   9584     case $host_os in
   9585     freebsd[123]*) objformat=aout ;;
   9586     *) objformat=elf ;;
   9587     esac
   9588   fi
   9589   version_type=freebsd-$objformat
   9590   case $version_type in
   9591     freebsd-elf*)
   9592       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   9593       need_version=no
   9594       need_lib_prefix=no
   9595       ;;
   9596     freebsd-*)
   9597       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
   9598       need_version=yes
   9599       ;;
   9600   esac
   9601   shlibpath_var=LD_LIBRARY_PATH
   9602   case $host_os in
   9603   freebsd2*)
   9604     shlibpath_overrides_runpath=yes
   9605     ;;
   9606   freebsd3.[01]* | freebsdelf3.[01]*)
   9607     shlibpath_overrides_runpath=yes
   9608     hardcode_into_libs=yes
   9609     ;;
   9610   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
   9611   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
   9612     shlibpath_overrides_runpath=no
   9613     hardcode_into_libs=yes
   9614     ;;
   9615   *) # from 4.6 on, and DragonFly
   9616     shlibpath_overrides_runpath=yes
   9617     hardcode_into_libs=yes
   9618     ;;
   9619   esac
   9620   ;;
   9621 
   9622 gnu*)
   9623   version_type=linux
   9624   need_lib_prefix=no
   9625   need_version=no
   9626   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
   9627   soname_spec='${libname}${release}${shared_ext}$major'
   9628   shlibpath_var=LD_LIBRARY_PATH
   9629   hardcode_into_libs=yes
   9630   ;;
   9631 
   9632 hpux9* | hpux10* | hpux11*)
   9633   # Give a soname corresponding to the major version so that dld.sl refuses to
   9634   # link against other versions.
   9635   version_type=sunos
   9636   need_lib_prefix=no
   9637   need_version=no
   9638   case $host_cpu in
   9639   ia64*)
   9640     shrext_cmds='.so'
   9641     hardcode_into_libs=yes
   9642     dynamic_linker="$host_os dld.so"
   9643     shlibpath_var=LD_LIBRARY_PATH
   9644     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   9645     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9646     soname_spec='${libname}${release}${shared_ext}$major'
   9647     if test "X$HPUX_IA64_MODE" = X32; then
   9648       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
   9649     else
   9650       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
   9651     fi
   9652     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   9653     ;;
   9654   hppa*64*)
   9655     shrext_cmds='.sl'
   9656     hardcode_into_libs=yes
   9657     dynamic_linker="$host_os dld.sl"
   9658     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
   9659     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
   9660     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9661     soname_spec='${libname}${release}${shared_ext}$major'
   9662     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
   9663     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
   9664     ;;
   9665   *)
   9666     shrext_cmds='.sl'
   9667     dynamic_linker="$host_os dld.sl"
   9668     shlibpath_var=SHLIB_PATH
   9669     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
   9670     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9671     soname_spec='${libname}${release}${shared_ext}$major'
   9672     ;;
   9673   esac
   9674   # HP-UX runs *really* slowly unless shared libraries are mode 555.
   9675   postinstall_cmds='chmod 555 $lib'
   9676   ;;
   9677 
   9678 interix[3-9]*)
   9679   version_type=linux
   9680   need_lib_prefix=no
   9681   need_version=no
   9682   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   9683   soname_spec='${libname}${release}${shared_ext}$major'
   9684   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
   9685   shlibpath_var=LD_LIBRARY_PATH
   9686   shlibpath_overrides_runpath=no
   9687   hardcode_into_libs=yes
   9688   ;;
   9689 
   9690 irix5* | irix6* | nonstopux*)
   9691   case $host_os in
   9692     nonstopux*) version_type=nonstopux ;;
   9693     *)
   9694 	if test "$lt_cv_prog_gnu_ld" = yes; then
   9695 		version_type=linux
   9696 	else
   9697 		version_type=irix
   9698 	fi ;;
   9699   esac
   9700   need_lib_prefix=no
   9701   need_version=no
   9702   soname_spec='${libname}${release}${shared_ext}$major'
   9703   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
   9704   case $host_os in
   9705   irix5* | nonstopux*)
   9706     libsuff= shlibsuff=
   9707     ;;
   9708   *)
   9709     case $LD in # libtool.m4 will add one of these switches to LD
   9710     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
   9711       libsuff= shlibsuff= libmagic=32-bit;;
   9712     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
   9713       libsuff=32 shlibsuff=N32 libmagic=N32;;
   9714     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
   9715       libsuff=64 shlibsuff=64 libmagic=64-bit;;
   9716     *) libsuff= shlibsuff= libmagic=never-match;;
   9717     esac
   9718     ;;
   9719   esac
   9720   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
   9721   shlibpath_overrides_runpath=no
   9722   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
   9723   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
   9724   hardcode_into_libs=yes
   9725   ;;
   9726 
   9727 # No shared lib support for Linux oldld, aout, or coff.
   9728 linux*oldld* | linux*aout* | linux*coff*)
   9729   dynamic_linker=no
   9730   ;;
   9731 
   9732 # This must be Linux ELF.
   9733 linux* | k*bsd*-gnu)
   9734   version_type=linux
   9735   need_lib_prefix=no
   9736   need_version=no
   9737   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9738   soname_spec='${libname}${release}${shared_ext}$major'
   9739   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
   9740   shlibpath_var=LD_LIBRARY_PATH
   9741   shlibpath_overrides_runpath=no
   9742   # Some binutils ld are patched to set DT_RUNPATH
   9743   save_LDFLAGS=$LDFLAGS
   9744   save_libdir=$libdir
   9745   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
   9746        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
   9747   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   9748 /* end confdefs.h.  */
   9749 
   9750 int
   9751 main ()
   9752 {
   9753 
   9754   ;
   9755   return 0;
   9756 }
   9757 _ACEOF
   9758 if ac_fn_c_try_link "$LINENO"; then :
   9759   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
   9760   shlibpath_overrides_runpath=yes
   9761 fi
   9762 fi
   9763 rm -f core conftest.err conftest.$ac_objext \
   9764     conftest$ac_exeext conftest.$ac_ext
   9765   LDFLAGS=$save_LDFLAGS
   9766   libdir=$save_libdir
   9767 
   9768   # This implies no fast_install, which is unacceptable.
   9769   # Some rework will be needed to allow for fast_install
   9770   # before this can be enabled.
   9771   hardcode_into_libs=yes
   9772 
   9773   # Append ld.so.conf contents to the search path
   9774   if test -f /etc/ld.so.conf; then
   9775     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;/^$/d' | tr '\n' ' '`
   9776     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   9777   fi
   9778 
   9779   # We used to test for /lib/ld.so.1 and disable shared libraries on
   9780   # powerpc, because MkLinux only supported shared libraries with the
   9781   # GNU dynamic linker.  Since this was broken with cross compilers,
   9782   # most powerpc-linux boxes support dynamic linking these days and
   9783   # people can always --disable-shared, the test was removed, and we
   9784   # assume the GNU/Linux dynamic linker is in use.
   9785   dynamic_linker='GNU/Linux ld.so'
   9786   ;;
   9787 
   9788 netbsd*)
   9789   version_type=sunos
   9790   need_lib_prefix=no
   9791   need_version=no
   9792   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
   9793     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   9794     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   9795     dynamic_linker='NetBSD (a.out) ld.so'
   9796   else
   9797     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
   9798     soname_spec='${libname}${release}${shared_ext}$major'
   9799     dynamic_linker='NetBSD ld.elf_so'
   9800   fi
   9801   shlibpath_var=LD_LIBRARY_PATH
   9802   shlibpath_overrides_runpath=yes
   9803   hardcode_into_libs=yes
   9804   ;;
   9805 
   9806 newsos6)
   9807   version_type=linux
   9808   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9809   shlibpath_var=LD_LIBRARY_PATH
   9810   shlibpath_overrides_runpath=yes
   9811   ;;
   9812 
   9813 *nto* | *qnx*)
   9814   version_type=qnx
   9815   need_lib_prefix=no
   9816   need_version=no
   9817   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9818   soname_spec='${libname}${release}${shared_ext}$major'
   9819   shlibpath_var=LD_LIBRARY_PATH
   9820   shlibpath_overrides_runpath=no
   9821   hardcode_into_libs=yes
   9822   dynamic_linker='ldqnx.so'
   9823   ;;
   9824 
   9825 openbsd*)
   9826   version_type=sunos
   9827   sys_lib_dlsearch_path_spec="/usr/lib"
   9828   need_lib_prefix=no
   9829   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
   9830   case $host_os in
   9831     openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
   9832     *)				need_version=no  ;;
   9833   esac
   9834   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   9835   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   9836   shlibpath_var=LD_LIBRARY_PATH
   9837   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
   9838     case $host_os in
   9839       openbsd2.[89] | openbsd2.[89].*)
   9840 	shlibpath_overrides_runpath=no
   9841 	;;
   9842       *)
   9843 	shlibpath_overrides_runpath=yes
   9844 	;;
   9845       esac
   9846   else
   9847     shlibpath_overrides_runpath=yes
   9848   fi
   9849   ;;
   9850 
   9851 os2*)
   9852   libname_spec='$name'
   9853   shrext_cmds=".dll"
   9854   need_lib_prefix=no
   9855   library_names_spec='$libname${shared_ext} $libname.a'
   9856   dynamic_linker='OS/2 ld.exe'
   9857   shlibpath_var=LIBPATH
   9858   ;;
   9859 
   9860 osf3* | osf4* | osf5*)
   9861   version_type=osf
   9862   need_lib_prefix=no
   9863   need_version=no
   9864   soname_spec='${libname}${release}${shared_ext}$major'
   9865   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9866   shlibpath_var=LD_LIBRARY_PATH
   9867   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
   9868   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   9869   ;;
   9870 
   9871 rdos*)
   9872   dynamic_linker=no
   9873   ;;
   9874 
   9875 solaris*)
   9876   version_type=linux
   9877   need_lib_prefix=no
   9878   need_version=no
   9879   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9880   soname_spec='${libname}${release}${shared_ext}$major'
   9881   shlibpath_var=LD_LIBRARY_PATH
   9882   shlibpath_overrides_runpath=yes
   9883   hardcode_into_libs=yes
   9884   # ldd complains unless libraries are executable
   9885   postinstall_cmds='chmod +x $lib'
   9886   ;;
   9887 
   9888 sunos4*)
   9889   version_type=sunos
   9890   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   9891   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
   9892   shlibpath_var=LD_LIBRARY_PATH
   9893   shlibpath_overrides_runpath=yes
   9894   if test "$with_gnu_ld" = yes; then
   9895     need_lib_prefix=no
   9896   fi
   9897   need_version=yes
   9898   ;;
   9899 
   9900 sysv4 | sysv4.3*)
   9901   version_type=linux
   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   shlibpath_var=LD_LIBRARY_PATH
   9905   case $host_vendor in
   9906     sni)
   9907       shlibpath_overrides_runpath=no
   9908       need_lib_prefix=no
   9909       runpath_var=LD_RUN_PATH
   9910       ;;
   9911     siemens)
   9912       need_lib_prefix=no
   9913       ;;
   9914     motorola)
   9915       need_lib_prefix=no
   9916       need_version=no
   9917       shlibpath_overrides_runpath=no
   9918       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
   9919       ;;
   9920   esac
   9921   ;;
   9922 
   9923 sysv4*MP*)
   9924   if test -d /usr/nec ;then
   9925     version_type=linux
   9926     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
   9927     soname_spec='$libname${shared_ext}.$major'
   9928     shlibpath_var=LD_LIBRARY_PATH
   9929   fi
   9930   ;;
   9931 
   9932 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   9933   version_type=freebsd-elf
   9934   need_lib_prefix=no
   9935   need_version=no
   9936   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
   9937   soname_spec='${libname}${release}${shared_ext}$major'
   9938   shlibpath_var=LD_LIBRARY_PATH
   9939   shlibpath_overrides_runpath=yes
   9940   hardcode_into_libs=yes
   9941   if test "$with_gnu_ld" = yes; then
   9942     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
   9943   else
   9944     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
   9945     case $host_os in
   9946       sco3.2v5*)
   9947         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
   9948 	;;
   9949     esac
   9950   fi
   9951   sys_lib_dlsearch_path_spec='/usr/lib'
   9952   ;;
   9953 
   9954 tpf*)
   9955   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
   9956   version_type=linux
   9957   need_lib_prefix=no
   9958   need_version=no
   9959   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9960   shlibpath_var=LD_LIBRARY_PATH
   9961   shlibpath_overrides_runpath=no
   9962   hardcode_into_libs=yes
   9963   ;;
   9964 
   9965 uts4*)
   9966   version_type=linux
   9967   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   9968   soname_spec='${libname}${release}${shared_ext}$major'
   9969   shlibpath_var=LD_LIBRARY_PATH
   9970   ;;
   9971 
   9972 *)
   9973   dynamic_linker=no
   9974   ;;
   9975 esac
   9976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
   9977 $as_echo "$dynamic_linker" >&6; }
   9978 test "$dynamic_linker" = no && can_build_shared=no
   9979 
   9980 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
   9981 if test "$GCC" = yes; then
   9982   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
   9983 fi
   9984 
   9985 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
   9986   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
   9987 fi
   9988 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
   9989   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
   9990 fi
   9991 
   9992 
   9993 
   9994 
   9995 
   9996 
   9997 
   9998 
   9999 
   10000 
   10001 
   10002 
   10003 
   10004 
   10005 
   10006 
   10007 
   10008 
   10009 
   10010 
   10011 
   10012 
   10013 
   10014 
   10015 
   10016 
   10017 
   10018 
   10019 
   10020 
   10021 
   10022 
   10023 
   10024 
   10025 
   10026 
   10027 
   10028 
   10029 
   10030 
   10031 
   10032 
   10033 
   10034 
   10035 
   10036 
   10037 
   10038 
   10039 
   10040 
   10041 
   10042 
   10043 
   10044 
   10045 
   10046 
   10047 
   10048 
   10049 
   10050 
   10051 
   10052 
   10053 
   10054 
   10055 
   10056 
   10057 
   10058 
   10059 
   10060 
   10061 
   10062 
   10063 
   10064 
   10065 
   10066 
   10067 
   10068 
   10069 
   10070 
   10071 
   10072 
   10073 
   10074 
   10075 
   10076 
   10077 
   10078   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
   10079 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
   10080 hardcode_action=
   10081 if test -n "$hardcode_libdir_flag_spec" ||
   10082    test -n "$runpath_var" ||
   10083    test "X$hardcode_automatic" = "Xyes" ; then
   10084 
   10085   # We can hardcode non-existent directories.
   10086   if test "$hardcode_direct" != no &&
   10087      # If the only mechanism to avoid hardcoding is shlibpath_var, we
   10088      # have to relink, otherwise we might link with an installed library
   10089      # when we should be linking with a yet-to-be-installed one
   10090      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
   10091      test "$hardcode_minus_L" != no; then
   10092     # Linking always hardcodes the temporary library directory.
   10093     hardcode_action=relink
   10094   else
   10095     # We can link without hardcoding, and we can hardcode nonexisting dirs.
   10096     hardcode_action=immediate
   10097   fi
   10098 else
   10099   # We cannot hardcode anything, or else we can only hardcode existing
   10100   # directories.
   10101   hardcode_action=unsupported
   10102 fi
   10103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
   10104 $as_echo "$hardcode_action" >&6; }
   10105 
   10106 if test "$hardcode_action" = relink ||
   10107    test "$inherit_rpath" = yes; then
   10108   # Fast installation is not supported
   10109   enable_fast_install=no
   10110 elif test "$shlibpath_overrides_runpath" = yes ||
   10111      test "$enable_shared" = no; then
   10112   # Fast installation is not necessary
   10113   enable_fast_install=needless
   10114 fi
   10115 
   10116 
   10117 
   10118 
   10119 
   10120 
   10121   if test "x$enable_dlopen" != xyes; then
   10122   enable_dlopen=unknown
   10123   enable_dlopen_self=unknown
   10124   enable_dlopen_self_static=unknown
   10125 else
   10126   lt_cv_dlopen=no
   10127   lt_cv_dlopen_libs=
   10128 
   10129   case $host_os in
   10130   beos*)
   10131     lt_cv_dlopen="load_add_on"
   10132     lt_cv_dlopen_libs=
   10133     lt_cv_dlopen_self=yes
   10134     ;;
   10135 
   10136   mingw* | pw32* | cegcc*)
   10137     lt_cv_dlopen="LoadLibrary"
   10138     lt_cv_dlopen_libs=
   10139     ;;
   10140 
   10141   cygwin*)
   10142     lt_cv_dlopen="dlopen"
   10143     lt_cv_dlopen_libs=
   10144     ;;
   10145 
   10146   darwin*)
   10147   # if libdl is installed we need to link against it
   10148     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   10149 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   10150 if ${ac_cv_lib_dl_dlopen+:} false; then :
   10151   $as_echo_n "(cached) " >&6
   10152 else
   10153   ac_check_lib_save_LIBS=$LIBS
   10154 LIBS="-ldl  $LIBS"
   10155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10156 /* end confdefs.h.  */
   10157 
   10158 /* Override any GCC internal prototype to avoid an error.
   10159    Use char because int might match the return type of a GCC
   10160    builtin and then its argument prototype would still apply.  */
   10161 #ifdef __cplusplus
   10162 extern "C"
   10163 #endif
   10164 char dlopen ();
   10165 int
   10166 main ()
   10167 {
   10168 return dlopen ();
   10169   ;
   10170   return 0;
   10171 }
   10172 _ACEOF
   10173 if ac_fn_c_try_link "$LINENO"; then :
   10174   ac_cv_lib_dl_dlopen=yes
   10175 else
   10176   ac_cv_lib_dl_dlopen=no
   10177 fi
   10178 rm -f core conftest.err conftest.$ac_objext \
   10179     conftest$ac_exeext conftest.$ac_ext
   10180 LIBS=$ac_check_lib_save_LIBS
   10181 fi
   10182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   10183 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   10184 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   10185   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   10186 else
   10187 
   10188     lt_cv_dlopen="dyld"
   10189     lt_cv_dlopen_libs=
   10190     lt_cv_dlopen_self=yes
   10191 
   10192 fi
   10193 
   10194     ;;
   10195 
   10196   *)
   10197     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
   10198 if test "x$ac_cv_func_shl_load" = xyes; then :
   10199   lt_cv_dlopen="shl_load"
   10200 else
   10201   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
   10202 $as_echo_n "checking for shl_load in -ldld... " >&6; }
   10203 if ${ac_cv_lib_dld_shl_load+:} false; then :
   10204   $as_echo_n "(cached) " >&6
   10205 else
   10206   ac_check_lib_save_LIBS=$LIBS
   10207 LIBS="-ldld  $LIBS"
   10208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10209 /* end confdefs.h.  */
   10210 
   10211 /* Override any GCC internal prototype to avoid an error.
   10212    Use char because int might match the return type of a GCC
   10213    builtin and then its argument prototype would still apply.  */
   10214 #ifdef __cplusplus
   10215 extern "C"
   10216 #endif
   10217 char shl_load ();
   10218 int
   10219 main ()
   10220 {
   10221 return shl_load ();
   10222   ;
   10223   return 0;
   10224 }
   10225 _ACEOF
   10226 if ac_fn_c_try_link "$LINENO"; then :
   10227   ac_cv_lib_dld_shl_load=yes
   10228 else
   10229   ac_cv_lib_dld_shl_load=no
   10230 fi
   10231 rm -f core conftest.err conftest.$ac_objext \
   10232     conftest$ac_exeext conftest.$ac_ext
   10233 LIBS=$ac_check_lib_save_LIBS
   10234 fi
   10235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
   10236 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
   10237 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
   10238   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
   10239 else
   10240   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
   10241 if test "x$ac_cv_func_dlopen" = xyes; then :
   10242   lt_cv_dlopen="dlopen"
   10243 else
   10244   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
   10245 $as_echo_n "checking for dlopen in -ldl... " >&6; }
   10246 if ${ac_cv_lib_dl_dlopen+:} false; then :
   10247   $as_echo_n "(cached) " >&6
   10248 else
   10249   ac_check_lib_save_LIBS=$LIBS
   10250 LIBS="-ldl  $LIBS"
   10251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10252 /* end confdefs.h.  */
   10253 
   10254 /* Override any GCC internal prototype to avoid an error.
   10255    Use char because int might match the return type of a GCC
   10256    builtin and then its argument prototype would still apply.  */
   10257 #ifdef __cplusplus
   10258 extern "C"
   10259 #endif
   10260 char dlopen ();
   10261 int
   10262 main ()
   10263 {
   10264 return dlopen ();
   10265   ;
   10266   return 0;
   10267 }
   10268 _ACEOF
   10269 if ac_fn_c_try_link "$LINENO"; then :
   10270   ac_cv_lib_dl_dlopen=yes
   10271 else
   10272   ac_cv_lib_dl_dlopen=no
   10273 fi
   10274 rm -f core conftest.err conftest.$ac_objext \
   10275     conftest$ac_exeext conftest.$ac_ext
   10276 LIBS=$ac_check_lib_save_LIBS
   10277 fi
   10278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
   10279 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
   10280 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
   10281   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
   10282 else
   10283   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
   10284 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
   10285 if ${ac_cv_lib_svld_dlopen+:} false; then :
   10286   $as_echo_n "(cached) " >&6
   10287 else
   10288   ac_check_lib_save_LIBS=$LIBS
   10289 LIBS="-lsvld  $LIBS"
   10290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10291 /* end confdefs.h.  */
   10292 
   10293 /* Override any GCC internal prototype to avoid an error.
   10294    Use char because int might match the return type of a GCC
   10295    builtin and then its argument prototype would still apply.  */
   10296 #ifdef __cplusplus
   10297 extern "C"
   10298 #endif
   10299 char dlopen ();
   10300 int
   10301 main ()
   10302 {
   10303 return dlopen ();
   10304   ;
   10305   return 0;
   10306 }
   10307 _ACEOF
   10308 if ac_fn_c_try_link "$LINENO"; then :
   10309   ac_cv_lib_svld_dlopen=yes
   10310 else
   10311   ac_cv_lib_svld_dlopen=no
   10312 fi
   10313 rm -f core conftest.err conftest.$ac_objext \
   10314     conftest$ac_exeext conftest.$ac_ext
   10315 LIBS=$ac_check_lib_save_LIBS
   10316 fi
   10317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
   10318 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
   10319 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
   10320   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
   10321 else
   10322   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
   10323 $as_echo_n "checking for dld_link in -ldld... " >&6; }
   10324 if ${ac_cv_lib_dld_dld_link+:} false; then :
   10325   $as_echo_n "(cached) " >&6
   10326 else
   10327   ac_check_lib_save_LIBS=$LIBS
   10328 LIBS="-ldld  $LIBS"
   10329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10330 /* end confdefs.h.  */
   10331 
   10332 /* Override any GCC internal prototype to avoid an error.
   10333    Use char because int might match the return type of a GCC
   10334    builtin and then its argument prototype would still apply.  */
   10335 #ifdef __cplusplus
   10336 extern "C"
   10337 #endif
   10338 char dld_link ();
   10339 int
   10340 main ()
   10341 {
   10342 return dld_link ();
   10343   ;
   10344   return 0;
   10345 }
   10346 _ACEOF
   10347 if ac_fn_c_try_link "$LINENO"; then :
   10348   ac_cv_lib_dld_dld_link=yes
   10349 else
   10350   ac_cv_lib_dld_dld_link=no
   10351 fi
   10352 rm -f core conftest.err conftest.$ac_objext \
   10353     conftest$ac_exeext conftest.$ac_ext
   10354 LIBS=$ac_check_lib_save_LIBS
   10355 fi
   10356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
   10357 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
   10358 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
   10359   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
   10360 fi
   10361 
   10362 
   10363 fi
   10364 
   10365 
   10366 fi
   10367 
   10368 
   10369 fi
   10370 
   10371 
   10372 fi
   10373 
   10374 
   10375 fi
   10376 
   10377     ;;
   10378   esac
   10379 
   10380   if test "x$lt_cv_dlopen" != xno; then
   10381     enable_dlopen=yes
   10382   else
   10383     enable_dlopen=no
   10384   fi
   10385 
   10386   case $lt_cv_dlopen in
   10387   dlopen)
   10388     save_CPPFLAGS="$CPPFLAGS"
   10389     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
   10390 
   10391     save_LDFLAGS="$LDFLAGS"
   10392     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
   10393 
   10394     save_LIBS="$LIBS"
   10395     LIBS="$lt_cv_dlopen_libs $LIBS"
   10396 
   10397     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
   10398 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
   10399 if ${lt_cv_dlopen_self+:} false; then :
   10400   $as_echo_n "(cached) " >&6
   10401 else
   10402   	  if test "$cross_compiling" = yes; then :
   10403   lt_cv_dlopen_self=cross
   10404 else
   10405   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   10406   lt_status=$lt_dlunknown
   10407   cat > conftest.$ac_ext <<_LT_EOF
   10408 #line 10408 "configure"
   10409 #include "confdefs.h"
   10410 
   10411 #if HAVE_DLFCN_H
   10412 #include <dlfcn.h>
   10413 #endif
   10414 
   10415 #include <stdio.h>
   10416 
   10417 #ifdef RTLD_GLOBAL
   10418 #  define LT_DLGLOBAL		RTLD_GLOBAL
   10419 #else
   10420 #  ifdef DL_GLOBAL
   10421 #    define LT_DLGLOBAL		DL_GLOBAL
   10422 #  else
   10423 #    define LT_DLGLOBAL		0
   10424 #  endif
   10425 #endif
   10426 
   10427 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   10428    find out it does not work in some platform. */
   10429 #ifndef LT_DLLAZY_OR_NOW
   10430 #  ifdef RTLD_LAZY
   10431 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   10432 #  else
   10433 #    ifdef DL_LAZY
   10434 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   10435 #    else
   10436 #      ifdef RTLD_NOW
   10437 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   10438 #      else
   10439 #        ifdef DL_NOW
   10440 #          define LT_DLLAZY_OR_NOW	DL_NOW
   10441 #        else
   10442 #          define LT_DLLAZY_OR_NOW	0
   10443 #        endif
   10444 #      endif
   10445 #    endif
   10446 #  endif
   10447 #endif
   10448 
   10449 void fnord() { int i=42;}
   10450 int main ()
   10451 {
   10452   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   10453   int status = $lt_dlunknown;
   10454 
   10455   if (self)
   10456     {
   10457       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   10458       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
   10459       /* dlclose (self); */
   10460     }
   10461   else
   10462     puts (dlerror ());
   10463 
   10464   return status;
   10465 }
   10466 _LT_EOF
   10467   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   10468   (eval $ac_link) 2>&5
   10469   ac_status=$?
   10470   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10471   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   10472     (./conftest; exit; ) >&5 2>/dev/null
   10473     lt_status=$?
   10474     case x$lt_status in
   10475       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
   10476       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
   10477       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
   10478     esac
   10479   else :
   10480     # compilation failed
   10481     lt_cv_dlopen_self=no
   10482   fi
   10483 fi
   10484 rm -fr conftest*
   10485 
   10486 
   10487 fi
   10488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
   10489 $as_echo "$lt_cv_dlopen_self" >&6; }
   10490 
   10491     if test "x$lt_cv_dlopen_self" = xyes; then
   10492       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
   10493       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
   10494 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
   10495 if ${lt_cv_dlopen_self_static+:} false; then :
   10496   $as_echo_n "(cached) " >&6
   10497 else
   10498   	  if test "$cross_compiling" = yes; then :
   10499   lt_cv_dlopen_self_static=cross
   10500 else
   10501   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   10502   lt_status=$lt_dlunknown
   10503   cat > conftest.$ac_ext <<_LT_EOF
   10504 #line 10504 "configure"
   10505 #include "confdefs.h"
   10506 
   10507 #if HAVE_DLFCN_H
   10508 #include <dlfcn.h>
   10509 #endif
   10510 
   10511 #include <stdio.h>
   10512 
   10513 #ifdef RTLD_GLOBAL
   10514 #  define LT_DLGLOBAL		RTLD_GLOBAL
   10515 #else
   10516 #  ifdef DL_GLOBAL
   10517 #    define LT_DLGLOBAL		DL_GLOBAL
   10518 #  else
   10519 #    define LT_DLGLOBAL		0
   10520 #  endif
   10521 #endif
   10522 
   10523 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
   10524    find out it does not work in some platform. */
   10525 #ifndef LT_DLLAZY_OR_NOW
   10526 #  ifdef RTLD_LAZY
   10527 #    define LT_DLLAZY_OR_NOW		RTLD_LAZY
   10528 #  else
   10529 #    ifdef DL_LAZY
   10530 #      define LT_DLLAZY_OR_NOW		DL_LAZY
   10531 #    else
   10532 #      ifdef RTLD_NOW
   10533 #        define LT_DLLAZY_OR_NOW	RTLD_NOW
   10534 #      else
   10535 #        ifdef DL_NOW
   10536 #          define LT_DLLAZY_OR_NOW	DL_NOW
   10537 #        else
   10538 #          define LT_DLLAZY_OR_NOW	0
   10539 #        endif
   10540 #      endif
   10541 #    endif
   10542 #  endif
   10543 #endif
   10544 
   10545 void fnord() { int i=42;}
   10546 int main ()
   10547 {
   10548   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
   10549   int status = $lt_dlunknown;
   10550 
   10551   if (self)
   10552     {
   10553       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
   10554       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
   10555       /* dlclose (self); */
   10556     }
   10557   else
   10558     puts (dlerror ());
   10559 
   10560   return status;
   10561 }
   10562 _LT_EOF
   10563   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
   10564   (eval $ac_link) 2>&5
   10565   ac_status=$?
   10566   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   10567   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
   10568     (./conftest; exit; ) >&5 2>/dev/null
   10569     lt_status=$?
   10570     case x$lt_status in
   10571       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
   10572       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
   10573       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
   10574     esac
   10575   else :
   10576     # compilation failed
   10577     lt_cv_dlopen_self_static=no
   10578   fi
   10579 fi
   10580 rm -fr conftest*
   10581 
   10582 
   10583 fi
   10584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
   10585 $as_echo "$lt_cv_dlopen_self_static" >&6; }
   10586     fi
   10587 
   10588     CPPFLAGS="$save_CPPFLAGS"
   10589     LDFLAGS="$save_LDFLAGS"
   10590     LIBS="$save_LIBS"
   10591     ;;
   10592   esac
   10593 
   10594   case $lt_cv_dlopen_self in
   10595   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
   10596   *) enable_dlopen_self=unknown ;;
   10597   esac
   10598 
   10599   case $lt_cv_dlopen_self_static in
   10600   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
   10601   *) enable_dlopen_self_static=unknown ;;
   10602   esac
   10603 fi
   10604 
   10605 
   10606 
   10607 
   10608 
   10609 
   10610 
   10611 
   10612 
   10613 
   10614 
   10615 
   10616 
   10617 
   10618 
   10619 
   10620 
   10621 striplib=
   10622 old_striplib=
   10623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
   10624 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
   10625 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
   10626   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
   10627   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
   10628   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   10629 $as_echo "yes" >&6; }
   10630 else
   10631 # FIXME - insert some real tests, host_os isn't really good enough
   10632   case $host_os in
   10633   darwin*)
   10634     if test -n "$STRIP" ; then
   10635       striplib="$STRIP -x"
   10636       old_striplib="$STRIP -S"
   10637       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   10638 $as_echo "yes" >&6; }
   10639     else
   10640       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10641 $as_echo "no" >&6; }
   10642     fi
   10643     ;;
   10644   *)
   10645     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10646 $as_echo "no" >&6; }
   10647     ;;
   10648   esac
   10649 fi
   10650 
   10651 
   10652 
   10653 
   10654 
   10655 
   10656 
   10657 
   10658 
   10659 
   10660 
   10661 
   10662   # Report which library types will actually be built
   10663   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
   10664 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
   10665   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
   10666 $as_echo "$can_build_shared" >&6; }
   10667 
   10668   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
   10669 $as_echo_n "checking whether to build shared libraries... " >&6; }
   10670   test "$can_build_shared" = "no" && enable_shared=no
   10671 
   10672   # On AIX, shared libraries and static libraries use the same namespace, and
   10673   # are all built from PIC.
   10674   case $host_os in
   10675   aix3*)
   10676     test "$enable_shared" = yes && enable_static=no
   10677     if test -n "$RANLIB"; then
   10678       archive_cmds="$archive_cmds~\$RANLIB \$lib"
   10679       postinstall_cmds='$RANLIB $lib'
   10680     fi
   10681     ;;
   10682 
   10683   aix[4-9]*)
   10684     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
   10685       test "$enable_shared" = yes && enable_static=no
   10686     fi
   10687     ;;
   10688   esac
   10689   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
   10690 $as_echo "$enable_shared" >&6; }
   10691 
   10692   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
   10693 $as_echo_n "checking whether to build static libraries... " >&6; }
   10694   # Make sure either enable_shared or enable_static is yes.
   10695   test "$enable_shared" = yes || enable_static=yes
   10696   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
   10697 $as_echo "$enable_static" >&6; }
   10698 
   10699 
   10700 
   10701 
   10702 fi
   10703 ac_ext=c
   10704 ac_cpp='$CPP $CPPFLAGS'
   10705 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   10706 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   10707 ac_compiler_gnu=$ac_cv_c_compiler_gnu
   10708 
   10709 CC="$lt_save_CC"
   10710 
   10711 
   10712 
   10713 
   10714 
   10715 
   10716 
   10717 
   10718 
   10719 
   10720 
   10721 
   10722 
   10723         ac_config_commands="$ac_config_commands libtool"
   10724 
   10725 
   10726 
   10727 
   10728 # Only expand once:
   10729 
   10730 
   10731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
   10732 $as_echo_n "checking whether ln -s works... " >&6; }
   10733 LN_S=$as_ln_s
   10734 if test "$LN_S" = "ln -s"; then
   10735   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   10736 $as_echo "yes" >&6; }
   10737 else
   10738   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
   10739 $as_echo "no, using $LN_S" >&6; }
   10740 fi
   10741 
   10742 
   10743 
   10744 
   10745 
   10746 
   10747 
   10748 if test -n "$ac_tool_prefix"; then
   10749   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
   10750 set dummy ${ac_tool_prefix}ar; ac_word=$2
   10751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   10752 $as_echo_n "checking for $ac_word... " >&6; }
   10753 if ${ac_cv_prog_AR+:} false; then :
   10754   $as_echo_n "(cached) " >&6
   10755 else
   10756   if test -n "$AR"; then
   10757   ac_cv_prog_AR="$AR" # Let the user override the test.
   10758 else
   10759 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   10760 for as_dir in $PATH
   10761 do
   10762   IFS=$as_save_IFS
   10763   test -z "$as_dir" && as_dir=.
   10764     for ac_exec_ext in '' $ac_executable_extensions; do
   10765   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   10766     ac_cv_prog_AR="${ac_tool_prefix}ar"
   10767     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   10768     break 2
   10769   fi
   10770 done
   10771   done
   10772 IFS=$as_save_IFS
   10773 
   10774 fi
   10775 fi
   10776 AR=$ac_cv_prog_AR
   10777 if test -n "$AR"; then
   10778   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
   10779 $as_echo "$AR" >&6; }
   10780 else
   10781   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10782 $as_echo "no" >&6; }
   10783 fi
   10784 
   10785 
   10786 fi
   10787 if test -z "$ac_cv_prog_AR"; then
   10788   ac_ct_AR=$AR
   10789   # Extract the first word of "ar", so it can be a program name with args.
   10790 set dummy ar; ac_word=$2
   10791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   10792 $as_echo_n "checking for $ac_word... " >&6; }
   10793 if ${ac_cv_prog_ac_ct_AR+:} false; then :
   10794   $as_echo_n "(cached) " >&6
   10795 else
   10796   if test -n "$ac_ct_AR"; then
   10797   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
   10798 else
   10799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   10800 for as_dir in $PATH
   10801 do
   10802   IFS=$as_save_IFS
   10803   test -z "$as_dir" && as_dir=.
   10804     for ac_exec_ext in '' $ac_executable_extensions; do
   10805   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   10806     ac_cv_prog_ac_ct_AR="ar"
   10807     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   10808     break 2
   10809   fi
   10810 done
   10811   done
   10812 IFS=$as_save_IFS
   10813 
   10814 fi
   10815 fi
   10816 ac_ct_AR=$ac_cv_prog_ac_ct_AR
   10817 if test -n "$ac_ct_AR"; then
   10818   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
   10819 $as_echo "$ac_ct_AR" >&6; }
   10820 else
   10821   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10822 $as_echo "no" >&6; }
   10823 fi
   10824 
   10825   if test "x$ac_ct_AR" = x; then
   10826     AR=":"
   10827   else
   10828     case $cross_compiling:$ac_tool_warned in
   10829 yes:)
   10830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
   10831 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
   10832 ac_tool_warned=yes ;;
   10833 esac
   10834     AR=$ac_ct_AR
   10835   fi
   10836 else
   10837   AR="$ac_cv_prog_AR"
   10838 fi
   10839 
   10840 
   10841 # Compiler characteristics
   10842 #
   10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if using gcc" >&5
   10844 $as_echo_n "checking if using gcc... " >&6; }
   10845 if test "$GCC" = "yes"; then :
   10846   WARNCFLAGS="-Werror -Wall -Wpointer-arith"
   10847        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes; adding to CFLAGS: \"$WARNCFLAGS\"" >&5
   10848 $as_echo "yes; adding to CFLAGS: \"$WARNCFLAGS\"" >&6; }
   10849 else
   10850   WARNCFLAGS=""
   10851        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   10852 $as_echo "no" >&6; }
   10853 fi
   10854 
   10855 
   10856 # try to see if we need to link with -ldl
   10857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
   10858 $as_echo_n "checking for library containing dlopen... " >&6; }
   10859 if ${ac_cv_search_dlopen+:} false; then :
   10860   $as_echo_n "(cached) " >&6
   10861 else
   10862   ac_func_search_save_LIBS=$LIBS
   10863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10864 /* end confdefs.h.  */
   10865 
   10866 /* Override any GCC internal prototype to avoid an error.
   10867    Use char because int might match the return type of a GCC
   10868    builtin and then its argument prototype would still apply.  */
   10869 #ifdef __cplusplus
   10870 extern "C"
   10871 #endif
   10872 char dlopen ();
   10873 int
   10874 main ()
   10875 {
   10876 return dlopen ();
   10877   ;
   10878   return 0;
   10879 }
   10880 _ACEOF
   10881 for ac_lib in '' dl; do
   10882   if test -z "$ac_lib"; then
   10883     ac_res="none required"
   10884   else
   10885     ac_res=-l$ac_lib
   10886     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
   10887   fi
   10888   if ac_fn_c_try_link "$LINENO"; then :
   10889   ac_cv_search_dlopen=$ac_res
   10890 fi
   10891 rm -f core conftest.err conftest.$ac_objext \
   10892     conftest$ac_exeext
   10893   if ${ac_cv_search_dlopen+:} false; then :
   10894   break
   10895 fi
   10896 done
   10897 if ${ac_cv_search_dlopen+:} false; then :
   10898 
   10899 else
   10900   ac_cv_search_dlopen=no
   10901 fi
   10902 rm conftest.$ac_ext
   10903 LIBS=$ac_func_search_save_LIBS
   10904 fi
   10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
   10906 $as_echo "$ac_cv_search_dlopen" >&6; }
   10907 ac_res=$ac_cv_search_dlopen
   10908 if test "$ac_res" != no; then :
   10909   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
   10910 
   10911 fi
   10912 
   10913 
   10914 # Checks for header files.
   10915 #
   10916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
   10917 $as_echo_n "checking for ANSI C header files... " >&6; }
   10918 if ${ac_cv_header_stdc+:} false; then :
   10919   $as_echo_n "(cached) " >&6
   10920 else
   10921   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10922 /* end confdefs.h.  */
   10923 #include <stdlib.h>
   10924 #include <stdarg.h>
   10925 #include <string.h>
   10926 #include <float.h>
   10927 
   10928 int
   10929 main ()
   10930 {
   10931 
   10932   ;
   10933   return 0;
   10934 }
   10935 _ACEOF
   10936 if ac_fn_c_try_compile "$LINENO"; then :
   10937   ac_cv_header_stdc=yes
   10938 else
   10939   ac_cv_header_stdc=no
   10940 fi
   10941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   10942 
   10943 if test $ac_cv_header_stdc = yes; then
   10944   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   10945   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10946 /* end confdefs.h.  */
   10947 #include <string.h>
   10948 
   10949 _ACEOF
   10950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   10951   $EGREP "memchr" >/dev/null 2>&1; then :
   10952 
   10953 else
   10954   ac_cv_header_stdc=no
   10955 fi
   10956 rm -f conftest*
   10957 
   10958 fi
   10959 
   10960 if test $ac_cv_header_stdc = yes; then
   10961   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   10962   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10963 /* end confdefs.h.  */
   10964 #include <stdlib.h>
   10965 
   10966 _ACEOF
   10967 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   10968   $EGREP "free" >/dev/null 2>&1; then :
   10969 
   10970 else
   10971   ac_cv_header_stdc=no
   10972 fi
   10973 rm -f conftest*
   10974 
   10975 fi
   10976 
   10977 if test $ac_cv_header_stdc = yes; then
   10978   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
   10979   if test "$cross_compiling" = yes; then :
   10980   :
   10981 else
   10982   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   10983 /* end confdefs.h.  */
   10984 #include <ctype.h>
   10985 #include <stdlib.h>
   10986 #if ((' ' & 0x0FF) == 0x020)
   10987 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
   10988 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
   10989 #else
   10990 # define ISLOWER(c) \
   10991 		   (('a' <= (c) && (c) <= 'i') \
   10992 		     || ('j' <= (c) && (c) <= 'r') \
   10993 		     || ('s' <= (c) && (c) <= 'z'))
   10994 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
   10995 #endif
   10996 
   10997 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
   10998 int
   10999 main ()
   11000 {
   11001   int i;
   11002   for (i = 0; i < 256; i++)
   11003     if (XOR (islower (i), ISLOWER (i))
   11004 	|| toupper (i) != TOUPPER (i))
   11005       return 2;
   11006   return 0;
   11007 }
   11008 _ACEOF
   11009 if ac_fn_c_try_run "$LINENO"; then :
   11010 
   11011 else
   11012   ac_cv_header_stdc=no
   11013 fi
   11014 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   11015   conftest.$ac_objext conftest.beam conftest.$ac_ext
   11016 fi
   11017 
   11018 fi
   11019 fi
   11020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
   11021 $as_echo "$ac_cv_header_stdc" >&6; }
   11022 if test $ac_cv_header_stdc = yes; then
   11023 
   11024 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
   11025 
   11026 fi
   11027 
   11028 for ac_header in CommonCrypto/CommonDigest.h
   11029 do :
   11030   ac_fn_c_check_header_mongrel "$LINENO" "CommonCrypto/CommonDigest.h" "ac_cv_header_CommonCrypto_CommonDigest_h" "$ac_includes_default"
   11031 if test "x$ac_cv_header_CommonCrypto_CommonDigest_h" = xyes; then :
   11032   cat >>confdefs.h <<_ACEOF
   11033 #define HAVE_COMMONCRYPTO_COMMONDIGEST_H 1
   11034 _ACEOF
   11035 
   11036 fi
   11037 
   11038 done
   11039 
   11040 for ac_header in dmalloc.h direct.h errno.h fcntl.h \
   11041                  inttypes.h limits.h malloc.h zlib.h
   11042 do :
   11043   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   11044 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
   11045 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   11046   cat >>confdefs.h <<_ACEOF
   11047 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   11048 _ACEOF
   11049 
   11050 fi
   11051 
   11052 done
   11053 
   11054 for ac_header in openssl/aes.h openssl/bn.h openssl/camellia.h openssl/cast.h \
   11055 		  openssl/des.h openssl/dsa.h openssl/err.h openssl/idea.h \
   11056 		  openssl/md5.h openssl/rand.h openssl/rsa.h openssl/sha.h \
   11057 		  openssl/err.h openssl/sha.h
   11058 do :
   11059   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   11060 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
   11061 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   11062   cat >>confdefs.h <<_ACEOF
   11063 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   11064 _ACEOF
   11065 
   11066 fi
   11067 
   11068 done
   11069 
   11070 for ac_header in sys/cdefs.h sys/file.h sys/mman.h sys/param.h \
   11071                   sys/resource.h sys/uio.h
   11072 do :
   11073   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
   11074 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
   11075 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   11076   cat >>confdefs.h <<_ACEOF
   11077 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
   11078 _ACEOF
   11079 
   11080 fi
   11081 
   11082 done
   11083 
   11084 
   11085 for ac_header in bzlib.h
   11086 do :
   11087   ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default"
   11088 if test "x$ac_cv_header_bzlib_h" = xyes; then :
   11089   cat >>confdefs.h <<_ACEOF
   11090 #define HAVE_BZLIB_H 1
   11091 _ACEOF
   11092 
   11093 else
   11094   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   11095 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   11096 as_fn_error $? "missing <bzlib.h>; is bzip2 installed?
   11097 See \`config.log' for more details" "$LINENO" 5; }
   11098 fi
   11099 
   11100 done
   11101 
   11102 
   11103 # Checks for typedefs, structures, and compiler characteristics.
   11104 #
   11105 
   11106   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
   11107 $as_echo_n "checking for unsigned long long int... " >&6; }
   11108 if ${ac_cv_type_unsigned_long_long_int+:} false; then :
   11109   $as_echo_n "(cached) " >&6
   11110 else
   11111   ac_cv_type_unsigned_long_long_int=yes
   11112      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
   11113        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11114 /* end confdefs.h.  */
   11115 
   11116   /* For now, do not test the preprocessor; as of 2007 there are too many
   11117 	 implementations with broken preprocessors.  Perhaps this can
   11118 	 be revisited in 2012.  In the meantime, code should not expect
   11119 	 #if to work with literals wider than 32 bits.  */
   11120       /* Test literals.  */
   11121       long long int ll = 9223372036854775807ll;
   11122       long long int nll = -9223372036854775807LL;
   11123       unsigned long long int ull = 18446744073709551615ULL;
   11124       /* Test constant expressions.   */
   11125       typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
   11126 		     ? 1 : -1)];
   11127       typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
   11128 		     ? 1 : -1)];
   11129       int i = 63;
   11130 int
   11131 main ()
   11132 {
   11133 /* Test availability of runtime routines for shift and division.  */
   11134       long long int llmax = 9223372036854775807ll;
   11135       unsigned long long int ullmax = 18446744073709551615ull;
   11136       return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
   11137 	      | (llmax / ll) | (llmax % ll)
   11138 	      | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
   11139 	      | (ullmax / ull) | (ullmax % ull));
   11140   ;
   11141   return 0;
   11142 }
   11143 
   11144 _ACEOF
   11145 if ac_fn_c_try_link "$LINENO"; then :
   11146 
   11147 else
   11148   ac_cv_type_unsigned_long_long_int=no
   11149 fi
   11150 rm -f core conftest.err conftest.$ac_objext \
   11151     conftest$ac_exeext conftest.$ac_ext
   11152      fi
   11153 fi
   11154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
   11155 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
   11156   if test $ac_cv_type_unsigned_long_long_int = yes; then
   11157 
   11158 $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
   11159 
   11160   fi
   11161 
   11162 
   11163 
   11164   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
   11165 $as_echo_n "checking for long long int... " >&6; }
   11166 if ${ac_cv_type_long_long_int+:} false; then :
   11167   $as_echo_n "(cached) " >&6
   11168 else
   11169   ac_cv_type_long_long_int=yes
   11170       if test "x${ac_cv_prog_cc_c99-no}" = xno; then
   11171 	ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
   11172 	if test $ac_cv_type_long_long_int = yes; then
   11173 	  	  	  	  if test "$cross_compiling" = yes; then :
   11174   :
   11175 else
   11176   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11177 /* end confdefs.h.  */
   11178 #include <limits.h>
   11179 		 #ifndef LLONG_MAX
   11180 		 # define HALF \
   11181 			  (1LL << (sizeof (long long int) * CHAR_BIT - 2))
   11182 		 # define LLONG_MAX (HALF - 1 + HALF)
   11183 		 #endif
   11184 int
   11185 main ()
   11186 {
   11187 long long int n = 1;
   11188 		 int i;
   11189 		 for (i = 0; ; i++)
   11190 		   {
   11191 		     long long int m = n << i;
   11192 		     if (m >> i != n)
   11193 		       return 1;
   11194 		     if (LLONG_MAX / 2 < m)
   11195 		       break;
   11196 		   }
   11197 		 return 0;
   11198   ;
   11199   return 0;
   11200 }
   11201 _ACEOF
   11202 if ac_fn_c_try_run "$LINENO"; then :
   11203 
   11204 else
   11205   ac_cv_type_long_long_int=no
   11206 fi
   11207 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   11208   conftest.$ac_objext conftest.beam conftest.$ac_ext
   11209 fi
   11210 
   11211 	fi
   11212       fi
   11213 fi
   11214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
   11215 $as_echo "$ac_cv_type_long_long_int" >&6; }
   11216   if test $ac_cv_type_long_long_int = yes; then
   11217 
   11218 $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
   11219 
   11220   fi
   11221 
   11222 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
   11223 if test "x$ac_cv_type_size_t" = xyes; then :
   11224 
   11225 else
   11226 
   11227 cat >>confdefs.h <<_ACEOF
   11228 #define size_t unsigned int
   11229 _ACEOF
   11230 
   11231 fi
   11232 
   11233 ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
   11234 case $ac_cv_c_uint16_t in #(
   11235   no|yes) ;; #(
   11236   *)
   11237 
   11238 
   11239 cat >>confdefs.h <<_ACEOF
   11240 #define uint16_t $ac_cv_c_uint16_t
   11241 _ACEOF
   11242 ;;
   11243   esac
   11244 
   11245 ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
   11246 case $ac_cv_c_uint32_t in #(
   11247   no|yes) ;; #(
   11248   *)
   11249 
   11250 $as_echo "#define _UINT32_T 1" >>confdefs.h
   11251 
   11252 
   11253 cat >>confdefs.h <<_ACEOF
   11254 #define uint32_t $ac_cv_c_uint32_t
   11255 _ACEOF
   11256 ;;
   11257   esac
   11258 
   11259 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
   11260 case $ac_cv_c_uint64_t in #(
   11261   no|yes) ;; #(
   11262   *)
   11263 
   11264 $as_echo "#define _UINT64_T 1" >>confdefs.h
   11265 
   11266 
   11267 cat >>confdefs.h <<_ACEOF
   11268 #define uint64_t $ac_cv_c_uint64_t
   11269 _ACEOF
   11270 ;;
   11271   esac
   11272 
   11273 ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
   11274 case $ac_cv_c_uint8_t in #(
   11275   no|yes) ;; #(
   11276   *)
   11277 
   11278 $as_echo "#define _UINT8_T 1" >>confdefs.h
   11279 
   11280 
   11281 cat >>confdefs.h <<_ACEOF
   11282 #define uint8_t $ac_cv_c_uint8_t
   11283 _ACEOF
   11284 ;;
   11285   esac
   11286 
   11287 
   11288 # check for openssl
   11289 # ===========================================================================
   11290 #     http://www.gnu.org/software/autoconf-archive/ax_check_openssl.html
   11291 # ===========================================================================
   11292 #
   11293 # SYNOPSIS
   11294 #
   11295 #   AX_CHECK_OPENSSL([action-if-found[, action-if-not-found]])
   11296 #
   11297 # DESCRIPTION
   11298 #
   11299 #   Look for OpenSSL in a number of default spots, or in a user-selected
   11300 #   spot (via --with-openssl).  Sets
   11301 #
   11302 #     OPENSSL_INCLUDES to the include directives required
   11303 #     OPENSSL_LIBS to the -l directives required
   11304 #     OPENSSL_LDFLAGS to the -L or -R flags required
   11305 #
   11306 #   and calls ACTION-IF-FOUND or ACTION-IF-NOT-FOUND appropriately
   11307 #
   11308 #   This macro sets OPENSSL_INCLUDES such that source files should use the
   11309 #   openssl/ directory in include directives:
   11310 #
   11311 #     #include <openssl/hmac.h>
   11312 #
   11313 # LICENSE
   11314 #
   11315 #   Copyright (c) 2009 Zmanda Inc. <http://www.zmanda.com/>
   11316 #   Copyright (c) 2009 Dustin J. Mitchell <dustin (at] zmanda.com>
   11317 #
   11318 #   Copying and distribution of this file, with or without modification, are
   11319 #   permitted in any medium without royalty provided the copyright notice
   11320 #   and this notice are preserved. This file is offered as-is, without any
   11321 #   warranty.
   11322 
   11323 #serial 5
   11324 
   11325 # This is what autoupdate's m4 run will expand.  It fires
   11326 # the warning (with _au_warn_XXX), outputs it into the
   11327 # updated configure.ac (with AC_DIAGNOSE), and then outputs
   11328 # the replacement expansion.
   11329 
   11330 
   11331 # This is an auxiliary macro that is also run when
   11332 # autoupdate runs m4.  It simply calls m4_warning, but
   11333 # we need a wrapper so that each warning is emitted only
   11334 # once.  We break the quoting in m4_warning's argument in
   11335 # order to expand this macro's arguments, not AU_DEFUN's.
   11336 
   11337 
   11338 # Finally, this is the expansion that is picked up by
   11339 # autoconf.  It tells the user to run autoupdate, and
   11340 # then outputs the replacement expansion.  We do not care
   11341 # about autoupdate's warning because that contains
   11342 # information on what to do *after* running autoupdate.
   11343 
   11344 
   11345 
   11346 
   11347 
   11348     found=false
   11349 
   11350 # Check whether --with-openssl was given.
   11351 if test "${with_openssl+set}" = set; then :
   11352   withval=$with_openssl;
   11353             case "$withval" in
   11354             "" | y | ye | yes | n | no)
   11355             as_fn_error $? "Invalid --with-openssl value" "$LINENO" 5
   11356               ;;
   11357             *) ssldirs="$withval"
   11358               ;;
   11359             esac
   11360 
   11361 else
   11362 
   11363             # if pkg-config is installed and openssl has installed a .pc file,
   11364             # then use that information and don't search ssldirs
   11365             # Extract the first word of "pkg-config", so it can be a program name with args.
   11366 set dummy pkg-config; ac_word=$2
   11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   11368 $as_echo_n "checking for $ac_word... " >&6; }
   11369 if ${ac_cv_path_PKG_CONFIG+:} false; then :
   11370   $as_echo_n "(cached) " >&6
   11371 else
   11372   case $PKG_CONFIG in
   11373   [\\/]* | ?:[\\/]*)
   11374   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
   11375   ;;
   11376   *)
   11377   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   11378 for as_dir in $PATH
   11379 do
   11380   IFS=$as_save_IFS
   11381   test -z "$as_dir" && as_dir=.
   11382     for ac_exec_ext in '' $ac_executable_extensions; do
   11383   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   11384     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
   11385     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   11386     break 2
   11387   fi
   11388 done
   11389   done
   11390 IFS=$as_save_IFS
   11391 
   11392   ;;
   11393 esac
   11394 fi
   11395 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
   11396 if test -n "$PKG_CONFIG"; then
   11397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
   11398 $as_echo "$PKG_CONFIG" >&6; }
   11399 else
   11400   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   11401 $as_echo "no" >&6; }
   11402 fi
   11403 
   11404 
   11405             if test x"$PKG_CONFIG" != x""; then
   11406                 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
   11407                 if test $? = 0; then
   11408                     OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
   11409                     OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
   11410                     found=true
   11411                 fi
   11412             fi
   11413 
   11414             # no such luck; use some default ssldirs
   11415             if ! $found; then
   11416                 ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
   11417             fi
   11418 
   11419 
   11420 fi
   11421 
   11422 
   11423 
   11424     # note that we #include <openssl/foo.h>, so the OpenSSL headers have to be in
   11425     # an 'openssl' subdirectory
   11426 
   11427     if ! $found; then
   11428         OPENSSL_INCLUDES=
   11429         for ssldir in $ssldirs; do
   11430             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5
   11431 $as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; }
   11432             if test -f "$ssldir/include/openssl/ssl.h"; then
   11433                 OPENSSL_INCLUDES="-I$ssldir/include"
   11434                 OPENSSL_LDFLAGS="-L$ssldir/lib"
   11435                 OPENSSL_LIBS="-lssl -lcrypto"
   11436                 found=true
   11437                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   11438 $as_echo "yes" >&6; }
   11439                 break
   11440             else
   11441                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   11442 $as_echo "no" >&6; }
   11443             fi
   11444         done
   11445 
   11446         # if the file wasn't found, well, go ahead and try the link anyway -- maybe
   11447         # it will just work!
   11448     fi
   11449 
   11450     # try the preprocessor and linker with our new flags,
   11451     # being careful not to pollute the global LIBS, LDFLAGS, and CPPFLAGS
   11452 
   11453     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling and linking against OpenSSL works" >&5
   11454 $as_echo_n "checking whether compiling and linking against OpenSSL works... " >&6; }
   11455     echo "Trying link with OPENSSL_LDFLAGS=$OPENSSL_LDFLAGS;" \
   11456         "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&5
   11457 
   11458     save_LIBS="$LIBS"
   11459     save_LDFLAGS="$LDFLAGS"
   11460     save_CPPFLAGS="$CPPFLAGS"
   11461     LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS"
   11462     LIBS="$OPENSSL_LIBS $LIBS"
   11463     CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS"
   11464     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11465 /* end confdefs.h.  */
   11466 #include <openssl/ssl.h>
   11467 int
   11468 main ()
   11469 {
   11470 SSL_new(NULL)
   11471   ;
   11472   return 0;
   11473 }
   11474 _ACEOF
   11475 if ac_fn_c_try_link "$LINENO"; then :
   11476 
   11477             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   11478 $as_echo "yes" >&6; }
   11479             LIBS="$LIBS $OPENSSL_LIBS" INCLUDES="$INCLUDES $OPENSSL_INCLUDES"
   11480 
   11481 else
   11482 
   11483             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   11484 $as_echo "no" >&6; }
   11485             as_fn_error $? "Missing OpenSSL" "$LINENO" 5
   11486 
   11487 fi
   11488 rm -f core conftest.err conftest.$ac_objext \
   11489     conftest$ac_exeext conftest.$ac_ext
   11490     CPPFLAGS="$save_CPPFLAGS"
   11491     LDFLAGS="$save_LDFLAGS"
   11492     LIBS="$save_LIBS"
   11493 
   11494 
   11495 
   11496 
   11497 
   11498 
   11499 ac_fn_c_check_type "$LINENO" "SHA256_CTX" "ac_cv_type_SHA256_CTX" "
   11500 #if defined(HAVE_SYS_TYPES_H)
   11501 #include <sys/types.h>
   11502 #endif
   11503 #if defined(HAVE_OPENSSL_SHA_H)
   11504 #include <openssl/sha.h>
   11505 #endif
   11506 #if defined(HAVE_COMMONCRYPTO_COMMONDIGEST_H)
   11507 #define COMMON_DIGEST_FOR_OPENSSL 1
   11508 #include <CommonCrypto/CommonDigest.h>
   11509 #endif
   11510 
   11511 "
   11512 if test "x$ac_cv_type_SHA256_CTX" = xyes; then :
   11513 
   11514 cat >>confdefs.h <<_ACEOF
   11515 #define HAVE_SHA256_CTX 1
   11516 _ACEOF
   11517 
   11518 
   11519 else
   11520   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   11521 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   11522 as_fn_error $? "missing SHA256_CTX; is openssl 0.9.8 or newer installed?
   11523 See \`config.log' for more details" "$LINENO" 5; }
   11524 fi
   11525 
   11526 
   11527 # Checks for library functions.
   11528 #
   11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gzopen" >&5
   11530 $as_echo_n "checking for library containing gzopen... " >&6; }
   11531 if ${ac_cv_search_gzopen+:} false; then :
   11532   $as_echo_n "(cached) " >&6
   11533 else
   11534   ac_func_search_save_LIBS=$LIBS
   11535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11536 /* end confdefs.h.  */
   11537 
   11538 /* Override any GCC internal prototype to avoid an error.
   11539    Use char because int might match the return type of a GCC
   11540    builtin and then its argument prototype would still apply.  */
   11541 #ifdef __cplusplus
   11542 extern "C"
   11543 #endif
   11544 char gzopen ();
   11545 int
   11546 main ()
   11547 {
   11548 return gzopen ();
   11549   ;
   11550   return 0;
   11551 }
   11552 _ACEOF
   11553 for ac_lib in '' z; do
   11554   if test -z "$ac_lib"; then
   11555     ac_res="none required"
   11556   else
   11557     ac_res=-l$ac_lib
   11558     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
   11559   fi
   11560   if ac_fn_c_try_link "$LINENO"; then :
   11561   ac_cv_search_gzopen=$ac_res
   11562 fi
   11563 rm -f core conftest.err conftest.$ac_objext \
   11564     conftest$ac_exeext
   11565   if ${ac_cv_search_gzopen+:} false; then :
   11566   break
   11567 fi
   11568 done
   11569 if ${ac_cv_search_gzopen+:} false; then :
   11570 
   11571 else
   11572   ac_cv_search_gzopen=no
   11573 fi
   11574 rm conftest.$ac_ext
   11575 LIBS=$ac_func_search_save_LIBS
   11576 fi
   11577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gzopen" >&5
   11578 $as_echo "$ac_cv_search_gzopen" >&6; }
   11579 ac_res=$ac_cv_search_gzopen
   11580 if test "$ac_res" != no; then :
   11581   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
   11582 
   11583 fi
   11584 
   11585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing BZ2_bzDecompress" >&5
   11586 $as_echo_n "checking for library containing BZ2_bzDecompress... " >&6; }
   11587 if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
   11588   $as_echo_n "(cached) " >&6
   11589 else
   11590   ac_func_search_save_LIBS=$LIBS
   11591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11592 /* end confdefs.h.  */
   11593 
   11594 /* Override any GCC internal prototype to avoid an error.
   11595    Use char because int might match the return type of a GCC
   11596    builtin and then its argument prototype would still apply.  */
   11597 #ifdef __cplusplus
   11598 extern "C"
   11599 #endif
   11600 char BZ2_bzDecompress ();
   11601 int
   11602 main ()
   11603 {
   11604 return BZ2_bzDecompress ();
   11605   ;
   11606   return 0;
   11607 }
   11608 _ACEOF
   11609 for ac_lib in '' bz2; do
   11610   if test -z "$ac_lib"; then
   11611     ac_res="none required"
   11612   else
   11613     ac_res=-l$ac_lib
   11614     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
   11615   fi
   11616   if ac_fn_c_try_link "$LINENO"; then :
   11617   ac_cv_search_BZ2_bzDecompress=$ac_res
   11618 fi
   11619 rm -f core conftest.err conftest.$ac_objext \
   11620     conftest$ac_exeext
   11621   if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
   11622   break
   11623 fi
   11624 done
   11625 if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
   11626 
   11627 else
   11628   ac_cv_search_BZ2_bzDecompress=no
   11629 fi
   11630 rm conftest.$ac_ext
   11631 LIBS=$ac_func_search_save_LIBS
   11632 fi
   11633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_BZ2_bzDecompress" >&5
   11634 $as_echo "$ac_cv_search_BZ2_bzDecompress" >&6; }
   11635 ac_res=$ac_cv_search_BZ2_bzDecompress
   11636 if test "$ac_res" != no; then :
   11637   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
   11638 
   11639 fi
   11640 
   11641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing RSA_public_encrypt" >&5
   11642 $as_echo_n "checking for library containing RSA_public_encrypt... " >&6; }
   11643 if ${ac_cv_search_RSA_public_encrypt+:} false; then :
   11644   $as_echo_n "(cached) " >&6
   11645 else
   11646   ac_func_search_save_LIBS=$LIBS
   11647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   11648 /* end confdefs.h.  */
   11649 
   11650 /* Override any GCC internal prototype to avoid an error.
   11651    Use char because int might match the return type of a GCC
   11652    builtin and then its argument prototype would still apply.  */
   11653 #ifdef __cplusplus
   11654 extern "C"
   11655 #endif
   11656 char RSA_public_encrypt ();
   11657 int
   11658 main ()
   11659 {
   11660 return RSA_public_encrypt ();
   11661   ;
   11662   return 0;
   11663 }
   11664 _ACEOF
   11665 for ac_lib in '' crypto; do
   11666   if test -z "$ac_lib"; then
   11667     ac_res="none required"
   11668   else
   11669     ac_res=-l$ac_lib
   11670     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
   11671   fi
   11672   if ac_fn_c_try_link "$LINENO"; then :
   11673   ac_cv_search_RSA_public_encrypt=$ac_res
   11674 fi
   11675 rm -f core conftest.err conftest.$ac_objext \
   11676     conftest$ac_exeext
   11677   if ${ac_cv_search_RSA_public_encrypt+:} false; then :
   11678   break
   11679 fi
   11680 done
   11681 if ${ac_cv_search_RSA_public_encrypt+:} false; then :
   11682 
   11683 else
   11684   ac_cv_search_RSA_public_encrypt=no
   11685 fi
   11686 rm conftest.$ac_ext
   11687 LIBS=$ac_func_search_save_LIBS
   11688 fi
   11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_RSA_public_encrypt" >&5
   11690 $as_echo "$ac_cv_search_RSA_public_encrypt" >&6; }
   11691 ac_res=$ac_cv_search_RSA_public_encrypt
   11692 if test "$ac_res" != no; then :
   11693   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
   11694 
   11695 fi
   11696 
   11697 
   11698 # Initialize the testsuite
   11699 #
   11700 ac_config_commands="$ac_config_commands tests/atconfig"
   11701 
   11702 
   11703 AUTOM4TE=${AUTOM4TE-"${am_missing_run}autom4te"}
   11704 
   11705 
   11706 # Generate the Makefiles
   11707 #
   11708 ac_config_files="$ac_config_files Makefile include/Makefile src/Makefile src/libmj/Makefile src/lib/Makefile src/netpgp/Makefile src/netpgpkeys/Makefile tests/Makefile tests/atlocal"
   11709 
   11710 cat >confcache <<\_ACEOF
   11711 # This file is a shell script that caches the results of configure
   11712 # tests run on this system so they can be shared between configure
   11713 # scripts and configure runs, see configure's option --config-cache.
   11714 # It is not useful on other systems.  If it contains results you don't
   11715 # want to keep, you may remove or edit it.
   11716 #
   11717 # config.status only pays attention to the cache file if you give it
   11718 # the --recheck option to rerun configure.
   11719 #
   11720 # `ac_cv_env_foo' variables (set or unset) will be overridden when
   11721 # loading this file, other *unset* `ac_cv_foo' will be assigned the
   11722 # following values.
   11723 
   11724 _ACEOF
   11725 
   11726 # The following way of writing the cache mishandles newlines in values,
   11727 # but we know of no workaround that is simple, portable, and efficient.
   11728 # So, we kill variables containing newlines.
   11729 # Ultrix sh set writes to stderr and can't be redirected directly,
   11730 # and sets the high bit in the cache file unless we assign to the vars.
   11731 (
   11732   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
   11733     eval ac_val=\$$ac_var
   11734     case $ac_val in #(
   11735     *${as_nl}*)
   11736       case $ac_var in #(
   11737       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
   11738 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
   11739       esac
   11740       case $ac_var in #(
   11741       _ | IFS | as_nl) ;; #(
   11742       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
   11743       *) { eval $ac_var=; unset $ac_var;} ;;
   11744       esac ;;
   11745     esac
   11746   done
   11747 
   11748   (set) 2>&1 |
   11749     case $as_nl`(ac_space=' '; set) 2>&1` in #(
   11750     *${as_nl}ac_space=\ *)
   11751       # `set' does not quote correctly, so add quotes: double-quote
   11752       # substitution turns \\\\ into \\, and sed turns \\ into \.
   11753       sed -n \
   11754 	"s/'/'\\\\''/g;
   11755 	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
   11756       ;; #(
   11757     *)
   11758       # `set' quotes correctly as required by POSIX, so do not add quotes.
   11759       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
   11760       ;;
   11761     esac |
   11762     sort
   11763 ) |
   11764   sed '
   11765      /^ac_cv_env_/b end
   11766      t clear
   11767      :clear
   11768      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
   11769      t end
   11770      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
   11771      :end' >>confcache
   11772 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
   11773   if test -w "$cache_file"; then
   11774     if test "x$cache_file" != "x/dev/null"; then
   11775       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
   11776 $as_echo "$as_me: updating cache $cache_file" >&6;}
   11777       if test ! -f "$cache_file" || test -h "$cache_file"; then
   11778 	cat confcache >"$cache_file"
   11779       else
   11780         case $cache_file in #(
   11781         */* | ?:*)
   11782 	  mv -f confcache "$cache_file"$$ &&
   11783 	  mv -f "$cache_file"$$ "$cache_file" ;; #(
   11784         *)
   11785 	  mv -f confcache "$cache_file" ;;
   11786 	esac
   11787       fi
   11788     fi
   11789   else
   11790     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
   11791 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
   11792   fi
   11793 fi
   11794 rm -f confcache
   11795 
   11796 test "x$prefix" = xNONE && prefix=$ac_default_prefix
   11797 # Let make expand exec_prefix.
   11798 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
   11799 
   11800 DEFS=-DHAVE_CONFIG_H
   11801 
   11802 ac_libobjs=
   11803 ac_ltlibobjs=
   11804 U=
   11805 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
   11806   # 1. Remove the extension, and $U if already installed.
   11807   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
   11808   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
   11809   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
   11810   #    will be set to the directory where LIBOBJS objects are built.
   11811   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
   11812   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
   11813 done
   11814 LIBOBJS=$ac_libobjs
   11815 
   11816 LTLIBOBJS=$ac_ltlibobjs
   11817 
   11818 
   11819 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   11820   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
   11821 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11822 fi
   11823 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   11824   as_fn_error $? "conditional \"AMDEP\" was never defined.
   11825 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11826 fi
   11827 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
   11828   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
   11829 Usually this means the macro was only invoked conditionally." "$LINENO" 5
   11830 fi
   11831 
   11832 : "${CONFIG_STATUS=./config.status}"
   11833 ac_write_fail=0
   11834 ac_clean_files_save=$ac_clean_files
   11835 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
   11836 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
   11837 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
   11838 as_write_fail=0
   11839 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
   11840 #! $SHELL
   11841 # Generated by $as_me.
   11842 # Run this file to recreate the current configuration.
   11843 # Compiler output produced by configure, useful for debugging
   11844 # configure, is in config.log if it exists.
   11845 
   11846 debug=false
   11847 ac_cs_recheck=false
   11848 ac_cs_silent=false
   11849 
   11850 SHELL=\${CONFIG_SHELL-$SHELL}
   11851 export SHELL
   11852 _ASEOF
   11853 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
   11854 ## -------------------- ##
   11855 ## M4sh Initialization. ##
   11856 ## -------------------- ##
   11857 
   11858 # Be more Bourne compatible
   11859 DUALCASE=1; export DUALCASE # for MKS sh
   11860 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
   11861   emulate sh
   11862   NULLCMD=:
   11863   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
   11864   # is contrary to our usage.  Disable this feature.
   11865   alias -g '${1+"$@"}'='"$@"'
   11866   setopt NO_GLOB_SUBST
   11867 else
   11868   case `(set -o) 2>/dev/null` in #(
   11869   *posix*) :
   11870     set -o posix ;; #(
   11871   *) :
   11872      ;;
   11873 esac
   11874 fi
   11875 
   11876 
   11877 as_nl='
   11878 '
   11879 export as_nl
   11880 # Printing a long string crashes Solaris 7 /usr/bin/printf.
   11881 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
   11882 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
   11883 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
   11884 # Prefer a ksh shell builtin over an external printf program on Solaris,
   11885 # but without wasting forks for bash or zsh.
   11886 if test -z "$BASH_VERSION$ZSH_VERSION" \
   11887     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
   11888   as_echo='print -r --'
   11889   as_echo_n='print -rn --'
   11890 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
   11891   as_echo='printf %s\n'
   11892   as_echo_n='printf %s'
   11893 else
   11894   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
   11895     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
   11896     as_echo_n='/usr/ucb/echo -n'
   11897   else
   11898     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
   11899     as_echo_n_body='eval
   11900       arg=$1;
   11901       case $arg in #(
   11902       *"$as_nl"*)
   11903 	expr "X$arg" : "X\\(.*\\)$as_nl";
   11904 	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
   11905       esac;
   11906       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
   11907     '
   11908     export as_echo_n_body
   11909     as_echo_n='sh -c $as_echo_n_body as_echo'
   11910   fi
   11911   export as_echo_body
   11912   as_echo='sh -c $as_echo_body as_echo'
   11913 fi
   11914 
   11915 # The user is always right.
   11916 if test "${PATH_SEPARATOR+set}" != set; then
   11917   PATH_SEPARATOR=:
   11918   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
   11919     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
   11920       PATH_SEPARATOR=';'
   11921   }
   11922 fi
   11923 
   11924 
   11925 # IFS
   11926 # We need space, tab and new line, in precisely that order.  Quoting is
   11927 # there to prevent editors from complaining about space-tab.
   11928 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   11929 # splitting by setting IFS to empty value.)
   11930 IFS=" ""	$as_nl"
   11931 
   11932 # Find who we are.  Look in the path if we contain no directory separator.
   11933 as_myself=
   11934 case $0 in #((
   11935   *[\\/]* ) as_myself=$0 ;;
   11936   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   11937 for as_dir in $PATH
   11938 do
   11939   IFS=$as_save_IFS
   11940   test -z "$as_dir" && as_dir=.
   11941     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
   11942   done
   11943 IFS=$as_save_IFS
   11944 
   11945      ;;
   11946 esac
   11947 # We did not find ourselves, most probably we were run as `sh COMMAND'
   11948 # in which case we are not to be found in the path.
   11949 if test "x$as_myself" = x; then
   11950   as_myself=$0
   11951 fi
   11952 if test ! -f "$as_myself"; then
   11953   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
   11954   exit 1
   11955 fi
   11956 
   11957 # Unset variables that we do not need and which cause bugs (e.g. in
   11958 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
   11959 # suppresses any "Segmentation fault" message there.  '((' could
   11960 # trigger a bug in pdksh 5.2.14.
   11961 for as_var in BASH_ENV ENV MAIL MAILPATH
   11962 do eval test x\${$as_var+set} = xset \
   11963   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
   11964 done
   11965 PS1='$ '
   11966 PS2='> '
   11967 PS4='+ '
   11968 
   11969 # NLS nuisances.
   11970 LC_ALL=C
   11971 export LC_ALL
   11972 LANGUAGE=C
   11973 export LANGUAGE
   11974 
   11975 # CDPATH.
   11976 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   11977 
   11978 
   11979 # as_fn_error STATUS ERROR [LINENO LOG_FD]
   11980 # ----------------------------------------
   11981 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
   11982 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
   11983 # script with STATUS, using 1 if that was 0.
   11984 as_fn_error ()
   11985 {
   11986   as_status=$1; test $as_status -eq 0 && as_status=1
   11987   if test "$4"; then
   11988     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   11989     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
   11990   fi
   11991   $as_echo "$as_me: error: $2" >&2
   11992   as_fn_exit $as_status
   11993 } # as_fn_error
   11994 
   11995 
   11996 # as_fn_set_status STATUS
   11997 # -----------------------
   11998 # Set $? to STATUS, without forking.
   11999 as_fn_set_status ()
   12000 {
   12001   return $1
   12002 } # as_fn_set_status
   12003 
   12004 # as_fn_exit STATUS
   12005 # -----------------
   12006 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
   12007 as_fn_exit ()
   12008 {
   12009   set +e
   12010   as_fn_set_status $1
   12011   exit $1
   12012 } # as_fn_exit
   12013 
   12014 # as_fn_unset VAR
   12015 # ---------------
   12016 # Portably unset VAR.
   12017 as_fn_unset ()
   12018 {
   12019   { eval $1=; unset $1;}
   12020 }
   12021 as_unset=as_fn_unset
   12022 # as_fn_append VAR VALUE
   12023 # ----------------------
   12024 # Append the text in VALUE to the end of the definition contained in VAR. Take
   12025 # advantage of any shell optimizations that allow amortized linear growth over
   12026 # repeated appends, instead of the typical quadratic growth present in naive
   12027 # implementations.
   12028 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
   12029   eval 'as_fn_append ()
   12030   {
   12031     eval $1+=\$2
   12032   }'
   12033 else
   12034   as_fn_append ()
   12035   {
   12036     eval $1=\$$1\$2
   12037   }
   12038 fi # as_fn_append
   12039 
   12040 # as_fn_arith ARG...
   12041 # ------------------
   12042 # Perform arithmetic evaluation on the ARGs, and store the result in the
   12043 # global $as_val. Take advantage of shells that can avoid forks. The arguments
   12044 # must be portable across $(()) and expr.
   12045 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
   12046   eval 'as_fn_arith ()
   12047   {
   12048     as_val=$(( $* ))
   12049   }'
   12050 else
   12051   as_fn_arith ()
   12052   {
   12053     as_val=`expr "$@" || test $? -eq 1`
   12054   }
   12055 fi # as_fn_arith
   12056 
   12057 
   12058 if expr a : '\(a\)' >/dev/null 2>&1 &&
   12059    test "X`expr 00001 : '.*\(...\)'`" = X001; then
   12060   as_expr=expr
   12061 else
   12062   as_expr=false
   12063 fi
   12064 
   12065 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
   12066   as_basename=basename
   12067 else
   12068   as_basename=false
   12069 fi
   12070 
   12071 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
   12072   as_dirname=dirname
   12073 else
   12074   as_dirname=false
   12075 fi
   12076 
   12077 as_me=`$as_basename -- "$0" ||
   12078 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
   12079 	 X"$0" : 'X\(//\)$' \| \
   12080 	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
   12081 $as_echo X/"$0" |
   12082     sed '/^.*\/\([^/][^/]*\)\/*$/{
   12083 	    s//\1/
   12084 	    q
   12085 	  }
   12086 	  /^X\/\(\/\/\)$/{
   12087 	    s//\1/
   12088 	    q
   12089 	  }
   12090 	  /^X\/\(\/\).*/{
   12091 	    s//\1/
   12092 	    q
   12093 	  }
   12094 	  s/.*/./; q'`
   12095 
   12096 # Avoid depending upon Character Ranges.
   12097 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   12098 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   12099 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   12100 as_cr_digits='0123456789'
   12101 as_cr_alnum=$as_cr_Letters$as_cr_digits
   12102 
   12103 ECHO_C= ECHO_N= ECHO_T=
   12104 case `echo -n x` in #(((((
   12105 -n*)
   12106   case `echo 'xy\c'` in
   12107   *c*) ECHO_T='	';;	# ECHO_T is single tab character.
   12108   xy)  ECHO_C='\c';;
   12109   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
   12110        ECHO_T='	';;
   12111   esac;;
   12112 *)
   12113   ECHO_N='-n';;
   12114 esac
   12115 
   12116 rm -f conf$$ conf$$.exe conf$$.file
   12117 if test -d conf$$.dir; then
   12118   rm -f conf$$.dir/conf$$.file
   12119 else
   12120   rm -f conf$$.dir
   12121   mkdir conf$$.dir 2>/dev/null
   12122 fi
   12123 if (echo >conf$$.file) 2>/dev/null; then
   12124   if ln -s conf$$.file conf$$ 2>/dev/null; then
   12125     as_ln_s='ln -s'
   12126     # ... but there are two gotchas:
   12127     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   12128     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   12129     # In both cases, we have to default to `cp -pR'.
   12130     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   12131       as_ln_s='cp -pR'
   12132   elif ln conf$$.file conf$$ 2>/dev/null; then
   12133     as_ln_s=ln
   12134   else
   12135     as_ln_s='cp -pR'
   12136   fi
   12137 else
   12138   as_ln_s='cp -pR'
   12139 fi
   12140 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   12141 rmdir conf$$.dir 2>/dev/null
   12142 
   12143 
   12144 # as_fn_mkdir_p
   12145 # -------------
   12146 # Create "$as_dir" as a directory, including parents if necessary.
   12147 as_fn_mkdir_p ()
   12148 {
   12149 
   12150   case $as_dir in #(
   12151   -*) as_dir=./$as_dir;;
   12152   esac
   12153   test -d "$as_dir" || eval $as_mkdir_p || {
   12154     as_dirs=
   12155     while :; do
   12156       case $as_dir in #(
   12157       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
   12158       *) as_qdir=$as_dir;;
   12159       esac
   12160       as_dirs="'$as_qdir' $as_dirs"
   12161       as_dir=`$as_dirname -- "$as_dir" ||
   12162 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   12163 	 X"$as_dir" : 'X\(//\)[^/]' \| \
   12164 	 X"$as_dir" : 'X\(//\)$' \| \
   12165 	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
   12166 $as_echo X"$as_dir" |
   12167     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   12168 	    s//\1/
   12169 	    q
   12170 	  }
   12171 	  /^X\(\/\/\)[^/].*/{
   12172 	    s//\1/
   12173 	    q
   12174 	  }
   12175 	  /^X\(\/\/\)$/{
   12176 	    s//\1/
   12177 	    q
   12178 	  }
   12179 	  /^X\(\/\).*/{
   12180 	    s//\1/
   12181 	    q
   12182 	  }
   12183 	  s/.*/./; q'`
   12184       test -d "$as_dir" && break
   12185     done
   12186     test -z "$as_dirs" || eval "mkdir $as_dirs"
   12187   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
   12188 
   12189 
   12190 } # as_fn_mkdir_p
   12191 if mkdir -p . 2>/dev/null; then
   12192   as_mkdir_p='mkdir -p "$as_dir"'
   12193 else
   12194   test -d ./-p && rmdir ./-p
   12195   as_mkdir_p=false
   12196 fi
   12197 
   12198 
   12199 # as_fn_executable_p FILE
   12200 # -----------------------
   12201 # Test if FILE is an executable regular file.
   12202 as_fn_executable_p ()
   12203 {
   12204   test -f "$1" && test -x "$1"
   12205 } # as_fn_executable_p
   12206 as_test_x='test -x'
   12207 as_executable_p=as_fn_executable_p
   12208 
   12209 # Sed expression to map a string onto a valid CPP name.
   12210 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   12211 
   12212 # Sed expression to map a string onto a valid variable name.
   12213 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
   12214 
   12215 
   12216 exec 6>&1
   12217 ## ----------------------------------- ##
   12218 ## Main body of $CONFIG_STATUS script. ##
   12219 ## ----------------------------------- ##
   12220 _ASEOF
   12221 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
   12222 
   12223 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12224 # Save the log message, to keep $0 and so on meaningful, and to
   12225 # report actual input values of CONFIG_FILES etc. instead of their
   12226 # values after options handling.
   12227 ac_log="
   12228 This file was extended by netpgp $as_me 20140220, which was
   12229 generated by GNU Autoconf 2.69.  Invocation command line was
   12230 
   12231   CONFIG_FILES    = $CONFIG_FILES
   12232   CONFIG_HEADERS  = $CONFIG_HEADERS
   12233   CONFIG_LINKS    = $CONFIG_LINKS
   12234   CONFIG_COMMANDS = $CONFIG_COMMANDS
   12235   $ $0 $@
   12236 
   12237 on `(hostname || uname -n) 2>/dev/null | sed 1q`
   12238 "
   12239 
   12240 _ACEOF
   12241 
   12242 case $ac_config_files in *"
   12243 "*) set x $ac_config_files; shift; ac_config_files=$*;;
   12244 esac
   12245 
   12246 case $ac_config_headers in *"
   12247 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
   12248 esac
   12249 
   12250 
   12251 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12252 # Files that config.status was made for.
   12253 config_files="$ac_config_files"
   12254 config_headers="$ac_config_headers"
   12255 config_commands="$ac_config_commands"
   12256 
   12257 _ACEOF
   12258 
   12259 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12260 ac_cs_usage="\
   12261 \`$as_me' instantiates files and other configuration actions
   12262 from templates according to the current configuration.  Unless the files
   12263 and actions are specified as TAGs, all are instantiated by default.
   12264 
   12265 Usage: $0 [OPTION]... [TAG]...
   12266 
   12267   -h, --help       print this help, then exit
   12268   -V, --version    print version number and configuration settings, then exit
   12269       --config     print configuration, then exit
   12270   -q, --quiet, --silent
   12271                    do not print progress messages
   12272   -d, --debug      don't remove temporary files
   12273       --recheck    update $as_me by reconfiguring in the same conditions
   12274       --file=FILE[:TEMPLATE]
   12275                    instantiate the configuration file FILE
   12276       --header=FILE[:TEMPLATE]
   12277                    instantiate the configuration header FILE
   12278 
   12279 Configuration files:
   12280 $config_files
   12281 
   12282 Configuration headers:
   12283 $config_headers
   12284 
   12285 Configuration commands:
   12286 $config_commands
   12287 
   12288 Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>."
   12289 
   12290 _ACEOF
   12291 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12292 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
   12293 ac_cs_version="\\
   12294 netpgp config.status 20140220
   12295 configured by $0, generated by GNU Autoconf 2.69,
   12296   with options \\"\$ac_cs_config\\"
   12297 
   12298 Copyright (C) 2012 Free Software Foundation, Inc.
   12299 This config.status script is free software; the Free Software Foundation
   12300 gives unlimited permission to copy, distribute and modify it."
   12301 
   12302 ac_pwd='$ac_pwd'
   12303 srcdir='$srcdir'
   12304 INSTALL='$INSTALL'
   12305 MKDIR_P='$MKDIR_P'
   12306 AWK='$AWK'
   12307 test -n "\$AWK" || AWK=awk
   12308 _ACEOF
   12309 
   12310 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12311 # The default lists apply if the user does not specify any file.
   12312 ac_need_defaults=:
   12313 while test $# != 0
   12314 do
   12315   case $1 in
   12316   --*=?*)
   12317     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   12318     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
   12319     ac_shift=:
   12320     ;;
   12321   --*=)
   12322     ac_option=`expr "X$1" : 'X\([^=]*\)='`
   12323     ac_optarg=
   12324     ac_shift=:
   12325     ;;
   12326   *)
   12327     ac_option=$1
   12328     ac_optarg=$2
   12329     ac_shift=shift
   12330     ;;
   12331   esac
   12332 
   12333   case $ac_option in
   12334   # Handling of the options.
   12335   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
   12336     ac_cs_recheck=: ;;
   12337   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
   12338     $as_echo "$ac_cs_version"; exit ;;
   12339   --config | --confi | --conf | --con | --co | --c )
   12340     $as_echo "$ac_cs_config"; exit ;;
   12341   --debug | --debu | --deb | --de | --d | -d )
   12342     debug=: ;;
   12343   --file | --fil | --fi | --f )
   12344     $ac_shift
   12345     case $ac_optarg in
   12346     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   12347     '') as_fn_error $? "missing file argument" ;;
   12348     esac
   12349     as_fn_append CONFIG_FILES " '$ac_optarg'"
   12350     ac_need_defaults=false;;
   12351   --header | --heade | --head | --hea )
   12352     $ac_shift
   12353     case $ac_optarg in
   12354     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
   12355     esac
   12356     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
   12357     ac_need_defaults=false;;
   12358   --he | --h)
   12359     # Conflict between --help and --header
   12360     as_fn_error $? "ambiguous option: \`$1'
   12361 Try \`$0 --help' for more information.";;
   12362   --help | --hel | -h )
   12363     $as_echo "$ac_cs_usage"; exit ;;
   12364   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   12365   | -silent | --silent | --silen | --sile | --sil | --si | --s)
   12366     ac_cs_silent=: ;;
   12367 
   12368   # This is an error.
   12369   -*) as_fn_error $? "unrecognized option: \`$1'
   12370 Try \`$0 --help' for more information." ;;
   12371 
   12372   *) as_fn_append ac_config_targets " $1"
   12373      ac_need_defaults=false ;;
   12374 
   12375   esac
   12376   shift
   12377 done
   12378 
   12379 ac_configure_extra_args=
   12380 
   12381 if $ac_cs_silent; then
   12382   exec 6>/dev/null
   12383   ac_configure_extra_args="$ac_configure_extra_args --silent"
   12384 fi
   12385 
   12386 _ACEOF
   12387 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12388 if \$ac_cs_recheck; then
   12389   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   12390   shift
   12391   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
   12392   CONFIG_SHELL='$SHELL'
   12393   export CONFIG_SHELL
   12394   exec "\$@"
   12395 fi
   12396 
   12397 _ACEOF
   12398 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12399 exec 5>>config.log
   12400 {
   12401   echo
   12402   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
   12403 ## Running $as_me. ##
   12404 _ASBOX
   12405   $as_echo "$ac_log"
   12406 } >&5
   12407 
   12408 _ACEOF
   12409 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12410 #
   12411 # INIT-COMMANDS
   12412 #
   12413 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
   12414 
   12415 
   12416 # The HP-UX ksh and POSIX shell print the target directory to stdout
   12417 # if CDPATH is set.
   12418 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   12419 
   12420 sed_quote_subst='$sed_quote_subst'
   12421 double_quote_subst='$double_quote_subst'
   12422 delay_variable_subst='$delay_variable_subst'
   12423 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
   12424 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
   12425 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
   12426 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
   12427 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
   12428 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
   12429 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
   12430 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
   12431 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
   12432 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
   12433 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
   12434 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
   12435 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
   12436 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
   12437 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
   12438 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
   12439 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
   12440 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
   12441 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
   12442 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
   12443 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
   12444 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
   12445 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
   12446 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
   12447 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
   12448 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
   12449 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
   12450 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12451 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
   12452 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
   12453 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
   12454 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
   12455 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
   12456 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
   12457 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
   12458 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12459 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12460 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12461 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
   12462 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
   12463 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
   12464 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
   12465 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
   12466 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
   12467 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
   12468 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
   12469 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
   12470 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
   12471 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
   12472 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
   12473 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
   12474 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
   12475 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
   12476 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
   12477 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
   12478 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
   12479 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
   12480 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
   12481 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
   12482 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
   12483 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
   12484 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
   12485 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12486 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12487 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
   12488 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
   12489 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12490 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12491 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
   12492 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12493 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12494 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12495 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12496 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12497 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12498 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
   12499 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
   12500 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
   12501 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12502 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
   12503 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
   12504 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
   12505 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
   12506 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
   12507 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
   12508 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
   12509 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
   12510 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
   12511 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
   12512 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
   12513 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12514 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
   12515 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
   12516 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12517 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12518 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
   12519 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
   12520 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
   12521 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
   12522 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
   12523 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
   12524 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
   12525 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12526 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12527 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12528 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12529 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12530 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
   12531 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
   12532 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
   12533 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12534 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
   12535 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
   12536 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
   12537 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
   12538 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
   12539 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
   12540 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
   12541 
   12542 LTCC='$LTCC'
   12543 LTCFLAGS='$LTCFLAGS'
   12544 compiler='$compiler_DEFAULT'
   12545 
   12546 # Quote evaled strings.
   12547 for var in SED \
   12548 GREP \
   12549 EGREP \
   12550 FGREP \
   12551 LD \
   12552 NM \
   12553 LN_S \
   12554 lt_SP2NL \
   12555 lt_NL2SP \
   12556 reload_flag \
   12557 OBJDUMP \
   12558 deplibs_check_method \
   12559 file_magic_cmd \
   12560 AR \
   12561 AR_FLAGS \
   12562 STRIP \
   12563 RANLIB \
   12564 CC \
   12565 CFLAGS \
   12566 compiler \
   12567 lt_cv_sys_global_symbol_pipe \
   12568 lt_cv_sys_global_symbol_to_cdecl \
   12569 lt_cv_sys_global_symbol_to_c_name_address \
   12570 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
   12571 SHELL \
   12572 ECHO \
   12573 lt_prog_compiler_no_builtin_flag \
   12574 lt_prog_compiler_wl \
   12575 lt_prog_compiler_pic \
   12576 lt_prog_compiler_static \
   12577 lt_cv_prog_compiler_c_o \
   12578 need_locks \
   12579 DSYMUTIL \
   12580 NMEDIT \
   12581 LIPO \
   12582 OTOOL \
   12583 OTOOL64 \
   12584 shrext_cmds \
   12585 export_dynamic_flag_spec \
   12586 whole_archive_flag_spec \
   12587 compiler_needs_object \
   12588 with_gnu_ld \
   12589 allow_undefined_flag \
   12590 no_undefined_flag \
   12591 hardcode_libdir_flag_spec \
   12592 hardcode_libdir_flag_spec_ld \
   12593 hardcode_libdir_separator \
   12594 fix_srcfile_path \
   12595 exclude_expsyms \
   12596 include_expsyms \
   12597 file_list_spec \
   12598 variables_saved_for_relink \
   12599 libname_spec \
   12600 library_names_spec \
   12601 soname_spec \
   12602 finish_eval \
   12603 old_striplib \
   12604 striplib; do
   12605     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
   12606     *[\\\\\\\`\\"\\\$]*)
   12607       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
   12608       ;;
   12609     *)
   12610       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   12611       ;;
   12612     esac
   12613 done
   12614 
   12615 # Double-quote double-evaled strings.
   12616 for var in reload_cmds \
   12617 old_postinstall_cmds \
   12618 old_postuninstall_cmds \
   12619 old_archive_cmds \
   12620 extract_expsyms_cmds \
   12621 old_archive_from_new_cmds \
   12622 old_archive_from_expsyms_cmds \
   12623 archive_cmds \
   12624 archive_expsym_cmds \
   12625 module_cmds \
   12626 module_expsym_cmds \
   12627 export_symbols_cmds \
   12628 prelink_cmds \
   12629 postinstall_cmds \
   12630 postuninstall_cmds \
   12631 finish_cmds \
   12632 sys_lib_search_path_spec \
   12633 sys_lib_dlsearch_path_spec; do
   12634     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
   12635     *[\\\\\\\`\\"\\\$]*)
   12636       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
   12637       ;;
   12638     *)
   12639       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   12640       ;;
   12641     esac
   12642 done
   12643 
   12644 # Fix-up fallback echo if it was mangled by the above quoting rules.
   12645 case \$lt_ECHO in
   12646 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
   12647   ;;
   12648 esac
   12649 
   12650 ac_aux_dir='$ac_aux_dir'
   12651 xsi_shell='$xsi_shell'
   12652 lt_shell_append='$lt_shell_append'
   12653 
   12654 # See if we are running on zsh, and set the options which allow our
   12655 # commands through without removal of \ escapes INIT.
   12656 if test -n "\${ZSH_VERSION+set}" ; then
   12657    setopt NO_GLOB_SUBST
   12658 fi
   12659 
   12660 
   12661     PACKAGE='$PACKAGE'
   12662     VERSION='$VERSION'
   12663     TIMESTAMP='$TIMESTAMP'
   12664     RM='$RM'
   12665     ofile='$ofile'
   12666 
   12667 
   12668 
   12669 
   12670 
   12671 _ACEOF
   12672 
   12673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12674 
   12675 # Handling of arguments.
   12676 for ac_config_target in $ac_config_targets
   12677 do
   12678   case $ac_config_target in
   12679     "src/lib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/lib/config.h" ;;
   12680     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   12681     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
   12682     "tests/atconfig") CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
   12683     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
   12684     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
   12685     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
   12686     "src/libmj/Makefile") CONFIG_FILES="$CONFIG_FILES src/libmj/Makefile" ;;
   12687     "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
   12688     "src/netpgp/Makefile") CONFIG_FILES="$CONFIG_FILES src/netpgp/Makefile" ;;
   12689     "src/netpgpkeys/Makefile") CONFIG_FILES="$CONFIG_FILES src/netpgpkeys/Makefile" ;;
   12690     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
   12691     "tests/atlocal") CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;;
   12692 
   12693   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   12694   esac
   12695 done
   12696 
   12697 
   12698 # If the user did not use the arguments to specify the items to instantiate,
   12699 # then the envvar interface is used.  Set only those that are not.
   12700 # We use the long form for the default assignment because of an extremely
   12701 # bizarre bug on SunOS 4.1.3.
   12702 if $ac_need_defaults; then
   12703   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
   12704   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
   12705   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
   12706 fi
   12707 
   12708 # Have a temporary directory for convenience.  Make it in the build tree
   12709 # simply because there is no reason against having it here, and in addition,
   12710 # creating and moving files from /tmp can sometimes cause problems.
   12711 # Hook for its removal unless debugging.
   12712 # Note that there is a small window in which the directory will not be cleaned:
   12713 # after its creation but before its name has been assigned to `$tmp'.
   12714 $debug ||
   12715 {
   12716   tmp= ac_tmp=
   12717   trap 'exit_status=$?
   12718   : "${ac_tmp:=$tmp}"
   12719   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
   12720 ' 0
   12721   trap 'as_fn_exit 1' 1 2 13 15
   12722 }
   12723 # Create a (secure) tmp directory for tmp files.
   12724 
   12725 {
   12726   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
   12727   test -d "$tmp"
   12728 }  ||
   12729 {
   12730   tmp=./conf$$-$RANDOM
   12731   (umask 077 && mkdir "$tmp")
   12732 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
   12733 ac_tmp=$tmp
   12734 
   12735 # Set up the scripts for CONFIG_FILES section.
   12736 # No need to generate them if there are no CONFIG_FILES.
   12737 # This happens for instance with `./config.status config.h'.
   12738 if test -n "$CONFIG_FILES"; then
   12739 
   12740 
   12741 ac_cr=`echo X | tr X '\015'`
   12742 # On cygwin, bash can eat \r inside `` if the user requested igncr.
   12743 # But we know of no other shell where ac_cr would be empty at this
   12744 # point, so we can use a bashism as a fallback.
   12745 if test "x$ac_cr" = x; then
   12746   eval ac_cr=\$\'\\r\'
   12747 fi
   12748 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
   12749 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
   12750   ac_cs_awk_cr='\\r'
   12751 else
   12752   ac_cs_awk_cr=$ac_cr
   12753 fi
   12754 
   12755 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
   12756 _ACEOF
   12757 
   12758 
   12759 {
   12760   echo "cat >conf$$subs.awk <<_ACEOF" &&
   12761   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
   12762   echo "_ACEOF"
   12763 } >conf$$subs.sh ||
   12764   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   12765 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
   12766 ac_delim='%!_!# '
   12767 for ac_last_try in false false false false false :; do
   12768   . ./conf$$subs.sh ||
   12769     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   12770 
   12771   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
   12772   if test $ac_delim_n = $ac_delim_num; then
   12773     break
   12774   elif $ac_last_try; then
   12775     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
   12776   else
   12777     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   12778   fi
   12779 done
   12780 rm -f conf$$subs.sh
   12781 
   12782 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12783 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
   12784 _ACEOF
   12785 sed -n '
   12786 h
   12787 s/^/S["/; s/!.*/"]=/
   12788 p
   12789 g
   12790 s/^[^!]*!//
   12791 :repl
   12792 t repl
   12793 s/'"$ac_delim"'$//
   12794 t delim
   12795 :nl
   12796 h
   12797 s/\(.\{148\}\)..*/\1/
   12798 t more1
   12799 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
   12800 p
   12801 n
   12802 b repl
   12803 :more1
   12804 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   12805 p
   12806 g
   12807 s/.\{148\}//
   12808 t nl
   12809 :delim
   12810 h
   12811 s/\(.\{148\}\)..*/\1/
   12812 t more2
   12813 s/["\\]/\\&/g; s/^/"/; s/$/"/
   12814 p
   12815 b
   12816 :more2
   12817 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
   12818 p
   12819 g
   12820 s/.\{148\}//
   12821 t delim
   12822 ' <conf$$subs.awk | sed '
   12823 /^[^""]/{
   12824   N
   12825   s/\n//
   12826 }
   12827 ' >>$CONFIG_STATUS || ac_write_fail=1
   12828 rm -f conf$$subs.awk
   12829 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12830 _ACAWK
   12831 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
   12832   for (key in S) S_is_set[key] = 1
   12833   FS = ""
   12834 
   12835 }
   12836 {
   12837   line = $ 0
   12838   nfields = split(line, field, "@")
   12839   substed = 0
   12840   len = length(field[1])
   12841   for (i = 2; i < nfields; i++) {
   12842     key = field[i]
   12843     keylen = length(key)
   12844     if (S_is_set[key]) {
   12845       value = S[key]
   12846       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
   12847       len += length(value) + length(field[++i])
   12848       substed = 1
   12849     } else
   12850       len += 1 + keylen
   12851   }
   12852 
   12853   print line
   12854 }
   12855 
   12856 _ACAWK
   12857 _ACEOF
   12858 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12859 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
   12860   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
   12861 else
   12862   cat
   12863 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
   12864   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
   12865 _ACEOF
   12866 
   12867 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
   12868 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
   12869 # trailing colons and then remove the whole line if VPATH becomes empty
   12870 # (actually we leave an empty line to preserve line numbers).
   12871 if test "x$srcdir" = x.; then
   12872   ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
   12873 h
   12874 s///
   12875 s/^/:/
   12876 s/[	 ]*$/:/
   12877 s/:\$(srcdir):/:/g
   12878 s/:\${srcdir}:/:/g
   12879 s/:@srcdir@:/:/g
   12880 s/^:*//
   12881 s/:*$//
   12882 x
   12883 s/\(=[	 ]*\).*/\1/
   12884 G
   12885 s/\n//
   12886 s/^[^=]*=[	 ]*$//
   12887 }'
   12888 fi
   12889 
   12890 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12891 fi # test -n "$CONFIG_FILES"
   12892 
   12893 # Set up the scripts for CONFIG_HEADERS section.
   12894 # No need to generate them if there are no CONFIG_HEADERS.
   12895 # This happens for instance with `./config.status Makefile'.
   12896 if test -n "$CONFIG_HEADERS"; then
   12897 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
   12898 BEGIN {
   12899 _ACEOF
   12900 
   12901 # Transform confdefs.h into an awk script `defines.awk', embedded as
   12902 # here-document in config.status, that substitutes the proper values into
   12903 # config.h.in to produce config.h.
   12904 
   12905 # Create a delimiter string that does not exist in confdefs.h, to ease
   12906 # handling of long lines.
   12907 ac_delim='%!_!# '
   12908 for ac_last_try in false false :; do
   12909   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
   12910   if test -z "$ac_tt"; then
   12911     break
   12912   elif $ac_last_try; then
   12913     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
   12914   else
   12915     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   12916   fi
   12917 done
   12918 
   12919 # For the awk script, D is an array of macro values keyed by name,
   12920 # likewise P contains macro parameters if any.  Preserve backslash
   12921 # newline sequences.
   12922 
   12923 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
   12924 sed -n '
   12925 s/.\{148\}/&'"$ac_delim"'/g
   12926 t rset
   12927 :rset
   12928 s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
   12929 t def
   12930 d
   12931 :def
   12932 s/\\$//
   12933 t bsnl
   12934 s/["\\]/\\&/g
   12935 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   12936 D["\1"]=" \3"/p
   12937 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
   12938 d
   12939 :bsnl
   12940 s/["\\]/\\&/g
   12941 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
   12942 D["\1"]=" \3\\\\\\n"\\/p
   12943 t cont
   12944 s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
   12945 t cont
   12946 d
   12947 :cont
   12948 n
   12949 s/.\{148\}/&'"$ac_delim"'/g
   12950 t clear
   12951 :clear
   12952 s/\\$//
   12953 t bsnlc
   12954 s/["\\]/\\&/g; s/^/"/; s/$/"/p
   12955 d
   12956 :bsnlc
   12957 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
   12958 b cont
   12959 ' <confdefs.h | sed '
   12960 s/'"$ac_delim"'/"\\\
   12961 "/g' >>$CONFIG_STATUS || ac_write_fail=1
   12962 
   12963 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   12964   for (key in D) D_is_set[key] = 1
   12965   FS = ""
   12966 }
   12967 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
   12968   line = \$ 0
   12969   split(line, arg, " ")
   12970   if (arg[1] == "#") {
   12971     defundef = arg[2]
   12972     mac1 = arg[3]
   12973   } else {
   12974     defundef = substr(arg[1], 2)
   12975     mac1 = arg[2]
   12976   }
   12977   split(mac1, mac2, "(") #)
   12978   macro = mac2[1]
   12979   prefix = substr(line, 1, index(line, defundef) - 1)
   12980   if (D_is_set[macro]) {
   12981     # Preserve the white space surrounding the "#".
   12982     print prefix "define", macro P[macro] D[macro]
   12983     next
   12984   } else {
   12985     # Replace #undef with comments.  This is necessary, for example,
   12986     # in the case of _POSIX_SOURCE, which is predefined and required
   12987     # on some systems where configure will not decide to define it.
   12988     if (defundef == "undef") {
   12989       print "/*", prefix defundef, macro, "*/"
   12990       next
   12991     }
   12992   }
   12993 }
   12994 { print }
   12995 _ACAWK
   12996 _ACEOF
   12997 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   12998   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
   12999 fi # test -n "$CONFIG_HEADERS"
   13000 
   13001 
   13002 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
   13003 shift
   13004 for ac_tag
   13005 do
   13006   case $ac_tag in
   13007   :[FHLC]) ac_mode=$ac_tag; continue;;
   13008   esac
   13009   case $ac_mode$ac_tag in
   13010   :[FHL]*:*);;
   13011   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
   13012   :[FH]-) ac_tag=-:-;;
   13013   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
   13014   esac
   13015   ac_save_IFS=$IFS
   13016   IFS=:
   13017   set x $ac_tag
   13018   IFS=$ac_save_IFS
   13019   shift
   13020   ac_file=$1
   13021   shift
   13022 
   13023   case $ac_mode in
   13024   :L) ac_source=$1;;
   13025   :[FH])
   13026     ac_file_inputs=
   13027     for ac_f
   13028     do
   13029       case $ac_f in
   13030       -) ac_f="$ac_tmp/stdin";;
   13031       *) # Look for the file first in the build tree, then in the source tree
   13032 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
   13033 	 # because $ac_f cannot contain `:'.
   13034 	 test -f "$ac_f" ||
   13035 	   case $ac_f in
   13036 	   [\\/$]*) false;;
   13037 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
   13038 	   esac ||
   13039 	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
   13040       esac
   13041       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
   13042       as_fn_append ac_file_inputs " '$ac_f'"
   13043     done
   13044 
   13045     # Let's still pretend it is `configure' which instantiates (i.e., don't
   13046     # use $as_me), people would be surprised to read:
   13047     #    /* config.h.  Generated by config.status.  */
   13048     configure_input='Generated from '`
   13049 	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
   13050 	`' by configure.'
   13051     if test x"$ac_file" != x-; then
   13052       configure_input="$ac_file.  $configure_input"
   13053       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
   13054 $as_echo "$as_me: creating $ac_file" >&6;}
   13055     fi
   13056     # Neutralize special characters interpreted by sed in replacement strings.
   13057     case $configure_input in #(
   13058     *\&* | *\|* | *\\* )
   13059        ac_sed_conf_input=`$as_echo "$configure_input" |
   13060        sed 's/[\\\\&|]/\\\\&/g'`;; #(
   13061     *) ac_sed_conf_input=$configure_input;;
   13062     esac
   13063 
   13064     case $ac_tag in
   13065     *:-:* | *:-) cat >"$ac_tmp/stdin" \
   13066       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
   13067     esac
   13068     ;;
   13069   esac
   13070 
   13071   ac_dir=`$as_dirname -- "$ac_file" ||
   13072 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   13073 	 X"$ac_file" : 'X\(//\)[^/]' \| \
   13074 	 X"$ac_file" : 'X\(//\)$' \| \
   13075 	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
   13076 $as_echo X"$ac_file" |
   13077     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   13078 	    s//\1/
   13079 	    q
   13080 	  }
   13081 	  /^X\(\/\/\)[^/].*/{
   13082 	    s//\1/
   13083 	    q
   13084 	  }
   13085 	  /^X\(\/\/\)$/{
   13086 	    s//\1/
   13087 	    q
   13088 	  }
   13089 	  /^X\(\/\).*/{
   13090 	    s//\1/
   13091 	    q
   13092 	  }
   13093 	  s/.*/./; q'`
   13094   as_dir="$ac_dir"; as_fn_mkdir_p
   13095   ac_builddir=.
   13096 
   13097 case "$ac_dir" in
   13098 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
   13099 *)
   13100   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
   13101   # A ".." for each directory in $ac_dir_suffix.
   13102   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
   13103   case $ac_top_builddir_sub in
   13104   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
   13105   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
   13106   esac ;;
   13107 esac
   13108 ac_abs_top_builddir=$ac_pwd
   13109 ac_abs_builddir=$ac_pwd$ac_dir_suffix
   13110 # for backward compatibility:
   13111 ac_top_builddir=$ac_top_build_prefix
   13112 
   13113 case $srcdir in
   13114   .)  # We are building in place.
   13115     ac_srcdir=.
   13116     ac_top_srcdir=$ac_top_builddir_sub
   13117     ac_abs_top_srcdir=$ac_pwd ;;
   13118   [\\/]* | ?:[\\/]* )  # Absolute name.
   13119     ac_srcdir=$srcdir$ac_dir_suffix;
   13120     ac_top_srcdir=$srcdir
   13121     ac_abs_top_srcdir=$srcdir ;;
   13122   *) # Relative name.
   13123     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
   13124     ac_top_srcdir=$ac_top_build_prefix$srcdir
   13125     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
   13126 esac
   13127 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
   13128 
   13129 
   13130   case $ac_mode in
   13131   :F)
   13132   #
   13133   # CONFIG_FILE
   13134   #
   13135 
   13136   case $INSTALL in
   13137   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
   13138   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   13139   esac
   13140   ac_MKDIR_P=$MKDIR_P
   13141   case $MKDIR_P in
   13142   [\\/$]* | ?:[\\/]* ) ;;
   13143   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
   13144   esac
   13145 _ACEOF
   13146 
   13147 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13148 # If the template does not know about datarootdir, expand it.
   13149 # FIXME: This hack should be removed a few years after 2.60.
   13150 ac_datarootdir_hack=; ac_datarootdir_seen=
   13151 ac_sed_dataroot='
   13152 /datarootdir/ {
   13153   p
   13154   q
   13155 }
   13156 /@datadir@/p
   13157 /@docdir@/p
   13158 /@infodir@/p
   13159 /@localedir@/p
   13160 /@mandir@/p'
   13161 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
   13162 *datarootdir*) ac_datarootdir_seen=yes;;
   13163 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
   13164   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
   13165 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
   13166 _ACEOF
   13167 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13168   ac_datarootdir_hack='
   13169   s&@datadir@&$datadir&g
   13170   s&@docdir@&$docdir&g
   13171   s&@infodir@&$infodir&g
   13172   s&@localedir@&$localedir&g
   13173   s&@mandir@&$mandir&g
   13174   s&\\\${datarootdir}&$datarootdir&g' ;;
   13175 esac
   13176 _ACEOF
   13177 
   13178 # Neutralize VPATH when `$srcdir' = `.'.
   13179 # Shell code in configure.ac might set extrasub.
   13180 # FIXME: do we really want to maintain this feature?
   13181 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
   13182 ac_sed_extra="$ac_vpsub
   13183 $extrasub
   13184 _ACEOF
   13185 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
   13186 :t
   13187 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
   13188 s|@configure_input@|$ac_sed_conf_input|;t t
   13189 s&@top_builddir@&$ac_top_builddir_sub&;t t
   13190 s&@top_build_prefix@&$ac_top_build_prefix&;t t
   13191 s&@srcdir@&$ac_srcdir&;t t
   13192 s&@abs_srcdir@&$ac_abs_srcdir&;t t
   13193 s&@top_srcdir@&$ac_top_srcdir&;t t
   13194 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
   13195 s&@builddir@&$ac_builddir&;t t
   13196 s&@abs_builddir@&$ac_abs_builddir&;t t
   13197 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
   13198 s&@INSTALL@&$ac_INSTALL&;t t
   13199 s&@MKDIR_P@&$ac_MKDIR_P&;t t
   13200 $ac_datarootdir_hack
   13201 "
   13202 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
   13203   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   13204 
   13205 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
   13206   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
   13207   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
   13208       "$ac_tmp/out"`; test -z "$ac_out"; } &&
   13209   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   13210 which seems to be undefined.  Please make sure it is defined" >&5
   13211 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
   13212 which seems to be undefined.  Please make sure it is defined" >&2;}
   13213 
   13214   rm -f "$ac_tmp/stdin"
   13215   case $ac_file in
   13216   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
   13217   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
   13218   esac \
   13219   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   13220  ;;
   13221   :H)
   13222   #
   13223   # CONFIG_HEADER
   13224   #
   13225   if test x"$ac_file" != x-; then
   13226     {
   13227       $as_echo "/* $configure_input  */" \
   13228       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
   13229     } >"$ac_tmp/config.h" \
   13230       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
   13231     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
   13232       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
   13233 $as_echo "$as_me: $ac_file is unchanged" >&6;}
   13234     else
   13235       rm -f "$ac_file"
   13236       mv "$ac_tmp/config.h" "$ac_file" \
   13237 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
   13238     fi
   13239   else
   13240     $as_echo "/* $configure_input  */" \
   13241       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
   13242       || as_fn_error $? "could not create -" "$LINENO" 5
   13243   fi
   13244 # Compute "$ac_file"'s index in $config_headers.
   13245 _am_arg="$ac_file"
   13246 _am_stamp_count=1
   13247 for _am_header in $config_headers :; do
   13248   case $_am_header in
   13249     $_am_arg | $_am_arg:* )
   13250       break ;;
   13251     * )
   13252       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
   13253   esac
   13254 done
   13255 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
   13256 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   13257 	 X"$_am_arg" : 'X\(//\)[^/]' \| \
   13258 	 X"$_am_arg" : 'X\(//\)$' \| \
   13259 	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
   13260 $as_echo X"$_am_arg" |
   13261     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   13262 	    s//\1/
   13263 	    q
   13264 	  }
   13265 	  /^X\(\/\/\)[^/].*/{
   13266 	    s//\1/
   13267 	    q
   13268 	  }
   13269 	  /^X\(\/\/\)$/{
   13270 	    s//\1/
   13271 	    q
   13272 	  }
   13273 	  /^X\(\/\).*/{
   13274 	    s//\1/
   13275 	    q
   13276 	  }
   13277 	  s/.*/./; q'`/stamp-h$_am_stamp_count
   13278  ;;
   13279 
   13280   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
   13281 $as_echo "$as_me: executing $ac_file commands" >&6;}
   13282  ;;
   13283   esac
   13284 
   13285 
   13286   case $ac_file$ac_mode in
   13287     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
   13288   # Strip MF so we end up with the name of the file.
   13289   mf=`echo "$mf" | sed -e 's/:.*$//'`
   13290   # Check whether this is an Automake generated Makefile or not.
   13291   # We used to match only the files named `Makefile.in', but
   13292   # some people rename them; so instead we look at the file content.
   13293   # Grep'ing the first line is not enough: some people post-process
   13294   # each Makefile.in and add a new line on top of each file to say so.
   13295   # Grep'ing the whole file is not good either: AIX grep has a line
   13296   # limit of 2048, but all sed's we know have understand at least 4000.
   13297   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
   13298     dirpart=`$as_dirname -- "$mf" ||
   13299 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   13300 	 X"$mf" : 'X\(//\)[^/]' \| \
   13301 	 X"$mf" : 'X\(//\)$' \| \
   13302 	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
   13303 $as_echo X"$mf" |
   13304     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   13305 	    s//\1/
   13306 	    q
   13307 	  }
   13308 	  /^X\(\/\/\)[^/].*/{
   13309 	    s//\1/
   13310 	    q
   13311 	  }
   13312 	  /^X\(\/\/\)$/{
   13313 	    s//\1/
   13314 	    q
   13315 	  }
   13316 	  /^X\(\/\).*/{
   13317 	    s//\1/
   13318 	    q
   13319 	  }
   13320 	  s/.*/./; q'`
   13321   else
   13322     continue
   13323   fi
   13324   # Extract the definition of DEPDIR, am__include, and am__quote
   13325   # from the Makefile without running `make'.
   13326   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
   13327   test -z "$DEPDIR" && continue
   13328   am__include=`sed -n 's/^am__include = //p' < "$mf"`
   13329   test -z "am__include" && continue
   13330   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
   13331   # When using ansi2knr, U may be empty or an underscore; expand it
   13332   U=`sed -n 's/^U = //p' < "$mf"`
   13333   # Find all dependency output files, they are included files with
   13334   # $(DEPDIR) in their names.  We invoke sed twice because it is the
   13335   # simplest approach to changing $(DEPDIR) to its actual value in the
   13336   # expansion.
   13337   for file in `sed -n "
   13338     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
   13339        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
   13340     # Make sure the directory exists.
   13341     test -f "$dirpart/$file" && continue
   13342     fdir=`$as_dirname -- "$file" ||
   13343 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
   13344 	 X"$file" : 'X\(//\)[^/]' \| \
   13345 	 X"$file" : 'X\(//\)$' \| \
   13346 	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
   13347 $as_echo X"$file" |
   13348     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
   13349 	    s//\1/
   13350 	    q
   13351 	  }
   13352 	  /^X\(\/\/\)[^/].*/{
   13353 	    s//\1/
   13354 	    q
   13355 	  }
   13356 	  /^X\(\/\/\)$/{
   13357 	    s//\1/
   13358 	    q
   13359 	  }
   13360 	  /^X\(\/\).*/{
   13361 	    s//\1/
   13362 	    q
   13363 	  }
   13364 	  s/.*/./; q'`
   13365     as_dir=$dirpart/$fdir; as_fn_mkdir_p
   13366     # echo "creating $dirpart/$file"
   13367     echo '# dummy' > "$dirpart/$file"
   13368   done
   13369 done
   13370  ;;
   13371     "libtool":C)
   13372 
   13373     # See if we are running on zsh, and set the options which allow our
   13374     # commands through without removal of \ escapes.
   13375     if test -n "${ZSH_VERSION+set}" ; then
   13376       setopt NO_GLOB_SUBST
   13377     fi
   13378 
   13379     cfgfile="${ofile}T"
   13380     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
   13381     $RM "$cfgfile"
   13382 
   13383     cat <<_LT_EOF >> "$cfgfile"
   13384 #! $SHELL
   13385 
   13386 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
   13387 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
   13388 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
   13389 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
   13390 #
   13391 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
   13392 #                 2006, 2007, 2008 Free Software Foundation, Inc.
   13393 #   Written by Gordon Matzigkeit, 1996
   13394 #
   13395 #   This file is part of GNU Libtool.
   13396 #
   13397 # GNU Libtool is free software; you can redistribute it and/or
   13398 # modify it under the terms of the GNU General Public License as
   13399 # published by the Free Software Foundation; either version 2 of
   13400 # the License, or (at your option) any later version.
   13401 #
   13402 # As a special exception to the GNU General Public License,
   13403 # if you distribute this file as part of a program or library that
   13404 # is built using GNU Libtool, you may include this file under the
   13405 # same distribution terms that you use for the rest of that program.
   13406 #
   13407 # GNU Libtool is distributed in the hope that it will be useful,
   13408 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   13409 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   13410 # GNU General Public License for more details.
   13411 #
   13412 # You should have received a copy of the GNU General Public License
   13413 # along with GNU Libtool; see the file COPYING.  If not, a copy
   13414 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
   13415 # obtained by writing to the Free Software Foundation, Inc.,
   13416 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
   13417 
   13418 
   13419 # The names of the tagged configurations supported by this script.
   13420 available_tags=""
   13421 
   13422 # ### BEGIN LIBTOOL CONFIG
   13423 
   13424 # Which release of libtool.m4 was used?
   13425 macro_version=$macro_version
   13426 macro_revision=$macro_revision
   13427 
   13428 # Whether or not to build shared libraries.
   13429 build_libtool_libs=$enable_shared
   13430 
   13431 # Whether or not to build static libraries.
   13432 build_old_libs=$enable_static
   13433 
   13434 # What type of objects to build.
   13435 pic_mode=$pic_mode
   13436 
   13437 # Whether or not to optimize for fast installation.
   13438 fast_install=$enable_fast_install
   13439 
   13440 # The host system.
   13441 host_alias=$host_alias
   13442 host=$host
   13443 host_os=$host_os
   13444 
   13445 # The build system.
   13446 build_alias=$build_alias
   13447 build=$build
   13448 build_os=$build_os
   13449 
   13450 # A sed program that does not truncate output.
   13451 SED=$lt_SED
   13452 
   13453 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
   13454 Xsed="\$SED -e 1s/^X//"
   13455 
   13456 # A grep program that handles long lines.
   13457 GREP=$lt_GREP
   13458 
   13459 # An ERE matcher.
   13460 EGREP=$lt_EGREP
   13461 
   13462 # A literal string matcher.
   13463 FGREP=$lt_FGREP
   13464 
   13465 # A BSD- or MS-compatible name lister.
   13466 NM=$lt_NM
   13467 
   13468 # Whether we need soft or hard links.
   13469 LN_S=$lt_LN_S
   13470 
   13471 # What is the maximum length of a command?
   13472 max_cmd_len=$max_cmd_len
   13473 
   13474 # Object file suffix (normally "o").
   13475 objext=$ac_objext
   13476 
   13477 # Executable file suffix (normally "").
   13478 exeext=$exeext
   13479 
   13480 # whether the shell understands "unset".
   13481 lt_unset=$lt_unset
   13482 
   13483 # turn spaces into newlines.
   13484 SP2NL=$lt_lt_SP2NL
   13485 
   13486 # turn newlines into spaces.
   13487 NL2SP=$lt_lt_NL2SP
   13488 
   13489 # How to create reloadable object files.
   13490 reload_flag=$lt_reload_flag
   13491 reload_cmds=$lt_reload_cmds
   13492 
   13493 # An object symbol dumper.
   13494 OBJDUMP=$lt_OBJDUMP
   13495 
   13496 # Method to check whether dependent libraries are shared objects.
   13497 deplibs_check_method=$lt_deplibs_check_method
   13498 
   13499 # Command to use when deplibs_check_method == "file_magic".
   13500 file_magic_cmd=$lt_file_magic_cmd
   13501 
   13502 # The archiver.
   13503 AR=$lt_AR
   13504 AR_FLAGS=$lt_AR_FLAGS
   13505 
   13506 # A symbol stripping program.
   13507 STRIP=$lt_STRIP
   13508 
   13509 # Commands used to install an old-style archive.
   13510 RANLIB=$lt_RANLIB
   13511 old_postinstall_cmds=$lt_old_postinstall_cmds
   13512 old_postuninstall_cmds=$lt_old_postuninstall_cmds
   13513 
   13514 # A C compiler.
   13515 LTCC=$lt_CC
   13516 
   13517 # LTCC compiler flags.
   13518 LTCFLAGS=$lt_CFLAGS
   13519 
   13520 # Take the output of nm and produce a listing of raw symbols and C names.
   13521 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
   13522 
   13523 # Transform the output of nm in a proper C declaration.
   13524 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
   13525 
   13526 # Transform the output of nm in a C name address pair.
   13527 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
   13528 
   13529 # Transform the output of nm in a C name address pair when lib prefix is needed.
   13530 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
   13531 
   13532 # The name of the directory that contains temporary libtool files.
   13533 objdir=$objdir
   13534 
   13535 # Shell to use when invoking shell scripts.
   13536 SHELL=$lt_SHELL
   13537 
   13538 # An echo program that does not interpret backslashes.
   13539 ECHO=$lt_ECHO
   13540 
   13541 # Used to examine libraries when file_magic_cmd begins with "file".
   13542 MAGIC_CMD=$MAGIC_CMD
   13543 
   13544 # Must we lock files when doing compilation?
   13545 need_locks=$lt_need_locks
   13546 
   13547 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
   13548 DSYMUTIL=$lt_DSYMUTIL
   13549 
   13550 # Tool to change global to local symbols on Mac OS X.
   13551 NMEDIT=$lt_NMEDIT
   13552 
   13553 # Tool to manipulate fat objects and archives on Mac OS X.
   13554 LIPO=$lt_LIPO
   13555 
   13556 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
   13557 OTOOL=$lt_OTOOL
   13558 
   13559 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
   13560 OTOOL64=$lt_OTOOL64
   13561 
   13562 # Old archive suffix (normally "a").
   13563 libext=$libext
   13564 
   13565 # Shared library suffix (normally ".so").
   13566 shrext_cmds=$lt_shrext_cmds
   13567 
   13568 # The commands to extract the exported symbol list from a shared archive.
   13569 extract_expsyms_cmds=$lt_extract_expsyms_cmds
   13570 
   13571 # Variables whose values should be saved in libtool wrapper scripts and
   13572 # restored at link time.
   13573 variables_saved_for_relink=$lt_variables_saved_for_relink
   13574 
   13575 # Do we need the "lib" prefix for modules?
   13576 need_lib_prefix=$need_lib_prefix
   13577 
   13578 # Do we need a version for libraries?
   13579 need_version=$need_version
   13580 
   13581 # Library versioning type.
   13582 version_type=$version_type
   13583 
   13584 # Shared library runtime path variable.
   13585 runpath_var=$runpath_var
   13586 
   13587 # Shared library path variable.
   13588 shlibpath_var=$shlibpath_var
   13589 
   13590 # Is shlibpath searched before the hard-coded library search path?
   13591 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
   13592 
   13593 # Format of library name prefix.
   13594 libname_spec=$lt_libname_spec
   13595 
   13596 # List of archive names.  First name is the real one, the rest are links.
   13597 # The last name is the one that the linker finds with -lNAME
   13598 library_names_spec=$lt_library_names_spec
   13599 
   13600 # The coded name of the library, if different from the real name.
   13601 soname_spec=$lt_soname_spec
   13602 
   13603 # Command to use after installation of a shared archive.
   13604 postinstall_cmds=$lt_postinstall_cmds
   13605 
   13606 # Command to use after uninstallation of a shared archive.
   13607 postuninstall_cmds=$lt_postuninstall_cmds
   13608 
   13609 # Commands used to finish a libtool library installation in a directory.
   13610 finish_cmds=$lt_finish_cmds
   13611 
   13612 # As "finish_cmds", except a single script fragment to be evaled but
   13613 # not shown.
   13614 finish_eval=$lt_finish_eval
   13615 
   13616 # Whether we should hardcode library paths into libraries.
   13617 hardcode_into_libs=$hardcode_into_libs
   13618 
   13619 # Compile-time system search path for libraries.
   13620 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
   13621 
   13622 # Run-time system search path for libraries.
   13623 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
   13624 
   13625 # Whether dlopen is supported.
   13626 dlopen_support=$enable_dlopen
   13627 
   13628 # Whether dlopen of programs is supported.
   13629 dlopen_self=$enable_dlopen_self
   13630 
   13631 # Whether dlopen of statically linked programs is supported.
   13632 dlopen_self_static=$enable_dlopen_self_static
   13633 
   13634 # Commands to strip libraries.
   13635 old_striplib=$lt_old_striplib
   13636 striplib=$lt_striplib
   13637 
   13638 
   13639 # The linker used to build libraries.
   13640 LD=$lt_LD
   13641 
   13642 # Commands used to build an old-style archive.
   13643 old_archive_cmds=$lt_old_archive_cmds
   13644 
   13645 # A language specific compiler.
   13646 CC=$lt_compiler
   13647 
   13648 # Is the compiler the GNU compiler?
   13649 with_gcc=$GCC
   13650 
   13651 # Compiler flag to turn off builtin functions.
   13652 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
   13653 
   13654 # How to pass a linker flag through the compiler.
   13655 wl=$lt_lt_prog_compiler_wl
   13656 
   13657 # Additional compiler flags for building library objects.
   13658 pic_flag=$lt_lt_prog_compiler_pic
   13659 
   13660 # Compiler flag to prevent dynamic linking.
   13661 link_static_flag=$lt_lt_prog_compiler_static
   13662 
   13663 # Does compiler simultaneously support -c and -o options?
   13664 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
   13665 
   13666 # Whether or not to add -lc for building shared libraries.
   13667 build_libtool_need_lc=$archive_cmds_need_lc
   13668 
   13669 # Whether or not to disallow shared libs when runtime libs are static.
   13670 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
   13671 
   13672 # Compiler flag to allow reflexive dlopens.
   13673 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
   13674 
   13675 # Compiler flag to generate shared objects directly from archives.
   13676 whole_archive_flag_spec=$lt_whole_archive_flag_spec
   13677 
   13678 # Whether the compiler copes with passing no objects directly.
   13679 compiler_needs_object=$lt_compiler_needs_object
   13680 
   13681 # Create an old-style archive from a shared archive.
   13682 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
   13683 
   13684 # Create a temporary old-style archive to link instead of a shared archive.
   13685 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
   13686 
   13687 # Commands used to build a shared archive.
   13688 archive_cmds=$lt_archive_cmds
   13689 archive_expsym_cmds=$lt_archive_expsym_cmds
   13690 
   13691 # Commands used to build a loadable module if different from building
   13692 # a shared archive.
   13693 module_cmds=$lt_module_cmds
   13694 module_expsym_cmds=$lt_module_expsym_cmds
   13695 
   13696 # Whether we are building with GNU ld or not.
   13697 with_gnu_ld=$lt_with_gnu_ld
   13698 
   13699 # Flag that allows shared libraries with undefined symbols to be built.
   13700 allow_undefined_flag=$lt_allow_undefined_flag
   13701 
   13702 # Flag that enforces no undefined symbols.
   13703 no_undefined_flag=$lt_no_undefined_flag
   13704 
   13705 # Flag to hardcode \$libdir into a binary during linking.
   13706 # This must work even if \$libdir does not exist
   13707 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
   13708 
   13709 # If ld is used when linking, flag to hardcode \$libdir into a binary
   13710 # during linking.  This must work even if \$libdir does not exist.
   13711 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
   13712 
   13713 # Whether we need a single "-rpath" flag with a separated argument.
   13714 hardcode_libdir_separator=$lt_hardcode_libdir_separator
   13715 
   13716 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   13717 # DIR into the resulting binary.
   13718 hardcode_direct=$hardcode_direct
   13719 
   13720 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
   13721 # DIR into the resulting binary and the resulting library dependency is
   13722 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
   13723 # library is relocated.
   13724 hardcode_direct_absolute=$hardcode_direct_absolute
   13725 
   13726 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
   13727 # into the resulting binary.
   13728 hardcode_minus_L=$hardcode_minus_L
   13729 
   13730 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
   13731 # into the resulting binary.
   13732 hardcode_shlibpath_var=$hardcode_shlibpath_var
   13733 
   13734 # Set to "yes" if building a shared library automatically hardcodes DIR
   13735 # into the library and all subsequent libraries and executables linked
   13736 # against it.
   13737 hardcode_automatic=$hardcode_automatic
   13738 
   13739 # Set to yes if linker adds runtime paths of dependent libraries
   13740 # to runtime path list.
   13741 inherit_rpath=$inherit_rpath
   13742 
   13743 # Whether libtool must link a program against all its dependency libraries.
   13744 link_all_deplibs=$link_all_deplibs
   13745 
   13746 # Fix the shell variable \$srcfile for the compiler.
   13747 fix_srcfile_path=$lt_fix_srcfile_path
   13748 
   13749 # Set to "yes" if exported symbols are required.
   13750 always_export_symbols=$always_export_symbols
   13751 
   13752 # The commands to list exported symbols.
   13753 export_symbols_cmds=$lt_export_symbols_cmds
   13754 
   13755 # Symbols that should not be listed in the preloaded symbols.
   13756 exclude_expsyms=$lt_exclude_expsyms
   13757 
   13758 # Symbols that must always be exported.
   13759 include_expsyms=$lt_include_expsyms
   13760 
   13761 # Commands necessary for linking programs (against libraries) with templates.
   13762 prelink_cmds=$lt_prelink_cmds
   13763 
   13764 # Specify filename containing input files.
   13765 file_list_spec=$lt_file_list_spec
   13766 
   13767 # How to hardcode a shared library path into an executable.
   13768 hardcode_action=$hardcode_action
   13769 
   13770 # ### END LIBTOOL CONFIG
   13771 
   13772 _LT_EOF
   13773 
   13774   case $host_os in
   13775   aix3*)
   13776     cat <<\_LT_EOF >> "$cfgfile"
   13777 # AIX sometimes has problems with the GCC collect2 program.  For some
   13778 # reason, if we set the COLLECT_NAMES environment variable, the problems
   13779 # vanish in a puff of smoke.
   13780 if test "X${COLLECT_NAMES+set}" != Xset; then
   13781   COLLECT_NAMES=
   13782   export COLLECT_NAMES
   13783 fi
   13784 _LT_EOF
   13785     ;;
   13786   esac
   13787 
   13788 
   13789 ltmain="$ac_aux_dir/ltmain.sh"
   13790 
   13791 
   13792   # We use sed instead of cat because bash on DJGPP gets confused if
   13793   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
   13794   # text mode, it properly converts lines to CR/LF.  This bash problem
   13795   # is reportedly fixed, but why not run on old versions too?
   13796   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
   13797     || (rm -f "$cfgfile"; exit 1)
   13798 
   13799   case $xsi_shell in
   13800   yes)
   13801     cat << \_LT_EOF >> "$cfgfile"
   13802 
   13803 # func_dirname file append nondir_replacement
   13804 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   13805 # otherwise set result to NONDIR_REPLACEMENT.
   13806 func_dirname ()
   13807 {
   13808   case ${1} in
   13809     */*) func_dirname_result="${1%/*}${2}" ;;
   13810     *  ) func_dirname_result="${3}" ;;
   13811   esac
   13812 }
   13813 
   13814 # func_basename file
   13815 func_basename ()
   13816 {
   13817   func_basename_result="${1##*/}"
   13818 }
   13819 
   13820 # func_dirname_and_basename file append nondir_replacement
   13821 # perform func_basename and func_dirname in a single function
   13822 # call:
   13823 #   dirname:  Compute the dirname of FILE.  If nonempty,
   13824 #             add APPEND to the result, otherwise set result
   13825 #             to NONDIR_REPLACEMENT.
   13826 #             value returned in "$func_dirname_result"
   13827 #   basename: Compute filename of FILE.
   13828 #             value retuned in "$func_basename_result"
   13829 # Implementation must be kept synchronized with func_dirname
   13830 # and func_basename. For efficiency, we do not delegate to
   13831 # those functions but instead duplicate the functionality here.
   13832 func_dirname_and_basename ()
   13833 {
   13834   case ${1} in
   13835     */*) func_dirname_result="${1%/*}${2}" ;;
   13836     *  ) func_dirname_result="${3}" ;;
   13837   esac
   13838   func_basename_result="${1##*/}"
   13839 }
   13840 
   13841 # func_stripname prefix suffix name
   13842 # strip PREFIX and SUFFIX off of NAME.
   13843 # PREFIX and SUFFIX must not contain globbing or regex special
   13844 # characters, hashes, percent signs, but SUFFIX may contain a leading
   13845 # dot (in which case that matches only a dot).
   13846 func_stripname ()
   13847 {
   13848   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
   13849   # positional parameters, so assign one to ordinary parameter first.
   13850   func_stripname_result=${3}
   13851   func_stripname_result=${func_stripname_result#"${1}"}
   13852   func_stripname_result=${func_stripname_result%"${2}"}
   13853 }
   13854 
   13855 # func_opt_split
   13856 func_opt_split ()
   13857 {
   13858   func_opt_split_opt=${1%%=*}
   13859   func_opt_split_arg=${1#*=}
   13860 }
   13861 
   13862 # func_lo2o object
   13863 func_lo2o ()
   13864 {
   13865   case ${1} in
   13866     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
   13867     *)    func_lo2o_result=${1} ;;
   13868   esac
   13869 }
   13870 
   13871 # func_xform libobj-or-source
   13872 func_xform ()
   13873 {
   13874   func_xform_result=${1%.*}.lo
   13875 }
   13876 
   13877 # func_arith arithmetic-term...
   13878 func_arith ()
   13879 {
   13880   func_arith_result=$(( $* ))
   13881 }
   13882 
   13883 # func_len string
   13884 # STRING may not start with a hyphen.
   13885 func_len ()
   13886 {
   13887   func_len_result=${#1}
   13888 }
   13889 
   13890 _LT_EOF
   13891     ;;
   13892   *) # Bourne compatible functions.
   13893     cat << \_LT_EOF >> "$cfgfile"
   13894 
   13895 # func_dirname file append nondir_replacement
   13896 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
   13897 # otherwise set result to NONDIR_REPLACEMENT.
   13898 func_dirname ()
   13899 {
   13900   # Extract subdirectory from the argument.
   13901   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
   13902   if test "X$func_dirname_result" = "X${1}"; then
   13903     func_dirname_result="${3}"
   13904   else
   13905     func_dirname_result="$func_dirname_result${2}"
   13906   fi
   13907 }
   13908 
   13909 # func_basename file
   13910 func_basename ()
   13911 {
   13912   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
   13913 }
   13914 
   13915 
   13916 # func_stripname prefix suffix name
   13917 # strip PREFIX and SUFFIX off of NAME.
   13918 # PREFIX and SUFFIX must not contain globbing or regex special
   13919 # characters, hashes, percent signs, but SUFFIX may contain a leading
   13920 # dot (in which case that matches only a dot).
   13921 # func_strip_suffix prefix name
   13922 func_stripname ()
   13923 {
   13924   case ${2} in
   13925     .*) func_stripname_result=`$ECHO "X${3}" \
   13926            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
   13927     *)  func_stripname_result=`$ECHO "X${3}" \
   13928            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
   13929   esac
   13930 }
   13931 
   13932 # sed scripts:
   13933 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
   13934 my_sed_long_arg='1s/^-[^=]*=//'
   13935 
   13936 # func_opt_split
   13937 func_opt_split ()
   13938 {
   13939   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
   13940   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
   13941 }
   13942 
   13943 # func_lo2o object
   13944 func_lo2o ()
   13945 {
   13946   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
   13947 }
   13948 
   13949 # func_xform libobj-or-source
   13950 func_xform ()
   13951 {
   13952   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
   13953 }
   13954 
   13955 # func_arith arithmetic-term...
   13956 func_arith ()
   13957 {
   13958   func_arith_result=`expr "$@"`
   13959 }
   13960 
   13961 # func_len string
   13962 # STRING may not start with a hyphen.
   13963 func_len ()
   13964 {
   13965   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
   13966 }
   13967 
   13968 _LT_EOF
   13969 esac
   13970 
   13971 case $lt_shell_append in
   13972   yes)
   13973     cat << \_LT_EOF >> "$cfgfile"
   13974 
   13975 # func_append var value
   13976 # Append VALUE to the end of shell variable VAR.
   13977 func_append ()
   13978 {
   13979   eval "$1+=\$2"
   13980 }
   13981 _LT_EOF
   13982     ;;
   13983   *)
   13984     cat << \_LT_EOF >> "$cfgfile"
   13985 
   13986 # func_append var value
   13987 # Append VALUE to the end of shell variable VAR.
   13988 func_append ()
   13989 {
   13990   eval "$1=\$$1\$2"
   13991 }
   13992 
   13993 _LT_EOF
   13994     ;;
   13995   esac
   13996 
   13997 
   13998   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
   13999     || (rm -f "$cfgfile"; exit 1)
   14000 
   14001   mv -f "$cfgfile" "$ofile" ||
   14002     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   14003   chmod +x "$ofile"
   14004 
   14005  ;;
   14006     "tests/atconfig":C) cat >tests/atconfig <<ATEOF
   14007 # Configurable variable values for building test suites.
   14008 # Generated by $0.
   14009 # Copyright (C) 2012 Free Software Foundation, Inc.
   14010 
   14011 # The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
   14012 at_testdir='tests'
   14013 abs_builddir='$ac_abs_builddir'
   14014 at_srcdir='$ac_srcdir'
   14015 abs_srcdir='$ac_abs_srcdir'
   14016 at_top_srcdir='$ac_top_srcdir'
   14017 abs_top_srcdir='$ac_abs_top_srcdir'
   14018 at_top_build_prefix='$ac_top_build_prefix'
   14019 abs_top_builddir='$ac_abs_top_builddir'
   14020 
   14021 # Backward compatibility with Autotest <= 2.59b:
   14022 at_top_builddir=\$at_top_build_prefix
   14023 
   14024 AUTOTEST_PATH='tests'
   14025 
   14026 SHELL=\${CONFIG_SHELL-'$SHELL'}
   14027 ATEOF
   14028  ;;
   14029 
   14030   esac
   14031 done # for ac_tag
   14032 
   14033 
   14034 as_fn_exit 0
   14035 _ACEOF
   14036 ac_clean_files=$ac_clean_files_save
   14037 
   14038 test $ac_write_fail = 0 ||
   14039   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
   14040 
   14041 
   14042 # configure is writing to config.log, and then calls config.status.
   14043 # config.status does its own redirection, appending to config.log.
   14044 # Unfortunately, on DOS this fails, as config.log is still kept open
   14045 # by configure, so config.status won't be able to write to it; its
   14046 # output is simply discarded.  So we exec the FD to /dev/null,
   14047 # effectively closing config.log, so it can be properly (re)opened and
   14048 # appended to by config.status.  When coming back to configure, we
   14049 # need to make the FD available again.
   14050 if test "$no_create" != yes; then
   14051   ac_cs_success=:
   14052   ac_config_status_args=
   14053   test "$silent" = yes &&
   14054     ac_config_status_args="$ac_config_status_args --quiet"
   14055   exec 5>/dev/null
   14056   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   14057   exec 5>>config.log
   14058   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   14059   # would make configure fail if this is the last instruction.
   14060   $ac_cs_success || as_fn_exit 1
   14061 fi
   14062 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
   14063   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
   14064 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
   14065 fi
   14066 
   14067 
   14068 # Display feature results
   14069 #
   14070 { $as_echo "$as_me:${as_lineno-$LINENO}:  === Configuration results ===" >&5
   14071 $as_echo "$as_me:  === Configuration results ===" >&6;}
   14072 { $as_echo "$as_me:${as_lineno-$LINENO}: Version:             $PACKAGE_VERSION" >&5
   14073 $as_echo "$as_me: Version:             $PACKAGE_VERSION" >&6;}
   14074 { $as_echo "$as_me:${as_lineno-$LINENO}: C compiler:          $CC" >&5
   14075 $as_echo "$as_me: C compiler:          $CC" >&6;}
   14076 { $as_echo "$as_me:${as_lineno-$LINENO}: Warning CFLAGS:      $WARNCFLAGS" >&5
   14077 $as_echo "$as_me: Warning CFLAGS:      $WARNCFLAGS" >&6;}
   14078 { $as_echo "$as_me:${as_lineno-$LINENO}: =============================" >&5
   14079 $as_echo "$as_me: =============================" >&6;}
   14080