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@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
19DUALCASE=1; export DUALCASE # for MKS sh
20if 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
27else
28  case `(set -o) 2>/dev/null` in #(
29  *posix*) :
30    set -o posix ;; #(
31  *) :
32     ;;
33esac
34fi
35
36
37as_nl='
38'
39export as_nl
40# Printing a long string crashes Solaris 7 /usr/bin/printf.
41as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
43as_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.
46if 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 --'
50elif (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'
53else
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'
73fi
74
75# The user is always right.
76if 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  }
82fi
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.)
90IFS=" ""	$as_nl"
91
92# Find who we are.  Look in the path if we contain no directory separator.
93as_myself=
94case $0 in #((
95  *[\\/]* ) as_myself=$0 ;;
96  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97for as_dir in $PATH
98do
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
103IFS=$as_save_IFS
104
105     ;;
106esac
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.
109if test "x$as_myself" = x; then
110  as_myself=$0
111fi
112if test ! -f "$as_myself"; then
113  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114  exit 1
115fi
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.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export 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.
146BASH_ENV=/dev/null
147ENV=/dev/null
148(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149case $- in # ((((
150  *v*x* | *x*v* ) as_opts=-vx ;;
151  *v* ) as_opts=-v ;;
152  *x* ) as_opts=-x ;;
153  * ) as_opts= ;;
154esac
155exec $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
159as_fn_exit 255
160  fi
161  # We don't want this to propagate to other subprocesses.
162          { _as_can_reexec=; unset _as_can_reexec;}
163if 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
171else
172  case \`(set -o) 2>/dev/null\` in #(
173  *posix*) :
174    set -o posix ;; #(
175  *) :
176     ;;
177esac
178fi
179"
180  as_required="as_fn_return () { (exit \$1); }
181as_fn_success () { as_fn_return 0; }
182as_fn_failure () { as_fn_return 1; }
183as_fn_ret_success () { return 0; }
184as_fn_ret_failure () { return 1; }
185
186exitcode=0
187as_fn_success || { exitcode=1; echo as_fn_success failed.; }
188as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
189as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
190as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
191if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192
193else
194  exitcode=1; echo positional parameters were not saved.
195fi
196test x\$exitcode = x0 || exit 1
197test -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
202test \$(( 1 + 1 )) = 2 || exit 1"
203  if (eval "$as_required") 2>/dev/null; then :
204  as_have_required=yes
205else
206  as_have_required=no
207fi
208  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
209
210else
211  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
212as_found=false
213for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
214do
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
228fi
229fi
230	   done;;
231       esac
232  as_found=false
233done
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
237fi; }
238IFS=$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.
247BASH_ENV=/dev/null
248ENV=/dev/null
249(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
250case $- in # ((((
251  *v*x* | *x*v* ) as_opts=-vx ;;
252  *v* ) as_opts=-v ;;
253  *x* ) as_opts=-x ;;
254  * ) as_opts= ;;
255esac
256exec $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
260exit 255
261fi
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@gnu.org and Alistair Crooks
271$0: <agc@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
277fi
278fi
279fi
280SHELL=${CONFIG_SHELL-/bin/sh}
281export SHELL
282# Unset more variables known to interfere with behavior of common tools.
283CLICOLOR_FORCE= GREP_OPTIONS=
284unset CLICOLOR_FORCE GREP_OPTIONS
285
286## --------------------- ##
287## M4sh Shell Functions. ##
288## --------------------- ##
289# as_fn_unset VAR
290# ---------------
291# Portably unset VAR.
292as_fn_unset ()
293{
294  { eval $1=; unset $1;}
295}
296as_unset=as_fn_unset
297
298# as_fn_set_status STATUS
299# -----------------------
300# Set $? to STATUS, without forking.
301as_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.
309as_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.
319as_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.
367as_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.
377if (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  }'
382else
383  as_fn_append ()
384  {
385    eval $1=\$$1\$2
386  }
387fi # 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.
394if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
395  eval 'as_fn_arith ()
396  {
397    as_val=$(( $* ))
398  }'
399else
400  as_fn_arith ()
401  {
402    as_val=`expr "$@" || test $? -eq 1`
403  }
404fi # 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.
412as_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
423if expr a : '\(a\)' >/dev/null 2>&1 &&
424   test "X`expr 00001 : '.*\(...\)'`" = X001; then
425  as_expr=expr
426else
427  as_expr=false
428fi
429
430if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
431  as_basename=basename
432else
433  as_basename=false
434fi
435
436if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
437  as_dirname=dirname
438else
439  as_dirname=false
440fi
441
442as_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.
462as_cr_letters='abcdefghijklmnopqrstuvwxyz'
463as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
464as_cr_Letters=$as_cr_letters$as_cr_LETTERS
465as_cr_digits='0123456789'
466as_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
504ECHO_C= ECHO_N= ECHO_T=
505case `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';;
515esac
516
517rm -f conf$$ conf$$.exe conf$$.file
518if test -d conf$$.dir; then
519  rm -f conf$$.dir/conf$$.file
520else
521  rm -f conf$$.dir
522  mkdir conf$$.dir 2>/dev/null
523fi
524if (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
538else
539  as_ln_s='cp -pR'
540fi
541rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
542rmdir conf$$.dir 2>/dev/null
543
544if mkdir -p . 2>/dev/null; then
545  as_mkdir_p='mkdir -p "$as_dir"'
546else
547  test -d ./-p && rmdir ./-p
548  as_mkdir_p=false
549fi
550
551as_test_x='test -x'
552as_executable_p=as_fn_executable_p
553
554# Sed expression to map a string onto a valid CPP name.
555as_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.
558as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
559
560
561
562# Check that we are running under the correct shell.
563SHELL=${CONFIG_SHELL-/bin/sh}
564
565case X$lt_ECHO in
566X*--fallback-echo)
567  # Remove one level of quotation (which was required for Make).
568  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
569  ;;
570esac
571
572ECHO=${lt_ECHO-echo}
573if test "X$1" = X--no-reexec; then
574  # Discard the --no-reexec flag, and continue.
575  shift
576elif test "X$1" = X--fallback-echo; then
577  # Avoid inline document here, it may be left over
578  :
579elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
580  # Yippee, $ECHO works!
581  :
582else
583  # Restart under the correct shell.
584  exec $SHELL "$0" --no-reexec ${1+"$@"}
585fi
586
587if 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
594fi
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
600if 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
698fi
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.
702lt_ECHO=$ECHO
703if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
704   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
705fi
706
707
708
709
710test -n "$DJDIR" || exec 7<&0 </dev/null
711exec 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.
716ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
717
718#
719# Initializations.
720#
721ac_default_prefix=/usr/local
722ac_clean_files=
723ac_config_libobj_dir=.
724LIBOBJS=
725cross_compiling=no
726subdirs=
727MFLAGS=
728MAKEFLAGS=
729
730# Identity of this package.
731PACKAGE_NAME='netpgp'
732PACKAGE_TARNAME='netpgp'
733PACKAGE_VERSION='20140220'
734PACKAGE_STRING='netpgp 20140220'
735PACKAGE_BUGREPORT='Alistair Crooks <agc@netbsd.org> c0596823'
736PACKAGE_URL=''
737
738ac_unique_file="src/netpgp/netpgp.c"
739# Factoring default headers for most tests.
740ac_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
775ac_subst_vars='LTLIBOBJS
776LIBOBJS
777AUTOM4TE
778OPENSSL_LDFLAGS
779OPENSSL_LIBS
780OPENSSL_INCLUDES
781PKG_CONFIG
782WARNCFLAGS
783CPP
784OTOOL64
785OTOOL
786LIPO
787NMEDIT
788DSYMUTIL
789lt_ECHO
790RANLIB
791AR
792OBJDUMP
793LN_S
794NM
795ac_ct_DUMPBIN
796DUMPBIN
797LD
798FGREP
799EGREP
800GREP
801SED
802LIBTOOL
803am__fastdepCC_FALSE
804am__fastdepCC_TRUE
805CCDEPMODE
806AMDEPBACKSLASH
807AMDEP_FALSE
808AMDEP_TRUE
809am__quote
810am__include
811DEPDIR
812OBJEXT
813EXEEXT
814ac_ct_CC
815CPPFLAGS
816LDFLAGS
817CFLAGS
818CC
819CANONICAL_HOST
820host_os
821host_vendor
822host_cpu
823host
824build_os
825build_vendor
826build_cpu
827build
828MAINT
829MAINTAINER_MODE_FALSE
830MAINTAINER_MODE_TRUE
831am__untar
832am__tar
833AMTAR
834am__leading_dot
835SET_MAKE
836AWK
837mkdir_p
838MKDIR_P
839INSTALL_STRIP_PROGRAM
840STRIP
841install_sh
842MAKEINFO
843AUTOHEADER
844AUTOMAKE
845AUTOCONF
846ACLOCAL
847VERSION
848PACKAGE
849CYGPATH_W
850am__isrc
851INSTALL_DATA
852INSTALL_SCRIPT
853INSTALL_PROGRAM
854target_alias
855host_alias
856build_alias
857LIBS
858ECHO_T
859ECHO_N
860ECHO_C
861DEFS
862mandir
863localedir
864libdir
865psdir
866pdfdir
867dvidir
868htmldir
869infodir
870docdir
871oldincludedir
872includedir
873localstatedir
874sharedstatedir
875sysconfdir
876datadir
877datarootdir
878libexecdir
879sbindir
880bindir
881program_transform_name
882prefix
883exec_prefix
884PACKAGE_URL
885PACKAGE_BUGREPORT
886PACKAGE_STRING
887PACKAGE_VERSION
888PACKAGE_TARNAME
889PACKAGE_NAME
890PATH_SEPARATOR
891SHELL'
892ac_subst_files=''
893ac_user_opts='
894enable_option_checking
895enable_maintainer_mode
896enable_dependency_tracking
897enable_shared
898enable_static
899with_pic
900enable_fast_install
901with_gnu_ld
902enable_libtool_lock
903with_openssl
904'
905      ac_precious_vars='build_alias
906host_alias
907target_alias
908CC
909CFLAGS
910LDFLAGS
911LIBS
912CPPFLAGS
913CPP'
914
915
916# Initialize some variables set by options.
917ac_init_help=
918ac_init_version=false
919ac_unrecognized_opts=
920ac_unrecognized_sep=
921# The variables have the same names as the options, with
922# dashes changed to underlines.
923cache_file=/dev/null
924exec_prefix=NONE
925no_create=
926no_recursion=
927prefix=NONE
928program_prefix=NONE
929program_suffix=NONE
930program_transform_name=s,x,x,
931silent=
932site=
933srcdir=
934verbose=
935x_includes=NONE
936x_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.)
944bindir='${exec_prefix}/bin'
945sbindir='${exec_prefix}/sbin'
946libexecdir='${exec_prefix}/libexec'
947datarootdir='${prefix}/share'
948datadir='${datarootdir}'
949sysconfdir='${prefix}/etc'
950sharedstatedir='${prefix}/com'
951localstatedir='${prefix}/var'
952includedir='${prefix}/include'
953oldincludedir='/usr/include'
954docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
955infodir='${datarootdir}/info'
956htmldir='${docdir}'
957dvidir='${docdir}'
958pdfdir='${docdir}'
959psdir='${docdir}'
960libdir='${exec_prefix}/lib'
961localedir='${datarootdir}/locale'
962mandir='${datarootdir}/man'
963
964ac_prev=
965ac_dashdash=
966for ac_option
967do
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'
1300Try \`$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
1322done
1323
1324if test -n "$ac_prev"; then
1325  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1326  as_fn_error $? "missing argument to $ac_option"
1327fi
1328
1329if 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
1335fi
1336
1337# Check all directory arguments for consistency.
1338for 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
1342do
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"
1356done
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.
1361build=$build_alias
1362host=$host_alias
1363target=$target_alias
1364
1365# FIXME: To remove some day.
1366if 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
1372fi
1373
1374ac_tool_prefix=
1375test -n "$host_alias" && ac_tool_prefix=$host_alias-
1376
1377test "$silent" = yes && exec 6>/dev/null
1378
1379
1380ac_pwd=`pwd` && test -n "$ac_pwd" &&
1381ac_ls_di=`ls -di .` &&
1382ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1383  as_fn_error $? "working directory cannot be determined"
1384test "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.
1389if 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
1419else
1420  ac_srcdir_defaulted=no
1421fi
1422if 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"
1425fi
1426ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1427ac_abs_confdir=`(
1428	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1429	pwd)`
1430# When building in place, set srcdir=.
1431if test "$ac_abs_confdir" = "$ac_pwd"; then
1432  srcdir=.
1433fi
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.
1437case $srcdir in
1438*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1439esac
1440for 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}
1445done
1446
1447#
1448# Report the --help message.
1449#
1450if 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
1456Usage: $0 [OPTION]... [VAR=VALUE]...
1457
1458To assign environment variables (e.g., CC, CFLAGS...), specify them as
1459VAR=VALUE.  See below for descriptions of some of the useful variables.
1460
1461Defaults for the options are specified in brackets.
1462
1463Configuration:
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
1474Installation 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
1480By default, \`make install' will install all the files in
1481\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1482an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1483for instance \`--prefix=\$HOME'.
1484
1485For better control, use the options below.
1486
1487Fine 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
1511Program 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
1516System 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
1520fi
1521
1522if 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
1528Optional 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
1542Optional 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
1550Some 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
1560Use these variables to override the choices made by `configure' or to help
1561it to find libraries and programs with nonstandard names/locations.
1562
1563Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>.
1564_ACEOF
1565ac_status=$?
1566fi
1567
1568if 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
1576case "$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 ;;
1586esac
1587ac_abs_top_builddir=$ac_pwd
1588ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589# for backward compatibility:
1590ac_top_builddir=$ac_top_build_prefix
1591
1592case $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 ;;
1605esac
1606ac_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
1621fi
1622
1623test -n "$ac_init_help" && exit $ac_status
1624if $ac_init_version; then
1625  cat <<\_ACEOF
1626netpgp configure 20140220
1627generated by GNU Autoconf 2.69
1628
1629Copyright (C) 2012 Free Software Foundation, Inc.
1630This configure script is free software; the Free Software Foundation
1631gives unlimited permission to copy, distribute and modify it.
1632_ACEOF
1633  exit
1634fi
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.
1643ac_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"
1648case "(($ac_try" in
1649  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650  *) ac_try_echo=$ac_try;;
1651esac
1652eval 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
1667else
1668  $as_echo "$as_me: failed program was:" >&5
1669sed 's/^/| /' conftest.$ac_ext >&5
1670
1671	ac_retval=1
1672fi
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.
1681ac_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"
1686case "(($ac_try" in
1687  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688  *) ac_try_echo=$ac_try;;
1689esac
1690eval 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
1708else
1709  $as_echo "$as_me: failed program was:" >&5
1710sed 's/^/| /' conftest.$ac_ext >&5
1711
1712	ac_retval=1
1713fi
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.
1728ac_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; }
1733if eval \${$3+:} false; then :
1734  $as_echo_n "(cached) " >&6
1735else
1736  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737/* end confdefs.h.  */
1738$4
1739#include <$2>
1740_ACEOF
1741if ac_fn_c_try_compile "$LINENO"; then :
1742  eval "$3=yes"
1743else
1744  eval "$3=no"
1745fi
1746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747fi
1748eval 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.
1758ac_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"
1762case "(($ac_try" in
1763  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1764  *) ac_try_echo=$ac_try;;
1765esac
1766eval 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
1781else
1782  $as_echo "$as_me: failed program was:" >&5
1783sed 's/^/| /' conftest.$ac_ext >&5
1784
1785    ac_retval=1
1786fi
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.
1796ac_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"
1800case "(($ac_try" in
1801  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1802  *) ac_try_echo=$ac_try;;
1803esac
1804eval 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;;
1813esac
1814eval 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
1821else
1822  $as_echo "$as_me: program exited with status $ac_status" >&5
1823       $as_echo "$as_me: failed program was:" >&5
1824sed 's/^/| /' conftest.$ac_ext >&5
1825
1826       ac_retval=$ac_status
1827fi
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
1837ac_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; }
1842if eval \${$3+:} false; then :
1843  $as_echo_n "(cached) " >&6
1844else
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
1868extern "C"
1869#endif
1870char $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
1875choke me
1876#endif
1877
1878int
1879main ()
1880{
1881return $2 ();
1882  ;
1883  return 0;
1884}
1885_ACEOF
1886if ac_fn_c_try_link "$LINENO"; then :
1887  eval "$3=yes"
1888else
1889  eval "$3=no"
1890fi
1891rm -f core conftest.err conftest.$ac_objext \
1892    conftest$ac_exeext conftest.$ac_ext
1893fi
1894eval 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.
1906ac_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; }
1912if eval \${$3+:} false; then :
1913  $as_echo_n "(cached) " >&6
1914fi
1915eval ac_res=\$$3
1916	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917$as_echo "$ac_res" >&6; }
1918else
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; }
1922cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1923/* end confdefs.h.  */
1924$4
1925#include <$2>
1926_ACEOF
1927if ac_fn_c_try_compile "$LINENO"; then :
1928  ac_header_compiler=yes
1929else
1930  ac_header_compiler=no
1931fi
1932rm -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; }
1939cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1940/* end confdefs.h.  */
1941#include <$2>
1942_ACEOF
1943if ac_fn_c_try_cpp "$LINENO"; then :
1944  ac_header_preproc=yes
1945else
1946  ac_header_preproc=no
1947fi
1948rm -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?
1953case $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@netbsd.org> c0596823 ##
1973## -------------------------------------------------------- ##"
1974     ) | sed "s/^/$as_me: WARNING:     /" >&2
1975    ;;
1976esac
1977  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1978$as_echo_n "checking for $2... " >&6; }
1979if eval \${$3+:} false; then :
1980  $as_echo_n "(cached) " >&6
1981else
1982  eval "$3=\$ac_header_compiler"
1983fi
1984eval ac_res=\$$3
1985	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1986$as_echo "$ac_res" >&6; }
1987fi
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.
1996ac_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; }
2001if eval \${$3+:} false; then :
2002  $as_echo_n "(cached) " >&6
2003else
2004  eval "$3=no"
2005  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2006/* end confdefs.h.  */
2007$4
2008int
2009main ()
2010{
2011if (sizeof ($2))
2012	 return 0;
2013  ;
2014  return 0;
2015}
2016_ACEOF
2017if ac_fn_c_try_compile "$LINENO"; then :
2018  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2019/* end confdefs.h.  */
2020$4
2021int
2022main ()
2023{
2024if (sizeof (($2)))
2025	    return 0;
2026  ;
2027  return 0;
2028}
2029_ACEOF
2030if ac_fn_c_try_compile "$LINENO"; then :
2031
2032else
2033  eval "$3=yes"
2034fi
2035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036fi
2037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038fi
2039eval 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.
2050ac_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; }
2055if eval \${$3+:} false; then :
2056  $as_echo_n "(cached) " >&6
2057else
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
2066int
2067main ()
2068{
2069static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
2070test_array [0] = 0;
2071return test_array [0];
2072
2073  ;
2074  return 0;
2075}
2076_ACEOF
2077if 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" ;;
2083esac
2084fi
2085rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086       if eval test \"x\$"$3"\" = x"no"; then :
2087
2088else
2089  break
2090fi
2091     done
2092fi
2093eval 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
2099cat >config.log <<_ACEOF
2100This file contains any messages produced by compilers while
2101running configure, to aid debugging if configure makes a mistake.
2102
2103It was created by netpgp $as_me 20140220, which was
2104generated by GNU Autoconf 2.69.  Invocation command line was
2105
2106  $ $0 $@
2107
2108_ACEOF
2109exec 5>>config.log
2110{
2111cat <<_ASUNAME
2112## --------- ##
2113## Platform. ##
2114## --------- ##
2115
2116hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120uname -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
2135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136for as_dir in $PATH
2137do
2138  IFS=$as_save_IFS
2139  test -z "$as_dir" && as_dir=.
2140    $as_echo "PATH: $as_dir"
2141  done
2142IFS=$as_save_IFS
2143
2144} >&5
2145
2146cat >&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.
2161ac_configure_args=
2162ac_configure_args0=
2163ac_configure_args1=
2164ac_must_keep_next=false
2165for ac_pass in 1 2
2166do
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
2200done
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.
2209trap '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
2296for ac_signal in 1 2 13 15; do
2297  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2298done
2299ac_signal=0
2300
2301# confdefs.h avoids OS command line length limits that DEFS can exceed.
2302rm -f -r conftest* confdefs.h
2303
2304$as_echo "/* confdefs.h */" > confdefs.h
2305
2306# Predefined preprocessor variables.
2307
2308cat >>confdefs.h <<_ACEOF
2309#define PACKAGE_NAME "$PACKAGE_NAME"
2310_ACEOF
2311
2312cat >>confdefs.h <<_ACEOF
2313#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2314_ACEOF
2315
2316cat >>confdefs.h <<_ACEOF
2317#define PACKAGE_VERSION "$PACKAGE_VERSION"
2318_ACEOF
2319
2320cat >>confdefs.h <<_ACEOF
2321#define PACKAGE_STRING "$PACKAGE_STRING"
2322_ACEOF
2323
2324cat >>confdefs.h <<_ACEOF
2325#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2326_ACEOF
2327
2328cat >>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.
2335ac_site_file1=NONE
2336ac_site_file2=NONE
2337if 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
2344elif test "x$prefix" != xNONE; then
2345  ac_site_file1=$prefix/share/config.site
2346  ac_site_file2=$prefix/etc/config.site
2347else
2348  ac_site_file1=$ac_default_prefix/share/config.site
2349  ac_site_file2=$ac_default_prefix/etc/config.site
2350fi
2351for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2352do
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;}
2361as_fn_error $? "failed to load site script $ac_site_file
2362See \`config.log' for more details" "$LINENO" 5; }
2363  fi
2364done
2365
2366if 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
2377else
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
2381fi
2382
2383# Check that the precious variables saved in the cache have kept the same
2384# value.
2385ac_cache_corrupted=false
2386for 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
2432done
2433if $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
2439fi
2440## -------------------- ##
2441## Main body of script. ##
2442## -------------------- ##
2443
2444ac_ext=c
2445ac_cpp='$CPP $CPPFLAGS'
2446ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2447ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2448ac_compiler_gnu=$ac_cv_c_compiler_gnu
2449
2450
2451
2452
2453
2454## -------------------- ##
2455## M4sh Initialization. ##
2456## -------------------- ##
2457
2458# Be more Bourne compatible
2459DUALCASE=1; export DUALCASE # for MKS sh
2460if 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
2467else
2468  case `(set -o) 2>/dev/null` in #(
2469  *posix*) :
2470    set -o posix ;; #(
2471  *) :
2472     ;;
2473esac
2474fi
2475
2476
2477as_nl='
2478'
2479export as_nl
2480# Printing a long string crashes Solaris 7 /usr/bin/printf.
2481as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2482as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2483as_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.
2486if 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 --'
2490elif (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'
2493else
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'
2513fi
2514
2515# The user is always right.
2516if 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  }
2522fi
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.)
2530IFS=" ""	$as_nl"
2531
2532# Find who we are.  Look in the path if we contain no directory separator.
2533as_myself=
2534case $0 in #((
2535  *[\\/]* ) as_myself=$0 ;;
2536  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2537for as_dir in $PATH
2538do
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
2543IFS=$as_save_IFS
2544
2545     ;;
2546esac
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.
2549if test "x$as_myself" = x; then
2550  as_myself=$0
2551fi
2552if test ! -f "$as_myself"; then
2553  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2554  exit 1
2555fi
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.
2561for as_var in BASH_ENV ENV MAIL MAILPATH
2562do eval test x\${$as_var+set} = xset \
2563  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2564done
2565PS1='$ '
2566PS2='> '
2567PS4='+ '
2568
2569# NLS nuisances.
2570LC_ALL=C
2571export LC_ALL
2572LANGUAGE=C
2573export LANGUAGE
2574
2575# CDPATH.
2576(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2577
2578
2579
2580
2581ac_aux_dir=
2582for 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
2596done
2597if test -z "$ac_aux_dir"; then
2598  as_fn_error $? "cannot find install-sh, install.sh, or shtool in buildaux \"$srcdir\"/buildaux" "$LINENO" 5
2599fi
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.
2605ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2606ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2607ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2608
2609
2610ac_config_headers="$ac_config_headers src/lib/config.h"
2611
2612
2613am__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; }
2631if test -z "$INSTALL"; then
2632if ${ac_cv_path_install+:} false; then :
2633  $as_echo_n "(cached) " >&6
2634else
2635  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2636for as_dir in $PATH
2637do
2638  IFS=$as_save_IFS
2639  test -z "$as_dir" && as_dir=.
2640    # Account for people who put trailing slashes in PATH elements.
2641case $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    ;;
2679esac
2680
2681  done
2682IFS=$as_save_IFS
2683
2684rm -rf conftest.one conftest.two conftest.dir
2685
2686fi
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
2696fi
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.
2702test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2703
2704test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2705
2706test -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
2711sleep 1
2712echo 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).
2718if (
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
2733alias in your environment" "$LINENO" 5
2734   fi
2735
2736   test "$2" = conftest.file
2737   )
2738then
2739   # Ok.
2740   :
2741else
2742   as_fn_error $? "newly created file is older than distributed files!
2743Check your system clock" "$LINENO" 5
2744fi
2745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2746$as_echo "yes" >&6; }
2747test "$program_prefix" != NONE &&
2748  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2749# Use a double $ so make ignores it.
2750test "$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.
2754ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2755program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2756
2757# expand $ac_aux_dir to an absolute path
2758am_aux_dir=`cd $ac_aux_dir && pwd`
2759
2760test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2761# Use eval to expand $SHELL
2762if eval "$MISSING --run true"; then
2763  am_missing_run="$MISSING --run "
2764else
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;}
2768fi
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; }
2772if test -z "$MKDIR_P"; then
2773  if ${ac_cv_path_mkdir+:} false; then :
2774  $as_echo_n "(cached) " >&6
2775else
2776  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2777for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2778do
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
2794IFS=$as_save_IFS
2795
2796fi
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
2808fi
2809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2810$as_echo "$MKDIR_P" >&6; }
2811
2812mkdir_p="$MKDIR_P"
2813case $mkdir_p in
2814  [\\/$]* | ?:[\\/]*) ;;
2815  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2816esac
2817
2818for ac_prog in gawk mawk nawk awk
2819do
2820  # Extract the first word of "$ac_prog", so it can be a program name with args.
2821set 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; }
2824if ${ac_cv_prog_AWK+:} false; then :
2825  $as_echo_n "(cached) " >&6
2826else
2827  if test -n "$AWK"; then
2828  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2829else
2830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2831for as_dir in $PATH
2832do
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
2841done
2842  done
2843IFS=$as_save_IFS
2844
2845fi
2846fi
2847AWK=$ac_cv_prog_AWK
2848if test -n "$AWK"; then
2849  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2850$as_echo "$AWK" >&6; }
2851else
2852  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2853$as_echo "no" >&6; }
2854fi
2855
2856
2857  test -n "$AWK" && break
2858done
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; }
2862set x ${MAKE-make}
2863ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2864if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2865  $as_echo_n "(cached) " >&6
2866else
2867  cat >conftest.make <<\_ACEOF
2868SHELL = /bin/sh
2869all:
2870	@echo '@@@%%%=$(MAKE)=@@@%%%'
2871_ACEOF
2872# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2873case `${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;;
2878esac
2879rm -f conftest.make
2880fi
2881if 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=
2885else
2886  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2887$as_echo "no" >&6; }
2888  SET_MAKE="MAKE=${MAKE-make}"
2889fi
2890
2891rm -rf .tst 2>/dev/null
2892mkdir .tst 2>/dev/null
2893if test -d .tst; then
2894  am__leading_dot=.
2895else
2896  am__leading_dot=_
2897fi
2898rmdir .tst 2>/dev/null
2899
2900if 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
2908fi
2909
2910# test whether we have cygpath
2911if 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
2917fi
2918
2919
2920# Define the identity of the package.
2921 PACKAGE='netpgp'
2922 VERSION='20140220'
2923
2924
2925cat >>confdefs.h <<_ACEOF
2926#define PACKAGE "$PACKAGE"
2927_ACEOF
2928
2929
2930cat >>confdefs.h <<_ACEOF
2931#define VERSION "$VERSION"
2932_ACEOF
2933
2934# Some tools Automake needs.
2935
2936ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2937
2938
2939AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2940
2941
2942AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2943
2944
2945AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2946
2947
2948MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2949
2950install_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.
2956if 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.
2959set 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; }
2962if ${ac_cv_prog_STRIP+:} false; then :
2963  $as_echo_n "(cached) " >&6
2964else
2965  if test -n "$STRIP"; then
2966  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2967else
2968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2969for as_dir in $PATH
2970do
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
2979done
2980  done
2981IFS=$as_save_IFS
2982
2983fi
2984fi
2985STRIP=$ac_cv_prog_STRIP
2986if test -n "$STRIP"; then
2987  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2988$as_echo "$STRIP" >&6; }
2989else
2990  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2991$as_echo "no" >&6; }
2992fi
2993
2994
2995fi
2996if 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.
2999set 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; }
3002if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3003  $as_echo_n "(cached) " >&6
3004else
3005  if test -n "$ac_ct_STRIP"; then
3006  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3007else
3008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009for as_dir in $PATH
3010do
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
3019done
3020  done
3021IFS=$as_save_IFS
3022
3023fi
3024fi
3025ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3026if 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; }
3029else
3030  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3031$as_echo "no" >&6; }
3032fi
3033
3034  if test "x$ac_ct_STRIP" = x; then
3035    STRIP=":"
3036  else
3037    case $cross_compiling:$ac_tool_warned in
3038yes:)
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;}
3041ac_tool_warned=yes ;;
3042esac
3043    STRIP=$ac_ct_STRIP
3044  fi
3045else
3046  STRIP="$ac_cv_prog_STRIP"
3047fi
3048
3049fi
3050INSTALL_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
3056AMTAR=${AMTAR-"${am_missing_run}tar"}
3057
3058am__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.
3067if test "${enable_maintainer_mode+set}" = set; then :
3068  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3069else
3070  USE_MAINTAINER_MODE=no
3071fi
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='#'
3078else
3079  MAINTAINER_MODE_TRUE='#'
3080  MAINTAINER_MODE_FALSE=
3081fi
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; }
3093if ${ac_cv_build+:} false; then :
3094  $as_echo_n "(cached) " >&6
3095else
3096  ac_build_alias=$build_alias
3097test "x$ac_build_alias" = x &&
3098  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3099test "x$ac_build_alias" = x &&
3100  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3101ac_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
3104fi
3105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3106$as_echo "$ac_cv_build" >&6; }
3107case $ac_cv_build in
3108*-*-*) ;;
3109*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3110esac
3111build=$ac_cv_build
3112ac_save_IFS=$IFS; IFS='-'
3113set x $ac_cv_build
3114shift
3115build_cpu=$1
3116build_vendor=$2
3117shift; shift
3118# Remember, the first character of IFS is used to create $*,
3119# except with old shells:
3120build_os=$*
3121IFS=$ac_save_IFS
3122case $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; }
3127if ${ac_cv_host+:} false; then :
3128  $as_echo_n "(cached) " >&6
3129else
3130  if test "x$host_alias" = x; then
3131  ac_cv_host=$ac_cv_build
3132else
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
3135fi
3136
3137fi
3138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3139$as_echo "$ac_cv_host" >&6; }
3140case $ac_cv_host in
3141*-*-*) ;;
3142*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3143esac
3144host=$ac_cv_host
3145ac_save_IFS=$IFS; IFS='-'
3146set x $ac_cv_host
3147shift
3148host_cpu=$1
3149host_vendor=$2
3150shift; shift
3151# Remember, the first character of IFS is used to create $*,
3152# except with old shells:
3153host_os=$*
3154IFS=$ac_save_IFS
3155case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3156
3157
3158CANONICAL_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; }
3165set x ${MAKE-make}
3166ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3167if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3168  $as_echo_n "(cached) " >&6
3169else
3170  cat >conftest.make <<\_ACEOF
3171SHELL = /bin/sh
3172all:
3173	@echo '@@@%%%=$(MAKE)=@@@%%%'
3174_ACEOF
3175# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3176case `${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;;
3181esac
3182rm -f conftest.make
3183fi
3184if 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=
3188else
3189  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3190$as_echo "no" >&6; }
3191  SET_MAKE="MAKE=${MAKE-make}"
3192fi
3193
3194for ac_prog in gawk mawk nawk awk
3195do
3196  # Extract the first word of "$ac_prog", so it can be a program name with args.
3197set 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; }
3200if ${ac_cv_prog_AWK+:} false; then :
3201  $as_echo_n "(cached) " >&6
3202else
3203  if test -n "$AWK"; then
3204  ac_cv_prog_AWK="$AWK" # Let the user override the test.
3205else
3206as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3207for as_dir in $PATH
3208do
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
3217done
3218  done
3219IFS=$as_save_IFS
3220
3221fi
3222fi
3223AWK=$ac_cv_prog_AWK
3224if test -n "$AWK"; then
3225  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3226$as_echo "$AWK" >&6; }
3227else
3228  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3229$as_echo "no" >&6; }
3230fi
3231
3232
3233  test -n "$AWK" && break
3234done
3235
3236ac_ext=c
3237ac_cpp='$CPP $CPPFLAGS'
3238ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240ac_compiler_gnu=$ac_cv_c_compiler_gnu
3241if 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.
3243set 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; }
3246if ${ac_cv_prog_CC+:} false; then :
3247  $as_echo_n "(cached) " >&6
3248else
3249  if test -n "$CC"; then
3250  ac_cv_prog_CC="$CC" # Let the user override the test.
3251else
3252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3253for as_dir in $PATH
3254do
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
3263done
3264  done
3265IFS=$as_save_IFS
3266
3267fi
3268fi
3269CC=$ac_cv_prog_CC
3270if test -n "$CC"; then
3271  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3272$as_echo "$CC" >&6; }
3273else
3274  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3275$as_echo "no" >&6; }
3276fi
3277
3278
3279fi
3280if 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.
3283set 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; }
3286if ${ac_cv_prog_ac_ct_CC+:} false; then :
3287  $as_echo_n "(cached) " >&6
3288else
3289  if test -n "$ac_ct_CC"; then
3290  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3291else
3292as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3293for as_dir in $PATH
3294do
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
3303done
3304  done
3305IFS=$as_save_IFS
3306
3307fi
3308fi
3309ac_ct_CC=$ac_cv_prog_ac_ct_CC
3310if 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; }
3313else
3314  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315$as_echo "no" >&6; }
3316fi
3317
3318  if test "x$ac_ct_CC" = x; then
3319    CC=""
3320  else
3321    case $cross_compiling:$ac_tool_warned in
3322yes:)
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;}
3325ac_tool_warned=yes ;;
3326esac
3327    CC=$ac_ct_CC
3328  fi
3329else
3330  CC="$ac_cv_prog_CC"
3331fi
3332
3333if 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.
3336set 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; }
3339if ${ac_cv_prog_CC+:} false; then :
3340  $as_echo_n "(cached) " >&6
3341else
3342  if test -n "$CC"; then
3343  ac_cv_prog_CC="$CC" # Let the user override the test.
3344else
3345as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3346for as_dir in $PATH
3347do
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
3356done
3357  done
3358IFS=$as_save_IFS
3359
3360fi
3361fi
3362CC=$ac_cv_prog_CC
3363if test -n "$CC"; then
3364  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3365$as_echo "$CC" >&6; }
3366else
3367  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3368$as_echo "no" >&6; }
3369fi
3370
3371
3372  fi
3373fi
3374if test -z "$CC"; then
3375  # Extract the first word of "cc", so it can be a program name with args.
3376set 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; }
3379if ${ac_cv_prog_CC+:} false; then :
3380  $as_echo_n "(cached) " >&6
3381else
3382  if test -n "$CC"; then
3383  ac_cv_prog_CC="$CC" # Let the user override the test.
3384else
3385  ac_prog_rejected=no
3386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3387for as_dir in $PATH
3388do
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
3401done
3402  done
3403IFS=$as_save_IFS
3404
3405if 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
3416fi
3417fi
3418fi
3419CC=$ac_cv_prog_CC
3420if test -n "$CC"; then
3421  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3422$as_echo "$CC" >&6; }
3423else
3424  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3425$as_echo "no" >&6; }
3426fi
3427
3428
3429fi
3430if 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.
3435set 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; }
3438if ${ac_cv_prog_CC+:} false; then :
3439  $as_echo_n "(cached) " >&6
3440else
3441  if test -n "$CC"; then
3442  ac_cv_prog_CC="$CC" # Let the user override the test.
3443else
3444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3445for as_dir in $PATH
3446do
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
3455done
3456  done
3457IFS=$as_save_IFS
3458
3459fi
3460fi
3461CC=$ac_cv_prog_CC
3462if test -n "$CC"; then
3463  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3464$as_echo "$CC" >&6; }
3465else
3466  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3467$as_echo "no" >&6; }
3468fi
3469
3470
3471    test -n "$CC" && break
3472  done
3473fi
3474if test -z "$CC"; then
3475  ac_ct_CC=$CC
3476  for ac_prog in cl.exe
3477do
3478  # Extract the first word of "$ac_prog", so it can be a program name with args.
3479set 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; }
3482if ${ac_cv_prog_ac_ct_CC+:} false; then :
3483  $as_echo_n "(cached) " >&6
3484else
3485  if test -n "$ac_ct_CC"; then
3486  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3487else
3488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3489for as_dir in $PATH
3490do
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
3499done
3500  done
3501IFS=$as_save_IFS
3502
3503fi
3504fi
3505ac_ct_CC=$ac_cv_prog_ac_ct_CC
3506if 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; }
3509else
3510  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3511$as_echo "no" >&6; }
3512fi
3513
3514
3515  test -n "$ac_ct_CC" && break
3516done
3517
3518  if test "x$ac_ct_CC" = x; then
3519    CC=""
3520  else
3521    case $cross_compiling:$ac_tool_warned in
3522yes:)
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;}
3525ac_tool_warned=yes ;;
3526esac
3527    CC=$ac_ct_CC
3528  fi
3529fi
3530
3531fi
3532
3533
3534test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3535$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3536as_fn_error $? "no acceptable C compiler found in \$PATH
3537See \`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
3541set X $ac_compile
3542ac_compiler=$2
3543for ac_option in --version -v -V -qversion; do
3544  { { ac_try="$ac_compiler $ac_option >&5"
3545case "(($ac_try" in
3546  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3547  *) ac_try_echo=$ac_try;;
3548esac
3549eval 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; }
3562done
3563
3564cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3565/* end confdefs.h.  */
3566
3567int
3568main ()
3569{
3570
3571  ;
3572  return 0;
3573}
3574_ACEOF
3575ac_clean_files_save=$ac_clean_files
3576ac_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; }
3582ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3583
3584# The possible output files:
3585ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3586
3587ac_rmfiles=
3588for ac_file in $ac_files
3589do
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
3594done
3595rm -f $ac_rmfiles
3596
3597if { { ac_try="$ac_link_default"
3598case "(($ac_try" in
3599  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3600  *) ac_try_echo=$ac_try;;
3601esac
3602eval 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.
3613for ac_file in $ac_files ''
3614do
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
3637done
3638test "$ac_cv_exeext" = no && ac_cv_exeext=
3639
3640else
3641  ac_file=''
3642fi
3643if 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
3647sed '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;}
3651as_fn_error 77 "C compiler cannot create executables
3652See \`config.log' for more details" "$LINENO" 5; }
3653else
3654  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3655$as_echo "yes" >&6; }
3656fi
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; }
3661ac_exeext=$ac_cv_exeext
3662
3663rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3664ac_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; }
3667if { { ac_try="$ac_link"
3668case "(($ac_try" in
3669  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3670  *) ac_try_echo=$ac_try;;
3671esac
3672eval 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'.
3682for 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
3690done
3691else
3692  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3694as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3695See \`config.log' for more details" "$LINENO" 5; }
3696fi
3697rm -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
3701rm -f conftest.$ac_ext
3702EXEEXT=$ac_cv_exeext
3703ac_exeext=$EXEEXT
3704cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3705/* end confdefs.h.  */
3706#include <stdio.h>
3707int
3708main ()
3709{
3710FILE *f = fopen ("conftest.out", "w");
3711 return ferror (f) || fclose (f) != 0;
3712
3713  ;
3714  return 0;
3715}
3716_ACEOF
3717ac_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; }
3722if test "$cross_compiling" != yes; then
3723  { { ac_try="$ac_link"
3724case "(($ac_try" in
3725  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3726  *) ac_try_echo=$ac_try;;
3727esac
3728eval 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;;
3738esac
3739eval 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;}
3752as_fn_error $? "cannot run C compiled programs.
3753If you meant to cross compile, use \`--host'.
3754See \`config.log' for more details" "$LINENO" 5; }
3755    fi
3756  fi
3757fi
3758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3759$as_echo "$cross_compiling" >&6; }
3760
3761rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3762ac_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; }
3765if ${ac_cv_objext+:} false; then :
3766  $as_echo_n "(cached) " >&6
3767else
3768  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3769/* end confdefs.h.  */
3770
3771int
3772main ()
3773{
3774
3775  ;
3776  return 0;
3777}
3778_ACEOF
3779rm -f conftest.o conftest.obj
3780if { { ac_try="$ac_compile"
3781case "(($ac_try" in
3782  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3783  *) ac_try_echo=$ac_try;;
3784esac
3785eval 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
3798done
3799else
3800  $as_echo "$as_me: failed program was:" >&5
3801sed '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;}
3805as_fn_error $? "cannot compute suffix of object files: cannot compile
3806See \`config.log' for more details" "$LINENO" 5; }
3807fi
3808rm -f conftest.$ac_cv_objext conftest.$ac_ext
3809fi
3810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3811$as_echo "$ac_cv_objext" >&6; }
3812OBJEXT=$ac_cv_objext
3813ac_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; }
3816if ${ac_cv_c_compiler_gnu+:} false; then :
3817  $as_echo_n "(cached) " >&6
3818else
3819  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3820/* end confdefs.h.  */
3821
3822int
3823main ()
3824{
3825#ifndef __GNUC__
3826       choke me
3827#endif
3828
3829  ;
3830  return 0;
3831}
3832_ACEOF
3833if ac_fn_c_try_compile "$LINENO"; then :
3834  ac_compiler_gnu=yes
3835else
3836  ac_compiler_gnu=no
3837fi
3838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3839ac_cv_c_compiler_gnu=$ac_compiler_gnu
3840
3841fi
3842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3843$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3844if test $ac_compiler_gnu = yes; then
3845  GCC=yes
3846else
3847  GCC=
3848fi
3849ac_test_CFLAGS=${CFLAGS+set}
3850ac_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; }
3853if ${ac_cv_prog_cc_g+:} false; then :
3854  $as_echo_n "(cached) " >&6
3855else
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
3863int
3864main ()
3865{
3866
3867  ;
3868  return 0;
3869}
3870_ACEOF
3871if ac_fn_c_try_compile "$LINENO"; then :
3872  ac_cv_prog_cc_g=yes
3873else
3874  CFLAGS=""
3875      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3876/* end confdefs.h.  */
3877
3878int
3879main ()
3880{
3881
3882  ;
3883  return 0;
3884}
3885_ACEOF
3886if ac_fn_c_try_compile "$LINENO"; then :
3887
3888else
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
3894int
3895main ()
3896{
3897
3898  ;
3899  return 0;
3900}
3901_ACEOF
3902if ac_fn_c_try_compile "$LINENO"; then :
3903  ac_cv_prog_cc_g=yes
3904fi
3905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3906fi
3907rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3908fi
3909rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3910   ac_c_werror_flag=$ac_save_c_werror_flag
3911fi
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3913$as_echo "$ac_cv_prog_cc_g" >&6; }
3914if test "$ac_test_CFLAGS" = set; then
3915  CFLAGS=$ac_save_CFLAGS
3916elif 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
3922else
3923  if test "$GCC" = yes; then
3924    CFLAGS="-O2"
3925  else
3926    CFLAGS=
3927  fi
3928fi
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; }
3931if ${ac_cv_prog_cc_c89+:} false; then :
3932  $as_echo_n "(cached) " >&6
3933else
3934  ac_cv_prog_cc_c89=no
3935ac_save_CC=$CC
3936cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3937/* end confdefs.h.  */
3938#include <stdarg.h>
3939#include <stdio.h>
3940struct stat;
3941/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3942struct buf { int x; };
3943FILE * (*rcsopen) (struct buf *, struct stat *, int);
3944static char *e (p, i)
3945     char **p;
3946     int i;
3947{
3948  return p[i];
3949}
3950static 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.  */
3967int 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'
3972int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3973
3974int test (int i, double x);
3975struct s1 {int (*f) (int a);};
3976struct s2 {int (*f) (double a);};
3977int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3978int argc;
3979char **argv;
3980int
3981main ()
3982{
3983return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3984  ;
3985  return 0;
3986}
3987_ACEOF
3988for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3989	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3990do
3991  CC="$ac_save_CC $ac_arg"
3992  if ac_fn_c_try_compile "$LINENO"; then :
3993  ac_cv_prog_cc_c89=$ac_arg
3994fi
3995rm -f core conftest.err conftest.$ac_objext
3996  test "x$ac_cv_prog_cc_c89" != "xno" && break
3997done
3998rm -f conftest.$ac_ext
3999CC=$ac_save_CC
4000
4001fi
4002# AC_CACHE_VAL
4003case "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; } ;;
4014esac
4015if test "x$ac_cv_prog_cc_c89" != xno; then :
4016
4017fi
4018
4019ac_ext=c
4020ac_cpp='$CPP $CPPFLAGS'
4021ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4022ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4023ac_compiler_gnu=$ac_cv_c_compiler_gnu
4024DEPDIR="${am__leading_dot}deps"
4025
4026ac_config_commands="$ac_config_commands depfiles"
4027
4028
4029am_make=${MAKE-make}
4030cat > confinc << 'END'
4031am__doit:
4032	@echo done
4033.PHONY: am__doit
4034END
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; }
4038am__include="#"
4039am__quote=
4040_am_result=none
4041# First try GNU make style include.
4042echo "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'.
4048if 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
4052fi
4053# Now try BSD make style include.
4054if 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
4061fi
4062
4063
4064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4065$as_echo "$_am_result" >&6; }
4066rm -f confinc confmf
4067
4068# Check whether --enable-dependency-tracking was given.
4069if test "${enable_dependency_tracking+set}" = set; then :
4070  enableval=$enable_dependency_tracking;
4071fi
4072
4073if test "x$enable_dependency_tracking" != xno; then
4074  am_depcomp="$ac_aux_dir/depcomp"
4075  AMDEPBACKSLASH='\'
4076fi
4077 if test "x$enable_dependency_tracking" != xno; then
4078  AMDEP_TRUE=
4079  AMDEP_FALSE='#'
4080else
4081  AMDEP_TRUE='#'
4082  AMDEP_FALSE=
4083fi
4084
4085
4086
4087depcc="$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; }
4091if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4092  $as_echo_n "(cached) " >&6
4093else
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
4175else
4176  am_cv_CC_dependencies_compiler_type=none
4177fi
4178
4179fi
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; }
4182CCDEPMODE=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='#'
4189else
4190  am__fastdepCC_TRUE='#'
4191  am__fastdepCC_FALSE=
4192fi
4193
4194
4195
4196case `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;} ;;
4200esac
4201
4202
4203
4204macro_version='2.2.6b'
4205macro_revision='1.3017'
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219ltmain="$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; }
4223if ${ac_cv_path_SED+:} false; then :
4224  $as_echo_n "(cached) " >&6
4225else
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
4236for as_dir in $PATH
4237do
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
4246case `"$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;;
4270esac
4271
4272      $ac_path_SED_found && break 3
4273    done
4274  done
4275  done
4276IFS=$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
4280else
4281  ac_cv_path_SED=$SED
4282fi
4283
4284fi
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
4290test -z "$SED" && SED=sed
4291Xsed="$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; }
4305if ${ac_cv_path_GREP+:} false; then :
4306  $as_echo_n "(cached) " >&6
4307else
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
4312for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4313do
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
4322case `"$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;;
4346esac
4347
4348      $ac_path_GREP_found && break 3
4349    done
4350  done
4351  done
4352IFS=$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
4356else
4357  ac_cv_path_GREP=$GREP
4358fi
4359
4360fi
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; }
4368if ${ac_cv_path_EGREP+:} false; then :
4369  $as_echo_n "(cached) " >&6
4370else
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
4378for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4379do
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
4388case `"$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;;
4412esac
4413
4414      $ac_path_EGREP_found && break 3
4415    done
4416  done
4417  done
4418IFS=$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
4422else
4423  ac_cv_path_EGREP=$EGREP
4424fi
4425
4426   fi
4427fi
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; }
4435if ${ac_cv_path_FGREP+:} false; then :
4436  $as_echo_n "(cached) " >&6
4437else
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
4445for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4446do
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
4455case `"$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;;
4479esac
4480
4481      $ac_path_FGREP_found && break 3
4482    done
4483  done
4484  done
4485IFS=$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
4489else
4490  ac_cv_path_FGREP=$FGREP
4491fi
4492
4493   fi
4494fi
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
4500test -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.
4521if test "${with_gnu_ld+set}" = set; then :
4522  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4523else
4524  with_gnu_ld=no
4525fi
4526
4527ac_prog=ld
4528if 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
4559elif 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; }
4562else
4563  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4564$as_echo_n "checking for non-GNU ld... " >&6; }
4565fi
4566if ${lt_cv_path_LD+:} false; then :
4567  $as_echo_n "(cached) " >&6
4568else
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"
4590else
4591  lt_cv_path_LD="$LD" # Let the user override the test with a path.
4592fi
4593fi
4594
4595LD="$lt_cv_path_LD"
4596if test -n "$LD"; then
4597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4598$as_echo "$LD" >&6; }
4599else
4600  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4601$as_echo "no" >&6; }
4602fi
4603test -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; }
4606if ${lt_cv_prog_gnu_ld+:} false; then :
4607  $as_echo_n "(cached) " >&6
4608else
4609  # I'd rather use --version here, but apparently some GNU lds only accept -v.
4610case `$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  ;;
4617esac
4618fi
4619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4620$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4621with_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; }
4633if ${lt_cv_path_NM+:} false; then :
4634  $as_echo_n "(cached) " >&6
4635else
4636  if test -n "$NM"; then
4637  # Let the user override the test.
4638  lt_cv_path_NM="$NM"
4639else
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}
4678fi
4679fi
4680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4681$as_echo "$lt_cv_path_NM" >&6; }
4682if test "$lt_cv_path_NM" != "no"; then
4683  NM="$lt_cv_path_NM"
4684else
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.
4690set 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; }
4693if ${ac_cv_prog_DUMPBIN+:} false; then :
4694  $as_echo_n "(cached) " >&6
4695else
4696  if test -n "$DUMPBIN"; then
4697  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4698else
4699as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4700for as_dir in $PATH
4701do
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
4710done
4711  done
4712IFS=$as_save_IFS
4713
4714fi
4715fi
4716DUMPBIN=$ac_cv_prog_DUMPBIN
4717if test -n "$DUMPBIN"; then
4718  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4719$as_echo "$DUMPBIN" >&6; }
4720else
4721  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4722$as_echo "no" >&6; }
4723fi
4724
4725
4726    test -n "$DUMPBIN" && break
4727  done
4728fi
4729if test -z "$DUMPBIN"; then
4730  ac_ct_DUMPBIN=$DUMPBIN
4731  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4732do
4733  # Extract the first word of "$ac_prog", so it can be a program name with args.
4734set 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; }
4737if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4738  $as_echo_n "(cached) " >&6
4739else
4740  if test -n "$ac_ct_DUMPBIN"; then
4741  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4742else
4743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744for as_dir in $PATH
4745do
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
4754done
4755  done
4756IFS=$as_save_IFS
4757
4758fi
4759fi
4760ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4761if 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; }
4764else
4765  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4766$as_echo "no" >&6; }
4767fi
4768
4769
4770  test -n "$ac_ct_DUMPBIN" && break
4771done
4772
4773  if test "x$ac_ct_DUMPBIN" = x; then
4774    DUMPBIN=":"
4775  else
4776    case $cross_compiling:$ac_tool_warned in
4777yes:)
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;}
4780ac_tool_warned=yes ;;
4781esac
4782    DUMPBIN=$ac_ct_DUMPBIN
4783  fi
4784fi
4785
4786
4787  if test "$DUMPBIN" != ":"; then
4788    NM="$DUMPBIN"
4789  fi
4790fi
4791test -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; }
4800if ${lt_cv_nm_interface+:} false; then :
4801  $as_echo_n "(cached) " >&6
4802else
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*
4817fi
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; }
4823LN_S=$as_ln_s
4824if test "$LN_S" = "ln -s"; then
4825  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4826$as_echo "yes" >&6; }
4827else
4828  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4829$as_echo "no, using $LN_S" >&6; }
4830fi
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; }
4835if ${lt_cv_sys_max_cmd_len+:} false; then :
4836  $as_echo_n "(cached) " >&6
4837else
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
4950fi
4951
4952if 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; }
4955else
4956  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4957$as_echo "none" >&6; }
4958fi
4959max_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
4973xsi_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; }
4986lt_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
4994if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4995  lt_unset=unset
4996else
4997  lt_unset=false
4998fi
4999
5000
5001
5002
5003
5004# test EBCDIC or ASCII
5005case `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  ;;
5015esac
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; }
5027if ${lt_cv_ld_reload_flag+:} false; then :
5028  $as_echo_n "(cached) " >&6
5029else
5030  lt_cv_ld_reload_flag='-r'
5031fi
5032{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5033$as_echo "$lt_cv_ld_reload_flag" >&6; }
5034reload_flag=$lt_cv_ld_reload_flag
5035case $reload_flag in
5036"" | " "*) ;;
5037*) reload_flag=" $reload_flag" ;;
5038esac
5039reload_cmds='$LD$reload_flag -o $output$reload_objs'
5040case $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    ;;
5048esac
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058if 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.
5060set 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; }
5063if ${ac_cv_prog_OBJDUMP+:} false; then :
5064  $as_echo_n "(cached) " >&6
5065else
5066  if test -n "$OBJDUMP"; then
5067  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5068else
5069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5070for as_dir in $PATH
5071do
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
5080done
5081  done
5082IFS=$as_save_IFS
5083
5084fi
5085fi
5086OBJDUMP=$ac_cv_prog_OBJDUMP
5087if test -n "$OBJDUMP"; then
5088  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5089$as_echo "$OBJDUMP" >&6; }
5090else
5091  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5092$as_echo "no" >&6; }
5093fi
5094
5095
5096fi
5097if 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.
5100set 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; }
5103if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5104  $as_echo_n "(cached) " >&6
5105else
5106  if test -n "$ac_ct_OBJDUMP"; then
5107  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5108else
5109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5110for as_dir in $PATH
5111do
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
5120done
5121  done
5122IFS=$as_save_IFS
5123
5124fi
5125fi
5126ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5127if 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; }
5130else
5131  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5132$as_echo "no" >&6; }
5133fi
5134
5135  if test "x$ac_ct_OBJDUMP" = x; then
5136    OBJDUMP="false"
5137  else
5138    case $cross_compiling:$ac_tool_warned in
5139yes:)
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;}
5142ac_tool_warned=yes ;;
5143esac
5144    OBJDUMP=$ac_ct_OBJDUMP
5145  fi
5146else
5147  OBJDUMP="$ac_cv_prog_OBJDUMP"
5148fi
5149
5150test -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; }
5162if ${lt_cv_deplibs_check_method+:} false; then :
5163  $as_echo_n "(cached) " >&6
5164else
5165  lt_cv_file_magic_cmd='$MAGIC_CMD'
5166lt_cv_file_magic_test_file=
5167lt_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
5179case $host_os in
5180aix[4-9]*)
5181  lt_cv_deplibs_check_method=pass_all
5182  ;;
5183
5184beos*)
5185  lt_cv_deplibs_check_method=pass_all
5186  ;;
5187
5188bsdi[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
5194cygwin*)
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
5200mingw* | 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
5213cegcc)
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
5219darwin* | rhapsody*)
5220  lt_cv_deplibs_check_method=pass_all
5221  ;;
5222
5223freebsd* | 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
5239gnu*)
5240  lt_cv_deplibs_check_method=pass_all
5241  ;;
5242
5243hpux10.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
5261interix[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
5266irix5* | 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.
5277linux* | k*bsd*-gnu)
5278  lt_cv_deplibs_check_method=pass_all
5279  ;;
5280
5281netbsd*)
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
5289newos6*)
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
5299openbsd*)
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
5307osf3* | osf4* | osf5*)
5308  lt_cv_deplibs_check_method=pass_all
5309  ;;
5310
5311rdos*)
5312  lt_cv_deplibs_check_method=pass_all
5313  ;;
5314
5315solaris*)
5316  lt_cv_deplibs_check_method=pass_all
5317  ;;
5318
5319sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5320  lt_cv_deplibs_check_method=pass_all
5321  ;;
5322
5323sysv4 | 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
5350tpf*)
5351  lt_cv_deplibs_check_method=pass_all
5352  ;;
5353esac
5354
5355fi
5356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5357$as_echo "$lt_cv_deplibs_check_method" >&6; }
5358file_magic_cmd=$lt_cv_file_magic_cmd
5359deplibs_check_method=$lt_cv_deplibs_check_method
5360test -z "$deplibs_check_method" && deplibs_check_method=unknown
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373if 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.
5375set 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; }
5378if ${ac_cv_prog_AR+:} false; then :
5379  $as_echo_n "(cached) " >&6
5380else
5381  if test -n "$AR"; then
5382  ac_cv_prog_AR="$AR" # Let the user override the test.
5383else
5384as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5385for as_dir in $PATH
5386do
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
5395done
5396  done
5397IFS=$as_save_IFS
5398
5399fi
5400fi
5401AR=$ac_cv_prog_AR
5402if test -n "$AR"; then
5403  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5404$as_echo "$AR" >&6; }
5405else
5406  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5407$as_echo "no" >&6; }
5408fi
5409
5410
5411fi
5412if 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.
5415set 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; }
5418if ${ac_cv_prog_ac_ct_AR+:} false; then :
5419  $as_echo_n "(cached) " >&6
5420else
5421  if test -n "$ac_ct_AR"; then
5422  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5423else
5424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425for as_dir in $PATH
5426do
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
5435done
5436  done
5437IFS=$as_save_IFS
5438
5439fi
5440fi
5441ac_ct_AR=$ac_cv_prog_ac_ct_AR
5442if 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; }
5445else
5446  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447$as_echo "no" >&6; }
5448fi
5449
5450  if test "x$ac_ct_AR" = x; then
5451    AR="false"
5452  else
5453    case $cross_compiling:$ac_tool_warned in
5454yes:)
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;}
5457ac_tool_warned=yes ;;
5458esac
5459    AR=$ac_ct_AR
5460  fi
5461else
5462  AR="$ac_cv_prog_AR"
5463fi
5464
5465test -z "$AR" && AR=ar
5466test -z "$AR_FLAGS" && AR_FLAGS=cru
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478if 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.
5480set 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; }
5483if ${ac_cv_prog_STRIP+:} false; then :
5484  $as_echo_n "(cached) " >&6
5485else
5486  if test -n "$STRIP"; then
5487  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5488else
5489as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5490for as_dir in $PATH
5491do
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
5500done
5501  done
5502IFS=$as_save_IFS
5503
5504fi
5505fi
5506STRIP=$ac_cv_prog_STRIP
5507if test -n "$STRIP"; then
5508  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5509$as_echo "$STRIP" >&6; }
5510else
5511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5512$as_echo "no" >&6; }
5513fi
5514
5515
5516fi
5517if 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.
5520set 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; }
5523if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5524  $as_echo_n "(cached) " >&6
5525else
5526  if test -n "$ac_ct_STRIP"; then
5527  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5528else
5529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5530for as_dir in $PATH
5531do
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
5540done
5541  done
5542IFS=$as_save_IFS
5543
5544fi
5545fi
5546ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5547if 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; }
5550else
5551  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5552$as_echo "no" >&6; }
5553fi
5554
5555  if test "x$ac_ct_STRIP" = x; then
5556    STRIP=":"
5557  else
5558    case $cross_compiling:$ac_tool_warned in
5559yes:)
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;}
5562ac_tool_warned=yes ;;
5563esac
5564    STRIP=$ac_ct_STRIP
5565  fi
5566else
5567  STRIP="$ac_cv_prog_STRIP"
5568fi
5569
5570test -z "$STRIP" && STRIP=:
5571
5572
5573
5574
5575
5576
5577if 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.
5579set 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; }
5582if ${ac_cv_prog_RANLIB+:} false; then :
5583  $as_echo_n "(cached) " >&6
5584else
5585  if test -n "$RANLIB"; then
5586  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5587else
5588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5589for as_dir in $PATH
5590do
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
5599done
5600  done
5601IFS=$as_save_IFS
5602
5603fi
5604fi
5605RANLIB=$ac_cv_prog_RANLIB
5606if test -n "$RANLIB"; then
5607  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5608$as_echo "$RANLIB" >&6; }
5609else
5610  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5611$as_echo "no" >&6; }
5612fi
5613
5614
5615fi
5616if 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.
5619set 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; }
5622if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5623  $as_echo_n "(cached) " >&6
5624else
5625  if test -n "$ac_ct_RANLIB"; then
5626  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5627else
5628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5629for as_dir in $PATH
5630do
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
5639done
5640  done
5641IFS=$as_save_IFS
5642
5643fi
5644fi
5645ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5646if 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; }
5649else
5650  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5651$as_echo "no" >&6; }
5652fi
5653
5654  if test "x$ac_ct_RANLIB" = x; then
5655    RANLIB=":"
5656  else
5657    case $cross_compiling:$ac_tool_warned in
5658yes:)
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;}
5661ac_tool_warned=yes ;;
5662esac
5663    RANLIB=$ac_ct_RANLIB
5664  fi
5665else
5666  RANLIB="$ac_cv_prog_RANLIB"
5667fi
5668
5669test -z "$RANLIB" && RANLIB=:
5670
5671
5672
5673
5674
5675
5676# Determine commands to create old-style static archives.
5677old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5678old_postinstall_cmds='chmod 644 $oldlib'
5679old_postuninstall_cmds=
5680
5681if 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"
5691fi
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.
5727LTCC=${LTCC-"$CC"}
5728
5729# If no C compiler flags were specified, use CFLAGS.
5730LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5731
5732# Allow CC to be a program name with arguments.
5733compiler=$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; }
5739if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5740  $as_echo_n "(cached) " >&6
5741else
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.
5747symcode='[BCDEGRST]'
5748
5749# Regexp to match symbols that can be accessed directly from C.
5750sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5751
5752# Define system-specific variables.
5753case $host_os in
5754aix*)
5755  symcode='[BCDT]'
5756  ;;
5757cygwin* | mingw* | pw32* | cegcc*)
5758  symcode='[ABCDGISTW]'
5759  ;;
5760hpux*)
5761  if test "$host_cpu" = ia64; then
5762    symcode='[ABCDEGRST]'
5763  fi
5764  ;;
5765irix* | nonstopux*)
5766  symcode='[BCDEGRST]'
5767  ;;
5768osf*)
5769  symcode='[BCDEGQRST]'
5770  ;;
5771solaris*)
5772  symcode='[BDRT]'
5773  ;;
5774sco3.2v5*)
5775  symcode='[DT]'
5776  ;;
5777sysv4.2uw2*)
5778  symcode='[DT]'
5779  ;;
5780sysv5* | sco5v6* | unixware* | OpenUNIX*)
5781  symcode='[ABDT]'
5782  ;;
5783sysv4)
5784  symcode='[DFNSTU]'
5785  ;;
5786esac
5787
5788# If we're using GNU nm, then use its standard symbol codes.
5789case `$NM -V 2>&1` in
5790*GNU* | *'with BFD'*)
5791  symcode='[ABCDGIRSTW]' ;;
5792esac
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.
5797lt_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
5800lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5801lt_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
5804opt_cr=
5805case $build_os in
5806mingw*)
5807  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5808  ;;
5809esac
5810
5811# Try without a prefix underscore, then with it.
5812for 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
5844extern "C" {
5845#endif
5846char nm_test_var;
5847void nm_test_func(void);
5848void nm_test_func(void){}
5849#ifdef __cplusplus
5850}
5851#endif
5852int 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
5879extern "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.  */
5889const struct {
5890  const char *name;
5891  void       *address;
5892}
5893lt__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
5904static 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
5949done
5950
5951fi
5952
5953if test -z "$lt_cv_sys_global_symbol_pipe"; then
5954  lt_cv_sys_global_symbol_to_cdecl=
5955fi
5956if 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; }
5959else
5960  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5961$as_echo "ok" >&6; }
5962fi
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.
5987if test "${enable_libtool_lock+set}" = set; then :
5988  enableval=$enable_libtool_lock;
5989fi
5990
5991test "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.
5995case $host in
5996ia64-*-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
6052x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6053s390*-*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; }
6111if ${lt_cv_cc_needs_belf+:} false; then :
6112  $as_echo_n "(cached) " >&6
6113else
6114  ac_ext=c
6115ac_cpp='$CPP $CPPFLAGS'
6116ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6117ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6118ac_compiler_gnu=$ac_cv_c_compiler_gnu
6119
6120     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6121/* end confdefs.h.  */
6122
6123int
6124main ()
6125{
6126
6127  ;
6128  return 0;
6129}
6130_ACEOF
6131if ac_fn_c_try_link "$LINENO"; then :
6132  lt_cv_cc_needs_belf=yes
6133else
6134  lt_cv_cc_needs_belf=no
6135fi
6136rm -f core conftest.err conftest.$ac_objext \
6137    conftest$ac_exeext conftest.$ac_ext
6138     ac_ext=c
6139ac_cpp='$CPP $CPPFLAGS'
6140ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6141ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6142ac_compiler_gnu=$ac_cv_c_compiler_gnu
6143
6144fi
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  ;;
6152sparc*-*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  ;;
6175esac
6176
6177need_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.
6184set 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; }
6187if ${ac_cv_prog_DSYMUTIL+:} false; then :
6188  $as_echo_n "(cached) " >&6
6189else
6190  if test -n "$DSYMUTIL"; then
6191  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6192else
6193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194for as_dir in $PATH
6195do
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
6204done
6205  done
6206IFS=$as_save_IFS
6207
6208fi
6209fi
6210DSYMUTIL=$ac_cv_prog_DSYMUTIL
6211if test -n "$DSYMUTIL"; then
6212  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6213$as_echo "$DSYMUTIL" >&6; }
6214else
6215  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216$as_echo "no" >&6; }
6217fi
6218
6219
6220fi
6221if 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.
6224set 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; }
6227if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6228  $as_echo_n "(cached) " >&6
6229else
6230  if test -n "$ac_ct_DSYMUTIL"; then
6231  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6232else
6233as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234for as_dir in $PATH
6235do
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
6244done
6245  done
6246IFS=$as_save_IFS
6247
6248fi
6249fi
6250ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6251if 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; }
6254else
6255  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256$as_echo "no" >&6; }
6257fi
6258
6259  if test "x$ac_ct_DSYMUTIL" = x; then
6260    DSYMUTIL=":"
6261  else
6262    case $cross_compiling:$ac_tool_warned in
6263yes:)
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;}
6266ac_tool_warned=yes ;;
6267esac
6268    DSYMUTIL=$ac_ct_DSYMUTIL
6269  fi
6270else
6271  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6272fi
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.
6276set 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; }
6279if ${ac_cv_prog_NMEDIT+:} false; then :
6280  $as_echo_n "(cached) " >&6
6281else
6282  if test -n "$NMEDIT"; then
6283  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6284else
6285as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6286for as_dir in $PATH
6287do
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
6296done
6297  done
6298IFS=$as_save_IFS
6299
6300fi
6301fi
6302NMEDIT=$ac_cv_prog_NMEDIT
6303if test -n "$NMEDIT"; then
6304  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6305$as_echo "$NMEDIT" >&6; }
6306else
6307  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6308$as_echo "no" >&6; }
6309fi
6310
6311
6312fi
6313if 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.
6316set 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; }
6319if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6320  $as_echo_n "(cached) " >&6
6321else
6322  if test -n "$ac_ct_NMEDIT"; then
6323  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6324else
6325as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326for as_dir in $PATH
6327do
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
6336done
6337  done
6338IFS=$as_save_IFS
6339
6340fi
6341fi
6342ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6343if 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; }
6346else
6347  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6348$as_echo "no" >&6; }
6349fi
6350
6351  if test "x$ac_ct_NMEDIT" = x; then
6352    NMEDIT=":"
6353  else
6354    case $cross_compiling:$ac_tool_warned in
6355yes:)
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;}
6358ac_tool_warned=yes ;;
6359esac
6360    NMEDIT=$ac_ct_NMEDIT
6361  fi
6362else
6363  NMEDIT="$ac_cv_prog_NMEDIT"
6364fi
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.
6368set 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; }
6371if ${ac_cv_prog_LIPO+:} false; then :
6372  $as_echo_n "(cached) " >&6
6373else
6374  if test -n "$LIPO"; then
6375  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6376else
6377as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6378for as_dir in $PATH
6379do
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
6388done
6389  done
6390IFS=$as_save_IFS
6391
6392fi
6393fi
6394LIPO=$ac_cv_prog_LIPO
6395if test -n "$LIPO"; then
6396  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6397$as_echo "$LIPO" >&6; }
6398else
6399  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6400$as_echo "no" >&6; }
6401fi
6402
6403
6404fi
6405if 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.
6408set 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; }
6411if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6412  $as_echo_n "(cached) " >&6
6413else
6414  if test -n "$ac_ct_LIPO"; then
6415  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6416else
6417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6418for as_dir in $PATH
6419do
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
6428done
6429  done
6430IFS=$as_save_IFS
6431
6432fi
6433fi
6434ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6435if 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; }
6438else
6439  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6440$as_echo "no" >&6; }
6441fi
6442
6443  if test "x$ac_ct_LIPO" = x; then
6444    LIPO=":"
6445  else
6446    case $cross_compiling:$ac_tool_warned in
6447yes:)
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;}
6450ac_tool_warned=yes ;;
6451esac
6452    LIPO=$ac_ct_LIPO
6453  fi
6454else
6455  LIPO="$ac_cv_prog_LIPO"
6456fi
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.
6460set 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; }
6463if ${ac_cv_prog_OTOOL+:} false; then :
6464  $as_echo_n "(cached) " >&6
6465else
6466  if test -n "$OTOOL"; then
6467  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6468else
6469as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6470for as_dir in $PATH
6471do
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
6480done
6481  done
6482IFS=$as_save_IFS
6483
6484fi
6485fi
6486OTOOL=$ac_cv_prog_OTOOL
6487if test -n "$OTOOL"; then
6488  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6489$as_echo "$OTOOL" >&6; }
6490else
6491  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6492$as_echo "no" >&6; }
6493fi
6494
6495
6496fi
6497if 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.
6500set 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; }
6503if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6504  $as_echo_n "(cached) " >&6
6505else
6506  if test -n "$ac_ct_OTOOL"; then
6507  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6508else
6509as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6510for as_dir in $PATH
6511do
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
6520done
6521  done
6522IFS=$as_save_IFS
6523
6524fi
6525fi
6526ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6527if 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; }
6530else
6531  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6532$as_echo "no" >&6; }
6533fi
6534
6535  if test "x$ac_ct_OTOOL" = x; then
6536    OTOOL=":"
6537  else
6538    case $cross_compiling:$ac_tool_warned in
6539yes:)
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;}
6542ac_tool_warned=yes ;;
6543esac
6544    OTOOL=$ac_ct_OTOOL
6545  fi
6546else
6547  OTOOL="$ac_cv_prog_OTOOL"
6548fi
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.
6552set 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; }
6555if ${ac_cv_prog_OTOOL64+:} false; then :
6556  $as_echo_n "(cached) " >&6
6557else
6558  if test -n "$OTOOL64"; then
6559  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6560else
6561as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562for as_dir in $PATH
6563do
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
6572done
6573  done
6574IFS=$as_save_IFS
6575
6576fi
6577fi
6578OTOOL64=$ac_cv_prog_OTOOL64
6579if test -n "$OTOOL64"; then
6580  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6581$as_echo "$OTOOL64" >&6; }
6582else
6583  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6584$as_echo "no" >&6; }
6585fi
6586
6587
6588fi
6589if 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.
6592set 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; }
6595if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6596  $as_echo_n "(cached) " >&6
6597else
6598  if test -n "$ac_ct_OTOOL64"; then
6599  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6600else
6601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6602for as_dir in $PATH
6603do
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
6612done
6613  done
6614IFS=$as_save_IFS
6615
6616fi
6617fi
6618ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6619if 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; }
6622else
6623  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6624$as_echo "no" >&6; }
6625fi
6626
6627  if test "x$ac_ct_OTOOL64" = x; then
6628    OTOOL64=":"
6629  else
6630    case $cross_compiling:$ac_tool_warned in
6631yes:)
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;}
6634ac_tool_warned=yes ;;
6635esac
6636    OTOOL64=$ac_ct_OTOOL64
6637  fi
6638else
6639  OTOOL64="$ac_cv_prog_OTOOL64"
6640fi
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; }
6670if ${lt_cv_apple_cc_single_mod+:} false; then :
6671  $as_echo_n "(cached) " >&6
6672else
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
6694fi
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; }
6699if ${lt_cv_ld_exported_symbols_list+:} false; then :
6700  $as_echo_n "(cached) " >&6
6701else
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
6709int
6710main ()
6711{
6712
6713  ;
6714  return 0;
6715}
6716_ACEOF
6717if ac_fn_c_try_link "$LINENO"; then :
6718  lt_cv_ld_exported_symbols_list=yes
6719else
6720  lt_cv_ld_exported_symbols_list=no
6721fi
6722rm -f core conftest.err conftest.$ac_objext \
6723    conftest$ac_exeext conftest.$ac_ext
6724	LDFLAGS="$save_LDFLAGS"
6725
6726fi
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
6764ac_ext=c
6765ac_cpp='$CPP $CPPFLAGS'
6766ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6767ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6768ac_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.
6772if test -n "$CPP" && test -d "$CPP"; then
6773  CPP=
6774fi
6775if test -z "$CPP"; then
6776  if ${ac_cv_prog_CPP+:} false; then :
6777  $as_echo_n "(cached) " >&6
6778else
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
6783for ac_c_preproc_warn_flag in '' yes
6784do
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
6800if ac_fn_c_try_cpp "$LINENO"; then :
6801
6802else
6803  # Broken: fails on valid input.
6804continue
6805fi
6806rm -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
6814if ac_fn_c_try_cpp "$LINENO"; then :
6815  # Broken: success on invalid input.
6816continue
6817else
6818  # Passes both tests.
6819ac_preproc_ok=:
6820break
6821fi
6822rm -f conftest.err conftest.i conftest.$ac_ext
6823
6824done
6825# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6826rm -f conftest.i conftest.err conftest.$ac_ext
6827if $ac_preproc_ok; then :
6828  break
6829fi
6830
6831    done
6832    ac_cv_prog_CPP=$CPP
6833
6834fi
6835  CPP=$ac_cv_prog_CPP
6836else
6837  ac_cv_prog_CPP=$CPP
6838fi
6839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6840$as_echo "$CPP" >&6; }
6841ac_preproc_ok=false
6842for ac_c_preproc_warn_flag in '' yes
6843do
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
6859if ac_fn_c_try_cpp "$LINENO"; then :
6860
6861else
6862  # Broken: fails on valid input.
6863continue
6864fi
6865rm -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
6873if ac_fn_c_try_cpp "$LINENO"; then :
6874  # Broken: success on invalid input.
6875continue
6876else
6877  # Passes both tests.
6878ac_preproc_ok=:
6879break
6880fi
6881rm -f conftest.err conftest.i conftest.$ac_ext
6882
6883done
6884# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6885rm -f conftest.i conftest.err conftest.$ac_ext
6886if $ac_preproc_ok; then :
6887
6888else
6889  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6890$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6891as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6892See \`config.log' for more details" "$LINENO" 5; }
6893fi
6894
6895ac_ext=c
6896ac_cpp='$CPP $CPPFLAGS'
6897ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6898ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6899ac_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; }
6904if ${ac_cv_header_stdc+:} false; then :
6905  $as_echo_n "(cached) " >&6
6906else
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
6914int
6915main ()
6916{
6917
6918  ;
6919  return 0;
6920}
6921_ACEOF
6922if ac_fn_c_try_compile "$LINENO"; then :
6923  ac_cv_header_stdc=yes
6924else
6925  ac_cv_header_stdc=no
6926fi
6927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6928
6929if 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
6936if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6937  $EGREP "memchr" >/dev/null 2>&1; then :
6938
6939else
6940  ac_cv_header_stdc=no
6941fi
6942rm -f conftest*
6943
6944fi
6945
6946if 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
6953if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6954  $EGREP "free" >/dev/null 2>&1; then :
6955
6956else
6957  ac_cv_header_stdc=no
6958fi
6959rm -f conftest*
6960
6961fi
6962
6963if 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  :
6967else
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)))
6984int
6985main ()
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
6995if ac_fn_c_try_run "$LINENO"; then :
6996
6997else
6998  ac_cv_header_stdc=no
6999fi
7000rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7001  conftest.$ac_objext conftest.beam conftest.$ac_ext
7002fi
7003
7004fi
7005fi
7006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7007$as_echo "$ac_cv_header_stdc" >&6; }
7008if test $ac_cv_header_stdc = yes; then
7009
7010$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7011
7012fi
7013
7014# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7015for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7016		  inttypes.h stdint.h unistd.h
7017do :
7018  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7019ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7020"
7021if 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
7026fi
7027
7028done
7029
7030
7031for ac_header in dlfcn.h
7032do :
7033  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7034"
7035if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7036  cat >>confdefs.h <<_ACEOF
7037#define HAVE_DLFCN_H 1
7038_ACEOF
7039
7040fi
7041
7042done
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.
7057if 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
7075else
7076  enable_shared=yes
7077fi
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087  # Check whether --enable-static was given.
7088if 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
7106else
7107  enable_static=yes
7108fi
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119# Check whether --with-pic was given.
7120if test "${with_pic+set}" = set; then :
7121  withval=$with_pic; pic_mode="$withval"
7122else
7123  pic_mode=default
7124fi
7125
7126
7127test -z "$pic_mode" && pic_mode=default
7128
7129
7130
7131
7132
7133
7134
7135  # Check whether --enable-fast-install was given.
7136if 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
7154else
7155  enable_fast_install=yes
7156fi
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168# This can be used to rebuild libtool when needed
7169LIBTOOL_DEPS="$ltmain"
7170
7171# Always use our own libtool.
7172LIBTOOL='$(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
7198test -z "$LN_S" && LN_S="ln -s"
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213if test -n "${ZSH_VERSION+set}" ; then
7214   setopt NO_GLOB_SUBST
7215fi
7216
7217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7218$as_echo_n "checking for objdir... " >&6; }
7219if ${lt_cv_objdir+:} false; then :
7220  $as_echo_n "(cached) " >&6
7221else
7222  rm -f .libs 2>/dev/null
7223mkdir .libs 2>/dev/null
7224if test -d .libs; then
7225  lt_cv_objdir=.libs
7226else
7227  # MS-DOS does not allow filenames that begin with a dot.
7228  lt_cv_objdir=_libs
7229fi
7230rmdir .libs 2>/dev/null
7231fi
7232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7233$as_echo "$lt_cv_objdir" >&6; }
7234objdir=$lt_cv_objdir
7235
7236
7237
7238
7239
7240cat >>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
7260case $host_os in
7261aix3*)
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  ;;
7270esac
7271
7272# Sed substitution that helps us do robust quoting.  It backslashifies
7273# metacharacters that are still active within double-quoted strings.
7274sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7275
7276# Same as above, but do not quote variable references.
7277double_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.
7281delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7282
7283# Sed substitution to delay expansion of an escaped single quote.
7284delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7285
7286# Sed substitution to avoid accidental globbing in evaled expressions
7287no_glob_subst='s/\*/\\\*/g'
7288
7289# Global variables:
7290ofile=libtool
7291can_build_shared=yes
7292
7293# All known linkers require a `.a' archive for static linking (except MSVC,
7294# which needs '.lib').
7295libext=a
7296
7297with_gnu_ld="$lt_cv_prog_gnu_ld"
7298
7299old_CC="$CC"
7300old_CFLAGS="$CFLAGS"
7301
7302# Set sane defaults for various variables
7303test -z "$CC" && CC=cc
7304test -z "$LTCC" && LTCC=$CC
7305test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7306test -z "$LD" && LD=ld
7307test -z "$ac_objext" && ac_objext=o
7308
7309for 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
7316done
7317cc_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
7321test -z "$MAGIC_CMD" && MAGIC_CMD=file
7322case $deplibs_check_method in
7323file_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; }
7327if ${lt_cv_path_MAGIC_CMD+:} false; then :
7328  $as_echo_n "(cached) " >&6
7329else
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  ;;
7373esac
7374fi
7375
7376MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7377if test -n "$MAGIC_CMD"; then
7378  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7379$as_echo "$MAGIC_CMD" >&6; }
7380else
7381  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7382$as_echo "no" >&6; }
7383fi
7384
7385
7386
7387
7388
7389if 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; }
7393if ${lt_cv_path_MAGIC_CMD+:} false; then :
7394  $as_echo_n "(cached) " >&6
7395else
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  ;;
7439esac
7440fi
7441
7442MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7443if test -n "$MAGIC_CMD"; then
7444  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7445$as_echo "$MAGIC_CMD" >&6; }
7446else
7447  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7448$as_echo "no" >&6; }
7449fi
7450
7451
7452  else
7453    MAGIC_CMD=:
7454  fi
7455fi
7456
7457  fi
7458  ;;
7459esac
7460
7461# Use C for the default configuration in the libtool script
7462
7463lt_save_CC="$CC"
7464ac_ext=c
7465ac_cpp='$CPP $CPPFLAGS'
7466ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7467ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7468ac_compiler_gnu=$ac_cv_c_compiler_gnu
7469
7470
7471# Source file extension for C test sources.
7472ac_ext=c
7473
7474# Object file extension for compiled C test sources.
7475objext=o
7476objext=$objext
7477
7478# Code to be used in simple compile tests
7479lt_simple_compile_test_code="int some_variable = 0;"
7480
7481# Code to be used in simple link tests
7482lt_simple_link_test_code='int main(){return(0);}'
7483
7484
7485
7486
7487
7488
7489
7490# If no C compiler was specified, use CC.
7491LTCC=${LTCC-"$CC"}
7492
7493# If no C compiler flags were specified, use CFLAGS.
7494LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7495
7496# Allow CC to be a program name with arguments.
7497compiler=$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.
7501compiler_DEFAULT=$CC
7502
7503# save warnings/boilerplate of simple test code
7504ac_outfile=conftest.$ac_objext
7505echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7506eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7507_lt_compiler_boilerplate=`cat conftest.err`
7508$RM conftest*
7509
7510ac_outfile=conftest.$ac_objext
7511echo "$lt_simple_link_test_code" >conftest.$ac_ext
7512eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7513_lt_linker_boilerplate=`cat conftest.err`
7514$RM -r conftest*
7515
7516
7517if test -n "$compiler"; then
7518
7519lt_prog_compiler_no_builtin_flag=
7520
7521if 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; }
7526if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7527  $as_echo_n "(cached) " >&6
7528else
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
7558fi
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
7562if 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"
7564else
7565    :
7566fi
7567
7568fi
7569
7570
7571
7572
7573
7574
7575  lt_prog_compiler_wl=
7576lt_prog_compiler_pic=
7577lt_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
7842case $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    ;;
7850esac
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#
7862if 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; }
7865if ${lt_cv_prog_compiler_pic_works+:} false; then :
7866  $as_echo_n "(cached) " >&6
7867else
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
7897fi
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
7901if 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
7906else
7907    lt_prog_compiler_pic=
7908     lt_prog_compiler_can_build_shared=no
7909fi
7910
7911fi
7912
7913
7914
7915
7916
7917
7918#
7919# Check to make sure the static flag actually works.
7920#
7921wl=$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; }
7924if ${lt_cv_prog_compiler_static_works+:} false; then :
7925  $as_echo_n "(cached) " >&6
7926else
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
7949fi
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
7953if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7954    :
7955else
7956    lt_prog_compiler_static=
7957fi
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; }
7967if ${lt_cv_prog_compiler_c_o+:} false; then :
7968  $as_echo_n "(cached) " >&6
7969else
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
8011fi
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; }
8022if ${lt_cv_prog_compiler_c_o+:} false; then :
8023  $as_echo_n "(cached) " >&6
8024else
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
8066fi
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
8073hard_links="nottested"
8074if 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
8091else
8092  need_locks=no
8093fi
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@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
8545int
8546main ()
8547{
8548
8549  ;
8550  return 0;
8551}
8552_ACEOF
8553if ac_fn_c_try_link "$LINENO"; then :
8554
8555lt_aix_libpath_sed='
8556    /Import File Strings/,/^$/ {
8557	/^0/ {
8558	    s/^0  *\(.*\)$/\1/
8559	    p
8560	}
8561    }'
8562aix_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.
8564if test -z "$aix_libpath"; then
8565  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8566fi
8567fi
8568rm -f core conftest.err conftest.$ac_objext \
8569    conftest$ac_exeext conftest.$ac_ext
8570if 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
8585int
8586main ()
8587{
8588
8589  ;
8590  return 0;
8591}
8592_ACEOF
8593if ac_fn_c_try_link "$LINENO"; then :
8594
8595lt_aix_libpath_sed='
8596    /Import File Strings/,/^$/ {
8597	/^0/ {
8598	    s/^0  *\(.*\)$/\1/
8599	    p
8600	}
8601    }'
8602aix_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.
8604if test -z "$aix_libpath"; then
8605  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8606fi
8607fi
8608rm -f core conftest.err conftest.$ac_objext \
8609    conftest$ac_exeext conftest.$ac_ext
8610if 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.  */
8823int foo(void) {}
8824_ACEOF
8825if 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
8828fi
8829rm -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; }
9088test "$ld_shlibs" = no && can_build_shared=no
9089
9090with_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#
9109case "x$archive_cmds_need_lc" in
9110x|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  ;;
9167esac
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
9328if 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 '
9356BEGIN {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`
9376else
9377  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9378fi
9379library_names_spec=
9380libname_spec='lib$name'
9381soname_spec=
9382shrext_cmds=".so"
9383postinstall_cmds=
9384postuninstall_cmds=
9385finish_cmds=
9386finish_eval=
9387shlibpath_var=
9388shlibpath_overrides_runpath=unknown
9389version_type=none
9390dynamic_linker="$host_os ld.so"
9391sys_lib_dlsearch_path_spec="/lib /usr/lib"
9392need_lib_prefix=unknown
9393hardcode_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
9397need_version=unknown
9398
9399case $host_os in
9400aix3*)
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
9409aix[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
9453amigaos*)
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
9468beos*)
9469  library_names_spec='${libname}${shared_ext}'
9470  dynamic_linker="$host_os ld.so"
9471  shlibpath_var=LIBRARY_PATH
9472  ;;
9473
9474bsdi[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
9488cygwin* | 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
9550darwin* | 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
9565dgux*)
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
9574freebsd1*)
9575  dynamic_linker=no
9576  ;;
9577
9578freebsd* | 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
9622gnu*)
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
9632hpux9* | 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
9678interix[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
9690irix5* | 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.
9728linux*oldld* | linux*aout* | linux*coff*)
9729  dynamic_linker=no
9730  ;;
9731
9732# This must be Linux ELF.
9733linux* | 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
9750int
9751main ()
9752{
9753
9754  ;
9755  return 0;
9756}
9757_ACEOF
9758if 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
9761fi
9762fi
9763rm -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
9788netbsd*)
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
9806newsos6)
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
9825openbsd*)
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
9851os2*)
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
9860osf3* | 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
9871rdos*)
9872  dynamic_linker=no
9873  ;;
9874
9875solaris*)
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
9888sunos4*)
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
9900sysv4 | 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
9923sysv4*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
9932sysv5* | 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
9954tpf*)
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
9965uts4*)
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  ;;
9975esac
9976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9977$as_echo "$dynamic_linker" >&6; }
9978test "$dynamic_linker" = no && can_build_shared=no
9979
9980variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9981if test "$GCC" = yes; then
9982  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9983fi
9984
9985if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9986  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9987fi
9988if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9989  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9990fi
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; }
10080hardcode_action=
10081if 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
10098else
10099  # We cannot hardcode anything, or else we can only hardcode existing
10100  # directories.
10101  hardcode_action=unsupported
10102fi
10103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10104$as_echo "$hardcode_action" >&6; }
10105
10106if test "$hardcode_action" = relink ||
10107   test "$inherit_rpath" = yes; then
10108  # Fast installation is not supported
10109  enable_fast_install=no
10110elif test "$shlibpath_overrides_runpath" = yes ||
10111     test "$enable_shared" = no; then
10112  # Fast installation is not necessary
10113  enable_fast_install=needless
10114fi
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
10125else
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; }
10150if ${ac_cv_lib_dl_dlopen+:} false; then :
10151  $as_echo_n "(cached) " >&6
10152else
10153  ac_check_lib_save_LIBS=$LIBS
10154LIBS="-ldl  $LIBS"
10155cat 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
10162extern "C"
10163#endif
10164char dlopen ();
10165int
10166main ()
10167{
10168return dlopen ();
10169  ;
10170  return 0;
10171}
10172_ACEOF
10173if ac_fn_c_try_link "$LINENO"; then :
10174  ac_cv_lib_dl_dlopen=yes
10175else
10176  ac_cv_lib_dl_dlopen=no
10177fi
10178rm -f core conftest.err conftest.$ac_objext \
10179    conftest$ac_exeext conftest.$ac_ext
10180LIBS=$ac_check_lib_save_LIBS
10181fi
10182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10183$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10184if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10185  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10186else
10187
10188    lt_cv_dlopen="dyld"
10189    lt_cv_dlopen_libs=
10190    lt_cv_dlopen_self=yes
10191
10192fi
10193
10194    ;;
10195
10196  *)
10197    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10198if test "x$ac_cv_func_shl_load" = xyes; then :
10199  lt_cv_dlopen="shl_load"
10200else
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; }
10203if ${ac_cv_lib_dld_shl_load+:} false; then :
10204  $as_echo_n "(cached) " >&6
10205else
10206  ac_check_lib_save_LIBS=$LIBS
10207LIBS="-ldld  $LIBS"
10208cat 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
10215extern "C"
10216#endif
10217char shl_load ();
10218int
10219main ()
10220{
10221return shl_load ();
10222  ;
10223  return 0;
10224}
10225_ACEOF
10226if ac_fn_c_try_link "$LINENO"; then :
10227  ac_cv_lib_dld_shl_load=yes
10228else
10229  ac_cv_lib_dld_shl_load=no
10230fi
10231rm -f core conftest.err conftest.$ac_objext \
10232    conftest$ac_exeext conftest.$ac_ext
10233LIBS=$ac_check_lib_save_LIBS
10234fi
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; }
10237if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10238  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10239else
10240  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10241if test "x$ac_cv_func_dlopen" = xyes; then :
10242  lt_cv_dlopen="dlopen"
10243else
10244  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10245$as_echo_n "checking for dlopen in -ldl... " >&6; }
10246if ${ac_cv_lib_dl_dlopen+:} false; then :
10247  $as_echo_n "(cached) " >&6
10248else
10249  ac_check_lib_save_LIBS=$LIBS
10250LIBS="-ldl  $LIBS"
10251cat 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
10258extern "C"
10259#endif
10260char dlopen ();
10261int
10262main ()
10263{
10264return dlopen ();
10265  ;
10266  return 0;
10267}
10268_ACEOF
10269if ac_fn_c_try_link "$LINENO"; then :
10270  ac_cv_lib_dl_dlopen=yes
10271else
10272  ac_cv_lib_dl_dlopen=no
10273fi
10274rm -f core conftest.err conftest.$ac_objext \
10275    conftest$ac_exeext conftest.$ac_ext
10276LIBS=$ac_check_lib_save_LIBS
10277fi
10278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10279$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10280if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10281  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10282else
10283  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10284$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10285if ${ac_cv_lib_svld_dlopen+:} false; then :
10286  $as_echo_n "(cached) " >&6
10287else
10288  ac_check_lib_save_LIBS=$LIBS
10289LIBS="-lsvld  $LIBS"
10290cat 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
10297extern "C"
10298#endif
10299char dlopen ();
10300int
10301main ()
10302{
10303return dlopen ();
10304  ;
10305  return 0;
10306}
10307_ACEOF
10308if ac_fn_c_try_link "$LINENO"; then :
10309  ac_cv_lib_svld_dlopen=yes
10310else
10311  ac_cv_lib_svld_dlopen=no
10312fi
10313rm -f core conftest.err conftest.$ac_objext \
10314    conftest$ac_exeext conftest.$ac_ext
10315LIBS=$ac_check_lib_save_LIBS
10316fi
10317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10318$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10319if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10320  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10321else
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; }
10324if ${ac_cv_lib_dld_dld_link+:} false; then :
10325  $as_echo_n "(cached) " >&6
10326else
10327  ac_check_lib_save_LIBS=$LIBS
10328LIBS="-ldld  $LIBS"
10329cat 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
10336extern "C"
10337#endif
10338char dld_link ();
10339int
10340main ()
10341{
10342return dld_link ();
10343  ;
10344  return 0;
10345}
10346_ACEOF
10347if ac_fn_c_try_link "$LINENO"; then :
10348  ac_cv_lib_dld_dld_link=yes
10349else
10350  ac_cv_lib_dld_dld_link=no
10351fi
10352rm -f core conftest.err conftest.$ac_objext \
10353    conftest$ac_exeext conftest.$ac_ext
10354LIBS=$ac_check_lib_save_LIBS
10355fi
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; }
10358if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10359  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10360fi
10361
10362
10363fi
10364
10365
10366fi
10367
10368
10369fi
10370
10371
10372fi
10373
10374
10375fi
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; }
10399if ${lt_cv_dlopen_self+:} false; then :
10400  $as_echo_n "(cached) " >&6
10401else
10402  	  if test "$cross_compiling" = yes; then :
10403  lt_cv_dlopen_self=cross
10404else
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
10449void fnord() { int i=42;}
10450int 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
10483fi
10484rm -fr conftest*
10485
10486
10487fi
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; }
10495if ${lt_cv_dlopen_self_static+:} false; then :
10496  $as_echo_n "(cached) " >&6
10497else
10498  	  if test "$cross_compiling" = yes; then :
10499  lt_cv_dlopen_self_static=cross
10500else
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
10545void fnord() { int i=42;}
10546int 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
10579fi
10580rm -fr conftest*
10581
10582
10583fi
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
10603fi
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621striplib=
10622old_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; }
10625if 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; }
10630else
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
10649fi
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
10702fi
10703ac_ext=c
10704ac_cpp='$CPP $CPPFLAGS'
10705ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10706ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10707ac_compiler_gnu=$ac_cv_c_compiler_gnu
10708
10709CC="$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; }
10733LN_S=$as_ln_s
10734if test "$LN_S" = "ln -s"; then
10735  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10736$as_echo "yes" >&6; }
10737else
10738  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
10739$as_echo "no, using $LN_S" >&6; }
10740fi
10741
10742
10743
10744
10745
10746
10747
10748if 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.
10750set 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; }
10753if ${ac_cv_prog_AR+:} false; then :
10754  $as_echo_n "(cached) " >&6
10755else
10756  if test -n "$AR"; then
10757  ac_cv_prog_AR="$AR" # Let the user override the test.
10758else
10759as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10760for as_dir in $PATH
10761do
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
10770done
10771  done
10772IFS=$as_save_IFS
10773
10774fi
10775fi
10776AR=$ac_cv_prog_AR
10777if test -n "$AR"; then
10778  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
10779$as_echo "$AR" >&6; }
10780else
10781  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10782$as_echo "no" >&6; }
10783fi
10784
10785
10786fi
10787if 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.
10790set 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; }
10793if ${ac_cv_prog_ac_ct_AR+:} false; then :
10794  $as_echo_n "(cached) " >&6
10795else
10796  if test -n "$ac_ct_AR"; then
10797  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
10798else
10799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10800for as_dir in $PATH
10801do
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
10810done
10811  done
10812IFS=$as_save_IFS
10813
10814fi
10815fi
10816ac_ct_AR=$ac_cv_prog_ac_ct_AR
10817if 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; }
10820else
10821  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10822$as_echo "no" >&6; }
10823fi
10824
10825  if test "x$ac_ct_AR" = x; then
10826    AR=":"
10827  else
10828    case $cross_compiling:$ac_tool_warned in
10829yes:)
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;}
10832ac_tool_warned=yes ;;
10833esac
10834    AR=$ac_ct_AR
10835  fi
10836else
10837  AR="$ac_cv_prog_AR"
10838fi
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; }
10845if 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; }
10849else
10850  WARNCFLAGS=""
10851       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10852$as_echo "no" >&6; }
10853fi
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; }
10859if ${ac_cv_search_dlopen+:} false; then :
10860  $as_echo_n "(cached) " >&6
10861else
10862  ac_func_search_save_LIBS=$LIBS
10863cat 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
10870extern "C"
10871#endif
10872char dlopen ();
10873int
10874main ()
10875{
10876return dlopen ();
10877  ;
10878  return 0;
10879}
10880_ACEOF
10881for 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
10890fi
10891rm -f core conftest.err conftest.$ac_objext \
10892    conftest$ac_exeext
10893  if ${ac_cv_search_dlopen+:} false; then :
10894  break
10895fi
10896done
10897if ${ac_cv_search_dlopen+:} false; then :
10898
10899else
10900  ac_cv_search_dlopen=no
10901fi
10902rm conftest.$ac_ext
10903LIBS=$ac_func_search_save_LIBS
10904fi
10905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
10906$as_echo "$ac_cv_search_dlopen" >&6; }
10907ac_res=$ac_cv_search_dlopen
10908if test "$ac_res" != no; then :
10909  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
10910
10911fi
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; }
10918if ${ac_cv_header_stdc+:} false; then :
10919  $as_echo_n "(cached) " >&6
10920else
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
10928int
10929main ()
10930{
10931
10932  ;
10933  return 0;
10934}
10935_ACEOF
10936if ac_fn_c_try_compile "$LINENO"; then :
10937  ac_cv_header_stdc=yes
10938else
10939  ac_cv_header_stdc=no
10940fi
10941rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10942
10943if 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
10950if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10951  $EGREP "memchr" >/dev/null 2>&1; then :
10952
10953else
10954  ac_cv_header_stdc=no
10955fi
10956rm -f conftest*
10957
10958fi
10959
10960if 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
10967if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
10968  $EGREP "free" >/dev/null 2>&1; then :
10969
10970else
10971  ac_cv_header_stdc=no
10972fi
10973rm -f conftest*
10974
10975fi
10976
10977if 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  :
10981else
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)))
10998int
10999main ()
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
11009if ac_fn_c_try_run "$LINENO"; then :
11010
11011else
11012  ac_cv_header_stdc=no
11013fi
11014rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11015  conftest.$ac_objext conftest.beam conftest.$ac_ext
11016fi
11017
11018fi
11019fi
11020{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11021$as_echo "$ac_cv_header_stdc" >&6; }
11022if test $ac_cv_header_stdc = yes; then
11023
11024$as_echo "#define STDC_HEADERS 1" >>confdefs.h
11025
11026fi
11027
11028for ac_header in CommonCrypto/CommonDigest.h
11029do :
11030  ac_fn_c_check_header_mongrel "$LINENO" "CommonCrypto/CommonDigest.h" "ac_cv_header_CommonCrypto_CommonDigest_h" "$ac_includes_default"
11031if 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
11036fi
11037
11038done
11039
11040for ac_header in dmalloc.h direct.h errno.h fcntl.h \
11041                 inttypes.h limits.h malloc.h zlib.h
11042do :
11043  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11044ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11045if 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
11050fi
11051
11052done
11053
11054for 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
11058do :
11059  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11060ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11061if 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
11066fi
11067
11068done
11069
11070for ac_header in sys/cdefs.h sys/file.h sys/mman.h sys/param.h \
11071                  sys/resource.h sys/uio.h
11072do :
11073  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11074ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11075if 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
11080fi
11081
11082done
11083
11084
11085for ac_header in bzlib.h
11086do :
11087  ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default"
11088if test "x$ac_cv_header_bzlib_h" = xyes; then :
11089  cat >>confdefs.h <<_ACEOF
11090#define HAVE_BZLIB_H 1
11091_ACEOF
11092
11093else
11094  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11095$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11096as_fn_error $? "missing <bzlib.h>; is bzip2 installed?
11097See \`config.log' for more details" "$LINENO" 5; }
11098fi
11099
11100done
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; }
11108if ${ac_cv_type_unsigned_long_long_int+:} false; then :
11109  $as_echo_n "(cached) " >&6
11110else
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;
11130int
11131main ()
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
11145if ac_fn_c_try_link "$LINENO"; then :
11146
11147else
11148  ac_cv_type_unsigned_long_long_int=no
11149fi
11150rm -f core conftest.err conftest.$ac_objext \
11151    conftest$ac_exeext conftest.$ac_ext
11152     fi
11153fi
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; }
11166if ${ac_cv_type_long_long_int+:} false; then :
11167  $as_echo_n "(cached) " >&6
11168else
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  :
11175else
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
11184int
11185main ()
11186{
11187long 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
11202if ac_fn_c_try_run "$LINENO"; then :
11203
11204else
11205  ac_cv_type_long_long_int=no
11206fi
11207rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11208  conftest.$ac_objext conftest.beam conftest.$ac_ext
11209fi
11210
11211	fi
11212      fi
11213fi
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
11222ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11223if test "x$ac_cv_type_size_t" = xyes; then :
11224
11225else
11226
11227cat >>confdefs.h <<_ACEOF
11228#define size_t unsigned int
11229_ACEOF
11230
11231fi
11232
11233ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
11234case $ac_cv_c_uint16_t in #(
11235  no|yes) ;; #(
11236  *)
11237
11238
11239cat >>confdefs.h <<_ACEOF
11240#define uint16_t $ac_cv_c_uint16_t
11241_ACEOF
11242;;
11243  esac
11244
11245ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
11246case $ac_cv_c_uint32_t in #(
11247  no|yes) ;; #(
11248  *)
11249
11250$as_echo "#define _UINT32_T 1" >>confdefs.h
11251
11252
11253cat >>confdefs.h <<_ACEOF
11254#define uint32_t $ac_cv_c_uint32_t
11255_ACEOF
11256;;
11257  esac
11258
11259ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
11260case $ac_cv_c_uint64_t in #(
11261  no|yes) ;; #(
11262  *)
11263
11264$as_echo "#define _UINT64_T 1" >>confdefs.h
11265
11266
11267cat >>confdefs.h <<_ACEOF
11268#define uint64_t $ac_cv_c_uint64_t
11269_ACEOF
11270;;
11271  esac
11272
11273ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
11274case $ac_cv_c_uint8_t in #(
11275  no|yes) ;; #(
11276  *)
11277
11278$as_echo "#define _UINT8_T 1" >>confdefs.h
11279
11280
11281cat >>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@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.
11351if 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
11361else
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.
11366set 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; }
11369if ${ac_cv_path_PKG_CONFIG+:} false; then :
11370  $as_echo_n "(cached) " >&6
11371else
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
11378for as_dir in $PATH
11379do
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
11388done
11389  done
11390IFS=$as_save_IFS
11391
11392  ;;
11393esac
11394fi
11395PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11396if test -n "$PKG_CONFIG"; then
11397  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11398$as_echo "$PKG_CONFIG" >&6; }
11399else
11400  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
11402fi
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
11420fi
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>
11467int
11468main ()
11469{
11470SSL_new(NULL)
11471  ;
11472  return 0;
11473}
11474_ACEOF
11475if 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
11481else
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
11487fi
11488rm -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
11499ac_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"
11512if test "x$ac_cv_type_SHA256_CTX" = xyes; then :
11513
11514cat >>confdefs.h <<_ACEOF
11515#define HAVE_SHA256_CTX 1
11516_ACEOF
11517
11518
11519else
11520  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11521$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11522as_fn_error $? "missing SHA256_CTX; is openssl 0.9.8 or newer installed?
11523See \`config.log' for more details" "$LINENO" 5; }
11524fi
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; }
11531if ${ac_cv_search_gzopen+:} false; then :
11532  $as_echo_n "(cached) " >&6
11533else
11534  ac_func_search_save_LIBS=$LIBS
11535cat 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
11542extern "C"
11543#endif
11544char gzopen ();
11545int
11546main ()
11547{
11548return gzopen ();
11549  ;
11550  return 0;
11551}
11552_ACEOF
11553for 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
11562fi
11563rm -f core conftest.err conftest.$ac_objext \
11564    conftest$ac_exeext
11565  if ${ac_cv_search_gzopen+:} false; then :
11566  break
11567fi
11568done
11569if ${ac_cv_search_gzopen+:} false; then :
11570
11571else
11572  ac_cv_search_gzopen=no
11573fi
11574rm conftest.$ac_ext
11575LIBS=$ac_func_search_save_LIBS
11576fi
11577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gzopen" >&5
11578$as_echo "$ac_cv_search_gzopen" >&6; }
11579ac_res=$ac_cv_search_gzopen
11580if test "$ac_res" != no; then :
11581  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11582
11583fi
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; }
11587if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
11588  $as_echo_n "(cached) " >&6
11589else
11590  ac_func_search_save_LIBS=$LIBS
11591cat 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
11598extern "C"
11599#endif
11600char BZ2_bzDecompress ();
11601int
11602main ()
11603{
11604return BZ2_bzDecompress ();
11605  ;
11606  return 0;
11607}
11608_ACEOF
11609for 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
11618fi
11619rm -f core conftest.err conftest.$ac_objext \
11620    conftest$ac_exeext
11621  if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
11622  break
11623fi
11624done
11625if ${ac_cv_search_BZ2_bzDecompress+:} false; then :
11626
11627else
11628  ac_cv_search_BZ2_bzDecompress=no
11629fi
11630rm conftest.$ac_ext
11631LIBS=$ac_func_search_save_LIBS
11632fi
11633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_BZ2_bzDecompress" >&5
11634$as_echo "$ac_cv_search_BZ2_bzDecompress" >&6; }
11635ac_res=$ac_cv_search_BZ2_bzDecompress
11636if test "$ac_res" != no; then :
11637  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11638
11639fi
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; }
11643if ${ac_cv_search_RSA_public_encrypt+:} false; then :
11644  $as_echo_n "(cached) " >&6
11645else
11646  ac_func_search_save_LIBS=$LIBS
11647cat 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
11654extern "C"
11655#endif
11656char RSA_public_encrypt ();
11657int
11658main ()
11659{
11660return RSA_public_encrypt ();
11661  ;
11662  return 0;
11663}
11664_ACEOF
11665for 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
11674fi
11675rm -f core conftest.err conftest.$ac_objext \
11676    conftest$ac_exeext
11677  if ${ac_cv_search_RSA_public_encrypt+:} false; then :
11678  break
11679fi
11680done
11681if ${ac_cv_search_RSA_public_encrypt+:} false; then :
11682
11683else
11684  ac_cv_search_RSA_public_encrypt=no
11685fi
11686rm conftest.$ac_ext
11687LIBS=$ac_func_search_save_LIBS
11688fi
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; }
11691ac_res=$ac_cv_search_RSA_public_encrypt
11692if test "$ac_res" != no; then :
11693  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11694
11695fi
11696
11697
11698# Initialize the testsuite
11699#
11700ac_config_commands="$ac_config_commands tests/atconfig"
11701
11702
11703AUTOM4TE=${AUTOM4TE-"${am_missing_run}autom4te"}
11704
11705
11706# Generate the Makefiles
11707#
11708ac_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
11710cat >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
11772if 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
11793fi
11794rm -f confcache
11795
11796test "x$prefix" = xNONE && prefix=$ac_default_prefix
11797# Let make expand exec_prefix.
11798test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11799
11800DEFS=-DHAVE_CONFIG_H
11801
11802ac_libobjs=
11803ac_ltlibobjs=
11804U=
11805for 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'
11813done
11814LIBOBJS=$ac_libobjs
11815
11816LTLIBOBJS=$ac_ltlibobjs
11817
11818
11819if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11820  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
11821Usually this means the macro was only invoked conditionally." "$LINENO" 5
11822fi
11823if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11824  as_fn_error $? "conditional \"AMDEP\" was never defined.
11825Usually this means the macro was only invoked conditionally." "$LINENO" 5
11826fi
11827if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11828  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11829Usually this means the macro was only invoked conditionally." "$LINENO" 5
11830fi
11831
11832: "${CONFIG_STATUS=./config.status}"
11833ac_write_fail=0
11834ac_clean_files_save=$ac_clean_files
11835ac_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;}
11838as_write_fail=0
11839cat >$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
11846debug=false
11847ac_cs_recheck=false
11848ac_cs_silent=false
11849
11850SHELL=\${CONFIG_SHELL-$SHELL}
11851export SHELL
11852_ASEOF
11853cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11854## -------------------- ##
11855## M4sh Initialization. ##
11856## -------------------- ##
11857
11858# Be more Bourne compatible
11859DUALCASE=1; export DUALCASE # for MKS sh
11860if 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
11867else
11868  case `(set -o) 2>/dev/null` in #(
11869  *posix*) :
11870    set -o posix ;; #(
11871  *) :
11872     ;;
11873esac
11874fi
11875
11876
11877as_nl='
11878'
11879export as_nl
11880# Printing a long string crashes Solaris 7 /usr/bin/printf.
11881as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11882as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11883as_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.
11886if 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 --'
11890elif (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'
11893else
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'
11913fi
11914
11915# The user is always right.
11916if 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  }
11922fi
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.)
11930IFS=" ""	$as_nl"
11931
11932# Find who we are.  Look in the path if we contain no directory separator.
11933as_myself=
11934case $0 in #((
11935  *[\\/]* ) as_myself=$0 ;;
11936  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11937for as_dir in $PATH
11938do
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
11943IFS=$as_save_IFS
11944
11945     ;;
11946esac
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.
11949if test "x$as_myself" = x; then
11950  as_myself=$0
11951fi
11952if test ! -f "$as_myself"; then
11953  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11954  exit 1
11955fi
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.
11961for as_var in BASH_ENV ENV MAIL MAILPATH
11962do eval test x\${$as_var+set} = xset \
11963  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11964done
11965PS1='$ '
11966PS2='> '
11967PS4='+ '
11968
11969# NLS nuisances.
11970LC_ALL=C
11971export LC_ALL
11972LANGUAGE=C
11973export 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.
11984as_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.
11999as_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.
12007as_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.
12017as_fn_unset ()
12018{
12019  { eval $1=; unset $1;}
12020}
12021as_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.
12028if (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  }'
12033else
12034  as_fn_append ()
12035  {
12036    eval $1=\$$1\$2
12037  }
12038fi # 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.
12045if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12046  eval 'as_fn_arith ()
12047  {
12048    as_val=$(( $* ))
12049  }'
12050else
12051  as_fn_arith ()
12052  {
12053    as_val=`expr "$@" || test $? -eq 1`
12054  }
12055fi # as_fn_arith
12056
12057
12058if expr a : '\(a\)' >/dev/null 2>&1 &&
12059   test "X`expr 00001 : '.*\(...\)'`" = X001; then
12060  as_expr=expr
12061else
12062  as_expr=false
12063fi
12064
12065if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12066  as_basename=basename
12067else
12068  as_basename=false
12069fi
12070
12071if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12072  as_dirname=dirname
12073else
12074  as_dirname=false
12075fi
12076
12077as_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.
12097as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12098as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12099as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12100as_cr_digits='0123456789'
12101as_cr_alnum=$as_cr_Letters$as_cr_digits
12102
12103ECHO_C= ECHO_N= ECHO_T=
12104case `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';;
12114esac
12115
12116rm -f conf$$ conf$$.exe conf$$.file
12117if test -d conf$$.dir; then
12118  rm -f conf$$.dir/conf$$.file
12119else
12120  rm -f conf$$.dir
12121  mkdir conf$$.dir 2>/dev/null
12122fi
12123if (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
12137else
12138  as_ln_s='cp -pR'
12139fi
12140rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12141rmdir conf$$.dir 2>/dev/null
12142
12143
12144# as_fn_mkdir_p
12145# -------------
12146# Create "$as_dir" as a directory, including parents if necessary.
12147as_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
12191if mkdir -p . 2>/dev/null; then
12192  as_mkdir_p='mkdir -p "$as_dir"'
12193else
12194  test -d ./-p && rmdir ./-p
12195  as_mkdir_p=false
12196fi
12197
12198
12199# as_fn_executable_p FILE
12200# -----------------------
12201# Test if FILE is an executable regular file.
12202as_fn_executable_p ()
12203{
12204  test -f "$1" && test -x "$1"
12205} # as_fn_executable_p
12206as_test_x='test -x'
12207as_executable_p=as_fn_executable_p
12208
12209# Sed expression to map a string onto a valid CPP name.
12210as_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.
12213as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12214
12215
12216exec 6>&1
12217## ----------------------------------- ##
12218## Main body of $CONFIG_STATUS script. ##
12219## ----------------------------------- ##
12220_ASEOF
12221test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12222
12223cat >>$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.
12227ac_log="
12228This file was extended by netpgp $as_me 20140220, which was
12229generated 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
12237on `(hostname || uname -n) 2>/dev/null | sed 1q`
12238"
12239
12240_ACEOF
12241
12242case $ac_config_files in *"
12243"*) set x $ac_config_files; shift; ac_config_files=$*;;
12244esac
12245
12246case $ac_config_headers in *"
12247"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12248esac
12249
12250
12251cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12252# Files that config.status was made for.
12253config_files="$ac_config_files"
12254config_headers="$ac_config_headers"
12255config_commands="$ac_config_commands"
12256
12257_ACEOF
12258
12259cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12260ac_cs_usage="\
12261\`$as_me' instantiates files and other configuration actions
12262from templates according to the current configuration.  Unless the files
12263and actions are specified as TAGs, all are instantiated by default.
12264
12265Usage: $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
12279Configuration files:
12280$config_files
12281
12282Configuration headers:
12283$config_headers
12284
12285Configuration commands:
12286$config_commands
12287
12288Report bugs to <Alistair Crooks <agc@netbsd.org> c0596823>."
12289
12290_ACEOF
12291cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12292ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12293ac_cs_version="\\
12294netpgp config.status 20140220
12295configured by $0, generated by GNU Autoconf 2.69,
12296  with options \\"\$ac_cs_config\\"
12297
12298Copyright (C) 2012 Free Software Foundation, Inc.
12299This config.status script is free software; the Free Software Foundation
12300gives unlimited permission to copy, distribute and modify it."
12301
12302ac_pwd='$ac_pwd'
12303srcdir='$srcdir'
12304INSTALL='$INSTALL'
12305MKDIR_P='$MKDIR_P'
12306AWK='$AWK'
12307test -n "\$AWK" || AWK=awk
12308_ACEOF
12309
12310cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12311# The default lists apply if the user does not specify any file.
12312ac_need_defaults=:
12313while test $# != 0
12314do
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'
12361Try \`$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'
12370Try \`$0 --help' for more information." ;;
12371
12372  *) as_fn_append ac_config_targets " $1"
12373     ac_need_defaults=false ;;
12374
12375  esac
12376  shift
12377done
12378
12379ac_configure_extra_args=
12380
12381if $ac_cs_silent; then
12382  exec 6>/dev/null
12383  ac_configure_extra_args="$ac_configure_extra_args --silent"
12384fi
12385
12386_ACEOF
12387cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12388if \$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 "\$@"
12395fi
12396
12397_ACEOF
12398cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12399exec 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
12409cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12410#
12411# INIT-COMMANDS
12412#
12413AMDEP_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
12420sed_quote_subst='$sed_quote_subst'
12421double_quote_subst='$double_quote_subst'
12422delay_variable_subst='$delay_variable_subst'
12423macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
12424macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
12425enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
12426enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
12427pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
12428enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
12429host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
12430host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
12431host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
12432build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
12433build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
12434build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
12435SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
12436Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
12437GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
12438EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
12439FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
12440LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
12441NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
12442LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
12443max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
12444ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
12445exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
12446lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
12447lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
12448lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
12449reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
12450reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12451OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
12452deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
12453file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
12454AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
12455AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12456STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
12457RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
12458old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12459old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12460old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12461CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
12462CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
12463compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
12464GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
12465lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
12466lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
12467lt_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"`'
12468lt_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"`'
12469objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
12470SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
12471ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
12472MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
12473lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
12474lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
12475lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
12476lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
12477lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
12478need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
12479DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
12480NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
12481LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
12482OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
12483OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
12484libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
12485shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12486extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12487archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
12488enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
12489export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12490whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12491compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
12492old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12493old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12494archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12495archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12496module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12497module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12498with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
12499allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12500no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
12501hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
12502hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
12503hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
12504hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
12505hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
12506hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
12507hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12508hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
12509inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
12510link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
12511fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
12512always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
12513export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12514exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12515include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
12516prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12517file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
12518variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
12519need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
12520need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
12521version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
12522runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12523shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
12524shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
12525libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12526library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
12527soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
12528postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12529postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12530finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
12531finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
12532hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
12533sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12534sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
12535hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
12536enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
12537enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
12538enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
12539old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
12540striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
12541
12542LTCC='$LTCC'
12543LTCFLAGS='$LTCFLAGS'
12544compiler='$compiler_DEFAULT'
12545
12546# Quote evaled strings.
12547for var in SED \
12548GREP \
12549EGREP \
12550FGREP \
12551LD \
12552NM \
12553LN_S \
12554lt_SP2NL \
12555lt_NL2SP \
12556reload_flag \
12557OBJDUMP \
12558deplibs_check_method \
12559file_magic_cmd \
12560AR \
12561AR_FLAGS \
12562STRIP \
12563RANLIB \
12564CC \
12565CFLAGS \
12566compiler \
12567lt_cv_sys_global_symbol_pipe \
12568lt_cv_sys_global_symbol_to_cdecl \
12569lt_cv_sys_global_symbol_to_c_name_address \
12570lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12571SHELL \
12572ECHO \
12573lt_prog_compiler_no_builtin_flag \
12574lt_prog_compiler_wl \
12575lt_prog_compiler_pic \
12576lt_prog_compiler_static \
12577lt_cv_prog_compiler_c_o \
12578need_locks \
12579DSYMUTIL \
12580NMEDIT \
12581LIPO \
12582OTOOL \
12583OTOOL64 \
12584shrext_cmds \
12585export_dynamic_flag_spec \
12586whole_archive_flag_spec \
12587compiler_needs_object \
12588with_gnu_ld \
12589allow_undefined_flag \
12590no_undefined_flag \
12591hardcode_libdir_flag_spec \
12592hardcode_libdir_flag_spec_ld \
12593hardcode_libdir_separator \
12594fix_srcfile_path \
12595exclude_expsyms \
12596include_expsyms \
12597file_list_spec \
12598variables_saved_for_relink \
12599libname_spec \
12600library_names_spec \
12601soname_spec \
12602finish_eval \
12603old_striplib \
12604striplib; 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
12613done
12614
12615# Double-quote double-evaled strings.
12616for var in reload_cmds \
12617old_postinstall_cmds \
12618old_postuninstall_cmds \
12619old_archive_cmds \
12620extract_expsyms_cmds \
12621old_archive_from_new_cmds \
12622old_archive_from_expsyms_cmds \
12623archive_cmds \
12624archive_expsym_cmds \
12625module_cmds \
12626module_expsym_cmds \
12627export_symbols_cmds \
12628prelink_cmds \
12629postinstall_cmds \
12630postuninstall_cmds \
12631finish_cmds \
12632sys_lib_search_path_spec \
12633sys_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
12642done
12643
12644# Fix-up fallback echo if it was mangled by the above quoting rules.
12645case \$lt_ECHO in
12646*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
12647  ;;
12648esac
12649
12650ac_aux_dir='$ac_aux_dir'
12651xsi_shell='$xsi_shell'
12652lt_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.
12656if test -n "\${ZSH_VERSION+set}" ; then
12657   setopt NO_GLOB_SUBST
12658fi
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
12673cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12674
12675# Handling of arguments.
12676for ac_config_target in $ac_config_targets
12677do
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
12695done
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.
12702if $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
12706fi
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
12733ac_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'.
12738if test -n "$CONFIG_FILES"; then
12739
12740
12741ac_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.
12745if test "x$ac_cr" = x; then
12746  eval ac_cr=\$\'\\r\'
12747fi
12748ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12749if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12750  ac_cs_awk_cr='\\r'
12751else
12752  ac_cs_awk_cr=$ac_cr
12753fi
12754
12755echo '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
12765ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12766ac_delim='%!_!# '
12767for 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
12779done
12780rm -f conf$$subs.sh
12781
12782cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12783cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12784_ACEOF
12785sed -n '
12786h
12787s/^/S["/; s/!.*/"]=/
12788p
12789g
12790s/^[^!]*!//
12791:repl
12792t repl
12793s/'"$ac_delim"'$//
12794t delim
12795:nl
12796h
12797s/\(.\{148\}\)..*/\1/
12798t more1
12799s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12800p
12801n
12802b repl
12803:more1
12804s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12805p
12806g
12807s/.\{148\}//
12808t nl
12809:delim
12810h
12811s/\(.\{148\}\)..*/\1/
12812t more2
12813s/["\\]/\\&/g; s/^/"/; s/$/"/
12814p
12815b
12816:more2
12817s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12818p
12819g
12820s/.\{148\}//
12821t delim
12822' <conf$$subs.awk | sed '
12823/^[^""]/{
12824  N
12825  s/\n//
12826}
12827' >>$CONFIG_STATUS || ac_write_fail=1
12828rm -f conf$$subs.awk
12829cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12830_ACAWK
12831cat >>"\$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
12858cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12859if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12860  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12861else
12862  cat
12863fi < "$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).
12871if test "x$srcdir" = x.; then
12872  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
12873h
12874s///
12875s/^/:/
12876s/[	 ]*$/:/
12877s/:\$(srcdir):/:/g
12878s/:\${srcdir}:/:/g
12879s/:@srcdir@:/:/g
12880s/^:*//
12881s/:*$//
12882x
12883s/\(=[	 ]*\).*/\1/
12884G
12885s/\n//
12886s/^[^=]*=[	 ]*$//
12887}'
12888fi
12889
12890cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12891fi # 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'.
12896if test -n "$CONFIG_HEADERS"; then
12897cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
12898BEGIN {
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.
12907ac_delim='%!_!# '
12908for 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
12917done
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
12923ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12924sed -n '
12925s/.\{148\}/&'"$ac_delim"'/g
12926t rset
12927:rset
12928s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
12929t def
12930d
12931:def
12932s/\\$//
12933t bsnl
12934s/["\\]/\\&/g
12935s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
12936D["\1"]=" \3"/p
12937s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
12938d
12939:bsnl
12940s/["\\]/\\&/g
12941s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
12942D["\1"]=" \3\\\\\\n"\\/p
12943t cont
12944s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12945t cont
12946d
12947:cont
12948n
12949s/.\{148\}/&'"$ac_delim"'/g
12950t clear
12951:clear
12952s/\\$//
12953t bsnlc
12954s/["\\]/\\&/g; s/^/"/; s/$/"/p
12955d
12956:bsnlc
12957s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12958b cont
12959' <confdefs.h | sed '
12960s/'"$ac_delim"'/"\\\
12961"/g' >>$CONFIG_STATUS || ac_write_fail=1
12962
12963cat >>$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
12997cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12998  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
12999fi # test -n "$CONFIG_HEADERS"
13000
13001
13002eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13003shift
13004for ac_tag
13005do
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
13097case "$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 ;;
13107esac
13108ac_abs_top_builddir=$ac_pwd
13109ac_abs_builddir=$ac_pwd$ac_dir_suffix
13110# for backward compatibility:
13111ac_top_builddir=$ac_top_build_prefix
13112
13113case $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 ;;
13126esac
13127ac_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
13147cat >>$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.
13150ac_datarootdir_hack=; ac_datarootdir_seen=
13151ac_sed_dataroot='
13152/datarootdir/ {
13153  p
13154  q
13155}
13156/@datadir@/p
13157/@docdir@/p
13158/@infodir@/p
13159/@localedir@/p
13160/@mandir@/p'
13161case `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
13167cat >>$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' ;;
13175esac
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?
13181cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13182ac_sed_extra="$ac_vpsub
13183$extrasub
13184_ACEOF
13185cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13186:t
13187/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13188s|@configure_input@|$ac_sed_conf_input|;t t
13189s&@top_builddir@&$ac_top_builddir_sub&;t t
13190s&@top_build_prefix@&$ac_top_build_prefix&;t t
13191s&@srcdir@&$ac_srcdir&;t t
13192s&@abs_srcdir@&$ac_abs_srcdir&;t t
13193s&@top_srcdir@&$ac_top_srcdir&;t t
13194s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13195s&@builddir@&$ac_builddir&;t t
13196s&@abs_builddir@&$ac_abs_builddir&;t t
13197s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13198s&@INSTALL@&$ac_INSTALL&;t t
13199s&@MKDIR_P@&$ac_MKDIR_P&;t t
13200$ac_datarootdir_hack
13201"
13202eval 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
13205test -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'
13210which 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'
13212which 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
13247for _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
13254done
13255echo "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
13369done
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.
13420available_tags=""
13421
13422# ### BEGIN LIBTOOL CONFIG
13423
13424# Which release of libtool.m4 was used?
13425macro_version=$macro_version
13426macro_revision=$macro_revision
13427
13428# Whether or not to build shared libraries.
13429build_libtool_libs=$enable_shared
13430
13431# Whether or not to build static libraries.
13432build_old_libs=$enable_static
13433
13434# What type of objects to build.
13435pic_mode=$pic_mode
13436
13437# Whether or not to optimize for fast installation.
13438fast_install=$enable_fast_install
13439
13440# The host system.
13441host_alias=$host_alias
13442host=$host
13443host_os=$host_os
13444
13445# The build system.
13446build_alias=$build_alias
13447build=$build
13448build_os=$build_os
13449
13450# A sed program that does not truncate output.
13451SED=$lt_SED
13452
13453# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13454Xsed="\$SED -e 1s/^X//"
13455
13456# A grep program that handles long lines.
13457GREP=$lt_GREP
13458
13459# An ERE matcher.
13460EGREP=$lt_EGREP
13461
13462# A literal string matcher.
13463FGREP=$lt_FGREP
13464
13465# A BSD- or MS-compatible name lister.
13466NM=$lt_NM
13467
13468# Whether we need soft or hard links.
13469LN_S=$lt_LN_S
13470
13471# What is the maximum length of a command?
13472max_cmd_len=$max_cmd_len
13473
13474# Object file suffix (normally "o").
13475objext=$ac_objext
13476
13477# Executable file suffix (normally "").
13478exeext=$exeext
13479
13480# whether the shell understands "unset".
13481lt_unset=$lt_unset
13482
13483# turn spaces into newlines.
13484SP2NL=$lt_lt_SP2NL
13485
13486# turn newlines into spaces.
13487NL2SP=$lt_lt_NL2SP
13488
13489# How to create reloadable object files.
13490reload_flag=$lt_reload_flag
13491reload_cmds=$lt_reload_cmds
13492
13493# An object symbol dumper.
13494OBJDUMP=$lt_OBJDUMP
13495
13496# Method to check whether dependent libraries are shared objects.
13497deplibs_check_method=$lt_deplibs_check_method
13498
13499# Command to use when deplibs_check_method == "file_magic".
13500file_magic_cmd=$lt_file_magic_cmd
13501
13502# The archiver.
13503AR=$lt_AR
13504AR_FLAGS=$lt_AR_FLAGS
13505
13506# A symbol stripping program.
13507STRIP=$lt_STRIP
13508
13509# Commands used to install an old-style archive.
13510RANLIB=$lt_RANLIB
13511old_postinstall_cmds=$lt_old_postinstall_cmds
13512old_postuninstall_cmds=$lt_old_postuninstall_cmds
13513
13514# A C compiler.
13515LTCC=$lt_CC
13516
13517# LTCC compiler flags.
13518LTCFLAGS=$lt_CFLAGS
13519
13520# Take the output of nm and produce a listing of raw symbols and C names.
13521global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13522
13523# Transform the output of nm in a proper C declaration.
13524global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13525
13526# Transform the output of nm in a C name address pair.
13527global_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.
13530global_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.
13533objdir=$objdir
13534
13535# Shell to use when invoking shell scripts.
13536SHELL=$lt_SHELL
13537
13538# An echo program that does not interpret backslashes.
13539ECHO=$lt_ECHO
13540
13541# Used to examine libraries when file_magic_cmd begins with "file".
13542MAGIC_CMD=$MAGIC_CMD
13543
13544# Must we lock files when doing compilation?
13545need_locks=$lt_need_locks
13546
13547# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13548DSYMUTIL=$lt_DSYMUTIL
13549
13550# Tool to change global to local symbols on Mac OS X.
13551NMEDIT=$lt_NMEDIT
13552
13553# Tool to manipulate fat objects and archives on Mac OS X.
13554LIPO=$lt_LIPO
13555
13556# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13557OTOOL=$lt_OTOOL
13558
13559# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13560OTOOL64=$lt_OTOOL64
13561
13562# Old archive suffix (normally "a").
13563libext=$libext
13564
13565# Shared library suffix (normally ".so").
13566shrext_cmds=$lt_shrext_cmds
13567
13568# The commands to extract the exported symbol list from a shared archive.
13569extract_expsyms_cmds=$lt_extract_expsyms_cmds
13570
13571# Variables whose values should be saved in libtool wrapper scripts and
13572# restored at link time.
13573variables_saved_for_relink=$lt_variables_saved_for_relink
13574
13575# Do we need the "lib" prefix for modules?
13576need_lib_prefix=$need_lib_prefix
13577
13578# Do we need a version for libraries?
13579need_version=$need_version
13580
13581# Library versioning type.
13582version_type=$version_type
13583
13584# Shared library runtime path variable.
13585runpath_var=$runpath_var
13586
13587# Shared library path variable.
13588shlibpath_var=$shlibpath_var
13589
13590# Is shlibpath searched before the hard-coded library search path?
13591shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13592
13593# Format of library name prefix.
13594libname_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
13598library_names_spec=$lt_library_names_spec
13599
13600# The coded name of the library, if different from the real name.
13601soname_spec=$lt_soname_spec
13602
13603# Command to use after installation of a shared archive.
13604postinstall_cmds=$lt_postinstall_cmds
13605
13606# Command to use after uninstallation of a shared archive.
13607postuninstall_cmds=$lt_postuninstall_cmds
13608
13609# Commands used to finish a libtool library installation in a directory.
13610finish_cmds=$lt_finish_cmds
13611
13612# As "finish_cmds", except a single script fragment to be evaled but
13613# not shown.
13614finish_eval=$lt_finish_eval
13615
13616# Whether we should hardcode library paths into libraries.
13617hardcode_into_libs=$hardcode_into_libs
13618
13619# Compile-time system search path for libraries.
13620sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13621
13622# Run-time system search path for libraries.
13623sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13624
13625# Whether dlopen is supported.
13626dlopen_support=$enable_dlopen
13627
13628# Whether dlopen of programs is supported.
13629dlopen_self=$enable_dlopen_self
13630
13631# Whether dlopen of statically linked programs is supported.
13632dlopen_self_static=$enable_dlopen_self_static
13633
13634# Commands to strip libraries.
13635old_striplib=$lt_old_striplib
13636striplib=$lt_striplib
13637
13638
13639# The linker used to build libraries.
13640LD=$lt_LD
13641
13642# Commands used to build an old-style archive.
13643old_archive_cmds=$lt_old_archive_cmds
13644
13645# A language specific compiler.
13646CC=$lt_compiler
13647
13648# Is the compiler the GNU compiler?
13649with_gcc=$GCC
13650
13651# Compiler flag to turn off builtin functions.
13652no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13653
13654# How to pass a linker flag through the compiler.
13655wl=$lt_lt_prog_compiler_wl
13656
13657# Additional compiler flags for building library objects.
13658pic_flag=$lt_lt_prog_compiler_pic
13659
13660# Compiler flag to prevent dynamic linking.
13661link_static_flag=$lt_lt_prog_compiler_static
13662
13663# Does compiler simultaneously support -c and -o options?
13664compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13665
13666# Whether or not to add -lc for building shared libraries.
13667build_libtool_need_lc=$archive_cmds_need_lc
13668
13669# Whether or not to disallow shared libs when runtime libs are static.
13670allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13671
13672# Compiler flag to allow reflexive dlopens.
13673export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13674
13675# Compiler flag to generate shared objects directly from archives.
13676whole_archive_flag_spec=$lt_whole_archive_flag_spec
13677
13678# Whether the compiler copes with passing no objects directly.
13679compiler_needs_object=$lt_compiler_needs_object
13680
13681# Create an old-style archive from a shared archive.
13682old_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.
13685old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13686
13687# Commands used to build a shared archive.
13688archive_cmds=$lt_archive_cmds
13689archive_expsym_cmds=$lt_archive_expsym_cmds
13690
13691# Commands used to build a loadable module if different from building
13692# a shared archive.
13693module_cmds=$lt_module_cmds
13694module_expsym_cmds=$lt_module_expsym_cmds
13695
13696# Whether we are building with GNU ld or not.
13697with_gnu_ld=$lt_with_gnu_ld
13698
13699# Flag that allows shared libraries with undefined symbols to be built.
13700allow_undefined_flag=$lt_allow_undefined_flag
13701
13702# Flag that enforces no undefined symbols.
13703no_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
13707hardcode_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.
13711hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13712
13713# Whether we need a single "-rpath" flag with a separated argument.
13714hardcode_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.
13718hardcode_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.
13724hardcode_direct_absolute=$hardcode_direct_absolute
13725
13726# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13727# into the resulting binary.
13728hardcode_minus_L=$hardcode_minus_L
13729
13730# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13731# into the resulting binary.
13732hardcode_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.
13737hardcode_automatic=$hardcode_automatic
13738
13739# Set to yes if linker adds runtime paths of dependent libraries
13740# to runtime path list.
13741inherit_rpath=$inherit_rpath
13742
13743# Whether libtool must link a program against all its dependency libraries.
13744link_all_deplibs=$link_all_deplibs
13745
13746# Fix the shell variable \$srcfile for the compiler.
13747fix_srcfile_path=$lt_fix_srcfile_path
13748
13749# Set to "yes" if exported symbols are required.
13750always_export_symbols=$always_export_symbols
13751
13752# The commands to list exported symbols.
13753export_symbols_cmds=$lt_export_symbols_cmds
13754
13755# Symbols that should not be listed in the preloaded symbols.
13756exclude_expsyms=$lt_exclude_expsyms
13757
13758# Symbols that must always be exported.
13759include_expsyms=$lt_include_expsyms
13760
13761# Commands necessary for linking programs (against libraries) with templates.
13762prelink_cmds=$lt_prelink_cmds
13763
13764# Specify filename containing input files.
13765file_list_spec=$lt_file_list_spec
13766
13767# How to hardcode a shared library path into an executable.
13768hardcode_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.
13780if test "X${COLLECT_NAMES+set}" != Xset; then
13781  COLLECT_NAMES=
13782  export COLLECT_NAMES
13783fi
13784_LT_EOF
13785    ;;
13786  esac
13787
13788
13789ltmain="$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.
13806func_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
13815func_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.
13832func_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).
13846func_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
13856func_opt_split ()
13857{
13858  func_opt_split_opt=${1%%=*}
13859  func_opt_split_arg=${1#*=}
13860}
13861
13862# func_lo2o object
13863func_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
13872func_xform ()
13873{
13874  func_xform_result=${1%.*}.lo
13875}
13876
13877# func_arith arithmetic-term...
13878func_arith ()
13879{
13880  func_arith_result=$(( $* ))
13881}
13882
13883# func_len string
13884# STRING may not start with a hyphen.
13885func_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.
13898func_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
13910func_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
13922func_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:
13933my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13934my_sed_long_arg='1s/^-[^=]*=//'
13935
13936# func_opt_split
13937func_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
13944func_lo2o ()
13945{
13946  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13947}
13948
13949# func_xform libobj-or-source
13950func_xform ()
13951{
13952  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13953}
13954
13955# func_arith arithmetic-term...
13956func_arith ()
13957{
13958  func_arith_result=`expr "$@"`
13959}
13960
13961# func_len string
13962# STRING may not start with a hyphen.
13963func_len ()
13964{
13965  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13966}
13967
13968_LT_EOF
13969esac
13970
13971case $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.
13977func_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.
13988func_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.
14012at_testdir='tests'
14013abs_builddir='$ac_abs_builddir'
14014at_srcdir='$ac_srcdir'
14015abs_srcdir='$ac_abs_srcdir'
14016at_top_srcdir='$ac_top_srcdir'
14017abs_top_srcdir='$ac_abs_top_srcdir'
14018at_top_build_prefix='$ac_top_build_prefix'
14019abs_top_builddir='$ac_abs_top_builddir'
14020
14021# Backward compatibility with Autotest <= 2.59b:
14022at_top_builddir=\$at_top_build_prefix
14023
14024AUTOTEST_PATH='tests'
14025
14026SHELL=\${CONFIG_SHELL-'$SHELL'}
14027ATEOF
14028 ;;
14029
14030  esac
14031done # for ac_tag
14032
14033
14034as_fn_exit 0
14035_ACEOF
14036ac_clean_files=$ac_clean_files_save
14037
14038test $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.
14050if 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
14061fi
14062if 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;}
14065fi
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