1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for libsframe BFD_VERSION.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in #(
59      *"$as_nl"*)
60	expr "X$arg" : "X\\(.*\\)$as_nl";
61	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""	$as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1
200
201  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205    PATH=/empty FPATH=/empty; export PATH FPATH
206    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208  if (eval "$as_required") 2>/dev/null; then :
209  as_have_required=yes
210else
211  as_have_required=no
212fi
213  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220  IFS=$as_save_IFS
221  test -z "$as_dir" && as_dir=.
222  as_found=:
223  case $as_dir in #(
224	 /*)
225	   for as_base in sh bash ksh sh5; do
226	     # Try only shells that exist, to save several forks.
227	     as_shell=$as_dir/$as_base
228	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230  CONFIG_SHELL=$as_shell as_have_required=yes
231		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232  break 2
233fi
234fi
235	   done;;
236       esac
237  as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241  CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246      if test "x$CONFIG_SHELL" != x; then :
247  export CONFIG_SHELL
248             # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256  *v*x* | *x*v* ) as_opts=-vx ;;
257  *v* ) as_opts=-v ;;
258  *x* ) as_opts=-x ;;
259  * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
266fi
267
268    if test x$as_have_required = xno; then :
269  $as_echo "$0: This script requires a shell more modern than all"
270  $as_echo "$0: the shells that I found on your system."
271  if test x${ZSH_VERSION+set} = xset ; then
272    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274  else
275    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
279  fi
280  exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298  { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307  return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315  set +e
316  as_fn_set_status $1
317  exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326  case $as_dir in #(
327  -*) as_dir=./$as_dir;;
328  esac
329  test -d "$as_dir" || eval $as_mkdir_p || {
330    as_dirs=
331    while :; do
332      case $as_dir in #(
333      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334      *) as_qdir=$as_dir;;
335      esac
336      as_dirs="'$as_qdir' $as_dirs"
337      as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339	 X"$as_dir" : 'X\(//\)[^/]' \| \
340	 X"$as_dir" : 'X\(//\)$' \| \
341	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344	    s//\1/
345	    q
346	  }
347	  /^X\(\/\/\)[^/].*/{
348	    s//\1/
349	    q
350	  }
351	  /^X\(\/\/\)$/{
352	    s//\1/
353	    q
354	  }
355	  /^X\(\/\).*/{
356	    s//\1/
357	    q
358	  }
359	  s/.*/./; q'`
360      test -d "$as_dir" && break
361    done
362    test -z "$as_dirs" || eval "mkdir $as_dirs"
363  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366} # as_fn_mkdir_p
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373  test -f "$1" && test -x "$1"
374} # as_fn_executable_p
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382  eval 'as_fn_append ()
383  {
384    eval $1+=\$2
385  }'
386else
387  as_fn_append ()
388  {
389    eval $1=\$$1\$2
390  }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399  eval 'as_fn_arith ()
400  {
401    as_val=$(( $* ))
402  }'
403else
404  as_fn_arith ()
405  {
406    as_val=`expr "$@" || test $? -eq 1`
407  }
408fi # as_fn_arith
409
410
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415# script with STATUS, using 1 if that was 0.
416as_fn_error ()
417{
418  as_status=$1; test $as_status -eq 0 && as_status=1
419  if test "$4"; then
420    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422  fi
423  $as_echo "$as_me: error: $2" >&2
424  as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428   test "X`expr 00001 : '.*\(...\)'`" = X001; then
429  as_expr=expr
430else
431  as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435  as_basename=basename
436else
437  as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441  as_dirname=dirname
442else
443  as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448	 X"$0" : 'X\(//\)$' \| \
449	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451    sed '/^.*\/\([^/][^/]*\)\/*$/{
452	    s//\1/
453	    q
454	  }
455	  /^X\/\(\/\/\)$/{
456	    s//\1/
457	    q
458	  }
459	  /^X\/\(\/\).*/{
460	    s//\1/
461	    q
462	  }
463	  s/.*/./; q'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473  as_lineno_1=$LINENO as_lineno_1a=$LINENO
474  as_lineno_2=$LINENO as_lineno_2a=$LINENO
475  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
478  sed -n '
479    p
480    /[$]LINENO/=
481  ' <$as_myself |
482    sed '
483      s/[$]LINENO.*/&-/
484      t lineno
485      b
486      :lineno
487      N
488      :loop
489      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490      t loop
491      s/-\n.*//
492    ' >$as_me.lineno &&
493  chmod +x "$as_me.lineno" ||
494    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497  # already done that, so ensure we don't try to do so again and fall
498  # in an infinite loop.  This has already happened in practice.
499  _as_can_reexec=no; export _as_can_reexec
500  # Don't try to exec as it changes $[0], causing all sort of problems
501  # (the dirname of $[0] is not the place where we might find the
502  # original and so on.  Autoconf is especially sensitive to this).
503  . "./$as_me.lineno"
504  # Exit status is that of the last command.
505  exit
506}
507
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511  case `echo 'xy\c'` in
512  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
513  xy)  ECHO_C='\c';;
514  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
515       ECHO_T='	';;
516  esac;;
517*)
518  ECHO_N='-n';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523  rm -f conf$$.dir/conf$$.file
524else
525  rm -f conf$$.dir
526  mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529  if ln -s conf$$.file conf$$ 2>/dev/null; then
530    as_ln_s='ln -s'
531    # ... but there are two gotchas:
532    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534    # In both cases, we have to default to `cp -pR'.
535    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536      as_ln_s='cp -pR'
537  elif ln conf$$.file conf$$ 2>/dev/null; then
538    as_ln_s=ln
539  else
540    as_ln_s='cp -pR'
541  fi
542else
543  as_ln_s='cp -pR'
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549  as_mkdir_p='mkdir -p "$as_dir"'
550else
551  test -d ./-p && rmdir ./-p
552  as_mkdir_p=false
553fi
554
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
569
570# Name of the host.
571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME='libsframe'
589PACKAGE_TARNAME='libsframe'
590PACKAGE_VERSION='BFD_VERSION'
591PACKAGE_STRING='libsframe BFD_VERSION'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595ac_unique_file="sframe.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610#  include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615#  include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632ac_header_list=
633ac_subst_vars='am__EXEEXT_FALSE
634am__EXEEXT_TRUE
635LTLIBOBJS
636LIBOBJS
637bfdincludedir
638bfdlibdir
639target_noncanonical
640host_noncanonical
641INSTALL_LIBBFD_FALSE
642INSTALL_LIBBFD_TRUE
643MAINT
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
646BUILD_INFO_FALSE
647BUILD_INFO_TRUE
648COMPAT_DEJAGNU
649HAVE_COMPAT_DEJAGNU_FALSE
650HAVE_COMPAT_DEJAGNU_TRUE
651ac_libsframe_warn_cflags
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
657OBJDUMP
658LN_S
659NM
660ac_ct_DUMPBIN
661DUMPBIN
662LD
663FGREP
664SED
665host_os
666host_vendor
667host_cpu
668host
669build_os
670build_vendor
671build_cpu
672build
673LIBTOOL
674ac_ct_AR
675AR
676RANLIB
677AM_BACKSLASH
678AM_DEFAULT_VERBOSITY
679AM_DEFAULT_V
680AM_V
681am__fastdepCC_FALSE
682am__fastdepCC_TRUE
683CCDEPMODE
684am__nodep
685AMDEPBACKSLASH
686AMDEP_FALSE
687AMDEP_TRUE
688am__quote
689am__include
690DEPDIR
691am__untar
692am__tar
693AMTAR
694am__leading_dot
695SET_MAKE
696AWK
697mkdir_p
698MKDIR_P
699INSTALL_STRIP_PROGRAM
700STRIP
701install_sh
702MAKEINFO
703AUTOHEADER
704AUTOMAKE
705AUTOCONF
706ACLOCAL
707VERSION
708PACKAGE
709CYGPATH_W
710am__isrc
711INSTALL_DATA
712INSTALL_SCRIPT
713INSTALL_PROGRAM
714EGREP
715GREP
716CPP
717OBJEXT
718EXEEXT
719ac_ct_CC
720CPPFLAGS
721LDFLAGS
722CFLAGS
723CC
724target_alias
725host_alias
726build_alias
727LIBS
728ECHO_T
729ECHO_N
730ECHO_C
731DEFS
732mandir
733localedir
734libdir
735psdir
736pdfdir
737dvidir
738htmldir
739infodir
740docdir
741oldincludedir
742includedir
743localstatedir
744sharedstatedir
745sysconfdir
746datadir
747datarootdir
748libexecdir
749sbindir
750bindir
751program_transform_name
752prefix
753exec_prefix
754PACKAGE_URL
755PACKAGE_BUGREPORT
756PACKAGE_STRING
757PACKAGE_VERSION
758PACKAGE_TARNAME
759PACKAGE_NAME
760PATH_SEPARATOR
761SHELL'
762ac_subst_files=''
763ac_user_opts='
764enable_option_checking
765enable_dependency_tracking
766enable_silent_rules
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
773enable_largefile
774enable_maintainer_mode
775enable_install_libbfd
776'
777      ac_precious_vars='build_alias
778host_alias
779target_alias
780CC
781CFLAGS
782LDFLAGS
783LIBS
784CPPFLAGS
785CPP'
786
787
788# Initialize some variables set by options.
789ac_init_help=
790ac_init_version=false
791ac_unrecognized_opts=
792ac_unrecognized_sep=
793# The variables have the same names as the options, with
794# dashes changed to underlines.
795cache_file=/dev/null
796exec_prefix=NONE
797no_create=
798no_recursion=
799prefix=NONE
800program_prefix=NONE
801program_suffix=NONE
802program_transform_name=s,x,x,
803silent=
804site=
805srcdir=
806verbose=
807x_includes=NONE
808x_libraries=NONE
809
810# Installation directory options.
811# These are left unexpanded so users can "make install exec_prefix=/foo"
812# and all the variables that are supposed to be based on exec_prefix
813# by default will actually change.
814# Use braces instead of parens because sh, perl, etc. also accept them.
815# (The list follows the same order as the GNU Coding Standards.)
816bindir='${exec_prefix}/bin'
817sbindir='${exec_prefix}/sbin'
818libexecdir='${exec_prefix}/libexec'
819datarootdir='${prefix}/share'
820datadir='${datarootdir}'
821sysconfdir='${prefix}/etc'
822sharedstatedir='${prefix}/com'
823localstatedir='${prefix}/var'
824includedir='${prefix}/include'
825oldincludedir='/usr/include'
826docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
827infodir='${datarootdir}/info'
828htmldir='${docdir}'
829dvidir='${docdir}'
830pdfdir='${docdir}'
831psdir='${docdir}'
832libdir='${exec_prefix}/lib'
833localedir='${datarootdir}/locale'
834mandir='${datarootdir}/man'
835
836ac_prev=
837ac_dashdash=
838for ac_option
839do
840  # If the previous option needs an argument, assign it.
841  if test -n "$ac_prev"; then
842    eval $ac_prev=\$ac_option
843    ac_prev=
844    continue
845  fi
846
847  case $ac_option in
848  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
849  *=)   ac_optarg= ;;
850  *)    ac_optarg=yes ;;
851  esac
852
853  # Accept the important Cygnus configure options, so we can diagnose typos.
854
855  case $ac_dashdash$ac_option in
856  --)
857    ac_dashdash=yes ;;
858
859  -bindir | --bindir | --bindi | --bind | --bin | --bi)
860    ac_prev=bindir ;;
861  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
862    bindir=$ac_optarg ;;
863
864  -build | --build | --buil | --bui | --bu)
865    ac_prev=build_alias ;;
866  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
867    build_alias=$ac_optarg ;;
868
869  -cache-file | --cache-file | --cache-fil | --cache-fi \
870  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
871    ac_prev=cache_file ;;
872  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
873  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
874    cache_file=$ac_optarg ;;
875
876  --config-cache | -C)
877    cache_file=config.cache ;;
878
879  -datadir | --datadir | --datadi | --datad)
880    ac_prev=datadir ;;
881  -datadir=* | --datadir=* | --datadi=* | --datad=*)
882    datadir=$ac_optarg ;;
883
884  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
885  | --dataroo | --dataro | --datar)
886    ac_prev=datarootdir ;;
887  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
888  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
889    datarootdir=$ac_optarg ;;
890
891  -disable-* | --disable-*)
892    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
893    # Reject names that are not valid shell variable names.
894    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
895      as_fn_error $? "invalid feature name: $ac_useropt"
896    ac_useropt_orig=$ac_useropt
897    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
898    case $ac_user_opts in
899      *"
900"enable_$ac_useropt"
901"*) ;;
902      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
903	 ac_unrecognized_sep=', ';;
904    esac
905    eval enable_$ac_useropt=no ;;
906
907  -docdir | --docdir | --docdi | --doc | --do)
908    ac_prev=docdir ;;
909  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
910    docdir=$ac_optarg ;;
911
912  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
913    ac_prev=dvidir ;;
914  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
915    dvidir=$ac_optarg ;;
916
917  -enable-* | --enable-*)
918    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
919    # Reject names that are not valid shell variable names.
920    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
921      as_fn_error $? "invalid feature name: $ac_useropt"
922    ac_useropt_orig=$ac_useropt
923    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
924    case $ac_user_opts in
925      *"
926"enable_$ac_useropt"
927"*) ;;
928      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
929	 ac_unrecognized_sep=', ';;
930    esac
931    eval enable_$ac_useropt=\$ac_optarg ;;
932
933  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
934  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
935  | --exec | --exe | --ex)
936    ac_prev=exec_prefix ;;
937  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
938  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
939  | --exec=* | --exe=* | --ex=*)
940    exec_prefix=$ac_optarg ;;
941
942  -gas | --gas | --ga | --g)
943    # Obsolete; use --with-gas.
944    with_gas=yes ;;
945
946  -help | --help | --hel | --he | -h)
947    ac_init_help=long ;;
948  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
949    ac_init_help=recursive ;;
950  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
951    ac_init_help=short ;;
952
953  -host | --host | --hos | --ho)
954    ac_prev=host_alias ;;
955  -host=* | --host=* | --hos=* | --ho=*)
956    host_alias=$ac_optarg ;;
957
958  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
959    ac_prev=htmldir ;;
960  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
961  | --ht=*)
962    htmldir=$ac_optarg ;;
963
964  -includedir | --includedir | --includedi | --included | --include \
965  | --includ | --inclu | --incl | --inc)
966    ac_prev=includedir ;;
967  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
968  | --includ=* | --inclu=* | --incl=* | --inc=*)
969    includedir=$ac_optarg ;;
970
971  -infodir | --infodir | --infodi | --infod | --info | --inf)
972    ac_prev=infodir ;;
973  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
974    infodir=$ac_optarg ;;
975
976  -libdir | --libdir | --libdi | --libd)
977    ac_prev=libdir ;;
978  -libdir=* | --libdir=* | --libdi=* | --libd=*)
979    libdir=$ac_optarg ;;
980
981  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
982  | --libexe | --libex | --libe)
983    ac_prev=libexecdir ;;
984  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
985  | --libexe=* | --libex=* | --libe=*)
986    libexecdir=$ac_optarg ;;
987
988  -localedir | --localedir | --localedi | --localed | --locale)
989    ac_prev=localedir ;;
990  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
991    localedir=$ac_optarg ;;
992
993  -localstatedir | --localstatedir | --localstatedi | --localstated \
994  | --localstate | --localstat | --localsta | --localst | --locals)
995    ac_prev=localstatedir ;;
996  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
997  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
998    localstatedir=$ac_optarg ;;
999
1000  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1001    ac_prev=mandir ;;
1002  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1003    mandir=$ac_optarg ;;
1004
1005  -nfp | --nfp | --nf)
1006    # Obsolete; use --without-fp.
1007    with_fp=no ;;
1008
1009  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1010  | --no-cr | --no-c | -n)
1011    no_create=yes ;;
1012
1013  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1014  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1015    no_recursion=yes ;;
1016
1017  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1018  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1019  | --oldin | --oldi | --old | --ol | --o)
1020    ac_prev=oldincludedir ;;
1021  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1022  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1023  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1024    oldincludedir=$ac_optarg ;;
1025
1026  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1027    ac_prev=prefix ;;
1028  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1029    prefix=$ac_optarg ;;
1030
1031  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1032  | --program-pre | --program-pr | --program-p)
1033    ac_prev=program_prefix ;;
1034  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1035  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1036    program_prefix=$ac_optarg ;;
1037
1038  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1039  | --program-suf | --program-su | --program-s)
1040    ac_prev=program_suffix ;;
1041  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1042  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1043    program_suffix=$ac_optarg ;;
1044
1045  -program-transform-name | --program-transform-name \
1046  | --program-transform-nam | --program-transform-na \
1047  | --program-transform-n | --program-transform- \
1048  | --program-transform | --program-transfor \
1049  | --program-transfo | --program-transf \
1050  | --program-trans | --program-tran \
1051  | --progr-tra | --program-tr | --program-t)
1052    ac_prev=program_transform_name ;;
1053  -program-transform-name=* | --program-transform-name=* \
1054  | --program-transform-nam=* | --program-transform-na=* \
1055  | --program-transform-n=* | --program-transform-=* \
1056  | --program-transform=* | --program-transfor=* \
1057  | --program-transfo=* | --program-transf=* \
1058  | --program-trans=* | --program-tran=* \
1059  | --progr-tra=* | --program-tr=* | --program-t=*)
1060    program_transform_name=$ac_optarg ;;
1061
1062  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1063    ac_prev=pdfdir ;;
1064  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1065    pdfdir=$ac_optarg ;;
1066
1067  -psdir | --psdir | --psdi | --psd | --ps)
1068    ac_prev=psdir ;;
1069  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1070    psdir=$ac_optarg ;;
1071
1072  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1073  | -silent | --silent | --silen | --sile | --sil)
1074    silent=yes ;;
1075
1076  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1077    ac_prev=sbindir ;;
1078  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1079  | --sbi=* | --sb=*)
1080    sbindir=$ac_optarg ;;
1081
1082  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1083  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1084  | --sharedst | --shareds | --shared | --share | --shar \
1085  | --sha | --sh)
1086    ac_prev=sharedstatedir ;;
1087  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1088  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1089  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1090  | --sha=* | --sh=*)
1091    sharedstatedir=$ac_optarg ;;
1092
1093  -site | --site | --sit)
1094    ac_prev=site ;;
1095  -site=* | --site=* | --sit=*)
1096    site=$ac_optarg ;;
1097
1098  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1099    ac_prev=srcdir ;;
1100  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1101    srcdir=$ac_optarg ;;
1102
1103  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1104  | --syscon | --sysco | --sysc | --sys | --sy)
1105    ac_prev=sysconfdir ;;
1106  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1107  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1108    sysconfdir=$ac_optarg ;;
1109
1110  -target | --target | --targe | --targ | --tar | --ta | --t)
1111    ac_prev=target_alias ;;
1112  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1113    target_alias=$ac_optarg ;;
1114
1115  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1116    verbose=yes ;;
1117
1118  -version | --version | --versio | --versi | --vers | -V)
1119    ac_init_version=: ;;
1120
1121  -with-* | --with-*)
1122    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1123    # Reject names that are not valid shell variable names.
1124    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1125      as_fn_error $? "invalid package name: $ac_useropt"
1126    ac_useropt_orig=$ac_useropt
1127    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1128    case $ac_user_opts in
1129      *"
1130"with_$ac_useropt"
1131"*) ;;
1132      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1133	 ac_unrecognized_sep=', ';;
1134    esac
1135    eval with_$ac_useropt=\$ac_optarg ;;
1136
1137  -without-* | --without-*)
1138    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1139    # Reject names that are not valid shell variable names.
1140    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1141      as_fn_error $? "invalid package name: $ac_useropt"
1142    ac_useropt_orig=$ac_useropt
1143    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1144    case $ac_user_opts in
1145      *"
1146"with_$ac_useropt"
1147"*) ;;
1148      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1149	 ac_unrecognized_sep=', ';;
1150    esac
1151    eval with_$ac_useropt=no ;;
1152
1153  --x)
1154    # Obsolete; use --with-x.
1155    with_x=yes ;;
1156
1157  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1158  | --x-incl | --x-inc | --x-in | --x-i)
1159    ac_prev=x_includes ;;
1160  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1161  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1162    x_includes=$ac_optarg ;;
1163
1164  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1165  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1166    ac_prev=x_libraries ;;
1167  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1168  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1169    x_libraries=$ac_optarg ;;
1170
1171  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1172Try \`$0 --help' for more information"
1173    ;;
1174
1175  *=*)
1176    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1177    # Reject names that are not valid shell variable names.
1178    case $ac_envvar in #(
1179      '' | [0-9]* | *[!_$as_cr_alnum]* )
1180      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1181    esac
1182    eval $ac_envvar=\$ac_optarg
1183    export $ac_envvar ;;
1184
1185  *)
1186    # FIXME: should be removed in autoconf 3.0.
1187    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1188    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1189      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1190    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1191    ;;
1192
1193  esac
1194done
1195
1196if test -n "$ac_prev"; then
1197  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1198  as_fn_error $? "missing argument to $ac_option"
1199fi
1200
1201if test -n "$ac_unrecognized_opts"; then
1202  case $enable_option_checking in
1203    no) ;;
1204    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1205    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1206  esac
1207fi
1208
1209# Check all directory arguments for consistency.
1210for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1211		datadir sysconfdir sharedstatedir localstatedir includedir \
1212		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1213		libdir localedir mandir
1214do
1215  eval ac_val=\$$ac_var
1216  # Remove trailing slashes.
1217  case $ac_val in
1218    */ )
1219      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1220      eval $ac_var=\$ac_val;;
1221  esac
1222  # Be sure to have absolute directory names.
1223  case $ac_val in
1224    [\\/$]* | ?:[\\/]* )  continue;;
1225    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1226  esac
1227  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1228done
1229
1230# There might be people who depend on the old broken behavior: `$host'
1231# used to hold the argument of --host etc.
1232# FIXME: To remove some day.
1233build=$build_alias
1234host=$host_alias
1235target=$target_alias
1236
1237# FIXME: To remove some day.
1238if test "x$host_alias" != x; then
1239  if test "x$build_alias" = x; then
1240    cross_compiling=maybe
1241  elif test "x$build_alias" != "x$host_alias"; then
1242    cross_compiling=yes
1243  fi
1244fi
1245
1246ac_tool_prefix=
1247test -n "$host_alias" && ac_tool_prefix=$host_alias-
1248
1249test "$silent" = yes && exec 6>/dev/null
1250
1251
1252ac_pwd=`pwd` && test -n "$ac_pwd" &&
1253ac_ls_di=`ls -di .` &&
1254ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1255  as_fn_error $? "working directory cannot be determined"
1256test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1257  as_fn_error $? "pwd does not report name of working directory"
1258
1259
1260# Find the source files, if location was not specified.
1261if test -z "$srcdir"; then
1262  ac_srcdir_defaulted=yes
1263  # Try the directory containing this script, then the parent directory.
1264  ac_confdir=`$as_dirname -- "$as_myself" ||
1265$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1266	 X"$as_myself" : 'X\(//\)[^/]' \| \
1267	 X"$as_myself" : 'X\(//\)$' \| \
1268	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1269$as_echo X"$as_myself" |
1270    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1271	    s//\1/
1272	    q
1273	  }
1274	  /^X\(\/\/\)[^/].*/{
1275	    s//\1/
1276	    q
1277	  }
1278	  /^X\(\/\/\)$/{
1279	    s//\1/
1280	    q
1281	  }
1282	  /^X\(\/\).*/{
1283	    s//\1/
1284	    q
1285	  }
1286	  s/.*/./; q'`
1287  srcdir=$ac_confdir
1288  if test ! -r "$srcdir/$ac_unique_file"; then
1289    srcdir=..
1290  fi
1291else
1292  ac_srcdir_defaulted=no
1293fi
1294if test ! -r "$srcdir/$ac_unique_file"; then
1295  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1296  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1297fi
1298ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1299ac_abs_confdir=`(
1300	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1301	pwd)`
1302# When building in place, set srcdir=.
1303if test "$ac_abs_confdir" = "$ac_pwd"; then
1304  srcdir=.
1305fi
1306# Remove unnecessary trailing slashes from srcdir.
1307# Double slashes in file names in object file debugging info
1308# mess up M-x gdb in Emacs.
1309case $srcdir in
1310*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1311esac
1312for ac_var in $ac_precious_vars; do
1313  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1314  eval ac_env_${ac_var}_value=\$${ac_var}
1315  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1316  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1317done
1318
1319#
1320# Report the --help message.
1321#
1322if test "$ac_init_help" = "long"; then
1323  # Omit some internal or obsolete options to make the list less imposing.
1324  # This message is too long to be a string in the A/UX 3.1 sh.
1325  cat <<_ACEOF
1326\`configure' configures libsframe BFD_VERSION to adapt to many kinds of systems.
1327
1328Usage: $0 [OPTION]... [VAR=VALUE]...
1329
1330To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331VAR=VALUE.  See below for descriptions of some of the useful variables.
1332
1333Defaults for the options are specified in brackets.
1334
1335Configuration:
1336  -h, --help              display this help and exit
1337      --help=short        display options specific to this package
1338      --help=recursive    display the short help of all the included packages
1339  -V, --version           display version information and exit
1340  -q, --quiet, --silent   do not print \`checking ...' messages
1341      --cache-file=FILE   cache test results in FILE [disabled]
1342  -C, --config-cache      alias for \`--cache-file=config.cache'
1343  -n, --no-create         do not create output files
1344      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1345
1346Installation directories:
1347  --prefix=PREFIX         install architecture-independent files in PREFIX
1348                          [$ac_default_prefix]
1349  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1350                          [PREFIX]
1351
1352By default, \`make install' will install all the files in
1353\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1354an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355for instance \`--prefix=\$HOME'.
1356
1357For better control, use the options below.
1358
1359Fine tuning of the installation directories:
1360  --bindir=DIR            user executables [EPREFIX/bin]
1361  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1362  --libexecdir=DIR        program executables [EPREFIX/libexec]
1363  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1364  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1365  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1366  --libdir=DIR            object code libraries [EPREFIX/lib]
1367  --includedir=DIR        C header files [PREFIX/include]
1368  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1369  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1370  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1371  --infodir=DIR           info documentation [DATAROOTDIR/info]
1372  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1373  --mandir=DIR            man documentation [DATAROOTDIR/man]
1374  --docdir=DIR            documentation root [DATAROOTDIR/doc/libsframe]
1375  --htmldir=DIR           html documentation [DOCDIR]
1376  --dvidir=DIR            dvi documentation [DOCDIR]
1377  --pdfdir=DIR            pdf documentation [DOCDIR]
1378  --psdir=DIR             ps documentation [DOCDIR]
1379_ACEOF
1380
1381  cat <<\_ACEOF
1382
1383Program names:
1384  --program-prefix=PREFIX            prepend PREFIX to installed program names
1385  --program-suffix=SUFFIX            append SUFFIX to installed program names
1386  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1387
1388System types:
1389  --build=BUILD     configure for building on BUILD [guessed]
1390  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1391_ACEOF
1392fi
1393
1394if test -n "$ac_init_help"; then
1395  case $ac_init_help in
1396     short | recursive ) echo "Configuration of libsframe BFD_VERSION:";;
1397   esac
1398  cat <<\_ACEOF
1399
1400Optional Features:
1401  --disable-option-checking  ignore unrecognized --enable/--with options
1402  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1403  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1404  --enable-dependency-tracking
1405                          do not reject slow dependency extractors
1406  --disable-dependency-tracking
1407                          speeds up one-time build
1408  --enable-silent-rules   less verbose build output (undo: "make V=1")
1409  --disable-silent-rules  verbose build output (undo: "make V=0")
1410  --enable-shared[=PKGS]  build shared libraries [default=no]
1411  --enable-static[=PKGS]  build static libraries [default=yes]
1412  --enable-fast-install[=PKGS]
1413                          optimize for fast installation [default=yes]
1414  --disable-libtool-lock  avoid locking (might break parallel builds)
1415  --disable-largefile     omit support for large files
1416  --enable-maintainer-mode
1417                          enable make rules and dependencies not useful (and
1418                          sometimes confusing) to the casual installer
1419  --enable-install-libbfd controls installation of libbfd and related headers
1420
1421Optional Packages:
1422  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1423  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1424  --with-pic              try to use only PIC/non-PIC objects [default=use
1425                          both]
1426  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1427
1428Some influential environment variables:
1429  CC          C compiler command
1430  CFLAGS      C compiler flags
1431  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1432              nonstandard directory <lib dir>
1433  LIBS        libraries to pass to the linker, e.g. -l<library>
1434  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1435              you have headers in a nonstandard directory <include dir>
1436  CPP         C preprocessor
1437
1438Use these variables to override the choices made by `configure' or to help
1439it to find libraries and programs with nonstandard names/locations.
1440
1441Report bugs to the package provider.
1442_ACEOF
1443ac_status=$?
1444fi
1445
1446if test "$ac_init_help" = "recursive"; then
1447  # If there are subdirs, report their specific --help.
1448  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1449    test -d "$ac_dir" ||
1450      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1451      continue
1452    ac_builddir=.
1453
1454case "$ac_dir" in
1455.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456*)
1457  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1458  # A ".." for each directory in $ac_dir_suffix.
1459  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1460  case $ac_top_builddir_sub in
1461  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1463  esac ;;
1464esac
1465ac_abs_top_builddir=$ac_pwd
1466ac_abs_builddir=$ac_pwd$ac_dir_suffix
1467# for backward compatibility:
1468ac_top_builddir=$ac_top_build_prefix
1469
1470case $srcdir in
1471  .)  # We are building in place.
1472    ac_srcdir=.
1473    ac_top_srcdir=$ac_top_builddir_sub
1474    ac_abs_top_srcdir=$ac_pwd ;;
1475  [\\/]* | ?:[\\/]* )  # Absolute name.
1476    ac_srcdir=$srcdir$ac_dir_suffix;
1477    ac_top_srcdir=$srcdir
1478    ac_abs_top_srcdir=$srcdir ;;
1479  *) # Relative name.
1480    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481    ac_top_srcdir=$ac_top_build_prefix$srcdir
1482    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1483esac
1484ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1485
1486    cd "$ac_dir" || { ac_status=$?; continue; }
1487    # Check for guested configure.
1488    if test -f "$ac_srcdir/configure.gnu"; then
1489      echo &&
1490      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491    elif test -f "$ac_srcdir/configure"; then
1492      echo &&
1493      $SHELL "$ac_srcdir/configure" --help=recursive
1494    else
1495      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1496    fi || ac_status=$?
1497    cd "$ac_pwd" || { ac_status=$?; break; }
1498  done
1499fi
1500
1501test -n "$ac_init_help" && exit $ac_status
1502if $ac_init_version; then
1503  cat <<\_ACEOF
1504libsframe configure BFD_VERSION
1505generated by GNU Autoconf 2.69
1506
1507Copyright (C) 2012 Free Software Foundation, Inc.
1508This configure script is free software; the Free Software Foundation
1509gives unlimited permission to copy, distribute and modify it.
1510_ACEOF
1511  exit
1512fi
1513
1514## ------------------------ ##
1515## Autoconf initialization. ##
1516## ------------------------ ##
1517
1518# ac_fn_c_try_compile LINENO
1519# --------------------------
1520# Try to compile conftest.$ac_ext, and return whether this succeeded.
1521ac_fn_c_try_compile ()
1522{
1523  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1524  rm -f conftest.$ac_objext
1525  if { { ac_try="$ac_compile"
1526case "(($ac_try" in
1527  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1528  *) ac_try_echo=$ac_try;;
1529esac
1530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1531$as_echo "$ac_try_echo"; } >&5
1532  (eval "$ac_compile") 2>conftest.err
1533  ac_status=$?
1534  if test -s conftest.err; then
1535    grep -v '^ *+' conftest.err >conftest.er1
1536    cat conftest.er1 >&5
1537    mv -f conftest.er1 conftest.err
1538  fi
1539  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1540  test $ac_status = 0; } && {
1541	 test -z "$ac_c_werror_flag" ||
1542	 test ! -s conftest.err
1543       } && test -s conftest.$ac_objext; then :
1544  ac_retval=0
1545else
1546  $as_echo "$as_me: failed program was:" >&5
1547sed 's/^/| /' conftest.$ac_ext >&5
1548
1549	ac_retval=1
1550fi
1551  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1552  as_fn_set_status $ac_retval
1553
1554} # ac_fn_c_try_compile
1555
1556# ac_fn_c_try_cpp LINENO
1557# ----------------------
1558# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1559ac_fn_c_try_cpp ()
1560{
1561  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562  if { { ac_try="$ac_cpp conftest.$ac_ext"
1563case "(($ac_try" in
1564  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1565  *) ac_try_echo=$ac_try;;
1566esac
1567eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1568$as_echo "$ac_try_echo"; } >&5
1569  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1570  ac_status=$?
1571  if test -s conftest.err; then
1572    grep -v '^ *+' conftest.err >conftest.er1
1573    cat conftest.er1 >&5
1574    mv -f conftest.er1 conftest.err
1575  fi
1576  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1577  test $ac_status = 0; } > conftest.i && {
1578	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1579	 test ! -s conftest.err
1580       }; then :
1581  ac_retval=0
1582else
1583  $as_echo "$as_me: failed program was:" >&5
1584sed 's/^/| /' conftest.$ac_ext >&5
1585
1586    ac_retval=1
1587fi
1588  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1589  as_fn_set_status $ac_retval
1590
1591} # ac_fn_c_try_cpp
1592
1593# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1594# -------------------------------------------------------
1595# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1596# the include files in INCLUDES and setting the cache variable VAR
1597# accordingly.
1598ac_fn_c_check_header_mongrel ()
1599{
1600  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601  if eval \${$3+:} false; then :
1602  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1603$as_echo_n "checking for $2... " >&6; }
1604if eval \${$3+:} false; then :
1605  $as_echo_n "(cached) " >&6
1606fi
1607eval ac_res=\$$3
1608	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1609$as_echo "$ac_res" >&6; }
1610else
1611  # Is the header compilable?
1612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1613$as_echo_n "checking $2 usability... " >&6; }
1614cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1615/* end confdefs.h.  */
1616$4
1617#include <$2>
1618_ACEOF
1619if ac_fn_c_try_compile "$LINENO"; then :
1620  ac_header_compiler=yes
1621else
1622  ac_header_compiler=no
1623fi
1624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1626$as_echo "$ac_header_compiler" >&6; }
1627
1628# Is the header present?
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1630$as_echo_n "checking $2 presence... " >&6; }
1631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1632/* end confdefs.h.  */
1633#include <$2>
1634_ACEOF
1635if ac_fn_c_try_cpp "$LINENO"; then :
1636  ac_header_preproc=yes
1637else
1638  ac_header_preproc=no
1639fi
1640rm -f conftest.err conftest.i conftest.$ac_ext
1641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1642$as_echo "$ac_header_preproc" >&6; }
1643
1644# So?  What about this header?
1645case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1646  yes:no: )
1647    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1648$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1649    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651    ;;
1652  no:yes:* )
1653    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1654$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1655    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1656$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1657    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1658$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1659    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1660$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1661    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1662$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1663    ;;
1664esac
1665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1666$as_echo_n "checking for $2... " >&6; }
1667if eval \${$3+:} false; then :
1668  $as_echo_n "(cached) " >&6
1669else
1670  eval "$3=\$ac_header_compiler"
1671fi
1672eval ac_res=\$$3
1673	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1674$as_echo "$ac_res" >&6; }
1675fi
1676  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1677
1678} # ac_fn_c_check_header_mongrel
1679
1680# ac_fn_c_try_run LINENO
1681# ----------------------
1682# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1683# that executables *can* be run.
1684ac_fn_c_try_run ()
1685{
1686  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687  if { { ac_try="$ac_link"
1688case "(($ac_try" in
1689  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690  *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694  (eval "$ac_link") 2>&5
1695  ac_status=$?
1696  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1697  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1698  { { case "(($ac_try" in
1699  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1700  *) ac_try_echo=$ac_try;;
1701esac
1702eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1703$as_echo "$ac_try_echo"; } >&5
1704  (eval "$ac_try") 2>&5
1705  ac_status=$?
1706  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1707  test $ac_status = 0; }; }; then :
1708  ac_retval=0
1709else
1710  $as_echo "$as_me: program exited with status $ac_status" >&5
1711       $as_echo "$as_me: failed program was:" >&5
1712sed 's/^/| /' conftest.$ac_ext >&5
1713
1714       ac_retval=$ac_status
1715fi
1716  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1717  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1718  as_fn_set_status $ac_retval
1719
1720} # ac_fn_c_try_run
1721
1722# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1723# -------------------------------------------------------
1724# Tests whether HEADER exists and can be compiled using the include files in
1725# INCLUDES, setting the cache variable VAR accordingly.
1726ac_fn_c_check_header_compile ()
1727{
1728  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1730$as_echo_n "checking for $2... " >&6; }
1731if eval \${$3+:} false; then :
1732  $as_echo_n "(cached) " >&6
1733else
1734  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1735/* end confdefs.h.  */
1736$4
1737#include <$2>
1738_ACEOF
1739if ac_fn_c_try_compile "$LINENO"; then :
1740  eval "$3=yes"
1741else
1742  eval "$3=no"
1743fi
1744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1745fi
1746eval ac_res=\$$3
1747	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1748$as_echo "$ac_res" >&6; }
1749  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1750
1751} # ac_fn_c_check_header_compile
1752
1753# ac_fn_c_try_link LINENO
1754# -----------------------
1755# Try to link conftest.$ac_ext, and return whether this succeeded.
1756ac_fn_c_try_link ()
1757{
1758  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759  rm -f conftest.$ac_objext conftest$ac_exeext
1760  if { { ac_try="$ac_link"
1761case "(($ac_try" in
1762  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763  *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767  (eval "$ac_link") 2>conftest.err
1768  ac_status=$?
1769  if test -s conftest.err; then
1770    grep -v '^ *+' conftest.err >conftest.er1
1771    cat conftest.er1 >&5
1772    mv -f conftest.er1 conftest.err
1773  fi
1774  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1775  test $ac_status = 0; } && {
1776	 test -z "$ac_c_werror_flag" ||
1777	 test ! -s conftest.err
1778       } && test -s conftest$ac_exeext && {
1779	 test "$cross_compiling" = yes ||
1780	 test -x conftest$ac_exeext
1781       }; then :
1782  ac_retval=0
1783else
1784  $as_echo "$as_me: failed program was:" >&5
1785sed 's/^/| /' conftest.$ac_ext >&5
1786
1787	ac_retval=1
1788fi
1789  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1790  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1791  # interfere with the next link command; also delete a directory that is
1792  # left behind by Apple's compiler.  We do this before executing the actions.
1793  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1794  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1795  as_fn_set_status $ac_retval
1796
1797} # ac_fn_c_try_link
1798
1799# ac_fn_c_check_func LINENO FUNC VAR
1800# ----------------------------------
1801# Tests whether FUNC exists, setting the cache variable VAR accordingly
1802ac_fn_c_check_func ()
1803{
1804  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1806$as_echo_n "checking for $2... " >&6; }
1807if eval \${$3+:} false; then :
1808  $as_echo_n "(cached) " >&6
1809else
1810  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811/* end confdefs.h.  */
1812/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1813   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1814#define $2 innocuous_$2
1815
1816/* System header to define __stub macros and hopefully few prototypes,
1817    which can conflict with char $2 (); below.
1818    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1819    <limits.h> exists even on freestanding compilers.  */
1820
1821#ifdef __STDC__
1822# include <limits.h>
1823#else
1824# include <assert.h>
1825#endif
1826
1827#undef $2
1828
1829/* Override any GCC internal prototype to avoid an error.
1830   Use char because int might match the return type of a GCC
1831   builtin and then its argument prototype would still apply.  */
1832#ifdef __cplusplus
1833extern "C"
1834#endif
1835char $2 ();
1836/* The GNU C library defines this for functions which it implements
1837    to always fail with ENOSYS.  Some functions are actually named
1838    something starting with __ and the normal name is an alias.  */
1839#if defined __stub_$2 || defined __stub___$2
1840choke me
1841#endif
1842
1843int
1844main ()
1845{
1846return $2 ();
1847  ;
1848  return 0;
1849}
1850_ACEOF
1851if ac_fn_c_try_link "$LINENO"; then :
1852  eval "$3=yes"
1853else
1854  eval "$3=no"
1855fi
1856rm -f core conftest.err conftest.$ac_objext \
1857    conftest$ac_exeext conftest.$ac_ext
1858fi
1859eval ac_res=\$$3
1860	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1861$as_echo "$ac_res" >&6; }
1862  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1863
1864} # ac_fn_c_check_func
1865
1866# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1867# ---------------------------------------------
1868# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1869# accordingly.
1870ac_fn_c_check_decl ()
1871{
1872  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1873  as_decl_name=`echo $2|sed 's/ *(.*//'`
1874  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1875  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1876$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1877if eval \${$3+:} false; then :
1878  $as_echo_n "(cached) " >&6
1879else
1880  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881/* end confdefs.h.  */
1882$4
1883int
1884main ()
1885{
1886#ifndef $as_decl_name
1887#ifdef __cplusplus
1888  (void) $as_decl_use;
1889#else
1890  (void) $as_decl_name;
1891#endif
1892#endif
1893
1894  ;
1895  return 0;
1896}
1897_ACEOF
1898if ac_fn_c_try_compile "$LINENO"; then :
1899  eval "$3=yes"
1900else
1901  eval "$3=no"
1902fi
1903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904fi
1905eval ac_res=\$$3
1906	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907$as_echo "$ac_res" >&6; }
1908  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1909
1910} # ac_fn_c_check_decl
1911cat >config.log <<_ACEOF
1912This file contains any messages produced by compilers while
1913running configure, to aid debugging if configure makes a mistake.
1914
1915It was created by libsframe $as_me BFD_VERSION, which was
1916generated by GNU Autoconf 2.69.  Invocation command line was
1917
1918  $ $0 $@
1919
1920_ACEOF
1921exec 5>>config.log
1922{
1923cat <<_ASUNAME
1924## --------- ##
1925## Platform. ##
1926## --------- ##
1927
1928hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1929uname -m = `(uname -m) 2>/dev/null || echo unknown`
1930uname -r = `(uname -r) 2>/dev/null || echo unknown`
1931uname -s = `(uname -s) 2>/dev/null || echo unknown`
1932uname -v = `(uname -v) 2>/dev/null || echo unknown`
1933
1934/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1935/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1936
1937/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1938/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1939/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1940/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1941/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1942/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1943/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1944
1945_ASUNAME
1946
1947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948for as_dir in $PATH
1949do
1950  IFS=$as_save_IFS
1951  test -z "$as_dir" && as_dir=.
1952    $as_echo "PATH: $as_dir"
1953  done
1954IFS=$as_save_IFS
1955
1956} >&5
1957
1958cat >&5 <<_ACEOF
1959
1960
1961## ----------- ##
1962## Core tests. ##
1963## ----------- ##
1964
1965_ACEOF
1966
1967
1968# Keep a trace of the command line.
1969# Strip out --no-create and --no-recursion so they do not pile up.
1970# Strip out --silent because we don't want to record it for future runs.
1971# Also quote any args containing shell meta-characters.
1972# Make two passes to allow for proper duplicate-argument suppression.
1973ac_configure_args=
1974ac_configure_args0=
1975ac_configure_args1=
1976ac_must_keep_next=false
1977for ac_pass in 1 2
1978do
1979  for ac_arg
1980  do
1981    case $ac_arg in
1982    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1983    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1984    | -silent | --silent | --silen | --sile | --sil)
1985      continue ;;
1986    *\'*)
1987      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1988    esac
1989    case $ac_pass in
1990    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1991    2)
1992      as_fn_append ac_configure_args1 " '$ac_arg'"
1993      if test $ac_must_keep_next = true; then
1994	ac_must_keep_next=false # Got value, back to normal.
1995      else
1996	case $ac_arg in
1997	  *=* | --config-cache | -C | -disable-* | --disable-* \
1998	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1999	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2000	  | -with-* | --with-* | -without-* | --without-* | --x)
2001	    case "$ac_configure_args0 " in
2002	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2003	    esac
2004	    ;;
2005	  -* ) ac_must_keep_next=true ;;
2006	esac
2007      fi
2008      as_fn_append ac_configure_args " '$ac_arg'"
2009      ;;
2010    esac
2011  done
2012done
2013{ ac_configure_args0=; unset ac_configure_args0;}
2014{ ac_configure_args1=; unset ac_configure_args1;}
2015
2016# When interrupted or exit'd, cleanup temporary files, and complete
2017# config.log.  We remove comments because anyway the quotes in there
2018# would cause problems or look ugly.
2019# WARNING: Use '\'' to represent an apostrophe within the trap.
2020# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2021trap 'exit_status=$?
2022  # Save into config.log some information that might help in debugging.
2023  {
2024    echo
2025
2026    $as_echo "## ---------------- ##
2027## Cache variables. ##
2028## ---------------- ##"
2029    echo
2030    # The following way of writing the cache mishandles newlines in values,
2031(
2032  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2033    eval ac_val=\$$ac_var
2034    case $ac_val in #(
2035    *${as_nl}*)
2036      case $ac_var in #(
2037      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2038$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2039      esac
2040      case $ac_var in #(
2041      _ | IFS | as_nl) ;; #(
2042      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2043      *) { eval $ac_var=; unset $ac_var;} ;;
2044      esac ;;
2045    esac
2046  done
2047  (set) 2>&1 |
2048    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2049    *${as_nl}ac_space=\ *)
2050      sed -n \
2051	"s/'\''/'\''\\\\'\'''\''/g;
2052	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2053      ;; #(
2054    *)
2055      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2056      ;;
2057    esac |
2058    sort
2059)
2060    echo
2061
2062    $as_echo "## ----------------- ##
2063## Output variables. ##
2064## ----------------- ##"
2065    echo
2066    for ac_var in $ac_subst_vars
2067    do
2068      eval ac_val=\$$ac_var
2069      case $ac_val in
2070      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2071      esac
2072      $as_echo "$ac_var='\''$ac_val'\''"
2073    done | sort
2074    echo
2075
2076    if test -n "$ac_subst_files"; then
2077      $as_echo "## ------------------- ##
2078## File substitutions. ##
2079## ------------------- ##"
2080      echo
2081      for ac_var in $ac_subst_files
2082      do
2083	eval ac_val=\$$ac_var
2084	case $ac_val in
2085	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2086	esac
2087	$as_echo "$ac_var='\''$ac_val'\''"
2088      done | sort
2089      echo
2090    fi
2091
2092    if test -s confdefs.h; then
2093      $as_echo "## ----------- ##
2094## confdefs.h. ##
2095## ----------- ##"
2096      echo
2097      cat confdefs.h
2098      echo
2099    fi
2100    test "$ac_signal" != 0 &&
2101      $as_echo "$as_me: caught signal $ac_signal"
2102    $as_echo "$as_me: exit $exit_status"
2103  } >&5
2104  rm -f core *.core core.conftest.* &&
2105    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2106    exit $exit_status
2107' 0
2108for ac_signal in 1 2 13 15; do
2109  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2110done
2111ac_signal=0
2112
2113# confdefs.h avoids OS command line length limits that DEFS can exceed.
2114rm -f -r conftest* confdefs.h
2115
2116$as_echo "/* confdefs.h */" > confdefs.h
2117
2118# Predefined preprocessor variables.
2119
2120cat >>confdefs.h <<_ACEOF
2121#define PACKAGE_NAME "$PACKAGE_NAME"
2122_ACEOF
2123
2124cat >>confdefs.h <<_ACEOF
2125#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2126_ACEOF
2127
2128cat >>confdefs.h <<_ACEOF
2129#define PACKAGE_VERSION "$PACKAGE_VERSION"
2130_ACEOF
2131
2132cat >>confdefs.h <<_ACEOF
2133#define PACKAGE_STRING "$PACKAGE_STRING"
2134_ACEOF
2135
2136cat >>confdefs.h <<_ACEOF
2137#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2138_ACEOF
2139
2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_URL "$PACKAGE_URL"
2142_ACEOF
2143
2144
2145# Let the site file select an alternate cache file if it wants to.
2146# Prefer an explicitly selected file to automatically selected ones.
2147ac_site_file1=NONE
2148ac_site_file2=NONE
2149if test -n "$CONFIG_SITE"; then
2150  # We do not want a PATH search for config.site.
2151  case $CONFIG_SITE in #((
2152    -*)  ac_site_file1=./$CONFIG_SITE;;
2153    */*) ac_site_file1=$CONFIG_SITE;;
2154    *)   ac_site_file1=./$CONFIG_SITE;;
2155  esac
2156elif test "x$prefix" != xNONE; then
2157  ac_site_file1=$prefix/share/config.site
2158  ac_site_file2=$prefix/etc/config.site
2159else
2160  ac_site_file1=$ac_default_prefix/share/config.site
2161  ac_site_file2=$ac_default_prefix/etc/config.site
2162fi
2163for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2164do
2165  test "x$ac_site_file" = xNONE && continue
2166  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2167    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2168$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2169    sed 's/^/| /' "$ac_site_file" >&5
2170    . "$ac_site_file" \
2171      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2172$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2173as_fn_error $? "failed to load site script $ac_site_file
2174See \`config.log' for more details" "$LINENO" 5; }
2175  fi
2176done
2177
2178if test -r "$cache_file"; then
2179  # Some versions of bash will fail to source /dev/null (special files
2180  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2181  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2182    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183$as_echo "$as_me: loading cache $cache_file" >&6;}
2184    case $cache_file in
2185      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186      *)                      . "./$cache_file";;
2187    esac
2188  fi
2189else
2190  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191$as_echo "$as_me: creating cache $cache_file" >&6;}
2192  >$cache_file
2193fi
2194
2195as_fn_append ac_header_list " stdlib.h"
2196as_fn_append ac_header_list " unistd.h"
2197as_fn_append ac_header_list " sys/param.h"
2198# Check that the precious variables saved in the cache have kept the same
2199# value.
2200ac_cache_corrupted=false
2201for ac_var in $ac_precious_vars; do
2202  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2203  eval ac_new_set=\$ac_env_${ac_var}_set
2204  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2205  eval ac_new_val=\$ac_env_${ac_var}_value
2206  case $ac_old_set,$ac_new_set in
2207    set,)
2208      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2209$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2210      ac_cache_corrupted=: ;;
2211    ,set)
2212      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2213$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2214      ac_cache_corrupted=: ;;
2215    ,);;
2216    *)
2217      if test "x$ac_old_val" != "x$ac_new_val"; then
2218	# differences in whitespace do not lead to failure.
2219	ac_old_val_w=`echo x $ac_old_val`
2220	ac_new_val_w=`echo x $ac_new_val`
2221	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2222	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2223$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2224	  ac_cache_corrupted=:
2225	else
2226	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2227$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2228	  eval $ac_var=\$ac_old_val
2229	fi
2230	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2231$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2232	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2233$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2234      fi;;
2235  esac
2236  # Pass precious variables to config.status.
2237  if test "$ac_new_set" = set; then
2238    case $ac_new_val in
2239    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2240    *) ac_arg=$ac_var=$ac_new_val ;;
2241    esac
2242    case " $ac_configure_args " in
2243      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2244      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2245    esac
2246  fi
2247done
2248if $ac_cache_corrupted; then
2249  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2250$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2251  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2252$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2253  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2254fi
2255## -------------------- ##
2256## Main body of script. ##
2257## -------------------- ##
2258
2259ac_ext=c
2260ac_cpp='$CPP $CPPFLAGS'
2261ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2262ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2263ac_compiler_gnu=$ac_cv_c_compiler_gnu
2264
2265
2266
2267
2268
2269
2270ac_aux_dir=
2271for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2272  if test -f "$ac_dir/install-sh"; then
2273    ac_aux_dir=$ac_dir
2274    ac_install_sh="$ac_aux_dir/install-sh -c"
2275    break
2276  elif test -f "$ac_dir/install.sh"; then
2277    ac_aux_dir=$ac_dir
2278    ac_install_sh="$ac_aux_dir/install.sh -c"
2279    break
2280  elif test -f "$ac_dir/shtool"; then
2281    ac_aux_dir=$ac_dir
2282    ac_install_sh="$ac_aux_dir/shtool install -c"
2283    break
2284  fi
2285done
2286if test -z "$ac_aux_dir"; then
2287  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2288fi
2289
2290# These three variables are undocumented and unsupported,
2291# and are intended to be withdrawn in a future Autoconf release.
2292# They can cause serious problems if a builder's source tree is in a directory
2293# whose full name contains unusual characters.
2294ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2295ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2296ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2297
2298
2299# Expand $ac_aux_dir to an absolute path.
2300am_aux_dir=`cd "$ac_aux_dir" && pwd`
2301
2302ac_ext=c
2303ac_cpp='$CPP $CPPFLAGS'
2304ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2305ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2306ac_compiler_gnu=$ac_cv_c_compiler_gnu
2307if test -n "$ac_tool_prefix"; then
2308  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2309set dummy ${ac_tool_prefix}gcc; ac_word=$2
2310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2311$as_echo_n "checking for $ac_word... " >&6; }
2312if ${ac_cv_prog_CC+:} false; then :
2313  $as_echo_n "(cached) " >&6
2314else
2315  if test -n "$CC"; then
2316  ac_cv_prog_CC="$CC" # Let the user override the test.
2317else
2318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319for as_dir in $PATH
2320do
2321  IFS=$as_save_IFS
2322  test -z "$as_dir" && as_dir=.
2323    for ac_exec_ext in '' $ac_executable_extensions; do
2324  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2325    ac_cv_prog_CC="${ac_tool_prefix}gcc"
2326    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2327    break 2
2328  fi
2329done
2330  done
2331IFS=$as_save_IFS
2332
2333fi
2334fi
2335CC=$ac_cv_prog_CC
2336if test -n "$CC"; then
2337  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2338$as_echo "$CC" >&6; }
2339else
2340  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2341$as_echo "no" >&6; }
2342fi
2343
2344
2345fi
2346if test -z "$ac_cv_prog_CC"; then
2347  ac_ct_CC=$CC
2348  # Extract the first word of "gcc", so it can be a program name with args.
2349set dummy gcc; ac_word=$2
2350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2351$as_echo_n "checking for $ac_word... " >&6; }
2352if ${ac_cv_prog_ac_ct_CC+:} false; then :
2353  $as_echo_n "(cached) " >&6
2354else
2355  if test -n "$ac_ct_CC"; then
2356  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2357else
2358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2359for as_dir in $PATH
2360do
2361  IFS=$as_save_IFS
2362  test -z "$as_dir" && as_dir=.
2363    for ac_exec_ext in '' $ac_executable_extensions; do
2364  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2365    ac_cv_prog_ac_ct_CC="gcc"
2366    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2367    break 2
2368  fi
2369done
2370  done
2371IFS=$as_save_IFS
2372
2373fi
2374fi
2375ac_ct_CC=$ac_cv_prog_ac_ct_CC
2376if test -n "$ac_ct_CC"; then
2377  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2378$as_echo "$ac_ct_CC" >&6; }
2379else
2380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2381$as_echo "no" >&6; }
2382fi
2383
2384  if test "x$ac_ct_CC" = x; then
2385    CC=""
2386  else
2387    case $cross_compiling:$ac_tool_warned in
2388yes:)
2389{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2390$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2391ac_tool_warned=yes ;;
2392esac
2393    CC=$ac_ct_CC
2394  fi
2395else
2396  CC="$ac_cv_prog_CC"
2397fi
2398
2399if test -z "$CC"; then
2400          if test -n "$ac_tool_prefix"; then
2401    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402set dummy ${ac_tool_prefix}cc; ac_word=$2
2403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2404$as_echo_n "checking for $ac_word... " >&6; }
2405if ${ac_cv_prog_CC+:} false; then :
2406  $as_echo_n "(cached) " >&6
2407else
2408  if test -n "$CC"; then
2409  ac_cv_prog_CC="$CC" # Let the user override the test.
2410else
2411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412for as_dir in $PATH
2413do
2414  IFS=$as_save_IFS
2415  test -z "$as_dir" && as_dir=.
2416    for ac_exec_ext in '' $ac_executable_extensions; do
2417  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2418    ac_cv_prog_CC="${ac_tool_prefix}cc"
2419    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2420    break 2
2421  fi
2422done
2423  done
2424IFS=$as_save_IFS
2425
2426fi
2427fi
2428CC=$ac_cv_prog_CC
2429if test -n "$CC"; then
2430  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2431$as_echo "$CC" >&6; }
2432else
2433  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2434$as_echo "no" >&6; }
2435fi
2436
2437
2438  fi
2439fi
2440if test -z "$CC"; then
2441  # Extract the first word of "cc", so it can be a program name with args.
2442set dummy cc; ac_word=$2
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2444$as_echo_n "checking for $ac_word... " >&6; }
2445if ${ac_cv_prog_CC+:} false; then :
2446  $as_echo_n "(cached) " >&6
2447else
2448  if test -n "$CC"; then
2449  ac_cv_prog_CC="$CC" # Let the user override the test.
2450else
2451  ac_prog_rejected=no
2452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2453for as_dir in $PATH
2454do
2455  IFS=$as_save_IFS
2456  test -z "$as_dir" && as_dir=.
2457    for ac_exec_ext in '' $ac_executable_extensions; do
2458  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2459    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2460       ac_prog_rejected=yes
2461       continue
2462     fi
2463    ac_cv_prog_CC="cc"
2464    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2465    break 2
2466  fi
2467done
2468  done
2469IFS=$as_save_IFS
2470
2471if test $ac_prog_rejected = yes; then
2472  # We found a bogon in the path, so make sure we never use it.
2473  set dummy $ac_cv_prog_CC
2474  shift
2475  if test $# != 0; then
2476    # We chose a different compiler from the bogus one.
2477    # However, it has the same basename, so the bogon will be chosen
2478    # first if we set CC to just the basename; use the full file name.
2479    shift
2480    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2481  fi
2482fi
2483fi
2484fi
2485CC=$ac_cv_prog_CC
2486if test -n "$CC"; then
2487  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2488$as_echo "$CC" >&6; }
2489else
2490  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2491$as_echo "no" >&6; }
2492fi
2493
2494
2495fi
2496if test -z "$CC"; then
2497  if test -n "$ac_tool_prefix"; then
2498  for ac_prog in cl.exe
2499  do
2500    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503$as_echo_n "checking for $ac_word... " >&6; }
2504if ${ac_cv_prog_CC+:} false; then :
2505  $as_echo_n "(cached) " >&6
2506else
2507  if test -n "$CC"; then
2508  ac_cv_prog_CC="$CC" # Let the user override the test.
2509else
2510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511for as_dir in $PATH
2512do
2513  IFS=$as_save_IFS
2514  test -z "$as_dir" && as_dir=.
2515    for ac_exec_ext in '' $ac_executable_extensions; do
2516  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2517    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2518    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2519    break 2
2520  fi
2521done
2522  done
2523IFS=$as_save_IFS
2524
2525fi
2526fi
2527CC=$ac_cv_prog_CC
2528if test -n "$CC"; then
2529  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2530$as_echo "$CC" >&6; }
2531else
2532  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533$as_echo "no" >&6; }
2534fi
2535
2536
2537    test -n "$CC" && break
2538  done
2539fi
2540if test -z "$CC"; then
2541  ac_ct_CC=$CC
2542  for ac_prog in cl.exe
2543do
2544  # Extract the first word of "$ac_prog", so it can be a program name with args.
2545set dummy $ac_prog; ac_word=$2
2546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2547$as_echo_n "checking for $ac_word... " >&6; }
2548if ${ac_cv_prog_ac_ct_CC+:} false; then :
2549  $as_echo_n "(cached) " >&6
2550else
2551  if test -n "$ac_ct_CC"; then
2552  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2553else
2554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555for as_dir in $PATH
2556do
2557  IFS=$as_save_IFS
2558  test -z "$as_dir" && as_dir=.
2559    for ac_exec_ext in '' $ac_executable_extensions; do
2560  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2561    ac_cv_prog_ac_ct_CC="$ac_prog"
2562    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2563    break 2
2564  fi
2565done
2566  done
2567IFS=$as_save_IFS
2568
2569fi
2570fi
2571ac_ct_CC=$ac_cv_prog_ac_ct_CC
2572if test -n "$ac_ct_CC"; then
2573  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2574$as_echo "$ac_ct_CC" >&6; }
2575else
2576  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2577$as_echo "no" >&6; }
2578fi
2579
2580
2581  test -n "$ac_ct_CC" && break
2582done
2583
2584  if test "x$ac_ct_CC" = x; then
2585    CC=""
2586  else
2587    case $cross_compiling:$ac_tool_warned in
2588yes:)
2589{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2590$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2591ac_tool_warned=yes ;;
2592esac
2593    CC=$ac_ct_CC
2594  fi
2595fi
2596
2597fi
2598
2599
2600test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2601$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2602as_fn_error $? "no acceptable C compiler found in \$PATH
2603See \`config.log' for more details" "$LINENO" 5; }
2604
2605# Provide some information about the compiler.
2606$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2607set X $ac_compile
2608ac_compiler=$2
2609for ac_option in --version -v -V -qversion; do
2610  { { ac_try="$ac_compiler $ac_option >&5"
2611case "(($ac_try" in
2612  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2613  *) ac_try_echo=$ac_try;;
2614esac
2615eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2616$as_echo "$ac_try_echo"; } >&5
2617  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2618  ac_status=$?
2619  if test -s conftest.err; then
2620    sed '10a\
2621... rest of stderr output deleted ...
2622         10q' conftest.err >conftest.er1
2623    cat conftest.er1 >&5
2624  fi
2625  rm -f conftest.er1 conftest.err
2626  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2627  test $ac_status = 0; }
2628done
2629
2630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2631/* end confdefs.h.  */
2632
2633int
2634main ()
2635{
2636
2637  ;
2638  return 0;
2639}
2640_ACEOF
2641ac_clean_files_save=$ac_clean_files
2642ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2643# Try to create an executable without -o first, disregard a.out.
2644# It will help us diagnose broken compilers, and finding out an intuition
2645# of exeext.
2646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2647$as_echo_n "checking whether the C compiler works... " >&6; }
2648ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2649
2650# The possible output files:
2651ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2652
2653ac_rmfiles=
2654for ac_file in $ac_files
2655do
2656  case $ac_file in
2657    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2658    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2659  esac
2660done
2661rm -f $ac_rmfiles
2662
2663if { { ac_try="$ac_link_default"
2664case "(($ac_try" in
2665  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2666  *) ac_try_echo=$ac_try;;
2667esac
2668eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2669$as_echo "$ac_try_echo"; } >&5
2670  (eval "$ac_link_default") 2>&5
2671  ac_status=$?
2672  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2673  test $ac_status = 0; }; then :
2674  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2675# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2676# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2677# so that the user can short-circuit this test for compilers unknown to
2678# Autoconf.
2679for ac_file in $ac_files ''
2680do
2681  test -f "$ac_file" || continue
2682  case $ac_file in
2683    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2684	;;
2685    [ab].out )
2686	# We found the default executable, but exeext='' is most
2687	# certainly right.
2688	break;;
2689    *.* )
2690	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2691	then :; else
2692	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2693	fi
2694	# We set ac_cv_exeext here because the later test for it is not
2695	# safe: cross compilers may not add the suffix if given an `-o'
2696	# argument, so we may need to know it at that point already.
2697	# Even if this section looks crufty: it has the advantage of
2698	# actually working.
2699	break;;
2700    * )
2701	break;;
2702  esac
2703done
2704test "$ac_cv_exeext" = no && ac_cv_exeext=
2705
2706else
2707  ac_file=''
2708fi
2709if test -z "$ac_file"; then :
2710  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2711$as_echo "no" >&6; }
2712$as_echo "$as_me: failed program was:" >&5
2713sed 's/^/| /' conftest.$ac_ext >&5
2714
2715{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2716$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2717as_fn_error 77 "C compiler cannot create executables
2718See \`config.log' for more details" "$LINENO" 5; }
2719else
2720  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2721$as_echo "yes" >&6; }
2722fi
2723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2724$as_echo_n "checking for C compiler default output file name... " >&6; }
2725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2726$as_echo "$ac_file" >&6; }
2727ac_exeext=$ac_cv_exeext
2728
2729rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2730ac_clean_files=$ac_clean_files_save
2731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2732$as_echo_n "checking for suffix of executables... " >&6; }
2733if { { ac_try="$ac_link"
2734case "(($ac_try" in
2735  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2736  *) ac_try_echo=$ac_try;;
2737esac
2738eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2739$as_echo "$ac_try_echo"; } >&5
2740  (eval "$ac_link") 2>&5
2741  ac_status=$?
2742  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2743  test $ac_status = 0; }; then :
2744  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2745# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2746# work properly (i.e., refer to `conftest.exe'), while it won't with
2747# `rm'.
2748for ac_file in conftest.exe conftest conftest.*; do
2749  test -f "$ac_file" || continue
2750  case $ac_file in
2751    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2752    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2753	  break;;
2754    * ) break;;
2755  esac
2756done
2757else
2758  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2759$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2760as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2761See \`config.log' for more details" "$LINENO" 5; }
2762fi
2763rm -f conftest conftest$ac_cv_exeext
2764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2765$as_echo "$ac_cv_exeext" >&6; }
2766
2767rm -f conftest.$ac_ext
2768EXEEXT=$ac_cv_exeext
2769ac_exeext=$EXEEXT
2770cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2771/* end confdefs.h.  */
2772#include <stdio.h>
2773int
2774main ()
2775{
2776FILE *f = fopen ("conftest.out", "w");
2777 return ferror (f) || fclose (f) != 0;
2778
2779  ;
2780  return 0;
2781}
2782_ACEOF
2783ac_clean_files="$ac_clean_files conftest.out"
2784# Check that the compiler produces executables we can run.  If not, either
2785# the compiler is broken, or we cross compile.
2786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2787$as_echo_n "checking whether we are cross compiling... " >&6; }
2788if test "$cross_compiling" != yes; then
2789  { { ac_try="$ac_link"
2790case "(($ac_try" in
2791  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2792  *) ac_try_echo=$ac_try;;
2793esac
2794eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2795$as_echo "$ac_try_echo"; } >&5
2796  (eval "$ac_link") 2>&5
2797  ac_status=$?
2798  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2799  test $ac_status = 0; }
2800  if { ac_try='./conftest$ac_cv_exeext'
2801  { { case "(($ac_try" in
2802  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2803  *) ac_try_echo=$ac_try;;
2804esac
2805eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2806$as_echo "$ac_try_echo"; } >&5
2807  (eval "$ac_try") 2>&5
2808  ac_status=$?
2809  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2810  test $ac_status = 0; }; }; then
2811    cross_compiling=no
2812  else
2813    if test "$cross_compiling" = maybe; then
2814	cross_compiling=yes
2815    else
2816	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2817$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2818as_fn_error $? "cannot run C compiled programs.
2819If you meant to cross compile, use \`--host'.
2820See \`config.log' for more details" "$LINENO" 5; }
2821    fi
2822  fi
2823fi
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2825$as_echo "$cross_compiling" >&6; }
2826
2827rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2828ac_clean_files=$ac_clean_files_save
2829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2830$as_echo_n "checking for suffix of object files... " >&6; }
2831if ${ac_cv_objext+:} false; then :
2832  $as_echo_n "(cached) " >&6
2833else
2834  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2835/* end confdefs.h.  */
2836
2837int
2838main ()
2839{
2840
2841  ;
2842  return 0;
2843}
2844_ACEOF
2845rm -f conftest.o conftest.obj
2846if { { ac_try="$ac_compile"
2847case "(($ac_try" in
2848  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2849  *) ac_try_echo=$ac_try;;
2850esac
2851eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2852$as_echo "$ac_try_echo"; } >&5
2853  (eval "$ac_compile") 2>&5
2854  ac_status=$?
2855  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2856  test $ac_status = 0; }; then :
2857  for ac_file in conftest.o conftest.obj conftest.*; do
2858  test -f "$ac_file" || continue;
2859  case $ac_file in
2860    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2861    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2862       break;;
2863  esac
2864done
2865else
2866  $as_echo "$as_me: failed program was:" >&5
2867sed 's/^/| /' conftest.$ac_ext >&5
2868
2869{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2870$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2871as_fn_error $? "cannot compute suffix of object files: cannot compile
2872See \`config.log' for more details" "$LINENO" 5; }
2873fi
2874rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875fi
2876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2877$as_echo "$ac_cv_objext" >&6; }
2878OBJEXT=$ac_cv_objext
2879ac_objext=$OBJEXT
2880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2881$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2882if ${ac_cv_c_compiler_gnu+:} false; then :
2883  $as_echo_n "(cached) " >&6
2884else
2885  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2886/* end confdefs.h.  */
2887
2888int
2889main ()
2890{
2891#ifndef __GNUC__
2892       choke me
2893#endif
2894
2895  ;
2896  return 0;
2897}
2898_ACEOF
2899if ac_fn_c_try_compile "$LINENO"; then :
2900  ac_compiler_gnu=yes
2901else
2902  ac_compiler_gnu=no
2903fi
2904rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2905ac_cv_c_compiler_gnu=$ac_compiler_gnu
2906
2907fi
2908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2909$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2910if test $ac_compiler_gnu = yes; then
2911  GCC=yes
2912else
2913  GCC=
2914fi
2915ac_test_CFLAGS=${CFLAGS+set}
2916ac_save_CFLAGS=$CFLAGS
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2918$as_echo_n "checking whether $CC accepts -g... " >&6; }
2919if ${ac_cv_prog_cc_g+:} false; then :
2920  $as_echo_n "(cached) " >&6
2921else
2922  ac_save_c_werror_flag=$ac_c_werror_flag
2923   ac_c_werror_flag=yes
2924   ac_cv_prog_cc_g=no
2925   CFLAGS="-g"
2926   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2927/* end confdefs.h.  */
2928
2929int
2930main ()
2931{
2932
2933  ;
2934  return 0;
2935}
2936_ACEOF
2937if ac_fn_c_try_compile "$LINENO"; then :
2938  ac_cv_prog_cc_g=yes
2939else
2940  CFLAGS=""
2941      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2942/* end confdefs.h.  */
2943
2944int
2945main ()
2946{
2947
2948  ;
2949  return 0;
2950}
2951_ACEOF
2952if ac_fn_c_try_compile "$LINENO"; then :
2953
2954else
2955  ac_c_werror_flag=$ac_save_c_werror_flag
2956	 CFLAGS="-g"
2957	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2958/* end confdefs.h.  */
2959
2960int
2961main ()
2962{
2963
2964  ;
2965  return 0;
2966}
2967_ACEOF
2968if ac_fn_c_try_compile "$LINENO"; then :
2969  ac_cv_prog_cc_g=yes
2970fi
2971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2972fi
2973rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2974fi
2975rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2976   ac_c_werror_flag=$ac_save_c_werror_flag
2977fi
2978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2979$as_echo "$ac_cv_prog_cc_g" >&6; }
2980if test "$ac_test_CFLAGS" = set; then
2981  CFLAGS=$ac_save_CFLAGS
2982elif test $ac_cv_prog_cc_g = yes; then
2983  if test "$GCC" = yes; then
2984    CFLAGS="-g -O2"
2985  else
2986    CFLAGS="-g"
2987  fi
2988else
2989  if test "$GCC" = yes; then
2990    CFLAGS="-O2"
2991  else
2992    CFLAGS=
2993  fi
2994fi
2995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2996$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2997if ${ac_cv_prog_cc_c89+:} false; then :
2998  $as_echo_n "(cached) " >&6
2999else
3000  ac_cv_prog_cc_c89=no
3001ac_save_CC=$CC
3002cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3003/* end confdefs.h.  */
3004#include <stdarg.h>
3005#include <stdio.h>
3006struct stat;
3007/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3008struct buf { int x; };
3009FILE * (*rcsopen) (struct buf *, struct stat *, int);
3010static char *e (p, i)
3011     char **p;
3012     int i;
3013{
3014  return p[i];
3015}
3016static char *f (char * (*g) (char **, int), char **p, ...)
3017{
3018  char *s;
3019  va_list v;
3020  va_start (v,p);
3021  s = g (p, va_arg (v,int));
3022  va_end (v);
3023  return s;
3024}
3025
3026/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3027   function prototypes and stuff, but not '\xHH' hex character constants.
3028   These don't provoke an error unfortunately, instead are silently treated
3029   as 'x'.  The following induces an error, until -std is added to get
3030   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3031   array size at least.  It's necessary to write '\x00'==0 to get something
3032   that's true only with -std.  */
3033int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3034
3035/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3036   inside strings and character constants.  */
3037#define FOO(x) 'x'
3038int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3039
3040int test (int i, double x);
3041struct s1 {int (*f) (int a);};
3042struct s2 {int (*f) (double a);};
3043int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3044int argc;
3045char **argv;
3046int
3047main ()
3048{
3049return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3050  ;
3051  return 0;
3052}
3053_ACEOF
3054for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3055	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3056do
3057  CC="$ac_save_CC $ac_arg"
3058  if ac_fn_c_try_compile "$LINENO"; then :
3059  ac_cv_prog_cc_c89=$ac_arg
3060fi
3061rm -f core conftest.err conftest.$ac_objext
3062  test "x$ac_cv_prog_cc_c89" != "xno" && break
3063done
3064rm -f conftest.$ac_ext
3065CC=$ac_save_CC
3066
3067fi
3068# AC_CACHE_VAL
3069case "x$ac_cv_prog_cc_c89" in
3070  x)
3071    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3072$as_echo "none needed" >&6; } ;;
3073  xno)
3074    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3075$as_echo "unsupported" >&6; } ;;
3076  *)
3077    CC="$CC $ac_cv_prog_cc_c89"
3078    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3079$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3080esac
3081if test "x$ac_cv_prog_cc_c89" != xno; then :
3082
3083fi
3084
3085ac_ext=c
3086ac_cpp='$CPP $CPPFLAGS'
3087ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3088ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3089ac_compiler_gnu=$ac_cv_c_compiler_gnu
3090
3091ac_ext=c
3092ac_cpp='$CPP $CPPFLAGS'
3093ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3094ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3095ac_compiler_gnu=$ac_cv_c_compiler_gnu
3096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3097$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3098if ${am_cv_prog_cc_c_o+:} false; then :
3099  $as_echo_n "(cached) " >&6
3100else
3101  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3102/* end confdefs.h.  */
3103
3104int
3105main ()
3106{
3107
3108  ;
3109  return 0;
3110}
3111_ACEOF
3112  # Make sure it works both with $CC and with simple cc.
3113  # Following AC_PROG_CC_C_O, we do the test twice because some
3114  # compilers refuse to overwrite an existing .o file with -o,
3115  # though they will create one.
3116  am_cv_prog_cc_c_o=yes
3117  for am_i in 1 2; do
3118    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3119   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3120   ac_status=$?
3121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3122   (exit $ac_status); } \
3123         && test -f conftest2.$ac_objext; then
3124      : OK
3125    else
3126      am_cv_prog_cc_c_o=no
3127      break
3128    fi
3129  done
3130  rm -f core conftest*
3131  unset am_i
3132fi
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3134$as_echo "$am_cv_prog_cc_c_o" >&6; }
3135if test "$am_cv_prog_cc_c_o" != yes; then
3136   # Losing compiler, so override with the script.
3137   # FIXME: It is wrong to rewrite CC.
3138   # But if we don't then we get into trouble of one sort or another.
3139   # A longer-term fix would be to have automake use am__CC in this case,
3140   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3141   CC="$am_aux_dir/compile $CC"
3142fi
3143ac_ext=c
3144ac_cpp='$CPP $CPPFLAGS'
3145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3147ac_compiler_gnu=$ac_cv_c_compiler_gnu
3148
3149
3150
3151ac_ext=c
3152ac_cpp='$CPP $CPPFLAGS'
3153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3155ac_compiler_gnu=$ac_cv_c_compiler_gnu
3156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3157$as_echo_n "checking how to run the C preprocessor... " >&6; }
3158# On Suns, sometimes $CPP names a directory.
3159if test -n "$CPP" && test -d "$CPP"; then
3160  CPP=
3161fi
3162if test -z "$CPP"; then
3163  if ${ac_cv_prog_CPP+:} false; then :
3164  $as_echo_n "(cached) " >&6
3165else
3166      # Double quotes because CPP needs to be expanded
3167    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3168    do
3169      ac_preproc_ok=false
3170for ac_c_preproc_warn_flag in '' yes
3171do
3172  # Use a header file that comes with gcc, so configuring glibc
3173  # with a fresh cross-compiler works.
3174  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3175  # <limits.h> exists even on freestanding compilers.
3176  # On the NeXT, cc -E runs the code through the compiler's parser,
3177  # not just through cpp. "Syntax error" is here to catch this case.
3178  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179/* end confdefs.h.  */
3180#ifdef __STDC__
3181# include <limits.h>
3182#else
3183# include <assert.h>
3184#endif
3185		     Syntax error
3186_ACEOF
3187if ac_fn_c_try_cpp "$LINENO"; then :
3188
3189else
3190  # Broken: fails on valid input.
3191continue
3192fi
3193rm -f conftest.err conftest.i conftest.$ac_ext
3194
3195  # OK, works on sane cases.  Now check whether nonexistent headers
3196  # can be detected and how.
3197  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198/* end confdefs.h.  */
3199#include <ac_nonexistent.h>
3200_ACEOF
3201if ac_fn_c_try_cpp "$LINENO"; then :
3202  # Broken: success on invalid input.
3203continue
3204else
3205  # Passes both tests.
3206ac_preproc_ok=:
3207break
3208fi
3209rm -f conftest.err conftest.i conftest.$ac_ext
3210
3211done
3212# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3213rm -f conftest.i conftest.err conftest.$ac_ext
3214if $ac_preproc_ok; then :
3215  break
3216fi
3217
3218    done
3219    ac_cv_prog_CPP=$CPP
3220
3221fi
3222  CPP=$ac_cv_prog_CPP
3223else
3224  ac_cv_prog_CPP=$CPP
3225fi
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3227$as_echo "$CPP" >&6; }
3228ac_preproc_ok=false
3229for ac_c_preproc_warn_flag in '' yes
3230do
3231  # Use a header file that comes with gcc, so configuring glibc
3232  # with a fresh cross-compiler works.
3233  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3234  # <limits.h> exists even on freestanding compilers.
3235  # On the NeXT, cc -E runs the code through the compiler's parser,
3236  # not just through cpp. "Syntax error" is here to catch this case.
3237  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3238/* end confdefs.h.  */
3239#ifdef __STDC__
3240# include <limits.h>
3241#else
3242# include <assert.h>
3243#endif
3244		     Syntax error
3245_ACEOF
3246if ac_fn_c_try_cpp "$LINENO"; then :
3247
3248else
3249  # Broken: fails on valid input.
3250continue
3251fi
3252rm -f conftest.err conftest.i conftest.$ac_ext
3253
3254  # OK, works on sane cases.  Now check whether nonexistent headers
3255  # can be detected and how.
3256  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257/* end confdefs.h.  */
3258#include <ac_nonexistent.h>
3259_ACEOF
3260if ac_fn_c_try_cpp "$LINENO"; then :
3261  # Broken: success on invalid input.
3262continue
3263else
3264  # Passes both tests.
3265ac_preproc_ok=:
3266break
3267fi
3268rm -f conftest.err conftest.i conftest.$ac_ext
3269
3270done
3271# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3272rm -f conftest.i conftest.err conftest.$ac_ext
3273if $ac_preproc_ok; then :
3274
3275else
3276  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3277$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3278as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3279See \`config.log' for more details" "$LINENO" 5; }
3280fi
3281
3282ac_ext=c
3283ac_cpp='$CPP $CPPFLAGS'
3284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3286ac_compiler_gnu=$ac_cv_c_compiler_gnu
3287
3288
3289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3290$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3291if ${ac_cv_path_GREP+:} false; then :
3292  $as_echo_n "(cached) " >&6
3293else
3294  if test -z "$GREP"; then
3295  ac_path_GREP_found=false
3296  # Loop through the user's path and test for each of PROGNAME-LIST
3297  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3298for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3299do
3300  IFS=$as_save_IFS
3301  test -z "$as_dir" && as_dir=.
3302    for ac_prog in grep ggrep; do
3303    for ac_exec_ext in '' $ac_executable_extensions; do
3304      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3305      as_fn_executable_p "$ac_path_GREP" || continue
3306# Check for GNU ac_path_GREP and select it if it is found.
3307  # Check for GNU $ac_path_GREP
3308case `"$ac_path_GREP" --version 2>&1` in
3309*GNU*)
3310  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3311*)
3312  ac_count=0
3313  $as_echo_n 0123456789 >"conftest.in"
3314  while :
3315  do
3316    cat "conftest.in" "conftest.in" >"conftest.tmp"
3317    mv "conftest.tmp" "conftest.in"
3318    cp "conftest.in" "conftest.nl"
3319    $as_echo 'GREP' >> "conftest.nl"
3320    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3321    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3322    as_fn_arith $ac_count + 1 && ac_count=$as_val
3323    if test $ac_count -gt ${ac_path_GREP_max-0}; then
3324      # Best one so far, save it but keep looking for a better one
3325      ac_cv_path_GREP="$ac_path_GREP"
3326      ac_path_GREP_max=$ac_count
3327    fi
3328    # 10*(2^10) chars as input seems more than enough
3329    test $ac_count -gt 10 && break
3330  done
3331  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3332esac
3333
3334      $ac_path_GREP_found && break 3
3335    done
3336  done
3337  done
3338IFS=$as_save_IFS
3339  if test -z "$ac_cv_path_GREP"; then
3340    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3341  fi
3342else
3343  ac_cv_path_GREP=$GREP
3344fi
3345
3346fi
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3348$as_echo "$ac_cv_path_GREP" >&6; }
3349 GREP="$ac_cv_path_GREP"
3350
3351
3352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3353$as_echo_n "checking for egrep... " >&6; }
3354if ${ac_cv_path_EGREP+:} false; then :
3355  $as_echo_n "(cached) " >&6
3356else
3357  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3358   then ac_cv_path_EGREP="$GREP -E"
3359   else
3360     if test -z "$EGREP"; then
3361  ac_path_EGREP_found=false
3362  # Loop through the user's path and test for each of PROGNAME-LIST
3363  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3364for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3365do
3366  IFS=$as_save_IFS
3367  test -z "$as_dir" && as_dir=.
3368    for ac_prog in egrep; do
3369    for ac_exec_ext in '' $ac_executable_extensions; do
3370      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3371      as_fn_executable_p "$ac_path_EGREP" || continue
3372# Check for GNU ac_path_EGREP and select it if it is found.
3373  # Check for GNU $ac_path_EGREP
3374case `"$ac_path_EGREP" --version 2>&1` in
3375*GNU*)
3376  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3377*)
3378  ac_count=0
3379  $as_echo_n 0123456789 >"conftest.in"
3380  while :
3381  do
3382    cat "conftest.in" "conftest.in" >"conftest.tmp"
3383    mv "conftest.tmp" "conftest.in"
3384    cp "conftest.in" "conftest.nl"
3385    $as_echo 'EGREP' >> "conftest.nl"
3386    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3387    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3388    as_fn_arith $ac_count + 1 && ac_count=$as_val
3389    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3390      # Best one so far, save it but keep looking for a better one
3391      ac_cv_path_EGREP="$ac_path_EGREP"
3392      ac_path_EGREP_max=$ac_count
3393    fi
3394    # 10*(2^10) chars as input seems more than enough
3395    test $ac_count -gt 10 && break
3396  done
3397  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3398esac
3399
3400      $ac_path_EGREP_found && break 3
3401    done
3402  done
3403  done
3404IFS=$as_save_IFS
3405  if test -z "$ac_cv_path_EGREP"; then
3406    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3407  fi
3408else
3409  ac_cv_path_EGREP=$EGREP
3410fi
3411
3412   fi
3413fi
3414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3415$as_echo "$ac_cv_path_EGREP" >&6; }
3416 EGREP="$ac_cv_path_EGREP"
3417
3418
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3420$as_echo_n "checking for ANSI C header files... " >&6; }
3421if ${ac_cv_header_stdc+:} false; then :
3422  $as_echo_n "(cached) " >&6
3423else
3424  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3425/* end confdefs.h.  */
3426#include <stdlib.h>
3427#include <stdarg.h>
3428#include <string.h>
3429#include <float.h>
3430
3431int
3432main ()
3433{
3434
3435  ;
3436  return 0;
3437}
3438_ACEOF
3439if ac_fn_c_try_compile "$LINENO"; then :
3440  ac_cv_header_stdc=yes
3441else
3442  ac_cv_header_stdc=no
3443fi
3444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445
3446if test $ac_cv_header_stdc = yes; then
3447  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3448  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449/* end confdefs.h.  */
3450#include <string.h>
3451
3452_ACEOF
3453if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3454  $EGREP "memchr" >/dev/null 2>&1; then :
3455
3456else
3457  ac_cv_header_stdc=no
3458fi
3459rm -f conftest*
3460
3461fi
3462
3463if test $ac_cv_header_stdc = yes; then
3464  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3465  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3466/* end confdefs.h.  */
3467#include <stdlib.h>
3468
3469_ACEOF
3470if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3471  $EGREP "free" >/dev/null 2>&1; then :
3472
3473else
3474  ac_cv_header_stdc=no
3475fi
3476rm -f conftest*
3477
3478fi
3479
3480if test $ac_cv_header_stdc = yes; then
3481  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3482  if test "$cross_compiling" = yes; then :
3483  :
3484else
3485  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3486/* end confdefs.h.  */
3487#include <ctype.h>
3488#include <stdlib.h>
3489#if ((' ' & 0x0FF) == 0x020)
3490# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3491# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3492#else
3493# define ISLOWER(c) \
3494		   (('a' <= (c) && (c) <= 'i') \
3495		     || ('j' <= (c) && (c) <= 'r') \
3496		     || ('s' <= (c) && (c) <= 'z'))
3497# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3498#endif
3499
3500#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3501int
3502main ()
3503{
3504  int i;
3505  for (i = 0; i < 256; i++)
3506    if (XOR (islower (i), ISLOWER (i))
3507	|| toupper (i) != TOUPPER (i))
3508      return 2;
3509  return 0;
3510}
3511_ACEOF
3512if ac_fn_c_try_run "$LINENO"; then :
3513
3514else
3515  ac_cv_header_stdc=no
3516fi
3517rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3518  conftest.$ac_objext conftest.beam conftest.$ac_ext
3519fi
3520
3521fi
3522fi
3523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3524$as_echo "$ac_cv_header_stdc" >&6; }
3525if test $ac_cv_header_stdc = yes; then
3526
3527$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3528
3529fi
3530
3531# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3532for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3533		  inttypes.h stdint.h unistd.h
3534do :
3535  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3536ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3537"
3538if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3539  cat >>confdefs.h <<_ACEOF
3540#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3541_ACEOF
3542
3543fi
3544
3545done
3546
3547
3548
3549  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3550if test "x$ac_cv_header_minix_config_h" = xyes; then :
3551  MINIX=yes
3552else
3553  MINIX=
3554fi
3555
3556
3557  if test "$MINIX" = yes; then
3558
3559$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3560
3561
3562$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3563
3564
3565$as_echo "#define _MINIX 1" >>confdefs.h
3566
3567  fi
3568
3569
3570  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3571$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3572if ${ac_cv_safe_to_define___extensions__+:} false; then :
3573  $as_echo_n "(cached) " >&6
3574else
3575  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3576/* end confdefs.h.  */
3577
3578#         define __EXTENSIONS__ 1
3579          $ac_includes_default
3580int
3581main ()
3582{
3583
3584  ;
3585  return 0;
3586}
3587_ACEOF
3588if ac_fn_c_try_compile "$LINENO"; then :
3589  ac_cv_safe_to_define___extensions__=yes
3590else
3591  ac_cv_safe_to_define___extensions__=no
3592fi
3593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3594fi
3595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3596$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3597  test $ac_cv_safe_to_define___extensions__ = yes &&
3598    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3599
3600  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3601
3602  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3603
3604  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3605
3606  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3607
3608
3609am__api_version='1.15'
3610
3611# Find a good install program.  We prefer a C program (faster),
3612# so one script is as good as another.  But avoid the broken or
3613# incompatible versions:
3614# SysV /etc/install, /usr/sbin/install
3615# SunOS /usr/etc/install
3616# IRIX /sbin/install
3617# AIX /bin/install
3618# AmigaOS /C/install, which installs bootblocks on floppy discs
3619# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3620# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3621# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3622# OS/2's system install, which has a completely different semantic
3623# ./install, which can be erroneously created by make from ./install.sh.
3624# Reject install programs that cannot install multiple files.
3625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3626$as_echo_n "checking for a BSD-compatible install... " >&6; }
3627if test -z "$INSTALL"; then
3628if ${ac_cv_path_install+:} false; then :
3629  $as_echo_n "(cached) " >&6
3630else
3631  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3632for as_dir in $PATH
3633do
3634  IFS=$as_save_IFS
3635  test -z "$as_dir" && as_dir=.
3636    # Account for people who put trailing slashes in PATH elements.
3637case $as_dir/ in #((
3638  ./ | .// | /[cC]/* | \
3639  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3640  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3641  /usr/ucb/* ) ;;
3642  *)
3643    # OSF1 and SCO ODT 3.0 have their own names for install.
3644    # Don't use installbsd from OSF since it installs stuff as root
3645    # by default.
3646    for ac_prog in ginstall scoinst install; do
3647      for ac_exec_ext in '' $ac_executable_extensions; do
3648	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3649	  if test $ac_prog = install &&
3650	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3651	    # AIX install.  It has an incompatible calling convention.
3652	    :
3653	  elif test $ac_prog = install &&
3654	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3655	    # program-specific install script used by HP pwplus--don't use.
3656	    :
3657	  else
3658	    rm -rf conftest.one conftest.two conftest.dir
3659	    echo one > conftest.one
3660	    echo two > conftest.two
3661	    mkdir conftest.dir
3662	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3663	      test -s conftest.one && test -s conftest.two &&
3664	      test -s conftest.dir/conftest.one &&
3665	      test -s conftest.dir/conftest.two
3666	    then
3667	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3668	      break 3
3669	    fi
3670	  fi
3671	fi
3672      done
3673    done
3674    ;;
3675esac
3676
3677  done
3678IFS=$as_save_IFS
3679
3680rm -rf conftest.one conftest.two conftest.dir
3681
3682fi
3683  if test "${ac_cv_path_install+set}" = set; then
3684    INSTALL=$ac_cv_path_install
3685  else
3686    # As a last resort, use the slow shell script.  Don't cache a
3687    # value for INSTALL within a source directory, because that will
3688    # break other packages using the cache if that directory is
3689    # removed, or if the value is a relative name.
3690    INSTALL=$ac_install_sh
3691  fi
3692fi
3693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3694$as_echo "$INSTALL" >&6; }
3695
3696# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3697# It thinks the first close brace ends the variable substitution.
3698test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3699
3700test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3701
3702test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3703
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3705$as_echo_n "checking whether build environment is sane... " >&6; }
3706# Reject unsafe characters in $srcdir or the absolute working directory
3707# name.  Accept space and tab only in the latter.
3708am_lf='
3709'
3710case `pwd` in
3711  *[\\\"\#\$\&\'\`$am_lf]*)
3712    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3713esac
3714case $srcdir in
3715  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3716    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3717esac
3718
3719# Do 'set' in a subshell so we don't clobber the current shell's
3720# arguments.  Must try -L first in case configure is actually a
3721# symlink; some systems play weird games with the mod time of symlinks
3722# (eg FreeBSD returns the mod time of the symlink's containing
3723# directory).
3724if (
3725   am_has_slept=no
3726   for am_try in 1 2; do
3727     echo "timestamp, slept: $am_has_slept" > conftest.file
3728     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3729     if test "$*" = "X"; then
3730	# -L didn't work.
3731	set X `ls -t "$srcdir/configure" conftest.file`
3732     fi
3733     if test "$*" != "X $srcdir/configure conftest.file" \
3734	&& test "$*" != "X conftest.file $srcdir/configure"; then
3735
3736	# If neither matched, then we have a broken ls.  This can happen
3737	# if, for instance, CONFIG_SHELL is bash and it inherits a
3738	# broken ls alias from the environment.  This has actually
3739	# happened.  Such a system could not be considered "sane".
3740	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3741  alias in your environment" "$LINENO" 5
3742     fi
3743     if test "$2" = conftest.file || test $am_try -eq 2; then
3744       break
3745     fi
3746     # Just in case.
3747     sleep 1
3748     am_has_slept=yes
3749   done
3750   test "$2" = conftest.file
3751   )
3752then
3753   # Ok.
3754   :
3755else
3756   as_fn_error $? "newly created file is older than distributed files!
3757Check your system clock" "$LINENO" 5
3758fi
3759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3760$as_echo "yes" >&6; }
3761# If we didn't sleep, we still need to ensure time stamps of config.status and
3762# generated files are strictly newer.
3763am_sleep_pid=
3764if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3765  ( sleep 1 ) &
3766  am_sleep_pid=$!
3767fi
3768
3769rm -f conftest.file
3770
3771test "$program_prefix" != NONE &&
3772  program_transform_name="s&^&$program_prefix&;$program_transform_name"
3773# Use a double $ so make ignores it.
3774test "$program_suffix" != NONE &&
3775  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3776# Double any \ or $.
3777# By default was `s,x,x', remove it if useless.
3778ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3779program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3780
3781if test x"${MISSING+set}" != xset; then
3782  case $am_aux_dir in
3783  *\ * | *\	*)
3784    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3785  *)
3786    MISSING="\${SHELL} $am_aux_dir/missing" ;;
3787  esac
3788fi
3789# Use eval to expand $SHELL
3790if eval "$MISSING --is-lightweight"; then
3791  am_missing_run="$MISSING "
3792else
3793  am_missing_run=
3794  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3795$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3796fi
3797
3798if test x"${install_sh+set}" != xset; then
3799  case $am_aux_dir in
3800  *\ * | *\	*)
3801    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3802  *)
3803    install_sh="\${SHELL} $am_aux_dir/install-sh"
3804  esac
3805fi
3806
3807# Installed binaries are usually stripped using 'strip' when the user
3808# run "make install-strip".  However 'strip' might not be the right
3809# tool to use in cross-compilation environments, therefore Automake
3810# will honor the 'STRIP' environment variable to overrule this program.
3811if test "$cross_compiling" != no; then
3812  if test -n "$ac_tool_prefix"; then
3813  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3814set dummy ${ac_tool_prefix}strip; ac_word=$2
3815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3816$as_echo_n "checking for $ac_word... " >&6; }
3817if ${ac_cv_prog_STRIP+:} false; then :
3818  $as_echo_n "(cached) " >&6
3819else
3820  if test -n "$STRIP"; then
3821  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3822else
3823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824for as_dir in $PATH
3825do
3826  IFS=$as_save_IFS
3827  test -z "$as_dir" && as_dir=.
3828    for ac_exec_ext in '' $ac_executable_extensions; do
3829  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3830    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3831    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3832    break 2
3833  fi
3834done
3835  done
3836IFS=$as_save_IFS
3837
3838fi
3839fi
3840STRIP=$ac_cv_prog_STRIP
3841if test -n "$STRIP"; then
3842  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3843$as_echo "$STRIP" >&6; }
3844else
3845  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3846$as_echo "no" >&6; }
3847fi
3848
3849
3850fi
3851if test -z "$ac_cv_prog_STRIP"; then
3852  ac_ct_STRIP=$STRIP
3853  # Extract the first word of "strip", so it can be a program name with args.
3854set dummy strip; ac_word=$2
3855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3856$as_echo_n "checking for $ac_word... " >&6; }
3857if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3858  $as_echo_n "(cached) " >&6
3859else
3860  if test -n "$ac_ct_STRIP"; then
3861  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3862else
3863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3864for as_dir in $PATH
3865do
3866  IFS=$as_save_IFS
3867  test -z "$as_dir" && as_dir=.
3868    for ac_exec_ext in '' $ac_executable_extensions; do
3869  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3870    ac_cv_prog_ac_ct_STRIP="strip"
3871    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3872    break 2
3873  fi
3874done
3875  done
3876IFS=$as_save_IFS
3877
3878fi
3879fi
3880ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3881if test -n "$ac_ct_STRIP"; then
3882  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3883$as_echo "$ac_ct_STRIP" >&6; }
3884else
3885  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3886$as_echo "no" >&6; }
3887fi
3888
3889  if test "x$ac_ct_STRIP" = x; then
3890    STRIP=":"
3891  else
3892    case $cross_compiling:$ac_tool_warned in
3893yes:)
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3895$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3896ac_tool_warned=yes ;;
3897esac
3898    STRIP=$ac_ct_STRIP
3899  fi
3900else
3901  STRIP="$ac_cv_prog_STRIP"
3902fi
3903
3904fi
3905INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3906
3907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3908$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3909if test -z "$MKDIR_P"; then
3910  if ${ac_cv_path_mkdir+:} false; then :
3911  $as_echo_n "(cached) " >&6
3912else
3913  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3914for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3915do
3916  IFS=$as_save_IFS
3917  test -z "$as_dir" && as_dir=.
3918    for ac_prog in mkdir gmkdir; do
3919	 for ac_exec_ext in '' $ac_executable_extensions; do
3920	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3921	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3922	     'mkdir (GNU coreutils) '* | \
3923	     'mkdir (coreutils) '* | \
3924	     'mkdir (fileutils) '4.1*)
3925	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3926	       break 3;;
3927	   esac
3928	 done
3929       done
3930  done
3931IFS=$as_save_IFS
3932
3933fi
3934
3935  test -d ./--version && rmdir ./--version
3936  if test "${ac_cv_path_mkdir+set}" = set; then
3937    MKDIR_P="$ac_cv_path_mkdir -p"
3938  else
3939    # As a last resort, use the slow shell script.  Don't cache a
3940    # value for MKDIR_P within a source directory, because that will
3941    # break other packages using the cache if that directory is
3942    # removed, or if the value is a relative name.
3943    MKDIR_P="$ac_install_sh -d"
3944  fi
3945fi
3946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3947$as_echo "$MKDIR_P" >&6; }
3948
3949for ac_prog in gawk mawk nawk awk
3950do
3951  # Extract the first word of "$ac_prog", so it can be a program name with args.
3952set dummy $ac_prog; ac_word=$2
3953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3954$as_echo_n "checking for $ac_word... " >&6; }
3955if ${ac_cv_prog_AWK+:} false; then :
3956  $as_echo_n "(cached) " >&6
3957else
3958  if test -n "$AWK"; then
3959  ac_cv_prog_AWK="$AWK" # Let the user override the test.
3960else
3961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3962for as_dir in $PATH
3963do
3964  IFS=$as_save_IFS
3965  test -z "$as_dir" && as_dir=.
3966    for ac_exec_ext in '' $ac_executable_extensions; do
3967  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3968    ac_cv_prog_AWK="$ac_prog"
3969    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3970    break 2
3971  fi
3972done
3973  done
3974IFS=$as_save_IFS
3975
3976fi
3977fi
3978AWK=$ac_cv_prog_AWK
3979if test -n "$AWK"; then
3980  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3981$as_echo "$AWK" >&6; }
3982else
3983  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984$as_echo "no" >&6; }
3985fi
3986
3987
3988  test -n "$AWK" && break
3989done
3990
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3992$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3993set x ${MAKE-make}
3994ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3995if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3996  $as_echo_n "(cached) " >&6
3997else
3998  cat >conftest.make <<\_ACEOF
3999SHELL = /bin/sh
4000all:
4001	@echo '@@@%%%=$(MAKE)=@@@%%%'
4002_ACEOF
4003# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4004case `${MAKE-make} -f conftest.make 2>/dev/null` in
4005  *@@@%%%=?*=@@@%%%*)
4006    eval ac_cv_prog_make_${ac_make}_set=yes;;
4007  *)
4008    eval ac_cv_prog_make_${ac_make}_set=no;;
4009esac
4010rm -f conftest.make
4011fi
4012if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4013  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4014$as_echo "yes" >&6; }
4015  SET_MAKE=
4016else
4017  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4018$as_echo "no" >&6; }
4019  SET_MAKE="MAKE=${MAKE-make}"
4020fi
4021
4022rm -rf .tst 2>/dev/null
4023mkdir .tst 2>/dev/null
4024if test -d .tst; then
4025  am__leading_dot=.
4026else
4027  am__leading_dot=_
4028fi
4029rmdir .tst 2>/dev/null
4030
4031DEPDIR="${am__leading_dot}deps"
4032
4033ac_config_commands="$ac_config_commands depfiles"
4034
4035
4036am_make=${MAKE-make}
4037cat > confinc << 'END'
4038am__doit:
4039	@echo this is the am__doit target
4040.PHONY: am__doit
4041END
4042# If we don't find an include directive, just comment out the code.
4043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4044$as_echo_n "checking for style of include used by $am_make... " >&6; }
4045am__include="#"
4046am__quote=
4047_am_result=none
4048# First try GNU make style include.
4049echo "include confinc" > confmf
4050# Ignore all kinds of additional output from 'make'.
4051case `$am_make -s -f confmf 2> /dev/null` in #(
4052*the\ am__doit\ target*)
4053  am__include=include
4054  am__quote=
4055  _am_result=GNU
4056  ;;
4057esac
4058# Now try BSD make style include.
4059if test "$am__include" = "#"; then
4060   echo '.include "confinc"' > confmf
4061   case `$am_make -s -f confmf 2> /dev/null` in #(
4062   *the\ am__doit\ target*)
4063     am__include=.include
4064     am__quote="\""
4065     _am_result=BSD
4066     ;;
4067   esac
4068fi
4069
4070
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4072$as_echo "$_am_result" >&6; }
4073rm -f confinc confmf
4074
4075# Check whether --enable-dependency-tracking was given.
4076if test "${enable_dependency_tracking+set}" = set; then :
4077  enableval=$enable_dependency_tracking;
4078fi
4079
4080if test "x$enable_dependency_tracking" != xno; then
4081  am_depcomp="$ac_aux_dir/depcomp"
4082  AMDEPBACKSLASH='\'
4083  am__nodep='_no'
4084fi
4085 if test "x$enable_dependency_tracking" != xno; then
4086  AMDEP_TRUE=
4087  AMDEP_FALSE='#'
4088else
4089  AMDEP_TRUE='#'
4090  AMDEP_FALSE=
4091fi
4092
4093
4094# Check whether --enable-silent-rules was given.
4095if test "${enable_silent_rules+set}" = set; then :
4096  enableval=$enable_silent_rules;
4097fi
4098
4099case $enable_silent_rules in # (((
4100  yes) AM_DEFAULT_VERBOSITY=0;;
4101   no) AM_DEFAULT_VERBOSITY=1;;
4102    *) AM_DEFAULT_VERBOSITY=1;;
4103esac
4104am_make=${MAKE-make}
4105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4106$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4107if ${am_cv_make_support_nested_variables+:} false; then :
4108  $as_echo_n "(cached) " >&6
4109else
4110  if $as_echo 'TRUE=$(BAR$(V))
4111BAR0=false
4112BAR1=true
4113V=1
4114am__doit:
4115	@$(TRUE)
4116.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4117  am_cv_make_support_nested_variables=yes
4118else
4119  am_cv_make_support_nested_variables=no
4120fi
4121fi
4122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4123$as_echo "$am_cv_make_support_nested_variables" >&6; }
4124if test $am_cv_make_support_nested_variables = yes; then
4125    AM_V='$(V)'
4126  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4127else
4128  AM_V=$AM_DEFAULT_VERBOSITY
4129  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4130fi
4131AM_BACKSLASH='\'
4132
4133if test "`cd $srcdir && pwd`" != "`pwd`"; then
4134  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4135  # is not polluted with repeated "-I."
4136  am__isrc=' -I$(srcdir)'
4137  # test to see if srcdir already configured
4138  if test -f $srcdir/config.status; then
4139    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4140  fi
4141fi
4142
4143# test whether we have cygpath
4144if test -z "$CYGPATH_W"; then
4145  if (cygpath --version) >/dev/null 2>/dev/null; then
4146    CYGPATH_W='cygpath -w'
4147  else
4148    CYGPATH_W=echo
4149  fi
4150fi
4151
4152
4153# Define the identity of the package.
4154 PACKAGE='libsframe'
4155 VERSION='BFD_VERSION'
4156
4157
4158cat >>confdefs.h <<_ACEOF
4159#define PACKAGE "$PACKAGE"
4160_ACEOF
4161
4162
4163cat >>confdefs.h <<_ACEOF
4164#define VERSION "$VERSION"
4165_ACEOF
4166
4167# Some tools Automake needs.
4168
4169ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4170
4171
4172AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4173
4174
4175AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4176
4177
4178AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4179
4180
4181MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4182
4183# For better backward compatibility.  To be removed once Automake 1.9.x
4184# dies out for good.  For more background, see:
4185# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4186# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4187mkdir_p='$(MKDIR_P)'
4188
4189# We need awk for the "check" target (and possibly the TAP driver).  The
4190# system "awk" is bad on some platforms.
4191# Always define AMTAR for backward compatibility.  Yes, it's still used
4192# in the wild :-(  We should find a proper way to deprecate it ...
4193AMTAR='$${TAR-tar}'
4194
4195
4196# We'll loop over all known methods to create a tar archive until one works.
4197_am_tools='gnutar  pax cpio none'
4198
4199am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4200
4201
4202
4203
4204
4205depcc="$CC"   am_compiler_list=
4206
4207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4208$as_echo_n "checking dependency style of $depcc... " >&6; }
4209if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4210  $as_echo_n "(cached) " >&6
4211else
4212  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4213  # We make a subdir and do the tests there.  Otherwise we can end up
4214  # making bogus files that we don't know about and never remove.  For
4215  # instance it was reported that on HP-UX the gcc test will end up
4216  # making a dummy file named 'D' -- because '-MD' means "put the output
4217  # in D".
4218  rm -rf conftest.dir
4219  mkdir conftest.dir
4220  # Copy depcomp to subdir because otherwise we won't find it if we're
4221  # using a relative directory.
4222  cp "$am_depcomp" conftest.dir
4223  cd conftest.dir
4224  # We will build objects and dependencies in a subdirectory because
4225  # it helps to detect inapplicable dependency modes.  For instance
4226  # both Tru64's cc and ICC support -MD to output dependencies as a
4227  # side effect of compilation, but ICC will put the dependencies in
4228  # the current directory while Tru64 will put them in the object
4229  # directory.
4230  mkdir sub
4231
4232  am_cv_CC_dependencies_compiler_type=none
4233  if test "$am_compiler_list" = ""; then
4234     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4235  fi
4236  am__universal=false
4237  case " $depcc " in #(
4238     *\ -arch\ *\ -arch\ *) am__universal=true ;;
4239     esac
4240
4241  for depmode in $am_compiler_list; do
4242    # Setup a source with many dependencies, because some compilers
4243    # like to wrap large dependency lists on column 80 (with \), and
4244    # we should not choose a depcomp mode which is confused by this.
4245    #
4246    # We need to recreate these files for each test, as the compiler may
4247    # overwrite some of them when testing with obscure command lines.
4248    # This happens at least with the AIX C compiler.
4249    : > sub/conftest.c
4250    for i in 1 2 3 4 5 6; do
4251      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4252      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4253      # Solaris 10 /bin/sh.
4254      echo '/* dummy */' > sub/conftst$i.h
4255    done
4256    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4257
4258    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4259    # mode.  It turns out that the SunPro C++ compiler does not properly
4260    # handle '-M -o', and we need to detect this.  Also, some Intel
4261    # versions had trouble with output in subdirs.
4262    am__obj=sub/conftest.${OBJEXT-o}
4263    am__minus_obj="-o $am__obj"
4264    case $depmode in
4265    gcc)
4266      # This depmode causes a compiler race in universal mode.
4267      test "$am__universal" = false || continue
4268      ;;
4269    nosideeffect)
4270      # After this tag, mechanisms are not by side-effect, so they'll
4271      # only be used when explicitly requested.
4272      if test "x$enable_dependency_tracking" = xyes; then
4273	continue
4274      else
4275	break
4276      fi
4277      ;;
4278    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4279      # This compiler won't grok '-c -o', but also, the minuso test has
4280      # not run yet.  These depmodes are late enough in the game, and
4281      # so weak that their functioning should not be impacted.
4282      am__obj=conftest.${OBJEXT-o}
4283      am__minus_obj=
4284      ;;
4285    none) break ;;
4286    esac
4287    if depmode=$depmode \
4288       source=sub/conftest.c object=$am__obj \
4289       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4290       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4291         >/dev/null 2>conftest.err &&
4292       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4293       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4294       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4295       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4296      # icc doesn't choke on unknown options, it will just issue warnings
4297      # or remarks (even with -Werror).  So we grep stderr for any message
4298      # that says an option was ignored or not supported.
4299      # When given -MP, icc 7.0 and 7.1 complain thusly:
4300      #   icc: Command line warning: ignoring option '-M'; no argument required
4301      # The diagnosis changed in icc 8.0:
4302      #   icc: Command line remark: option '-MP' not supported
4303      if (grep 'ignoring option' conftest.err ||
4304          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4305        am_cv_CC_dependencies_compiler_type=$depmode
4306        break
4307      fi
4308    fi
4309  done
4310
4311  cd ..
4312  rm -rf conftest.dir
4313else
4314  am_cv_CC_dependencies_compiler_type=none
4315fi
4316
4317fi
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4319$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4320CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4321
4322 if
4323  test "x$enable_dependency_tracking" != xno \
4324  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4325  am__fastdepCC_TRUE=
4326  am__fastdepCC_FALSE='#'
4327else
4328  am__fastdepCC_TRUE='#'
4329  am__fastdepCC_FALSE=
4330fi
4331
4332
4333
4334# POSIX will say in a future version that running "rm -f" with no argument
4335# is OK; and we want to be able to make that assumption in our Makefile
4336# recipes.  So use an aggressive probe to check that the usage we want is
4337# actually supported "in the wild" to an acceptable degree.
4338# See automake bug#10828.
4339# To make any issue more visible, cause the running configure to be aborted
4340# by default if the 'rm' program in use doesn't match our expectations; the
4341# user can still override this though.
4342if rm -f && rm -fr && rm -rf; then : OK; else
4343  cat >&2 <<'END'
4344Oops!
4345
4346Your 'rm' program seems unable to run without file operands specified
4347on the command line, even when the '-f' option is present.  This is contrary
4348to the behaviour of most rm programs out there, and not conforming with
4349the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4350
4351Please tell bug-automake@gnu.org about your system, including the value
4352of your $PATH and any error possibly output before this message.  This
4353can help us improve future automake versions.
4354
4355END
4356  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4357    echo 'Configuration will proceed anyway, since you have set the' >&2
4358    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4359    echo >&2
4360  else
4361    cat >&2 <<'END'
4362Aborting the configuration process, to ensure you take notice of the issue.
4363
4364You can download and install GNU coreutils to get an 'rm' implementation
4365that behaves properly: <http://www.gnu.org/software/coreutils/>.
4366
4367If you want to complete the configuration process using your problematic
4368'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4369to "yes", and re-run configure.
4370
4371END
4372    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4373  fi
4374fi
4375
4376
4377# Checks for programs.
4378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4379$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4380set x ${MAKE-make}
4381ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4382if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4383  $as_echo_n "(cached) " >&6
4384else
4385  cat >conftest.make <<\_ACEOF
4386SHELL = /bin/sh
4387all:
4388	@echo '@@@%%%=$(MAKE)=@@@%%%'
4389_ACEOF
4390# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4391case `${MAKE-make} -f conftest.make 2>/dev/null` in
4392  *@@@%%%=?*=@@@%%%*)
4393    eval ac_cv_prog_make_${ac_make}_set=yes;;
4394  *)
4395    eval ac_cv_prog_make_${ac_make}_set=no;;
4396esac
4397rm -f conftest.make
4398fi
4399if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4400  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4401$as_echo "yes" >&6; }
4402  SET_MAKE=
4403else
4404  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4405$as_echo "no" >&6; }
4406  SET_MAKE="MAKE=${MAKE-make}"
4407fi
4408
4409ac_ext=c
4410ac_cpp='$CPP $CPPFLAGS'
4411ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4412ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4413ac_compiler_gnu=$ac_cv_c_compiler_gnu
4414if test -n "$ac_tool_prefix"; then
4415  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4416set dummy ${ac_tool_prefix}gcc; ac_word=$2
4417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4418$as_echo_n "checking for $ac_word... " >&6; }
4419if ${ac_cv_prog_CC+:} false; then :
4420  $as_echo_n "(cached) " >&6
4421else
4422  if test -n "$CC"; then
4423  ac_cv_prog_CC="$CC" # Let the user override the test.
4424else
4425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4426for as_dir in $PATH
4427do
4428  IFS=$as_save_IFS
4429  test -z "$as_dir" && as_dir=.
4430    for ac_exec_ext in '' $ac_executable_extensions; do
4431  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4432    ac_cv_prog_CC="${ac_tool_prefix}gcc"
4433    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4434    break 2
4435  fi
4436done
4437  done
4438IFS=$as_save_IFS
4439
4440fi
4441fi
4442CC=$ac_cv_prog_CC
4443if test -n "$CC"; then
4444  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4445$as_echo "$CC" >&6; }
4446else
4447  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4448$as_echo "no" >&6; }
4449fi
4450
4451
4452fi
4453if test -z "$ac_cv_prog_CC"; then
4454  ac_ct_CC=$CC
4455  # Extract the first word of "gcc", so it can be a program name with args.
4456set dummy gcc; ac_word=$2
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4458$as_echo_n "checking for $ac_word... " >&6; }
4459if ${ac_cv_prog_ac_ct_CC+:} false; then :
4460  $as_echo_n "(cached) " >&6
4461else
4462  if test -n "$ac_ct_CC"; then
4463  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4464else
4465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4466for as_dir in $PATH
4467do
4468  IFS=$as_save_IFS
4469  test -z "$as_dir" && as_dir=.
4470    for ac_exec_ext in '' $ac_executable_extensions; do
4471  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4472    ac_cv_prog_ac_ct_CC="gcc"
4473    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4474    break 2
4475  fi
4476done
4477  done
4478IFS=$as_save_IFS
4479
4480fi
4481fi
4482ac_ct_CC=$ac_cv_prog_ac_ct_CC
4483if test -n "$ac_ct_CC"; then
4484  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4485$as_echo "$ac_ct_CC" >&6; }
4486else
4487  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4488$as_echo "no" >&6; }
4489fi
4490
4491  if test "x$ac_ct_CC" = x; then
4492    CC=""
4493  else
4494    case $cross_compiling:$ac_tool_warned in
4495yes:)
4496{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4497$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4498ac_tool_warned=yes ;;
4499esac
4500    CC=$ac_ct_CC
4501  fi
4502else
4503  CC="$ac_cv_prog_CC"
4504fi
4505
4506if test -z "$CC"; then
4507          if test -n "$ac_tool_prefix"; then
4508    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4509set dummy ${ac_tool_prefix}cc; ac_word=$2
4510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4511$as_echo_n "checking for $ac_word... " >&6; }
4512if ${ac_cv_prog_CC+:} false; then :
4513  $as_echo_n "(cached) " >&6
4514else
4515  if test -n "$CC"; then
4516  ac_cv_prog_CC="$CC" # Let the user override the test.
4517else
4518as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4519for as_dir in $PATH
4520do
4521  IFS=$as_save_IFS
4522  test -z "$as_dir" && as_dir=.
4523    for ac_exec_ext in '' $ac_executable_extensions; do
4524  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4525    ac_cv_prog_CC="${ac_tool_prefix}cc"
4526    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4527    break 2
4528  fi
4529done
4530  done
4531IFS=$as_save_IFS
4532
4533fi
4534fi
4535CC=$ac_cv_prog_CC
4536if test -n "$CC"; then
4537  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4538$as_echo "$CC" >&6; }
4539else
4540  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4541$as_echo "no" >&6; }
4542fi
4543
4544
4545  fi
4546fi
4547if test -z "$CC"; then
4548  # Extract the first word of "cc", so it can be a program name with args.
4549set dummy cc; ac_word=$2
4550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4551$as_echo_n "checking for $ac_word... " >&6; }
4552if ${ac_cv_prog_CC+:} false; then :
4553  $as_echo_n "(cached) " >&6
4554else
4555  if test -n "$CC"; then
4556  ac_cv_prog_CC="$CC" # Let the user override the test.
4557else
4558  ac_prog_rejected=no
4559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4560for as_dir in $PATH
4561do
4562  IFS=$as_save_IFS
4563  test -z "$as_dir" && as_dir=.
4564    for ac_exec_ext in '' $ac_executable_extensions; do
4565  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4566    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4567       ac_prog_rejected=yes
4568       continue
4569     fi
4570    ac_cv_prog_CC="cc"
4571    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4572    break 2
4573  fi
4574done
4575  done
4576IFS=$as_save_IFS
4577
4578if test $ac_prog_rejected = yes; then
4579  # We found a bogon in the path, so make sure we never use it.
4580  set dummy $ac_cv_prog_CC
4581  shift
4582  if test $# != 0; then
4583    # We chose a different compiler from the bogus one.
4584    # However, it has the same basename, so the bogon will be chosen
4585    # first if we set CC to just the basename; use the full file name.
4586    shift
4587    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4588  fi
4589fi
4590fi
4591fi
4592CC=$ac_cv_prog_CC
4593if test -n "$CC"; then
4594  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4595$as_echo "$CC" >&6; }
4596else
4597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4598$as_echo "no" >&6; }
4599fi
4600
4601
4602fi
4603if test -z "$CC"; then
4604  if test -n "$ac_tool_prefix"; then
4605  for ac_prog in cl.exe
4606  do
4607    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4608set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4610$as_echo_n "checking for $ac_word... " >&6; }
4611if ${ac_cv_prog_CC+:} false; then :
4612  $as_echo_n "(cached) " >&6
4613else
4614  if test -n "$CC"; then
4615  ac_cv_prog_CC="$CC" # Let the user override the test.
4616else
4617as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4618for as_dir in $PATH
4619do
4620  IFS=$as_save_IFS
4621  test -z "$as_dir" && as_dir=.
4622    for ac_exec_ext in '' $ac_executable_extensions; do
4623  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4624    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4625    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4626    break 2
4627  fi
4628done
4629  done
4630IFS=$as_save_IFS
4631
4632fi
4633fi
4634CC=$ac_cv_prog_CC
4635if test -n "$CC"; then
4636  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4637$as_echo "$CC" >&6; }
4638else
4639  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4640$as_echo "no" >&6; }
4641fi
4642
4643
4644    test -n "$CC" && break
4645  done
4646fi
4647if test -z "$CC"; then
4648  ac_ct_CC=$CC
4649  for ac_prog in cl.exe
4650do
4651  # Extract the first word of "$ac_prog", so it can be a program name with args.
4652set dummy $ac_prog; ac_word=$2
4653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4654$as_echo_n "checking for $ac_word... " >&6; }
4655if ${ac_cv_prog_ac_ct_CC+:} false; then :
4656  $as_echo_n "(cached) " >&6
4657else
4658  if test -n "$ac_ct_CC"; then
4659  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4660else
4661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4662for as_dir in $PATH
4663do
4664  IFS=$as_save_IFS
4665  test -z "$as_dir" && as_dir=.
4666    for ac_exec_ext in '' $ac_executable_extensions; do
4667  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4668    ac_cv_prog_ac_ct_CC="$ac_prog"
4669    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4670    break 2
4671  fi
4672done
4673  done
4674IFS=$as_save_IFS
4675
4676fi
4677fi
4678ac_ct_CC=$ac_cv_prog_ac_ct_CC
4679if test -n "$ac_ct_CC"; then
4680  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4681$as_echo "$ac_ct_CC" >&6; }
4682else
4683  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4684$as_echo "no" >&6; }
4685fi
4686
4687
4688  test -n "$ac_ct_CC" && break
4689done
4690
4691  if test "x$ac_ct_CC" = x; then
4692    CC=""
4693  else
4694    case $cross_compiling:$ac_tool_warned in
4695yes:)
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4697$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4698ac_tool_warned=yes ;;
4699esac
4700    CC=$ac_ct_CC
4701  fi
4702fi
4703
4704fi
4705
4706
4707test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4708$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4709as_fn_error $? "no acceptable C compiler found in \$PATH
4710See \`config.log' for more details" "$LINENO" 5; }
4711
4712# Provide some information about the compiler.
4713$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4714set X $ac_compile
4715ac_compiler=$2
4716for ac_option in --version -v -V -qversion; do
4717  { { ac_try="$ac_compiler $ac_option >&5"
4718case "(($ac_try" in
4719  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4720  *) ac_try_echo=$ac_try;;
4721esac
4722eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4723$as_echo "$ac_try_echo"; } >&5
4724  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4725  ac_status=$?
4726  if test -s conftest.err; then
4727    sed '10a\
4728... rest of stderr output deleted ...
4729         10q' conftest.err >conftest.er1
4730    cat conftest.er1 >&5
4731  fi
4732  rm -f conftest.er1 conftest.err
4733  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4734  test $ac_status = 0; }
4735done
4736
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4738$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4739if ${ac_cv_c_compiler_gnu+:} false; then :
4740  $as_echo_n "(cached) " >&6
4741else
4742  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4743/* end confdefs.h.  */
4744
4745int
4746main ()
4747{
4748#ifndef __GNUC__
4749       choke me
4750#endif
4751
4752  ;
4753  return 0;
4754}
4755_ACEOF
4756if ac_fn_c_try_compile "$LINENO"; then :
4757  ac_compiler_gnu=yes
4758else
4759  ac_compiler_gnu=no
4760fi
4761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4762ac_cv_c_compiler_gnu=$ac_compiler_gnu
4763
4764fi
4765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4766$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4767if test $ac_compiler_gnu = yes; then
4768  GCC=yes
4769else
4770  GCC=
4771fi
4772ac_test_CFLAGS=${CFLAGS+set}
4773ac_save_CFLAGS=$CFLAGS
4774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4775$as_echo_n "checking whether $CC accepts -g... " >&6; }
4776if ${ac_cv_prog_cc_g+:} false; then :
4777  $as_echo_n "(cached) " >&6
4778else
4779  ac_save_c_werror_flag=$ac_c_werror_flag
4780   ac_c_werror_flag=yes
4781   ac_cv_prog_cc_g=no
4782   CFLAGS="-g"
4783   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4784/* end confdefs.h.  */
4785
4786int
4787main ()
4788{
4789
4790  ;
4791  return 0;
4792}
4793_ACEOF
4794if ac_fn_c_try_compile "$LINENO"; then :
4795  ac_cv_prog_cc_g=yes
4796else
4797  CFLAGS=""
4798      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4799/* end confdefs.h.  */
4800
4801int
4802main ()
4803{
4804
4805  ;
4806  return 0;
4807}
4808_ACEOF
4809if ac_fn_c_try_compile "$LINENO"; then :
4810
4811else
4812  ac_c_werror_flag=$ac_save_c_werror_flag
4813	 CFLAGS="-g"
4814	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4815/* end confdefs.h.  */
4816
4817int
4818main ()
4819{
4820
4821  ;
4822  return 0;
4823}
4824_ACEOF
4825if ac_fn_c_try_compile "$LINENO"; then :
4826  ac_cv_prog_cc_g=yes
4827fi
4828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4829fi
4830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4831fi
4832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4833   ac_c_werror_flag=$ac_save_c_werror_flag
4834fi
4835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4836$as_echo "$ac_cv_prog_cc_g" >&6; }
4837if test "$ac_test_CFLAGS" = set; then
4838  CFLAGS=$ac_save_CFLAGS
4839elif test $ac_cv_prog_cc_g = yes; then
4840  if test "$GCC" = yes; then
4841    CFLAGS="-g -O2"
4842  else
4843    CFLAGS="-g"
4844  fi
4845else
4846  if test "$GCC" = yes; then
4847    CFLAGS="-O2"
4848  else
4849    CFLAGS=
4850  fi
4851fi
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4853$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4854if ${ac_cv_prog_cc_c89+:} false; then :
4855  $as_echo_n "(cached) " >&6
4856else
4857  ac_cv_prog_cc_c89=no
4858ac_save_CC=$CC
4859cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4860/* end confdefs.h.  */
4861#include <stdarg.h>
4862#include <stdio.h>
4863struct stat;
4864/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4865struct buf { int x; };
4866FILE * (*rcsopen) (struct buf *, struct stat *, int);
4867static char *e (p, i)
4868     char **p;
4869     int i;
4870{
4871  return p[i];
4872}
4873static char *f (char * (*g) (char **, int), char **p, ...)
4874{
4875  char *s;
4876  va_list v;
4877  va_start (v,p);
4878  s = g (p, va_arg (v,int));
4879  va_end (v);
4880  return s;
4881}
4882
4883/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4884   function prototypes and stuff, but not '\xHH' hex character constants.
4885   These don't provoke an error unfortunately, instead are silently treated
4886   as 'x'.  The following induces an error, until -std is added to get
4887   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4888   array size at least.  It's necessary to write '\x00'==0 to get something
4889   that's true only with -std.  */
4890int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4891
4892/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4893   inside strings and character constants.  */
4894#define FOO(x) 'x'
4895int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4896
4897int test (int i, double x);
4898struct s1 {int (*f) (int a);};
4899struct s2 {int (*f) (double a);};
4900int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4901int argc;
4902char **argv;
4903int
4904main ()
4905{
4906return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4907  ;
4908  return 0;
4909}
4910_ACEOF
4911for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4912	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4913do
4914  CC="$ac_save_CC $ac_arg"
4915  if ac_fn_c_try_compile "$LINENO"; then :
4916  ac_cv_prog_cc_c89=$ac_arg
4917fi
4918rm -f core conftest.err conftest.$ac_objext
4919  test "x$ac_cv_prog_cc_c89" != "xno" && break
4920done
4921rm -f conftest.$ac_ext
4922CC=$ac_save_CC
4923
4924fi
4925# AC_CACHE_VAL
4926case "x$ac_cv_prog_cc_c89" in
4927  x)
4928    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4929$as_echo "none needed" >&6; } ;;
4930  xno)
4931    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4932$as_echo "unsupported" >&6; } ;;
4933  *)
4934    CC="$CC $ac_cv_prog_cc_c89"
4935    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4936$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4937esac
4938if test "x$ac_cv_prog_cc_c89" != xno; then :
4939
4940fi
4941
4942ac_ext=c
4943ac_cpp='$CPP $CPPFLAGS'
4944ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946ac_compiler_gnu=$ac_cv_c_compiler_gnu
4947
4948ac_ext=c
4949ac_cpp='$CPP $CPPFLAGS'
4950ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4951ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4952ac_compiler_gnu=$ac_cv_c_compiler_gnu
4953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4954$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4955if ${am_cv_prog_cc_c_o+:} false; then :
4956  $as_echo_n "(cached) " >&6
4957else
4958  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4959/* end confdefs.h.  */
4960
4961int
4962main ()
4963{
4964
4965  ;
4966  return 0;
4967}
4968_ACEOF
4969  # Make sure it works both with $CC and with simple cc.
4970  # Following AC_PROG_CC_C_O, we do the test twice because some
4971  # compilers refuse to overwrite an existing .o file with -o,
4972  # though they will create one.
4973  am_cv_prog_cc_c_o=yes
4974  for am_i in 1 2; do
4975    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4976   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4977   ac_status=$?
4978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4979   (exit $ac_status); } \
4980         && test -f conftest2.$ac_objext; then
4981      : OK
4982    else
4983      am_cv_prog_cc_c_o=no
4984      break
4985    fi
4986  done
4987  rm -f core conftest*
4988  unset am_i
4989fi
4990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4991$as_echo "$am_cv_prog_cc_c_o" >&6; }
4992if test "$am_cv_prog_cc_c_o" != yes; then
4993   # Losing compiler, so override with the script.
4994   # FIXME: It is wrong to rewrite CC.
4995   # But if we don't then we get into trouble of one sort or another.
4996   # A longer-term fix would be to have automake use am__CC in this case,
4997   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4998   CC="$am_aux_dir/compile $CC"
4999fi
5000ac_ext=c
5001ac_cpp='$CPP $CPPFLAGS'
5002ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5003ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5004ac_compiler_gnu=$ac_cv_c_compiler_gnu
5005
5006
5007if test -n "$ac_tool_prefix"; then
5008  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5009set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5011$as_echo_n "checking for $ac_word... " >&6; }
5012if ${ac_cv_prog_RANLIB+:} false; then :
5013  $as_echo_n "(cached) " >&6
5014else
5015  if test -n "$RANLIB"; then
5016  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5017else
5018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5019for as_dir in $PATH
5020do
5021  IFS=$as_save_IFS
5022  test -z "$as_dir" && as_dir=.
5023    for ac_exec_ext in '' $ac_executable_extensions; do
5024  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5025    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5026    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5027    break 2
5028  fi
5029done
5030  done
5031IFS=$as_save_IFS
5032
5033fi
5034fi
5035RANLIB=$ac_cv_prog_RANLIB
5036if test -n "$RANLIB"; then
5037  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5038$as_echo "$RANLIB" >&6; }
5039else
5040  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5041$as_echo "no" >&6; }
5042fi
5043
5044
5045fi
5046if test -z "$ac_cv_prog_RANLIB"; then
5047  ac_ct_RANLIB=$RANLIB
5048  # Extract the first word of "ranlib", so it can be a program name with args.
5049set dummy ranlib; ac_word=$2
5050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5051$as_echo_n "checking for $ac_word... " >&6; }
5052if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5053  $as_echo_n "(cached) " >&6
5054else
5055  if test -n "$ac_ct_RANLIB"; then
5056  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5057else
5058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5059for as_dir in $PATH
5060do
5061  IFS=$as_save_IFS
5062  test -z "$as_dir" && as_dir=.
5063    for ac_exec_ext in '' $ac_executable_extensions; do
5064  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5065    ac_cv_prog_ac_ct_RANLIB="ranlib"
5066    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5067    break 2
5068  fi
5069done
5070  done
5071IFS=$as_save_IFS
5072
5073fi
5074fi
5075ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5076if test -n "$ac_ct_RANLIB"; then
5077  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5078$as_echo "$ac_ct_RANLIB" >&6; }
5079else
5080  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5081$as_echo "no" >&6; }
5082fi
5083
5084  if test "x$ac_ct_RANLIB" = x; then
5085    RANLIB=":"
5086  else
5087    case $cross_compiling:$ac_tool_warned in
5088yes:)
5089{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5090$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5091ac_tool_warned=yes ;;
5092esac
5093    RANLIB=$ac_ct_RANLIB
5094  fi
5095else
5096  RANLIB="$ac_cv_prog_RANLIB"
5097fi
5098
5099if test -n "$ac_tool_prefix"; then
5100  for ac_prog in ar lib "link -lib"
5101  do
5102    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5103set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5105$as_echo_n "checking for $ac_word... " >&6; }
5106if ${ac_cv_prog_AR+:} false; then :
5107  $as_echo_n "(cached) " >&6
5108else
5109  if test -n "$AR"; then
5110  ac_cv_prog_AR="$AR" # Let the user override the test.
5111else
5112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5113for as_dir in $PATH
5114do
5115  IFS=$as_save_IFS
5116  test -z "$as_dir" && as_dir=.
5117    for ac_exec_ext in '' $ac_executable_extensions; do
5118  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5119    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5120    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5121    break 2
5122  fi
5123done
5124  done
5125IFS=$as_save_IFS
5126
5127fi
5128fi
5129AR=$ac_cv_prog_AR
5130if test -n "$AR"; then
5131  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5132$as_echo "$AR" >&6; }
5133else
5134  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5135$as_echo "no" >&6; }
5136fi
5137
5138
5139    test -n "$AR" && break
5140  done
5141fi
5142if test -z "$AR"; then
5143  ac_ct_AR=$AR
5144  for ac_prog in ar lib "link -lib"
5145do
5146  # Extract the first word of "$ac_prog", so it can be a program name with args.
5147set dummy $ac_prog; ac_word=$2
5148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5149$as_echo_n "checking for $ac_word... " >&6; }
5150if ${ac_cv_prog_ac_ct_AR+:} false; then :
5151  $as_echo_n "(cached) " >&6
5152else
5153  if test -n "$ac_ct_AR"; then
5154  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5155else
5156as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5157for as_dir in $PATH
5158do
5159  IFS=$as_save_IFS
5160  test -z "$as_dir" && as_dir=.
5161    for ac_exec_ext in '' $ac_executable_extensions; do
5162  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5163    ac_cv_prog_ac_ct_AR="$ac_prog"
5164    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5165    break 2
5166  fi
5167done
5168  done
5169IFS=$as_save_IFS
5170
5171fi
5172fi
5173ac_ct_AR=$ac_cv_prog_ac_ct_AR
5174if test -n "$ac_ct_AR"; then
5175  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5176$as_echo "$ac_ct_AR" >&6; }
5177else
5178  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5179$as_echo "no" >&6; }
5180fi
5181
5182
5183  test -n "$ac_ct_AR" && break
5184done
5185
5186  if test "x$ac_ct_AR" = x; then
5187    AR="false"
5188  else
5189    case $cross_compiling:$ac_tool_warned in
5190yes:)
5191{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5192$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5193ac_tool_warned=yes ;;
5194esac
5195    AR=$ac_ct_AR
5196  fi
5197fi
5198
5199: ${AR=ar}
5200
5201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
5202$as_echo_n "checking the archiver ($AR) interface... " >&6; }
5203if ${am_cv_ar_interface+:} false; then :
5204  $as_echo_n "(cached) " >&6
5205else
5206  ac_ext=c
5207ac_cpp='$CPP $CPPFLAGS'
5208ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5209ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5210ac_compiler_gnu=$ac_cv_c_compiler_gnu
5211
5212   am_cv_ar_interface=ar
5213   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5214/* end confdefs.h.  */
5215int some_variable = 0;
5216_ACEOF
5217if ac_fn_c_try_compile "$LINENO"; then :
5218  am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
5219      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5220  (eval $am_ar_try) 2>&5
5221  ac_status=$?
5222  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5223  test $ac_status = 0; }
5224      if test "$ac_status" -eq 0; then
5225        am_cv_ar_interface=ar
5226      else
5227        am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
5228        { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5229  (eval $am_ar_try) 2>&5
5230  ac_status=$?
5231  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5232  test $ac_status = 0; }
5233        if test "$ac_status" -eq 0; then
5234          am_cv_ar_interface=lib
5235        else
5236          am_cv_ar_interface=unknown
5237        fi
5238      fi
5239      rm -f conftest.lib libconftest.a
5240
5241fi
5242rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5243   ac_ext=c
5244ac_cpp='$CPP $CPPFLAGS'
5245ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5246ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5247ac_compiler_gnu=$ac_cv_c_compiler_gnu
5248
5249fi
5250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
5251$as_echo "$am_cv_ar_interface" >&6; }
5252
5253case $am_cv_ar_interface in
5254ar)
5255  ;;
5256lib)
5257  # Microsoft lib, so override with the ar-lib wrapper script.
5258  # FIXME: It is wrong to rewrite AR.
5259  # But if we don't then we get into trouble of one sort or another.
5260  # A longer-term fix would be to have automake use am__AR in this case,
5261  # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
5262  # similar.
5263  AR="$am_aux_dir/ar-lib $AR"
5264  ;;
5265unknown)
5266  as_fn_error $? "could not determine $AR interface" "$LINENO" 5
5267  ;;
5268esac
5269
5270
5271# Check whether --enable-shared was given.
5272if test "${enable_shared+set}" = set; then :
5273  enableval=$enable_shared; p=${PACKAGE-default}
5274    case $enableval in
5275    yes) enable_shared=yes ;;
5276    no) enable_shared=no ;;
5277    *)
5278      enable_shared=no
5279      # Look at the argument we got.  We use all the common list separators.
5280      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5281      for pkg in $enableval; do
5282	IFS="$lt_save_ifs"
5283	if test "X$pkg" = "X$p"; then
5284	  enable_shared=yes
5285	fi
5286      done
5287      IFS="$lt_save_ifs"
5288      ;;
5289    esac
5290else
5291  enable_shared=no
5292fi
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303case `pwd` in
5304  *\ * | *\	*)
5305    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5306$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5307esac
5308
5309
5310
5311macro_version='2.2.7a'
5312macro_revision='1.3134'
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326ltmain="$ac_aux_dir/ltmain.sh"
5327
5328# Make sure we can run config.sub.
5329$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5330  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5331
5332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5333$as_echo_n "checking build system type... " >&6; }
5334if ${ac_cv_build+:} false; then :
5335  $as_echo_n "(cached) " >&6
5336else
5337  ac_build_alias=$build_alias
5338test "x$ac_build_alias" = x &&
5339  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5340test "x$ac_build_alias" = x &&
5341  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5342ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5343  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5344
5345fi
5346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5347$as_echo "$ac_cv_build" >&6; }
5348case $ac_cv_build in
5349*-*-*) ;;
5350*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5351esac
5352build=$ac_cv_build
5353ac_save_IFS=$IFS; IFS='-'
5354set x $ac_cv_build
5355shift
5356build_cpu=$1
5357build_vendor=$2
5358shift; shift
5359# Remember, the first character of IFS is used to create $*,
5360# except with old shells:
5361build_os=$*
5362IFS=$ac_save_IFS
5363case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5364
5365
5366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5367$as_echo_n "checking host system type... " >&6; }
5368if ${ac_cv_host+:} false; then :
5369  $as_echo_n "(cached) " >&6
5370else
5371  if test "x$host_alias" = x; then
5372  ac_cv_host=$ac_cv_build
5373else
5374  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5375    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5376fi
5377
5378fi
5379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5380$as_echo "$ac_cv_host" >&6; }
5381case $ac_cv_host in
5382*-*-*) ;;
5383*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5384esac
5385host=$ac_cv_host
5386ac_save_IFS=$IFS; IFS='-'
5387set x $ac_cv_host
5388shift
5389host_cpu=$1
5390host_vendor=$2
5391shift; shift
5392# Remember, the first character of IFS is used to create $*,
5393# except with old shells:
5394host_os=$*
5395IFS=$ac_save_IFS
5396case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5397
5398
5399# Backslashify metacharacters that are still active within
5400# double-quoted strings.
5401sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5402
5403# Same as above, but do not quote variable references.
5404double_quote_subst='s/\(["`\\]\)/\\\1/g'
5405
5406# Sed substitution to delay expansion of an escaped shell variable in a
5407# double_quote_subst'ed string.
5408delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5409
5410# Sed substitution to delay expansion of an escaped single quote.
5411delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5412
5413# Sed substitution to avoid accidental globbing in evaled expressions
5414no_glob_subst='s/\*/\\\*/g'
5415
5416ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5417ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5418ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5419
5420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5421$as_echo_n "checking how to print strings... " >&6; }
5422# Test print first, because it will be a builtin if present.
5423if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5424   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5425  ECHO='print -r --'
5426elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5427  ECHO='printf %s\n'
5428else
5429  # Use this function as a fallback that always works.
5430  func_fallback_echo ()
5431  {
5432    eval 'cat <<_LTECHO_EOF
5433$1
5434_LTECHO_EOF'
5435  }
5436  ECHO='func_fallback_echo'
5437fi
5438
5439# func_echo_all arg...
5440# Invoke $ECHO with all args, space-separated.
5441func_echo_all ()
5442{
5443    $ECHO ""
5444}
5445
5446case "$ECHO" in
5447  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5448$as_echo "printf" >&6; } ;;
5449  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5450$as_echo "print -r" >&6; } ;;
5451  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5452$as_echo "cat" >&6; } ;;
5453esac
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5469$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5470if ${ac_cv_path_SED+:} false; then :
5471  $as_echo_n "(cached) " >&6
5472else
5473            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5474     for ac_i in 1 2 3 4 5 6 7; do
5475       ac_script="$ac_script$as_nl$ac_script"
5476     done
5477     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5478     { ac_script=; unset ac_script;}
5479     if test -z "$SED"; then
5480  ac_path_SED_found=false
5481  # Loop through the user's path and test for each of PROGNAME-LIST
5482  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5483for as_dir in $PATH
5484do
5485  IFS=$as_save_IFS
5486  test -z "$as_dir" && as_dir=.
5487    for ac_prog in sed gsed; do
5488    for ac_exec_ext in '' $ac_executable_extensions; do
5489      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5490      as_fn_executable_p "$ac_path_SED" || continue
5491# Check for GNU ac_path_SED and select it if it is found.
5492  # Check for GNU $ac_path_SED
5493case `"$ac_path_SED" --version 2>&1` in
5494*GNU*)
5495  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5496*)
5497  ac_count=0
5498  $as_echo_n 0123456789 >"conftest.in"
5499  while :
5500  do
5501    cat "conftest.in" "conftest.in" >"conftest.tmp"
5502    mv "conftest.tmp" "conftest.in"
5503    cp "conftest.in" "conftest.nl"
5504    $as_echo '' >> "conftest.nl"
5505    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5506    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5507    as_fn_arith $ac_count + 1 && ac_count=$as_val
5508    if test $ac_count -gt ${ac_path_SED_max-0}; then
5509      # Best one so far, save it but keep looking for a better one
5510      ac_cv_path_SED="$ac_path_SED"
5511      ac_path_SED_max=$ac_count
5512    fi
5513    # 10*(2^10) chars as input seems more than enough
5514    test $ac_count -gt 10 && break
5515  done
5516  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5517esac
5518
5519      $ac_path_SED_found && break 3
5520    done
5521  done
5522  done
5523IFS=$as_save_IFS
5524  if test -z "$ac_cv_path_SED"; then
5525    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5526  fi
5527else
5528  ac_cv_path_SED=$SED
5529fi
5530
5531fi
5532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5533$as_echo "$ac_cv_path_SED" >&6; }
5534 SED="$ac_cv_path_SED"
5535  rm -f conftest.sed
5536
5537test -z "$SED" && SED=sed
5538Xsed="$SED -e 1s/^X//"
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5551$as_echo_n "checking for fgrep... " >&6; }
5552if ${ac_cv_path_FGREP+:} false; then :
5553  $as_echo_n "(cached) " >&6
5554else
5555  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5556   then ac_cv_path_FGREP="$GREP -F"
5557   else
5558     if test -z "$FGREP"; then
5559  ac_path_FGREP_found=false
5560  # Loop through the user's path and test for each of PROGNAME-LIST
5561  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5562for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5563do
5564  IFS=$as_save_IFS
5565  test -z "$as_dir" && as_dir=.
5566    for ac_prog in fgrep; do
5567    for ac_exec_ext in '' $ac_executable_extensions; do
5568      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5569      as_fn_executable_p "$ac_path_FGREP" || continue
5570# Check for GNU ac_path_FGREP and select it if it is found.
5571  # Check for GNU $ac_path_FGREP
5572case `"$ac_path_FGREP" --version 2>&1` in
5573*GNU*)
5574  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5575*)
5576  ac_count=0
5577  $as_echo_n 0123456789 >"conftest.in"
5578  while :
5579  do
5580    cat "conftest.in" "conftest.in" >"conftest.tmp"
5581    mv "conftest.tmp" "conftest.in"
5582    cp "conftest.in" "conftest.nl"
5583    $as_echo 'FGREP' >> "conftest.nl"
5584    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5585    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5586    as_fn_arith $ac_count + 1 && ac_count=$as_val
5587    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5588      # Best one so far, save it but keep looking for a better one
5589      ac_cv_path_FGREP="$ac_path_FGREP"
5590      ac_path_FGREP_max=$ac_count
5591    fi
5592    # 10*(2^10) chars as input seems more than enough
5593    test $ac_count -gt 10 && break
5594  done
5595  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5596esac
5597
5598      $ac_path_FGREP_found && break 3
5599    done
5600  done
5601  done
5602IFS=$as_save_IFS
5603  if test -z "$ac_cv_path_FGREP"; then
5604    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5605  fi
5606else
5607  ac_cv_path_FGREP=$FGREP
5608fi
5609
5610   fi
5611fi
5612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5613$as_echo "$ac_cv_path_FGREP" >&6; }
5614 FGREP="$ac_cv_path_FGREP"
5615
5616
5617test -z "$GREP" && GREP=grep
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637# Check whether --with-gnu-ld was given.
5638if test "${with_gnu_ld+set}" = set; then :
5639  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5640else
5641  with_gnu_ld=no
5642fi
5643
5644ac_prog=ld
5645if test "$GCC" = yes; then
5646  # Check if gcc -print-prog-name=ld gives a path.
5647  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5648$as_echo_n "checking for ld used by $CC... " >&6; }
5649  case $host in
5650  *-*-mingw*)
5651    # gcc leaves a trailing carriage return which upsets mingw
5652    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5653  *)
5654    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5655  esac
5656  case $ac_prog in
5657    # Accept absolute paths.
5658    [\\/]* | ?:[\\/]*)
5659      re_direlt='/[^/][^/]*/\.\./'
5660      # Canonicalize the pathname of ld
5661      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5662      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5663	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5664      done
5665      test -z "$LD" && LD="$ac_prog"
5666      ;;
5667  "")
5668    # If it fails, then pretend we aren't using GCC.
5669    ac_prog=ld
5670    ;;
5671  *)
5672    # If it is relative, then search for the first ld in PATH.
5673    with_gnu_ld=unknown
5674    ;;
5675  esac
5676elif test "$with_gnu_ld" = yes; then
5677  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5678$as_echo_n "checking for GNU ld... " >&6; }
5679else
5680  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5681$as_echo_n "checking for non-GNU ld... " >&6; }
5682fi
5683if ${lt_cv_path_LD+:} false; then :
5684  $as_echo_n "(cached) " >&6
5685else
5686  if test -z "$LD"; then
5687  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5688  for ac_dir in $PATH; do
5689    IFS="$lt_save_ifs"
5690    test -z "$ac_dir" && ac_dir=.
5691    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5692      lt_cv_path_LD="$ac_dir/$ac_prog"
5693      # Check to see if the program is GNU ld.  I'd rather use --version,
5694      # but apparently some variants of GNU ld only accept -v.
5695      # Break only if it was the GNU/non-GNU ld that we prefer.
5696      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5697      *GNU* | *'with BFD'*)
5698	test "$with_gnu_ld" != no && break
5699	;;
5700      *)
5701	test "$with_gnu_ld" != yes && break
5702	;;
5703      esac
5704    fi
5705  done
5706  IFS="$lt_save_ifs"
5707else
5708  lt_cv_path_LD="$LD" # Let the user override the test with a path.
5709fi
5710fi
5711
5712LD="$lt_cv_path_LD"
5713if test -n "$LD"; then
5714  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5715$as_echo "$LD" >&6; }
5716else
5717  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5718$as_echo "no" >&6; }
5719fi
5720test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5722$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5723if ${lt_cv_prog_gnu_ld+:} false; then :
5724  $as_echo_n "(cached) " >&6
5725else
5726  # I'd rather use --version here, but apparently some GNU lds only accept -v.
5727case `$LD -v 2>&1 </dev/null` in
5728*GNU* | *'with BFD'*)
5729  lt_cv_prog_gnu_ld=yes
5730  ;;
5731*)
5732  lt_cv_prog_gnu_ld=no
5733  ;;
5734esac
5735fi
5736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5737$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5738with_gnu_ld=$lt_cv_prog_gnu_ld
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5749$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5750if ${lt_cv_path_NM+:} false; then :
5751  $as_echo_n "(cached) " >&6
5752else
5753  if test -n "$NM"; then
5754   # Let the user override the nm to test.
5755   lt_nm_to_check="$NM"
5756 else
5757   lt_nm_to_check="${ac_tool_prefix}nm"
5758   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5759     lt_nm_to_check="$lt_nm_to_check nm"
5760   fi
5761 fi
5762 for lt_tmp_nm in "$lt_nm_to_check"; do
5763   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5764   for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5765     IFS="$lt_save_ifs"
5766     test -z "$ac_dir" && ac_dir=.
5767     # Strip out any user-provided options from the nm to test twice,
5768     # the first time to test to see if nm (rather than its options) has
5769     # an explicit path, the second time to yield a file which can be
5770     # nm'ed itself.
5771     tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5772     case "$tmp_nm_path" in
5773     */*|*\\*) tmp_nm="$lt_tmp_nm";;
5774     *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5775     esac
5776     tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5777     if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5778       # Check to see if the nm accepts a BSD-compat flag.
5779       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5780       #   nm: unknown option "B" ignored
5781       case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5782       *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5783	 break
5784	 ;;
5785       *)
5786	 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5787	 *$tmp_nm*)
5788	   lt_cv_path_NM="$tmp_nm -p"
5789	   break
5790	   ;;
5791	 *)
5792	   lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5793	   continue # so that we can try to find one that supports BSD flags
5794	   ;;
5795	 esac
5796	 ;;
5797       esac
5798     fi
5799   done
5800   IFS="$lt_save_ifs"
5801 done
5802 : ${lt_cv_path_NM=no}
5803fi
5804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5805$as_echo "$lt_cv_path_NM" >&6; }
5806if test "$lt_cv_path_NM" != "no"; then
5807  NM="$lt_cv_path_NM"
5808else
5809  # Didn't find any BSD compatible name lister, look for dumpbin.
5810  if test -n "$DUMPBIN"; then :
5811    # Let the user override the test.
5812  else
5813    if test -n "$ac_tool_prefix"; then
5814  for ac_prog in dumpbin "link -dump"
5815  do
5816    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5817set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5819$as_echo_n "checking for $ac_word... " >&6; }
5820if ${ac_cv_prog_DUMPBIN+:} false; then :
5821  $as_echo_n "(cached) " >&6
5822else
5823  if test -n "$DUMPBIN"; then
5824  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5825else
5826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5827for as_dir in $PATH
5828do
5829  IFS=$as_save_IFS
5830  test -z "$as_dir" && as_dir=.
5831    for ac_exec_ext in '' $ac_executable_extensions; do
5832  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5833    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5834    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5835    break 2
5836  fi
5837done
5838  done
5839IFS=$as_save_IFS
5840
5841fi
5842fi
5843DUMPBIN=$ac_cv_prog_DUMPBIN
5844if test -n "$DUMPBIN"; then
5845  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5846$as_echo "$DUMPBIN" >&6; }
5847else
5848  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5849$as_echo "no" >&6; }
5850fi
5851
5852
5853    test -n "$DUMPBIN" && break
5854  done
5855fi
5856if test -z "$DUMPBIN"; then
5857  ac_ct_DUMPBIN=$DUMPBIN
5858  for ac_prog in dumpbin "link -dump"
5859do
5860  # Extract the first word of "$ac_prog", so it can be a program name with args.
5861set dummy $ac_prog; ac_word=$2
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5863$as_echo_n "checking for $ac_word... " >&6; }
5864if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5865  $as_echo_n "(cached) " >&6
5866else
5867  if test -n "$ac_ct_DUMPBIN"; then
5868  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5869else
5870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871for as_dir in $PATH
5872do
5873  IFS=$as_save_IFS
5874  test -z "$as_dir" && as_dir=.
5875    for ac_exec_ext in '' $ac_executable_extensions; do
5876  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5877    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5878    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5879    break 2
5880  fi
5881done
5882  done
5883IFS=$as_save_IFS
5884
5885fi
5886fi
5887ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5888if test -n "$ac_ct_DUMPBIN"; then
5889  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5890$as_echo "$ac_ct_DUMPBIN" >&6; }
5891else
5892  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5893$as_echo "no" >&6; }
5894fi
5895
5896
5897  test -n "$ac_ct_DUMPBIN" && break
5898done
5899
5900  if test "x$ac_ct_DUMPBIN" = x; then
5901    DUMPBIN=":"
5902  else
5903    case $cross_compiling:$ac_tool_warned in
5904yes:)
5905{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5906$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5907ac_tool_warned=yes ;;
5908esac
5909    DUMPBIN=$ac_ct_DUMPBIN
5910  fi
5911fi
5912
5913    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5914    *COFF*)
5915      DUMPBIN="$DUMPBIN -symbols"
5916      ;;
5917    *)
5918      DUMPBIN=:
5919      ;;
5920    esac
5921  fi
5922
5923  if test "$DUMPBIN" != ":"; then
5924    NM="$DUMPBIN"
5925  fi
5926fi
5927test -z "$NM" && NM=nm
5928
5929
5930
5931
5932
5933
5934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5935$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5936if ${lt_cv_nm_interface+:} false; then :
5937  $as_echo_n "(cached) " >&6
5938else
5939  lt_cv_nm_interface="BSD nm"
5940  echo "int some_variable = 0;" > conftest.$ac_ext
5941  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5942  (eval "$ac_compile" 2>conftest.err)
5943  cat conftest.err >&5
5944  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5945  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5946  cat conftest.err >&5
5947  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5948  cat conftest.out >&5
5949  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5950    lt_cv_nm_interface="MS dumpbin"
5951  fi
5952  rm -f conftest*
5953fi
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5955$as_echo "$lt_cv_nm_interface" >&6; }
5956
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5958$as_echo_n "checking whether ln -s works... " >&6; }
5959LN_S=$as_ln_s
5960if test "$LN_S" = "ln -s"; then
5961  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5962$as_echo "yes" >&6; }
5963else
5964  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5965$as_echo "no, using $LN_S" >&6; }
5966fi
5967
5968# find the maximum length of command line arguments
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5970$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5971if ${lt_cv_sys_max_cmd_len+:} false; then :
5972  $as_echo_n "(cached) " >&6
5973else
5974    i=0
5975  teststring="ABCD"
5976
5977  case $build_os in
5978  msdosdjgpp*)
5979    # On DJGPP, this test can blow up pretty badly due to problems in libc
5980    # (any single argument exceeding 2000 bytes causes a buffer overrun
5981    # during glob expansion).  Even if it were fixed, the result of this
5982    # check would be larger than it should be.
5983    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5984    ;;
5985
5986  gnu*)
5987    # Under GNU Hurd, this test is not required because there is
5988    # no limit to the length of command line arguments.
5989    # Libtool will interpret -1 as no limit whatsoever
5990    lt_cv_sys_max_cmd_len=-1;
5991    ;;
5992
5993  cygwin* | mingw* | cegcc*)
5994    # On Win9x/ME, this test blows up -- it succeeds, but takes
5995    # about 5 minutes as the teststring grows exponentially.
5996    # Worse, since 9x/ME are not pre-emptively multitasking,
5997    # you end up with a "frozen" computer, even though with patience
5998    # the test eventually succeeds (with a max line length of 256k).
5999    # Instead, let's just punt: use the minimum linelength reported by
6000    # all of the supported platforms: 8192 (on NT/2K/XP).
6001    lt_cv_sys_max_cmd_len=8192;
6002    ;;
6003
6004  mint*)
6005    # On MiNT this can take a long time and run out of memory.
6006    lt_cv_sys_max_cmd_len=8192;
6007    ;;
6008
6009  amigaos*)
6010    # On AmigaOS with pdksh, this test takes hours, literally.
6011    # So we just punt and use a minimum line length of 8192.
6012    lt_cv_sys_max_cmd_len=8192;
6013    ;;
6014
6015  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6016    # This has been around since 386BSD, at least.  Likely further.
6017    if test -x /sbin/sysctl; then
6018      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6019    elif test -x /usr/sbin/sysctl; then
6020      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6021    else
6022      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
6023    fi
6024    # And add a safety zone
6025    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6026    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6027    ;;
6028
6029  interix*)
6030    # We know the value 262144 and hardcode it with a safety zone (like BSD)
6031    lt_cv_sys_max_cmd_len=196608
6032    ;;
6033
6034  osf*)
6035    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6036    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6037    # nice to cause kernel panics so lets avoid the loop below.
6038    # First set a reasonable default.
6039    lt_cv_sys_max_cmd_len=16384
6040    #
6041    if test -x /sbin/sysconfig; then
6042      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6043        *1*) lt_cv_sys_max_cmd_len=-1 ;;
6044      esac
6045    fi
6046    ;;
6047  sco3.2v5*)
6048    lt_cv_sys_max_cmd_len=102400
6049    ;;
6050  sysv5* | sco5v6* | sysv4.2uw2*)
6051    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6052    if test -n "$kargmax"; then
6053      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
6054    else
6055      lt_cv_sys_max_cmd_len=32768
6056    fi
6057    ;;
6058  *)
6059    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6060    if test -n "$lt_cv_sys_max_cmd_len"; then
6061      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6062      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6063    else
6064      # Make teststring a little bigger before we do anything with it.
6065      # a 1K string should be a reasonable start.
6066      for i in 1 2 3 4 5 6 7 8 ; do
6067        teststring=$teststring$teststring
6068      done
6069      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6070      # If test is not a shell built-in, we'll probably end up computing a
6071      # maximum length that is only half of the actual maximum length, but
6072      # we can't tell.
6073      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6074	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6075	      test $i != 17 # 1/2 MB should be enough
6076      do
6077        i=`expr $i + 1`
6078        teststring=$teststring$teststring
6079      done
6080      # Only check the string length outside the loop.
6081      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6082      teststring=
6083      # Add a significant safety factor because C++ compilers can tack on
6084      # massive amounts of additional arguments before passing them to the
6085      # linker.  It appears as though 1/2 is a usable value.
6086      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6087    fi
6088    ;;
6089  esac
6090
6091fi
6092
6093if test -n $lt_cv_sys_max_cmd_len ; then
6094  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6095$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6096else
6097  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6098$as_echo "none" >&6; }
6099fi
6100max_cmd_len=$lt_cv_sys_max_cmd_len
6101
6102
6103
6104
6105
6106
6107: ${CP="cp -f"}
6108: ${MV="mv -f"}
6109: ${RM="rm -f"}
6110
6111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6112$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6113# Try some XSI features
6114xsi_shell=no
6115( _lt_dummy="a/b/c"
6116  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6117      = c,a/b,, \
6118    && eval 'test $(( 1 + 1 )) -eq 2 \
6119    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6120  && xsi_shell=yes
6121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6122$as_echo "$xsi_shell" >&6; }
6123
6124
6125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6126$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6127lt_shell_append=no
6128( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6129    >/dev/null 2>&1 \
6130  && lt_shell_append=yes
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6132$as_echo "$lt_shell_append" >&6; }
6133
6134
6135if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6136  lt_unset=unset
6137else
6138  lt_unset=false
6139fi
6140
6141
6142
6143
6144
6145# test EBCDIC or ASCII
6146case `echo X|tr X '\101'` in
6147 A) # ASCII based system
6148    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6149  lt_SP2NL='tr \040 \012'
6150  lt_NL2SP='tr \015\012 \040\040'
6151  ;;
6152 *) # EBCDIC based system
6153  lt_SP2NL='tr \100 \n'
6154  lt_NL2SP='tr \r\n \100\100'
6155  ;;
6156esac
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6167$as_echo_n "checking for $LD option to reload object files... " >&6; }
6168if ${lt_cv_ld_reload_flag+:} false; then :
6169  $as_echo_n "(cached) " >&6
6170else
6171  lt_cv_ld_reload_flag='-r'
6172fi
6173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6174$as_echo "$lt_cv_ld_reload_flag" >&6; }
6175reload_flag=$lt_cv_ld_reload_flag
6176case $reload_flag in
6177"" | " "*) ;;
6178*) reload_flag=" $reload_flag" ;;
6179esac
6180reload_cmds='$LD$reload_flag -o $output$reload_objs'
6181case $host_os in
6182  darwin*)
6183    if test "$GCC" = yes; then
6184      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6185    else
6186      reload_cmds='$LD$reload_flag -o $output$reload_objs'
6187    fi
6188    ;;
6189esac
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199if test -n "$ac_tool_prefix"; then
6200  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6201set dummy ${ac_tool_prefix}objdump; ac_word=$2
6202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6203$as_echo_n "checking for $ac_word... " >&6; }
6204if ${ac_cv_prog_OBJDUMP+:} false; then :
6205  $as_echo_n "(cached) " >&6
6206else
6207  if test -n "$OBJDUMP"; then
6208  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6209else
6210as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6211for as_dir in $PATH
6212do
6213  IFS=$as_save_IFS
6214  test -z "$as_dir" && as_dir=.
6215    for ac_exec_ext in '' $ac_executable_extensions; do
6216  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6217    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6218    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6219    break 2
6220  fi
6221done
6222  done
6223IFS=$as_save_IFS
6224
6225fi
6226fi
6227OBJDUMP=$ac_cv_prog_OBJDUMP
6228if test -n "$OBJDUMP"; then
6229  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6230$as_echo "$OBJDUMP" >&6; }
6231else
6232  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6233$as_echo "no" >&6; }
6234fi
6235
6236
6237fi
6238if test -z "$ac_cv_prog_OBJDUMP"; then
6239  ac_ct_OBJDUMP=$OBJDUMP
6240  # Extract the first word of "objdump", so it can be a program name with args.
6241set dummy objdump; ac_word=$2
6242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6243$as_echo_n "checking for $ac_word... " >&6; }
6244if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6245  $as_echo_n "(cached) " >&6
6246else
6247  if test -n "$ac_ct_OBJDUMP"; then
6248  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6249else
6250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251for as_dir in $PATH
6252do
6253  IFS=$as_save_IFS
6254  test -z "$as_dir" && as_dir=.
6255    for ac_exec_ext in '' $ac_executable_extensions; do
6256  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6257    ac_cv_prog_ac_ct_OBJDUMP="objdump"
6258    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6259    break 2
6260  fi
6261done
6262  done
6263IFS=$as_save_IFS
6264
6265fi
6266fi
6267ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6268if test -n "$ac_ct_OBJDUMP"; then
6269  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6270$as_echo "$ac_ct_OBJDUMP" >&6; }
6271else
6272  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6273$as_echo "no" >&6; }
6274fi
6275
6276  if test "x$ac_ct_OBJDUMP" = x; then
6277    OBJDUMP="false"
6278  else
6279    case $cross_compiling:$ac_tool_warned in
6280yes:)
6281{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6282$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6283ac_tool_warned=yes ;;
6284esac
6285    OBJDUMP=$ac_ct_OBJDUMP
6286  fi
6287else
6288  OBJDUMP="$ac_cv_prog_OBJDUMP"
6289fi
6290
6291test -z "$OBJDUMP" && OBJDUMP=objdump
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6302$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6303if ${lt_cv_deplibs_check_method+:} false; then :
6304  $as_echo_n "(cached) " >&6
6305else
6306  lt_cv_file_magic_cmd='$MAGIC_CMD'
6307lt_cv_file_magic_test_file=
6308lt_cv_deplibs_check_method='unknown'
6309# Need to set the preceding variable on all platforms that support
6310# interlibrary dependencies.
6311# 'none' -- dependencies not supported.
6312# `unknown' -- same as none, but documents that we really don't know.
6313# 'pass_all' -- all dependencies passed with no checks.
6314# 'test_compile' -- check by making test program.
6315# 'file_magic [[regex]]' -- check by looking for files in library path
6316# which responds to the $file_magic_cmd with a given extended regex.
6317# If you have `file' or equivalent on your system and you're not sure
6318# whether `pass_all' will *always* work, you probably want this one.
6319
6320case $host_os in
6321aix[4-9]*)
6322  lt_cv_deplibs_check_method=pass_all
6323  ;;
6324
6325beos*)
6326  lt_cv_deplibs_check_method=pass_all
6327  ;;
6328
6329bsdi[45]*)
6330  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6331  lt_cv_file_magic_cmd='/usr/bin/file -L'
6332  lt_cv_file_magic_test_file=/shlib/libc.so
6333  ;;
6334
6335cygwin*)
6336  # func_win32_libid is a shell function defined in ltmain.sh
6337  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6338  lt_cv_file_magic_cmd='func_win32_libid'
6339  ;;
6340
6341mingw* | pw32*)
6342  # Base MSYS/MinGW do not provide the 'file' command needed by
6343  # func_win32_libid shell function, so use a weaker test based on 'objdump',
6344  # unless we find 'file', for example because we are cross-compiling.
6345  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6346  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6347    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6348    lt_cv_file_magic_cmd='func_win32_libid'
6349  else
6350    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6351    lt_cv_file_magic_cmd='$OBJDUMP -f'
6352  fi
6353  ;;
6354
6355cegcc*)
6356  # use the weaker test based on 'objdump'. See mingw*.
6357  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6358  lt_cv_file_magic_cmd='$OBJDUMP -f'
6359  ;;
6360
6361darwin* | rhapsody*)
6362  lt_cv_deplibs_check_method=pass_all
6363  ;;
6364
6365freebsd* | dragonfly*)
6366  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6367    case $host_cpu in
6368    i*86 )
6369      # Not sure whether the presence of OpenBSD here was a mistake.
6370      # Let's accept both of them until this is cleared up.
6371      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6372      lt_cv_file_magic_cmd=/usr/bin/file
6373      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6374      ;;
6375    esac
6376  else
6377    lt_cv_deplibs_check_method=pass_all
6378  fi
6379  ;;
6380
6381gnu*)
6382  lt_cv_deplibs_check_method=pass_all
6383  ;;
6384
6385haiku*)
6386  lt_cv_deplibs_check_method=pass_all
6387  ;;
6388
6389hpux10.20* | hpux11*)
6390  lt_cv_file_magic_cmd=/usr/bin/file
6391  case $host_cpu in
6392  ia64*)
6393    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6394    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6395    ;;
6396  hppa*64*)
6397    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6398    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6399    ;;
6400  *)
6401    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6402    lt_cv_file_magic_test_file=/usr/lib/libc.sl
6403    ;;
6404  esac
6405  ;;
6406
6407interix[3-9]*)
6408  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6409  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6410  ;;
6411
6412irix5* | irix6* | nonstopux*)
6413  case $LD in
6414  *-32|*"-32 ") libmagic=32-bit;;
6415  *-n32|*"-n32 ") libmagic=N32;;
6416  *-64|*"-64 ") libmagic=64-bit;;
6417  *) libmagic=never-match;;
6418  esac
6419  lt_cv_deplibs_check_method=pass_all
6420  ;;
6421
6422# This must be Linux ELF.
6423linux* | k*bsd*-gnu | kopensolaris*-gnu)
6424  lt_cv_deplibs_check_method=pass_all
6425  ;;
6426
6427netbsd*)
6428  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6429    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6430  else
6431    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6432  fi
6433  ;;
6434
6435newos6*)
6436  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6437  lt_cv_file_magic_cmd=/usr/bin/file
6438  lt_cv_file_magic_test_file=/usr/lib/libnls.so
6439  ;;
6440
6441*nto* | *qnx*)
6442  lt_cv_deplibs_check_method=pass_all
6443  ;;
6444
6445openbsd*)
6446  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6447    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6448  else
6449    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6450  fi
6451  ;;
6452
6453osf3* | osf4* | osf5*)
6454  lt_cv_deplibs_check_method=pass_all
6455  ;;
6456
6457rdos*)
6458  lt_cv_deplibs_check_method=pass_all
6459  ;;
6460
6461solaris*)
6462  lt_cv_deplibs_check_method=pass_all
6463  ;;
6464
6465sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6466  lt_cv_deplibs_check_method=pass_all
6467  ;;
6468
6469sysv4 | sysv4.3*)
6470  case $host_vendor in
6471  motorola)
6472    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]'
6473    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6474    ;;
6475  ncr)
6476    lt_cv_deplibs_check_method=pass_all
6477    ;;
6478  sequent)
6479    lt_cv_file_magic_cmd='/bin/file'
6480    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6481    ;;
6482  sni)
6483    lt_cv_file_magic_cmd='/bin/file'
6484    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6485    lt_cv_file_magic_test_file=/lib/libc.so
6486    ;;
6487  siemens)
6488    lt_cv_deplibs_check_method=pass_all
6489    ;;
6490  pc)
6491    lt_cv_deplibs_check_method=pass_all
6492    ;;
6493  esac
6494  ;;
6495
6496tpf*)
6497  lt_cv_deplibs_check_method=pass_all
6498  ;;
6499esac
6500
6501fi
6502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6503$as_echo "$lt_cv_deplibs_check_method" >&6; }
6504file_magic_cmd=$lt_cv_file_magic_cmd
6505deplibs_check_method=$lt_cv_deplibs_check_method
6506test -z "$deplibs_check_method" && deplibs_check_method=unknown
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519plugin_option=
6520plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6521for plugin in $plugin_names; do
6522  plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6523  if test x$plugin_so = x$plugin; then
6524    plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6525  fi
6526  if test x$plugin_so != x$plugin; then
6527    plugin_option="--plugin $plugin_so"
6528    break
6529  fi
6530done
6531
6532if test -n "$ac_tool_prefix"; then
6533  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6534set dummy ${ac_tool_prefix}ar; ac_word=$2
6535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536$as_echo_n "checking for $ac_word... " >&6; }
6537if ${ac_cv_prog_AR+:} false; then :
6538  $as_echo_n "(cached) " >&6
6539else
6540  if test -n "$AR"; then
6541  ac_cv_prog_AR="$AR" # Let the user override the test.
6542else
6543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6544for as_dir in $PATH
6545do
6546  IFS=$as_save_IFS
6547  test -z "$as_dir" && as_dir=.
6548    for ac_exec_ext in '' $ac_executable_extensions; do
6549  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6550    ac_cv_prog_AR="${ac_tool_prefix}ar"
6551    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6552    break 2
6553  fi
6554done
6555  done
6556IFS=$as_save_IFS
6557
6558fi
6559fi
6560AR=$ac_cv_prog_AR
6561if test -n "$AR"; then
6562  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6563$as_echo "$AR" >&6; }
6564else
6565  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566$as_echo "no" >&6; }
6567fi
6568
6569
6570fi
6571if test -z "$ac_cv_prog_AR"; then
6572  ac_ct_AR=$AR
6573  # Extract the first word of "ar", so it can be a program name with args.
6574set dummy ar; ac_word=$2
6575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6576$as_echo_n "checking for $ac_word... " >&6; }
6577if ${ac_cv_prog_ac_ct_AR+:} false; then :
6578  $as_echo_n "(cached) " >&6
6579else
6580  if test -n "$ac_ct_AR"; then
6581  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6582else
6583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6584for as_dir in $PATH
6585do
6586  IFS=$as_save_IFS
6587  test -z "$as_dir" && as_dir=.
6588    for ac_exec_ext in '' $ac_executable_extensions; do
6589  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6590    ac_cv_prog_ac_ct_AR="ar"
6591    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6592    break 2
6593  fi
6594done
6595  done
6596IFS=$as_save_IFS
6597
6598fi
6599fi
6600ac_ct_AR=$ac_cv_prog_ac_ct_AR
6601if test -n "$ac_ct_AR"; then
6602  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6603$as_echo "$ac_ct_AR" >&6; }
6604else
6605  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6606$as_echo "no" >&6; }
6607fi
6608
6609  if test "x$ac_ct_AR" = x; then
6610    AR="false"
6611  else
6612    case $cross_compiling:$ac_tool_warned in
6613yes:)
6614{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6615$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6616ac_tool_warned=yes ;;
6617esac
6618    AR=$ac_ct_AR
6619  fi
6620else
6621  AR="$ac_cv_prog_AR"
6622fi
6623
6624test -z "$AR" && AR=ar
6625if test -n "$plugin_option"; then
6626  if $AR --help 2>&1 | grep -q "\--plugin"; then
6627    touch conftest.c
6628    $AR $plugin_option rc conftest.a conftest.c
6629    if test "$?" != 0; then
6630      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6631$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6632    else
6633      AR="$AR $plugin_option"
6634    fi
6635    rm -f conftest.*
6636  fi
6637fi
6638test -z "$AR_FLAGS" && AR_FLAGS=cru
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650if test -n "$ac_tool_prefix"; then
6651  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6652set dummy ${ac_tool_prefix}strip; ac_word=$2
6653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6654$as_echo_n "checking for $ac_word... " >&6; }
6655if ${ac_cv_prog_STRIP+:} false; then :
6656  $as_echo_n "(cached) " >&6
6657else
6658  if test -n "$STRIP"; then
6659  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6660else
6661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6662for as_dir in $PATH
6663do
6664  IFS=$as_save_IFS
6665  test -z "$as_dir" && as_dir=.
6666    for ac_exec_ext in '' $ac_executable_extensions; do
6667  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6668    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6669    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6670    break 2
6671  fi
6672done
6673  done
6674IFS=$as_save_IFS
6675
6676fi
6677fi
6678STRIP=$ac_cv_prog_STRIP
6679if test -n "$STRIP"; then
6680  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6681$as_echo "$STRIP" >&6; }
6682else
6683  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6684$as_echo "no" >&6; }
6685fi
6686
6687
6688fi
6689if test -z "$ac_cv_prog_STRIP"; then
6690  ac_ct_STRIP=$STRIP
6691  # Extract the first word of "strip", so it can be a program name with args.
6692set dummy strip; ac_word=$2
6693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6694$as_echo_n "checking for $ac_word... " >&6; }
6695if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6696  $as_echo_n "(cached) " >&6
6697else
6698  if test -n "$ac_ct_STRIP"; then
6699  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6700else
6701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6702for as_dir in $PATH
6703do
6704  IFS=$as_save_IFS
6705  test -z "$as_dir" && as_dir=.
6706    for ac_exec_ext in '' $ac_executable_extensions; do
6707  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6708    ac_cv_prog_ac_ct_STRIP="strip"
6709    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6710    break 2
6711  fi
6712done
6713  done
6714IFS=$as_save_IFS
6715
6716fi
6717fi
6718ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6719if test -n "$ac_ct_STRIP"; then
6720  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6721$as_echo "$ac_ct_STRIP" >&6; }
6722else
6723  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6724$as_echo "no" >&6; }
6725fi
6726
6727  if test "x$ac_ct_STRIP" = x; then
6728    STRIP=":"
6729  else
6730    case $cross_compiling:$ac_tool_warned in
6731yes:)
6732{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6733$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6734ac_tool_warned=yes ;;
6735esac
6736    STRIP=$ac_ct_STRIP
6737  fi
6738else
6739  STRIP="$ac_cv_prog_STRIP"
6740fi
6741
6742test -z "$STRIP" && STRIP=:
6743
6744
6745
6746
6747
6748
6749if test -n "$ac_tool_prefix"; then
6750  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6751set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6753$as_echo_n "checking for $ac_word... " >&6; }
6754if ${ac_cv_prog_RANLIB+:} false; then :
6755  $as_echo_n "(cached) " >&6
6756else
6757  if test -n "$RANLIB"; then
6758  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6759else
6760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6761for as_dir in $PATH
6762do
6763  IFS=$as_save_IFS
6764  test -z "$as_dir" && as_dir=.
6765    for ac_exec_ext in '' $ac_executable_extensions; do
6766  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6767    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6768    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6769    break 2
6770  fi
6771done
6772  done
6773IFS=$as_save_IFS
6774
6775fi
6776fi
6777RANLIB=$ac_cv_prog_RANLIB
6778if test -n "$RANLIB"; then
6779  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6780$as_echo "$RANLIB" >&6; }
6781else
6782  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6783$as_echo "no" >&6; }
6784fi
6785
6786
6787fi
6788if test -z "$ac_cv_prog_RANLIB"; then
6789  ac_ct_RANLIB=$RANLIB
6790  # Extract the first word of "ranlib", so it can be a program name with args.
6791set dummy ranlib; ac_word=$2
6792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6793$as_echo_n "checking for $ac_word... " >&6; }
6794if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6795  $as_echo_n "(cached) " >&6
6796else
6797  if test -n "$ac_ct_RANLIB"; then
6798  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6799else
6800as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6801for as_dir in $PATH
6802do
6803  IFS=$as_save_IFS
6804  test -z "$as_dir" && as_dir=.
6805    for ac_exec_ext in '' $ac_executable_extensions; do
6806  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6807    ac_cv_prog_ac_ct_RANLIB="ranlib"
6808    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6809    break 2
6810  fi
6811done
6812  done
6813IFS=$as_save_IFS
6814
6815fi
6816fi
6817ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6818if test -n "$ac_ct_RANLIB"; then
6819  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6820$as_echo "$ac_ct_RANLIB" >&6; }
6821else
6822  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6823$as_echo "no" >&6; }
6824fi
6825
6826  if test "x$ac_ct_RANLIB" = x; then
6827    RANLIB=":"
6828  else
6829    case $cross_compiling:$ac_tool_warned in
6830yes:)
6831{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6832$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6833ac_tool_warned=yes ;;
6834esac
6835    RANLIB=$ac_ct_RANLIB
6836  fi
6837else
6838  RANLIB="$ac_cv_prog_RANLIB"
6839fi
6840
6841test -z "$RANLIB" && RANLIB=:
6842if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6843  if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6844    RANLIB="$RANLIB $plugin_option"
6845  fi
6846fi
6847
6848
6849
6850
6851
6852
6853# Determine commands to create old-style static archives.
6854old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6855old_postinstall_cmds='chmod 644 $oldlib'
6856old_postuninstall_cmds=
6857
6858if test -n "$RANLIB"; then
6859  case $host_os in
6860  openbsd*)
6861    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6862    ;;
6863  *)
6864    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6865    ;;
6866  esac
6867  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6868fi
6869
6870case $host_os in
6871  darwin*)
6872    lock_old_archive_extraction=yes ;;
6873  *)
6874    lock_old_archive_extraction=no ;;
6875esac
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915# If no C compiler was specified, use CC.
6916LTCC=${LTCC-"$CC"}
6917
6918# If no C compiler flags were specified, use CFLAGS.
6919LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6920
6921# Allow CC to be a program name with arguments.
6922compiler=$CC
6923
6924
6925# Check for command to grab the raw symbol name followed by C symbol from nm.
6926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6927$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6928if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6929  $as_echo_n "(cached) " >&6
6930else
6931
6932# These are sane defaults that work on at least a few old systems.
6933# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6934
6935# Character class describing NM global symbol codes.
6936symcode='[BCDEGRST]'
6937
6938# Regexp to match symbols that can be accessed directly from C.
6939sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6940
6941# Define system-specific variables.
6942case $host_os in
6943aix*)
6944  symcode='[BCDT]'
6945  ;;
6946cygwin* | mingw* | pw32* | cegcc*)
6947  symcode='[ABCDGISTW]'
6948  ;;
6949hpux*)
6950  if test "$host_cpu" = ia64; then
6951    symcode='[ABCDEGRST]'
6952  fi
6953  ;;
6954irix* | nonstopux*)
6955  symcode='[BCDEGRST]'
6956  ;;
6957osf*)
6958  symcode='[BCDEGQRST]'
6959  ;;
6960solaris*)
6961  symcode='[BCDRT]'
6962  ;;
6963sco3.2v5*)
6964  symcode='[DT]'
6965  ;;
6966sysv4.2uw2*)
6967  symcode='[DT]'
6968  ;;
6969sysv5* | sco5v6* | unixware* | OpenUNIX*)
6970  symcode='[ABDT]'
6971  ;;
6972sysv4)
6973  symcode='[DFNSTU]'
6974  ;;
6975esac
6976
6977# If we're using GNU nm, then use its standard symbol codes.
6978case `$NM -V 2>&1` in
6979*GNU* | *'with BFD'*)
6980  symcode='[ABCDGIRSTW]' ;;
6981esac
6982
6983# Transform an extracted symbol line into a proper C declaration.
6984# Some systems (esp. on ia64) link data and code symbols differently,
6985# so use this general approach.
6986lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6987
6988# Transform an extracted symbol line into symbol name and symbol address
6989lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6990lt_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'"
6991
6992# Handle CRLF in mingw tool chain
6993opt_cr=
6994case $build_os in
6995mingw*)
6996  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6997  ;;
6998esac
6999
7000# Try without a prefix underscore, then with it.
7001for ac_symprfx in "" "_"; do
7002
7003  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7004  symxfrm="\\1 $ac_symprfx\\2 \\2"
7005
7006  # Write the raw and C identifiers.
7007  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7008    # Fake it for dumpbin and say T for any non-static function
7009    # and D for any global variable.
7010    # Also find C++ and __fastcall symbols from MSVC++,
7011    # which start with @ or ?.
7012    lt_cv_sys_global_symbol_pipe="$AWK '"\
7013"     {last_section=section; section=\$ 3};"\
7014"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7015"     \$ 0!~/External *\|/{next};"\
7016"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7017"     {if(hide[section]) next};"\
7018"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7019"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7020"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7021"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7022"     ' prfx=^$ac_symprfx"
7023  else
7024    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7025  fi
7026
7027  # Check to see that the pipe works correctly.
7028  pipe_works=no
7029
7030  rm -f conftest*
7031  cat > conftest.$ac_ext <<_LT_EOF
7032#ifdef __cplusplus
7033extern "C" {
7034#endif
7035char nm_test_var;
7036void nm_test_func(void);
7037void nm_test_func(void){}
7038#ifdef __cplusplus
7039}
7040#endif
7041int main(){nm_test_var='a';nm_test_func();return(0);}
7042_LT_EOF
7043
7044  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7045  (eval $ac_compile) 2>&5
7046  ac_status=$?
7047  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7048  test $ac_status = 0; }; then
7049    # Now try to grab the symbols.
7050    nlist=conftest.nm
7051    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7052  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7053  ac_status=$?
7054  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7055  test $ac_status = 0; } && test -s "$nlist"; then
7056      # Try sorting and uniquifying the output.
7057      if sort "$nlist" | uniq > "$nlist"T; then
7058	mv -f "$nlist"T "$nlist"
7059      else
7060	rm -f "$nlist"T
7061      fi
7062
7063      # Make sure that we snagged all the symbols we need.
7064      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7065	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7066	  cat <<_LT_EOF > conftest.$ac_ext
7067#ifdef __cplusplus
7068extern "C" {
7069#endif
7070
7071_LT_EOF
7072	  # Now generate the symbol file.
7073	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7074
7075	  cat <<_LT_EOF >> conftest.$ac_ext
7076
7077/* The mapping between symbol names and symbols.  */
7078const struct {
7079  const char *name;
7080  void       *address;
7081}
7082lt__PROGRAM__LTX_preloaded_symbols[] =
7083{
7084  { "@PROGRAM@", (void *) 0 },
7085_LT_EOF
7086	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7087	  cat <<\_LT_EOF >> conftest.$ac_ext
7088  {0, (void *) 0}
7089};
7090
7091/* This works around a problem in FreeBSD linker */
7092#ifdef FREEBSD_WORKAROUND
7093static const void *lt_preloaded_setup() {
7094  return lt__PROGRAM__LTX_preloaded_symbols;
7095}
7096#endif
7097
7098#ifdef __cplusplus
7099}
7100#endif
7101_LT_EOF
7102	  # Now try linking the two files.
7103	  mv conftest.$ac_objext conftstm.$ac_objext
7104	  lt_save_LIBS="$LIBS"
7105	  lt_save_CFLAGS="$CFLAGS"
7106	  LIBS="conftstm.$ac_objext"
7107	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7108	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7109  (eval $ac_link) 2>&5
7110  ac_status=$?
7111  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7112  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7113	    pipe_works=yes
7114	  fi
7115	  LIBS="$lt_save_LIBS"
7116	  CFLAGS="$lt_save_CFLAGS"
7117	else
7118	  echo "cannot find nm_test_func in $nlist" >&5
7119	fi
7120      else
7121	echo "cannot find nm_test_var in $nlist" >&5
7122      fi
7123    else
7124      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7125    fi
7126  else
7127    echo "$progname: failed program was:" >&5
7128    cat conftest.$ac_ext >&5
7129  fi
7130  rm -rf conftest* conftst*
7131
7132  # Do not use the global_symbol_pipe unless it works.
7133  if test "$pipe_works" = yes; then
7134    break
7135  else
7136    lt_cv_sys_global_symbol_pipe=
7137  fi
7138done
7139
7140fi
7141
7142if test -z "$lt_cv_sys_global_symbol_pipe"; then
7143  lt_cv_sys_global_symbol_to_cdecl=
7144fi
7145if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7146  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7147$as_echo "failed" >&6; }
7148else
7149  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7150$as_echo "ok" >&6; }
7151fi
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174# Check whether --enable-libtool-lock was given.
7175if test "${enable_libtool_lock+set}" = set; then :
7176  enableval=$enable_libtool_lock;
7177fi
7178
7179test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7180
7181# Some flags need to be propagated to the compiler or linker for good
7182# libtool support.
7183case $host in
7184ia64-*-hpux*)
7185  # Find out which ABI we are using.
7186  echo 'int i;' > conftest.$ac_ext
7187  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7188  (eval $ac_compile) 2>&5
7189  ac_status=$?
7190  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7191  test $ac_status = 0; }; then
7192    case `/usr/bin/file conftest.$ac_objext` in
7193      *ELF-32*)
7194	HPUX_IA64_MODE="32"
7195	;;
7196      *ELF-64*)
7197	HPUX_IA64_MODE="64"
7198	;;
7199    esac
7200  fi
7201  rm -rf conftest*
7202  ;;
7203*-*-irix6*)
7204  # Find out which ABI we are using.
7205  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7206  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7207  (eval $ac_compile) 2>&5
7208  ac_status=$?
7209  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7210  test $ac_status = 0; }; then
7211    if test "$lt_cv_prog_gnu_ld" = yes; then
7212      case `/usr/bin/file conftest.$ac_objext` in
7213	*32-bit*)
7214	  LD="${LD-ld} -melf32bsmip"
7215	  ;;
7216	*N32*)
7217	  LD="${LD-ld} -melf32bmipn32"
7218	  ;;
7219	*64-bit*)
7220	  LD="${LD-ld} -melf64bmip"
7221	;;
7222      esac
7223    else
7224      case `/usr/bin/file conftest.$ac_objext` in
7225	*32-bit*)
7226	  LD="${LD-ld} -32"
7227	  ;;
7228	*N32*)
7229	  LD="${LD-ld} -n32"
7230	  ;;
7231	*64-bit*)
7232	  LD="${LD-ld} -64"
7233	  ;;
7234      esac
7235    fi
7236  fi
7237  rm -rf conftest*
7238  ;;
7239
7240x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7241s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7242  # Find out which ABI we are using.
7243  echo 'int i;' > conftest.$ac_ext
7244  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7245  (eval $ac_compile) 2>&5
7246  ac_status=$?
7247  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7248  test $ac_status = 0; }; then
7249    case `/usr/bin/file conftest.o` in
7250      *32-bit*)
7251	case $host in
7252	  x86_64-*kfreebsd*-gnu)
7253	    LD="${LD-ld} -m elf_i386_fbsd"
7254	    ;;
7255	  x86_64-*linux*)
7256	    case `/usr/bin/file conftest.o` in
7257	      *x86-64*)
7258		LD="${LD-ld} -m elf32_x86_64"
7259		;;
7260	      *)
7261		LD="${LD-ld} -m elf_i386"
7262		;;
7263	    esac
7264	    ;;
7265	  powerpc64le-*linux*)
7266	    LD="${LD-ld} -m elf32lppclinux"
7267	    ;;
7268	  powerpc64-*linux*)
7269	    LD="${LD-ld} -m elf32ppclinux"
7270	    ;;
7271	  s390x-*linux*)
7272	    LD="${LD-ld} -m elf_s390"
7273	    ;;
7274	  sparc64-*linux*)
7275	    LD="${LD-ld} -m elf32_sparc"
7276	    ;;
7277	esac
7278	;;
7279      *64-bit*)
7280	case $host in
7281	  x86_64-*kfreebsd*-gnu)
7282	    LD="${LD-ld} -m elf_x86_64_fbsd"
7283	    ;;
7284	  x86_64-*linux*)
7285	    LD="${LD-ld} -m elf_x86_64"
7286	    ;;
7287	  powerpcle-*linux*)
7288	    LD="${LD-ld} -m elf64lppc"
7289	    ;;
7290	  powerpc-*linux*)
7291	    LD="${LD-ld} -m elf64ppc"
7292	    ;;
7293	  s390*-*linux*|s390*-*tpf*)
7294	    LD="${LD-ld} -m elf64_s390"
7295	    ;;
7296	  sparc*-*linux*)
7297	    LD="${LD-ld} -m elf64_sparc"
7298	    ;;
7299	esac
7300	;;
7301    esac
7302  fi
7303  rm -rf conftest*
7304  ;;
7305
7306*-*-sco3.2v5*)
7307  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7308  SAVE_CFLAGS="$CFLAGS"
7309  CFLAGS="$CFLAGS -belf"
7310  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7311$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7312if ${lt_cv_cc_needs_belf+:} false; then :
7313  $as_echo_n "(cached) " >&6
7314else
7315  ac_ext=c
7316ac_cpp='$CPP $CPPFLAGS'
7317ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7318ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7319ac_compiler_gnu=$ac_cv_c_compiler_gnu
7320
7321     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7322/* end confdefs.h.  */
7323
7324int
7325main ()
7326{
7327
7328  ;
7329  return 0;
7330}
7331_ACEOF
7332if ac_fn_c_try_link "$LINENO"; then :
7333  lt_cv_cc_needs_belf=yes
7334else
7335  lt_cv_cc_needs_belf=no
7336fi
7337rm -f core conftest.err conftest.$ac_objext \
7338    conftest$ac_exeext conftest.$ac_ext
7339     ac_ext=c
7340ac_cpp='$CPP $CPPFLAGS'
7341ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7342ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7343ac_compiler_gnu=$ac_cv_c_compiler_gnu
7344
7345fi
7346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7347$as_echo "$lt_cv_cc_needs_belf" >&6; }
7348  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7349    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7350    CFLAGS="$SAVE_CFLAGS"
7351  fi
7352  ;;
7353sparc*-*solaris*)
7354  # Find out which ABI we are using.
7355  echo 'int i;' > conftest.$ac_ext
7356  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357  (eval $ac_compile) 2>&5
7358  ac_status=$?
7359  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7360  test $ac_status = 0; }; then
7361    case `/usr/bin/file conftest.o` in
7362    *64-bit*)
7363      case $lt_cv_prog_gnu_ld in
7364      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7365      *)
7366	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7367	  LD="${LD-ld} -64"
7368	fi
7369	;;
7370      esac
7371      ;;
7372    esac
7373  fi
7374  rm -rf conftest*
7375  ;;
7376esac
7377
7378need_locks="$enable_libtool_lock"
7379
7380
7381  case $host_os in
7382    rhapsody* | darwin*)
7383    if test -n "$ac_tool_prefix"; then
7384  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7385set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7387$as_echo_n "checking for $ac_word... " >&6; }
7388if ${ac_cv_prog_DSYMUTIL+:} false; then :
7389  $as_echo_n "(cached) " >&6
7390else
7391  if test -n "$DSYMUTIL"; then
7392  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7393else
7394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7395for as_dir in $PATH
7396do
7397  IFS=$as_save_IFS
7398  test -z "$as_dir" && as_dir=.
7399    for ac_exec_ext in '' $ac_executable_extensions; do
7400  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7401    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7402    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7403    break 2
7404  fi
7405done
7406  done
7407IFS=$as_save_IFS
7408
7409fi
7410fi
7411DSYMUTIL=$ac_cv_prog_DSYMUTIL
7412if test -n "$DSYMUTIL"; then
7413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7414$as_echo "$DSYMUTIL" >&6; }
7415else
7416  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7417$as_echo "no" >&6; }
7418fi
7419
7420
7421fi
7422if test -z "$ac_cv_prog_DSYMUTIL"; then
7423  ac_ct_DSYMUTIL=$DSYMUTIL
7424  # Extract the first word of "dsymutil", so it can be a program name with args.
7425set dummy dsymutil; ac_word=$2
7426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7427$as_echo_n "checking for $ac_word... " >&6; }
7428if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7429  $as_echo_n "(cached) " >&6
7430else
7431  if test -n "$ac_ct_DSYMUTIL"; then
7432  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7433else
7434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7435for as_dir in $PATH
7436do
7437  IFS=$as_save_IFS
7438  test -z "$as_dir" && as_dir=.
7439    for ac_exec_ext in '' $ac_executable_extensions; do
7440  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7441    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7442    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7443    break 2
7444  fi
7445done
7446  done
7447IFS=$as_save_IFS
7448
7449fi
7450fi
7451ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7452if test -n "$ac_ct_DSYMUTIL"; then
7453  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7454$as_echo "$ac_ct_DSYMUTIL" >&6; }
7455else
7456  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7457$as_echo "no" >&6; }
7458fi
7459
7460  if test "x$ac_ct_DSYMUTIL" = x; then
7461    DSYMUTIL=":"
7462  else
7463    case $cross_compiling:$ac_tool_warned in
7464yes:)
7465{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7466$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7467ac_tool_warned=yes ;;
7468esac
7469    DSYMUTIL=$ac_ct_DSYMUTIL
7470  fi
7471else
7472  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7473fi
7474
7475    if test -n "$ac_tool_prefix"; then
7476  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7477set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7478{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7479$as_echo_n "checking for $ac_word... " >&6; }
7480if ${ac_cv_prog_NMEDIT+:} false; then :
7481  $as_echo_n "(cached) " >&6
7482else
7483  if test -n "$NMEDIT"; then
7484  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7485else
7486as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7487for as_dir in $PATH
7488do
7489  IFS=$as_save_IFS
7490  test -z "$as_dir" && as_dir=.
7491    for ac_exec_ext in '' $ac_executable_extensions; do
7492  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7493    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7494    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7495    break 2
7496  fi
7497done
7498  done
7499IFS=$as_save_IFS
7500
7501fi
7502fi
7503NMEDIT=$ac_cv_prog_NMEDIT
7504if test -n "$NMEDIT"; then
7505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7506$as_echo "$NMEDIT" >&6; }
7507else
7508  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7509$as_echo "no" >&6; }
7510fi
7511
7512
7513fi
7514if test -z "$ac_cv_prog_NMEDIT"; then
7515  ac_ct_NMEDIT=$NMEDIT
7516  # Extract the first word of "nmedit", so it can be a program name with args.
7517set dummy nmedit; ac_word=$2
7518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7519$as_echo_n "checking for $ac_word... " >&6; }
7520if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7521  $as_echo_n "(cached) " >&6
7522else
7523  if test -n "$ac_ct_NMEDIT"; then
7524  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7525else
7526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7527for as_dir in $PATH
7528do
7529  IFS=$as_save_IFS
7530  test -z "$as_dir" && as_dir=.
7531    for ac_exec_ext in '' $ac_executable_extensions; do
7532  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7533    ac_cv_prog_ac_ct_NMEDIT="nmedit"
7534    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7535    break 2
7536  fi
7537done
7538  done
7539IFS=$as_save_IFS
7540
7541fi
7542fi
7543ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7544if test -n "$ac_ct_NMEDIT"; then
7545  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7546$as_echo "$ac_ct_NMEDIT" >&6; }
7547else
7548  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7549$as_echo "no" >&6; }
7550fi
7551
7552  if test "x$ac_ct_NMEDIT" = x; then
7553    NMEDIT=":"
7554  else
7555    case $cross_compiling:$ac_tool_warned in
7556yes:)
7557{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7558$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7559ac_tool_warned=yes ;;
7560esac
7561    NMEDIT=$ac_ct_NMEDIT
7562  fi
7563else
7564  NMEDIT="$ac_cv_prog_NMEDIT"
7565fi
7566
7567    if test -n "$ac_tool_prefix"; then
7568  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7569set dummy ${ac_tool_prefix}lipo; ac_word=$2
7570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7571$as_echo_n "checking for $ac_word... " >&6; }
7572if ${ac_cv_prog_LIPO+:} false; then :
7573  $as_echo_n "(cached) " >&6
7574else
7575  if test -n "$LIPO"; then
7576  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7577else
7578as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7579for as_dir in $PATH
7580do
7581  IFS=$as_save_IFS
7582  test -z "$as_dir" && as_dir=.
7583    for ac_exec_ext in '' $ac_executable_extensions; do
7584  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7585    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7586    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7587    break 2
7588  fi
7589done
7590  done
7591IFS=$as_save_IFS
7592
7593fi
7594fi
7595LIPO=$ac_cv_prog_LIPO
7596if test -n "$LIPO"; then
7597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7598$as_echo "$LIPO" >&6; }
7599else
7600  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7601$as_echo "no" >&6; }
7602fi
7603
7604
7605fi
7606if test -z "$ac_cv_prog_LIPO"; then
7607  ac_ct_LIPO=$LIPO
7608  # Extract the first word of "lipo", so it can be a program name with args.
7609set dummy lipo; ac_word=$2
7610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7611$as_echo_n "checking for $ac_word... " >&6; }
7612if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7613  $as_echo_n "(cached) " >&6
7614else
7615  if test -n "$ac_ct_LIPO"; then
7616  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7617else
7618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7619for as_dir in $PATH
7620do
7621  IFS=$as_save_IFS
7622  test -z "$as_dir" && as_dir=.
7623    for ac_exec_ext in '' $ac_executable_extensions; do
7624  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7625    ac_cv_prog_ac_ct_LIPO="lipo"
7626    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7627    break 2
7628  fi
7629done
7630  done
7631IFS=$as_save_IFS
7632
7633fi
7634fi
7635ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7636if test -n "$ac_ct_LIPO"; then
7637  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7638$as_echo "$ac_ct_LIPO" >&6; }
7639else
7640  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7641$as_echo "no" >&6; }
7642fi
7643
7644  if test "x$ac_ct_LIPO" = x; then
7645    LIPO=":"
7646  else
7647    case $cross_compiling:$ac_tool_warned in
7648yes:)
7649{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7650$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7651ac_tool_warned=yes ;;
7652esac
7653    LIPO=$ac_ct_LIPO
7654  fi
7655else
7656  LIPO="$ac_cv_prog_LIPO"
7657fi
7658
7659    if test -n "$ac_tool_prefix"; then
7660  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7661set dummy ${ac_tool_prefix}otool; ac_word=$2
7662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7663$as_echo_n "checking for $ac_word... " >&6; }
7664if ${ac_cv_prog_OTOOL+:} false; then :
7665  $as_echo_n "(cached) " >&6
7666else
7667  if test -n "$OTOOL"; then
7668  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7669else
7670as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7671for as_dir in $PATH
7672do
7673  IFS=$as_save_IFS
7674  test -z "$as_dir" && as_dir=.
7675    for ac_exec_ext in '' $ac_executable_extensions; do
7676  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7677    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7678    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7679    break 2
7680  fi
7681done
7682  done
7683IFS=$as_save_IFS
7684
7685fi
7686fi
7687OTOOL=$ac_cv_prog_OTOOL
7688if test -n "$OTOOL"; then
7689  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7690$as_echo "$OTOOL" >&6; }
7691else
7692  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7693$as_echo "no" >&6; }
7694fi
7695
7696
7697fi
7698if test -z "$ac_cv_prog_OTOOL"; then
7699  ac_ct_OTOOL=$OTOOL
7700  # Extract the first word of "otool", so it can be a program name with args.
7701set dummy otool; ac_word=$2
7702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7703$as_echo_n "checking for $ac_word... " >&6; }
7704if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7705  $as_echo_n "(cached) " >&6
7706else
7707  if test -n "$ac_ct_OTOOL"; then
7708  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7709else
7710as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7711for as_dir in $PATH
7712do
7713  IFS=$as_save_IFS
7714  test -z "$as_dir" && as_dir=.
7715    for ac_exec_ext in '' $ac_executable_extensions; do
7716  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7717    ac_cv_prog_ac_ct_OTOOL="otool"
7718    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7719    break 2
7720  fi
7721done
7722  done
7723IFS=$as_save_IFS
7724
7725fi
7726fi
7727ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7728if test -n "$ac_ct_OTOOL"; then
7729  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7730$as_echo "$ac_ct_OTOOL" >&6; }
7731else
7732  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7733$as_echo "no" >&6; }
7734fi
7735
7736  if test "x$ac_ct_OTOOL" = x; then
7737    OTOOL=":"
7738  else
7739    case $cross_compiling:$ac_tool_warned in
7740yes:)
7741{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7742$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7743ac_tool_warned=yes ;;
7744esac
7745    OTOOL=$ac_ct_OTOOL
7746  fi
7747else
7748  OTOOL="$ac_cv_prog_OTOOL"
7749fi
7750
7751    if test -n "$ac_tool_prefix"; then
7752  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7753set dummy ${ac_tool_prefix}otool64; ac_word=$2
7754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7755$as_echo_n "checking for $ac_word... " >&6; }
7756if ${ac_cv_prog_OTOOL64+:} false; then :
7757  $as_echo_n "(cached) " >&6
7758else
7759  if test -n "$OTOOL64"; then
7760  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7761else
7762as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7763for as_dir in $PATH
7764do
7765  IFS=$as_save_IFS
7766  test -z "$as_dir" && as_dir=.
7767    for ac_exec_ext in '' $ac_executable_extensions; do
7768  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7769    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7770    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7771    break 2
7772  fi
7773done
7774  done
7775IFS=$as_save_IFS
7776
7777fi
7778fi
7779OTOOL64=$ac_cv_prog_OTOOL64
7780if test -n "$OTOOL64"; then
7781  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7782$as_echo "$OTOOL64" >&6; }
7783else
7784  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7785$as_echo "no" >&6; }
7786fi
7787
7788
7789fi
7790if test -z "$ac_cv_prog_OTOOL64"; then
7791  ac_ct_OTOOL64=$OTOOL64
7792  # Extract the first word of "otool64", so it can be a program name with args.
7793set dummy otool64; ac_word=$2
7794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7795$as_echo_n "checking for $ac_word... " >&6; }
7796if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7797  $as_echo_n "(cached) " >&6
7798else
7799  if test -n "$ac_ct_OTOOL64"; then
7800  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7801else
7802as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7803for as_dir in $PATH
7804do
7805  IFS=$as_save_IFS
7806  test -z "$as_dir" && as_dir=.
7807    for ac_exec_ext in '' $ac_executable_extensions; do
7808  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7809    ac_cv_prog_ac_ct_OTOOL64="otool64"
7810    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7811    break 2
7812  fi
7813done
7814  done
7815IFS=$as_save_IFS
7816
7817fi
7818fi
7819ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7820if test -n "$ac_ct_OTOOL64"; then
7821  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7822$as_echo "$ac_ct_OTOOL64" >&6; }
7823else
7824  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7825$as_echo "no" >&6; }
7826fi
7827
7828  if test "x$ac_ct_OTOOL64" = x; then
7829    OTOOL64=":"
7830  else
7831    case $cross_compiling:$ac_tool_warned in
7832yes:)
7833{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7834$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7835ac_tool_warned=yes ;;
7836esac
7837    OTOOL64=$ac_ct_OTOOL64
7838  fi
7839else
7840  OTOOL64="$ac_cv_prog_OTOOL64"
7841fi
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7870$as_echo_n "checking for -single_module linker flag... " >&6; }
7871if ${lt_cv_apple_cc_single_mod+:} false; then :
7872  $as_echo_n "(cached) " >&6
7873else
7874  lt_cv_apple_cc_single_mod=no
7875      if test -z "${LT_MULTI_MODULE}"; then
7876	# By default we will add the -single_module flag. You can override
7877	# by either setting the environment variable LT_MULTI_MODULE
7878	# non-empty at configure time, or by adding -multi_module to the
7879	# link flags.
7880	rm -rf libconftest.dylib*
7881	echo "int foo(void){return 1;}" > conftest.c
7882	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7883-dynamiclib -Wl,-single_module conftest.c" >&5
7884	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7885	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7886        _lt_result=$?
7887	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7888	  lt_cv_apple_cc_single_mod=yes
7889	else
7890	  cat conftest.err >&5
7891	fi
7892	rm -rf libconftest.dylib*
7893	rm -f conftest.*
7894      fi
7895fi
7896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7897$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7898    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7899$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7900if ${lt_cv_ld_exported_symbols_list+:} false; then :
7901  $as_echo_n "(cached) " >&6
7902else
7903  lt_cv_ld_exported_symbols_list=no
7904      save_LDFLAGS=$LDFLAGS
7905      echo "_main" > conftest.sym
7906      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7907      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7908/* end confdefs.h.  */
7909
7910int
7911main ()
7912{
7913
7914  ;
7915  return 0;
7916}
7917_ACEOF
7918if ac_fn_c_try_link "$LINENO"; then :
7919  lt_cv_ld_exported_symbols_list=yes
7920else
7921  lt_cv_ld_exported_symbols_list=no
7922fi
7923rm -f core conftest.err conftest.$ac_objext \
7924    conftest$ac_exeext conftest.$ac_ext
7925	LDFLAGS="$save_LDFLAGS"
7926
7927fi
7928{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7929$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7930    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7931$as_echo_n "checking for -force_load linker flag... " >&6; }
7932if ${lt_cv_ld_force_load+:} false; then :
7933  $as_echo_n "(cached) " >&6
7934else
7935  lt_cv_ld_force_load=no
7936      cat > conftest.c << _LT_EOF
7937int forced_loaded() { return 2;}
7938_LT_EOF
7939      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7940      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7941      echo "$AR cru libconftest.a conftest.o" >&5
7942      $AR cru libconftest.a conftest.o 2>&5
7943      cat > conftest.c << _LT_EOF
7944int main() { return 0;}
7945_LT_EOF
7946      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7947      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7948      _lt_result=$?
7949      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7950	lt_cv_ld_force_load=yes
7951      else
7952	cat conftest.err >&5
7953      fi
7954        rm -f conftest.err libconftest.a conftest conftest.c
7955        rm -rf conftest.dSYM
7956
7957fi
7958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7959$as_echo "$lt_cv_ld_force_load" >&6; }
7960    case $host_os in
7961    rhapsody* | darwin1.[012])
7962      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7963    darwin1.*)
7964      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7965    darwin*) # darwin 5.x on
7966      # if running on 10.5 or later, the deployment target defaults
7967      # to the OS version, if on x86, and 10.4, the deployment
7968      # target defaults to 10.4. Don't you love it?
7969      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7970	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7971	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7972	10.[012][,.]*)
7973	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7974	10.*)
7975	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7976      esac
7977    ;;
7978  esac
7979    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7980      _lt_dar_single_mod='$single_module'
7981    fi
7982    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7983      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7984    else
7985      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7986    fi
7987    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7988      _lt_dsymutil='~$DSYMUTIL $lib || :'
7989    else
7990      _lt_dsymutil=
7991    fi
7992    ;;
7993  esac
7994
7995for ac_header in dlfcn.h
7996do :
7997  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7998"
7999if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8000  cat >>confdefs.h <<_ACEOF
8001#define HAVE_DLFCN_H 1
8002_ACEOF
8003
8004fi
8005
8006done
8007
8008
8009
8010
8011
8012# Set options
8013
8014
8015
8016        enable_dlopen=no
8017
8018
8019  enable_win32_dll=no
8020
8021
8022
8023  # Check whether --enable-static was given.
8024if test "${enable_static+set}" = set; then :
8025  enableval=$enable_static; p=${PACKAGE-default}
8026    case $enableval in
8027    yes) enable_static=yes ;;
8028    no) enable_static=no ;;
8029    *)
8030     enable_static=no
8031      # Look at the argument we got.  We use all the common list separators.
8032      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8033      for pkg in $enableval; do
8034	IFS="$lt_save_ifs"
8035	if test "X$pkg" = "X$p"; then
8036	  enable_static=yes
8037	fi
8038      done
8039      IFS="$lt_save_ifs"
8040      ;;
8041    esac
8042else
8043  enable_static=yes
8044fi
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055# Check whether --with-pic was given.
8056if test "${with_pic+set}" = set; then :
8057  withval=$with_pic; pic_mode="$withval"
8058else
8059  pic_mode=default
8060fi
8061
8062
8063test -z "$pic_mode" && pic_mode=default
8064
8065
8066
8067
8068
8069
8070
8071  # Check whether --enable-fast-install was given.
8072if test "${enable_fast_install+set}" = set; then :
8073  enableval=$enable_fast_install; p=${PACKAGE-default}
8074    case $enableval in
8075    yes) enable_fast_install=yes ;;
8076    no) enable_fast_install=no ;;
8077    *)
8078      enable_fast_install=no
8079      # Look at the argument we got.  We use all the common list separators.
8080      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8081      for pkg in $enableval; do
8082	IFS="$lt_save_ifs"
8083	if test "X$pkg" = "X$p"; then
8084	  enable_fast_install=yes
8085	fi
8086      done
8087      IFS="$lt_save_ifs"
8088      ;;
8089    esac
8090else
8091  enable_fast_install=yes
8092fi
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104# This can be used to rebuild libtool when needed
8105LIBTOOL_DEPS="$ltmain"
8106
8107# Always use our own libtool.
8108LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135test -z "$LN_S" && LN_S="ln -s"
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150if test -n "${ZSH_VERSION+set}" ; then
8151   setopt NO_GLOB_SUBST
8152fi
8153
8154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8155$as_echo_n "checking for objdir... " >&6; }
8156if ${lt_cv_objdir+:} false; then :
8157  $as_echo_n "(cached) " >&6
8158else
8159  rm -f .libs 2>/dev/null
8160mkdir .libs 2>/dev/null
8161if test -d .libs; then
8162  lt_cv_objdir=.libs
8163else
8164  # MS-DOS does not allow filenames that begin with a dot.
8165  lt_cv_objdir=_libs
8166fi
8167rmdir .libs 2>/dev/null
8168fi
8169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8170$as_echo "$lt_cv_objdir" >&6; }
8171objdir=$lt_cv_objdir
8172
8173
8174
8175
8176
8177cat >>confdefs.h <<_ACEOF
8178#define LT_OBJDIR "$lt_cv_objdir/"
8179_ACEOF
8180
8181
8182
8183
8184case $host_os in
8185aix3*)
8186  # AIX sometimes has problems with the GCC collect2 program.  For some
8187  # reason, if we set the COLLECT_NAMES environment variable, the problems
8188  # vanish in a puff of smoke.
8189  if test "X${COLLECT_NAMES+set}" != Xset; then
8190    COLLECT_NAMES=
8191    export COLLECT_NAMES
8192  fi
8193  ;;
8194esac
8195
8196# Global variables:
8197ofile=libtool
8198can_build_shared=yes
8199
8200# All known linkers require a `.a' archive for static linking (except MSVC,
8201# which needs '.lib').
8202libext=a
8203
8204with_gnu_ld="$lt_cv_prog_gnu_ld"
8205
8206old_CC="$CC"
8207old_CFLAGS="$CFLAGS"
8208
8209# Set sane defaults for various variables
8210test -z "$CC" && CC=cc
8211test -z "$LTCC" && LTCC=$CC
8212test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8213test -z "$LD" && LD=ld
8214test -z "$ac_objext" && ac_objext=o
8215
8216for cc_temp in $compiler""; do
8217  case $cc_temp in
8218    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8219    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8220    \-*) ;;
8221    *) break;;
8222  esac
8223done
8224cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8225
8226
8227# Only perform the check for file, if the check method requires it
8228test -z "$MAGIC_CMD" && MAGIC_CMD=file
8229case $deplibs_check_method in
8230file_magic*)
8231  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8232    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8233$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8234if ${lt_cv_path_MAGIC_CMD+:} false; then :
8235  $as_echo_n "(cached) " >&6
8236else
8237  case $MAGIC_CMD in
8238[\\/*] |  ?:[\\/]*)
8239  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8240  ;;
8241*)
8242  lt_save_MAGIC_CMD="$MAGIC_CMD"
8243  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8244  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8245  for ac_dir in $ac_dummy; do
8246    IFS="$lt_save_ifs"
8247    test -z "$ac_dir" && ac_dir=.
8248    if test -f $ac_dir/${ac_tool_prefix}file; then
8249      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8250      if test -n "$file_magic_test_file"; then
8251	case $deplibs_check_method in
8252	"file_magic "*)
8253	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8254	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8255	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8256	    $EGREP "$file_magic_regex" > /dev/null; then
8257	    :
8258	  else
8259	    cat <<_LT_EOF 1>&2
8260
8261*** Warning: the command libtool uses to detect shared libraries,
8262*** $file_magic_cmd, produces output that libtool cannot recognize.
8263*** The result is that libtool may fail to recognize shared libraries
8264*** as such.  This will affect the creation of libtool libraries that
8265*** depend on shared libraries, but programs linked with such libtool
8266*** libraries will work regardless of this problem.  Nevertheless, you
8267*** may want to report the problem to your system manager and/or to
8268*** bug-libtool@gnu.org
8269
8270_LT_EOF
8271	  fi ;;
8272	esac
8273      fi
8274      break
8275    fi
8276  done
8277  IFS="$lt_save_ifs"
8278  MAGIC_CMD="$lt_save_MAGIC_CMD"
8279  ;;
8280esac
8281fi
8282
8283MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8284if test -n "$MAGIC_CMD"; then
8285  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8286$as_echo "$MAGIC_CMD" >&6; }
8287else
8288  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8289$as_echo "no" >&6; }
8290fi
8291
8292
8293
8294
8295
8296if test -z "$lt_cv_path_MAGIC_CMD"; then
8297  if test -n "$ac_tool_prefix"; then
8298    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8299$as_echo_n "checking for file... " >&6; }
8300if ${lt_cv_path_MAGIC_CMD+:} false; then :
8301  $as_echo_n "(cached) " >&6
8302else
8303  case $MAGIC_CMD in
8304[\\/*] |  ?:[\\/]*)
8305  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8306  ;;
8307*)
8308  lt_save_MAGIC_CMD="$MAGIC_CMD"
8309  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8310  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8311  for ac_dir in $ac_dummy; do
8312    IFS="$lt_save_ifs"
8313    test -z "$ac_dir" && ac_dir=.
8314    if test -f $ac_dir/file; then
8315      lt_cv_path_MAGIC_CMD="$ac_dir/file"
8316      if test -n "$file_magic_test_file"; then
8317	case $deplibs_check_method in
8318	"file_magic "*)
8319	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8320	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8321	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8322	    $EGREP "$file_magic_regex" > /dev/null; then
8323	    :
8324	  else
8325	    cat <<_LT_EOF 1>&2
8326
8327*** Warning: the command libtool uses to detect shared libraries,
8328*** $file_magic_cmd, produces output that libtool cannot recognize.
8329*** The result is that libtool may fail to recognize shared libraries
8330*** as such.  This will affect the creation of libtool libraries that
8331*** depend on shared libraries, but programs linked with such libtool
8332*** libraries will work regardless of this problem.  Nevertheless, you
8333*** may want to report the problem to your system manager and/or to
8334*** bug-libtool@gnu.org
8335
8336_LT_EOF
8337	  fi ;;
8338	esac
8339      fi
8340      break
8341    fi
8342  done
8343  IFS="$lt_save_ifs"
8344  MAGIC_CMD="$lt_save_MAGIC_CMD"
8345  ;;
8346esac
8347fi
8348
8349MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8350if test -n "$MAGIC_CMD"; then
8351  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8352$as_echo "$MAGIC_CMD" >&6; }
8353else
8354  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8355$as_echo "no" >&6; }
8356fi
8357
8358
8359  else
8360    MAGIC_CMD=:
8361  fi
8362fi
8363
8364  fi
8365  ;;
8366esac
8367
8368# Use C for the default configuration in the libtool script
8369
8370lt_save_CC="$CC"
8371ac_ext=c
8372ac_cpp='$CPP $CPPFLAGS'
8373ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8374ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8375ac_compiler_gnu=$ac_cv_c_compiler_gnu
8376
8377
8378# Source file extension for C test sources.
8379ac_ext=c
8380
8381# Object file extension for compiled C test sources.
8382objext=o
8383objext=$objext
8384
8385# Code to be used in simple compile tests
8386lt_simple_compile_test_code="int some_variable = 0;"
8387
8388# Code to be used in simple link tests
8389lt_simple_link_test_code='int main(){return(0);}'
8390
8391
8392
8393
8394
8395
8396
8397# If no C compiler was specified, use CC.
8398LTCC=${LTCC-"$CC"}
8399
8400# If no C compiler flags were specified, use CFLAGS.
8401LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8402
8403# Allow CC to be a program name with arguments.
8404compiler=$CC
8405
8406# Save the default compiler, since it gets overwritten when the other
8407# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8408compiler_DEFAULT=$CC
8409
8410# save warnings/boilerplate of simple test code
8411ac_outfile=conftest.$ac_objext
8412echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8413eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8414_lt_compiler_boilerplate=`cat conftest.err`
8415$RM conftest*
8416
8417ac_outfile=conftest.$ac_objext
8418echo "$lt_simple_link_test_code" >conftest.$ac_ext
8419eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8420_lt_linker_boilerplate=`cat conftest.err`
8421$RM -r conftest*
8422
8423
8424## CAVEAT EMPTOR:
8425## There is no encapsulation within the following macros, do not change
8426## the running order or otherwise move them around unless you know exactly
8427## what you are doing...
8428if test -n "$compiler"; then
8429
8430lt_prog_compiler_no_builtin_flag=
8431
8432if test "$GCC" = yes; then
8433  case $cc_basename in
8434  nvcc*)
8435    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8436  *)
8437    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8438  esac
8439
8440  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8441$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8442if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8443  $as_echo_n "(cached) " >&6
8444else
8445  lt_cv_prog_compiler_rtti_exceptions=no
8446   ac_outfile=conftest.$ac_objext
8447   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8448   lt_compiler_flag="-fno-rtti -fno-exceptions"
8449   # Insert the option either (1) after the last *FLAGS variable, or
8450   # (2) before a word containing "conftest.", or (3) at the end.
8451   # Note that $ac_compile itself does not contain backslashes and begins
8452   # with a dollar sign (not a hyphen), so the echo should work correctly.
8453   # The option is referenced via a variable to avoid confusing sed.
8454   lt_compile=`echo "$ac_compile" | $SED \
8455   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8456   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8457   -e 's:$: $lt_compiler_flag:'`
8458   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8459   (eval "$lt_compile" 2>conftest.err)
8460   ac_status=$?
8461   cat conftest.err >&5
8462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8463   if (exit $ac_status) && test -s "$ac_outfile"; then
8464     # The compiler can only warn and ignore the option if not recognized
8465     # So say no if there are warnings other than the usual output.
8466     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8467     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8468     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8469       lt_cv_prog_compiler_rtti_exceptions=yes
8470     fi
8471   fi
8472   $RM conftest*
8473
8474fi
8475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8476$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8477
8478if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8479    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8480else
8481    :
8482fi
8483
8484fi
8485
8486
8487
8488
8489
8490
8491  lt_prog_compiler_wl=
8492lt_prog_compiler_pic=
8493lt_prog_compiler_static=
8494
8495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8496$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8497
8498  if test "$GCC" = yes; then
8499    lt_prog_compiler_wl='-Wl,'
8500    lt_prog_compiler_static='-static'
8501
8502    case $host_os in
8503      aix*)
8504      # All AIX code is PIC.
8505      if test "$host_cpu" = ia64; then
8506	# AIX 5 now supports IA64 processor
8507	lt_prog_compiler_static='-Bstatic'
8508      fi
8509      lt_prog_compiler_pic='-fPIC'
8510      ;;
8511
8512    amigaos*)
8513      case $host_cpu in
8514      powerpc)
8515            # see comment about AmigaOS4 .so support
8516            lt_prog_compiler_pic='-fPIC'
8517        ;;
8518      m68k)
8519            # FIXME: we need at least 68020 code to build shared libraries, but
8520            # adding the `-m68020' flag to GCC prevents building anything better,
8521            # like `-m68040'.
8522            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8523        ;;
8524      esac
8525      ;;
8526
8527    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8528      # PIC is the default for these OSes.
8529      ;;
8530
8531    mingw* | cygwin* | pw32* | os2* | cegcc*)
8532      # This hack is so that the source file can tell whether it is being
8533      # built for inclusion in a dll (and should export symbols for example).
8534      # Although the cygwin gcc ignores -fPIC, still need this for old-style
8535      # (--disable-auto-import) libraries
8536      lt_prog_compiler_pic='-DDLL_EXPORT'
8537      ;;
8538
8539    darwin* | rhapsody*)
8540      # PIC is the default on this platform
8541      # Common symbols not allowed in MH_DYLIB files
8542      lt_prog_compiler_pic='-fno-common'
8543      ;;
8544
8545    haiku*)
8546      # PIC is the default for Haiku.
8547      # The "-static" flag exists, but is broken.
8548      lt_prog_compiler_static=
8549      ;;
8550
8551    hpux*)
8552      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8553      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8554      # sets the default TLS model and affects inlining.
8555      case $host_cpu in
8556      hppa*64*)
8557	# +Z the default
8558	;;
8559      *)
8560	lt_prog_compiler_pic='-fPIC'
8561	;;
8562      esac
8563      ;;
8564
8565    interix[3-9]*)
8566      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8567      # Instead, we relocate shared libraries at runtime.
8568      ;;
8569
8570    msdosdjgpp*)
8571      # Just because we use GCC doesn't mean we suddenly get shared libraries
8572      # on systems that don't support them.
8573      lt_prog_compiler_can_build_shared=no
8574      enable_shared=no
8575      ;;
8576
8577    *nto* | *qnx*)
8578      # QNX uses GNU C++, but need to define -shared option too, otherwise
8579      # it will coredump.
8580      lt_prog_compiler_pic='-fPIC -shared'
8581      ;;
8582
8583    sysv4*MP*)
8584      if test -d /usr/nec; then
8585	lt_prog_compiler_pic=-Kconform_pic
8586      fi
8587      ;;
8588
8589    *)
8590      lt_prog_compiler_pic='-fPIC'
8591      ;;
8592    esac
8593
8594    case $cc_basename in
8595    nvcc*) # Cuda Compiler Driver 2.2
8596      lt_prog_compiler_wl='-Xlinker '
8597      lt_prog_compiler_pic='-Xcompiler -fPIC'
8598      ;;
8599    esac
8600  else
8601    # PORTME Check for flag to pass linker flags through the system compiler.
8602    case $host_os in
8603    aix*)
8604      lt_prog_compiler_wl='-Wl,'
8605      if test "$host_cpu" = ia64; then
8606	# AIX 5 now supports IA64 processor
8607	lt_prog_compiler_static='-Bstatic'
8608      else
8609	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8610      fi
8611      ;;
8612
8613    mingw* | cygwin* | pw32* | os2* | cegcc*)
8614      # This hack is so that the source file can tell whether it is being
8615      # built for inclusion in a dll (and should export symbols for example).
8616      lt_prog_compiler_pic='-DDLL_EXPORT'
8617      ;;
8618
8619    hpux9* | hpux10* | hpux11*)
8620      lt_prog_compiler_wl='-Wl,'
8621      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8622      # not for PA HP-UX.
8623      case $host_cpu in
8624      hppa*64*|ia64*)
8625	# +Z the default
8626	;;
8627      *)
8628	lt_prog_compiler_pic='+Z'
8629	;;
8630      esac
8631      # Is there a better lt_prog_compiler_static that works with the bundled CC?
8632      lt_prog_compiler_static='${wl}-a ${wl}archive'
8633      ;;
8634
8635    irix5* | irix6* | nonstopux*)
8636      lt_prog_compiler_wl='-Wl,'
8637      # PIC (with -KPIC) is the default.
8638      lt_prog_compiler_static='-non_shared'
8639      ;;
8640
8641    linux* | k*bsd*-gnu | kopensolaris*-gnu)
8642      case $cc_basename in
8643      # old Intel for x86_64 which still supported -KPIC.
8644      ecc*)
8645	lt_prog_compiler_wl='-Wl,'
8646	lt_prog_compiler_pic='-KPIC'
8647	lt_prog_compiler_static='-static'
8648        ;;
8649      # icc used to be incompatible with GCC.
8650      # ICC 10 doesn't accept -KPIC any more.
8651      icc* | ifort*)
8652	lt_prog_compiler_wl='-Wl,'
8653	lt_prog_compiler_pic='-fPIC'
8654	lt_prog_compiler_static='-static'
8655        ;;
8656      # Lahey Fortran 8.1.
8657      lf95*)
8658	lt_prog_compiler_wl='-Wl,'
8659	lt_prog_compiler_pic='--shared'
8660	lt_prog_compiler_static='--static'
8661	;;
8662      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8663        # Portland Group compilers (*not* the Pentium gcc compiler,
8664	# which looks to be a dead project)
8665	lt_prog_compiler_wl='-Wl,'
8666	lt_prog_compiler_pic='-fpic'
8667	lt_prog_compiler_static='-Bstatic'
8668        ;;
8669      ccc*)
8670        lt_prog_compiler_wl='-Wl,'
8671        # All Alpha code is PIC.
8672        lt_prog_compiler_static='-non_shared'
8673        ;;
8674      xl* | bgxl* | bgf* | mpixl*)
8675	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8676	lt_prog_compiler_wl='-Wl,'
8677	lt_prog_compiler_pic='-qpic'
8678	lt_prog_compiler_static='-qstaticlink'
8679	;;
8680      *)
8681	case `$CC -V 2>&1 | sed 5q` in
8682	*Sun\ F* | *Sun*Fortran*)
8683	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
8684	  lt_prog_compiler_pic='-KPIC'
8685	  lt_prog_compiler_static='-Bstatic'
8686	  lt_prog_compiler_wl=''
8687	  ;;
8688	*Sun\ C*)
8689	  # Sun C 5.9
8690	  lt_prog_compiler_pic='-KPIC'
8691	  lt_prog_compiler_static='-Bstatic'
8692	  lt_prog_compiler_wl='-Wl,'
8693	  ;;
8694	esac
8695	;;
8696      esac
8697      ;;
8698
8699    newsos6)
8700      lt_prog_compiler_pic='-KPIC'
8701      lt_prog_compiler_static='-Bstatic'
8702      ;;
8703
8704    *nto* | *qnx*)
8705      # QNX uses GNU C++, but need to define -shared option too, otherwise
8706      # it will coredump.
8707      lt_prog_compiler_pic='-fPIC -shared'
8708      ;;
8709
8710    osf3* | osf4* | osf5*)
8711      lt_prog_compiler_wl='-Wl,'
8712      # All OSF/1 code is PIC.
8713      lt_prog_compiler_static='-non_shared'
8714      ;;
8715
8716    rdos*)
8717      lt_prog_compiler_static='-non_shared'
8718      ;;
8719
8720    solaris*)
8721      lt_prog_compiler_pic='-KPIC'
8722      lt_prog_compiler_static='-Bstatic'
8723      case $cc_basename in
8724      f77* | f90* | f95*)
8725	lt_prog_compiler_wl='-Qoption ld ';;
8726      *)
8727	lt_prog_compiler_wl='-Wl,';;
8728      esac
8729      ;;
8730
8731    sunos4*)
8732      lt_prog_compiler_wl='-Qoption ld '
8733      lt_prog_compiler_pic='-PIC'
8734      lt_prog_compiler_static='-Bstatic'
8735      ;;
8736
8737    sysv4 | sysv4.2uw2* | sysv4.3*)
8738      lt_prog_compiler_wl='-Wl,'
8739      lt_prog_compiler_pic='-KPIC'
8740      lt_prog_compiler_static='-Bstatic'
8741      ;;
8742
8743    sysv4*MP*)
8744      if test -d /usr/nec ;then
8745	lt_prog_compiler_pic='-Kconform_pic'
8746	lt_prog_compiler_static='-Bstatic'
8747      fi
8748      ;;
8749
8750    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8751      lt_prog_compiler_wl='-Wl,'
8752      lt_prog_compiler_pic='-KPIC'
8753      lt_prog_compiler_static='-Bstatic'
8754      ;;
8755
8756    unicos*)
8757      lt_prog_compiler_wl='-Wl,'
8758      lt_prog_compiler_can_build_shared=no
8759      ;;
8760
8761    uts4*)
8762      lt_prog_compiler_pic='-pic'
8763      lt_prog_compiler_static='-Bstatic'
8764      ;;
8765
8766    *)
8767      lt_prog_compiler_can_build_shared=no
8768      ;;
8769    esac
8770  fi
8771
8772case $host_os in
8773  # For platforms which do not support PIC, -DPIC is meaningless:
8774  *djgpp*)
8775    lt_prog_compiler_pic=
8776    ;;
8777  *)
8778    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8779    ;;
8780esac
8781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8782$as_echo "$lt_prog_compiler_pic" >&6; }
8783
8784
8785
8786
8787
8788
8789#
8790# Check to make sure the PIC flag actually works.
8791#
8792if test -n "$lt_prog_compiler_pic"; then
8793  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8794$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8795if ${lt_cv_prog_compiler_pic_works+:} false; then :
8796  $as_echo_n "(cached) " >&6
8797else
8798  lt_cv_prog_compiler_pic_works=no
8799   ac_outfile=conftest.$ac_objext
8800   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8801   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8802   # Insert the option either (1) after the last *FLAGS variable, or
8803   # (2) before a word containing "conftest.", or (3) at the end.
8804   # Note that $ac_compile itself does not contain backslashes and begins
8805   # with a dollar sign (not a hyphen), so the echo should work correctly.
8806   # The option is referenced via a variable to avoid confusing sed.
8807   lt_compile=`echo "$ac_compile" | $SED \
8808   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8809   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8810   -e 's:$: $lt_compiler_flag:'`
8811   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8812   (eval "$lt_compile" 2>conftest.err)
8813   ac_status=$?
8814   cat conftest.err >&5
8815   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8816   if (exit $ac_status) && test -s "$ac_outfile"; then
8817     # The compiler can only warn and ignore the option if not recognized
8818     # So say no if there are warnings other than the usual output.
8819     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8820     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8821     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8822       lt_cv_prog_compiler_pic_works=yes
8823     fi
8824   fi
8825   $RM conftest*
8826
8827fi
8828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8829$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8830
8831if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8832    case $lt_prog_compiler_pic in
8833     "" | " "*) ;;
8834     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8835     esac
8836else
8837    lt_prog_compiler_pic=
8838     lt_prog_compiler_can_build_shared=no
8839fi
8840
8841fi
8842
8843
8844
8845
8846
8847
8848#
8849# Check to make sure the static flag actually works.
8850#
8851wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8853$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8854if ${lt_cv_prog_compiler_static_works+:} false; then :
8855  $as_echo_n "(cached) " >&6
8856else
8857  lt_cv_prog_compiler_static_works=no
8858   save_LDFLAGS="$LDFLAGS"
8859   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8860   echo "$lt_simple_link_test_code" > conftest.$ac_ext
8861   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8862     # The linker can only warn and ignore the option if not recognized
8863     # So say no if there are warnings
8864     if test -s conftest.err; then
8865       # Append any errors to the config.log.
8866       cat conftest.err 1>&5
8867       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8868       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8869       if diff conftest.exp conftest.er2 >/dev/null; then
8870         lt_cv_prog_compiler_static_works=yes
8871       fi
8872     else
8873       lt_cv_prog_compiler_static_works=yes
8874     fi
8875   fi
8876   $RM -r conftest*
8877   LDFLAGS="$save_LDFLAGS"
8878
8879fi
8880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8881$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8882
8883if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8884    :
8885else
8886    lt_prog_compiler_static=
8887fi
8888
8889
8890
8891
8892
8893
8894
8895  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8896$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8897if ${lt_cv_prog_compiler_c_o+:} false; then :
8898  $as_echo_n "(cached) " >&6
8899else
8900  lt_cv_prog_compiler_c_o=no
8901   $RM -r conftest 2>/dev/null
8902   mkdir conftest
8903   cd conftest
8904   mkdir out
8905   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8906
8907   lt_compiler_flag="-o out/conftest2.$ac_objext"
8908   # Insert the option either (1) after the last *FLAGS variable, or
8909   # (2) before a word containing "conftest.", or (3) at the end.
8910   # Note that $ac_compile itself does not contain backslashes and begins
8911   # with a dollar sign (not a hyphen), so the echo should work correctly.
8912   lt_compile=`echo "$ac_compile" | $SED \
8913   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8914   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8915   -e 's:$: $lt_compiler_flag:'`
8916   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8917   (eval "$lt_compile" 2>out/conftest.err)
8918   ac_status=$?
8919   cat out/conftest.err >&5
8920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8921   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8922   then
8923     # The compiler can only warn and ignore the option if not recognized
8924     # So say no if there are warnings
8925     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8926     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8927     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8928       lt_cv_prog_compiler_c_o=yes
8929     fi
8930   fi
8931   chmod u+w . 2>&5
8932   $RM conftest*
8933   # SGI C++ compiler will create directory out/ii_files/ for
8934   # template instantiation
8935   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8936   $RM out/* && rmdir out
8937   cd ..
8938   $RM -r conftest
8939   $RM conftest*
8940
8941fi
8942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8943$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8944
8945
8946
8947
8948
8949
8950  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8951$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8952if ${lt_cv_prog_compiler_c_o+:} false; then :
8953  $as_echo_n "(cached) " >&6
8954else
8955  lt_cv_prog_compiler_c_o=no
8956   $RM -r conftest 2>/dev/null
8957   mkdir conftest
8958   cd conftest
8959   mkdir out
8960   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8961
8962   lt_compiler_flag="-o out/conftest2.$ac_objext"
8963   # Insert the option either (1) after the last *FLAGS variable, or
8964   # (2) before a word containing "conftest.", or (3) at the end.
8965   # Note that $ac_compile itself does not contain backslashes and begins
8966   # with a dollar sign (not a hyphen), so the echo should work correctly.
8967   lt_compile=`echo "$ac_compile" | $SED \
8968   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8969   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8970   -e 's:$: $lt_compiler_flag:'`
8971   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8972   (eval "$lt_compile" 2>out/conftest.err)
8973   ac_status=$?
8974   cat out/conftest.err >&5
8975   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8976   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8977   then
8978     # The compiler can only warn and ignore the option if not recognized
8979     # So say no if there are warnings
8980     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8981     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8982     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8983       lt_cv_prog_compiler_c_o=yes
8984     fi
8985   fi
8986   chmod u+w . 2>&5
8987   $RM conftest*
8988   # SGI C++ compiler will create directory out/ii_files/ for
8989   # template instantiation
8990   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8991   $RM out/* && rmdir out
8992   cd ..
8993   $RM -r conftest
8994   $RM conftest*
8995
8996fi
8997{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8998$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8999
9000
9001
9002
9003hard_links="nottested"
9004if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9005  # do not overwrite the value of need_locks provided by the user
9006  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9007$as_echo_n "checking if we can lock with hard links... " >&6; }
9008  hard_links=yes
9009  $RM conftest*
9010  ln conftest.a conftest.b 2>/dev/null && hard_links=no
9011  touch conftest.a
9012  ln conftest.a conftest.b 2>&5 || hard_links=no
9013  ln conftest.a conftest.b 2>/dev/null && hard_links=no
9014  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9015$as_echo "$hard_links" >&6; }
9016  if test "$hard_links" = no; then
9017    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9018$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9019    need_locks=warn
9020  fi
9021else
9022  need_locks=no
9023fi
9024
9025
9026
9027
9028
9029
9030  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9031$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9032
9033  runpath_var=
9034  allow_undefined_flag=
9035  always_export_symbols=no
9036  archive_cmds=
9037  archive_expsym_cmds=
9038  compiler_needs_object=no
9039  enable_shared_with_static_runtimes=no
9040  export_dynamic_flag_spec=
9041  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9042  hardcode_automatic=no
9043  hardcode_direct=no
9044  hardcode_direct_absolute=no
9045  hardcode_libdir_flag_spec=
9046  hardcode_libdir_flag_spec_ld=
9047  hardcode_libdir_separator=
9048  hardcode_minus_L=no
9049  hardcode_shlibpath_var=unsupported
9050  inherit_rpath=no
9051  link_all_deplibs=unknown
9052  module_cmds=
9053  module_expsym_cmds=
9054  old_archive_from_new_cmds=
9055  old_archive_from_expsyms_cmds=
9056  thread_safe_flag_spec=
9057  whole_archive_flag_spec=
9058  # include_expsyms should be a list of space-separated symbols to be *always*
9059  # included in the symbol list
9060  include_expsyms=
9061  # exclude_expsyms can be an extended regexp of symbols to exclude
9062  # it will be wrapped by ` (' and `)$', so one must not match beginning or
9063  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9064  # as well as any symbol that contains `d'.
9065  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9066  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9067  # platforms (ab)use it in PIC code, but their linkers get confused if
9068  # the symbol is explicitly referenced.  Since portable code cannot
9069  # rely on this symbol name, it's probably fine to never include it in
9070  # preloaded symbol tables.
9071  # Exclude shared library initialization/finalization symbols.
9072  extract_expsyms_cmds=
9073
9074  case $host_os in
9075  cygwin* | mingw* | pw32* | cegcc*)
9076    # FIXME: the MSVC++ port hasn't been tested in a loooong time
9077    # When not using gcc, we currently assume that we are using
9078    # Microsoft Visual C++.
9079    if test "$GCC" != yes; then
9080      with_gnu_ld=no
9081    fi
9082    ;;
9083  interix*)
9084    # we just hope/assume this is gcc and not c89 (= MSVC++)
9085    with_gnu_ld=yes
9086    ;;
9087  openbsd*)
9088    with_gnu_ld=no
9089    ;;
9090  esac
9091
9092  ld_shlibs=yes
9093
9094  # On some targets, GNU ld is compatible enough with the native linker
9095  # that we're better off using the native interface for both.
9096  lt_use_gnu_ld_interface=no
9097  if test "$with_gnu_ld" = yes; then
9098    case $host_os in
9099      aix*)
9100	# The AIX port of GNU ld has always aspired to compatibility
9101	# with the native linker.  However, as the warning in the GNU ld
9102	# block says, versions before 2.19.5* couldn't really create working
9103	# shared libraries, regardless of the interface used.
9104	case `$LD -v 2>&1` in
9105	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9106	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9107	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9108	  *)
9109	    lt_use_gnu_ld_interface=yes
9110	    ;;
9111	esac
9112	;;
9113      *)
9114	lt_use_gnu_ld_interface=yes
9115	;;
9116    esac
9117  fi
9118
9119  if test "$lt_use_gnu_ld_interface" = yes; then
9120    # If archive_cmds runs LD, not CC, wlarc should be empty
9121    wlarc='${wl}'
9122
9123    # Set some defaults for GNU ld with shared library support. These
9124    # are reset later if shared libraries are not supported. Putting them
9125    # here allows them to be overridden if necessary.
9126    runpath_var=LD_RUN_PATH
9127    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9128    export_dynamic_flag_spec='${wl}--export-dynamic'
9129    # ancient GNU ld didn't support --whole-archive et. al.
9130    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9131      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9132    else
9133      whole_archive_flag_spec=
9134    fi
9135    supports_anon_versioning=no
9136    case `$LD -v 2>&1` in
9137      *GNU\ gold*) supports_anon_versioning=yes ;;
9138      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9139      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9140      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9141      *\ 2.11.*) ;; # other 2.11 versions
9142      *) supports_anon_versioning=yes ;;
9143    esac
9144
9145    # See if GNU ld supports shared libraries.
9146    case $host_os in
9147    aix[3-9]*)
9148      # On AIX/PPC, the GNU linker is very broken
9149      if test "$host_cpu" != ia64; then
9150	ld_shlibs=no
9151	cat <<_LT_EOF 1>&2
9152
9153*** Warning: the GNU linker, at least up to release 2.19, is reported
9154*** to be unable to reliably create shared libraries on AIX.
9155*** Therefore, libtool is disabling shared libraries support.  If you
9156*** really care for shared libraries, you may want to install binutils
9157*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9158*** You will then need to restart the configuration process.
9159
9160_LT_EOF
9161      fi
9162      ;;
9163
9164    amigaos*)
9165      case $host_cpu in
9166      powerpc)
9167            # see comment about AmigaOS4 .so support
9168            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9169            archive_expsym_cmds=''
9170        ;;
9171      m68k)
9172            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)'
9173            hardcode_libdir_flag_spec='-L$libdir'
9174            hardcode_minus_L=yes
9175        ;;
9176      esac
9177      ;;
9178
9179    beos*)
9180      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9181	allow_undefined_flag=unsupported
9182	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9183	# support --undefined.  This deserves some investigation.  FIXME
9184	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9185      else
9186	ld_shlibs=no
9187      fi
9188      ;;
9189
9190    cygwin* | mingw* | pw32* | cegcc*)
9191      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9192      # as there is no search path for DLLs.
9193      hardcode_libdir_flag_spec='-L$libdir'
9194      export_dynamic_flag_spec='${wl}--export-all-symbols'
9195      allow_undefined_flag=unsupported
9196      always_export_symbols=no
9197      enable_shared_with_static_runtimes=yes
9198      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9199
9200      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9201        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9202	# If the export-symbols file already is a .def file (1st line
9203	# is EXPORTS), use it as is; otherwise, prepend...
9204	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9205	  cp $export_symbols $output_objdir/$soname.def;
9206	else
9207	  echo EXPORTS > $output_objdir/$soname.def;
9208	  cat $export_symbols >> $output_objdir/$soname.def;
9209	fi~
9210	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9211      else
9212	ld_shlibs=no
9213      fi
9214      ;;
9215
9216    haiku*)
9217      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9218      link_all_deplibs=yes
9219      ;;
9220
9221    interix[3-9]*)
9222      hardcode_direct=no
9223      hardcode_shlibpath_var=no
9224      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9225      export_dynamic_flag_spec='${wl}-E'
9226      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9227      # Instead, shared libraries are loaded at an image base (0x10000000 by
9228      # default) and relocated if they conflict, which is a slow very memory
9229      # consuming and fragmenting process.  To avoid this, we pick a random,
9230      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9231      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9232      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9233      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'
9234      ;;
9235
9236    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9237      tmp_diet=no
9238      if test "$host_os" = linux-dietlibc; then
9239	case $cc_basename in
9240	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
9241	esac
9242      fi
9243      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9244	 && test "$tmp_diet" = no
9245      then
9246	tmp_addflag=' $pic_flag'
9247	tmp_sharedflag='-shared'
9248	case $cc_basename,$host_cpu in
9249        pgcc*)				# Portland Group C compiler
9250	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9251	  tmp_addflag=' $pic_flag'
9252	  ;;
9253	pgf77* | pgf90* | pgf95* | pgfortran*)
9254					# Portland Group f77 and f90 compilers
9255	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9256	  tmp_addflag=' $pic_flag -Mnomain' ;;
9257	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
9258	  tmp_addflag=' -i_dynamic' ;;
9259	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
9260	  tmp_addflag=' -i_dynamic -nofor_main' ;;
9261	ifc* | ifort*)			# Intel Fortran compiler
9262	  tmp_addflag=' -nofor_main' ;;
9263	lf95*)				# Lahey Fortran 8.1
9264	  whole_archive_flag_spec=
9265	  tmp_sharedflag='--shared' ;;
9266	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9267	  tmp_sharedflag='-qmkshrobj'
9268	  tmp_addflag= ;;
9269	nvcc*)	# Cuda Compiler Driver 2.2
9270	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9271	  compiler_needs_object=yes
9272	  ;;
9273	esac
9274	case `$CC -V 2>&1 | sed 5q` in
9275	*Sun\ C*)			# Sun C 5.9
9276	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9277	  compiler_needs_object=yes
9278	  tmp_sharedflag='-G' ;;
9279	*Sun\ F*)			# Sun Fortran 8.3
9280	  tmp_sharedflag='-G' ;;
9281	esac
9282	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9283
9284        if test "x$supports_anon_versioning" = xyes; then
9285          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9286	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9287	    echo "local: *; };" >> $output_objdir/$libname.ver~
9288	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9289        fi
9290
9291	case $cc_basename in
9292	xlf* | bgf* | bgxlf* | mpixlf*)
9293	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9294	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9295	  hardcode_libdir_flag_spec=
9296	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
9297	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9298	  if test "x$supports_anon_versioning" = xyes; then
9299	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9300	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9301	      echo "local: *; };" >> $output_objdir/$libname.ver~
9302	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9303	  fi
9304	  ;;
9305	esac
9306      else
9307        ld_shlibs=no
9308      fi
9309      ;;
9310
9311    netbsd*)
9312      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9313	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9314	wlarc=
9315      else
9316	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9317	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9318      fi
9319      ;;
9320
9321    solaris*)
9322      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9323	ld_shlibs=no
9324	cat <<_LT_EOF 1>&2
9325
9326*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9327*** create shared libraries on Solaris systems.  Therefore, libtool
9328*** is disabling shared libraries support.  We urge you to upgrade GNU
9329*** binutils to release 2.9.1 or newer.  Another option is to modify
9330*** your PATH or compiler configuration so that the native linker is
9331*** used, and then restart.
9332
9333_LT_EOF
9334      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9335	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9336	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9337      else
9338	ld_shlibs=no
9339      fi
9340      ;;
9341
9342    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9343      case `$LD -v 2>&1` in
9344        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9345	ld_shlibs=no
9346	cat <<_LT_EOF 1>&2
9347
9348*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9349*** reliably create shared libraries on SCO systems.  Therefore, libtool
9350*** is disabling shared libraries support.  We urge you to upgrade GNU
9351*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9352*** your PATH or compiler configuration so that the native linker is
9353*** used, and then restart.
9354
9355_LT_EOF
9356	;;
9357	*)
9358	  # For security reasons, it is highly recommended that you always
9359	  # use absolute paths for naming shared libraries, and exclude the
9360	  # DT_RUNPATH tag from executables and libraries.  But doing so
9361	  # requires that you compile everything twice, which is a pain.
9362	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9363	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9364	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9365	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9366	  else
9367	    ld_shlibs=no
9368	  fi
9369	;;
9370      esac
9371      ;;
9372
9373    sunos4*)
9374      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9375      wlarc=
9376      hardcode_direct=yes
9377      hardcode_shlibpath_var=no
9378      ;;
9379
9380    *)
9381      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9382	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9383	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9384      else
9385	ld_shlibs=no
9386      fi
9387      ;;
9388    esac
9389
9390    if test "$ld_shlibs" = no; then
9391      runpath_var=
9392      hardcode_libdir_flag_spec=
9393      export_dynamic_flag_spec=
9394      whole_archive_flag_spec=
9395    fi
9396  else
9397    # PORTME fill in a description of your system's linker (not GNU ld)
9398    case $host_os in
9399    aix3*)
9400      allow_undefined_flag=unsupported
9401      always_export_symbols=yes
9402      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'
9403      # Note: this linker hardcodes the directories in LIBPATH if there
9404      # are no directories specified by -L.
9405      hardcode_minus_L=yes
9406      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9407	# Neither direct hardcoding nor static linking is supported with a
9408	# broken collect2.
9409	hardcode_direct=unsupported
9410      fi
9411      ;;
9412
9413    aix[4-9]*)
9414      if test "$host_cpu" = ia64; then
9415	# On IA64, the linker does run time linking by default, so we don't
9416	# have to do anything special.
9417	aix_use_runtimelinking=no
9418	exp_sym_flag='-Bexport'
9419	no_entry_flag=""
9420      else
9421	# If we're using GNU nm, then we don't want the "-C" option.
9422	# -C means demangle to AIX nm, but means don't demangle with GNU nm
9423	# Also, AIX nm treats weak defined symbols like other global
9424	# defined symbols, whereas GNU nm marks them as "W".
9425	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9426	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9427	else
9428	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9429	fi
9430	aix_use_runtimelinking=no
9431
9432	# Test if we are trying to use run time linking or normal
9433	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
9434	# need to do runtime linking.
9435	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9436	  for ld_flag in $LDFLAGS; do
9437	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9438	    aix_use_runtimelinking=yes
9439	    break
9440	  fi
9441	  done
9442	  ;;
9443	esac
9444
9445	exp_sym_flag='-bexport'
9446	no_entry_flag='-bnoentry'
9447      fi
9448
9449      # When large executables or shared objects are built, AIX ld can
9450      # have problems creating the table of contents.  If linking a library
9451      # or program results in "error TOC overflow" add -mminimal-toc to
9452      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9453      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9454
9455      archive_cmds=''
9456      hardcode_direct=yes
9457      hardcode_direct_absolute=yes
9458      hardcode_libdir_separator=':'
9459      link_all_deplibs=yes
9460      file_list_spec='${wl}-f,'
9461
9462      if test "$GCC" = yes; then
9463	case $host_os in aix4.[012]|aix4.[012].*)
9464	# We only want to do this on AIX 4.2 and lower, the check
9465	# below for broken collect2 doesn't work under 4.3+
9466	  collect2name=`${CC} -print-prog-name=collect2`
9467	  if test -f "$collect2name" &&
9468	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9469	  then
9470	  # We have reworked collect2
9471	  :
9472	  else
9473	  # We have old collect2
9474	  hardcode_direct=unsupported
9475	  # It fails to find uninstalled libraries when the uninstalled
9476	  # path is not listed in the libpath.  Setting hardcode_minus_L
9477	  # to unsupported forces relinking
9478	  hardcode_minus_L=yes
9479	  hardcode_libdir_flag_spec='-L$libdir'
9480	  hardcode_libdir_separator=
9481	  fi
9482	  ;;
9483	esac
9484	shared_flag='-shared'
9485	if test "$aix_use_runtimelinking" = yes; then
9486	  shared_flag="$shared_flag "'${wl}-G'
9487	fi
9488      else
9489	# not using gcc
9490	if test "$host_cpu" = ia64; then
9491	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9492	# chokes on -Wl,-G. The following line is correct:
9493	  shared_flag='-G'
9494	else
9495	  if test "$aix_use_runtimelinking" = yes; then
9496	    shared_flag='${wl}-G'
9497	  else
9498	    shared_flag='${wl}-bM:SRE'
9499	  fi
9500	fi
9501      fi
9502
9503      export_dynamic_flag_spec='${wl}-bexpall'
9504      # It seems that -bexpall does not export symbols beginning with
9505      # underscore (_), so it is better to generate a list of symbols to export.
9506      always_export_symbols=yes
9507      if test "$aix_use_runtimelinking" = yes; then
9508	# Warning - without using the other runtime loading flags (-brtl),
9509	# -berok will link without error, but may produce a broken library.
9510	allow_undefined_flag='-berok'
9511        # Determine the default libpath from the value encoded in an
9512        # empty executable.
9513        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9514/* end confdefs.h.  */
9515
9516int
9517main ()
9518{
9519
9520  ;
9521  return 0;
9522}
9523_ACEOF
9524if ac_fn_c_try_link "$LINENO"; then :
9525
9526lt_aix_libpath_sed='
9527    /Import File Strings/,/^$/ {
9528	/^0/ {
9529	    s/^0  *\(.*\)$/\1/
9530	    p
9531	}
9532    }'
9533aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9534# Check for a 64-bit object if we didn't find anything.
9535if test -z "$aix_libpath"; then
9536  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9537fi
9538fi
9539rm -f core conftest.err conftest.$ac_objext \
9540    conftest$ac_exeext conftest.$ac_ext
9541if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9542
9543        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9544        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9545      else
9546	if test "$host_cpu" = ia64; then
9547	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9548	  allow_undefined_flag="-z nodefs"
9549	  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"
9550	else
9551	 # Determine the default libpath from the value encoded in an
9552	 # empty executable.
9553	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9554/* end confdefs.h.  */
9555
9556int
9557main ()
9558{
9559
9560  ;
9561  return 0;
9562}
9563_ACEOF
9564if ac_fn_c_try_link "$LINENO"; then :
9565
9566lt_aix_libpath_sed='
9567    /Import File Strings/,/^$/ {
9568	/^0/ {
9569	    s/^0  *\(.*\)$/\1/
9570	    p
9571	}
9572    }'
9573aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9574# Check for a 64-bit object if we didn't find anything.
9575if test -z "$aix_libpath"; then
9576  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9577fi
9578fi
9579rm -f core conftest.err conftest.$ac_objext \
9580    conftest$ac_exeext conftest.$ac_ext
9581if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9582
9583	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9584	  # Warning - without using the other run time loading flags,
9585	  # -berok will link without error, but may produce a broken library.
9586	  no_undefined_flag=' ${wl}-bernotok'
9587	  allow_undefined_flag=' ${wl}-berok'
9588	  if test "$with_gnu_ld" = yes; then
9589	    # We only use this code for GNU lds that support --whole-archive.
9590	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9591	  else
9592	    # Exported symbols can be pulled into shared objects from archives
9593	    whole_archive_flag_spec='$convenience'
9594	  fi
9595	  archive_cmds_need_lc=yes
9596	  # This is similar to how AIX traditionally builds its shared libraries.
9597	  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'
9598	fi
9599      fi
9600      ;;
9601
9602    amigaos*)
9603      case $host_cpu in
9604      powerpc)
9605            # see comment about AmigaOS4 .so support
9606            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9607            archive_expsym_cmds=''
9608        ;;
9609      m68k)
9610            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)'
9611            hardcode_libdir_flag_spec='-L$libdir'
9612            hardcode_minus_L=yes
9613        ;;
9614      esac
9615      ;;
9616
9617    bsdi[45]*)
9618      export_dynamic_flag_spec=-rdynamic
9619      ;;
9620
9621    cygwin* | mingw* | pw32* | cegcc*)
9622      # When not using gcc, we currently assume that we are using
9623      # Microsoft Visual C++.
9624      # hardcode_libdir_flag_spec is actually meaningless, as there is
9625      # no search path for DLLs.
9626      hardcode_libdir_flag_spec=' '
9627      allow_undefined_flag=unsupported
9628      # Tell ltmain to make .lib files, not .a files.
9629      libext=lib
9630      # Tell ltmain to make .dll files, not .so files.
9631      shrext_cmds=".dll"
9632      # FIXME: Setting linknames here is a bad hack.
9633      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9634      # The linker will automatically build a .lib file if we build a DLL.
9635      old_archive_from_new_cmds='true'
9636      # FIXME: Should let the user specify the lib program.
9637      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9638      fix_srcfile_path='`cygpath -w "$srcfile"`'
9639      enable_shared_with_static_runtimes=yes
9640      ;;
9641
9642    darwin* | rhapsody*)
9643
9644
9645  archive_cmds_need_lc=no
9646  hardcode_direct=no
9647  hardcode_automatic=yes
9648  hardcode_shlibpath_var=unsupported
9649  if test "$lt_cv_ld_force_load" = "yes"; then
9650    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9651  else
9652    whole_archive_flag_spec=''
9653  fi
9654  link_all_deplibs=yes
9655  allow_undefined_flag="$_lt_dar_allow_undefined"
9656  case $cc_basename in
9657     ifort*) _lt_dar_can_shared=yes ;;
9658     *) _lt_dar_can_shared=$GCC ;;
9659  esac
9660  if test "$_lt_dar_can_shared" = "yes"; then
9661    output_verbose_link_cmd=func_echo_all
9662    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9663    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9664    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}"
9665    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}"
9666
9667  else
9668  ld_shlibs=no
9669  fi
9670
9671      ;;
9672
9673    dgux*)
9674      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9675      hardcode_libdir_flag_spec='-L$libdir'
9676      hardcode_shlibpath_var=no
9677      ;;
9678
9679    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9680    # support.  Future versions do this automatically, but an explicit c++rt0.o
9681    # does not break anything, and helps significantly (at the cost of a little
9682    # extra space).
9683    freebsd2.2*)
9684      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9685      hardcode_libdir_flag_spec='-R$libdir'
9686      hardcode_direct=yes
9687      hardcode_shlibpath_var=no
9688      ;;
9689
9690    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9691    freebsd2.*)
9692      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9693      hardcode_direct=yes
9694      hardcode_minus_L=yes
9695      hardcode_shlibpath_var=no
9696      ;;
9697
9698    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9699    freebsd* | dragonfly*)
9700      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9701      hardcode_libdir_flag_spec='-R$libdir'
9702      hardcode_direct=yes
9703      hardcode_shlibpath_var=no
9704      ;;
9705
9706    hpux9*)
9707      if test "$GCC" = yes; then
9708	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'
9709      else
9710	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'
9711      fi
9712      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9713      hardcode_libdir_separator=:
9714      hardcode_direct=yes
9715
9716      # hardcode_minus_L: Not really in the search PATH,
9717      # but as the default location of the library.
9718      hardcode_minus_L=yes
9719      export_dynamic_flag_spec='${wl}-E'
9720      ;;
9721
9722    hpux10*)
9723      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9724	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9725      else
9726	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9727      fi
9728      if test "$with_gnu_ld" = no; then
9729	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9730	hardcode_libdir_flag_spec_ld='+b $libdir'
9731	hardcode_libdir_separator=:
9732	hardcode_direct=yes
9733	hardcode_direct_absolute=yes
9734	export_dynamic_flag_spec='${wl}-E'
9735	# hardcode_minus_L: Not really in the search PATH,
9736	# but as the default location of the library.
9737	hardcode_minus_L=yes
9738      fi
9739      ;;
9740
9741    hpux11*)
9742      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9743	case $host_cpu in
9744	hppa*64*)
9745	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9746	  ;;
9747	ia64*)
9748	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9749	  ;;
9750	*)
9751	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9752	  ;;
9753	esac
9754      else
9755	case $host_cpu in
9756	hppa*64*)
9757	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9758	  ;;
9759	ia64*)
9760	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9761	  ;;
9762	*)
9763
9764	  # Older versions of the 11.00 compiler do not understand -b yet
9765	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9766	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9767$as_echo_n "checking if $CC understands -b... " >&6; }
9768if ${lt_cv_prog_compiler__b+:} false; then :
9769  $as_echo_n "(cached) " >&6
9770else
9771  lt_cv_prog_compiler__b=no
9772   save_LDFLAGS="$LDFLAGS"
9773   LDFLAGS="$LDFLAGS -b"
9774   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9775   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9776     # The linker can only warn and ignore the option if not recognized
9777     # So say no if there are warnings
9778     if test -s conftest.err; then
9779       # Append any errors to the config.log.
9780       cat conftest.err 1>&5
9781       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9782       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9783       if diff conftest.exp conftest.er2 >/dev/null; then
9784         lt_cv_prog_compiler__b=yes
9785       fi
9786     else
9787       lt_cv_prog_compiler__b=yes
9788     fi
9789   fi
9790   $RM -r conftest*
9791   LDFLAGS="$save_LDFLAGS"
9792
9793fi
9794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9795$as_echo "$lt_cv_prog_compiler__b" >&6; }
9796
9797if test x"$lt_cv_prog_compiler__b" = xyes; then
9798    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9799else
9800    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9801fi
9802
9803	  ;;
9804	esac
9805      fi
9806      if test "$with_gnu_ld" = no; then
9807	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9808	hardcode_libdir_separator=:
9809
9810	case $host_cpu in
9811	hppa*64*|ia64*)
9812	  hardcode_direct=no
9813	  hardcode_shlibpath_var=no
9814	  ;;
9815	*)
9816	  hardcode_direct=yes
9817	  hardcode_direct_absolute=yes
9818	  export_dynamic_flag_spec='${wl}-E'
9819
9820	  # hardcode_minus_L: Not really in the search PATH,
9821	  # but as the default location of the library.
9822	  hardcode_minus_L=yes
9823	  ;;
9824	esac
9825      fi
9826      ;;
9827
9828    irix5* | irix6* | nonstopux*)
9829      if test "$GCC" = yes; then
9830	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9831	# Try to use the -exported_symbol ld option, if it does not
9832	# work, assume that -exports_file does not work either and
9833	# implicitly export all symbols.
9834        save_LDFLAGS="$LDFLAGS"
9835        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9836        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9837/* end confdefs.h.  */
9838int foo(void) {}
9839_ACEOF
9840if ac_fn_c_try_link "$LINENO"; then :
9841  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9842
9843fi
9844rm -f core conftest.err conftest.$ac_objext \
9845    conftest$ac_exeext conftest.$ac_ext
9846        LDFLAGS="$save_LDFLAGS"
9847      else
9848	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9849	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9850      fi
9851      archive_cmds_need_lc='no'
9852      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9853      hardcode_libdir_separator=:
9854      inherit_rpath=yes
9855      link_all_deplibs=yes
9856      ;;
9857
9858    netbsd*)
9859      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9860	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9861      else
9862	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9863      fi
9864      hardcode_libdir_flag_spec='-R$libdir'
9865      hardcode_direct=yes
9866      hardcode_shlibpath_var=no
9867      ;;
9868
9869    newsos6)
9870      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9871      hardcode_direct=yes
9872      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9873      hardcode_libdir_separator=:
9874      hardcode_shlibpath_var=no
9875      ;;
9876
9877    *nto* | *qnx*)
9878      ;;
9879
9880    openbsd*)
9881      if test -f /usr/libexec/ld.so; then
9882	hardcode_direct=yes
9883	hardcode_shlibpath_var=no
9884	hardcode_direct_absolute=yes
9885	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9886	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9887	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9888	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9889	  export_dynamic_flag_spec='${wl}-E'
9890	else
9891	  case $host_os in
9892	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9893	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9894	     hardcode_libdir_flag_spec='-R$libdir'
9895	     ;;
9896	   *)
9897	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9898	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9899	     ;;
9900	  esac
9901	fi
9902      else
9903	ld_shlibs=no
9904      fi
9905      ;;
9906
9907    os2*)
9908      hardcode_libdir_flag_spec='-L$libdir'
9909      hardcode_minus_L=yes
9910      allow_undefined_flag=unsupported
9911      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'
9912      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9913      ;;
9914
9915    osf3*)
9916      if test "$GCC" = yes; then
9917	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9918	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9919      else
9920	allow_undefined_flag=' -expect_unresolved \*'
9921	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9922      fi
9923      archive_cmds_need_lc='no'
9924      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9925      hardcode_libdir_separator=:
9926      ;;
9927
9928    osf4* | osf5*)	# as osf3* with the addition of -msym flag
9929      if test "$GCC" = yes; then
9930	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9931	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9932	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9933      else
9934	allow_undefined_flag=' -expect_unresolved \*'
9935	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9936	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~
9937	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9938
9939	# Both c and cxx compiler support -rpath directly
9940	hardcode_libdir_flag_spec='-rpath $libdir'
9941      fi
9942      archive_cmds_need_lc='no'
9943      hardcode_libdir_separator=:
9944      ;;
9945
9946    solaris*)
9947      no_undefined_flag=' -z defs'
9948      if test "$GCC" = yes; then
9949	wlarc='${wl}'
9950	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9951	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9952	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9953      else
9954	case `$CC -V 2>&1` in
9955	*"Compilers 5.0"*)
9956	  wlarc=''
9957	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9958	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9959	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9960	  ;;
9961	*)
9962	  wlarc='${wl}'
9963	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9964	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9965	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9966	  ;;
9967	esac
9968      fi
9969      hardcode_libdir_flag_spec='-R$libdir'
9970      hardcode_shlibpath_var=no
9971      case $host_os in
9972      solaris2.[0-5] | solaris2.[0-5].*) ;;
9973      *)
9974	# The compiler driver will combine and reorder linker options,
9975	# but understands `-z linker_flag'.  GCC discards it without `$wl',
9976	# but is careful enough not to reorder.
9977	# Supported since Solaris 2.6 (maybe 2.5.1?)
9978	if test "$GCC" = yes; then
9979	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9980	else
9981	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9982	fi
9983	;;
9984      esac
9985      link_all_deplibs=yes
9986      ;;
9987
9988    sunos4*)
9989      if test "x$host_vendor" = xsequent; then
9990	# Use $CC to link under sequent, because it throws in some extra .o
9991	# files that make .init and .fini sections work.
9992	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9993      else
9994	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9995      fi
9996      hardcode_libdir_flag_spec='-L$libdir'
9997      hardcode_direct=yes
9998      hardcode_minus_L=yes
9999      hardcode_shlibpath_var=no
10000      ;;
10001
10002    sysv4)
10003      case $host_vendor in
10004	sni)
10005	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10006	  hardcode_direct=yes # is this really true???
10007	;;
10008	siemens)
10009	  ## LD is ld it makes a PLAMLIB
10010	  ## CC just makes a GrossModule.
10011	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10012	  reload_cmds='$CC -r -o $output$reload_objs'
10013	  hardcode_direct=no
10014        ;;
10015	motorola)
10016	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10017	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10018	;;
10019      esac
10020      runpath_var='LD_RUN_PATH'
10021      hardcode_shlibpath_var=no
10022      ;;
10023
10024    sysv4.3*)
10025      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10026      hardcode_shlibpath_var=no
10027      export_dynamic_flag_spec='-Bexport'
10028      ;;
10029
10030    sysv4*MP*)
10031      if test -d /usr/nec; then
10032	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10033	hardcode_shlibpath_var=no
10034	runpath_var=LD_RUN_PATH
10035	hardcode_runpath_var=yes
10036	ld_shlibs=yes
10037      fi
10038      ;;
10039
10040    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10041      no_undefined_flag='${wl}-z,text'
10042      archive_cmds_need_lc=no
10043      hardcode_shlibpath_var=no
10044      runpath_var='LD_RUN_PATH'
10045
10046      if test "$GCC" = yes; then
10047	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10048	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10049      else
10050	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10051	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10052      fi
10053      ;;
10054
10055    sysv5* | sco3.2v5* | sco5v6*)
10056      # Note: We can NOT use -z defs as we might desire, because we do not
10057      # link with -lc, and that would cause any symbols used from libc to
10058      # always be unresolved, which means just about no library would
10059      # ever link correctly.  If we're not using GNU ld we use -z text
10060      # though, which does catch some bad symbols but isn't as heavy-handed
10061      # as -z defs.
10062      no_undefined_flag='${wl}-z,text'
10063      allow_undefined_flag='${wl}-z,nodefs'
10064      archive_cmds_need_lc=no
10065      hardcode_shlibpath_var=no
10066      hardcode_libdir_flag_spec='${wl}-R,$libdir'
10067      hardcode_libdir_separator=':'
10068      link_all_deplibs=yes
10069      export_dynamic_flag_spec='${wl}-Bexport'
10070      runpath_var='LD_RUN_PATH'
10071
10072      if test "$GCC" = yes; then
10073	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10074	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10075      else
10076	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10077	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10078      fi
10079      ;;
10080
10081    uts4*)
10082      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10083      hardcode_libdir_flag_spec='-L$libdir'
10084      hardcode_shlibpath_var=no
10085      ;;
10086
10087    *)
10088      ld_shlibs=no
10089      ;;
10090    esac
10091
10092    if test x$host_vendor = xsni; then
10093      case $host in
10094      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10095	export_dynamic_flag_spec='${wl}-Blargedynsym'
10096	;;
10097      esac
10098    fi
10099  fi
10100
10101{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10102$as_echo "$ld_shlibs" >&6; }
10103test "$ld_shlibs" = no && can_build_shared=no
10104
10105with_gnu_ld=$with_gnu_ld
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121#
10122# Do we need to explicitly link libc?
10123#
10124case "x$archive_cmds_need_lc" in
10125x|xyes)
10126  # Assume -lc should be added
10127  archive_cmds_need_lc=yes
10128
10129  if test "$enable_shared" = yes && test "$GCC" = yes; then
10130    case $archive_cmds in
10131    *'~'*)
10132      # FIXME: we may have to deal with multi-command sequences.
10133      ;;
10134    '$CC '*)
10135      # Test whether the compiler implicitly links with -lc since on some
10136      # systems, -lgcc has to come before -lc. If gcc already passes -lc
10137      # to ld, don't add -lc before -lgcc.
10138      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10139$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10140if ${lt_cv_archive_cmds_need_lc+:} false; then :
10141  $as_echo_n "(cached) " >&6
10142else
10143  $RM conftest*
10144	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10145
10146	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10147  (eval $ac_compile) 2>&5
10148  ac_status=$?
10149  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10150  test $ac_status = 0; } 2>conftest.err; then
10151	  soname=conftest
10152	  lib=conftest
10153	  libobjs=conftest.$ac_objext
10154	  deplibs=
10155	  wl=$lt_prog_compiler_wl
10156	  pic_flag=$lt_prog_compiler_pic
10157	  compiler_flags=-v
10158	  linker_flags=-v
10159	  verstring=
10160	  output_objdir=.
10161	  libname=conftest
10162	  lt_save_allow_undefined_flag=$allow_undefined_flag
10163	  allow_undefined_flag=
10164	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10165  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10166  ac_status=$?
10167  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10168  test $ac_status = 0; }
10169	  then
10170	    lt_cv_archive_cmds_need_lc=no
10171	  else
10172	    lt_cv_archive_cmds_need_lc=yes
10173	  fi
10174	  allow_undefined_flag=$lt_save_allow_undefined_flag
10175	else
10176	  cat conftest.err 1>&5
10177	fi
10178	$RM conftest*
10179
10180fi
10181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10182$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10183      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10184      ;;
10185    esac
10186  fi
10187  ;;
10188esac
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10347$as_echo_n "checking dynamic linker characteristics... " >&6; }
10348
10349if test "$GCC" = yes; then
10350  case $host_os in
10351    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10352    *) lt_awk_arg="/^libraries:/" ;;
10353  esac
10354  case $host_os in
10355    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10356    *) lt_sed_strip_eq="s,=/,/,g" ;;
10357  esac
10358  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10359  case $lt_search_path_spec in
10360  *\;*)
10361    # if the path contains ";" then we assume it to be the separator
10362    # otherwise default to the standard path separator (i.e. ":") - it is
10363    # assumed that no part of a normal pathname contains ";" but that should
10364    # okay in the real world where ";" in dirpaths is itself problematic.
10365    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10366    ;;
10367  *)
10368    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10369    ;;
10370  esac
10371  # Ok, now we have the path, separated by spaces, we can step through it
10372  # and add multilib dir if necessary.
10373  lt_tmp_lt_search_path_spec=
10374  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10375  for lt_sys_path in $lt_search_path_spec; do
10376    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10377      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10378    else
10379      test -d "$lt_sys_path" && \
10380	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10381    fi
10382  done
10383  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10384BEGIN {RS=" "; FS="/|\n";} {
10385  lt_foo="";
10386  lt_count=0;
10387  for (lt_i = NF; lt_i > 0; lt_i--) {
10388    if ($lt_i != "" && $lt_i != ".") {
10389      if ($lt_i == "..") {
10390        lt_count++;
10391      } else {
10392        if (lt_count == 0) {
10393          lt_foo="/" $lt_i lt_foo;
10394        } else {
10395          lt_count--;
10396        }
10397      }
10398    }
10399  }
10400  if (lt_foo != "") { lt_freq[lt_foo]++; }
10401  if (lt_freq[lt_foo] == 1) { print lt_foo; }
10402}'`
10403  # AWK program above erroneously prepends '/' to C:/dos/paths
10404  # for these hosts.
10405  case $host_os in
10406    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10407      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10408  esac
10409  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10410else
10411  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10412fi
10413library_names_spec=
10414libname_spec='lib$name'
10415soname_spec=
10416shrext_cmds=".so"
10417postinstall_cmds=
10418postuninstall_cmds=
10419finish_cmds=
10420finish_eval=
10421shlibpath_var=
10422shlibpath_overrides_runpath=unknown
10423version_type=none
10424dynamic_linker="$host_os ld.so"
10425sys_lib_dlsearch_path_spec="/lib /usr/lib"
10426need_lib_prefix=unknown
10427hardcode_into_libs=no
10428
10429# when you set need_version to no, make sure it does not cause -set_version
10430# flags to be left without arguments
10431need_version=unknown
10432
10433case $host_os in
10434aix3*)
10435  version_type=linux
10436  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10437  shlibpath_var=LIBPATH
10438
10439  # AIX 3 has no versioning support, so we append a major version to the name.
10440  soname_spec='${libname}${release}${shared_ext}$major'
10441  ;;
10442
10443aix[4-9]*)
10444  version_type=linux
10445  need_lib_prefix=no
10446  need_version=no
10447  hardcode_into_libs=yes
10448  if test "$host_cpu" = ia64; then
10449    # AIX 5 supports IA64
10450    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10451    shlibpath_var=LD_LIBRARY_PATH
10452  else
10453    # With GCC up to 2.95.x, collect2 would create an import file
10454    # for dependence libraries.  The import file would start with
10455    # the line `#! .'.  This would cause the generated library to
10456    # depend on `.', always an invalid library.  This was fixed in
10457    # development snapshots of GCC prior to 3.0.
10458    case $host_os in
10459      aix4 | aix4.[01] | aix4.[01].*)
10460      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10461	   echo ' yes '
10462	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10463	:
10464      else
10465	can_build_shared=no
10466      fi
10467      ;;
10468    esac
10469    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10470    # soname into executable. Probably we can add versioning support to
10471    # collect2, so additional links can be useful in future.
10472    if test "$aix_use_runtimelinking" = yes; then
10473      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10474      # instead of lib<name>.a to let people know that these are not
10475      # typical AIX shared libraries.
10476      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10477    else
10478      # We preserve .a as extension for shared libraries through AIX4.2
10479      # and later when we are not doing run time linking.
10480      library_names_spec='${libname}${release}.a $libname.a'
10481      soname_spec='${libname}${release}${shared_ext}$major'
10482    fi
10483    shlibpath_var=LIBPATH
10484  fi
10485  ;;
10486
10487amigaos*)
10488  case $host_cpu in
10489  powerpc)
10490    # Since July 2007 AmigaOS4 officially supports .so libraries.
10491    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10492    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10493    ;;
10494  m68k)
10495    library_names_spec='$libname.ixlibrary $libname.a'
10496    # Create ${libname}_ixlibrary.a entries in /sys/libs.
10497    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10498    ;;
10499  esac
10500  ;;
10501
10502beos*)
10503  library_names_spec='${libname}${shared_ext}'
10504  dynamic_linker="$host_os ld.so"
10505  shlibpath_var=LIBRARY_PATH
10506  ;;
10507
10508bsdi[45]*)
10509  version_type=linux
10510  need_version=no
10511  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10512  soname_spec='${libname}${release}${shared_ext}$major'
10513  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10514  shlibpath_var=LD_LIBRARY_PATH
10515  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10516  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10517  # the default ld.so.conf also contains /usr/contrib/lib and
10518  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10519  # libtool to hard-code these into programs
10520  ;;
10521
10522cygwin* | mingw* | pw32* | cegcc*)
10523  version_type=windows
10524  shrext_cmds=".dll"
10525  need_version=no
10526  need_lib_prefix=no
10527
10528  case $GCC,$host_os in
10529  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10530    library_names_spec='$libname.dll.a'
10531    # DLL is installed to $(libdir)/../bin by postinstall_cmds
10532    postinstall_cmds='base_file=`basename \${file}`~
10533      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10534      dldir=$destdir/`dirname \$dlpath`~
10535      test -d \$dldir || mkdir -p \$dldir~
10536      $install_prog $dir/$dlname \$dldir/$dlname~
10537      chmod a+x \$dldir/$dlname~
10538      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10539        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10540      fi'
10541    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10542      dlpath=$dir/\$dldll~
10543       $RM \$dlpath'
10544    shlibpath_overrides_runpath=yes
10545
10546    case $host_os in
10547    cygwin*)
10548      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10549      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10550
10551      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10552      ;;
10553    mingw* | cegcc*)
10554      # MinGW DLLs use traditional 'lib' prefix
10555      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10556      ;;
10557    pw32*)
10558      # pw32 DLLs use 'pw' prefix rather than 'lib'
10559      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10560      ;;
10561    esac
10562    ;;
10563
10564  *)
10565    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10566    ;;
10567  esac
10568  dynamic_linker='Win32 ld.exe'
10569  # FIXME: first we should search . and the directory the executable is in
10570  shlibpath_var=PATH
10571  ;;
10572
10573darwin* | rhapsody*)
10574  dynamic_linker="$host_os dyld"
10575  version_type=darwin
10576  need_lib_prefix=no
10577  need_version=no
10578  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10579  soname_spec='${libname}${release}${major}$shared_ext'
10580  shlibpath_overrides_runpath=yes
10581  shlibpath_var=DYLD_LIBRARY_PATH
10582  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10583
10584  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10585  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10586  ;;
10587
10588dgux*)
10589  version_type=linux
10590  need_lib_prefix=no
10591  need_version=no
10592  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10593  soname_spec='${libname}${release}${shared_ext}$major'
10594  shlibpath_var=LD_LIBRARY_PATH
10595  ;;
10596
10597freebsd* | dragonfly*)
10598  # DragonFly does not have aout.  When/if they implement a new
10599  # versioning mechanism, adjust this.
10600  if test -x /usr/bin/objformat; then
10601    objformat=`/usr/bin/objformat`
10602  else
10603    case $host_os in
10604    freebsd[23].*) objformat=aout ;;
10605    *) objformat=elf ;;
10606    esac
10607  fi
10608  version_type=freebsd-$objformat
10609  case $version_type in
10610    freebsd-elf*)
10611      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10612      need_version=no
10613      need_lib_prefix=no
10614      ;;
10615    freebsd-*)
10616      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10617      need_version=yes
10618      ;;
10619  esac
10620  shlibpath_var=LD_LIBRARY_PATH
10621  case $host_os in
10622  freebsd2.*)
10623    shlibpath_overrides_runpath=yes
10624    ;;
10625  freebsd3.[01]* | freebsdelf3.[01]*)
10626    shlibpath_overrides_runpath=yes
10627    hardcode_into_libs=yes
10628    ;;
10629  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10630  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10631    shlibpath_overrides_runpath=no
10632    hardcode_into_libs=yes
10633    ;;
10634  *) # from 4.6 on, and DragonFly
10635    shlibpath_overrides_runpath=yes
10636    hardcode_into_libs=yes
10637    ;;
10638  esac
10639  ;;
10640
10641haiku*)
10642  version_type=linux
10643  need_lib_prefix=no
10644  need_version=no
10645  dynamic_linker="$host_os runtime_loader"
10646  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10647  soname_spec='${libname}${release}${shared_ext}$major'
10648  shlibpath_var=LIBRARY_PATH
10649  shlibpath_overrides_runpath=yes
10650  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10651  hardcode_into_libs=yes
10652  ;;
10653
10654hpux9* | hpux10* | hpux11*)
10655  # Give a soname corresponding to the major version so that dld.sl refuses to
10656  # link against other versions.
10657  version_type=sunos
10658  need_lib_prefix=no
10659  need_version=no
10660  case $host_cpu in
10661  ia64*)
10662    shrext_cmds='.so'
10663    hardcode_into_libs=yes
10664    dynamic_linker="$host_os dld.so"
10665    shlibpath_var=LD_LIBRARY_PATH
10666    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10667    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10668    soname_spec='${libname}${release}${shared_ext}$major'
10669    if test "X$HPUX_IA64_MODE" = X32; then
10670      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10671    else
10672      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10673    fi
10674    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10675    ;;
10676  hppa*64*)
10677    shrext_cmds='.sl'
10678    hardcode_into_libs=yes
10679    dynamic_linker="$host_os dld.sl"
10680    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10681    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10682    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10683    soname_spec='${libname}${release}${shared_ext}$major'
10684    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10685    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10686    ;;
10687  *)
10688    shrext_cmds='.sl'
10689    dynamic_linker="$host_os dld.sl"
10690    shlibpath_var=SHLIB_PATH
10691    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10692    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10693    soname_spec='${libname}${release}${shared_ext}$major'
10694    ;;
10695  esac
10696  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10697  postinstall_cmds='chmod 555 $lib'
10698  # or fails outright, so override atomically:
10699  install_override_mode=555
10700  ;;
10701
10702interix[3-9]*)
10703  version_type=linux
10704  need_lib_prefix=no
10705  need_version=no
10706  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10707  soname_spec='${libname}${release}${shared_ext}$major'
10708  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10709  shlibpath_var=LD_LIBRARY_PATH
10710  shlibpath_overrides_runpath=no
10711  hardcode_into_libs=yes
10712  ;;
10713
10714irix5* | irix6* | nonstopux*)
10715  case $host_os in
10716    nonstopux*) version_type=nonstopux ;;
10717    *)
10718	if test "$lt_cv_prog_gnu_ld" = yes; then
10719		version_type=linux
10720	else
10721		version_type=irix
10722	fi ;;
10723  esac
10724  need_lib_prefix=no
10725  need_version=no
10726  soname_spec='${libname}${release}${shared_ext}$major'
10727  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10728  case $host_os in
10729  irix5* | nonstopux*)
10730    libsuff= shlibsuff=
10731    ;;
10732  *)
10733    case $LD in # libtool.m4 will add one of these switches to LD
10734    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10735      libsuff= shlibsuff= libmagic=32-bit;;
10736    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10737      libsuff=32 shlibsuff=N32 libmagic=N32;;
10738    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10739      libsuff=64 shlibsuff=64 libmagic=64-bit;;
10740    *) libsuff= shlibsuff= libmagic=never-match;;
10741    esac
10742    ;;
10743  esac
10744  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10745  shlibpath_overrides_runpath=no
10746  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10747  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10748  hardcode_into_libs=yes
10749  ;;
10750
10751# No shared lib support for Linux oldld, aout, or coff.
10752linux*oldld* | linux*aout* | linux*coff*)
10753  dynamic_linker=no
10754  ;;
10755
10756# This must be Linux ELF.
10757linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10758  version_type=linux
10759  need_lib_prefix=no
10760  need_version=no
10761  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10762  soname_spec='${libname}${release}${shared_ext}$major'
10763  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10764  shlibpath_var=LD_LIBRARY_PATH
10765  shlibpath_overrides_runpath=no
10766
10767  # Some binutils ld are patched to set DT_RUNPATH
10768  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10769  $as_echo_n "(cached) " >&6
10770else
10771  lt_cv_shlibpath_overrides_runpath=no
10772    save_LDFLAGS=$LDFLAGS
10773    save_libdir=$libdir
10774    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10775	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10776    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10777/* end confdefs.h.  */
10778
10779int
10780main ()
10781{
10782
10783  ;
10784  return 0;
10785}
10786_ACEOF
10787if ac_fn_c_try_link "$LINENO"; then :
10788  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10789  lt_cv_shlibpath_overrides_runpath=yes
10790fi
10791fi
10792rm -f core conftest.err conftest.$ac_objext \
10793    conftest$ac_exeext conftest.$ac_ext
10794    LDFLAGS=$save_LDFLAGS
10795    libdir=$save_libdir
10796
10797fi
10798
10799  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10800
10801  # This implies no fast_install, which is unacceptable.
10802  # Some rework will be needed to allow for fast_install
10803  # before this can be enabled.
10804  hardcode_into_libs=yes
10805
10806  # Append ld.so.conf contents to the search path
10807  if test -f /etc/ld.so.conf; then
10808    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10809    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10810  fi
10811
10812  # We used to test for /lib/ld.so.1 and disable shared libraries on
10813  # powerpc, because MkLinux only supported shared libraries with the
10814  # GNU dynamic linker.  Since this was broken with cross compilers,
10815  # most powerpc-linux boxes support dynamic linking these days and
10816  # people can always --disable-shared, the test was removed, and we
10817  # assume the GNU/Linux dynamic linker is in use.
10818  dynamic_linker='GNU/Linux ld.so'
10819  ;;
10820
10821netbsd*)
10822  version_type=sunos
10823  need_lib_prefix=no
10824  need_version=no
10825  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10826    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10827    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10828    dynamic_linker='NetBSD (a.out) ld.so'
10829  else
10830    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10831    soname_spec='${libname}${release}${shared_ext}$major'
10832    dynamic_linker='NetBSD ld.elf_so'
10833  fi
10834  shlibpath_var=LD_LIBRARY_PATH
10835  shlibpath_overrides_runpath=yes
10836  hardcode_into_libs=yes
10837  ;;
10838
10839newsos6)
10840  version_type=linux
10841  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10842  shlibpath_var=LD_LIBRARY_PATH
10843  shlibpath_overrides_runpath=yes
10844  ;;
10845
10846*nto* | *qnx*)
10847  version_type=qnx
10848  need_lib_prefix=no
10849  need_version=no
10850  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10851  soname_spec='${libname}${release}${shared_ext}$major'
10852  shlibpath_var=LD_LIBRARY_PATH
10853  shlibpath_overrides_runpath=no
10854  hardcode_into_libs=yes
10855  dynamic_linker='ldqnx.so'
10856  ;;
10857
10858openbsd*)
10859  version_type=sunos
10860  sys_lib_dlsearch_path_spec="/usr/lib"
10861  need_lib_prefix=no
10862  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10863  case $host_os in
10864    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
10865    *)				need_version=no  ;;
10866  esac
10867  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10868  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10869  shlibpath_var=LD_LIBRARY_PATH
10870  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10871    case $host_os in
10872      openbsd2.[89] | openbsd2.[89].*)
10873	shlibpath_overrides_runpath=no
10874	;;
10875      *)
10876	shlibpath_overrides_runpath=yes
10877	;;
10878      esac
10879  else
10880    shlibpath_overrides_runpath=yes
10881  fi
10882  ;;
10883
10884os2*)
10885  libname_spec='$name'
10886  shrext_cmds=".dll"
10887  need_lib_prefix=no
10888  library_names_spec='$libname${shared_ext} $libname.a'
10889  dynamic_linker='OS/2 ld.exe'
10890  shlibpath_var=LIBPATH
10891  ;;
10892
10893osf3* | osf4* | osf5*)
10894  version_type=osf
10895  need_lib_prefix=no
10896  need_version=no
10897  soname_spec='${libname}${release}${shared_ext}$major'
10898  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10899  shlibpath_var=LD_LIBRARY_PATH
10900  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10901  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10902  ;;
10903
10904rdos*)
10905  dynamic_linker=no
10906  ;;
10907
10908solaris*)
10909  version_type=linux
10910  need_lib_prefix=no
10911  need_version=no
10912  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10913  soname_spec='${libname}${release}${shared_ext}$major'
10914  shlibpath_var=LD_LIBRARY_PATH
10915  shlibpath_overrides_runpath=yes
10916  hardcode_into_libs=yes
10917  # ldd complains unless libraries are executable
10918  postinstall_cmds='chmod +x $lib'
10919  ;;
10920
10921sunos4*)
10922  version_type=sunos
10923  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10924  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10925  shlibpath_var=LD_LIBRARY_PATH
10926  shlibpath_overrides_runpath=yes
10927  if test "$with_gnu_ld" = yes; then
10928    need_lib_prefix=no
10929  fi
10930  need_version=yes
10931  ;;
10932
10933sysv4 | sysv4.3*)
10934  version_type=linux
10935  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10936  soname_spec='${libname}${release}${shared_ext}$major'
10937  shlibpath_var=LD_LIBRARY_PATH
10938  case $host_vendor in
10939    sni)
10940      shlibpath_overrides_runpath=no
10941      need_lib_prefix=no
10942      runpath_var=LD_RUN_PATH
10943      ;;
10944    siemens)
10945      need_lib_prefix=no
10946      ;;
10947    motorola)
10948      need_lib_prefix=no
10949      need_version=no
10950      shlibpath_overrides_runpath=no
10951      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10952      ;;
10953  esac
10954  ;;
10955
10956sysv4*MP*)
10957  if test -d /usr/nec ;then
10958    version_type=linux
10959    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10960    soname_spec='$libname${shared_ext}.$major'
10961    shlibpath_var=LD_LIBRARY_PATH
10962  fi
10963  ;;
10964
10965sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10966  version_type=freebsd-elf
10967  need_lib_prefix=no
10968  need_version=no
10969  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10970  soname_spec='${libname}${release}${shared_ext}$major'
10971  shlibpath_var=LD_LIBRARY_PATH
10972  shlibpath_overrides_runpath=yes
10973  hardcode_into_libs=yes
10974  if test "$with_gnu_ld" = yes; then
10975    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10976  else
10977    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10978    case $host_os in
10979      sco3.2v5*)
10980        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10981	;;
10982    esac
10983  fi
10984  sys_lib_dlsearch_path_spec='/usr/lib'
10985  ;;
10986
10987tpf*)
10988  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10989  version_type=linux
10990  need_lib_prefix=no
10991  need_version=no
10992  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10993  shlibpath_var=LD_LIBRARY_PATH
10994  shlibpath_overrides_runpath=no
10995  hardcode_into_libs=yes
10996  ;;
10997
10998uts4*)
10999  version_type=linux
11000  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11001  soname_spec='${libname}${release}${shared_ext}$major'
11002  shlibpath_var=LD_LIBRARY_PATH
11003  ;;
11004
11005*)
11006  dynamic_linker=no
11007  ;;
11008esac
11009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11010$as_echo "$dynamic_linker" >&6; }
11011test "$dynamic_linker" = no && can_build_shared=no
11012
11013variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11014if test "$GCC" = yes; then
11015  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11016fi
11017
11018if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11019  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11020fi
11021if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11022  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11023fi
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11117$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11118hardcode_action=
11119if test -n "$hardcode_libdir_flag_spec" ||
11120   test -n "$runpath_var" ||
11121   test "X$hardcode_automatic" = "Xyes" ; then
11122
11123  # We can hardcode non-existent directories.
11124  if test "$hardcode_direct" != no &&
11125     # If the only mechanism to avoid hardcoding is shlibpath_var, we
11126     # have to relink, otherwise we might link with an installed library
11127     # when we should be linking with a yet-to-be-installed one
11128     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11129     test "$hardcode_minus_L" != no; then
11130    # Linking always hardcodes the temporary library directory.
11131    hardcode_action=relink
11132  else
11133    # We can link without hardcoding, and we can hardcode nonexisting dirs.
11134    hardcode_action=immediate
11135  fi
11136else
11137  # We cannot hardcode anything, or else we can only hardcode existing
11138  # directories.
11139  hardcode_action=unsupported
11140fi
11141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11142$as_echo "$hardcode_action" >&6; }
11143
11144if test "$hardcode_action" = relink ||
11145   test "$inherit_rpath" = yes; then
11146  # Fast installation is not supported
11147  enable_fast_install=no
11148elif test "$shlibpath_overrides_runpath" = yes ||
11149     test "$enable_shared" = no; then
11150  # Fast installation is not necessary
11151  enable_fast_install=needless
11152fi
11153
11154
11155
11156
11157
11158
11159  if test "x$enable_dlopen" != xyes; then
11160  enable_dlopen=unknown
11161  enable_dlopen_self=unknown
11162  enable_dlopen_self_static=unknown
11163else
11164  lt_cv_dlopen=no
11165  lt_cv_dlopen_libs=
11166
11167  case $host_os in
11168  beos*)
11169    lt_cv_dlopen="load_add_on"
11170    lt_cv_dlopen_libs=
11171    lt_cv_dlopen_self=yes
11172    ;;
11173
11174  mingw* | pw32* | cegcc*)
11175    lt_cv_dlopen="LoadLibrary"
11176    lt_cv_dlopen_libs=
11177    ;;
11178
11179  cygwin*)
11180    lt_cv_dlopen="dlopen"
11181    lt_cv_dlopen_libs=
11182    ;;
11183
11184  darwin*)
11185  # if libdl is installed we need to link against it
11186    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11187$as_echo_n "checking for dlopen in -ldl... " >&6; }
11188if ${ac_cv_lib_dl_dlopen+:} false; then :
11189  $as_echo_n "(cached) " >&6
11190else
11191  ac_check_lib_save_LIBS=$LIBS
11192LIBS="-ldl  $LIBS"
11193cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11194/* end confdefs.h.  */
11195
11196/* Override any GCC internal prototype to avoid an error.
11197   Use char because int might match the return type of a GCC
11198   builtin and then its argument prototype would still apply.  */
11199#ifdef __cplusplus
11200extern "C"
11201#endif
11202char dlopen ();
11203int
11204main ()
11205{
11206return dlopen ();
11207  ;
11208  return 0;
11209}
11210_ACEOF
11211if ac_fn_c_try_link "$LINENO"; then :
11212  ac_cv_lib_dl_dlopen=yes
11213else
11214  ac_cv_lib_dl_dlopen=no
11215fi
11216rm -f core conftest.err conftest.$ac_objext \
11217    conftest$ac_exeext conftest.$ac_ext
11218LIBS=$ac_check_lib_save_LIBS
11219fi
11220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11221$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11222if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11223  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11224else
11225
11226    lt_cv_dlopen="dyld"
11227    lt_cv_dlopen_libs=
11228    lt_cv_dlopen_self=yes
11229
11230fi
11231
11232    ;;
11233
11234  *)
11235    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11236if test "x$ac_cv_func_shl_load" = xyes; then :
11237  lt_cv_dlopen="shl_load"
11238else
11239  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11240$as_echo_n "checking for shl_load in -ldld... " >&6; }
11241if ${ac_cv_lib_dld_shl_load+:} false; then :
11242  $as_echo_n "(cached) " >&6
11243else
11244  ac_check_lib_save_LIBS=$LIBS
11245LIBS="-ldld  $LIBS"
11246cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11247/* end confdefs.h.  */
11248
11249/* Override any GCC internal prototype to avoid an error.
11250   Use char because int might match the return type of a GCC
11251   builtin and then its argument prototype would still apply.  */
11252#ifdef __cplusplus
11253extern "C"
11254#endif
11255char shl_load ();
11256int
11257main ()
11258{
11259return shl_load ();
11260  ;
11261  return 0;
11262}
11263_ACEOF
11264if ac_fn_c_try_link "$LINENO"; then :
11265  ac_cv_lib_dld_shl_load=yes
11266else
11267  ac_cv_lib_dld_shl_load=no
11268fi
11269rm -f core conftest.err conftest.$ac_objext \
11270    conftest$ac_exeext conftest.$ac_ext
11271LIBS=$ac_check_lib_save_LIBS
11272fi
11273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11274$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11275if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11276  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11277else
11278  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11279if test "x$ac_cv_func_dlopen" = xyes; then :
11280  lt_cv_dlopen="dlopen"
11281else
11282  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11283$as_echo_n "checking for dlopen in -ldl... " >&6; }
11284if ${ac_cv_lib_dl_dlopen+:} false; then :
11285  $as_echo_n "(cached) " >&6
11286else
11287  ac_check_lib_save_LIBS=$LIBS
11288LIBS="-ldl  $LIBS"
11289cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11290/* end confdefs.h.  */
11291
11292/* Override any GCC internal prototype to avoid an error.
11293   Use char because int might match the return type of a GCC
11294   builtin and then its argument prototype would still apply.  */
11295#ifdef __cplusplus
11296extern "C"
11297#endif
11298char dlopen ();
11299int
11300main ()
11301{
11302return dlopen ();
11303  ;
11304  return 0;
11305}
11306_ACEOF
11307if ac_fn_c_try_link "$LINENO"; then :
11308  ac_cv_lib_dl_dlopen=yes
11309else
11310  ac_cv_lib_dl_dlopen=no
11311fi
11312rm -f core conftest.err conftest.$ac_objext \
11313    conftest$ac_exeext conftest.$ac_ext
11314LIBS=$ac_check_lib_save_LIBS
11315fi
11316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11317$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11318if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11319  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11320else
11321  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11322$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11323if ${ac_cv_lib_svld_dlopen+:} false; then :
11324  $as_echo_n "(cached) " >&6
11325else
11326  ac_check_lib_save_LIBS=$LIBS
11327LIBS="-lsvld  $LIBS"
11328cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11329/* end confdefs.h.  */
11330
11331/* Override any GCC internal prototype to avoid an error.
11332   Use char because int might match the return type of a GCC
11333   builtin and then its argument prototype would still apply.  */
11334#ifdef __cplusplus
11335extern "C"
11336#endif
11337char dlopen ();
11338int
11339main ()
11340{
11341return dlopen ();
11342  ;
11343  return 0;
11344}
11345_ACEOF
11346if ac_fn_c_try_link "$LINENO"; then :
11347  ac_cv_lib_svld_dlopen=yes
11348else
11349  ac_cv_lib_svld_dlopen=no
11350fi
11351rm -f core conftest.err conftest.$ac_objext \
11352    conftest$ac_exeext conftest.$ac_ext
11353LIBS=$ac_check_lib_save_LIBS
11354fi
11355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11356$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11357if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11358  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11359else
11360  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11361$as_echo_n "checking for dld_link in -ldld... " >&6; }
11362if ${ac_cv_lib_dld_dld_link+:} false; then :
11363  $as_echo_n "(cached) " >&6
11364else
11365  ac_check_lib_save_LIBS=$LIBS
11366LIBS="-ldld  $LIBS"
11367cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11368/* end confdefs.h.  */
11369
11370/* Override any GCC internal prototype to avoid an error.
11371   Use char because int might match the return type of a GCC
11372   builtin and then its argument prototype would still apply.  */
11373#ifdef __cplusplus
11374extern "C"
11375#endif
11376char dld_link ();
11377int
11378main ()
11379{
11380return dld_link ();
11381  ;
11382  return 0;
11383}
11384_ACEOF
11385if ac_fn_c_try_link "$LINENO"; then :
11386  ac_cv_lib_dld_dld_link=yes
11387else
11388  ac_cv_lib_dld_dld_link=no
11389fi
11390rm -f core conftest.err conftest.$ac_objext \
11391    conftest$ac_exeext conftest.$ac_ext
11392LIBS=$ac_check_lib_save_LIBS
11393fi
11394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11395$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11396if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11397  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11398fi
11399
11400
11401fi
11402
11403
11404fi
11405
11406
11407fi
11408
11409
11410fi
11411
11412
11413fi
11414
11415    ;;
11416  esac
11417
11418  if test "x$lt_cv_dlopen" != xno; then
11419    enable_dlopen=yes
11420  else
11421    enable_dlopen=no
11422  fi
11423
11424  case $lt_cv_dlopen in
11425  dlopen)
11426    save_CPPFLAGS="$CPPFLAGS"
11427    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11428
11429    save_LDFLAGS="$LDFLAGS"
11430    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11431
11432    save_LIBS="$LIBS"
11433    LIBS="$lt_cv_dlopen_libs $LIBS"
11434
11435    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11436$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11437if ${lt_cv_dlopen_self+:} false; then :
11438  $as_echo_n "(cached) " >&6
11439else
11440  	  if test "$cross_compiling" = yes; then :
11441  lt_cv_dlopen_self=cross
11442else
11443  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11444  lt_status=$lt_dlunknown
11445  cat > conftest.$ac_ext <<_LT_EOF
11446#line 11446 "configure"
11447#include "confdefs.h"
11448
11449#if HAVE_DLFCN_H
11450#include <dlfcn.h>
11451#endif
11452
11453#include <stdio.h>
11454
11455#ifdef RTLD_GLOBAL
11456#  define LT_DLGLOBAL		RTLD_GLOBAL
11457#else
11458#  ifdef DL_GLOBAL
11459#    define LT_DLGLOBAL		DL_GLOBAL
11460#  else
11461#    define LT_DLGLOBAL		0
11462#  endif
11463#endif
11464
11465/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11466   find out it does not work in some platform. */
11467#ifndef LT_DLLAZY_OR_NOW
11468#  ifdef RTLD_LAZY
11469#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
11470#  else
11471#    ifdef DL_LAZY
11472#      define LT_DLLAZY_OR_NOW		DL_LAZY
11473#    else
11474#      ifdef RTLD_NOW
11475#        define LT_DLLAZY_OR_NOW	RTLD_NOW
11476#      else
11477#        ifdef DL_NOW
11478#          define LT_DLLAZY_OR_NOW	DL_NOW
11479#        else
11480#          define LT_DLLAZY_OR_NOW	0
11481#        endif
11482#      endif
11483#    endif
11484#  endif
11485#endif
11486
11487/* When -fvisbility=hidden is used, assume the code has been annotated
11488   correspondingly for the symbols needed.  */
11489#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11490void fnord () __attribute__((visibility("default")));
11491#endif
11492
11493void fnord () { int i=42; }
11494int main ()
11495{
11496  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11497  int status = $lt_dlunknown;
11498
11499  if (self)
11500    {
11501      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11502      else
11503        {
11504	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11505          else puts (dlerror ());
11506	}
11507      /* dlclose (self); */
11508    }
11509  else
11510    puts (dlerror ());
11511
11512  return status;
11513}
11514_LT_EOF
11515  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11516  (eval $ac_link) 2>&5
11517  ac_status=$?
11518  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11519  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11520    (./conftest; exit; ) >&5 2>/dev/null
11521    lt_status=$?
11522    case x$lt_status in
11523      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11524      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11525      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11526    esac
11527  else :
11528    # compilation failed
11529    lt_cv_dlopen_self=no
11530  fi
11531fi
11532rm -fr conftest*
11533
11534
11535fi
11536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11537$as_echo "$lt_cv_dlopen_self" >&6; }
11538
11539    if test "x$lt_cv_dlopen_self" = xyes; then
11540      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11541      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11542$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11543if ${lt_cv_dlopen_self_static+:} false; then :
11544  $as_echo_n "(cached) " >&6
11545else
11546  	  if test "$cross_compiling" = yes; then :
11547  lt_cv_dlopen_self_static=cross
11548else
11549  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11550  lt_status=$lt_dlunknown
11551  cat > conftest.$ac_ext <<_LT_EOF
11552#line 11552 "configure"
11553#include "confdefs.h"
11554
11555#if HAVE_DLFCN_H
11556#include <dlfcn.h>
11557#endif
11558
11559#include <stdio.h>
11560
11561#ifdef RTLD_GLOBAL
11562#  define LT_DLGLOBAL		RTLD_GLOBAL
11563#else
11564#  ifdef DL_GLOBAL
11565#    define LT_DLGLOBAL		DL_GLOBAL
11566#  else
11567#    define LT_DLGLOBAL		0
11568#  endif
11569#endif
11570
11571/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11572   find out it does not work in some platform. */
11573#ifndef LT_DLLAZY_OR_NOW
11574#  ifdef RTLD_LAZY
11575#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
11576#  else
11577#    ifdef DL_LAZY
11578#      define LT_DLLAZY_OR_NOW		DL_LAZY
11579#    else
11580#      ifdef RTLD_NOW
11581#        define LT_DLLAZY_OR_NOW	RTLD_NOW
11582#      else
11583#        ifdef DL_NOW
11584#          define LT_DLLAZY_OR_NOW	DL_NOW
11585#        else
11586#          define LT_DLLAZY_OR_NOW	0
11587#        endif
11588#      endif
11589#    endif
11590#  endif
11591#endif
11592
11593/* When -fvisbility=hidden is used, assume the code has been annotated
11594   correspondingly for the symbols needed.  */
11595#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11596void fnord () __attribute__((visibility("default")));
11597#endif
11598
11599void fnord () { int i=42; }
11600int main ()
11601{
11602  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11603  int status = $lt_dlunknown;
11604
11605  if (self)
11606    {
11607      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11608      else
11609        {
11610	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11611          else puts (dlerror ());
11612	}
11613      /* dlclose (self); */
11614    }
11615  else
11616    puts (dlerror ());
11617
11618  return status;
11619}
11620_LT_EOF
11621  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11622  (eval $ac_link) 2>&5
11623  ac_status=$?
11624  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11625  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11626    (./conftest; exit; ) >&5 2>/dev/null
11627    lt_status=$?
11628    case x$lt_status in
11629      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11630      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11631      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11632    esac
11633  else :
11634    # compilation failed
11635    lt_cv_dlopen_self_static=no
11636  fi
11637fi
11638rm -fr conftest*
11639
11640
11641fi
11642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11643$as_echo "$lt_cv_dlopen_self_static" >&6; }
11644    fi
11645
11646    CPPFLAGS="$save_CPPFLAGS"
11647    LDFLAGS="$save_LDFLAGS"
11648    LIBS="$save_LIBS"
11649    ;;
11650  esac
11651
11652  case $lt_cv_dlopen_self in
11653  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11654  *) enable_dlopen_self=unknown ;;
11655  esac
11656
11657  case $lt_cv_dlopen_self_static in
11658  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11659  *) enable_dlopen_self_static=unknown ;;
11660  esac
11661fi
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679striplib=
11680old_striplib=
11681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11682$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11683if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11684  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11685  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11686  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11687$as_echo "yes" >&6; }
11688else
11689# FIXME - insert some real tests, host_os isn't really good enough
11690  case $host_os in
11691  darwin*)
11692    if test -n "$STRIP" ; then
11693      striplib="$STRIP -x"
11694      old_striplib="$STRIP -S"
11695      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11696$as_echo "yes" >&6; }
11697    else
11698      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11699$as_echo "no" >&6; }
11700    fi
11701    ;;
11702  *)
11703    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11704$as_echo "no" >&6; }
11705    ;;
11706  esac
11707fi
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720  # Report which library types will actually be built
11721  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11722$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11723  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11724$as_echo "$can_build_shared" >&6; }
11725
11726  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11727$as_echo_n "checking whether to build shared libraries... " >&6; }
11728  test "$can_build_shared" = "no" && enable_shared=no
11729
11730  # On AIX, shared libraries and static libraries use the same namespace, and
11731  # are all built from PIC.
11732  case $host_os in
11733  aix3*)
11734    test "$enable_shared" = yes && enable_static=no
11735    if test -n "$RANLIB"; then
11736      archive_cmds="$archive_cmds~\$RANLIB \$lib"
11737      postinstall_cmds='$RANLIB $lib'
11738    fi
11739    ;;
11740
11741  aix[4-9]*)
11742    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11743      test "$enable_shared" = yes && enable_static=no
11744    fi
11745    ;;
11746  esac
11747  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11748$as_echo "$enable_shared" >&6; }
11749
11750  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11751$as_echo_n "checking whether to build static libraries... " >&6; }
11752  # Make sure either enable_shared or enable_static is yes.
11753  test "$enable_shared" = yes || enable_static=yes
11754  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11755$as_echo "$enable_static" >&6; }
11756
11757
11758
11759
11760fi
11761ac_ext=c
11762ac_cpp='$CPP $CPPFLAGS'
11763ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11764ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11765ac_compiler_gnu=$ac_cv_c_compiler_gnu
11766
11767CC="$lt_save_CC"
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781        ac_config_commands="$ac_config_commands libtool"
11782
11783
11784
11785
11786# Only expand once:
11787
11788
11789# Check whether --enable-largefile was given.
11790if test "${enable_largefile+set}" = set; then :
11791  enableval=$enable_largefile;
11792fi
11793
11794if test "$enable_largefile" != no; then
11795
11796  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11797$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11798if ${ac_cv_sys_largefile_CC+:} false; then :
11799  $as_echo_n "(cached) " >&6
11800else
11801  ac_cv_sys_largefile_CC=no
11802     if test "$GCC" != yes; then
11803       ac_save_CC=$CC
11804       while :; do
11805	 # IRIX 6.2 and later do not support large files by default,
11806	 # so use the C compiler's -n32 option if that helps.
11807	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11808/* end confdefs.h.  */
11809#include <sys/types.h>
11810 /* Check that off_t can represent 2**63 - 1 correctly.
11811    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11812    since some C++ compilers masquerading as C compilers
11813    incorrectly reject 9223372036854775807.  */
11814#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11815  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11816		       && LARGE_OFF_T % 2147483647 == 1)
11817		      ? 1 : -1];
11818int
11819main ()
11820{
11821
11822  ;
11823  return 0;
11824}
11825_ACEOF
11826	 if ac_fn_c_try_compile "$LINENO"; then :
11827  break
11828fi
11829rm -f core conftest.err conftest.$ac_objext
11830	 CC="$CC -n32"
11831	 if ac_fn_c_try_compile "$LINENO"; then :
11832  ac_cv_sys_largefile_CC=' -n32'; break
11833fi
11834rm -f core conftest.err conftest.$ac_objext
11835	 break
11836       done
11837       CC=$ac_save_CC
11838       rm -f conftest.$ac_ext
11839    fi
11840fi
11841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11842$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11843  if test "$ac_cv_sys_largefile_CC" != no; then
11844    CC=$CC$ac_cv_sys_largefile_CC
11845  fi
11846
11847  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11848$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11849if ${ac_cv_sys_file_offset_bits+:} false; then :
11850  $as_echo_n "(cached) " >&6
11851else
11852  while :; do
11853  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11854/* end confdefs.h.  */
11855#include <sys/types.h>
11856 /* Check that off_t can represent 2**63 - 1 correctly.
11857    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11858    since some C++ compilers masquerading as C compilers
11859    incorrectly reject 9223372036854775807.  */
11860#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11861  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11862		       && LARGE_OFF_T % 2147483647 == 1)
11863		      ? 1 : -1];
11864int
11865main ()
11866{
11867
11868  ;
11869  return 0;
11870}
11871_ACEOF
11872if ac_fn_c_try_compile "$LINENO"; then :
11873  ac_cv_sys_file_offset_bits=no; break
11874fi
11875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11876  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11877/* end confdefs.h.  */
11878#define _FILE_OFFSET_BITS 64
11879#include <sys/types.h>
11880 /* Check that off_t can represent 2**63 - 1 correctly.
11881    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11882    since some C++ compilers masquerading as C compilers
11883    incorrectly reject 9223372036854775807.  */
11884#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11885  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11886		       && LARGE_OFF_T % 2147483647 == 1)
11887		      ? 1 : -1];
11888int
11889main ()
11890{
11891
11892  ;
11893  return 0;
11894}
11895_ACEOF
11896if ac_fn_c_try_compile "$LINENO"; then :
11897  ac_cv_sys_file_offset_bits=64; break
11898fi
11899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11900  ac_cv_sys_file_offset_bits=unknown
11901  break
11902done
11903fi
11904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11905$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11906case $ac_cv_sys_file_offset_bits in #(
11907  no | unknown) ;;
11908  *)
11909cat >>confdefs.h <<_ACEOF
11910#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11911_ACEOF
11912;;
11913esac
11914rm -rf conftest*
11915  if test $ac_cv_sys_file_offset_bits = unknown; then
11916    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11917$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11918if ${ac_cv_sys_large_files+:} false; then :
11919  $as_echo_n "(cached) " >&6
11920else
11921  while :; do
11922  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11923/* end confdefs.h.  */
11924#include <sys/types.h>
11925 /* Check that off_t can represent 2**63 - 1 correctly.
11926    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11927    since some C++ compilers masquerading as C compilers
11928    incorrectly reject 9223372036854775807.  */
11929#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11930  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11931		       && LARGE_OFF_T % 2147483647 == 1)
11932		      ? 1 : -1];
11933int
11934main ()
11935{
11936
11937  ;
11938  return 0;
11939}
11940_ACEOF
11941if ac_fn_c_try_compile "$LINENO"; then :
11942  ac_cv_sys_large_files=no; break
11943fi
11944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11945  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946/* end confdefs.h.  */
11947#define _LARGE_FILES 1
11948#include <sys/types.h>
11949 /* Check that off_t can represent 2**63 - 1 correctly.
11950    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11951    since some C++ compilers masquerading as C compilers
11952    incorrectly reject 9223372036854775807.  */
11953#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11954  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11955		       && LARGE_OFF_T % 2147483647 == 1)
11956		      ? 1 : -1];
11957int
11958main ()
11959{
11960
11961  ;
11962  return 0;
11963}
11964_ACEOF
11965if ac_fn_c_try_compile "$LINENO"; then :
11966  ac_cv_sys_large_files=1; break
11967fi
11968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11969  ac_cv_sys_large_files=unknown
11970  break
11971done
11972fi
11973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11974$as_echo "$ac_cv_sys_large_files" >&6; }
11975case $ac_cv_sys_large_files in #(
11976  no | unknown) ;;
11977  *)
11978cat >>confdefs.h <<_ACEOF
11979#define _LARGE_FILES $ac_cv_sys_large_files
11980_ACEOF
11981;;
11982esac
11983rm -rf conftest*
11984  fi
11985
11986
11987fi
11988
11989
11990MISSING=`cd $ac_aux_dir && ${PWDCMD-pwd}`/missing
11991for ac_prog in aclocal
11992do
11993  # Extract the first word of "$ac_prog", so it can be a program name with args.
11994set dummy $ac_prog; ac_word=$2
11995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11996$as_echo_n "checking for $ac_word... " >&6; }
11997if ${ac_cv_prog_ACLOCAL+:} false; then :
11998  $as_echo_n "(cached) " >&6
11999else
12000  if test -n "$ACLOCAL"; then
12001  ac_cv_prog_ACLOCAL="$ACLOCAL" # Let the user override the test.
12002else
12003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12004for as_dir in $PATH
12005do
12006  IFS=$as_save_IFS
12007  test -z "$as_dir" && as_dir=.
12008    for ac_exec_ext in '' $ac_executable_extensions; do
12009  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12010    ac_cv_prog_ACLOCAL="$ac_prog"
12011    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12012    break 2
12013  fi
12014done
12015  done
12016IFS=$as_save_IFS
12017
12018fi
12019fi
12020ACLOCAL=$ac_cv_prog_ACLOCAL
12021if test -n "$ACLOCAL"; then
12022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ACLOCAL" >&5
12023$as_echo "$ACLOCAL" >&6; }
12024else
12025  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12026$as_echo "no" >&6; }
12027fi
12028
12029
12030  test -n "$ACLOCAL" && break
12031done
12032test -n "$ACLOCAL" || ACLOCAL="$MISSING aclocal"
12033
12034for ac_prog in autoconf
12035do
12036  # Extract the first word of "$ac_prog", so it can be a program name with args.
12037set dummy $ac_prog; ac_word=$2
12038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12039$as_echo_n "checking for $ac_word... " >&6; }
12040if ${ac_cv_prog_AUTOCONF+:} false; then :
12041  $as_echo_n "(cached) " >&6
12042else
12043  if test -n "$AUTOCONF"; then
12044  ac_cv_prog_AUTOCONF="$AUTOCONF" # Let the user override the test.
12045else
12046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12047for as_dir in $PATH
12048do
12049  IFS=$as_save_IFS
12050  test -z "$as_dir" && as_dir=.
12051    for ac_exec_ext in '' $ac_executable_extensions; do
12052  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12053    ac_cv_prog_AUTOCONF="$ac_prog"
12054    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12055    break 2
12056  fi
12057done
12058  done
12059IFS=$as_save_IFS
12060
12061fi
12062fi
12063AUTOCONF=$ac_cv_prog_AUTOCONF
12064if test -n "$AUTOCONF"; then
12065  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOCONF" >&5
12066$as_echo "$AUTOCONF" >&6; }
12067else
12068  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12069$as_echo "no" >&6; }
12070fi
12071
12072
12073  test -n "$AUTOCONF" && break
12074done
12075test -n "$AUTOCONF" || AUTOCONF="$MISSING autoconf"
12076
12077for ac_prog in autoheader
12078do
12079  # Extract the first word of "$ac_prog", so it can be a program name with args.
12080set dummy $ac_prog; ac_word=$2
12081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12082$as_echo_n "checking for $ac_word... " >&6; }
12083if ${ac_cv_prog_AUTOHEADER+:} false; then :
12084  $as_echo_n "(cached) " >&6
12085else
12086  if test -n "$AUTOHEADER"; then
12087  ac_cv_prog_AUTOHEADER="$AUTOHEADER" # Let the user override the test.
12088else
12089as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12090for as_dir in $PATH
12091do
12092  IFS=$as_save_IFS
12093  test -z "$as_dir" && as_dir=.
12094    for ac_exec_ext in '' $ac_executable_extensions; do
12095  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12096    ac_cv_prog_AUTOHEADER="$ac_prog"
12097    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12098    break 2
12099  fi
12100done
12101  done
12102IFS=$as_save_IFS
12103
12104fi
12105fi
12106AUTOHEADER=$ac_cv_prog_AUTOHEADER
12107if test -n "$AUTOHEADER"; then
12108  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AUTOHEADER" >&5
12109$as_echo "$AUTOHEADER" >&6; }
12110else
12111  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12112$as_echo "no" >&6; }
12113fi
12114
12115
12116  test -n "$AUTOHEADER" && break
12117done
12118test -n "$AUTOHEADER" || AUTOHEADER="$MISSING autoheader"
12119
12120
12121
12122ac_ext=c
12123ac_cpp='$CPP $CPPFLAGS'
12124ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12125ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12126ac_compiler_gnu=$ac_cv_c_compiler_gnu
12127
12128ac_libsframe_warn_cflags=
12129save_CFLAGS="$CFLAGS"
12130for real_option in -Wall -Wextra -Wwrite-strings \
12131			  -Wmissing-format-attribute \
12132			  -Wstrict-prototypes -Wmissing-prototypes; do
12133  # Do the check with the no- prefix removed since gcc silently
12134  # accepts any -Wno-* option on purpose
12135  case $real_option in
12136    -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
12137    *) option=$real_option ;;
12138  esac
12139  as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
12140
12141  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
12142$as_echo_n "checking whether $CC supports $option... " >&6; }
12143if eval \${$as_acx_Woption+:} false; then :
12144  $as_echo_n "(cached) " >&6
12145else
12146  CFLAGS="$option"
12147    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148/* end confdefs.h.  */
12149
12150int
12151main ()
12152{
12153
12154  ;
12155  return 0;
12156}
12157_ACEOF
12158if ac_fn_c_try_compile "$LINENO"; then :
12159  eval "$as_acx_Woption=yes"
12160else
12161  eval "$as_acx_Woption=no"
12162fi
12163rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12164
12165fi
12166eval ac_res=\$$as_acx_Woption
12167	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12168$as_echo "$ac_res" >&6; }
12169  if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
12170  ac_libsframe_warn_cflags="$ac_libsframe_warn_cflags${ac_libsframe_warn_cflags:+ }$real_option"
12171fi
12172  done
12173CFLAGS="$save_CFLAGS"
12174ac_ext=c
12175ac_cpp='$CPP $CPPFLAGS'
12176ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12177ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12178ac_compiler_gnu=$ac_cv_c_compiler_gnu
12179
12180
12181
12182
12183
12184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for incompatibility between DejaGnu and GCC" >&5
12185$as_echo_n "checking for incompatibility between DejaGnu and GCC... " >&6; }
12186  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
12187$as_echo "$ac_cv_dejagnu_compat" >&6; }
12188
12189  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12190/* end confdefs.h.  */
12191#include <dejagnu.h>
12192int
12193main ()
12194{
12195pass ("test foo");
12196	       return 0;
12197  ;
12198  return 0;
12199}
12200_ACEOF
12201if ac_fn_c_try_link "$LINENO"; then :
12202  ac_cv_dejagnu_compat=yes
12203else
12204  ac_cv_dejagnu_compat=no
12205fi
12206rm -f core conftest.err conftest.$ac_objext \
12207    conftest$ac_exeext conftest.$ac_ext
12208  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_dejagnu_compat" >&5
12209$as_echo "$ac_cv_dejagnu_compat" >&6; }
12210
12211  if test "$ac_cv_dejagnu_compat}" = no ; then
12212    { $as_echo "$as_me:${as_lineno-$LINENO}: result: detected incompatibility between dejagnu version and gcc" >&5
12213$as_echo "detected incompatibility between dejagnu version and gcc" >&6; }
12214  fi
12215
12216 if test "x$ac_cv_dejagnu_compat" = "xyes"; then
12217  HAVE_COMPAT_DEJAGNU_TRUE=
12218  HAVE_COMPAT_DEJAGNU_FALSE='#'
12219else
12220  HAVE_COMPAT_DEJAGNU_TRUE='#'
12221  HAVE_COMPAT_DEJAGNU_FALSE=
12222fi
12223
12224
12225COMPAT_DEJAGNU=$ac_cv_dejagnu_compat
12226
12227
12228build_info=
12229for ac_prog in makeinfo
12230do
12231  # Extract the first word of "$ac_prog", so it can be a program name with args.
12232set dummy $ac_prog; ac_word=$2
12233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12234$as_echo_n "checking for $ac_word... " >&6; }
12235if ${ac_cv_prog_MAKEINFO+:} false; then :
12236  $as_echo_n "(cached) " >&6
12237else
12238  if test -n "$MAKEINFO"; then
12239  ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
12240else
12241as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12242for as_dir in $PATH
12243do
12244  IFS=$as_save_IFS
12245  test -z "$as_dir" && as_dir=.
12246    for ac_exec_ext in '' $ac_executable_extensions; do
12247  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12248    ac_cv_prog_MAKEINFO="$ac_prog"
12249    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12250    break 2
12251  fi
12252done
12253  done
12254IFS=$as_save_IFS
12255
12256fi
12257fi
12258MAKEINFO=$ac_cv_prog_MAKEINFO
12259if test -n "$MAKEINFO"; then
12260  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
12261$as_echo "$MAKEINFO" >&6; }
12262else
12263  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12264$as_echo "no" >&6; }
12265fi
12266
12267
12268  test -n "$MAKEINFO" && break
12269done
12270test -n "$MAKEINFO" || MAKEINFO="makeinfo"
12271
12272if test "x$MAKEINFO" = "x"; then
12273    MAKEINFO="@echo makeinfo missing; true"
12274    build_info=
12275else
12276    BUILD_INFO=info
12277    case "$MAKEINFO" in
12278      */missing\ makeinfo*)
12279	build_info=
12280	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12281*** Makeinfo is missing. Info documentation will not be built." >&5
12282$as_echo "$as_me: WARNING:
12283*** Makeinfo is missing. Info documentation will not be built." >&2;}
12284        ;;
12285      *)
12286	build_info=yes
12287	;;
12288    esac
12289fi
12290 if test "${build_info}" = yes; then
12291  BUILD_INFO_TRUE=
12292  BUILD_INFO_FALSE='#'
12293else
12294  BUILD_INFO_TRUE='#'
12295  BUILD_INFO_FALSE=
12296fi
12297
12298
12299
12300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12301$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12302    # Check whether --enable-maintainer-mode was given.
12303if test "${enable_maintainer_mode+set}" = set; then :
12304  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12305else
12306  USE_MAINTAINER_MODE=no
12307fi
12308
12309  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12310$as_echo "$USE_MAINTAINER_MODE" >&6; }
12311   if test $USE_MAINTAINER_MODE = yes; then
12312  MAINTAINER_MODE_TRUE=
12313  MAINTAINER_MODE_FALSE='#'
12314else
12315  MAINTAINER_MODE_TRUE='#'
12316  MAINTAINER_MODE_FALSE=
12317fi
12318
12319  MAINT=$MAINTAINER_MODE_TRUE
12320
12321
12322 case ${build_alias} in
12323  "") build_noncanonical=${build} ;;
12324  *) build_noncanonical=${build_alias} ;;
12325esac
12326
12327 case ${host_alias} in
12328  "") host_noncanonical=${build_noncanonical} ;;
12329  *) host_noncanonical=${host_alias} ;;
12330esac
12331
12332 case ${target_alias} in
12333  "") target_noncanonical=${host_noncanonical} ;;
12334  *) target_noncanonical=${target_alias} ;;
12335esac
12336
12337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12338$as_echo_n "checking whether to install libbfd... " >&6; }
12339  # Check whether --enable-install-libbfd was given.
12340if test "${enable_install_libbfd+set}" = set; then :
12341  enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12342else
12343  if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12344        install_libbfd_p=yes
12345      else
12346        install_libbfd_p=no
12347      fi
12348fi
12349
12350  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12351$as_echo "$install_libbfd_p" >&6; }
12352   if test $install_libbfd_p = yes; then
12353  INSTALL_LIBBFD_TRUE=
12354  INSTALL_LIBBFD_FALSE='#'
12355else
12356  INSTALL_LIBBFD_TRUE='#'
12357  INSTALL_LIBBFD_FALSE=
12358fi
12359
12360  # Need _noncanonical variables for this.
12361
12362
12363
12364
12365  # libbfd.a is a host library containing target dependent code
12366  bfdlibdir='$(libdir)'
12367  bfdincludedir='$(includedir)'
12368  if test "${host}" != "${target}"; then
12369    bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12370    bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12371  fi
12372
12373
12374
12375
12376
12377
12378
12379
12380
12381
12382  for ac_header in $ac_header_list
12383do :
12384  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12385ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12386"
12387if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12388  cat >>confdefs.h <<_ACEOF
12389#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12390_ACEOF
12391
12392fi
12393
12394done
12395
12396
12397
12398
12399
12400
12401
12402
12403for ac_func in getpagesize
12404do :
12405  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12406if test "x$ac_cv_func_getpagesize" = xyes; then :
12407  cat >>confdefs.h <<_ACEOF
12408#define HAVE_GETPAGESIZE 1
12409_ACEOF
12410
12411fi
12412done
12413
12414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12415$as_echo_n "checking for working mmap... " >&6; }
12416if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
12417  $as_echo_n "(cached) " >&6
12418else
12419  if test "$cross_compiling" = yes; then :
12420  ac_cv_func_mmap_fixed_mapped=no
12421else
12422  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12423/* end confdefs.h.  */
12424$ac_includes_default
12425/* malloc might have been renamed as rpl_malloc. */
12426#undef malloc
12427
12428/* Thanks to Mike Haertel and Jim Avera for this test.
12429   Here is a matrix of mmap possibilities:
12430	mmap private not fixed
12431	mmap private fixed at somewhere currently unmapped
12432	mmap private fixed at somewhere already mapped
12433	mmap shared not fixed
12434	mmap shared fixed at somewhere currently unmapped
12435	mmap shared fixed at somewhere already mapped
12436   For private mappings, we should verify that changes cannot be read()
12437   back from the file, nor mmap's back from the file at a different
12438   address.  (There have been systems where private was not correctly
12439   implemented like the infamous i386 svr4.0, and systems where the
12440   VM page cache was not coherent with the file system buffer cache
12441   like early versions of FreeBSD and possibly contemporary NetBSD.)
12442   For shared mappings, we should conversely verify that changes get
12443   propagated back to all the places they're supposed to be.
12444
12445   Grep wants private fixed already mapped.
12446   The main things grep needs to know about mmap are:
12447   * does it exist and is it safe to write into the mmap'd area
12448   * how to use it (BSD variants)  */
12449
12450#include <fcntl.h>
12451#include <sys/mman.h>
12452
12453#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12454char *malloc ();
12455#endif
12456
12457/* This mess was copied from the GNU getpagesize.h.  */
12458#ifndef HAVE_GETPAGESIZE
12459# ifdef _SC_PAGESIZE
12460#  define getpagesize() sysconf(_SC_PAGESIZE)
12461# else /* no _SC_PAGESIZE */
12462#  ifdef HAVE_SYS_PARAM_H
12463#   include <sys/param.h>
12464#   ifdef EXEC_PAGESIZE
12465#    define getpagesize() EXEC_PAGESIZE
12466#   else /* no EXEC_PAGESIZE */
12467#    ifdef NBPG
12468#     define getpagesize() NBPG * CLSIZE
12469#     ifndef CLSIZE
12470#      define CLSIZE 1
12471#     endif /* no CLSIZE */
12472#    else /* no NBPG */
12473#     ifdef NBPC
12474#      define getpagesize() NBPC
12475#     else /* no NBPC */
12476#      ifdef PAGESIZE
12477#       define getpagesize() PAGESIZE
12478#      endif /* PAGESIZE */
12479#     endif /* no NBPC */
12480#    endif /* no NBPG */
12481#   endif /* no EXEC_PAGESIZE */
12482#  else /* no HAVE_SYS_PARAM_H */
12483#   define getpagesize() 8192	/* punt totally */
12484#  endif /* no HAVE_SYS_PARAM_H */
12485# endif /* no _SC_PAGESIZE */
12486
12487#endif /* no HAVE_GETPAGESIZE */
12488
12489int
12490main ()
12491{
12492  char *data, *data2, *data3;
12493  const char *cdata2;
12494  int i, pagesize;
12495  int fd, fd2;
12496
12497  pagesize = getpagesize ();
12498
12499  /* First, make a file with some known garbage in it. */
12500  data = (char *) malloc (pagesize);
12501  if (!data)
12502    return 1;
12503  for (i = 0; i < pagesize; ++i)
12504    *(data + i) = rand ();
12505  umask (0);
12506  fd = creat ("conftest.mmap", 0600);
12507  if (fd < 0)
12508    return 2;
12509  if (write (fd, data, pagesize) != pagesize)
12510    return 3;
12511  close (fd);
12512
12513  /* Next, check that the tail of a page is zero-filled.  File must have
12514     non-zero length, otherwise we risk SIGBUS for entire page.  */
12515  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
12516  if (fd2 < 0)
12517    return 4;
12518  cdata2 = "";
12519  if (write (fd2, cdata2, 1) != 1)
12520    return 5;
12521  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
12522  if (data2 == MAP_FAILED)
12523    return 6;
12524  for (i = 0; i < pagesize; ++i)
12525    if (*(data2 + i))
12526      return 7;
12527  close (fd2);
12528  if (munmap (data2, pagesize))
12529    return 8;
12530
12531  /* Next, try to mmap the file at a fixed address which already has
12532     something else allocated at it.  If we can, also make sure that
12533     we see the same garbage.  */
12534  fd = open ("conftest.mmap", O_RDWR);
12535  if (fd < 0)
12536    return 9;
12537  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
12538		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
12539    return 10;
12540  for (i = 0; i < pagesize; ++i)
12541    if (*(data + i) != *(data2 + i))
12542      return 11;
12543
12544  /* Finally, make sure that changes to the mapped area do not
12545     percolate back to the file as seen by read().  (This is a bug on
12546     some variants of i386 svr4.0.)  */
12547  for (i = 0; i < pagesize; ++i)
12548    *(data2 + i) = *(data2 + i) + 1;
12549  data3 = (char *) malloc (pagesize);
12550  if (!data3)
12551    return 12;
12552  if (read (fd, data3, pagesize) != pagesize)
12553    return 13;
12554  for (i = 0; i < pagesize; ++i)
12555    if (*(data + i) != *(data3 + i))
12556      return 14;
12557  close (fd);
12558  return 0;
12559}
12560_ACEOF
12561if ac_fn_c_try_run "$LINENO"; then :
12562  ac_cv_func_mmap_fixed_mapped=yes
12563else
12564  ac_cv_func_mmap_fixed_mapped=no
12565fi
12566rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12567  conftest.$ac_objext conftest.beam conftest.$ac_ext
12568fi
12569
12570fi
12571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
12572$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
12573if test $ac_cv_func_mmap_fixed_mapped = yes; then
12574
12575$as_echo "#define HAVE_MMAP 1" >>confdefs.h
12576
12577fi
12578rm -f conftest.mmap conftest.txt
12579
12580for ac_header in byteswap.h endian.h
12581do :
12582  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12583ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12584if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12585  cat >>confdefs.h <<_ACEOF
12586#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12587_ACEOF
12588
12589fi
12590
12591done
12592
12593
12594ac_fn_c_check_decl "$LINENO" "bswap_16" "ac_cv_have_decl_bswap_16" "#include <byteswap.h>
12595"
12596if test "x$ac_cv_have_decl_bswap_16" = xyes; then :
12597  ac_have_decl=1
12598else
12599  ac_have_decl=0
12600fi
12601
12602cat >>confdefs.h <<_ACEOF
12603#define HAVE_DECL_BSWAP_16 $ac_have_decl
12604_ACEOF
12605ac_fn_c_check_decl "$LINENO" "bswap_32" "ac_cv_have_decl_bswap_32" "#include <byteswap.h>
12606"
12607if test "x$ac_cv_have_decl_bswap_32" = xyes; then :
12608  ac_have_decl=1
12609else
12610  ac_have_decl=0
12611fi
12612
12613cat >>confdefs.h <<_ACEOF
12614#define HAVE_DECL_BSWAP_32 $ac_have_decl
12615_ACEOF
12616ac_fn_c_check_decl "$LINENO" "bswap_64" "ac_cv_have_decl_bswap_64" "#include <byteswap.h>
12617"
12618if test "x$ac_cv_have_decl_bswap_64" = xyes; then :
12619  ac_have_decl=1
12620else
12621  ac_have_decl=0
12622fi
12623
12624cat >>confdefs.h <<_ACEOF
12625#define HAVE_DECL_BSWAP_64 $ac_have_decl
12626_ACEOF
12627
12628
12629ac_config_files="$ac_config_files Makefile"
12630
12631ac_config_headers="$ac_config_headers config.h"
12632
12633cat >confcache <<\_ACEOF
12634# This file is a shell script that caches the results of configure
12635# tests run on this system so they can be shared between configure
12636# scripts and configure runs, see configure's option --config-cache.
12637# It is not useful on other systems.  If it contains results you don't
12638# want to keep, you may remove or edit it.
12639#
12640# config.status only pays attention to the cache file if you give it
12641# the --recheck option to rerun configure.
12642#
12643# `ac_cv_env_foo' variables (set or unset) will be overridden when
12644# loading this file, other *unset* `ac_cv_foo' will be assigned the
12645# following values.
12646
12647_ACEOF
12648
12649# The following way of writing the cache mishandles newlines in values,
12650# but we know of no workaround that is simple, portable, and efficient.
12651# So, we kill variables containing newlines.
12652# Ultrix sh set writes to stderr and can't be redirected directly,
12653# and sets the high bit in the cache file unless we assign to the vars.
12654(
12655  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12656    eval ac_val=\$$ac_var
12657    case $ac_val in #(
12658    *${as_nl}*)
12659      case $ac_var in #(
12660      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12661$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12662      esac
12663      case $ac_var in #(
12664      _ | IFS | as_nl) ;; #(
12665      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12666      *) { eval $ac_var=; unset $ac_var;} ;;
12667      esac ;;
12668    esac
12669  done
12670
12671  (set) 2>&1 |
12672    case $as_nl`(ac_space=' '; set) 2>&1` in #(
12673    *${as_nl}ac_space=\ *)
12674      # `set' does not quote correctly, so add quotes: double-quote
12675      # substitution turns \\\\ into \\, and sed turns \\ into \.
12676      sed -n \
12677	"s/'/'\\\\''/g;
12678	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12679      ;; #(
12680    *)
12681      # `set' quotes correctly as required by POSIX, so do not add quotes.
12682      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12683      ;;
12684    esac |
12685    sort
12686) |
12687  sed '
12688     /^ac_cv_env_/b end
12689     t clear
12690     :clear
12691     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12692     t end
12693     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12694     :end' >>confcache
12695if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12696  if test -w "$cache_file"; then
12697    if test "x$cache_file" != "x/dev/null"; then
12698      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12699$as_echo "$as_me: updating cache $cache_file" >&6;}
12700      if test ! -f "$cache_file" || test -h "$cache_file"; then
12701	cat confcache >"$cache_file"
12702      else
12703        case $cache_file in #(
12704        */* | ?:*)
12705	  mv -f confcache "$cache_file"$$ &&
12706	  mv -f "$cache_file"$$ "$cache_file" ;; #(
12707        *)
12708	  mv -f confcache "$cache_file" ;;
12709	esac
12710      fi
12711    fi
12712  else
12713    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12714$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12715  fi
12716fi
12717rm -f confcache
12718
12719test "x$prefix" = xNONE && prefix=$ac_default_prefix
12720# Let make expand exec_prefix.
12721test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12722
12723DEFS=-DHAVE_CONFIG_H
12724
12725ac_libobjs=
12726ac_ltlibobjs=
12727U=
12728for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12729  # 1. Remove the extension, and $U if already installed.
12730  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12731  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12732  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
12733  #    will be set to the directory where LIBOBJS objects are built.
12734  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12735  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12736done
12737LIBOBJS=$ac_libobjs
12738
12739LTLIBOBJS=$ac_ltlibobjs
12740
12741
12742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12743$as_echo_n "checking that generated files are newer than configure... " >&6; }
12744   if test -n "$am_sleep_pid"; then
12745     # Hide warnings about reused PIDs.
12746     wait $am_sleep_pid 2>/dev/null
12747   fi
12748   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12749$as_echo "done" >&6; }
12750if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12751  as_fn_error $? "conditional \"AMDEP\" was never defined.
12752Usually this means the macro was only invoked conditionally." "$LINENO" 5
12753fi
12754if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12755  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
12756Usually this means the macro was only invoked conditionally." "$LINENO" 5
12757fi
12758 if test -n "$EXEEXT"; then
12759  am__EXEEXT_TRUE=
12760  am__EXEEXT_FALSE='#'
12761else
12762  am__EXEEXT_TRUE='#'
12763  am__EXEEXT_FALSE=
12764fi
12765
12766if test -z "${HAVE_COMPAT_DEJAGNU_TRUE}" && test -z "${HAVE_COMPAT_DEJAGNU_FALSE}"; then
12767  as_fn_error $? "conditional \"HAVE_COMPAT_DEJAGNU\" was never defined.
12768Usually this means the macro was only invoked conditionally." "$LINENO" 5
12769fi
12770if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
12771  as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
12772Usually this means the macro was only invoked conditionally." "$LINENO" 5
12773fi
12774if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12775  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12776Usually this means the macro was only invoked conditionally." "$LINENO" 5
12777fi
12778if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12779  as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
12780Usually this means the macro was only invoked conditionally." "$LINENO" 5
12781fi
12782
12783: "${CONFIG_STATUS=./config.status}"
12784ac_write_fail=0
12785ac_clean_files_save=$ac_clean_files
12786ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12787{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12788$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12789as_write_fail=0
12790cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12791#! $SHELL
12792# Generated by $as_me.
12793# Run this file to recreate the current configuration.
12794# Compiler output produced by configure, useful for debugging
12795# configure, is in config.log if it exists.
12796
12797debug=false
12798ac_cs_recheck=false
12799ac_cs_silent=false
12800
12801SHELL=\${CONFIG_SHELL-$SHELL}
12802export SHELL
12803_ASEOF
12804cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12805## -------------------- ##
12806## M4sh Initialization. ##
12807## -------------------- ##
12808
12809# Be more Bourne compatible
12810DUALCASE=1; export DUALCASE # for MKS sh
12811if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12812  emulate sh
12813  NULLCMD=:
12814  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12815  # is contrary to our usage.  Disable this feature.
12816  alias -g '${1+"$@"}'='"$@"'
12817  setopt NO_GLOB_SUBST
12818else
12819  case `(set -o) 2>/dev/null` in #(
12820  *posix*) :
12821    set -o posix ;; #(
12822  *) :
12823     ;;
12824esac
12825fi
12826
12827
12828as_nl='
12829'
12830export as_nl
12831# Printing a long string crashes Solaris 7 /usr/bin/printf.
12832as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12833as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12834as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12835# Prefer a ksh shell builtin over an external printf program on Solaris,
12836# but without wasting forks for bash or zsh.
12837if test -z "$BASH_VERSION$ZSH_VERSION" \
12838    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12839  as_echo='print -r --'
12840  as_echo_n='print -rn --'
12841elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12842  as_echo='printf %s\n'
12843  as_echo_n='printf %s'
12844else
12845  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12846    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12847    as_echo_n='/usr/ucb/echo -n'
12848  else
12849    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12850    as_echo_n_body='eval
12851      arg=$1;
12852      case $arg in #(
12853      *"$as_nl"*)
12854	expr "X$arg" : "X\\(.*\\)$as_nl";
12855	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12856      esac;
12857      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12858    '
12859    export as_echo_n_body
12860    as_echo_n='sh -c $as_echo_n_body as_echo'
12861  fi
12862  export as_echo_body
12863  as_echo='sh -c $as_echo_body as_echo'
12864fi
12865
12866# The user is always right.
12867if test "${PATH_SEPARATOR+set}" != set; then
12868  PATH_SEPARATOR=:
12869  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12870    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12871      PATH_SEPARATOR=';'
12872  }
12873fi
12874
12875
12876# IFS
12877# We need space, tab and new line, in precisely that order.  Quoting is
12878# there to prevent editors from complaining about space-tab.
12879# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12880# splitting by setting IFS to empty value.)
12881IFS=" ""	$as_nl"
12882
12883# Find who we are.  Look in the path if we contain no directory separator.
12884as_myself=
12885case $0 in #((
12886  *[\\/]* ) as_myself=$0 ;;
12887  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12888for as_dir in $PATH
12889do
12890  IFS=$as_save_IFS
12891  test -z "$as_dir" && as_dir=.
12892    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12893  done
12894IFS=$as_save_IFS
12895
12896     ;;
12897esac
12898# We did not find ourselves, most probably we were run as `sh COMMAND'
12899# in which case we are not to be found in the path.
12900if test "x$as_myself" = x; then
12901  as_myself=$0
12902fi
12903if test ! -f "$as_myself"; then
12904  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12905  exit 1
12906fi
12907
12908# Unset variables that we do not need and which cause bugs (e.g. in
12909# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
12910# suppresses any "Segmentation fault" message there.  '((' could
12911# trigger a bug in pdksh 5.2.14.
12912for as_var in BASH_ENV ENV MAIL MAILPATH
12913do eval test x\${$as_var+set} = xset \
12914  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12915done
12916PS1='$ '
12917PS2='> '
12918PS4='+ '
12919
12920# NLS nuisances.
12921LC_ALL=C
12922export LC_ALL
12923LANGUAGE=C
12924export LANGUAGE
12925
12926# CDPATH.
12927(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12928
12929
12930# as_fn_error STATUS ERROR [LINENO LOG_FD]
12931# ----------------------------------------
12932# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12933# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12934# script with STATUS, using 1 if that was 0.
12935as_fn_error ()
12936{
12937  as_status=$1; test $as_status -eq 0 && as_status=1
12938  if test "$4"; then
12939    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12940    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12941  fi
12942  $as_echo "$as_me: error: $2" >&2
12943  as_fn_exit $as_status
12944} # as_fn_error
12945
12946
12947# as_fn_set_status STATUS
12948# -----------------------
12949# Set $? to STATUS, without forking.
12950as_fn_set_status ()
12951{
12952  return $1
12953} # as_fn_set_status
12954
12955# as_fn_exit STATUS
12956# -----------------
12957# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12958as_fn_exit ()
12959{
12960  set +e
12961  as_fn_set_status $1
12962  exit $1
12963} # as_fn_exit
12964
12965# as_fn_unset VAR
12966# ---------------
12967# Portably unset VAR.
12968as_fn_unset ()
12969{
12970  { eval $1=; unset $1;}
12971}
12972as_unset=as_fn_unset
12973# as_fn_append VAR VALUE
12974# ----------------------
12975# Append the text in VALUE to the end of the definition contained in VAR. Take
12976# advantage of any shell optimizations that allow amortized linear growth over
12977# repeated appends, instead of the typical quadratic growth present in naive
12978# implementations.
12979if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12980  eval 'as_fn_append ()
12981  {
12982    eval $1+=\$2
12983  }'
12984else
12985  as_fn_append ()
12986  {
12987    eval $1=\$$1\$2
12988  }
12989fi # as_fn_append
12990
12991# as_fn_arith ARG...
12992# ------------------
12993# Perform arithmetic evaluation on the ARGs, and store the result in the
12994# global $as_val. Take advantage of shells that can avoid forks. The arguments
12995# must be portable across $(()) and expr.
12996if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12997  eval 'as_fn_arith ()
12998  {
12999    as_val=$(( $* ))
13000  }'
13001else
13002  as_fn_arith ()
13003  {
13004    as_val=`expr "$@" || test $? -eq 1`
13005  }
13006fi # as_fn_arith
13007
13008
13009if expr a : '\(a\)' >/dev/null 2>&1 &&
13010   test "X`expr 00001 : '.*\(...\)'`" = X001; then
13011  as_expr=expr
13012else
13013  as_expr=false
13014fi
13015
13016if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13017  as_basename=basename
13018else
13019  as_basename=false
13020fi
13021
13022if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13023  as_dirname=dirname
13024else
13025  as_dirname=false
13026fi
13027
13028as_me=`$as_basename -- "$0" ||
13029$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13030	 X"$0" : 'X\(//\)$' \| \
13031	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13032$as_echo X/"$0" |
13033    sed '/^.*\/\([^/][^/]*\)\/*$/{
13034	    s//\1/
13035	    q
13036	  }
13037	  /^X\/\(\/\/\)$/{
13038	    s//\1/
13039	    q
13040	  }
13041	  /^X\/\(\/\).*/{
13042	    s//\1/
13043	    q
13044	  }
13045	  s/.*/./; q'`
13046
13047# Avoid depending upon Character Ranges.
13048as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13049as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13050as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13051as_cr_digits='0123456789'
13052as_cr_alnum=$as_cr_Letters$as_cr_digits
13053
13054ECHO_C= ECHO_N= ECHO_T=
13055case `echo -n x` in #(((((
13056-n*)
13057  case `echo 'xy\c'` in
13058  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
13059  xy)  ECHO_C='\c';;
13060  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
13061       ECHO_T='	';;
13062  esac;;
13063*)
13064  ECHO_N='-n';;
13065esac
13066
13067rm -f conf$$ conf$$.exe conf$$.file
13068if test -d conf$$.dir; then
13069  rm -f conf$$.dir/conf$$.file
13070else
13071  rm -f conf$$.dir
13072  mkdir conf$$.dir 2>/dev/null
13073fi
13074if (echo >conf$$.file) 2>/dev/null; then
13075  if ln -s conf$$.file conf$$ 2>/dev/null; then
13076    as_ln_s='ln -s'
13077    # ... but there are two gotchas:
13078    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13079    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13080    # In both cases, we have to default to `cp -pR'.
13081    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13082      as_ln_s='cp -pR'
13083  elif ln conf$$.file conf$$ 2>/dev/null; then
13084    as_ln_s=ln
13085  else
13086    as_ln_s='cp -pR'
13087  fi
13088else
13089  as_ln_s='cp -pR'
13090fi
13091rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13092rmdir conf$$.dir 2>/dev/null
13093
13094
13095# as_fn_mkdir_p
13096# -------------
13097# Create "$as_dir" as a directory, including parents if necessary.
13098as_fn_mkdir_p ()
13099{
13100
13101  case $as_dir in #(
13102  -*) as_dir=./$as_dir;;
13103  esac
13104  test -d "$as_dir" || eval $as_mkdir_p || {
13105    as_dirs=
13106    while :; do
13107      case $as_dir in #(
13108      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13109      *) as_qdir=$as_dir;;
13110      esac
13111      as_dirs="'$as_qdir' $as_dirs"
13112      as_dir=`$as_dirname -- "$as_dir" ||
13113$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13114	 X"$as_dir" : 'X\(//\)[^/]' \| \
13115	 X"$as_dir" : 'X\(//\)$' \| \
13116	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13117$as_echo X"$as_dir" |
13118    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13119	    s//\1/
13120	    q
13121	  }
13122	  /^X\(\/\/\)[^/].*/{
13123	    s//\1/
13124	    q
13125	  }
13126	  /^X\(\/\/\)$/{
13127	    s//\1/
13128	    q
13129	  }
13130	  /^X\(\/\).*/{
13131	    s//\1/
13132	    q
13133	  }
13134	  s/.*/./; q'`
13135      test -d "$as_dir" && break
13136    done
13137    test -z "$as_dirs" || eval "mkdir $as_dirs"
13138  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13139
13140
13141} # as_fn_mkdir_p
13142if mkdir -p . 2>/dev/null; then
13143  as_mkdir_p='mkdir -p "$as_dir"'
13144else
13145  test -d ./-p && rmdir ./-p
13146  as_mkdir_p=false
13147fi
13148
13149
13150# as_fn_executable_p FILE
13151# -----------------------
13152# Test if FILE is an executable regular file.
13153as_fn_executable_p ()
13154{
13155  test -f "$1" && test -x "$1"
13156} # as_fn_executable_p
13157as_test_x='test -x'
13158as_executable_p=as_fn_executable_p
13159
13160# Sed expression to map a string onto a valid CPP name.
13161as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13162
13163# Sed expression to map a string onto a valid variable name.
13164as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13165
13166
13167exec 6>&1
13168## ----------------------------------- ##
13169## Main body of $CONFIG_STATUS script. ##
13170## ----------------------------------- ##
13171_ASEOF
13172test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13173
13174cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13175# Save the log message, to keep $0 and so on meaningful, and to
13176# report actual input values of CONFIG_FILES etc. instead of their
13177# values after options handling.
13178ac_log="
13179This file was extended by libsframe $as_me BFD_VERSION, which was
13180generated by GNU Autoconf 2.69.  Invocation command line was
13181
13182  CONFIG_FILES    = $CONFIG_FILES
13183  CONFIG_HEADERS  = $CONFIG_HEADERS
13184  CONFIG_LINKS    = $CONFIG_LINKS
13185  CONFIG_COMMANDS = $CONFIG_COMMANDS
13186  $ $0 $@
13187
13188on `(hostname || uname -n) 2>/dev/null | sed 1q`
13189"
13190
13191_ACEOF
13192
13193case $ac_config_files in *"
13194"*) set x $ac_config_files; shift; ac_config_files=$*;;
13195esac
13196
13197case $ac_config_headers in *"
13198"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13199esac
13200
13201
13202cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13203# Files that config.status was made for.
13204config_files="$ac_config_files"
13205config_headers="$ac_config_headers"
13206config_commands="$ac_config_commands"
13207
13208_ACEOF
13209
13210cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13211ac_cs_usage="\
13212\`$as_me' instantiates files and other configuration actions
13213from templates according to the current configuration.  Unless the files
13214and actions are specified as TAGs, all are instantiated by default.
13215
13216Usage: $0 [OPTION]... [TAG]...
13217
13218  -h, --help       print this help, then exit
13219  -V, --version    print version number and configuration settings, then exit
13220      --config     print configuration, then exit
13221  -q, --quiet, --silent
13222                   do not print progress messages
13223  -d, --debug      don't remove temporary files
13224      --recheck    update $as_me by reconfiguring in the same conditions
13225      --file=FILE[:TEMPLATE]
13226                   instantiate the configuration file FILE
13227      --header=FILE[:TEMPLATE]
13228                   instantiate the configuration header FILE
13229
13230Configuration files:
13231$config_files
13232
13233Configuration headers:
13234$config_headers
13235
13236Configuration commands:
13237$config_commands
13238
13239Report bugs to the package provider."
13240
13241_ACEOF
13242cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13243ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13244ac_cs_version="\\
13245libsframe config.status BFD_VERSION
13246configured by $0, generated by GNU Autoconf 2.69,
13247  with options \\"\$ac_cs_config\\"
13248
13249Copyright (C) 2012 Free Software Foundation, Inc.
13250This config.status script is free software; the Free Software Foundation
13251gives unlimited permission to copy, distribute and modify it."
13252
13253ac_pwd='$ac_pwd'
13254srcdir='$srcdir'
13255INSTALL='$INSTALL'
13256MKDIR_P='$MKDIR_P'
13257AWK='$AWK'
13258test -n "\$AWK" || AWK=awk
13259_ACEOF
13260
13261cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13262# The default lists apply if the user does not specify any file.
13263ac_need_defaults=:
13264while test $# != 0
13265do
13266  case $1 in
13267  --*=?*)
13268    ac_option=`expr "X$1" : 'X\([^=]*\)='`
13269    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13270    ac_shift=:
13271    ;;
13272  --*=)
13273    ac_option=`expr "X$1" : 'X\([^=]*\)='`
13274    ac_optarg=
13275    ac_shift=:
13276    ;;
13277  *)
13278    ac_option=$1
13279    ac_optarg=$2
13280    ac_shift=shift
13281    ;;
13282  esac
13283
13284  case $ac_option in
13285  # Handling of the options.
13286  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13287    ac_cs_recheck=: ;;
13288  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13289    $as_echo "$ac_cs_version"; exit ;;
13290  --config | --confi | --conf | --con | --co | --c )
13291    $as_echo "$ac_cs_config"; exit ;;
13292  --debug | --debu | --deb | --de | --d | -d )
13293    debug=: ;;
13294  --file | --fil | --fi | --f )
13295    $ac_shift
13296    case $ac_optarg in
13297    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13298    '') as_fn_error $? "missing file argument" ;;
13299    esac
13300    as_fn_append CONFIG_FILES " '$ac_optarg'"
13301    ac_need_defaults=false;;
13302  --header | --heade | --head | --hea )
13303    $ac_shift
13304    case $ac_optarg in
13305    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13306    esac
13307    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13308    ac_need_defaults=false;;
13309  --he | --h)
13310    # Conflict between --help and --header
13311    as_fn_error $? "ambiguous option: \`$1'
13312Try \`$0 --help' for more information.";;
13313  --help | --hel | -h )
13314    $as_echo "$ac_cs_usage"; exit ;;
13315  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13316  | -silent | --silent | --silen | --sile | --sil | --si | --s)
13317    ac_cs_silent=: ;;
13318
13319  # This is an error.
13320  -*) as_fn_error $? "unrecognized option: \`$1'
13321Try \`$0 --help' for more information." ;;
13322
13323  *) as_fn_append ac_config_targets " $1"
13324     ac_need_defaults=false ;;
13325
13326  esac
13327  shift
13328done
13329
13330ac_configure_extra_args=
13331
13332if $ac_cs_silent; then
13333  exec 6>/dev/null
13334  ac_configure_extra_args="$ac_configure_extra_args --silent"
13335fi
13336
13337_ACEOF
13338cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13339if \$ac_cs_recheck; then
13340  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13341  shift
13342  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13343  CONFIG_SHELL='$SHELL'
13344  export CONFIG_SHELL
13345  exec "\$@"
13346fi
13347
13348_ACEOF
13349cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13350exec 5>>config.log
13351{
13352  echo
13353  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13354## Running $as_me. ##
13355_ASBOX
13356  $as_echo "$ac_log"
13357} >&5
13358
13359_ACEOF
13360cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13361#
13362# INIT-COMMANDS
13363#
13364AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13365
13366
13367# The HP-UX ksh and POSIX shell print the target directory to stdout
13368# if CDPATH is set.
13369(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13370
13371sed_quote_subst='$sed_quote_subst'
13372double_quote_subst='$double_quote_subst'
13373delay_variable_subst='$delay_variable_subst'
13374enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13375macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13376macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13377enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13378pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13379enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13380SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13381ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13382host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13383host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13384host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13385build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13386build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13387build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13388SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13389Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13390GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13391EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13392FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13393LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13394NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13395LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13396max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13397ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13398exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13399lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13400lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13401lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13402reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13403reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13404OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13405deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13406file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13407AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13408AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13409STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13410RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13411old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13412old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13413old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13414lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13415CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13416CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13417compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13418GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13419lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13420lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13421lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13422lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
13423objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13424MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13425lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13426lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13427lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13428lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13429lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13430need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13431DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13432NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13433LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13434OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13435OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13436libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13437shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13438extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13439archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13440enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13441export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13442whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13443compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13444old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13445old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13446archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13447archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13448module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13449module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13450with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13451allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13452no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13453hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13454hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13455hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13456hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13457hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13458hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13459hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13460hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13461inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13462link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13463fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13464always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13465export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13466exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13467include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13468prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13469file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13470variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13471need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13472need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13473version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13474runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13475shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13476shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13477libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13478library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13479soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13480install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13481postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13482postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13483finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13484finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13485hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13486sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13487sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13488hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13489enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13490enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13491enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13492old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13493striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13494
13495LTCC='$LTCC'
13496LTCFLAGS='$LTCFLAGS'
13497compiler='$compiler_DEFAULT'
13498
13499# A function that is used when there is no print builtin or printf.
13500func_fallback_echo ()
13501{
13502  eval 'cat <<_LTECHO_EOF
13503\$1
13504_LTECHO_EOF'
13505}
13506
13507# Quote evaled strings.
13508for var in SHELL \
13509ECHO \
13510SED \
13511GREP \
13512EGREP \
13513FGREP \
13514LD \
13515NM \
13516LN_S \
13517lt_SP2NL \
13518lt_NL2SP \
13519reload_flag \
13520OBJDUMP \
13521deplibs_check_method \
13522file_magic_cmd \
13523AR \
13524AR_FLAGS \
13525STRIP \
13526RANLIB \
13527CC \
13528CFLAGS \
13529compiler \
13530lt_cv_sys_global_symbol_pipe \
13531lt_cv_sys_global_symbol_to_cdecl \
13532lt_cv_sys_global_symbol_to_c_name_address \
13533lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13534lt_prog_compiler_no_builtin_flag \
13535lt_prog_compiler_wl \
13536lt_prog_compiler_pic \
13537lt_prog_compiler_static \
13538lt_cv_prog_compiler_c_o \
13539need_locks \
13540DSYMUTIL \
13541NMEDIT \
13542LIPO \
13543OTOOL \
13544OTOOL64 \
13545shrext_cmds \
13546export_dynamic_flag_spec \
13547whole_archive_flag_spec \
13548compiler_needs_object \
13549with_gnu_ld \
13550allow_undefined_flag \
13551no_undefined_flag \
13552hardcode_libdir_flag_spec \
13553hardcode_libdir_flag_spec_ld \
13554hardcode_libdir_separator \
13555fix_srcfile_path \
13556exclude_expsyms \
13557include_expsyms \
13558file_list_spec \
13559variables_saved_for_relink \
13560libname_spec \
13561library_names_spec \
13562soname_spec \
13563install_override_mode \
13564finish_eval \
13565old_striplib \
13566striplib; do
13567    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13568    *[\\\\\\\`\\"\\\$]*)
13569      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13570      ;;
13571    *)
13572      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13573      ;;
13574    esac
13575done
13576
13577# Double-quote double-evaled strings.
13578for var in reload_cmds \
13579old_postinstall_cmds \
13580old_postuninstall_cmds \
13581old_archive_cmds \
13582extract_expsyms_cmds \
13583old_archive_from_new_cmds \
13584old_archive_from_expsyms_cmds \
13585archive_cmds \
13586archive_expsym_cmds \
13587module_cmds \
13588module_expsym_cmds \
13589export_symbols_cmds \
13590prelink_cmds \
13591postinstall_cmds \
13592postuninstall_cmds \
13593finish_cmds \
13594sys_lib_search_path_spec \
13595sys_lib_dlsearch_path_spec; do
13596    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13597    *[\\\\\\\`\\"\\\$]*)
13598      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13599      ;;
13600    *)
13601      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13602      ;;
13603    esac
13604done
13605
13606ac_aux_dir='$ac_aux_dir'
13607xsi_shell='$xsi_shell'
13608lt_shell_append='$lt_shell_append'
13609
13610# See if we are running on zsh, and set the options which allow our
13611# commands through without removal of \ escapes INIT.
13612if test -n "\${ZSH_VERSION+set}" ; then
13613   setopt NO_GLOB_SUBST
13614fi
13615
13616
13617    PACKAGE='$PACKAGE'
13618    VERSION='$VERSION'
13619    TIMESTAMP='$TIMESTAMP'
13620    RM='$RM'
13621    ofile='$ofile'
13622
13623
13624
13625
13626_ACEOF
13627
13628cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13629
13630# Handling of arguments.
13631for ac_config_target in $ac_config_targets
13632do
13633  case $ac_config_target in
13634    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13635    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13636    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13637    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
13638
13639  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13640  esac
13641done
13642
13643
13644# If the user did not use the arguments to specify the items to instantiate,
13645# then the envvar interface is used.  Set only those that are not.
13646# We use the long form for the default assignment because of an extremely
13647# bizarre bug on SunOS 4.1.3.
13648if $ac_need_defaults; then
13649  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13650  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13651  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13652fi
13653
13654# Have a temporary directory for convenience.  Make it in the build tree
13655# simply because there is no reason against having it here, and in addition,
13656# creating and moving files from /tmp can sometimes cause problems.
13657# Hook for its removal unless debugging.
13658# Note that there is a small window in which the directory will not be cleaned:
13659# after its creation but before its name has been assigned to `$tmp'.
13660$debug ||
13661{
13662  tmp= ac_tmp=
13663  trap 'exit_status=$?
13664  : "${ac_tmp:=$tmp}"
13665  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13666' 0
13667  trap 'as_fn_exit 1' 1 2 13 15
13668}
13669# Create a (secure) tmp directory for tmp files.
13670
13671{
13672  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13673  test -d "$tmp"
13674}  ||
13675{
13676  tmp=./conf$$-$RANDOM
13677  (umask 077 && mkdir "$tmp")
13678} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13679ac_tmp=$tmp
13680
13681# Set up the scripts for CONFIG_FILES section.
13682# No need to generate them if there are no CONFIG_FILES.
13683# This happens for instance with `./config.status config.h'.
13684if test -n "$CONFIG_FILES"; then
13685
13686
13687ac_cr=`echo X | tr X '\015'`
13688# On cygwin, bash can eat \r inside `` if the user requested igncr.
13689# But we know of no other shell where ac_cr would be empty at this
13690# point, so we can use a bashism as a fallback.
13691if test "x$ac_cr" = x; then
13692  eval ac_cr=\$\'\\r\'
13693fi
13694ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13695if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13696  ac_cs_awk_cr='\\r'
13697else
13698  ac_cs_awk_cr=$ac_cr
13699fi
13700
13701echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13702_ACEOF
13703
13704
13705{
13706  echo "cat >conf$$subs.awk <<_ACEOF" &&
13707  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13708  echo "_ACEOF"
13709} >conf$$subs.sh ||
13710  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13711ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13712ac_delim='%!_!# '
13713for ac_last_try in false false false false false :; do
13714  . ./conf$$subs.sh ||
13715    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13716
13717  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13718  if test $ac_delim_n = $ac_delim_num; then
13719    break
13720  elif $ac_last_try; then
13721    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13722  else
13723    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13724  fi
13725done
13726rm -f conf$$subs.sh
13727
13728cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13729cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13730_ACEOF
13731sed -n '
13732h
13733s/^/S["/; s/!.*/"]=/
13734p
13735g
13736s/^[^!]*!//
13737:repl
13738t repl
13739s/'"$ac_delim"'$//
13740t delim
13741:nl
13742h
13743s/\(.\{148\}\)..*/\1/
13744t more1
13745s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13746p
13747n
13748b repl
13749:more1
13750s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13751p
13752g
13753s/.\{148\}//
13754t nl
13755:delim
13756h
13757s/\(.\{148\}\)..*/\1/
13758t more2
13759s/["\\]/\\&/g; s/^/"/; s/$/"/
13760p
13761b
13762:more2
13763s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13764p
13765g
13766s/.\{148\}//
13767t delim
13768' <conf$$subs.awk | sed '
13769/^[^""]/{
13770  N
13771  s/\n//
13772}
13773' >>$CONFIG_STATUS || ac_write_fail=1
13774rm -f conf$$subs.awk
13775cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13776_ACAWK
13777cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13778  for (key in S) S_is_set[key] = 1
13779  FS = ""
13780
13781}
13782{
13783  line = $ 0
13784  nfields = split(line, field, "@")
13785  substed = 0
13786  len = length(field[1])
13787  for (i = 2; i < nfields; i++) {
13788    key = field[i]
13789    keylen = length(key)
13790    if (S_is_set[key]) {
13791      value = S[key]
13792      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13793      len += length(value) + length(field[++i])
13794      substed = 1
13795    } else
13796      len += 1 + keylen
13797  }
13798
13799  print line
13800}
13801
13802_ACAWK
13803_ACEOF
13804cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13805if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13806  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13807else
13808  cat
13809fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13810  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13811_ACEOF
13812
13813# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13814# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13815# trailing colons and then remove the whole line if VPATH becomes empty
13816# (actually we leave an empty line to preserve line numbers).
13817if test "x$srcdir" = x.; then
13818  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
13819h
13820s///
13821s/^/:/
13822s/[	 ]*$/:/
13823s/:\$(srcdir):/:/g
13824s/:\${srcdir}:/:/g
13825s/:@srcdir@:/:/g
13826s/^:*//
13827s/:*$//
13828x
13829s/\(=[	 ]*\).*/\1/
13830G
13831s/\n//
13832s/^[^=]*=[	 ]*$//
13833}'
13834fi
13835
13836cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13837fi # test -n "$CONFIG_FILES"
13838
13839# Set up the scripts for CONFIG_HEADERS section.
13840# No need to generate them if there are no CONFIG_HEADERS.
13841# This happens for instance with `./config.status Makefile'.
13842if test -n "$CONFIG_HEADERS"; then
13843cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13844BEGIN {
13845_ACEOF
13846
13847# Transform confdefs.h into an awk script `defines.awk', embedded as
13848# here-document in config.status, that substitutes the proper values into
13849# config.h.in to produce config.h.
13850
13851# Create a delimiter string that does not exist in confdefs.h, to ease
13852# handling of long lines.
13853ac_delim='%!_!# '
13854for ac_last_try in false false :; do
13855  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13856  if test -z "$ac_tt"; then
13857    break
13858  elif $ac_last_try; then
13859    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13860  else
13861    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13862  fi
13863done
13864
13865# For the awk script, D is an array of macro values keyed by name,
13866# likewise P contains macro parameters if any.  Preserve backslash
13867# newline sequences.
13868
13869ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13870sed -n '
13871s/.\{148\}/&'"$ac_delim"'/g
13872t rset
13873:rset
13874s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
13875t def
13876d
13877:def
13878s/\\$//
13879t bsnl
13880s/["\\]/\\&/g
13881s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
13882D["\1"]=" \3"/p
13883s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
13884d
13885:bsnl
13886s/["\\]/\\&/g
13887s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
13888D["\1"]=" \3\\\\\\n"\\/p
13889t cont
13890s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13891t cont
13892d
13893:cont
13894n
13895s/.\{148\}/&'"$ac_delim"'/g
13896t clear
13897:clear
13898s/\\$//
13899t bsnlc
13900s/["\\]/\\&/g; s/^/"/; s/$/"/p
13901d
13902:bsnlc
13903s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13904b cont
13905' <confdefs.h | sed '
13906s/'"$ac_delim"'/"\\\
13907"/g' >>$CONFIG_STATUS || ac_write_fail=1
13908
13909cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13910  for (key in D) D_is_set[key] = 1
13911  FS = ""
13912}
13913/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13914  line = \$ 0
13915  split(line, arg, " ")
13916  if (arg[1] == "#") {
13917    defundef = arg[2]
13918    mac1 = arg[3]
13919  } else {
13920    defundef = substr(arg[1], 2)
13921    mac1 = arg[2]
13922  }
13923  split(mac1, mac2, "(") #)
13924  macro = mac2[1]
13925  prefix = substr(line, 1, index(line, defundef) - 1)
13926  if (D_is_set[macro]) {
13927    # Preserve the white space surrounding the "#".
13928    print prefix "define", macro P[macro] D[macro]
13929    next
13930  } else {
13931    # Replace #undef with comments.  This is necessary, for example,
13932    # in the case of _POSIX_SOURCE, which is predefined and required
13933    # on some systems where configure will not decide to define it.
13934    if (defundef == "undef") {
13935      print "/*", prefix defundef, macro, "*/"
13936      next
13937    }
13938  }
13939}
13940{ print }
13941_ACAWK
13942_ACEOF
13943cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13944  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13945fi # test -n "$CONFIG_HEADERS"
13946
13947
13948eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13949shift
13950for ac_tag
13951do
13952  case $ac_tag in
13953  :[FHLC]) ac_mode=$ac_tag; continue;;
13954  esac
13955  case $ac_mode$ac_tag in
13956  :[FHL]*:*);;
13957  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13958  :[FH]-) ac_tag=-:-;;
13959  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13960  esac
13961  ac_save_IFS=$IFS
13962  IFS=:
13963  set x $ac_tag
13964  IFS=$ac_save_IFS
13965  shift
13966  ac_file=$1
13967  shift
13968
13969  case $ac_mode in
13970  :L) ac_source=$1;;
13971  :[FH])
13972    ac_file_inputs=
13973    for ac_f
13974    do
13975      case $ac_f in
13976      -) ac_f="$ac_tmp/stdin";;
13977      *) # Look for the file first in the build tree, then in the source tree
13978	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
13979	 # because $ac_f cannot contain `:'.
13980	 test -f "$ac_f" ||
13981	   case $ac_f in
13982	   [\\/$]*) false;;
13983	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13984	   esac ||
13985	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13986      esac
13987      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13988      as_fn_append ac_file_inputs " '$ac_f'"
13989    done
13990
13991    # Let's still pretend it is `configure' which instantiates (i.e., don't
13992    # use $as_me), people would be surprised to read:
13993    #    /* config.h.  Generated by config.status.  */
13994    configure_input='Generated from '`
13995	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13996	`' by configure.'
13997    if test x"$ac_file" != x-; then
13998      configure_input="$ac_file.  $configure_input"
13999      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14000$as_echo "$as_me: creating $ac_file" >&6;}
14001    fi
14002    # Neutralize special characters interpreted by sed in replacement strings.
14003    case $configure_input in #(
14004    *\&* | *\|* | *\\* )
14005       ac_sed_conf_input=`$as_echo "$configure_input" |
14006       sed 's/[\\\\&|]/\\\\&/g'`;; #(
14007    *) ac_sed_conf_input=$configure_input;;
14008    esac
14009
14010    case $ac_tag in
14011    *:-:* | *:-) cat >"$ac_tmp/stdin" \
14012      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14013    esac
14014    ;;
14015  esac
14016
14017  ac_dir=`$as_dirname -- "$ac_file" ||
14018$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14019	 X"$ac_file" : 'X\(//\)[^/]' \| \
14020	 X"$ac_file" : 'X\(//\)$' \| \
14021	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14022$as_echo X"$ac_file" |
14023    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14024	    s//\1/
14025	    q
14026	  }
14027	  /^X\(\/\/\)[^/].*/{
14028	    s//\1/
14029	    q
14030	  }
14031	  /^X\(\/\/\)$/{
14032	    s//\1/
14033	    q
14034	  }
14035	  /^X\(\/\).*/{
14036	    s//\1/
14037	    q
14038	  }
14039	  s/.*/./; q'`
14040  as_dir="$ac_dir"; as_fn_mkdir_p
14041  ac_builddir=.
14042
14043case "$ac_dir" in
14044.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14045*)
14046  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14047  # A ".." for each directory in $ac_dir_suffix.
14048  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14049  case $ac_top_builddir_sub in
14050  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14051  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14052  esac ;;
14053esac
14054ac_abs_top_builddir=$ac_pwd
14055ac_abs_builddir=$ac_pwd$ac_dir_suffix
14056# for backward compatibility:
14057ac_top_builddir=$ac_top_build_prefix
14058
14059case $srcdir in
14060  .)  # We are building in place.
14061    ac_srcdir=.
14062    ac_top_srcdir=$ac_top_builddir_sub
14063    ac_abs_top_srcdir=$ac_pwd ;;
14064  [\\/]* | ?:[\\/]* )  # Absolute name.
14065    ac_srcdir=$srcdir$ac_dir_suffix;
14066    ac_top_srcdir=$srcdir
14067    ac_abs_top_srcdir=$srcdir ;;
14068  *) # Relative name.
14069    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14070    ac_top_srcdir=$ac_top_build_prefix$srcdir
14071    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14072esac
14073ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14074
14075
14076  case $ac_mode in
14077  :F)
14078  #
14079  # CONFIG_FILE
14080  #
14081
14082  case $INSTALL in
14083  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14084  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14085  esac
14086  ac_MKDIR_P=$MKDIR_P
14087  case $MKDIR_P in
14088  [\\/$]* | ?:[\\/]* ) ;;
14089  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14090  esac
14091_ACEOF
14092
14093cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14094# If the template does not know about datarootdir, expand it.
14095# FIXME: This hack should be removed a few years after 2.60.
14096ac_datarootdir_hack=; ac_datarootdir_seen=
14097ac_sed_dataroot='
14098/datarootdir/ {
14099  p
14100  q
14101}
14102/@datadir@/p
14103/@docdir@/p
14104/@infodir@/p
14105/@localedir@/p
14106/@mandir@/p'
14107case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14108*datarootdir*) ac_datarootdir_seen=yes;;
14109*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14110  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14111$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14112_ACEOF
14113cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14114  ac_datarootdir_hack='
14115  s&@datadir@&$datadir&g
14116  s&@docdir@&$docdir&g
14117  s&@infodir@&$infodir&g
14118  s&@localedir@&$localedir&g
14119  s&@mandir@&$mandir&g
14120  s&\\\${datarootdir}&$datarootdir&g' ;;
14121esac
14122_ACEOF
14123
14124# Neutralize VPATH when `$srcdir' = `.'.
14125# Shell code in configure.ac might set extrasub.
14126# FIXME: do we really want to maintain this feature?
14127cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14128ac_sed_extra="$ac_vpsub
14129$extrasub
14130_ACEOF
14131cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14132:t
14133/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14134s|@configure_input@|$ac_sed_conf_input|;t t
14135s&@top_builddir@&$ac_top_builddir_sub&;t t
14136s&@top_build_prefix@&$ac_top_build_prefix&;t t
14137s&@srcdir@&$ac_srcdir&;t t
14138s&@abs_srcdir@&$ac_abs_srcdir&;t t
14139s&@top_srcdir@&$ac_top_srcdir&;t t
14140s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14141s&@builddir@&$ac_builddir&;t t
14142s&@abs_builddir@&$ac_abs_builddir&;t t
14143s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14144s&@INSTALL@&$ac_INSTALL&;t t
14145s&@MKDIR_P@&$ac_MKDIR_P&;t t
14146$ac_datarootdir_hack
14147"
14148eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14149  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14150
14151test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14152  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14153  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
14154      "$ac_tmp/out"`; test -z "$ac_out"; } &&
14155  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14156which seems to be undefined.  Please make sure it is defined" >&5
14157$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14158which seems to be undefined.  Please make sure it is defined" >&2;}
14159
14160  rm -f "$ac_tmp/stdin"
14161  case $ac_file in
14162  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14163  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14164  esac \
14165  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14166 ;;
14167  :H)
14168  #
14169  # CONFIG_HEADER
14170  #
14171  if test x"$ac_file" != x-; then
14172    {
14173      $as_echo "/* $configure_input  */" \
14174      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14175    } >"$ac_tmp/config.h" \
14176      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14177    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14178      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14179$as_echo "$as_me: $ac_file is unchanged" >&6;}
14180    else
14181      rm -f "$ac_file"
14182      mv "$ac_tmp/config.h" "$ac_file" \
14183	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
14184    fi
14185  else
14186    $as_echo "/* $configure_input  */" \
14187      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14188      || as_fn_error $? "could not create -" "$LINENO" 5
14189  fi
14190# Compute "$ac_file"'s index in $config_headers.
14191_am_arg="$ac_file"
14192_am_stamp_count=1
14193for _am_header in $config_headers :; do
14194  case $_am_header in
14195    $_am_arg | $_am_arg:* )
14196      break ;;
14197    * )
14198      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14199  esac
14200done
14201echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14202$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14203	 X"$_am_arg" : 'X\(//\)[^/]' \| \
14204	 X"$_am_arg" : 'X\(//\)$' \| \
14205	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14206$as_echo X"$_am_arg" |
14207    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14208	    s//\1/
14209	    q
14210	  }
14211	  /^X\(\/\/\)[^/].*/{
14212	    s//\1/
14213	    q
14214	  }
14215	  /^X\(\/\/\)$/{
14216	    s//\1/
14217	    q
14218	  }
14219	  /^X\(\/\).*/{
14220	    s//\1/
14221	    q
14222	  }
14223	  s/.*/./; q'`/stamp-h$_am_stamp_count
14224 ;;
14225
14226  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14227$as_echo "$as_me: executing $ac_file commands" >&6;}
14228 ;;
14229  esac
14230
14231
14232  case $ac_file$ac_mode in
14233    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14234  # Older Autoconf quotes --file arguments for eval, but not when files
14235  # are listed without --file.  Let's play safe and only enable the eval
14236  # if we detect the quoting.
14237  case $CONFIG_FILES in
14238  *\'*) eval set x "$CONFIG_FILES" ;;
14239  *)   set x $CONFIG_FILES ;;
14240  esac
14241  shift
14242  for mf
14243  do
14244    # Strip MF so we end up with the name of the file.
14245    mf=`echo "$mf" | sed -e 's/:.*$//'`
14246    # Check whether this is an Automake generated Makefile or not.
14247    # We used to match only the files named 'Makefile.in', but
14248    # some people rename them; so instead we look at the file content.
14249    # Grep'ing the first line is not enough: some people post-process
14250    # each Makefile.in and add a new line on top of each file to say so.
14251    # Grep'ing the whole file is not good either: AIX grep has a line
14252    # limit of 2048, but all sed's we know have understand at least 4000.
14253    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14254      dirpart=`$as_dirname -- "$mf" ||
14255$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14256	 X"$mf" : 'X\(//\)[^/]' \| \
14257	 X"$mf" : 'X\(//\)$' \| \
14258	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14259$as_echo X"$mf" |
14260    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14261	    s//\1/
14262	    q
14263	  }
14264	  /^X\(\/\/\)[^/].*/{
14265	    s//\1/
14266	    q
14267	  }
14268	  /^X\(\/\/\)$/{
14269	    s//\1/
14270	    q
14271	  }
14272	  /^X\(\/\).*/{
14273	    s//\1/
14274	    q
14275	  }
14276	  s/.*/./; q'`
14277    else
14278      continue
14279    fi
14280    # Extract the definition of DEPDIR, am__include, and am__quote
14281    # from the Makefile without running 'make'.
14282    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14283    test -z "$DEPDIR" && continue
14284    am__include=`sed -n 's/^am__include = //p' < "$mf"`
14285    test -z "$am__include" && continue
14286    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14287    # Find all dependency output files, they are included files with
14288    # $(DEPDIR) in their names.  We invoke sed twice because it is the
14289    # simplest approach to changing $(DEPDIR) to its actual value in the
14290    # expansion.
14291    for file in `sed -n "
14292      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14293	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14294      # Make sure the directory exists.
14295      test -f "$dirpart/$file" && continue
14296      fdir=`$as_dirname -- "$file" ||
14297$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14298	 X"$file" : 'X\(//\)[^/]' \| \
14299	 X"$file" : 'X\(//\)$' \| \
14300	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14301$as_echo X"$file" |
14302    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14303	    s//\1/
14304	    q
14305	  }
14306	  /^X\(\/\/\)[^/].*/{
14307	    s//\1/
14308	    q
14309	  }
14310	  /^X\(\/\/\)$/{
14311	    s//\1/
14312	    q
14313	  }
14314	  /^X\(\/\).*/{
14315	    s//\1/
14316	    q
14317	  }
14318	  s/.*/./; q'`
14319      as_dir=$dirpart/$fdir; as_fn_mkdir_p
14320      # echo "creating $dirpart/$file"
14321      echo '# dummy' > "$dirpart/$file"
14322    done
14323  done
14324}
14325 ;;
14326    "libtool":C)
14327
14328    # See if we are running on zsh, and set the options which allow our
14329    # commands through without removal of \ escapes.
14330    if test -n "${ZSH_VERSION+set}" ; then
14331      setopt NO_GLOB_SUBST
14332    fi
14333
14334    cfgfile="${ofile}T"
14335    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14336    $RM "$cfgfile"
14337
14338    cat <<_LT_EOF >> "$cfgfile"
14339#! $SHELL
14340
14341# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14342# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14343# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14344# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14345#
14346#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14347#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14348#   Written by Gordon Matzigkeit, 1996
14349#
14350#   This file is part of GNU Libtool.
14351#
14352# GNU Libtool is free software; you can redistribute it and/or
14353# modify it under the terms of the GNU General Public License as
14354# published by the Free Software Foundation; either version 2 of
14355# the License, or (at your option) any later version.
14356#
14357# As a special exception to the GNU General Public License,
14358# if you distribute this file as part of a program or library that
14359# is built using GNU Libtool, you may include this file under the
14360# same distribution terms that you use for the rest of that program.
14361#
14362# GNU Libtool is distributed in the hope that it will be useful,
14363# but WITHOUT ANY WARRANTY; without even the implied warranty of
14364# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14365# GNU General Public License for more details.
14366#
14367# You should have received a copy of the GNU General Public License
14368# along with GNU Libtool; see the file COPYING.  If not, a copy
14369# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14370# obtained by writing to the Free Software Foundation, Inc.,
14371# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14372
14373
14374# The names of the tagged configurations supported by this script.
14375available_tags=""
14376
14377# ### BEGIN LIBTOOL CONFIG
14378
14379# Whether or not to build shared libraries.
14380build_libtool_libs=$enable_shared
14381
14382# Which release of libtool.m4 was used?
14383macro_version=$macro_version
14384macro_revision=$macro_revision
14385
14386# Whether or not to build static libraries.
14387build_old_libs=$enable_static
14388
14389# What type of objects to build.
14390pic_mode=$pic_mode
14391
14392# Whether or not to optimize for fast installation.
14393fast_install=$enable_fast_install
14394
14395# Shell to use when invoking shell scripts.
14396SHELL=$lt_SHELL
14397
14398# An echo program that protects backslashes.
14399ECHO=$lt_ECHO
14400
14401# The host system.
14402host_alias=$host_alias
14403host=$host
14404host_os=$host_os
14405
14406# The build system.
14407build_alias=$build_alias
14408build=$build
14409build_os=$build_os
14410
14411# A sed program that does not truncate output.
14412SED=$lt_SED
14413
14414# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14415Xsed="\$SED -e 1s/^X//"
14416
14417# A grep program that handles long lines.
14418GREP=$lt_GREP
14419
14420# An ERE matcher.
14421EGREP=$lt_EGREP
14422
14423# A literal string matcher.
14424FGREP=$lt_FGREP
14425
14426# A BSD- or MS-compatible name lister.
14427NM=$lt_NM
14428
14429# Whether we need soft or hard links.
14430LN_S=$lt_LN_S
14431
14432# What is the maximum length of a command?
14433max_cmd_len=$max_cmd_len
14434
14435# Object file suffix (normally "o").
14436objext=$ac_objext
14437
14438# Executable file suffix (normally "").
14439exeext=$exeext
14440
14441# whether the shell understands "unset".
14442lt_unset=$lt_unset
14443
14444# turn spaces into newlines.
14445SP2NL=$lt_lt_SP2NL
14446
14447# turn newlines into spaces.
14448NL2SP=$lt_lt_NL2SP
14449
14450# An object symbol dumper.
14451OBJDUMP=$lt_OBJDUMP
14452
14453# Method to check whether dependent libraries are shared objects.
14454deplibs_check_method=$lt_deplibs_check_method
14455
14456# Command to use when deplibs_check_method == "file_magic".
14457file_magic_cmd=$lt_file_magic_cmd
14458
14459# The archiver.
14460AR=$lt_AR
14461AR_FLAGS=$lt_AR_FLAGS
14462
14463# A symbol stripping program.
14464STRIP=$lt_STRIP
14465
14466# Commands used to install an old-style archive.
14467RANLIB=$lt_RANLIB
14468old_postinstall_cmds=$lt_old_postinstall_cmds
14469old_postuninstall_cmds=$lt_old_postuninstall_cmds
14470
14471# Whether to use a lock for old archive extraction.
14472lock_old_archive_extraction=$lock_old_archive_extraction
14473
14474# A C compiler.
14475LTCC=$lt_CC
14476
14477# LTCC compiler flags.
14478LTCFLAGS=$lt_CFLAGS
14479
14480# Take the output of nm and produce a listing of raw symbols and C names.
14481global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14482
14483# Transform the output of nm in a proper C declaration.
14484global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14485
14486# Transform the output of nm in a C name address pair.
14487global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14488
14489# Transform the output of nm in a C name address pair when lib prefix is needed.
14490global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14491
14492# The name of the directory that contains temporary libtool files.
14493objdir=$objdir
14494
14495# Used to examine libraries when file_magic_cmd begins with "file".
14496MAGIC_CMD=$MAGIC_CMD
14497
14498# Must we lock files when doing compilation?
14499need_locks=$lt_need_locks
14500
14501# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14502DSYMUTIL=$lt_DSYMUTIL
14503
14504# Tool to change global to local symbols on Mac OS X.
14505NMEDIT=$lt_NMEDIT
14506
14507# Tool to manipulate fat objects and archives on Mac OS X.
14508LIPO=$lt_LIPO
14509
14510# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14511OTOOL=$lt_OTOOL
14512
14513# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14514OTOOL64=$lt_OTOOL64
14515
14516# Old archive suffix (normally "a").
14517libext=$libext
14518
14519# Shared library suffix (normally ".so").
14520shrext_cmds=$lt_shrext_cmds
14521
14522# The commands to extract the exported symbol list from a shared archive.
14523extract_expsyms_cmds=$lt_extract_expsyms_cmds
14524
14525# Variables whose values should be saved in libtool wrapper scripts and
14526# restored at link time.
14527variables_saved_for_relink=$lt_variables_saved_for_relink
14528
14529# Do we need the "lib" prefix for modules?
14530need_lib_prefix=$need_lib_prefix
14531
14532# Do we need a version for libraries?
14533need_version=$need_version
14534
14535# Library versioning type.
14536version_type=$version_type
14537
14538# Shared library runtime path variable.
14539runpath_var=$runpath_var
14540
14541# Shared library path variable.
14542shlibpath_var=$shlibpath_var
14543
14544# Is shlibpath searched before the hard-coded library search path?
14545shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14546
14547# Format of library name prefix.
14548libname_spec=$lt_libname_spec
14549
14550# List of archive names.  First name is the real one, the rest are links.
14551# The last name is the one that the linker finds with -lNAME
14552library_names_spec=$lt_library_names_spec
14553
14554# The coded name of the library, if different from the real name.
14555soname_spec=$lt_soname_spec
14556
14557# Permission mode override for installation of shared libraries.
14558install_override_mode=$lt_install_override_mode
14559
14560# Command to use after installation of a shared archive.
14561postinstall_cmds=$lt_postinstall_cmds
14562
14563# Command to use after uninstallation of a shared archive.
14564postuninstall_cmds=$lt_postuninstall_cmds
14565
14566# Commands used to finish a libtool library installation in a directory.
14567finish_cmds=$lt_finish_cmds
14568
14569# As "finish_cmds", except a single script fragment to be evaled but
14570# not shown.
14571finish_eval=$lt_finish_eval
14572
14573# Whether we should hardcode library paths into libraries.
14574hardcode_into_libs=$hardcode_into_libs
14575
14576# Compile-time system search path for libraries.
14577sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14578
14579# Run-time system search path for libraries.
14580sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14581
14582# Whether dlopen is supported.
14583dlopen_support=$enable_dlopen
14584
14585# Whether dlopen of programs is supported.
14586dlopen_self=$enable_dlopen_self
14587
14588# Whether dlopen of statically linked programs is supported.
14589dlopen_self_static=$enable_dlopen_self_static
14590
14591# Commands to strip libraries.
14592old_striplib=$lt_old_striplib
14593striplib=$lt_striplib
14594
14595
14596# The linker used to build libraries.
14597LD=$lt_LD
14598
14599# How to create reloadable object files.
14600reload_flag=$lt_reload_flag
14601reload_cmds=$lt_reload_cmds
14602
14603# Commands used to build an old-style archive.
14604old_archive_cmds=$lt_old_archive_cmds
14605
14606# A language specific compiler.
14607CC=$lt_compiler
14608
14609# Is the compiler the GNU compiler?
14610with_gcc=$GCC
14611
14612# Compiler flag to turn off builtin functions.
14613no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14614
14615# How to pass a linker flag through the compiler.
14616wl=$lt_lt_prog_compiler_wl
14617
14618# Additional compiler flags for building library objects.
14619pic_flag=$lt_lt_prog_compiler_pic
14620
14621# Compiler flag to prevent dynamic linking.
14622link_static_flag=$lt_lt_prog_compiler_static
14623
14624# Does compiler simultaneously support -c and -o options?
14625compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14626
14627# Whether or not to add -lc for building shared libraries.
14628build_libtool_need_lc=$archive_cmds_need_lc
14629
14630# Whether or not to disallow shared libs when runtime libs are static.
14631allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14632
14633# Compiler flag to allow reflexive dlopens.
14634export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14635
14636# Compiler flag to generate shared objects directly from archives.
14637whole_archive_flag_spec=$lt_whole_archive_flag_spec
14638
14639# Whether the compiler copes with passing no objects directly.
14640compiler_needs_object=$lt_compiler_needs_object
14641
14642# Create an old-style archive from a shared archive.
14643old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14644
14645# Create a temporary old-style archive to link instead of a shared archive.
14646old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14647
14648# Commands used to build a shared archive.
14649archive_cmds=$lt_archive_cmds
14650archive_expsym_cmds=$lt_archive_expsym_cmds
14651
14652# Commands used to build a loadable module if different from building
14653# a shared archive.
14654module_cmds=$lt_module_cmds
14655module_expsym_cmds=$lt_module_expsym_cmds
14656
14657# Whether we are building with GNU ld or not.
14658with_gnu_ld=$lt_with_gnu_ld
14659
14660# Flag that allows shared libraries with undefined symbols to be built.
14661allow_undefined_flag=$lt_allow_undefined_flag
14662
14663# Flag that enforces no undefined symbols.
14664no_undefined_flag=$lt_no_undefined_flag
14665
14666# Flag to hardcode \$libdir into a binary during linking.
14667# This must work even if \$libdir does not exist
14668hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14669
14670# If ld is used when linking, flag to hardcode \$libdir into a binary
14671# during linking.  This must work even if \$libdir does not exist.
14672hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14673
14674# Whether we need a single "-rpath" flag with a separated argument.
14675hardcode_libdir_separator=$lt_hardcode_libdir_separator
14676
14677# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14678# DIR into the resulting binary.
14679hardcode_direct=$hardcode_direct
14680
14681# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14682# DIR into the resulting binary and the resulting library dependency is
14683# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14684# library is relocated.
14685hardcode_direct_absolute=$hardcode_direct_absolute
14686
14687# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14688# into the resulting binary.
14689hardcode_minus_L=$hardcode_minus_L
14690
14691# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14692# into the resulting binary.
14693hardcode_shlibpath_var=$hardcode_shlibpath_var
14694
14695# Set to "yes" if building a shared library automatically hardcodes DIR
14696# into the library and all subsequent libraries and executables linked
14697# against it.
14698hardcode_automatic=$hardcode_automatic
14699
14700# Set to yes if linker adds runtime paths of dependent libraries
14701# to runtime path list.
14702inherit_rpath=$inherit_rpath
14703
14704# Whether libtool must link a program against all its dependency libraries.
14705link_all_deplibs=$link_all_deplibs
14706
14707# Fix the shell variable \$srcfile for the compiler.
14708fix_srcfile_path=$lt_fix_srcfile_path
14709
14710# Set to "yes" if exported symbols are required.
14711always_export_symbols=$always_export_symbols
14712
14713# The commands to list exported symbols.
14714export_symbols_cmds=$lt_export_symbols_cmds
14715
14716# Symbols that should not be listed in the preloaded symbols.
14717exclude_expsyms=$lt_exclude_expsyms
14718
14719# Symbols that must always be exported.
14720include_expsyms=$lt_include_expsyms
14721
14722# Commands necessary for linking programs (against libraries) with templates.
14723prelink_cmds=$lt_prelink_cmds
14724
14725# Specify filename containing input files.
14726file_list_spec=$lt_file_list_spec
14727
14728# How to hardcode a shared library path into an executable.
14729hardcode_action=$hardcode_action
14730
14731# ### END LIBTOOL CONFIG
14732
14733_LT_EOF
14734
14735  case $host_os in
14736  aix3*)
14737    cat <<\_LT_EOF >> "$cfgfile"
14738# AIX sometimes has problems with the GCC collect2 program.  For some
14739# reason, if we set the COLLECT_NAMES environment variable, the problems
14740# vanish in a puff of smoke.
14741if test "X${COLLECT_NAMES+set}" != Xset; then
14742  COLLECT_NAMES=
14743  export COLLECT_NAMES
14744fi
14745_LT_EOF
14746    ;;
14747  esac
14748
14749
14750ltmain="$ac_aux_dir/ltmain.sh"
14751
14752
14753  # We use sed instead of cat because bash on DJGPP gets confused if
14754  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
14755  # text mode, it properly converts lines to CR/LF.  This bash problem
14756  # is reportedly fixed, but why not run on old versions too?
14757  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14758    || (rm -f "$cfgfile"; exit 1)
14759
14760  case $xsi_shell in
14761  yes)
14762    cat << \_LT_EOF >> "$cfgfile"
14763
14764# func_dirname file append nondir_replacement
14765# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14766# otherwise set result to NONDIR_REPLACEMENT.
14767func_dirname ()
14768{
14769  case ${1} in
14770    */*) func_dirname_result="${1%/*}${2}" ;;
14771    *  ) func_dirname_result="${3}" ;;
14772  esac
14773}
14774
14775# func_basename file
14776func_basename ()
14777{
14778  func_basename_result="${1##*/}"
14779}
14780
14781# func_dirname_and_basename file append nondir_replacement
14782# perform func_basename and func_dirname in a single function
14783# call:
14784#   dirname:  Compute the dirname of FILE.  If nonempty,
14785#             add APPEND to the result, otherwise set result
14786#             to NONDIR_REPLACEMENT.
14787#             value returned in "$func_dirname_result"
14788#   basename: Compute filename of FILE.
14789#             value retuned in "$func_basename_result"
14790# Implementation must be kept synchronized with func_dirname
14791# and func_basename. For efficiency, we do not delegate to
14792# those functions but instead duplicate the functionality here.
14793func_dirname_and_basename ()
14794{
14795  case ${1} in
14796    */*) func_dirname_result="${1%/*}${2}" ;;
14797    *  ) func_dirname_result="${3}" ;;
14798  esac
14799  func_basename_result="${1##*/}"
14800}
14801
14802# func_stripname prefix suffix name
14803# strip PREFIX and SUFFIX off of NAME.
14804# PREFIX and SUFFIX must not contain globbing or regex special
14805# characters, hashes, percent signs, but SUFFIX may contain a leading
14806# dot (in which case that matches only a dot).
14807func_stripname ()
14808{
14809  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14810  # positional parameters, so assign one to ordinary parameter first.
14811  func_stripname_result=${3}
14812  func_stripname_result=${func_stripname_result#"${1}"}
14813  func_stripname_result=${func_stripname_result%"${2}"}
14814}
14815
14816# func_opt_split
14817func_opt_split ()
14818{
14819  func_opt_split_opt=${1%%=*}
14820  func_opt_split_arg=${1#*=}
14821}
14822
14823# func_lo2o object
14824func_lo2o ()
14825{
14826  case ${1} in
14827    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14828    *)    func_lo2o_result=${1} ;;
14829  esac
14830}
14831
14832# func_xform libobj-or-source
14833func_xform ()
14834{
14835  func_xform_result=${1%.*}.lo
14836}
14837
14838# func_arith arithmetic-term...
14839func_arith ()
14840{
14841  func_arith_result=$(( $* ))
14842}
14843
14844# func_len string
14845# STRING may not start with a hyphen.
14846func_len ()
14847{
14848  func_len_result=${#1}
14849}
14850
14851_LT_EOF
14852    ;;
14853  *) # Bourne compatible functions.
14854    cat << \_LT_EOF >> "$cfgfile"
14855
14856# func_dirname file append nondir_replacement
14857# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14858# otherwise set result to NONDIR_REPLACEMENT.
14859func_dirname ()
14860{
14861  # Extract subdirectory from the argument.
14862  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14863  if test "X$func_dirname_result" = "X${1}"; then
14864    func_dirname_result="${3}"
14865  else
14866    func_dirname_result="$func_dirname_result${2}"
14867  fi
14868}
14869
14870# func_basename file
14871func_basename ()
14872{
14873  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14874}
14875
14876
14877# func_stripname prefix suffix name
14878# strip PREFIX and SUFFIX off of NAME.
14879# PREFIX and SUFFIX must not contain globbing or regex special
14880# characters, hashes, percent signs, but SUFFIX may contain a leading
14881# dot (in which case that matches only a dot).
14882# func_strip_suffix prefix name
14883func_stripname ()
14884{
14885  case ${2} in
14886    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14887    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14888  esac
14889}
14890
14891# sed scripts:
14892my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14893my_sed_long_arg='1s/^-[^=]*=//'
14894
14895# func_opt_split
14896func_opt_split ()
14897{
14898  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14899  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14900}
14901
14902# func_lo2o object
14903func_lo2o ()
14904{
14905  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14906}
14907
14908# func_xform libobj-or-source
14909func_xform ()
14910{
14911  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14912}
14913
14914# func_arith arithmetic-term...
14915func_arith ()
14916{
14917  func_arith_result=`expr "$@"`
14918}
14919
14920# func_len string
14921# STRING may not start with a hyphen.
14922func_len ()
14923{
14924  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14925}
14926
14927_LT_EOF
14928esac
14929
14930case $lt_shell_append in
14931  yes)
14932    cat << \_LT_EOF >> "$cfgfile"
14933
14934# func_append var value
14935# Append VALUE to the end of shell variable VAR.
14936func_append ()
14937{
14938  eval "$1+=\$2"
14939}
14940_LT_EOF
14941    ;;
14942  *)
14943    cat << \_LT_EOF >> "$cfgfile"
14944
14945# func_append var value
14946# Append VALUE to the end of shell variable VAR.
14947func_append ()
14948{
14949  eval "$1=\$$1\$2"
14950}
14951
14952_LT_EOF
14953    ;;
14954  esac
14955
14956
14957  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14958    || (rm -f "$cfgfile"; exit 1)
14959
14960  mv -f "$cfgfile" "$ofile" ||
14961    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14962  chmod +x "$ofile"
14963
14964 ;;
14965
14966  esac
14967done # for ac_tag
14968
14969
14970as_fn_exit 0
14971_ACEOF
14972ac_clean_files=$ac_clean_files_save
14973
14974test $ac_write_fail = 0 ||
14975  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14976
14977
14978# configure is writing to config.log, and then calls config.status.
14979# config.status does its own redirection, appending to config.log.
14980# Unfortunately, on DOS this fails, as config.log is still kept open
14981# by configure, so config.status won't be able to write to it; its
14982# output is simply discarded.  So we exec the FD to /dev/null,
14983# effectively closing config.log, so it can be properly (re)opened and
14984# appended to by config.status.  When coming back to configure, we
14985# need to make the FD available again.
14986if test "$no_create" != yes; then
14987  ac_cs_success=:
14988  ac_config_status_args=
14989  test "$silent" = yes &&
14990    ac_config_status_args="$ac_config_status_args --quiet"
14991  exec 5>/dev/null
14992  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14993  exec 5>>config.log
14994  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14995  # would make configure fail if this is the last instruction.
14996  $ac_cs_success || as_fn_exit 1
14997fi
14998if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14999  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15000$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15001fi
15002
15003
15004
15005touch config.status.tmp
15006if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
15007  sed '/as_fn_exit 0/i \
15008sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
15009touch --reference=Makefile Makefile.tmp \
15010mv Makefile.tmp Makefile \
15011' config.status > config.status.tmp
15012  touch --reference=config.status config.status.tmp
15013  mv config.status.tmp config.status
15014  chmod +x config.status
15015  sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
15016  touch --reference=Makefile Makefile.tmp
15017  mv Makefile.tmp Makefile
15018else
15019  rm -f config.status.tmp
15020fi
15021