configure revision 1.6
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64 for opcodes 2.25.51.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
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.
90case $0 in #((
91  *[\\/]* ) as_myself=$0 ;;
92  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95  IFS=$as_save_IFS
96  test -z "$as_dir" && as_dir=.
97    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98  done
99IFS=$as_save_IFS
100
101     ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106  as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110  exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there.  '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136  emulate sh
137  NULLCMD=:
138  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139  # is contrary to our usage.  Disable this feature.
140  alias -g '\${1+\"\$@\"}'='\"\$@\"'
141  setopt NO_GLOB_SUBST
142else
143  case \`(set -o) 2>/dev/null\` in #(
144  *posix*) :
145    set -o posix ;; #(
146  *) :
147     ;;
148esac
149fi
150"
151  as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165  exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172test \$(( 1 + 1 )) = 2 || exit 1
173
174  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178    PATH=/empty FPATH=/empty; export PATH FPATH
179    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181  if (eval "$as_required") 2>/dev/null; then :
182  as_have_required=yes
183else
184  as_have_required=no
185fi
186  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192do
193  IFS=$as_save_IFS
194  test -z "$as_dir" && as_dir=.
195  as_found=:
196  case $as_dir in #(
197	 /*)
198	   for as_base in sh bash ksh sh5; do
199	     # Try only shells that exist, to save several forks.
200	     as_shell=$as_dir/$as_base
201	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203  CONFIG_SHELL=$as_shell as_have_required=yes
204		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205  break 2
206fi
207fi
208	   done;;
209       esac
210  as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214  CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219      if test "x$CONFIG_SHELL" != x; then :
220  # We cannot yet assume a decent shell, so we have to provide a
221	# neutralization value for shells without unset; and this also
222	# works around shells that cannot unset nonexistent variables.
223	BASH_ENV=/dev/null
224	ENV=/dev/null
225	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226	export CONFIG_SHELL
227	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230    if test x$as_have_required = xno; then :
231  $as_echo "$0: This script requires a shell more modern than all"
232  $as_echo "$0: the shells that I found on your system."
233  if test x${ZSH_VERSION+set} = xset ; then
234    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236  else
237    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
241  fi
242  exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260  { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269  return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277  set +e
278  as_fn_set_status $1
279  exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288  case $as_dir in #(
289  -*) as_dir=./$as_dir;;
290  esac
291  test -d "$as_dir" || eval $as_mkdir_p || {
292    as_dirs=
293    while :; do
294      case $as_dir in #(
295      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296      *) as_qdir=$as_dir;;
297      esac
298      as_dirs="'$as_qdir' $as_dirs"
299      as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301	 X"$as_dir" : 'X\(//\)[^/]' \| \
302	 X"$as_dir" : 'X\(//\)$' \| \
303	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306	    s//\1/
307	    q
308	  }
309	  /^X\(\/\/\)[^/].*/{
310	    s//\1/
311	    q
312	  }
313	  /^X\(\/\/\)$/{
314	    s//\1/
315	    q
316	  }
317	  /^X\(\/\).*/{
318	    s//\1/
319	    q
320	  }
321	  s/.*/./; q'`
322      test -d "$as_dir" && break
323    done
324    test -z "$as_dirs" || eval "mkdir $as_dirs"
325  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336  eval 'as_fn_append ()
337  {
338    eval $1+=\$2
339  }'
340else
341  as_fn_append ()
342  {
343    eval $1=\$$1\$2
344  }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353  eval 'as_fn_arith ()
354  {
355    as_val=$(( $* ))
356  }'
357else
358  as_fn_arith ()
359  {
360    as_val=`expr "$@" || test $? -eq 1`
361  }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372  as_status=$?; test $as_status -eq 0 && as_status=1
373  if test "$3"; then
374    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376  fi
377  $as_echo "$as_me: error: $1" >&2
378  as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382   test "X`expr 00001 : '.*\(...\)'`" = X001; then
383  as_expr=expr
384else
385  as_expr=false
386fi
387
388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389  as_basename=basename
390else
391  as_basename=false
392fi
393
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395  as_dirname=dirname
396else
397  as_dirname=false
398fi
399
400as_me=`$as_basename -- "$0" ||
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402	 X"$0" : 'X\(//\)$' \| \
403	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405    sed '/^.*\/\([^/][^/]*\)\/*$/{
406	    s//\1/
407	    q
408	  }
409	  /^X\/\(\/\/\)$/{
410	    s//\1/
411	    q
412	  }
413	  /^X\/\(\/\).*/{
414	    s//\1/
415	    q
416	  }
417	  s/.*/./; q'`
418
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427  as_lineno_1=$LINENO as_lineno_1a=$LINENO
428  as_lineno_2=$LINENO as_lineno_2a=$LINENO
429  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
432  sed -n '
433    p
434    /[$]LINENO/=
435  ' <$as_myself |
436    sed '
437      s/[$]LINENO.*/&-/
438      t lineno
439      b
440      :lineno
441      N
442      :loop
443      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444      t loop
445      s/-\n.*//
446    ' >$as_me.lineno &&
447  chmod +x "$as_me.lineno" ||
448    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450  # Don't try to exec as it changes $[0], causing all sort of problems
451  # (the dirname of $[0] is not the place where we might find the
452  # original and so on.  Autoconf is especially sensitive to this).
453  . "./$as_me.lineno"
454  # Exit status is that of the last command.
455  exit
456}
457
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461  case `echo 'xy\c'` in
462  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
463  xy)  ECHO_C='\c';;
464  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
465       ECHO_T='	';;
466  esac;;
467*)
468  ECHO_N='-n';;
469esac
470
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473  rm -f conf$$.dir/conf$$.file
474else
475  rm -f conf$$.dir
476  mkdir conf$$.dir 2>/dev/null
477fi
478if (echo >conf$$.file) 2>/dev/null; then
479  if ln -s conf$$.file conf$$ 2>/dev/null; then
480    as_ln_s='ln -s'
481    # ... but there are two gotchas:
482    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484    # In both cases, we have to default to `cp -p'.
485    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486      as_ln_s='cp -p'
487  elif ln conf$$.file conf$$ 2>/dev/null; then
488    as_ln_s=ln
489  else
490    as_ln_s='cp -p'
491  fi
492else
493  as_ln_s='cp -p'
494fi
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
497
498if mkdir -p . 2>/dev/null; then
499  as_mkdir_p='mkdir -p "$as_dir"'
500else
501  test -d ./-p && rmdir ./-p
502  as_mkdir_p=false
503fi
504
505if test -x / >/dev/null 2>&1; then
506  as_test_x='test -x'
507else
508  if ls -dL / >/dev/null 2>&1; then
509    as_ls_L_option=L
510  else
511    as_ls_L_option=
512  fi
513  as_test_x='
514    eval sh -c '\''
515      if test -d "$1"; then
516	test -d "$1/.";
517      else
518	case $1 in #(
519	-*)set "./$1";;
520	esac;
521	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522	???[sx]*):;;*)false;;esac;fi
523    '\'' sh
524  '
525fi
526as_executable_p=$as_test_x
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537exec 7<&0 </dev/null 6>&1
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555
556# Identity of this package.
557PACKAGE_NAME='opcodes'
558PACKAGE_TARNAME='opcodes'
559PACKAGE_VERSION='2.25.51'
560PACKAGE_STRING='opcodes 2.25.51'
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
563
564ac_unique_file="z8k-dis.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
568#ifdef HAVE_SYS_TYPES_H
569# include <sys/types.h>
570#endif
571#ifdef HAVE_SYS_STAT_H
572# include <sys/stat.h>
573#endif
574#ifdef STDC_HEADERS
575# include <stdlib.h>
576# include <stddef.h>
577#else
578# ifdef HAVE_STDLIB_H
579#  include <stdlib.h>
580# endif
581#endif
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584#  include <memory.h>
585# endif
586# include <string.h>
587#endif
588#ifdef HAVE_STRINGS_H
589# include <strings.h>
590#endif
591#ifdef HAVE_INTTYPES_H
592# include <inttypes.h>
593#endif
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
598# include <unistd.h>
599#endif"
600
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605BFD_MACHINES
606archdefs
607SHARED_DEPENDENCIES
608SHARED_LIBADD
609SHARED_LDFLAGS
610BUILD_LIB_DEPS
611BUILD_LIBS
612LIBM
613cgendir
614CGEN_MAINT_FALSE
615CGEN_MAINT_TRUE
616HDEFINES
617EXEEXT_FOR_BUILD
618CC_FOR_BUILD
619MSGMERGE
620MSGFMT
621MKINSTALLDIRS
622CATOBJEXT
623GENCAT
624INSTOBJEXT
625DATADIRNAME
626CATALOGS
627POSUB
628GMSGFMT
629XGETTEXT
630INCINTL
631LIBINTL_DEP
632LIBINTL
633USE_NLS
634bfdincludedir
635bfdlibdir
636target_noncanonical
637host_noncanonical
638INSTALL_LIBBFD_FALSE
639INSTALL_LIBBFD_TRUE
640MAINT
641MAINTAINER_MODE_FALSE
642MAINTAINER_MODE_TRUE
643NO_WMISSING_FIELD_INITIALIZERS
644NO_WERROR
645WARN_CFLAGS
646OTOOL64
647OTOOL
648LIPO
649NMEDIT
650DSYMUTIL
651OBJDUMP
652LN_S
653NM
654ac_ct_DUMPBIN
655DUMPBIN
656LD
657FGREP
658SED
659LIBTOOL
660RANLIB
661AR
662EGREP
663GREP
664CPP
665am__fastdepCC_FALSE
666am__fastdepCC_TRUE
667CCDEPMODE
668AMDEPBACKSLASH
669AMDEP_FALSE
670AMDEP_TRUE
671am__quote
672am__include
673DEPDIR
674am__untar
675am__tar
676AMTAR
677am__leading_dot
678SET_MAKE
679AWK
680mkdir_p
681MKDIR_P
682INSTALL_STRIP_PROGRAM
683STRIP
684install_sh
685MAKEINFO
686AUTOHEADER
687AUTOMAKE
688AUTOCONF
689ACLOCAL
690VERSION
691PACKAGE
692CYGPATH_W
693am__isrc
694INSTALL_DATA
695INSTALL_SCRIPT
696INSTALL_PROGRAM
697OBJEXT
698EXEEXT
699ac_ct_CC
700CPPFLAGS
701LDFLAGS
702CFLAGS
703CC
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
716target_alias
717host_alias
718build_alias
719LIBS
720ECHO_T
721ECHO_N
722ECHO_C
723DEFS
724mandir
725localedir
726libdir
727psdir
728pdfdir
729dvidir
730htmldir
731infodir
732docdir
733oldincludedir
734includedir
735localstatedir
736sharedstatedir
737sysconfdir
738datadir
739datarootdir
740libexecdir
741sbindir
742bindir
743program_transform_name
744prefix
745exec_prefix
746PACKAGE_URL
747PACKAGE_BUGREPORT
748PACKAGE_STRING
749PACKAGE_VERSION
750PACKAGE_TARNAME
751PACKAGE_NAME
752PATH_SEPARATOR
753SHELL'
754ac_subst_files=''
755ac_user_opts='
756enable_option_checking
757enable_dependency_tracking
758enable_shared
759enable_static
760with_pic
761enable_fast_install
762with_gnu_ld
763enable_libtool_lock
764enable_targets
765enable_werror
766enable_build_warnings
767enable_maintainer_mode
768enable_install_libbfd
769enable_nls
770enable_cgen_maint
771'
772      ac_precious_vars='build_alias
773host_alias
774target_alias
775CC
776CFLAGS
777LDFLAGS
778LIBS
779CPPFLAGS
780CPP'
781
782
783# Initialize some variables set by options.
784ac_init_help=
785ac_init_version=false
786ac_unrecognized_opts=
787ac_unrecognized_sep=
788# The variables have the same names as the options, with
789# dashes changed to underlines.
790cache_file=/dev/null
791exec_prefix=NONE
792no_create=
793no_recursion=
794prefix=NONE
795program_prefix=NONE
796program_suffix=NONE
797program_transform_name=s,x,x,
798silent=
799site=
800srcdir=
801verbose=
802x_includes=NONE
803x_libraries=NONE
804
805# Installation directory options.
806# These are left unexpanded so users can "make install exec_prefix=/foo"
807# and all the variables that are supposed to be based on exec_prefix
808# by default will actually change.
809# Use braces instead of parens because sh, perl, etc. also accept them.
810# (The list follows the same order as the GNU Coding Standards.)
811bindir='${exec_prefix}/bin'
812sbindir='${exec_prefix}/sbin'
813libexecdir='${exec_prefix}/libexec'
814datarootdir='${prefix}/share'
815datadir='${datarootdir}'
816sysconfdir='${prefix}/etc'
817sharedstatedir='${prefix}/com'
818localstatedir='${prefix}/var'
819includedir='${prefix}/include'
820oldincludedir='/usr/include'
821docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
822infodir='${datarootdir}/info'
823htmldir='${docdir}'
824dvidir='${docdir}'
825pdfdir='${docdir}'
826psdir='${docdir}'
827libdir='${exec_prefix}/lib'
828localedir='${datarootdir}/locale'
829mandir='${datarootdir}/man'
830
831ac_prev=
832ac_dashdash=
833for ac_option
834do
835  # If the previous option needs an argument, assign it.
836  if test -n "$ac_prev"; then
837    eval $ac_prev=\$ac_option
838    ac_prev=
839    continue
840  fi
841
842  case $ac_option in
843  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
844  *)	ac_optarg=yes ;;
845  esac
846
847  # Accept the important Cygnus configure options, so we can diagnose typos.
848
849  case $ac_dashdash$ac_option in
850  --)
851    ac_dashdash=yes ;;
852
853  -bindir | --bindir | --bindi | --bind | --bin | --bi)
854    ac_prev=bindir ;;
855  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
856    bindir=$ac_optarg ;;
857
858  -build | --build | --buil | --bui | --bu)
859    ac_prev=build_alias ;;
860  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
861    build_alias=$ac_optarg ;;
862
863  -cache-file | --cache-file | --cache-fil | --cache-fi \
864  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865    ac_prev=cache_file ;;
866  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
868    cache_file=$ac_optarg ;;
869
870  --config-cache | -C)
871    cache_file=config.cache ;;
872
873  -datadir | --datadir | --datadi | --datad)
874    ac_prev=datadir ;;
875  -datadir=* | --datadir=* | --datadi=* | --datad=*)
876    datadir=$ac_optarg ;;
877
878  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879  | --dataroo | --dataro | --datar)
880    ac_prev=datarootdir ;;
881  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883    datarootdir=$ac_optarg ;;
884
885  -disable-* | --disable-*)
886    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
887    # Reject names that are not valid shell variable names.
888    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889      as_fn_error "invalid feature name: $ac_useropt"
890    ac_useropt_orig=$ac_useropt
891    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892    case $ac_user_opts in
893      *"
894"enable_$ac_useropt"
895"*) ;;
896      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897	 ac_unrecognized_sep=', ';;
898    esac
899    eval enable_$ac_useropt=no ;;
900
901  -docdir | --docdir | --docdi | --doc | --do)
902    ac_prev=docdir ;;
903  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904    docdir=$ac_optarg ;;
905
906  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907    ac_prev=dvidir ;;
908  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909    dvidir=$ac_optarg ;;
910
911  -enable-* | --enable-*)
912    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
913    # Reject names that are not valid shell variable names.
914    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915      as_fn_error "invalid feature name: $ac_useropt"
916    ac_useropt_orig=$ac_useropt
917    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918    case $ac_user_opts in
919      *"
920"enable_$ac_useropt"
921"*) ;;
922      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923	 ac_unrecognized_sep=', ';;
924    esac
925    eval enable_$ac_useropt=\$ac_optarg ;;
926
927  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929  | --exec | --exe | --ex)
930    ac_prev=exec_prefix ;;
931  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933  | --exec=* | --exe=* | --ex=*)
934    exec_prefix=$ac_optarg ;;
935
936  -gas | --gas | --ga | --g)
937    # Obsolete; use --with-gas.
938    with_gas=yes ;;
939
940  -help | --help | --hel | --he | -h)
941    ac_init_help=long ;;
942  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943    ac_init_help=recursive ;;
944  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945    ac_init_help=short ;;
946
947  -host | --host | --hos | --ho)
948    ac_prev=host_alias ;;
949  -host=* | --host=* | --hos=* | --ho=*)
950    host_alias=$ac_optarg ;;
951
952  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
953    ac_prev=htmldir ;;
954  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
955  | --ht=*)
956    htmldir=$ac_optarg ;;
957
958  -includedir | --includedir | --includedi | --included | --include \
959  | --includ | --inclu | --incl | --inc)
960    ac_prev=includedir ;;
961  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962  | --includ=* | --inclu=* | --incl=* | --inc=*)
963    includedir=$ac_optarg ;;
964
965  -infodir | --infodir | --infodi | --infod | --info | --inf)
966    ac_prev=infodir ;;
967  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
968    infodir=$ac_optarg ;;
969
970  -libdir | --libdir | --libdi | --libd)
971    ac_prev=libdir ;;
972  -libdir=* | --libdir=* | --libdi=* | --libd=*)
973    libdir=$ac_optarg ;;
974
975  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976  | --libexe | --libex | --libe)
977    ac_prev=libexecdir ;;
978  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979  | --libexe=* | --libex=* | --libe=*)
980    libexecdir=$ac_optarg ;;
981
982  -localedir | --localedir | --localedi | --localed | --locale)
983    ac_prev=localedir ;;
984  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985    localedir=$ac_optarg ;;
986
987  -localstatedir | --localstatedir | --localstatedi | --localstated \
988  | --localstate | --localstat | --localsta | --localst | --locals)
989    ac_prev=localstatedir ;;
990  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
991  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
992    localstatedir=$ac_optarg ;;
993
994  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
995    ac_prev=mandir ;;
996  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
997    mandir=$ac_optarg ;;
998
999  -nfp | --nfp | --nf)
1000    # Obsolete; use --without-fp.
1001    with_fp=no ;;
1002
1003  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1004  | --no-cr | --no-c | -n)
1005    no_create=yes ;;
1006
1007  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1009    no_recursion=yes ;;
1010
1011  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013  | --oldin | --oldi | --old | --ol | --o)
1014    ac_prev=oldincludedir ;;
1015  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1018    oldincludedir=$ac_optarg ;;
1019
1020  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1021    ac_prev=prefix ;;
1022  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1023    prefix=$ac_optarg ;;
1024
1025  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026  | --program-pre | --program-pr | --program-p)
1027    ac_prev=program_prefix ;;
1028  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1030    program_prefix=$ac_optarg ;;
1031
1032  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033  | --program-suf | --program-su | --program-s)
1034    ac_prev=program_suffix ;;
1035  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1037    program_suffix=$ac_optarg ;;
1038
1039  -program-transform-name | --program-transform-name \
1040  | --program-transform-nam | --program-transform-na \
1041  | --program-transform-n | --program-transform- \
1042  | --program-transform | --program-transfor \
1043  | --program-transfo | --program-transf \
1044  | --program-trans | --program-tran \
1045  | --progr-tra | --program-tr | --program-t)
1046    ac_prev=program_transform_name ;;
1047  -program-transform-name=* | --program-transform-name=* \
1048  | --program-transform-nam=* | --program-transform-na=* \
1049  | --program-transform-n=* | --program-transform-=* \
1050  | --program-transform=* | --program-transfor=* \
1051  | --program-transfo=* | --program-transf=* \
1052  | --program-trans=* | --program-tran=* \
1053  | --progr-tra=* | --program-tr=* | --program-t=*)
1054    program_transform_name=$ac_optarg ;;
1055
1056  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1057    ac_prev=pdfdir ;;
1058  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059    pdfdir=$ac_optarg ;;
1060
1061  -psdir | --psdir | --psdi | --psd | --ps)
1062    ac_prev=psdir ;;
1063  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1064    psdir=$ac_optarg ;;
1065
1066  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067  | -silent | --silent | --silen | --sile | --sil)
1068    silent=yes ;;
1069
1070  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1071    ac_prev=sbindir ;;
1072  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1073  | --sbi=* | --sb=*)
1074    sbindir=$ac_optarg ;;
1075
1076  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078  | --sharedst | --shareds | --shared | --share | --shar \
1079  | --sha | --sh)
1080    ac_prev=sharedstatedir ;;
1081  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1084  | --sha=* | --sh=*)
1085    sharedstatedir=$ac_optarg ;;
1086
1087  -site | --site | --sit)
1088    ac_prev=site ;;
1089  -site=* | --site=* | --sit=*)
1090    site=$ac_optarg ;;
1091
1092  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1093    ac_prev=srcdir ;;
1094  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1095    srcdir=$ac_optarg ;;
1096
1097  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098  | --syscon | --sysco | --sysc | --sys | --sy)
1099    ac_prev=sysconfdir ;;
1100  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1102    sysconfdir=$ac_optarg ;;
1103
1104  -target | --target | --targe | --targ | --tar | --ta | --t)
1105    ac_prev=target_alias ;;
1106  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1107    target_alias=$ac_optarg ;;
1108
1109  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1110    verbose=yes ;;
1111
1112  -version | --version | --versio | --versi | --vers | -V)
1113    ac_init_version=: ;;
1114
1115  -with-* | --with-*)
1116    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1117    # Reject names that are not valid shell variable names.
1118    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1119      as_fn_error "invalid package name: $ac_useropt"
1120    ac_useropt_orig=$ac_useropt
1121    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122    case $ac_user_opts in
1123      *"
1124"with_$ac_useropt"
1125"*) ;;
1126      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127	 ac_unrecognized_sep=', ';;
1128    esac
1129    eval with_$ac_useropt=\$ac_optarg ;;
1130
1131  -without-* | --without-*)
1132    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133    # Reject names that are not valid shell variable names.
1134    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135      as_fn_error "invalid package name: $ac_useropt"
1136    ac_useropt_orig=$ac_useropt
1137    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138    case $ac_user_opts in
1139      *"
1140"with_$ac_useropt"
1141"*) ;;
1142      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143	 ac_unrecognized_sep=', ';;
1144    esac
1145    eval with_$ac_useropt=no ;;
1146
1147  --x)
1148    # Obsolete; use --with-x.
1149    with_x=yes ;;
1150
1151  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152  | --x-incl | --x-inc | --x-in | --x-i)
1153    ac_prev=x_includes ;;
1154  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1156    x_includes=$ac_optarg ;;
1157
1158  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160    ac_prev=x_libraries ;;
1161  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1163    x_libraries=$ac_optarg ;;
1164
1165  -*) as_fn_error "unrecognized option: \`$ac_option'
1166Try \`$0 --help' for more information."
1167    ;;
1168
1169  *=*)
1170    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171    # Reject names that are not valid shell variable names.
1172    case $ac_envvar in #(
1173      '' | [0-9]* | *[!_$as_cr_alnum]* )
1174      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1175    esac
1176    eval $ac_envvar=\$ac_optarg
1177    export $ac_envvar ;;
1178
1179  *)
1180    # FIXME: should be removed in autoconf 3.0.
1181    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1182    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1183      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1184    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1185    ;;
1186
1187  esac
1188done
1189
1190if test -n "$ac_prev"; then
1191  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1192  as_fn_error "missing argument to $ac_option"
1193fi
1194
1195if test -n "$ac_unrecognized_opts"; then
1196  case $enable_option_checking in
1197    no) ;;
1198    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1199    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1200  esac
1201fi
1202
1203# Check all directory arguments for consistency.
1204for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205		datadir sysconfdir sharedstatedir localstatedir includedir \
1206		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207		libdir localedir mandir
1208do
1209  eval ac_val=\$$ac_var
1210  # Remove trailing slashes.
1211  case $ac_val in
1212    */ )
1213      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214      eval $ac_var=\$ac_val;;
1215  esac
1216  # Be sure to have absolute directory names.
1217  case $ac_val in
1218    [\\/$]* | ?:[\\/]* )  continue;;
1219    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1220  esac
1221  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1222done
1223
1224# There might be people who depend on the old broken behavior: `$host'
1225# used to hold the argument of --host etc.
1226# FIXME: To remove some day.
1227build=$build_alias
1228host=$host_alias
1229target=$target_alias
1230
1231# FIXME: To remove some day.
1232if test "x$host_alias" != x; then
1233  if test "x$build_alias" = x; then
1234    cross_compiling=maybe
1235    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1236    If a cross compiler is detected then cross compile mode will be used." >&2
1237  elif test "x$build_alias" != "x$host_alias"; then
1238    cross_compiling=yes
1239  fi
1240fi
1241
1242ac_tool_prefix=
1243test -n "$host_alias" && ac_tool_prefix=$host_alias-
1244
1245test "$silent" = yes && exec 6>/dev/null
1246
1247
1248ac_pwd=`pwd` && test -n "$ac_pwd" &&
1249ac_ls_di=`ls -di .` &&
1250ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1251  as_fn_error "working directory cannot be determined"
1252test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1253  as_fn_error "pwd does not report name of working directory"
1254
1255
1256# Find the source files, if location was not specified.
1257if test -z "$srcdir"; then
1258  ac_srcdir_defaulted=yes
1259  # Try the directory containing this script, then the parent directory.
1260  ac_confdir=`$as_dirname -- "$as_myself" ||
1261$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1262	 X"$as_myself" : 'X\(//\)[^/]' \| \
1263	 X"$as_myself" : 'X\(//\)$' \| \
1264	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1265$as_echo X"$as_myself" |
1266    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267	    s//\1/
1268	    q
1269	  }
1270	  /^X\(\/\/\)[^/].*/{
1271	    s//\1/
1272	    q
1273	  }
1274	  /^X\(\/\/\)$/{
1275	    s//\1/
1276	    q
1277	  }
1278	  /^X\(\/\).*/{
1279	    s//\1/
1280	    q
1281	  }
1282	  s/.*/./; q'`
1283  srcdir=$ac_confdir
1284  if test ! -r "$srcdir/$ac_unique_file"; then
1285    srcdir=..
1286  fi
1287else
1288  ac_srcdir_defaulted=no
1289fi
1290if test ! -r "$srcdir/$ac_unique_file"; then
1291  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1292  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1293fi
1294ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1295ac_abs_confdir=`(
1296	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1297	pwd)`
1298# When building in place, set srcdir=.
1299if test "$ac_abs_confdir" = "$ac_pwd"; then
1300  srcdir=.
1301fi
1302# Remove unnecessary trailing slashes from srcdir.
1303# Double slashes in file names in object file debugging info
1304# mess up M-x gdb in Emacs.
1305case $srcdir in
1306*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1307esac
1308for ac_var in $ac_precious_vars; do
1309  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1310  eval ac_env_${ac_var}_value=\$${ac_var}
1311  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1312  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1313done
1314
1315#
1316# Report the --help message.
1317#
1318if test "$ac_init_help" = "long"; then
1319  # Omit some internal or obsolete options to make the list less imposing.
1320  # This message is too long to be a string in the A/UX 3.1 sh.
1321  cat <<_ACEOF
1322\`configure' configures opcodes 2.25.51 to adapt to many kinds of systems.
1323
1324Usage: $0 [OPTION]... [VAR=VALUE]...
1325
1326To assign environment variables (e.g., CC, CFLAGS...), specify them as
1327VAR=VALUE.  See below for descriptions of some of the useful variables.
1328
1329Defaults for the options are specified in brackets.
1330
1331Configuration:
1332  -h, --help              display this help and exit
1333      --help=short        display options specific to this package
1334      --help=recursive    display the short help of all the included packages
1335  -V, --version           display version information and exit
1336  -q, --quiet, --silent   do not print \`checking...' messages
1337      --cache-file=FILE   cache test results in FILE [disabled]
1338  -C, --config-cache      alias for \`--cache-file=config.cache'
1339  -n, --no-create         do not create output files
1340      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1341
1342Installation directories:
1343  --prefix=PREFIX         install architecture-independent files in PREFIX
1344                          [$ac_default_prefix]
1345  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1346                          [PREFIX]
1347
1348By default, \`make install' will install all the files in
1349\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1350an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1351for instance \`--prefix=\$HOME'.
1352
1353For better control, use the options below.
1354
1355Fine tuning of the installation directories:
1356  --bindir=DIR            user executables [EPREFIX/bin]
1357  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1358  --libexecdir=DIR        program executables [EPREFIX/libexec]
1359  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1360  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1361  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1362  --libdir=DIR            object code libraries [EPREFIX/lib]
1363  --includedir=DIR        C header files [PREFIX/include]
1364  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1365  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1366  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1367  --infodir=DIR           info documentation [DATAROOTDIR/info]
1368  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1369  --mandir=DIR            man documentation [DATAROOTDIR/man]
1370  --docdir=DIR            documentation root [DATAROOTDIR/doc/opcodes]
1371  --htmldir=DIR           html documentation [DOCDIR]
1372  --dvidir=DIR            dvi documentation [DOCDIR]
1373  --pdfdir=DIR            pdf documentation [DOCDIR]
1374  --psdir=DIR             ps documentation [DOCDIR]
1375_ACEOF
1376
1377  cat <<\_ACEOF
1378
1379Program names:
1380  --program-prefix=PREFIX            prepend PREFIX to installed program names
1381  --program-suffix=SUFFIX            append SUFFIX to installed program names
1382  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1383
1384System types:
1385  --build=BUILD     configure for building on BUILD [guessed]
1386  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1387  --target=TARGET   configure for building compilers for TARGET [HOST]
1388_ACEOF
1389fi
1390
1391if test -n "$ac_init_help"; then
1392  case $ac_init_help in
1393     short | recursive ) echo "Configuration of opcodes 2.25.51:";;
1394   esac
1395  cat <<\_ACEOF
1396
1397Optional Features:
1398  --disable-option-checking  ignore unrecognized --enable/--with options
1399  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1400  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1401  --disable-dependency-tracking  speeds up one-time build
1402  --enable-dependency-tracking   do not reject slow dependency extractors
1403  --enable-shared[=PKGS]  build shared libraries [default=no]
1404  --enable-static[=PKGS]  build static libraries [default=yes]
1405  --enable-fast-install[=PKGS]
1406                          optimize for fast installation [default=yes]
1407  --disable-libtool-lock  avoid locking (might break parallel builds)
1408  --enable-targets        alternative target configurations
1409  --enable-werror         treat compile warnings as errors
1410  --enable-build-warnings enable build-time compiler warnings
1411  --enable-maintainer-mode  enable make rules and dependencies not useful
1412			  (and sometimes confusing) to the casual installer
1413  --enable-install-libbfd controls installation of libbfd and related headers
1414  --disable-nls           do not use Native Language Support
1415  --enable-cgen-maint=dir    build cgen generated files
1416
1417Optional Packages:
1418  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1419  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1420  --with-pic              try to use only PIC/non-PIC objects [default=use
1421                          both]
1422  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1423
1424Some influential environment variables:
1425  CC          C compiler command
1426  CFLAGS      C compiler flags
1427  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1428              nonstandard directory <lib dir>
1429  LIBS        libraries to pass to the linker, e.g. -l<library>
1430  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1431              you have headers in a nonstandard directory <include dir>
1432  CPP         C preprocessor
1433
1434Use these variables to override the choices made by `configure' or to help
1435it to find libraries and programs with nonstandard names/locations.
1436
1437Report bugs to the package provider.
1438_ACEOF
1439ac_status=$?
1440fi
1441
1442if test "$ac_init_help" = "recursive"; then
1443  # If there are subdirs, report their specific --help.
1444  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1445    test -d "$ac_dir" ||
1446      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1447      continue
1448    ac_builddir=.
1449
1450case "$ac_dir" in
1451.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1452*)
1453  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1454  # A ".." for each directory in $ac_dir_suffix.
1455  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1456  case $ac_top_builddir_sub in
1457  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1459  esac ;;
1460esac
1461ac_abs_top_builddir=$ac_pwd
1462ac_abs_builddir=$ac_pwd$ac_dir_suffix
1463# for backward compatibility:
1464ac_top_builddir=$ac_top_build_prefix
1465
1466case $srcdir in
1467  .)  # We are building in place.
1468    ac_srcdir=.
1469    ac_top_srcdir=$ac_top_builddir_sub
1470    ac_abs_top_srcdir=$ac_pwd ;;
1471  [\\/]* | ?:[\\/]* )  # Absolute name.
1472    ac_srcdir=$srcdir$ac_dir_suffix;
1473    ac_top_srcdir=$srcdir
1474    ac_abs_top_srcdir=$srcdir ;;
1475  *) # Relative name.
1476    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1477    ac_top_srcdir=$ac_top_build_prefix$srcdir
1478    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1479esac
1480ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1481
1482    cd "$ac_dir" || { ac_status=$?; continue; }
1483    # Check for guested configure.
1484    if test -f "$ac_srcdir/configure.gnu"; then
1485      echo &&
1486      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1487    elif test -f "$ac_srcdir/configure"; then
1488      echo &&
1489      $SHELL "$ac_srcdir/configure" --help=recursive
1490    else
1491      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1492    fi || ac_status=$?
1493    cd "$ac_pwd" || { ac_status=$?; break; }
1494  done
1495fi
1496
1497test -n "$ac_init_help" && exit $ac_status
1498if $ac_init_version; then
1499  cat <<\_ACEOF
1500opcodes configure 2.25.51
1501generated by GNU Autoconf 2.64
1502
1503Copyright (C) 2009 Free Software Foundation, Inc.
1504This configure script is free software; the Free Software Foundation
1505gives unlimited permission to copy, distribute and modify it.
1506_ACEOF
1507  exit
1508fi
1509
1510## ------------------------ ##
1511## Autoconf initialization. ##
1512## ------------------------ ##
1513
1514# ac_fn_c_try_compile LINENO
1515# --------------------------
1516# Try to compile conftest.$ac_ext, and return whether this succeeded.
1517ac_fn_c_try_compile ()
1518{
1519  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1520  rm -f conftest.$ac_objext
1521  if { { ac_try="$ac_compile"
1522case "(($ac_try" in
1523  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1524  *) ac_try_echo=$ac_try;;
1525esac
1526eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1527$as_echo "$ac_try_echo"; } >&5
1528  (eval "$ac_compile") 2>conftest.err
1529  ac_status=$?
1530  if test -s conftest.err; then
1531    grep -v '^ *+' conftest.err >conftest.er1
1532    cat conftest.er1 >&5
1533    mv -f conftest.er1 conftest.err
1534  fi
1535  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1536  test $ac_status = 0; } && {
1537	 test -z "$ac_c_werror_flag" ||
1538	 test ! -s conftest.err
1539       } && test -s conftest.$ac_objext; then :
1540  ac_retval=0
1541else
1542  $as_echo "$as_me: failed program was:" >&5
1543sed 's/^/| /' conftest.$ac_ext >&5
1544
1545	ac_retval=1
1546fi
1547  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1548  return $ac_retval
1549
1550} # ac_fn_c_try_compile
1551
1552# ac_fn_c_try_link LINENO
1553# -----------------------
1554# Try to link conftest.$ac_ext, and return whether this succeeded.
1555ac_fn_c_try_link ()
1556{
1557  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1558  rm -f conftest.$ac_objext conftest$ac_exeext
1559  if { { ac_try="$ac_link"
1560case "(($ac_try" in
1561  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1562  *) ac_try_echo=$ac_try;;
1563esac
1564eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1565$as_echo "$ac_try_echo"; } >&5
1566  (eval "$ac_link") 2>conftest.err
1567  ac_status=$?
1568  if test -s conftest.err; then
1569    grep -v '^ *+' conftest.err >conftest.er1
1570    cat conftest.er1 >&5
1571    mv -f conftest.er1 conftest.err
1572  fi
1573  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1574  test $ac_status = 0; } && {
1575	 test -z "$ac_c_werror_flag" ||
1576	 test ! -s conftest.err
1577       } && test -s conftest$ac_exeext && {
1578	 test "$cross_compiling" = yes ||
1579	 $as_test_x conftest$ac_exeext
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  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1589  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1590  # interfere with the next link command; also delete a directory that is
1591  # left behind by Apple's compiler.  We do this before executing the actions.
1592  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1593  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1594  return $ac_retval
1595
1596} # ac_fn_c_try_link
1597
1598# ac_fn_c_try_cpp LINENO
1599# ----------------------
1600# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1601ac_fn_c_try_cpp ()
1602{
1603  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604  if { { ac_try="$ac_cpp conftest.$ac_ext"
1605case "(($ac_try" in
1606  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607  *) ac_try_echo=$ac_try;;
1608esac
1609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610$as_echo "$ac_try_echo"; } >&5
1611  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1612  ac_status=$?
1613  if test -s conftest.err; then
1614    grep -v '^ *+' conftest.err >conftest.er1
1615    cat conftest.er1 >&5
1616    mv -f conftest.er1 conftest.err
1617  fi
1618  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619  test $ac_status = 0; } >/dev/null && {
1620	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1621	 test ! -s conftest.err
1622       }; then :
1623  ac_retval=0
1624else
1625  $as_echo "$as_me: failed program was:" >&5
1626sed 's/^/| /' conftest.$ac_ext >&5
1627
1628    ac_retval=1
1629fi
1630  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631  return $ac_retval
1632
1633} # ac_fn_c_try_cpp
1634
1635# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1636# -------------------------------------------------------
1637# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1638# the include files in INCLUDES and setting the cache variable VAR
1639# accordingly.
1640ac_fn_c_check_header_mongrel ()
1641{
1642  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1643  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1644  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1645$as_echo_n "checking for $2... " >&6; }
1646if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1647  $as_echo_n "(cached) " >&6
1648fi
1649eval ac_res=\$$3
1650	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1651$as_echo "$ac_res" >&6; }
1652else
1653  # Is the header compilable?
1654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1655$as_echo_n "checking $2 usability... " >&6; }
1656cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1657/* end confdefs.h.  */
1658$4
1659#include <$2>
1660_ACEOF
1661if ac_fn_c_try_compile "$LINENO"; then :
1662  ac_header_compiler=yes
1663else
1664  ac_header_compiler=no
1665fi
1666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1668$as_echo "$ac_header_compiler" >&6; }
1669
1670# Is the header present?
1671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1672$as_echo_n "checking $2 presence... " >&6; }
1673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1674/* end confdefs.h.  */
1675#include <$2>
1676_ACEOF
1677if ac_fn_c_try_cpp "$LINENO"; then :
1678  ac_header_preproc=yes
1679else
1680  ac_header_preproc=no
1681fi
1682rm -f conftest.err conftest.$ac_ext
1683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1684$as_echo "$ac_header_preproc" >&6; }
1685
1686# So?  What about this header?
1687case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1688  yes:no: )
1689    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1690$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1691    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1692$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1693    ;;
1694  no:yes:* )
1695    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1696$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1697    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1698$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1699    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1700$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1701    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1702$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1703    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1704$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1705    ;;
1706esac
1707  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1708$as_echo_n "checking for $2... " >&6; }
1709if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1710  $as_echo_n "(cached) " >&6
1711else
1712  eval "$3=\$ac_header_compiler"
1713fi
1714eval ac_res=\$$3
1715	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1716$as_echo "$ac_res" >&6; }
1717fi
1718  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1719
1720} # ac_fn_c_check_header_mongrel
1721
1722# ac_fn_c_try_run LINENO
1723# ----------------------
1724# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1725# that executables *can* be run.
1726ac_fn_c_try_run ()
1727{
1728  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1729  if { { ac_try="$ac_link"
1730case "(($ac_try" in
1731  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1732  *) ac_try_echo=$ac_try;;
1733esac
1734eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1735$as_echo "$ac_try_echo"; } >&5
1736  (eval "$ac_link") 2>&5
1737  ac_status=$?
1738  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1740  { { case "(($ac_try" in
1741  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742  *) ac_try_echo=$ac_try;;
1743esac
1744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745$as_echo "$ac_try_echo"; } >&5
1746  (eval "$ac_try") 2>&5
1747  ac_status=$?
1748  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1749  test $ac_status = 0; }; }; then :
1750  ac_retval=0
1751else
1752  $as_echo "$as_me: program exited with status $ac_status" >&5
1753       $as_echo "$as_me: failed program was:" >&5
1754sed 's/^/| /' conftest.$ac_ext >&5
1755
1756       ac_retval=$ac_status
1757fi
1758  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1759  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1760  return $ac_retval
1761
1762} # ac_fn_c_try_run
1763
1764# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1765# -------------------------------------------------------
1766# Tests whether HEADER exists and can be compiled using the include files in
1767# INCLUDES, setting the cache variable VAR accordingly.
1768ac_fn_c_check_header_compile ()
1769{
1770  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1772$as_echo_n "checking for $2... " >&6; }
1773if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1774  $as_echo_n "(cached) " >&6
1775else
1776  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1777/* end confdefs.h.  */
1778$4
1779#include <$2>
1780_ACEOF
1781if ac_fn_c_try_compile "$LINENO"; then :
1782  eval "$3=yes"
1783else
1784  eval "$3=no"
1785fi
1786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1787fi
1788eval ac_res=\$$3
1789	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1790$as_echo "$ac_res" >&6; }
1791  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1792
1793} # ac_fn_c_check_header_compile
1794
1795# ac_fn_c_check_func LINENO FUNC VAR
1796# ----------------------------------
1797# Tests whether FUNC exists, setting the cache variable VAR accordingly
1798ac_fn_c_check_func ()
1799{
1800  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802$as_echo_n "checking for $2... " >&6; }
1803if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804  $as_echo_n "(cached) " >&6
1805else
1806  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807/* end confdefs.h.  */
1808/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1809   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1810#define $2 innocuous_$2
1811
1812/* System header to define __stub macros and hopefully few prototypes,
1813    which can conflict with char $2 (); below.
1814    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1815    <limits.h> exists even on freestanding compilers.  */
1816
1817#ifdef __STDC__
1818# include <limits.h>
1819#else
1820# include <assert.h>
1821#endif
1822
1823#undef $2
1824
1825/* Override any GCC internal prototype to avoid an error.
1826   Use char because int might match the return type of a GCC
1827   builtin and then its argument prototype would still apply.  */
1828#ifdef __cplusplus
1829extern "C"
1830#endif
1831char $2 ();
1832/* The GNU C library defines this for functions which it implements
1833    to always fail with ENOSYS.  Some functions are actually named
1834    something starting with __ and the normal name is an alias.  */
1835#if defined __stub_$2 || defined __stub___$2
1836choke me
1837#endif
1838
1839int
1840main ()
1841{
1842return $2 ();
1843  ;
1844  return 0;
1845}
1846_ACEOF
1847if ac_fn_c_try_link "$LINENO"; then :
1848  eval "$3=yes"
1849else
1850  eval "$3=no"
1851fi
1852rm -f core conftest.err conftest.$ac_objext \
1853    conftest$ac_exeext conftest.$ac_ext
1854fi
1855eval ac_res=\$$3
1856	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1857$as_echo "$ac_res" >&6; }
1858  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1859
1860} # ac_fn_c_check_func
1861
1862# ac_fn_c_check_decl LINENO SYMBOL VAR
1863# ------------------------------------
1864# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1865ac_fn_c_check_decl ()
1866{
1867  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1868  as_decl_name=`echo $2|sed 's/ *(.*//'`
1869  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1870  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1871$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1872if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1873  $as_echo_n "(cached) " >&6
1874else
1875  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1876/* end confdefs.h.  */
1877$4
1878int
1879main ()
1880{
1881#ifndef $as_decl_name
1882#ifdef __cplusplus
1883  (void) $as_decl_use;
1884#else
1885  (void) $as_decl_name;
1886#endif
1887#endif
1888
1889  ;
1890  return 0;
1891}
1892_ACEOF
1893if ac_fn_c_try_compile "$LINENO"; then :
1894  eval "$3=yes"
1895else
1896  eval "$3=no"
1897fi
1898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1899fi
1900eval ac_res=\$$3
1901	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1902$as_echo "$ac_res" >&6; }
1903  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1904
1905} # ac_fn_c_check_decl
1906cat >config.log <<_ACEOF
1907This file contains any messages produced by compilers while
1908running configure, to aid debugging if configure makes a mistake.
1909
1910It was created by opcodes $as_me 2.25.51, which was
1911generated by GNU Autoconf 2.64.  Invocation command line was
1912
1913  $ $0 $@
1914
1915_ACEOF
1916exec 5>>config.log
1917{
1918cat <<_ASUNAME
1919## --------- ##
1920## Platform. ##
1921## --------- ##
1922
1923hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1924uname -m = `(uname -m) 2>/dev/null || echo unknown`
1925uname -r = `(uname -r) 2>/dev/null || echo unknown`
1926uname -s = `(uname -s) 2>/dev/null || echo unknown`
1927uname -v = `(uname -v) 2>/dev/null || echo unknown`
1928
1929/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1930/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1931
1932/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1933/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1934/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1935/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1936/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1937/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1938/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1939
1940_ASUNAME
1941
1942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1943for as_dir in $PATH
1944do
1945  IFS=$as_save_IFS
1946  test -z "$as_dir" && as_dir=.
1947    $as_echo "PATH: $as_dir"
1948  done
1949IFS=$as_save_IFS
1950
1951} >&5
1952
1953cat >&5 <<_ACEOF
1954
1955
1956## ----------- ##
1957## Core tests. ##
1958## ----------- ##
1959
1960_ACEOF
1961
1962
1963# Keep a trace of the command line.
1964# Strip out --no-create and --no-recursion so they do not pile up.
1965# Strip out --silent because we don't want to record it for future runs.
1966# Also quote any args containing shell meta-characters.
1967# Make two passes to allow for proper duplicate-argument suppression.
1968ac_configure_args=
1969ac_configure_args0=
1970ac_configure_args1=
1971ac_must_keep_next=false
1972for ac_pass in 1 2
1973do
1974  for ac_arg
1975  do
1976    case $ac_arg in
1977    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1978    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1979    | -silent | --silent | --silen | --sile | --sil)
1980      continue ;;
1981    *\'*)
1982      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1983    esac
1984    case $ac_pass in
1985    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1986    2)
1987      as_fn_append ac_configure_args1 " '$ac_arg'"
1988      if test $ac_must_keep_next = true; then
1989	ac_must_keep_next=false # Got value, back to normal.
1990      else
1991	case $ac_arg in
1992	  *=* | --config-cache | -C | -disable-* | --disable-* \
1993	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1994	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1995	  | -with-* | --with-* | -without-* | --without-* | --x)
1996	    case "$ac_configure_args0 " in
1997	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1998	    esac
1999	    ;;
2000	  -* ) ac_must_keep_next=true ;;
2001	esac
2002      fi
2003      as_fn_append ac_configure_args " '$ac_arg'"
2004      ;;
2005    esac
2006  done
2007done
2008{ ac_configure_args0=; unset ac_configure_args0;}
2009{ ac_configure_args1=; unset ac_configure_args1;}
2010
2011# When interrupted or exit'd, cleanup temporary files, and complete
2012# config.log.  We remove comments because anyway the quotes in there
2013# would cause problems or look ugly.
2014# WARNING: Use '\'' to represent an apostrophe within the trap.
2015# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2016trap 'exit_status=$?
2017  # Save into config.log some information that might help in debugging.
2018  {
2019    echo
2020
2021    cat <<\_ASBOX
2022## ---------------- ##
2023## Cache variables. ##
2024## ---------------- ##
2025_ASBOX
2026    echo
2027    # The following way of writing the cache mishandles newlines in values,
2028(
2029  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2030    eval ac_val=\$$ac_var
2031    case $ac_val in #(
2032    *${as_nl}*)
2033      case $ac_var in #(
2034      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2035$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2036      esac
2037      case $ac_var in #(
2038      _ | IFS | as_nl) ;; #(
2039      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2040      *) { eval $ac_var=; unset $ac_var;} ;;
2041      esac ;;
2042    esac
2043  done
2044  (set) 2>&1 |
2045    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2046    *${as_nl}ac_space=\ *)
2047      sed -n \
2048	"s/'\''/'\''\\\\'\'''\''/g;
2049	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2050      ;; #(
2051    *)
2052      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2053      ;;
2054    esac |
2055    sort
2056)
2057    echo
2058
2059    cat <<\_ASBOX
2060## ----------------- ##
2061## Output variables. ##
2062## ----------------- ##
2063_ASBOX
2064    echo
2065    for ac_var in $ac_subst_vars
2066    do
2067      eval ac_val=\$$ac_var
2068      case $ac_val in
2069      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2070      esac
2071      $as_echo "$ac_var='\''$ac_val'\''"
2072    done | sort
2073    echo
2074
2075    if test -n "$ac_subst_files"; then
2076      cat <<\_ASBOX
2077## ------------------- ##
2078## File substitutions. ##
2079## ------------------- ##
2080_ASBOX
2081      echo
2082      for ac_var in $ac_subst_files
2083      do
2084	eval ac_val=\$$ac_var
2085	case $ac_val in
2086	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2087	esac
2088	$as_echo "$ac_var='\''$ac_val'\''"
2089      done | sort
2090      echo
2091    fi
2092
2093    if test -s confdefs.h; then
2094      cat <<\_ASBOX
2095## ----------- ##
2096## confdefs.h. ##
2097## ----------- ##
2098_ASBOX
2099      echo
2100      cat confdefs.h
2101      echo
2102    fi
2103    test "$ac_signal" != 0 &&
2104      $as_echo "$as_me: caught signal $ac_signal"
2105    $as_echo "$as_me: exit $exit_status"
2106  } >&5
2107  rm -f core *.core core.conftest.* &&
2108    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2109    exit $exit_status
2110' 0
2111for ac_signal in 1 2 13 15; do
2112  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2113done
2114ac_signal=0
2115
2116# confdefs.h avoids OS command line length limits that DEFS can exceed.
2117rm -f -r conftest* confdefs.h
2118
2119$as_echo "/* confdefs.h */" > confdefs.h
2120
2121# Predefined preprocessor variables.
2122
2123cat >>confdefs.h <<_ACEOF
2124#define PACKAGE_NAME "$PACKAGE_NAME"
2125_ACEOF
2126
2127cat >>confdefs.h <<_ACEOF
2128#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2129_ACEOF
2130
2131cat >>confdefs.h <<_ACEOF
2132#define PACKAGE_VERSION "$PACKAGE_VERSION"
2133_ACEOF
2134
2135cat >>confdefs.h <<_ACEOF
2136#define PACKAGE_STRING "$PACKAGE_STRING"
2137_ACEOF
2138
2139cat >>confdefs.h <<_ACEOF
2140#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2141_ACEOF
2142
2143cat >>confdefs.h <<_ACEOF
2144#define PACKAGE_URL "$PACKAGE_URL"
2145_ACEOF
2146
2147
2148# Let the site file select an alternate cache file if it wants to.
2149# Prefer an explicitly selected file to automatically selected ones.
2150ac_site_file1=NONE
2151ac_site_file2=NONE
2152if test -n "$CONFIG_SITE"; then
2153  ac_site_file1=$CONFIG_SITE
2154elif test "x$prefix" != xNONE; then
2155  ac_site_file1=$prefix/share/config.site
2156  ac_site_file2=$prefix/etc/config.site
2157else
2158  ac_site_file1=$ac_default_prefix/share/config.site
2159  ac_site_file2=$ac_default_prefix/etc/config.site
2160fi
2161for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2162do
2163  test "x$ac_site_file" = xNONE && continue
2164  if test -r "$ac_site_file"; then
2165    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2166$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2167    sed 's/^/| /' "$ac_site_file" >&5
2168    . "$ac_site_file"
2169  fi
2170done
2171
2172if test -r "$cache_file"; then
2173  # Some versions of bash will fail to source /dev/null (special
2174  # files actually), so we avoid doing that.
2175  if test -f "$cache_file"; then
2176    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2177$as_echo "$as_me: loading cache $cache_file" >&6;}
2178    case $cache_file in
2179      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2180      *)                      . "./$cache_file";;
2181    esac
2182  fi
2183else
2184  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2185$as_echo "$as_me: creating cache $cache_file" >&6;}
2186  >$cache_file
2187fi
2188
2189# Check that the precious variables saved in the cache have kept the same
2190# value.
2191ac_cache_corrupted=false
2192for ac_var in $ac_precious_vars; do
2193  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2194  eval ac_new_set=\$ac_env_${ac_var}_set
2195  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2196  eval ac_new_val=\$ac_env_${ac_var}_value
2197  case $ac_old_set,$ac_new_set in
2198    set,)
2199      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2200$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2201      ac_cache_corrupted=: ;;
2202    ,set)
2203      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2204$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2205      ac_cache_corrupted=: ;;
2206    ,);;
2207    *)
2208      if test "x$ac_old_val" != "x$ac_new_val"; then
2209	# differences in whitespace do not lead to failure.
2210	ac_old_val_w=`echo x $ac_old_val`
2211	ac_new_val_w=`echo x $ac_new_val`
2212	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2213	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2214$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2215	  ac_cache_corrupted=:
2216	else
2217	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2218$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2219	  eval $ac_var=\$ac_old_val
2220	fi
2221	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2222$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2223	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2224$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2225      fi;;
2226  esac
2227  # Pass precious variables to config.status.
2228  if test "$ac_new_set" = set; then
2229    case $ac_new_val in
2230    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2231    *) ac_arg=$ac_var=$ac_new_val ;;
2232    esac
2233    case " $ac_configure_args " in
2234      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2235      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2236    esac
2237  fi
2238done
2239if $ac_cache_corrupted; then
2240  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2241$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2242  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2243$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2244  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2245fi
2246## -------------------- ##
2247## Main body of script. ##
2248## -------------------- ##
2249
2250ac_ext=c
2251ac_cpp='$CPP $CPPFLAGS'
2252ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2253ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2254ac_compiler_gnu=$ac_cv_c_compiler_gnu
2255
2256
2257
2258
2259
2260
2261
2262ac_aux_dir=
2263for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2264  for ac_t in install-sh install.sh shtool; do
2265    if test -f "$ac_dir/$ac_t"; then
2266      ac_aux_dir=$ac_dir
2267      ac_install_sh="$ac_aux_dir/$ac_t -c"
2268      break 2
2269    fi
2270  done
2271done
2272if test -z "$ac_aux_dir"; then
2273  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2274fi
2275
2276# These three variables are undocumented and unsupported,
2277# and are intended to be withdrawn in a future Autoconf release.
2278# They can cause serious problems if a builder's source tree is in a directory
2279# whose full name contains unusual characters.
2280ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2281ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2282ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2283
2284
2285# Make sure we can run config.sub.
2286$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2287  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2288
2289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2290$as_echo_n "checking build system type... " >&6; }
2291if test "${ac_cv_build+set}" = set; then :
2292  $as_echo_n "(cached) " >&6
2293else
2294  ac_build_alias=$build_alias
2295test "x$ac_build_alias" = x &&
2296  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297test "x$ac_build_alias" = x &&
2298  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2299ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2300  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2301
2302fi
2303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2304$as_echo "$ac_cv_build" >&6; }
2305case $ac_cv_build in
2306*-*-*) ;;
2307*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2308esac
2309build=$ac_cv_build
2310ac_save_IFS=$IFS; IFS='-'
2311set x $ac_cv_build
2312shift
2313build_cpu=$1
2314build_vendor=$2
2315shift; shift
2316# Remember, the first character of IFS is used to create $*,
2317# except with old shells:
2318build_os=$*
2319IFS=$ac_save_IFS
2320case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2321
2322
2323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2324$as_echo_n "checking host system type... " >&6; }
2325if test "${ac_cv_host+set}" = set; then :
2326  $as_echo_n "(cached) " >&6
2327else
2328  if test "x$host_alias" = x; then
2329  ac_cv_host=$ac_cv_build
2330else
2331  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2332    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2333fi
2334
2335fi
2336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2337$as_echo "$ac_cv_host" >&6; }
2338case $ac_cv_host in
2339*-*-*) ;;
2340*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2341esac
2342host=$ac_cv_host
2343ac_save_IFS=$IFS; IFS='-'
2344set x $ac_cv_host
2345shift
2346host_cpu=$1
2347host_vendor=$2
2348shift; shift
2349# Remember, the first character of IFS is used to create $*,
2350# except with old shells:
2351host_os=$*
2352IFS=$ac_save_IFS
2353case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2354
2355
2356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2357$as_echo_n "checking target system type... " >&6; }
2358if test "${ac_cv_target+set}" = set; then :
2359  $as_echo_n "(cached) " >&6
2360else
2361  if test "x$target_alias" = x; then
2362  ac_cv_target=$ac_cv_host
2363else
2364  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2365    as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2366fi
2367
2368fi
2369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2370$as_echo "$ac_cv_target" >&6; }
2371case $ac_cv_target in
2372*-*-*) ;;
2373*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2374esac
2375target=$ac_cv_target
2376ac_save_IFS=$IFS; IFS='-'
2377set x $ac_cv_target
2378shift
2379target_cpu=$1
2380target_vendor=$2
2381shift; shift
2382# Remember, the first character of IFS is used to create $*,
2383# except with old shells:
2384target_os=$*
2385IFS=$ac_save_IFS
2386case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2387
2388
2389# The aliases save the names the user supplied, while $host etc.
2390# will get canonicalized.
2391test -n "$target_alias" &&
2392  test "$program_prefix$program_suffix$program_transform_name" = \
2393    NONENONEs,x,x, &&
2394  program_prefix=${target_alias}-
2395ac_ext=c
2396ac_cpp='$CPP $CPPFLAGS'
2397ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2398ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2399ac_compiler_gnu=$ac_cv_c_compiler_gnu
2400if test -n "$ac_tool_prefix"; then
2401  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2402set dummy ${ac_tool_prefix}gcc; 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 test "${ac_cv_prog_CC+set}" = set; 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2418    ac_cv_prog_CC="${ac_tool_prefix}gcc"
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
2438fi
2439if test -z "$ac_cv_prog_CC"; then
2440  ac_ct_CC=$CC
2441  # Extract the first word of "gcc", so it can be a program name with args.
2442set dummy gcc; 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 test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2446  $as_echo_n "(cached) " >&6
2447else
2448  if test -n "$ac_ct_CC"; then
2449  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2450else
2451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2452for as_dir in $PATH
2453do
2454  IFS=$as_save_IFS
2455  test -z "$as_dir" && as_dir=.
2456    for ac_exec_ext in '' $ac_executable_extensions; do
2457  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2458    ac_cv_prog_ac_ct_CC="gcc"
2459    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2460    break 2
2461  fi
2462done
2463  done
2464IFS=$as_save_IFS
2465
2466fi
2467fi
2468ac_ct_CC=$ac_cv_prog_ac_ct_CC
2469if test -n "$ac_ct_CC"; then
2470  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2471$as_echo "$ac_ct_CC" >&6; }
2472else
2473  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2474$as_echo "no" >&6; }
2475fi
2476
2477  if test "x$ac_ct_CC" = x; then
2478    CC=""
2479  else
2480    case $cross_compiling:$ac_tool_warned in
2481yes:)
2482{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2483$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2484ac_tool_warned=yes ;;
2485esac
2486    CC=$ac_ct_CC
2487  fi
2488else
2489  CC="$ac_cv_prog_CC"
2490fi
2491
2492if test -z "$CC"; then
2493          if test -n "$ac_tool_prefix"; then
2494    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2495set dummy ${ac_tool_prefix}cc; ac_word=$2
2496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497$as_echo_n "checking for $ac_word... " >&6; }
2498if test "${ac_cv_prog_CC+set}" = set; then :
2499  $as_echo_n "(cached) " >&6
2500else
2501  if test -n "$CC"; then
2502  ac_cv_prog_CC="$CC" # Let the user override the test.
2503else
2504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505for as_dir in $PATH
2506do
2507  IFS=$as_save_IFS
2508  test -z "$as_dir" && as_dir=.
2509    for ac_exec_ext in '' $ac_executable_extensions; do
2510  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2511    ac_cv_prog_CC="${ac_tool_prefix}cc"
2512    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513    break 2
2514  fi
2515done
2516  done
2517IFS=$as_save_IFS
2518
2519fi
2520fi
2521CC=$ac_cv_prog_CC
2522if test -n "$CC"; then
2523  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2524$as_echo "$CC" >&6; }
2525else
2526  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527$as_echo "no" >&6; }
2528fi
2529
2530
2531  fi
2532fi
2533if test -z "$CC"; then
2534  # Extract the first word of "cc", so it can be a program name with args.
2535set dummy cc; ac_word=$2
2536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2537$as_echo_n "checking for $ac_word... " >&6; }
2538if test "${ac_cv_prog_CC+set}" = set; then :
2539  $as_echo_n "(cached) " >&6
2540else
2541  if test -n "$CC"; then
2542  ac_cv_prog_CC="$CC" # Let the user override the test.
2543else
2544  ac_prog_rejected=no
2545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546for as_dir in $PATH
2547do
2548  IFS=$as_save_IFS
2549  test -z "$as_dir" && as_dir=.
2550    for ac_exec_ext in '' $ac_executable_extensions; do
2551  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2553       ac_prog_rejected=yes
2554       continue
2555     fi
2556    ac_cv_prog_CC="cc"
2557    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2558    break 2
2559  fi
2560done
2561  done
2562IFS=$as_save_IFS
2563
2564if test $ac_prog_rejected = yes; then
2565  # We found a bogon in the path, so make sure we never use it.
2566  set dummy $ac_cv_prog_CC
2567  shift
2568  if test $# != 0; then
2569    # We chose a different compiler from the bogus one.
2570    # However, it has the same basename, so the bogon will be chosen
2571    # first if we set CC to just the basename; use the full file name.
2572    shift
2573    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2574  fi
2575fi
2576fi
2577fi
2578CC=$ac_cv_prog_CC
2579if test -n "$CC"; then
2580  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2581$as_echo "$CC" >&6; }
2582else
2583  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2584$as_echo "no" >&6; }
2585fi
2586
2587
2588fi
2589if test -z "$CC"; then
2590  if test -n "$ac_tool_prefix"; then
2591  for ac_prog in cl.exe
2592  do
2593    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2594set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2596$as_echo_n "checking for $ac_word... " >&6; }
2597if test "${ac_cv_prog_CC+set}" = set; then :
2598  $as_echo_n "(cached) " >&6
2599else
2600  if test -n "$CC"; then
2601  ac_cv_prog_CC="$CC" # Let the user override the test.
2602else
2603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2604for as_dir in $PATH
2605do
2606  IFS=$as_save_IFS
2607  test -z "$as_dir" && as_dir=.
2608    for ac_exec_ext in '' $ac_executable_extensions; do
2609  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2610    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2611    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2612    break 2
2613  fi
2614done
2615  done
2616IFS=$as_save_IFS
2617
2618fi
2619fi
2620CC=$ac_cv_prog_CC
2621if test -n "$CC"; then
2622  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2623$as_echo "$CC" >&6; }
2624else
2625  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2626$as_echo "no" >&6; }
2627fi
2628
2629
2630    test -n "$CC" && break
2631  done
2632fi
2633if test -z "$CC"; then
2634  ac_ct_CC=$CC
2635  for ac_prog in cl.exe
2636do
2637  # Extract the first word of "$ac_prog", so it can be a program name with args.
2638set dummy $ac_prog; ac_word=$2
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2640$as_echo_n "checking for $ac_word... " >&6; }
2641if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2642  $as_echo_n "(cached) " >&6
2643else
2644  if test -n "$ac_ct_CC"; then
2645  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650  IFS=$as_save_IFS
2651  test -z "$as_dir" && as_dir=.
2652    for ac_exec_ext in '' $ac_executable_extensions; do
2653  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2654    ac_cv_prog_ac_ct_CC="$ac_prog"
2655    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2656    break 2
2657  fi
2658done
2659  done
2660IFS=$as_save_IFS
2661
2662fi
2663fi
2664ac_ct_CC=$ac_cv_prog_ac_ct_CC
2665if test -n "$ac_ct_CC"; then
2666  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2667$as_echo "$ac_ct_CC" >&6; }
2668else
2669  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670$as_echo "no" >&6; }
2671fi
2672
2673
2674  test -n "$ac_ct_CC" && break
2675done
2676
2677  if test "x$ac_ct_CC" = x; then
2678    CC=""
2679  else
2680    case $cross_compiling:$ac_tool_warned in
2681yes:)
2682{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2683$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2684ac_tool_warned=yes ;;
2685esac
2686    CC=$ac_ct_CC
2687  fi
2688fi
2689
2690fi
2691
2692
2693test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2695as_fn_error "no acceptable C compiler found in \$PATH
2696See \`config.log' for more details." "$LINENO" 5; }
2697
2698# Provide some information about the compiler.
2699$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2700set X $ac_compile
2701ac_compiler=$2
2702for ac_option in --version -v -V -qversion; do
2703  { { ac_try="$ac_compiler $ac_option >&5"
2704case "(($ac_try" in
2705  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2706  *) ac_try_echo=$ac_try;;
2707esac
2708eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2709$as_echo "$ac_try_echo"; } >&5
2710  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2711  ac_status=$?
2712  if test -s conftest.err; then
2713    sed '10a\
2714... rest of stderr output deleted ...
2715         10q' conftest.err >conftest.er1
2716    cat conftest.er1 >&5
2717    rm -f conftest.er1 conftest.err
2718  fi
2719  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2720  test $ac_status = 0; }
2721done
2722
2723cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2724/* end confdefs.h.  */
2725
2726int
2727main ()
2728{
2729
2730  ;
2731  return 0;
2732}
2733_ACEOF
2734ac_clean_files_save=$ac_clean_files
2735ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2736# Try to create an executable without -o first, disregard a.out.
2737# It will help us diagnose broken compilers, and finding out an intuition
2738# of exeext.
2739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2740$as_echo_n "checking for C compiler default output file name... " >&6; }
2741ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2742
2743# The possible output files:
2744ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2745
2746ac_rmfiles=
2747for ac_file in $ac_files
2748do
2749  case $ac_file in
2750    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2751    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2752  esac
2753done
2754rm -f $ac_rmfiles
2755
2756if { { ac_try="$ac_link_default"
2757case "(($ac_try" in
2758  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2759  *) ac_try_echo=$ac_try;;
2760esac
2761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2762$as_echo "$ac_try_echo"; } >&5
2763  (eval "$ac_link_default") 2>&5
2764  ac_status=$?
2765  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2766  test $ac_status = 0; }; then :
2767  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2768# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2769# in a Makefile.  We should not override ac_cv_exeext if it was cached,
2770# so that the user can short-circuit this test for compilers unknown to
2771# Autoconf.
2772for ac_file in $ac_files ''
2773do
2774  test -f "$ac_file" || continue
2775  case $ac_file in
2776    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2777	;;
2778    [ab].out )
2779	# We found the default executable, but exeext='' is most
2780	# certainly right.
2781	break;;
2782    *.* )
2783	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2784	then :; else
2785	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2786	fi
2787	# We set ac_cv_exeext here because the later test for it is not
2788	# safe: cross compilers may not add the suffix if given an `-o'
2789	# argument, so we may need to know it at that point already.
2790	# Even if this section looks crufty: it has the advantage of
2791	# actually working.
2792	break;;
2793    * )
2794	break;;
2795  esac
2796done
2797test "$ac_cv_exeext" = no && ac_cv_exeext=
2798
2799else
2800  ac_file=''
2801fi
2802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2803$as_echo "$ac_file" >&6; }
2804if test -z "$ac_file"; then :
2805  $as_echo "$as_me: failed program was:" >&5
2806sed 's/^/| /' conftest.$ac_ext >&5
2807
2808{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2809$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2810{ as_fn_set_status 77
2811as_fn_error "C compiler cannot create executables
2812See \`config.log' for more details." "$LINENO" 5; }; }
2813fi
2814ac_exeext=$ac_cv_exeext
2815
2816# Check that the compiler produces executables we can run.  If not, either
2817# the compiler is broken, or we cross compile.
2818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2819$as_echo_n "checking whether the C compiler works... " >&6; }
2820# If not cross compiling, check that we can run a simple program.
2821if test "$cross_compiling" != yes; then
2822  if { ac_try='./$ac_file'
2823  { { case "(($ac_try" in
2824  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2825  *) ac_try_echo=$ac_try;;
2826esac
2827eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2828$as_echo "$ac_try_echo"; } >&5
2829  (eval "$ac_try") 2>&5
2830  ac_status=$?
2831  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2832  test $ac_status = 0; }; }; then
2833    cross_compiling=no
2834  else
2835    if test "$cross_compiling" = maybe; then
2836	cross_compiling=yes
2837    else
2838	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2839$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2840as_fn_error "cannot run C compiled programs.
2841If you meant to cross compile, use \`--host'.
2842See \`config.log' for more details." "$LINENO" 5; }
2843    fi
2844  fi
2845fi
2846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2847$as_echo "yes" >&6; }
2848
2849rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2850ac_clean_files=$ac_clean_files_save
2851# Check that the compiler produces executables we can run.  If not, either
2852# the compiler is broken, or we cross compile.
2853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2854$as_echo_n "checking whether we are cross compiling... " >&6; }
2855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2856$as_echo "$cross_compiling" >&6; }
2857
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2859$as_echo_n "checking for suffix of executables... " >&6; }
2860if { { ac_try="$ac_link"
2861case "(($ac_try" in
2862  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2863  *) ac_try_echo=$ac_try;;
2864esac
2865eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2866$as_echo "$ac_try_echo"; } >&5
2867  (eval "$ac_link") 2>&5
2868  ac_status=$?
2869  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2870  test $ac_status = 0; }; then :
2871  # If both `conftest.exe' and `conftest' are `present' (well, observable)
2872# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2873# work properly (i.e., refer to `conftest.exe'), while it won't with
2874# `rm'.
2875for ac_file in conftest.exe conftest conftest.*; do
2876  test -f "$ac_file" || continue
2877  case $ac_file in
2878    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2879    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2880	  break;;
2881    * ) break;;
2882  esac
2883done
2884else
2885  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2886$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2887as_fn_error "cannot compute suffix of executables: cannot compile and link
2888See \`config.log' for more details." "$LINENO" 5; }
2889fi
2890rm -f conftest$ac_cv_exeext
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2892$as_echo "$ac_cv_exeext" >&6; }
2893
2894rm -f conftest.$ac_ext
2895EXEEXT=$ac_cv_exeext
2896ac_exeext=$EXEEXT
2897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2898$as_echo_n "checking for suffix of object files... " >&6; }
2899if test "${ac_cv_objext+set}" = set; then :
2900  $as_echo_n "(cached) " >&6
2901else
2902  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2903/* end confdefs.h.  */
2904
2905int
2906main ()
2907{
2908
2909  ;
2910  return 0;
2911}
2912_ACEOF
2913rm -f conftest.o conftest.obj
2914if { { ac_try="$ac_compile"
2915case "(($ac_try" in
2916  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2917  *) ac_try_echo=$ac_try;;
2918esac
2919eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2920$as_echo "$ac_try_echo"; } >&5
2921  (eval "$ac_compile") 2>&5
2922  ac_status=$?
2923  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2924  test $ac_status = 0; }; then :
2925  for ac_file in conftest.o conftest.obj conftest.*; do
2926  test -f "$ac_file" || continue;
2927  case $ac_file in
2928    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2929    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2930       break;;
2931  esac
2932done
2933else
2934  $as_echo "$as_me: failed program was:" >&5
2935sed 's/^/| /' conftest.$ac_ext >&5
2936
2937{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2938$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2939as_fn_error "cannot compute suffix of object files: cannot compile
2940See \`config.log' for more details." "$LINENO" 5; }
2941fi
2942rm -f conftest.$ac_cv_objext conftest.$ac_ext
2943fi
2944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2945$as_echo "$ac_cv_objext" >&6; }
2946OBJEXT=$ac_cv_objext
2947ac_objext=$OBJEXT
2948{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2949$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2950if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2951  $as_echo_n "(cached) " >&6
2952else
2953  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2954/* end confdefs.h.  */
2955
2956int
2957main ()
2958{
2959#ifndef __GNUC__
2960       choke me
2961#endif
2962
2963  ;
2964  return 0;
2965}
2966_ACEOF
2967if ac_fn_c_try_compile "$LINENO"; then :
2968  ac_compiler_gnu=yes
2969else
2970  ac_compiler_gnu=no
2971fi
2972rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2973ac_cv_c_compiler_gnu=$ac_compiler_gnu
2974
2975fi
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2977$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2978if test $ac_compiler_gnu = yes; then
2979  GCC=yes
2980else
2981  GCC=
2982fi
2983ac_test_CFLAGS=${CFLAGS+set}
2984ac_save_CFLAGS=$CFLAGS
2985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2986$as_echo_n "checking whether $CC accepts -g... " >&6; }
2987if test "${ac_cv_prog_cc_g+set}" = set; then :
2988  $as_echo_n "(cached) " >&6
2989else
2990  ac_save_c_werror_flag=$ac_c_werror_flag
2991   ac_c_werror_flag=yes
2992   ac_cv_prog_cc_g=no
2993   CFLAGS="-g"
2994   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2995/* end confdefs.h.  */
2996
2997int
2998main ()
2999{
3000
3001  ;
3002  return 0;
3003}
3004_ACEOF
3005if ac_fn_c_try_compile "$LINENO"; then :
3006  ac_cv_prog_cc_g=yes
3007else
3008  CFLAGS=""
3009      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3010/* end confdefs.h.  */
3011
3012int
3013main ()
3014{
3015
3016  ;
3017  return 0;
3018}
3019_ACEOF
3020if ac_fn_c_try_compile "$LINENO"; then :
3021
3022else
3023  ac_c_werror_flag=$ac_save_c_werror_flag
3024	 CFLAGS="-g"
3025	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3026/* end confdefs.h.  */
3027
3028int
3029main ()
3030{
3031
3032  ;
3033  return 0;
3034}
3035_ACEOF
3036if ac_fn_c_try_compile "$LINENO"; then :
3037  ac_cv_prog_cc_g=yes
3038fi
3039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3040fi
3041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3042fi
3043rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3044   ac_c_werror_flag=$ac_save_c_werror_flag
3045fi
3046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3047$as_echo "$ac_cv_prog_cc_g" >&6; }
3048if test "$ac_test_CFLAGS" = set; then
3049  CFLAGS=$ac_save_CFLAGS
3050elif test $ac_cv_prog_cc_g = yes; then
3051  if test "$GCC" = yes; then
3052    CFLAGS="-g -O2"
3053  else
3054    CFLAGS="-g"
3055  fi
3056else
3057  if test "$GCC" = yes; then
3058    CFLAGS="-O2"
3059  else
3060    CFLAGS=
3061  fi
3062fi
3063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3064$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3065if test "${ac_cv_prog_cc_c89+set}" = set; then :
3066  $as_echo_n "(cached) " >&6
3067else
3068  ac_cv_prog_cc_c89=no
3069ac_save_CC=$CC
3070cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071/* end confdefs.h.  */
3072#include <stdarg.h>
3073#include <stdio.h>
3074#include <sys/types.h>
3075#include <sys/stat.h>
3076/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3077struct buf { int x; };
3078FILE * (*rcsopen) (struct buf *, struct stat *, int);
3079static char *e (p, i)
3080     char **p;
3081     int i;
3082{
3083  return p[i];
3084}
3085static char *f (char * (*g) (char **, int), char **p, ...)
3086{
3087  char *s;
3088  va_list v;
3089  va_start (v,p);
3090  s = g (p, va_arg (v,int));
3091  va_end (v);
3092  return s;
3093}
3094
3095/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3096   function prototypes and stuff, but not '\xHH' hex character constants.
3097   These don't provoke an error unfortunately, instead are silently treated
3098   as 'x'.  The following induces an error, until -std is added to get
3099   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3100   array size at least.  It's necessary to write '\x00'==0 to get something
3101   that's true only with -std.  */
3102int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3103
3104/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3105   inside strings and character constants.  */
3106#define FOO(x) 'x'
3107int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3108
3109int test (int i, double x);
3110struct s1 {int (*f) (int a);};
3111struct s2 {int (*f) (double a);};
3112int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3113int argc;
3114char **argv;
3115int
3116main ()
3117{
3118return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3119  ;
3120  return 0;
3121}
3122_ACEOF
3123for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3124	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3125do
3126  CC="$ac_save_CC $ac_arg"
3127  if ac_fn_c_try_compile "$LINENO"; then :
3128  ac_cv_prog_cc_c89=$ac_arg
3129fi
3130rm -f core conftest.err conftest.$ac_objext
3131  test "x$ac_cv_prog_cc_c89" != "xno" && break
3132done
3133rm -f conftest.$ac_ext
3134CC=$ac_save_CC
3135
3136fi
3137# AC_CACHE_VAL
3138case "x$ac_cv_prog_cc_c89" in
3139  x)
3140    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3141$as_echo "none needed" >&6; } ;;
3142  xno)
3143    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3144$as_echo "unsupported" >&6; } ;;
3145  *)
3146    CC="$CC $ac_cv_prog_cc_c89"
3147    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3148$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3149esac
3150if test "x$ac_cv_prog_cc_c89" != xno; then :
3151
3152fi
3153
3154ac_ext=c
3155ac_cpp='$CPP $CPPFLAGS'
3156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3158ac_compiler_gnu=$ac_cv_c_compiler_gnu
3159
3160
3161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3162$as_echo_n "checking for library containing strerror... " >&6; }
3163if test "${ac_cv_search_strerror+set}" = set; then :
3164  $as_echo_n "(cached) " >&6
3165else
3166  ac_func_search_save_LIBS=$LIBS
3167cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3168/* end confdefs.h.  */
3169
3170/* Override any GCC internal prototype to avoid an error.
3171   Use char because int might match the return type of a GCC
3172   builtin and then its argument prototype would still apply.  */
3173#ifdef __cplusplus
3174extern "C"
3175#endif
3176char strerror ();
3177int
3178main ()
3179{
3180return strerror ();
3181  ;
3182  return 0;
3183}
3184_ACEOF
3185for ac_lib in '' cposix; do
3186  if test -z "$ac_lib"; then
3187    ac_res="none required"
3188  else
3189    ac_res=-l$ac_lib
3190    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
3191  fi
3192  if ac_fn_c_try_link "$LINENO"; then :
3193  ac_cv_search_strerror=$ac_res
3194fi
3195rm -f core conftest.err conftest.$ac_objext \
3196    conftest$ac_exeext
3197  if test "${ac_cv_search_strerror+set}" = set; then :
3198  break
3199fi
3200done
3201if test "${ac_cv_search_strerror+set}" = set; then :
3202
3203else
3204  ac_cv_search_strerror=no
3205fi
3206rm conftest.$ac_ext
3207LIBS=$ac_func_search_save_LIBS
3208fi
3209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3210$as_echo "$ac_cv_search_strerror" >&6; }
3211ac_res=$ac_cv_search_strerror
3212if test "$ac_res" != no; then :
3213  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3214
3215fi
3216
3217
3218am__api_version='1.11'
3219
3220# Find a good install program.  We prefer a C program (faster),
3221# so one script is as good as another.  But avoid the broken or
3222# incompatible versions:
3223# SysV /etc/install, /usr/sbin/install
3224# SunOS /usr/etc/install
3225# IRIX /sbin/install
3226# AIX /bin/install
3227# AmigaOS /C/install, which installs bootblocks on floppy discs
3228# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3229# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3230# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3231# OS/2's system install, which has a completely different semantic
3232# ./install, which can be erroneously created by make from ./install.sh.
3233# Reject install programs that cannot install multiple files.
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3235$as_echo_n "checking for a BSD-compatible install... " >&6; }
3236if test -z "$INSTALL"; then
3237if test "${ac_cv_path_install+set}" = set; then :
3238  $as_echo_n "(cached) " >&6
3239else
3240  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3241for as_dir in $PATH
3242do
3243  IFS=$as_save_IFS
3244  test -z "$as_dir" && as_dir=.
3245    # Account for people who put trailing slashes in PATH elements.
3246case $as_dir/ in #((
3247  ./ | .// | /[cC]/* | \
3248  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3249  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3250  /usr/ucb/* ) ;;
3251  *)
3252    # OSF1 and SCO ODT 3.0 have their own names for install.
3253    # Don't use installbsd from OSF since it installs stuff as root
3254    # by default.
3255    for ac_prog in ginstall scoinst install; do
3256      for ac_exec_ext in '' $ac_executable_extensions; do
3257	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3258	  if test $ac_prog = install &&
3259	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3260	    # AIX install.  It has an incompatible calling convention.
3261	    :
3262	  elif test $ac_prog = install &&
3263	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3264	    # program-specific install script used by HP pwplus--don't use.
3265	    :
3266	  else
3267	    rm -rf conftest.one conftest.two conftest.dir
3268	    echo one > conftest.one
3269	    echo two > conftest.two
3270	    mkdir conftest.dir
3271	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3272	      test -s conftest.one && test -s conftest.two &&
3273	      test -s conftest.dir/conftest.one &&
3274	      test -s conftest.dir/conftest.two
3275	    then
3276	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3277	      break 3
3278	    fi
3279	  fi
3280	fi
3281      done
3282    done
3283    ;;
3284esac
3285
3286  done
3287IFS=$as_save_IFS
3288
3289rm -rf conftest.one conftest.two conftest.dir
3290
3291fi
3292  if test "${ac_cv_path_install+set}" = set; then
3293    INSTALL=$ac_cv_path_install
3294  else
3295    # As a last resort, use the slow shell script.  Don't cache a
3296    # value for INSTALL within a source directory, because that will
3297    # break other packages using the cache if that directory is
3298    # removed, or if the value is a relative name.
3299    INSTALL=$ac_install_sh
3300  fi
3301fi
3302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3303$as_echo "$INSTALL" >&6; }
3304
3305# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3306# It thinks the first close brace ends the variable substitution.
3307test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3308
3309test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3310
3311test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3312
3313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3314$as_echo_n "checking whether build environment is sane... " >&6; }
3315# Just in case
3316sleep 1
3317echo timestamp > conftest.file
3318# Reject unsafe characters in $srcdir or the absolute working directory
3319# name.  Accept space and tab only in the latter.
3320am_lf='
3321'
3322case `pwd` in
3323  *[\\\"\#\$\&\'\`$am_lf]*)
3324    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3325esac
3326case $srcdir in
3327  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3328    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3329esac
3330
3331# Do `set' in a subshell so we don't clobber the current shell's
3332# arguments.  Must try -L first in case configure is actually a
3333# symlink; some systems play weird games with the mod time of symlinks
3334# (eg FreeBSD returns the mod time of the symlink's containing
3335# directory).
3336if (
3337   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3338   if test "$*" = "X"; then
3339      # -L didn't work.
3340      set X `ls -t "$srcdir/configure" conftest.file`
3341   fi
3342   rm -f conftest.file
3343   if test "$*" != "X $srcdir/configure conftest.file" \
3344      && test "$*" != "X conftest.file $srcdir/configure"; then
3345
3346      # If neither matched, then we have a broken ls.  This can happen
3347      # if, for instance, CONFIG_SHELL is bash and it inherits a
3348      # broken ls alias from the environment.  This has actually
3349      # happened.  Such a system could not be considered "sane".
3350      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
3351alias in your environment" "$LINENO" 5
3352   fi
3353
3354   test "$2" = conftest.file
3355   )
3356then
3357   # Ok.
3358   :
3359else
3360   as_fn_error "newly created file is older than distributed files!
3361Check your system clock" "$LINENO" 5
3362fi
3363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3364$as_echo "yes" >&6; }
3365test "$program_prefix" != NONE &&
3366  program_transform_name="s&^&$program_prefix&;$program_transform_name"
3367# Use a double $ so make ignores it.
3368test "$program_suffix" != NONE &&
3369  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3370# Double any \ or $.
3371# By default was `s,x,x', remove it if useless.
3372ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3373program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3374
3375# expand $ac_aux_dir to an absolute path
3376am_aux_dir=`cd $ac_aux_dir && pwd`
3377
3378if test x"${MISSING+set}" != xset; then
3379  case $am_aux_dir in
3380  *\ * | *\	*)
3381    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3382  *)
3383    MISSING="\${SHELL} $am_aux_dir/missing" ;;
3384  esac
3385fi
3386# Use eval to expand $SHELL
3387if eval "$MISSING --run true"; then
3388  am_missing_run="$MISSING --run "
3389else
3390  am_missing_run=
3391  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3392$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3393fi
3394
3395if test x"${install_sh}" != xset; then
3396  case $am_aux_dir in
3397  *\ * | *\	*)
3398    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3399  *)
3400    install_sh="\${SHELL} $am_aux_dir/install-sh"
3401  esac
3402fi
3403
3404# Installed binaries are usually stripped using `strip' when the user
3405# run `make install-strip'.  However `strip' might not be the right
3406# tool to use in cross-compilation environments, therefore Automake
3407# will honor the `STRIP' environment variable to overrule this program.
3408if test "$cross_compiling" != no; then
3409  if test -n "$ac_tool_prefix"; then
3410  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3411set dummy ${ac_tool_prefix}strip; ac_word=$2
3412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3413$as_echo_n "checking for $ac_word... " >&6; }
3414if test "${ac_cv_prog_STRIP+set}" = set; then :
3415  $as_echo_n "(cached) " >&6
3416else
3417  if test -n "$STRIP"; then
3418  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3419else
3420as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3421for as_dir in $PATH
3422do
3423  IFS=$as_save_IFS
3424  test -z "$as_dir" && as_dir=.
3425    for ac_exec_ext in '' $ac_executable_extensions; do
3426  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3427    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3428    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3429    break 2
3430  fi
3431done
3432  done
3433IFS=$as_save_IFS
3434
3435fi
3436fi
3437STRIP=$ac_cv_prog_STRIP
3438if test -n "$STRIP"; then
3439  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3440$as_echo "$STRIP" >&6; }
3441else
3442  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3443$as_echo "no" >&6; }
3444fi
3445
3446
3447fi
3448if test -z "$ac_cv_prog_STRIP"; then
3449  ac_ct_STRIP=$STRIP
3450  # Extract the first word of "strip", so it can be a program name with args.
3451set dummy strip; ac_word=$2
3452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3453$as_echo_n "checking for $ac_word... " >&6; }
3454if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3455  $as_echo_n "(cached) " >&6
3456else
3457  if test -n "$ac_ct_STRIP"; then
3458  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3459else
3460as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3461for as_dir in $PATH
3462do
3463  IFS=$as_save_IFS
3464  test -z "$as_dir" && as_dir=.
3465    for ac_exec_ext in '' $ac_executable_extensions; do
3466  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3467    ac_cv_prog_ac_ct_STRIP="strip"
3468    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3469    break 2
3470  fi
3471done
3472  done
3473IFS=$as_save_IFS
3474
3475fi
3476fi
3477ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3478if test -n "$ac_ct_STRIP"; then
3479  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3480$as_echo "$ac_ct_STRIP" >&6; }
3481else
3482  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3483$as_echo "no" >&6; }
3484fi
3485
3486  if test "x$ac_ct_STRIP" = x; then
3487    STRIP=":"
3488  else
3489    case $cross_compiling:$ac_tool_warned in
3490yes:)
3491{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3492$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3493ac_tool_warned=yes ;;
3494esac
3495    STRIP=$ac_ct_STRIP
3496  fi
3497else
3498  STRIP="$ac_cv_prog_STRIP"
3499fi
3500
3501fi
3502INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3503
3504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3505$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3506if test -z "$MKDIR_P"; then
3507  if test "${ac_cv_path_mkdir+set}" = set; then :
3508  $as_echo_n "(cached) " >&6
3509else
3510  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3511for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3512do
3513  IFS=$as_save_IFS
3514  test -z "$as_dir" && as_dir=.
3515    for ac_prog in mkdir gmkdir; do
3516	 for ac_exec_ext in '' $ac_executable_extensions; do
3517	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3518	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3519	     'mkdir (GNU coreutils) '* | \
3520	     'mkdir (coreutils) '* | \
3521	     'mkdir (fileutils) '4.1*)
3522	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3523	       break 3;;
3524	   esac
3525	 done
3526       done
3527  done
3528IFS=$as_save_IFS
3529
3530fi
3531
3532  if test "${ac_cv_path_mkdir+set}" = set; then
3533    MKDIR_P="$ac_cv_path_mkdir -p"
3534  else
3535    # As a last resort, use the slow shell script.  Don't cache a
3536    # value for MKDIR_P within a source directory, because that will
3537    # break other packages using the cache if that directory is
3538    # removed, or if the value is a relative name.
3539    test -d ./--version && rmdir ./--version
3540    MKDIR_P="$ac_install_sh -d"
3541  fi
3542fi
3543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3544$as_echo "$MKDIR_P" >&6; }
3545
3546mkdir_p="$MKDIR_P"
3547case $mkdir_p in
3548  [\\/$]* | ?:[\\/]*) ;;
3549  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3550esac
3551
3552for ac_prog in gawk mawk nawk awk
3553do
3554  # Extract the first word of "$ac_prog", so it can be a program name with args.
3555set dummy $ac_prog; ac_word=$2
3556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3557$as_echo_n "checking for $ac_word... " >&6; }
3558if test "${ac_cv_prog_AWK+set}" = set; then :
3559  $as_echo_n "(cached) " >&6
3560else
3561  if test -n "$AWK"; then
3562  ac_cv_prog_AWK="$AWK" # Let the user override the test.
3563else
3564as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3565for as_dir in $PATH
3566do
3567  IFS=$as_save_IFS
3568  test -z "$as_dir" && as_dir=.
3569    for ac_exec_ext in '' $ac_executable_extensions; do
3570  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3571    ac_cv_prog_AWK="$ac_prog"
3572    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3573    break 2
3574  fi
3575done
3576  done
3577IFS=$as_save_IFS
3578
3579fi
3580fi
3581AWK=$ac_cv_prog_AWK
3582if test -n "$AWK"; then
3583  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3584$as_echo "$AWK" >&6; }
3585else
3586  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3587$as_echo "no" >&6; }
3588fi
3589
3590
3591  test -n "$AWK" && break
3592done
3593
3594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3595$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3596set x ${MAKE-make}
3597ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3598if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3599  $as_echo_n "(cached) " >&6
3600else
3601  cat >conftest.make <<\_ACEOF
3602SHELL = /bin/sh
3603all:
3604	@echo '@@@%%%=$(MAKE)=@@@%%%'
3605_ACEOF
3606# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3607case `${MAKE-make} -f conftest.make 2>/dev/null` in
3608  *@@@%%%=?*=@@@%%%*)
3609    eval ac_cv_prog_make_${ac_make}_set=yes;;
3610  *)
3611    eval ac_cv_prog_make_${ac_make}_set=no;;
3612esac
3613rm -f conftest.make
3614fi
3615if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3616  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3617$as_echo "yes" >&6; }
3618  SET_MAKE=
3619else
3620  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3621$as_echo "no" >&6; }
3622  SET_MAKE="MAKE=${MAKE-make}"
3623fi
3624
3625rm -rf .tst 2>/dev/null
3626mkdir .tst 2>/dev/null
3627if test -d .tst; then
3628  am__leading_dot=.
3629else
3630  am__leading_dot=_
3631fi
3632rmdir .tst 2>/dev/null
3633
3634DEPDIR="${am__leading_dot}deps"
3635
3636ac_config_commands="$ac_config_commands depfiles"
3637
3638
3639am_make=${MAKE-make}
3640cat > confinc << 'END'
3641am__doit:
3642	@echo this is the am__doit target
3643.PHONY: am__doit
3644END
3645# If we don't find an include directive, just comment out the code.
3646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3647$as_echo_n "checking for style of include used by $am_make... " >&6; }
3648am__include="#"
3649am__quote=
3650_am_result=none
3651# First try GNU make style include.
3652echo "include confinc" > confmf
3653# Ignore all kinds of additional output from `make'.
3654case `$am_make -s -f confmf 2> /dev/null` in #(
3655*the\ am__doit\ target*)
3656  am__include=include
3657  am__quote=
3658  _am_result=GNU
3659  ;;
3660esac
3661# Now try BSD make style include.
3662if test "$am__include" = "#"; then
3663   echo '.include "confinc"' > confmf
3664   case `$am_make -s -f confmf 2> /dev/null` in #(
3665   *the\ am__doit\ target*)
3666     am__include=.include
3667     am__quote="\""
3668     _am_result=BSD
3669     ;;
3670   esac
3671fi
3672
3673
3674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3675$as_echo "$_am_result" >&6; }
3676rm -f confinc confmf
3677
3678# Check whether --enable-dependency-tracking was given.
3679if test "${enable_dependency_tracking+set}" = set; then :
3680  enableval=$enable_dependency_tracking;
3681fi
3682
3683if test "x$enable_dependency_tracking" != xno; then
3684  am_depcomp="$ac_aux_dir/depcomp"
3685  AMDEPBACKSLASH='\'
3686fi
3687 if test "x$enable_dependency_tracking" != xno; then
3688  AMDEP_TRUE=
3689  AMDEP_FALSE='#'
3690else
3691  AMDEP_TRUE='#'
3692  AMDEP_FALSE=
3693fi
3694
3695
3696if test "`cd $srcdir && pwd`" != "`pwd`"; then
3697  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3698  # is not polluted with repeated "-I."
3699  am__isrc=' -I$(srcdir)'
3700  # test to see if srcdir already configured
3701  if test -f $srcdir/config.status; then
3702    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3703  fi
3704fi
3705
3706# test whether we have cygpath
3707if test -z "$CYGPATH_W"; then
3708  if (cygpath --version) >/dev/null 2>/dev/null; then
3709    CYGPATH_W='cygpath -w'
3710  else
3711    CYGPATH_W=echo
3712  fi
3713fi
3714
3715
3716# Define the identity of the package.
3717 PACKAGE='opcodes'
3718 VERSION='2.25.51'
3719
3720
3721cat >>confdefs.h <<_ACEOF
3722#define PACKAGE "$PACKAGE"
3723_ACEOF
3724
3725
3726cat >>confdefs.h <<_ACEOF
3727#define VERSION "$VERSION"
3728_ACEOF
3729
3730# Some tools Automake needs.
3731
3732ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3733
3734
3735AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3736
3737
3738AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3739
3740
3741AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3742
3743
3744MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3745
3746# We need awk for the "check" target.  The system "awk" is bad on
3747# some platforms.
3748# Always define AMTAR for backward compatibility.
3749
3750AMTAR=${AMTAR-"${am_missing_run}tar"}
3751
3752am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3753
3754
3755
3756
3757depcc="$CC"   am_compiler_list=
3758
3759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3760$as_echo_n "checking dependency style of $depcc... " >&6; }
3761if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3762  $as_echo_n "(cached) " >&6
3763else
3764  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3765  # We make a subdir and do the tests there.  Otherwise we can end up
3766  # making bogus files that we don't know about and never remove.  For
3767  # instance it was reported that on HP-UX the gcc test will end up
3768  # making a dummy file named `D' -- because `-MD' means `put the output
3769  # in D'.
3770  mkdir conftest.dir
3771  # Copy depcomp to subdir because otherwise we won't find it if we're
3772  # using a relative directory.
3773  cp "$am_depcomp" conftest.dir
3774  cd conftest.dir
3775  # We will build objects and dependencies in a subdirectory because
3776  # it helps to detect inapplicable dependency modes.  For instance
3777  # both Tru64's cc and ICC support -MD to output dependencies as a
3778  # side effect of compilation, but ICC will put the dependencies in
3779  # the current directory while Tru64 will put them in the object
3780  # directory.
3781  mkdir sub
3782
3783  am_cv_CC_dependencies_compiler_type=none
3784  if test "$am_compiler_list" = ""; then
3785     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3786  fi
3787  am__universal=false
3788  case " $depcc " in #(
3789     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3790     esac
3791
3792  for depmode in $am_compiler_list; do
3793    # Setup a source with many dependencies, because some compilers
3794    # like to wrap large dependency lists on column 80 (with \), and
3795    # we should not choose a depcomp mode which is confused by this.
3796    #
3797    # We need to recreate these files for each test, as the compiler may
3798    # overwrite some of them when testing with obscure command lines.
3799    # This happens at least with the AIX C compiler.
3800    : > sub/conftest.c
3801    for i in 1 2 3 4 5 6; do
3802      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3803      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3804      # Solaris 8's {/usr,}/bin/sh.
3805      touch sub/conftst$i.h
3806    done
3807    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3808
3809    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3810    # mode.  It turns out that the SunPro C++ compiler does not properly
3811    # handle `-M -o', and we need to detect this.  Also, some Intel
3812    # versions had trouble with output in subdirs
3813    am__obj=sub/conftest.${OBJEXT-o}
3814    am__minus_obj="-o $am__obj"
3815    case $depmode in
3816    gcc)
3817      # This depmode causes a compiler race in universal mode.
3818      test "$am__universal" = false || continue
3819      ;;
3820    nosideeffect)
3821      # after this tag, mechanisms are not by side-effect, so they'll
3822      # only be used when explicitly requested
3823      if test "x$enable_dependency_tracking" = xyes; then
3824	continue
3825      else
3826	break
3827      fi
3828      ;;
3829    msvisualcpp | msvcmsys)
3830      # This compiler won't grok `-c -o', but also, the minuso test has
3831      # not run yet.  These depmodes are late enough in the game, and
3832      # so weak that their functioning should not be impacted.
3833      am__obj=conftest.${OBJEXT-o}
3834      am__minus_obj=
3835      ;;
3836    none) break ;;
3837    esac
3838    if depmode=$depmode \
3839       source=sub/conftest.c object=$am__obj \
3840       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3841       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3842         >/dev/null 2>conftest.err &&
3843       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3844       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3845       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3846       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3847      # icc doesn't choke on unknown options, it will just issue warnings
3848      # or remarks (even with -Werror).  So we grep stderr for any message
3849      # that says an option was ignored or not supported.
3850      # When given -MP, icc 7.0 and 7.1 complain thusly:
3851      #   icc: Command line warning: ignoring option '-M'; no argument required
3852      # The diagnosis changed in icc 8.0:
3853      #   icc: Command line remark: option '-MP' not supported
3854      if (grep 'ignoring option' conftest.err ||
3855          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3856        am_cv_CC_dependencies_compiler_type=$depmode
3857        break
3858      fi
3859    fi
3860  done
3861
3862  cd ..
3863  rm -rf conftest.dir
3864else
3865  am_cv_CC_dependencies_compiler_type=none
3866fi
3867
3868fi
3869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3870$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3871CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3872
3873 if
3874  test "x$enable_dependency_tracking" != xno \
3875  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3876  am__fastdepCC_TRUE=
3877  am__fastdepCC_FALSE='#'
3878else
3879  am__fastdepCC_TRUE='#'
3880  am__fastdepCC_FALSE=
3881fi
3882
3883
3884
3885
3886ac_ext=c
3887ac_cpp='$CPP $CPPFLAGS'
3888ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3889ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3890ac_compiler_gnu=$ac_cv_c_compiler_gnu
3891if test -n "$ac_tool_prefix"; then
3892  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3893set dummy ${ac_tool_prefix}gcc; ac_word=$2
3894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3895$as_echo_n "checking for $ac_word... " >&6; }
3896if test "${ac_cv_prog_CC+set}" = set; then :
3897  $as_echo_n "(cached) " >&6
3898else
3899  if test -n "$CC"; then
3900  ac_cv_prog_CC="$CC" # Let the user override the test.
3901else
3902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3903for as_dir in $PATH
3904do
3905  IFS=$as_save_IFS
3906  test -z "$as_dir" && as_dir=.
3907    for ac_exec_ext in '' $ac_executable_extensions; do
3908  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3909    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3910    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3911    break 2
3912  fi
3913done
3914  done
3915IFS=$as_save_IFS
3916
3917fi
3918fi
3919CC=$ac_cv_prog_CC
3920if test -n "$CC"; then
3921  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3922$as_echo "$CC" >&6; }
3923else
3924  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3925$as_echo "no" >&6; }
3926fi
3927
3928
3929fi
3930if test -z "$ac_cv_prog_CC"; then
3931  ac_ct_CC=$CC
3932  # Extract the first word of "gcc", so it can be a program name with args.
3933set dummy gcc; ac_word=$2
3934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3935$as_echo_n "checking for $ac_word... " >&6; }
3936if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3937  $as_echo_n "(cached) " >&6
3938else
3939  if test -n "$ac_ct_CC"; then
3940  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3941else
3942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3943for as_dir in $PATH
3944do
3945  IFS=$as_save_IFS
3946  test -z "$as_dir" && as_dir=.
3947    for ac_exec_ext in '' $ac_executable_extensions; do
3948  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3949    ac_cv_prog_ac_ct_CC="gcc"
3950    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3951    break 2
3952  fi
3953done
3954  done
3955IFS=$as_save_IFS
3956
3957fi
3958fi
3959ac_ct_CC=$ac_cv_prog_ac_ct_CC
3960if test -n "$ac_ct_CC"; then
3961  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3962$as_echo "$ac_ct_CC" >&6; }
3963else
3964  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3965$as_echo "no" >&6; }
3966fi
3967
3968  if test "x$ac_ct_CC" = x; then
3969    CC=""
3970  else
3971    case $cross_compiling:$ac_tool_warned in
3972yes:)
3973{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3974$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3975ac_tool_warned=yes ;;
3976esac
3977    CC=$ac_ct_CC
3978  fi
3979else
3980  CC="$ac_cv_prog_CC"
3981fi
3982
3983if test -z "$CC"; then
3984          if test -n "$ac_tool_prefix"; then
3985    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3986set dummy ${ac_tool_prefix}cc; ac_word=$2
3987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3988$as_echo_n "checking for $ac_word... " >&6; }
3989if test "${ac_cv_prog_CC+set}" = set; then :
3990  $as_echo_n "(cached) " >&6
3991else
3992  if test -n "$CC"; then
3993  ac_cv_prog_CC="$CC" # Let the user override the test.
3994else
3995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3996for as_dir in $PATH
3997do
3998  IFS=$as_save_IFS
3999  test -z "$as_dir" && as_dir=.
4000    for ac_exec_ext in '' $ac_executable_extensions; do
4001  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4002    ac_cv_prog_CC="${ac_tool_prefix}cc"
4003    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4004    break 2
4005  fi
4006done
4007  done
4008IFS=$as_save_IFS
4009
4010fi
4011fi
4012CC=$ac_cv_prog_CC
4013if test -n "$CC"; then
4014  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4015$as_echo "$CC" >&6; }
4016else
4017  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4018$as_echo "no" >&6; }
4019fi
4020
4021
4022  fi
4023fi
4024if test -z "$CC"; then
4025  # Extract the first word of "cc", so it can be a program name with args.
4026set dummy cc; ac_word=$2
4027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4028$as_echo_n "checking for $ac_word... " >&6; }
4029if test "${ac_cv_prog_CC+set}" = set; then :
4030  $as_echo_n "(cached) " >&6
4031else
4032  if test -n "$CC"; then
4033  ac_cv_prog_CC="$CC" # Let the user override the test.
4034else
4035  ac_prog_rejected=no
4036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4037for as_dir in $PATH
4038do
4039  IFS=$as_save_IFS
4040  test -z "$as_dir" && as_dir=.
4041    for ac_exec_ext in '' $ac_executable_extensions; do
4042  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4043    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4044       ac_prog_rejected=yes
4045       continue
4046     fi
4047    ac_cv_prog_CC="cc"
4048    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4049    break 2
4050  fi
4051done
4052  done
4053IFS=$as_save_IFS
4054
4055if test $ac_prog_rejected = yes; then
4056  # We found a bogon in the path, so make sure we never use it.
4057  set dummy $ac_cv_prog_CC
4058  shift
4059  if test $# != 0; then
4060    # We chose a different compiler from the bogus one.
4061    # However, it has the same basename, so the bogon will be chosen
4062    # first if we set CC to just the basename; use the full file name.
4063    shift
4064    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4065  fi
4066fi
4067fi
4068fi
4069CC=$ac_cv_prog_CC
4070if test -n "$CC"; then
4071  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4072$as_echo "$CC" >&6; }
4073else
4074  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4075$as_echo "no" >&6; }
4076fi
4077
4078
4079fi
4080if test -z "$CC"; then
4081  if test -n "$ac_tool_prefix"; then
4082  for ac_prog in cl.exe
4083  do
4084    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4085set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4087$as_echo_n "checking for $ac_word... " >&6; }
4088if test "${ac_cv_prog_CC+set}" = set; then :
4089  $as_echo_n "(cached) " >&6
4090else
4091  if test -n "$CC"; then
4092  ac_cv_prog_CC="$CC" # Let the user override the test.
4093else
4094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4095for as_dir in $PATH
4096do
4097  IFS=$as_save_IFS
4098  test -z "$as_dir" && as_dir=.
4099    for ac_exec_ext in '' $ac_executable_extensions; do
4100  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4101    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4102    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4103    break 2
4104  fi
4105done
4106  done
4107IFS=$as_save_IFS
4108
4109fi
4110fi
4111CC=$ac_cv_prog_CC
4112if test -n "$CC"; then
4113  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4114$as_echo "$CC" >&6; }
4115else
4116  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4117$as_echo "no" >&6; }
4118fi
4119
4120
4121    test -n "$CC" && break
4122  done
4123fi
4124if test -z "$CC"; then
4125  ac_ct_CC=$CC
4126  for ac_prog in cl.exe
4127do
4128  # Extract the first word of "$ac_prog", so it can be a program name with args.
4129set dummy $ac_prog; ac_word=$2
4130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4131$as_echo_n "checking for $ac_word... " >&6; }
4132if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4133  $as_echo_n "(cached) " >&6
4134else
4135  if test -n "$ac_ct_CC"; then
4136  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4137else
4138as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4139for as_dir in $PATH
4140do
4141  IFS=$as_save_IFS
4142  test -z "$as_dir" && as_dir=.
4143    for ac_exec_ext in '' $ac_executable_extensions; do
4144  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4145    ac_cv_prog_ac_ct_CC="$ac_prog"
4146    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4147    break 2
4148  fi
4149done
4150  done
4151IFS=$as_save_IFS
4152
4153fi
4154fi
4155ac_ct_CC=$ac_cv_prog_ac_ct_CC
4156if test -n "$ac_ct_CC"; then
4157  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4158$as_echo "$ac_ct_CC" >&6; }
4159else
4160  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4161$as_echo "no" >&6; }
4162fi
4163
4164
4165  test -n "$ac_ct_CC" && break
4166done
4167
4168  if test "x$ac_ct_CC" = x; then
4169    CC=""
4170  else
4171    case $cross_compiling:$ac_tool_warned in
4172yes:)
4173{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4174$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4175ac_tool_warned=yes ;;
4176esac
4177    CC=$ac_ct_CC
4178  fi
4179fi
4180
4181fi
4182
4183
4184test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4185$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4186as_fn_error "no acceptable C compiler found in \$PATH
4187See \`config.log' for more details." "$LINENO" 5; }
4188
4189# Provide some information about the compiler.
4190$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4191set X $ac_compile
4192ac_compiler=$2
4193for ac_option in --version -v -V -qversion; do
4194  { { ac_try="$ac_compiler $ac_option >&5"
4195case "(($ac_try" in
4196  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4197  *) ac_try_echo=$ac_try;;
4198esac
4199eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4200$as_echo "$ac_try_echo"; } >&5
4201  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4202  ac_status=$?
4203  if test -s conftest.err; then
4204    sed '10a\
4205... rest of stderr output deleted ...
4206         10q' conftest.err >conftest.er1
4207    cat conftest.er1 >&5
4208    rm -f conftest.er1 conftest.err
4209  fi
4210  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4211  test $ac_status = 0; }
4212done
4213
4214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4215$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4216if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4217  $as_echo_n "(cached) " >&6
4218else
4219  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4220/* end confdefs.h.  */
4221
4222int
4223main ()
4224{
4225#ifndef __GNUC__
4226       choke me
4227#endif
4228
4229  ;
4230  return 0;
4231}
4232_ACEOF
4233if ac_fn_c_try_compile "$LINENO"; then :
4234  ac_compiler_gnu=yes
4235else
4236  ac_compiler_gnu=no
4237fi
4238rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4239ac_cv_c_compiler_gnu=$ac_compiler_gnu
4240
4241fi
4242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4243$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4244if test $ac_compiler_gnu = yes; then
4245  GCC=yes
4246else
4247  GCC=
4248fi
4249ac_test_CFLAGS=${CFLAGS+set}
4250ac_save_CFLAGS=$CFLAGS
4251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4252$as_echo_n "checking whether $CC accepts -g... " >&6; }
4253if test "${ac_cv_prog_cc_g+set}" = set; then :
4254  $as_echo_n "(cached) " >&6
4255else
4256  ac_save_c_werror_flag=$ac_c_werror_flag
4257   ac_c_werror_flag=yes
4258   ac_cv_prog_cc_g=no
4259   CFLAGS="-g"
4260   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4261/* end confdefs.h.  */
4262
4263int
4264main ()
4265{
4266
4267  ;
4268  return 0;
4269}
4270_ACEOF
4271if ac_fn_c_try_compile "$LINENO"; then :
4272  ac_cv_prog_cc_g=yes
4273else
4274  CFLAGS=""
4275      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4276/* end confdefs.h.  */
4277
4278int
4279main ()
4280{
4281
4282  ;
4283  return 0;
4284}
4285_ACEOF
4286if ac_fn_c_try_compile "$LINENO"; then :
4287
4288else
4289  ac_c_werror_flag=$ac_save_c_werror_flag
4290	 CFLAGS="-g"
4291	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4292/* end confdefs.h.  */
4293
4294int
4295main ()
4296{
4297
4298  ;
4299  return 0;
4300}
4301_ACEOF
4302if ac_fn_c_try_compile "$LINENO"; then :
4303  ac_cv_prog_cc_g=yes
4304fi
4305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4306fi
4307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4308fi
4309rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4310   ac_c_werror_flag=$ac_save_c_werror_flag
4311fi
4312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4313$as_echo "$ac_cv_prog_cc_g" >&6; }
4314if test "$ac_test_CFLAGS" = set; then
4315  CFLAGS=$ac_save_CFLAGS
4316elif test $ac_cv_prog_cc_g = yes; then
4317  if test "$GCC" = yes; then
4318    CFLAGS="-g -O2"
4319  else
4320    CFLAGS="-g"
4321  fi
4322else
4323  if test "$GCC" = yes; then
4324    CFLAGS="-O2"
4325  else
4326    CFLAGS=
4327  fi
4328fi
4329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4330$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4331if test "${ac_cv_prog_cc_c89+set}" = set; then :
4332  $as_echo_n "(cached) " >&6
4333else
4334  ac_cv_prog_cc_c89=no
4335ac_save_CC=$CC
4336cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4337/* end confdefs.h.  */
4338#include <stdarg.h>
4339#include <stdio.h>
4340#include <sys/types.h>
4341#include <sys/stat.h>
4342/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4343struct buf { int x; };
4344FILE * (*rcsopen) (struct buf *, struct stat *, int);
4345static char *e (p, i)
4346     char **p;
4347     int i;
4348{
4349  return p[i];
4350}
4351static char *f (char * (*g) (char **, int), char **p, ...)
4352{
4353  char *s;
4354  va_list v;
4355  va_start (v,p);
4356  s = g (p, va_arg (v,int));
4357  va_end (v);
4358  return s;
4359}
4360
4361/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4362   function prototypes and stuff, but not '\xHH' hex character constants.
4363   These don't provoke an error unfortunately, instead are silently treated
4364   as 'x'.  The following induces an error, until -std is added to get
4365   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4366   array size at least.  It's necessary to write '\x00'==0 to get something
4367   that's true only with -std.  */
4368int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4369
4370/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4371   inside strings and character constants.  */
4372#define FOO(x) 'x'
4373int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4374
4375int test (int i, double x);
4376struct s1 {int (*f) (int a);};
4377struct s2 {int (*f) (double a);};
4378int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4379int argc;
4380char **argv;
4381int
4382main ()
4383{
4384return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4385  ;
4386  return 0;
4387}
4388_ACEOF
4389for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4390	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4391do
4392  CC="$ac_save_CC $ac_arg"
4393  if ac_fn_c_try_compile "$LINENO"; then :
4394  ac_cv_prog_cc_c89=$ac_arg
4395fi
4396rm -f core conftest.err conftest.$ac_objext
4397  test "x$ac_cv_prog_cc_c89" != "xno" && break
4398done
4399rm -f conftest.$ac_ext
4400CC=$ac_save_CC
4401
4402fi
4403# AC_CACHE_VAL
4404case "x$ac_cv_prog_cc_c89" in
4405  x)
4406    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4407$as_echo "none needed" >&6; } ;;
4408  xno)
4409    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4410$as_echo "unsupported" >&6; } ;;
4411  *)
4412    CC="$CC $ac_cv_prog_cc_c89"
4413    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4414$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4415esac
4416if test "x$ac_cv_prog_cc_c89" != xno; then :
4417
4418fi
4419
4420ac_ext=c
4421ac_cpp='$CPP $CPPFLAGS'
4422ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4423ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4424ac_compiler_gnu=$ac_cv_c_compiler_gnu
4425
4426ac_ext=c
4427ac_cpp='$CPP $CPPFLAGS'
4428ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4429ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4430ac_compiler_gnu=$ac_cv_c_compiler_gnu
4431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4432$as_echo_n "checking how to run the C preprocessor... " >&6; }
4433# On Suns, sometimes $CPP names a directory.
4434if test -n "$CPP" && test -d "$CPP"; then
4435  CPP=
4436fi
4437if test -z "$CPP"; then
4438  if test "${ac_cv_prog_CPP+set}" = set; then :
4439  $as_echo_n "(cached) " >&6
4440else
4441      # Double quotes because CPP needs to be expanded
4442    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4443    do
4444      ac_preproc_ok=false
4445for ac_c_preproc_warn_flag in '' yes
4446do
4447  # Use a header file that comes with gcc, so configuring glibc
4448  # with a fresh cross-compiler works.
4449  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4450  # <limits.h> exists even on freestanding compilers.
4451  # On the NeXT, cc -E runs the code through the compiler's parser,
4452  # not just through cpp. "Syntax error" is here to catch this case.
4453  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4454/* end confdefs.h.  */
4455#ifdef __STDC__
4456# include <limits.h>
4457#else
4458# include <assert.h>
4459#endif
4460		     Syntax error
4461_ACEOF
4462if ac_fn_c_try_cpp "$LINENO"; then :
4463
4464else
4465  # Broken: fails on valid input.
4466continue
4467fi
4468rm -f conftest.err conftest.$ac_ext
4469
4470  # OK, works on sane cases.  Now check whether nonexistent headers
4471  # can be detected and how.
4472  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473/* end confdefs.h.  */
4474#include <ac_nonexistent.h>
4475_ACEOF
4476if ac_fn_c_try_cpp "$LINENO"; then :
4477  # Broken: success on invalid input.
4478continue
4479else
4480  # Passes both tests.
4481ac_preproc_ok=:
4482break
4483fi
4484rm -f conftest.err conftest.$ac_ext
4485
4486done
4487# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4488rm -f conftest.err conftest.$ac_ext
4489if $ac_preproc_ok; then :
4490  break
4491fi
4492
4493    done
4494    ac_cv_prog_CPP=$CPP
4495
4496fi
4497  CPP=$ac_cv_prog_CPP
4498else
4499  ac_cv_prog_CPP=$CPP
4500fi
4501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4502$as_echo "$CPP" >&6; }
4503ac_preproc_ok=false
4504for ac_c_preproc_warn_flag in '' yes
4505do
4506  # Use a header file that comes with gcc, so configuring glibc
4507  # with a fresh cross-compiler works.
4508  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4509  # <limits.h> exists even on freestanding compilers.
4510  # On the NeXT, cc -E runs the code through the compiler's parser,
4511  # not just through cpp. "Syntax error" is here to catch this case.
4512  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4513/* end confdefs.h.  */
4514#ifdef __STDC__
4515# include <limits.h>
4516#else
4517# include <assert.h>
4518#endif
4519		     Syntax error
4520_ACEOF
4521if ac_fn_c_try_cpp "$LINENO"; then :
4522
4523else
4524  # Broken: fails on valid input.
4525continue
4526fi
4527rm -f conftest.err conftest.$ac_ext
4528
4529  # OK, works on sane cases.  Now check whether nonexistent headers
4530  # can be detected and how.
4531  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4532/* end confdefs.h.  */
4533#include <ac_nonexistent.h>
4534_ACEOF
4535if ac_fn_c_try_cpp "$LINENO"; then :
4536  # Broken: success on invalid input.
4537continue
4538else
4539  # Passes both tests.
4540ac_preproc_ok=:
4541break
4542fi
4543rm -f conftest.err conftest.$ac_ext
4544
4545done
4546# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4547rm -f conftest.err conftest.$ac_ext
4548if $ac_preproc_ok; then :
4549
4550else
4551  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4552$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4553as_fn_error "C preprocessor \"$CPP\" fails sanity check
4554See \`config.log' for more details." "$LINENO" 5; }
4555fi
4556
4557ac_ext=c
4558ac_cpp='$CPP $CPPFLAGS'
4559ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4560ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4561ac_compiler_gnu=$ac_cv_c_compiler_gnu
4562
4563
4564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4565$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4566if test "${ac_cv_path_GREP+set}" = set; then :
4567  $as_echo_n "(cached) " >&6
4568else
4569  if test -z "$GREP"; then
4570  ac_path_GREP_found=false
4571  # Loop through the user's path and test for each of PROGNAME-LIST
4572  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4574do
4575  IFS=$as_save_IFS
4576  test -z "$as_dir" && as_dir=.
4577    for ac_prog in grep ggrep; do
4578    for ac_exec_ext in '' $ac_executable_extensions; do
4579      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4580      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4581# Check for GNU ac_path_GREP and select it if it is found.
4582  # Check for GNU $ac_path_GREP
4583case `"$ac_path_GREP" --version 2>&1` in
4584*GNU*)
4585  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4586*)
4587  ac_count=0
4588  $as_echo_n 0123456789 >"conftest.in"
4589  while :
4590  do
4591    cat "conftest.in" "conftest.in" >"conftest.tmp"
4592    mv "conftest.tmp" "conftest.in"
4593    cp "conftest.in" "conftest.nl"
4594    $as_echo 'GREP' >> "conftest.nl"
4595    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4596    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4597    as_fn_arith $ac_count + 1 && ac_count=$as_val
4598    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4599      # Best one so far, save it but keep looking for a better one
4600      ac_cv_path_GREP="$ac_path_GREP"
4601      ac_path_GREP_max=$ac_count
4602    fi
4603    # 10*(2^10) chars as input seems more than enough
4604    test $ac_count -gt 10 && break
4605  done
4606  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4607esac
4608
4609      $ac_path_GREP_found && break 3
4610    done
4611  done
4612  done
4613IFS=$as_save_IFS
4614  if test -z "$ac_cv_path_GREP"; then
4615    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4616  fi
4617else
4618  ac_cv_path_GREP=$GREP
4619fi
4620
4621fi
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4623$as_echo "$ac_cv_path_GREP" >&6; }
4624 GREP="$ac_cv_path_GREP"
4625
4626
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4628$as_echo_n "checking for egrep... " >&6; }
4629if test "${ac_cv_path_EGREP+set}" = set; then :
4630  $as_echo_n "(cached) " >&6
4631else
4632  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4633   then ac_cv_path_EGREP="$GREP -E"
4634   else
4635     if test -z "$EGREP"; then
4636  ac_path_EGREP_found=false
4637  # Loop through the user's path and test for each of PROGNAME-LIST
4638  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4640do
4641  IFS=$as_save_IFS
4642  test -z "$as_dir" && as_dir=.
4643    for ac_prog in egrep; do
4644    for ac_exec_ext in '' $ac_executable_extensions; do
4645      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4646      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4647# Check for GNU ac_path_EGREP and select it if it is found.
4648  # Check for GNU $ac_path_EGREP
4649case `"$ac_path_EGREP" --version 2>&1` in
4650*GNU*)
4651  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4652*)
4653  ac_count=0
4654  $as_echo_n 0123456789 >"conftest.in"
4655  while :
4656  do
4657    cat "conftest.in" "conftest.in" >"conftest.tmp"
4658    mv "conftest.tmp" "conftest.in"
4659    cp "conftest.in" "conftest.nl"
4660    $as_echo 'EGREP' >> "conftest.nl"
4661    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4662    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4663    as_fn_arith $ac_count + 1 && ac_count=$as_val
4664    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4665      # Best one so far, save it but keep looking for a better one
4666      ac_cv_path_EGREP="$ac_path_EGREP"
4667      ac_path_EGREP_max=$ac_count
4668    fi
4669    # 10*(2^10) chars as input seems more than enough
4670    test $ac_count -gt 10 && break
4671  done
4672  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4673esac
4674
4675      $ac_path_EGREP_found && break 3
4676    done
4677  done
4678  done
4679IFS=$as_save_IFS
4680  if test -z "$ac_cv_path_EGREP"; then
4681    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4682  fi
4683else
4684  ac_cv_path_EGREP=$EGREP
4685fi
4686
4687   fi
4688fi
4689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4690$as_echo "$ac_cv_path_EGREP" >&6; }
4691 EGREP="$ac_cv_path_EGREP"
4692
4693
4694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4695$as_echo_n "checking for ANSI C header files... " >&6; }
4696if test "${ac_cv_header_stdc+set}" = set; then :
4697  $as_echo_n "(cached) " >&6
4698else
4699  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700/* end confdefs.h.  */
4701#include <stdlib.h>
4702#include <stdarg.h>
4703#include <string.h>
4704#include <float.h>
4705
4706int
4707main ()
4708{
4709
4710  ;
4711  return 0;
4712}
4713_ACEOF
4714if ac_fn_c_try_compile "$LINENO"; then :
4715  ac_cv_header_stdc=yes
4716else
4717  ac_cv_header_stdc=no
4718fi
4719rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4720
4721if test $ac_cv_header_stdc = yes; then
4722  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4723  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4724/* end confdefs.h.  */
4725#include <string.h>
4726
4727_ACEOF
4728if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4729  $EGREP "memchr" >/dev/null 2>&1; then :
4730
4731else
4732  ac_cv_header_stdc=no
4733fi
4734rm -f conftest*
4735
4736fi
4737
4738if test $ac_cv_header_stdc = yes; then
4739  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4740  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4741/* end confdefs.h.  */
4742#include <stdlib.h>
4743
4744_ACEOF
4745if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4746  $EGREP "free" >/dev/null 2>&1; then :
4747
4748else
4749  ac_cv_header_stdc=no
4750fi
4751rm -f conftest*
4752
4753fi
4754
4755if test $ac_cv_header_stdc = yes; then
4756  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4757  if test "$cross_compiling" = yes; then :
4758  :
4759else
4760  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4761/* end confdefs.h.  */
4762#include <ctype.h>
4763#include <stdlib.h>
4764#if ((' ' & 0x0FF) == 0x020)
4765# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4766# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4767#else
4768# define ISLOWER(c) \
4769		   (('a' <= (c) && (c) <= 'i') \
4770		     || ('j' <= (c) && (c) <= 'r') \
4771		     || ('s' <= (c) && (c) <= 'z'))
4772# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4773#endif
4774
4775#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4776int
4777main ()
4778{
4779  int i;
4780  for (i = 0; i < 256; i++)
4781    if (XOR (islower (i), ISLOWER (i))
4782	|| toupper (i) != TOUPPER (i))
4783      return 2;
4784  return 0;
4785}
4786_ACEOF
4787if ac_fn_c_try_run "$LINENO"; then :
4788
4789else
4790  ac_cv_header_stdc=no
4791fi
4792rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4793  conftest.$ac_objext conftest.beam conftest.$ac_ext
4794fi
4795
4796fi
4797fi
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4799$as_echo "$ac_cv_header_stdc" >&6; }
4800if test $ac_cv_header_stdc = yes; then
4801
4802$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4803
4804fi
4805
4806# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4807for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4808		  inttypes.h stdint.h unistd.h
4809do :
4810  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4811ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4812"
4813eval as_val=\$$as_ac_Header
4814   if test "x$as_val" = x""yes; then :
4815  cat >>confdefs.h <<_ACEOF
4816#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4817_ACEOF
4818
4819fi
4820
4821done
4822
4823
4824
4825  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4826if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4827  MINIX=yes
4828else
4829  MINIX=
4830fi
4831
4832
4833  if test "$MINIX" = yes; then
4834
4835$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4836
4837
4838$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4839
4840
4841$as_echo "#define _MINIX 1" >>confdefs.h
4842
4843  fi
4844
4845
4846  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4847$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4848if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4849  $as_echo_n "(cached) " >&6
4850else
4851  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4852/* end confdefs.h.  */
4853
4854#	  define __EXTENSIONS__ 1
4855	  $ac_includes_default
4856int
4857main ()
4858{
4859
4860  ;
4861  return 0;
4862}
4863_ACEOF
4864if ac_fn_c_try_compile "$LINENO"; then :
4865  ac_cv_safe_to_define___extensions__=yes
4866else
4867  ac_cv_safe_to_define___extensions__=no
4868fi
4869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4870fi
4871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4872$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4873  test $ac_cv_safe_to_define___extensions__ = yes &&
4874    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4875
4876  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4877
4878  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4879
4880  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4881
4882  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4883
4884
4885
4886
4887
4888if test -n "$ac_tool_prefix"; then
4889  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4890set dummy ${ac_tool_prefix}ar; ac_word=$2
4891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4892$as_echo_n "checking for $ac_word... " >&6; }
4893if test "${ac_cv_prog_AR+set}" = set; then :
4894  $as_echo_n "(cached) " >&6
4895else
4896  if test -n "$AR"; then
4897  ac_cv_prog_AR="$AR" # Let the user override the test.
4898else
4899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900for as_dir in $PATH
4901do
4902  IFS=$as_save_IFS
4903  test -z "$as_dir" && as_dir=.
4904    for ac_exec_ext in '' $ac_executable_extensions; do
4905  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4906    ac_cv_prog_AR="${ac_tool_prefix}ar"
4907    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4908    break 2
4909  fi
4910done
4911  done
4912IFS=$as_save_IFS
4913
4914fi
4915fi
4916AR=$ac_cv_prog_AR
4917if test -n "$AR"; then
4918  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4919$as_echo "$AR" >&6; }
4920else
4921  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4922$as_echo "no" >&6; }
4923fi
4924
4925
4926fi
4927if test -z "$ac_cv_prog_AR"; then
4928  ac_ct_AR=$AR
4929  # Extract the first word of "ar", so it can be a program name with args.
4930set dummy ar; ac_word=$2
4931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4932$as_echo_n "checking for $ac_word... " >&6; }
4933if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4934  $as_echo_n "(cached) " >&6
4935else
4936  if test -n "$ac_ct_AR"; then
4937  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4938else
4939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4940for as_dir in $PATH
4941do
4942  IFS=$as_save_IFS
4943  test -z "$as_dir" && as_dir=.
4944    for ac_exec_ext in '' $ac_executable_extensions; do
4945  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4946    ac_cv_prog_ac_ct_AR="ar"
4947    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4948    break 2
4949  fi
4950done
4951  done
4952IFS=$as_save_IFS
4953
4954fi
4955fi
4956ac_ct_AR=$ac_cv_prog_ac_ct_AR
4957if test -n "$ac_ct_AR"; then
4958  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4959$as_echo "$ac_ct_AR" >&6; }
4960else
4961  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4962$as_echo "no" >&6; }
4963fi
4964
4965  if test "x$ac_ct_AR" = x; then
4966    AR=""
4967  else
4968    case $cross_compiling:$ac_tool_warned in
4969yes:)
4970{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4971$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4972ac_tool_warned=yes ;;
4973esac
4974    AR=$ac_ct_AR
4975  fi
4976else
4977  AR="$ac_cv_prog_AR"
4978fi
4979
4980if test -n "$ac_tool_prefix"; then
4981  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4982set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4984$as_echo_n "checking for $ac_word... " >&6; }
4985if test "${ac_cv_prog_RANLIB+set}" = set; then :
4986  $as_echo_n "(cached) " >&6
4987else
4988  if test -n "$RANLIB"; then
4989  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4990else
4991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4992for as_dir in $PATH
4993do
4994  IFS=$as_save_IFS
4995  test -z "$as_dir" && as_dir=.
4996    for ac_exec_ext in '' $ac_executable_extensions; do
4997  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4998    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4999    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5000    break 2
5001  fi
5002done
5003  done
5004IFS=$as_save_IFS
5005
5006fi
5007fi
5008RANLIB=$ac_cv_prog_RANLIB
5009if test -n "$RANLIB"; then
5010  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5011$as_echo "$RANLIB" >&6; }
5012else
5013  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5014$as_echo "no" >&6; }
5015fi
5016
5017
5018fi
5019if test -z "$ac_cv_prog_RANLIB"; then
5020  ac_ct_RANLIB=$RANLIB
5021  # Extract the first word of "ranlib", so it can be a program name with args.
5022set dummy ranlib; ac_word=$2
5023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5024$as_echo_n "checking for $ac_word... " >&6; }
5025if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5026  $as_echo_n "(cached) " >&6
5027else
5028  if test -n "$ac_ct_RANLIB"; then
5029  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5030else
5031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5032for as_dir in $PATH
5033do
5034  IFS=$as_save_IFS
5035  test -z "$as_dir" && as_dir=.
5036    for ac_exec_ext in '' $ac_executable_extensions; do
5037  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5038    ac_cv_prog_ac_ct_RANLIB="ranlib"
5039    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5040    break 2
5041  fi
5042done
5043  done
5044IFS=$as_save_IFS
5045
5046fi
5047fi
5048ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5049if test -n "$ac_ct_RANLIB"; then
5050  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5051$as_echo "$ac_ct_RANLIB" >&6; }
5052else
5053  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5054$as_echo "no" >&6; }
5055fi
5056
5057  if test "x$ac_ct_RANLIB" = x; then
5058    RANLIB=":"
5059  else
5060    case $cross_compiling:$ac_tool_warned in
5061yes:)
5062{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5063$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5064ac_tool_warned=yes ;;
5065esac
5066    RANLIB=$ac_ct_RANLIB
5067  fi
5068else
5069  RANLIB="$ac_cv_prog_RANLIB"
5070fi
5071
5072
5073# Check whether --enable-shared was given.
5074if test "${enable_shared+set}" = set; then :
5075  enableval=$enable_shared; p=${PACKAGE-default}
5076    case $enableval in
5077    yes) enable_shared=yes ;;
5078    no) enable_shared=no ;;
5079    *)
5080      enable_shared=no
5081      # Look at the argument we got.  We use all the common list separators.
5082      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5083      for pkg in $enableval; do
5084	IFS="$lt_save_ifs"
5085	if test "X$pkg" = "X$p"; then
5086	  enable_shared=yes
5087	fi
5088      done
5089      IFS="$lt_save_ifs"
5090      ;;
5091    esac
5092else
5093  enable_shared=no
5094fi
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105case `pwd` in
5106  *\ * | *\	*)
5107    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5108$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5109esac
5110
5111
5112
5113macro_version='2.2.7a'
5114macro_revision='1.3134'
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128ltmain="$ac_aux_dir/ltmain.sh"
5129
5130# Backslashify metacharacters that are still active within
5131# double-quoted strings.
5132sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5133
5134# Same as above, but do not quote variable references.
5135double_quote_subst='s/\(["`\\]\)/\\\1/g'
5136
5137# Sed substitution to delay expansion of an escaped shell variable in a
5138# double_quote_subst'ed string.
5139delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5140
5141# Sed substitution to delay expansion of an escaped single quote.
5142delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5143
5144# Sed substitution to avoid accidental globbing in evaled expressions
5145no_glob_subst='s/\*/\\\*/g'
5146
5147ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5148ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5149ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5150
5151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5152$as_echo_n "checking how to print strings... " >&6; }
5153# Test print first, because it will be a builtin if present.
5154if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5155   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5156  ECHO='print -r --'
5157elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5158  ECHO='printf %s\n'
5159else
5160  # Use this function as a fallback that always works.
5161  func_fallback_echo ()
5162  {
5163    eval 'cat <<_LTECHO_EOF
5164$1
5165_LTECHO_EOF'
5166  }
5167  ECHO='func_fallback_echo'
5168fi
5169
5170# func_echo_all arg...
5171# Invoke $ECHO with all args, space-separated.
5172func_echo_all ()
5173{
5174    $ECHO ""
5175}
5176
5177case "$ECHO" in
5178  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5179$as_echo "printf" >&6; } ;;
5180  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5181$as_echo "print -r" >&6; } ;;
5182  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5183$as_echo "cat" >&6; } ;;
5184esac
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5200$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5201if test "${ac_cv_path_SED+set}" = set; then :
5202  $as_echo_n "(cached) " >&6
5203else
5204            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5205     for ac_i in 1 2 3 4 5 6 7; do
5206       ac_script="$ac_script$as_nl$ac_script"
5207     done
5208     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5209     { ac_script=; unset ac_script;}
5210     if test -z "$SED"; then
5211  ac_path_SED_found=false
5212  # Loop through the user's path and test for each of PROGNAME-LIST
5213  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5214for as_dir in $PATH
5215do
5216  IFS=$as_save_IFS
5217  test -z "$as_dir" && as_dir=.
5218    for ac_prog in sed gsed; do
5219    for ac_exec_ext in '' $ac_executable_extensions; do
5220      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5221      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5222# Check for GNU ac_path_SED and select it if it is found.
5223  # Check for GNU $ac_path_SED
5224case `"$ac_path_SED" --version 2>&1` in
5225*GNU*)
5226  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5227*)
5228  ac_count=0
5229  $as_echo_n 0123456789 >"conftest.in"
5230  while :
5231  do
5232    cat "conftest.in" "conftest.in" >"conftest.tmp"
5233    mv "conftest.tmp" "conftest.in"
5234    cp "conftest.in" "conftest.nl"
5235    $as_echo '' >> "conftest.nl"
5236    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5237    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5238    as_fn_arith $ac_count + 1 && ac_count=$as_val
5239    if test $ac_count -gt ${ac_path_SED_max-0}; then
5240      # Best one so far, save it but keep looking for a better one
5241      ac_cv_path_SED="$ac_path_SED"
5242      ac_path_SED_max=$ac_count
5243    fi
5244    # 10*(2^10) chars as input seems more than enough
5245    test $ac_count -gt 10 && break
5246  done
5247  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5248esac
5249
5250      $ac_path_SED_found && break 3
5251    done
5252  done
5253  done
5254IFS=$as_save_IFS
5255  if test -z "$ac_cv_path_SED"; then
5256    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5257  fi
5258else
5259  ac_cv_path_SED=$SED
5260fi
5261
5262fi
5263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5264$as_echo "$ac_cv_path_SED" >&6; }
5265 SED="$ac_cv_path_SED"
5266  rm -f conftest.sed
5267
5268test -z "$SED" && SED=sed
5269Xsed="$SED -e 1s/^X//"
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5282$as_echo_n "checking for fgrep... " >&6; }
5283if test "${ac_cv_path_FGREP+set}" = set; then :
5284  $as_echo_n "(cached) " >&6
5285else
5286  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5287   then ac_cv_path_FGREP="$GREP -F"
5288   else
5289     if test -z "$FGREP"; then
5290  ac_path_FGREP_found=false
5291  # Loop through the user's path and test for each of PROGNAME-LIST
5292  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5293for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5294do
5295  IFS=$as_save_IFS
5296  test -z "$as_dir" && as_dir=.
5297    for ac_prog in fgrep; do
5298    for ac_exec_ext in '' $ac_executable_extensions; do
5299      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5300      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5301# Check for GNU ac_path_FGREP and select it if it is found.
5302  # Check for GNU $ac_path_FGREP
5303case `"$ac_path_FGREP" --version 2>&1` in
5304*GNU*)
5305  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5306*)
5307  ac_count=0
5308  $as_echo_n 0123456789 >"conftest.in"
5309  while :
5310  do
5311    cat "conftest.in" "conftest.in" >"conftest.tmp"
5312    mv "conftest.tmp" "conftest.in"
5313    cp "conftest.in" "conftest.nl"
5314    $as_echo 'FGREP' >> "conftest.nl"
5315    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5316    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5317    as_fn_arith $ac_count + 1 && ac_count=$as_val
5318    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5319      # Best one so far, save it but keep looking for a better one
5320      ac_cv_path_FGREP="$ac_path_FGREP"
5321      ac_path_FGREP_max=$ac_count
5322    fi
5323    # 10*(2^10) chars as input seems more than enough
5324    test $ac_count -gt 10 && break
5325  done
5326  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5327esac
5328
5329      $ac_path_FGREP_found && break 3
5330    done
5331  done
5332  done
5333IFS=$as_save_IFS
5334  if test -z "$ac_cv_path_FGREP"; then
5335    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5336  fi
5337else
5338  ac_cv_path_FGREP=$FGREP
5339fi
5340
5341   fi
5342fi
5343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5344$as_echo "$ac_cv_path_FGREP" >&6; }
5345 FGREP="$ac_cv_path_FGREP"
5346
5347
5348test -z "$GREP" && GREP=grep
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368# Check whether --with-gnu-ld was given.
5369if test "${with_gnu_ld+set}" = set; then :
5370  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5371else
5372  with_gnu_ld=no
5373fi
5374
5375ac_prog=ld
5376if test "$GCC" = yes; then
5377  # Check if gcc -print-prog-name=ld gives a path.
5378  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5379$as_echo_n "checking for ld used by $CC... " >&6; }
5380  case $host in
5381  *-*-mingw*)
5382    # gcc leaves a trailing carriage return which upsets mingw
5383    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5384  *)
5385    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5386  esac
5387  case $ac_prog in
5388    # Accept absolute paths.
5389    [\\/]* | ?:[\\/]*)
5390      re_direlt='/[^/][^/]*/\.\./'
5391      # Canonicalize the pathname of ld
5392      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5393      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5394	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5395      done
5396      test -z "$LD" && LD="$ac_prog"
5397      ;;
5398  "")
5399    # If it fails, then pretend we aren't using GCC.
5400    ac_prog=ld
5401    ;;
5402  *)
5403    # If it is relative, then search for the first ld in PATH.
5404    with_gnu_ld=unknown
5405    ;;
5406  esac
5407elif test "$with_gnu_ld" = yes; then
5408  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5409$as_echo_n "checking for GNU ld... " >&6; }
5410else
5411  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5412$as_echo_n "checking for non-GNU ld... " >&6; }
5413fi
5414if test "${lt_cv_path_LD+set}" = set; then :
5415  $as_echo_n "(cached) " >&6
5416else
5417  if test -z "$LD"; then
5418  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5419  for ac_dir in $PATH; do
5420    IFS="$lt_save_ifs"
5421    test -z "$ac_dir" && ac_dir=.
5422    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5423      lt_cv_path_LD="$ac_dir/$ac_prog"
5424      # Check to see if the program is GNU ld.  I'd rather use --version,
5425      # but apparently some variants of GNU ld only accept -v.
5426      # Break only if it was the GNU/non-GNU ld that we prefer.
5427      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5428      *GNU* | *'with BFD'*)
5429	test "$with_gnu_ld" != no && break
5430	;;
5431      *)
5432	test "$with_gnu_ld" != yes && break
5433	;;
5434      esac
5435    fi
5436  done
5437  IFS="$lt_save_ifs"
5438else
5439  lt_cv_path_LD="$LD" # Let the user override the test with a path.
5440fi
5441fi
5442
5443LD="$lt_cv_path_LD"
5444if test -n "$LD"; then
5445  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5446$as_echo "$LD" >&6; }
5447else
5448  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5449$as_echo "no" >&6; }
5450fi
5451test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5453$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5454if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5455  $as_echo_n "(cached) " >&6
5456else
5457  # I'd rather use --version here, but apparently some GNU lds only accept -v.
5458case `$LD -v 2>&1 </dev/null` in
5459*GNU* | *'with BFD'*)
5460  lt_cv_prog_gnu_ld=yes
5461  ;;
5462*)
5463  lt_cv_prog_gnu_ld=no
5464  ;;
5465esac
5466fi
5467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5468$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5469with_gnu_ld=$lt_cv_prog_gnu_ld
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5480$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5481if test "${lt_cv_path_NM+set}" = set; then :
5482  $as_echo_n "(cached) " >&6
5483else
5484  if test -n "$NM"; then
5485  # Let the user override the test.
5486  lt_cv_path_NM="$NM"
5487else
5488  lt_nm_to_check="${ac_tool_prefix}nm"
5489  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5490    lt_nm_to_check="$lt_nm_to_check nm"
5491  fi
5492  for lt_tmp_nm in $lt_nm_to_check; do
5493    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5494    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5495      IFS="$lt_save_ifs"
5496      test -z "$ac_dir" && ac_dir=.
5497      tmp_nm="$ac_dir/$lt_tmp_nm"
5498      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5499	# Check to see if the nm accepts a BSD-compat flag.
5500	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
5501	#   nm: unknown option "B" ignored
5502	# Tru64's nm complains that /dev/null is an invalid object file
5503	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5504	*/dev/null* | *'Invalid file or object type'*)
5505	  lt_cv_path_NM="$tmp_nm -B"
5506	  break
5507	  ;;
5508	*)
5509	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5510	  */dev/null*)
5511	    lt_cv_path_NM="$tmp_nm -p"
5512	    break
5513	    ;;
5514	  *)
5515	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5516	    continue # so that we can try to find one that supports BSD flags
5517	    ;;
5518	  esac
5519	  ;;
5520	esac
5521      fi
5522    done
5523    IFS="$lt_save_ifs"
5524  done
5525  : ${lt_cv_path_NM=no}
5526fi
5527fi
5528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5529$as_echo "$lt_cv_path_NM" >&6; }
5530if test "$lt_cv_path_NM" != "no"; then
5531  NM="$lt_cv_path_NM"
5532else
5533  # Didn't find any BSD compatible name lister, look for dumpbin.
5534  if test -n "$DUMPBIN"; then :
5535    # Let the user override the test.
5536  else
5537    if test -n "$ac_tool_prefix"; then
5538  for ac_prog in dumpbin "link -dump"
5539  do
5540    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5541set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5543$as_echo_n "checking for $ac_word... " >&6; }
5544if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5545  $as_echo_n "(cached) " >&6
5546else
5547  if test -n "$DUMPBIN"; then
5548  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5549else
5550as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5551for as_dir in $PATH
5552do
5553  IFS=$as_save_IFS
5554  test -z "$as_dir" && as_dir=.
5555    for ac_exec_ext in '' $ac_executable_extensions; do
5556  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5557    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5558    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5559    break 2
5560  fi
5561done
5562  done
5563IFS=$as_save_IFS
5564
5565fi
5566fi
5567DUMPBIN=$ac_cv_prog_DUMPBIN
5568if test -n "$DUMPBIN"; then
5569  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5570$as_echo "$DUMPBIN" >&6; }
5571else
5572  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5573$as_echo "no" >&6; }
5574fi
5575
5576
5577    test -n "$DUMPBIN" && break
5578  done
5579fi
5580if test -z "$DUMPBIN"; then
5581  ac_ct_DUMPBIN=$DUMPBIN
5582  for ac_prog in dumpbin "link -dump"
5583do
5584  # Extract the first word of "$ac_prog", so it can be a program name with args.
5585set dummy $ac_prog; ac_word=$2
5586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5587$as_echo_n "checking for $ac_word... " >&6; }
5588if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5589  $as_echo_n "(cached) " >&6
5590else
5591  if test -n "$ac_ct_DUMPBIN"; then
5592  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5593else
5594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5595for as_dir in $PATH
5596do
5597  IFS=$as_save_IFS
5598  test -z "$as_dir" && as_dir=.
5599    for ac_exec_ext in '' $ac_executable_extensions; do
5600  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5601    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5602    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5603    break 2
5604  fi
5605done
5606  done
5607IFS=$as_save_IFS
5608
5609fi
5610fi
5611ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5612if test -n "$ac_ct_DUMPBIN"; then
5613  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5614$as_echo "$ac_ct_DUMPBIN" >&6; }
5615else
5616  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5617$as_echo "no" >&6; }
5618fi
5619
5620
5621  test -n "$ac_ct_DUMPBIN" && break
5622done
5623
5624  if test "x$ac_ct_DUMPBIN" = x; then
5625    DUMPBIN=":"
5626  else
5627    case $cross_compiling:$ac_tool_warned in
5628yes:)
5629{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5630$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5631ac_tool_warned=yes ;;
5632esac
5633    DUMPBIN=$ac_ct_DUMPBIN
5634  fi
5635fi
5636
5637    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5638    *COFF*)
5639      DUMPBIN="$DUMPBIN -symbols"
5640      ;;
5641    *)
5642      DUMPBIN=:
5643      ;;
5644    esac
5645  fi
5646
5647  if test "$DUMPBIN" != ":"; then
5648    NM="$DUMPBIN"
5649  fi
5650fi
5651test -z "$NM" && NM=nm
5652
5653
5654
5655
5656
5657
5658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5659$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5660if test "${lt_cv_nm_interface+set}" = set; then :
5661  $as_echo_n "(cached) " >&6
5662else
5663  lt_cv_nm_interface="BSD nm"
5664  echo "int some_variable = 0;" > conftest.$ac_ext
5665  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5666  (eval "$ac_compile" 2>conftest.err)
5667  cat conftest.err >&5
5668  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5669  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5670  cat conftest.err >&5
5671  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5672  cat conftest.out >&5
5673  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5674    lt_cv_nm_interface="MS dumpbin"
5675  fi
5676  rm -f conftest*
5677fi
5678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5679$as_echo "$lt_cv_nm_interface" >&6; }
5680
5681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5682$as_echo_n "checking whether ln -s works... " >&6; }
5683LN_S=$as_ln_s
5684if test "$LN_S" = "ln -s"; then
5685  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5686$as_echo "yes" >&6; }
5687else
5688  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5689$as_echo "no, using $LN_S" >&6; }
5690fi
5691
5692# find the maximum length of command line arguments
5693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5694$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5695if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5696  $as_echo_n "(cached) " >&6
5697else
5698    i=0
5699  teststring="ABCD"
5700
5701  case $build_os in
5702  msdosdjgpp*)
5703    # On DJGPP, this test can blow up pretty badly due to problems in libc
5704    # (any single argument exceeding 2000 bytes causes a buffer overrun
5705    # during glob expansion).  Even if it were fixed, the result of this
5706    # check would be larger than it should be.
5707    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5708    ;;
5709
5710  gnu*)
5711    # Under GNU Hurd, this test is not required because there is
5712    # no limit to the length of command line arguments.
5713    # Libtool will interpret -1 as no limit whatsoever
5714    lt_cv_sys_max_cmd_len=-1;
5715    ;;
5716
5717  cygwin* | mingw* | cegcc*)
5718    # On Win9x/ME, this test blows up -- it succeeds, but takes
5719    # about 5 minutes as the teststring grows exponentially.
5720    # Worse, since 9x/ME are not pre-emptively multitasking,
5721    # you end up with a "frozen" computer, even though with patience
5722    # the test eventually succeeds (with a max line length of 256k).
5723    # Instead, let's just punt: use the minimum linelength reported by
5724    # all of the supported platforms: 8192 (on NT/2K/XP).
5725    lt_cv_sys_max_cmd_len=8192;
5726    ;;
5727
5728  mint*)
5729    # On MiNT this can take a long time and run out of memory.
5730    lt_cv_sys_max_cmd_len=8192;
5731    ;;
5732
5733  amigaos*)
5734    # On AmigaOS with pdksh, this test takes hours, literally.
5735    # So we just punt and use a minimum line length of 8192.
5736    lt_cv_sys_max_cmd_len=8192;
5737    ;;
5738
5739  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5740    # This has been around since 386BSD, at least.  Likely further.
5741    if test -x /sbin/sysctl; then
5742      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5743    elif test -x /usr/sbin/sysctl; then
5744      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5745    else
5746      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
5747    fi
5748    # And add a safety zone
5749    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5750    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5751    ;;
5752
5753  interix*)
5754    # We know the value 262144 and hardcode it with a safety zone (like BSD)
5755    lt_cv_sys_max_cmd_len=196608
5756    ;;
5757
5758  osf*)
5759    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5760    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5761    # nice to cause kernel panics so lets avoid the loop below.
5762    # First set a reasonable default.
5763    lt_cv_sys_max_cmd_len=16384
5764    #
5765    if test -x /sbin/sysconfig; then
5766      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5767        *1*) lt_cv_sys_max_cmd_len=-1 ;;
5768      esac
5769    fi
5770    ;;
5771  sco3.2v5*)
5772    lt_cv_sys_max_cmd_len=102400
5773    ;;
5774  sysv5* | sco5v6* | sysv4.2uw2*)
5775    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5776    if test -n "$kargmax"; then
5777      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
5778    else
5779      lt_cv_sys_max_cmd_len=32768
5780    fi
5781    ;;
5782  *)
5783    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5784    if test -n "$lt_cv_sys_max_cmd_len"; then
5785      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5786      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5787    else
5788      # Make teststring a little bigger before we do anything with it.
5789      # a 1K string should be a reasonable start.
5790      for i in 1 2 3 4 5 6 7 8 ; do
5791        teststring=$teststring$teststring
5792      done
5793      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5794      # If test is not a shell built-in, we'll probably end up computing a
5795      # maximum length that is only half of the actual maximum length, but
5796      # we can't tell.
5797      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5798	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5799	      test $i != 17 # 1/2 MB should be enough
5800      do
5801        i=`expr $i + 1`
5802        teststring=$teststring$teststring
5803      done
5804      # Only check the string length outside the loop.
5805      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5806      teststring=
5807      # Add a significant safety factor because C++ compilers can tack on
5808      # massive amounts of additional arguments before passing them to the
5809      # linker.  It appears as though 1/2 is a usable value.
5810      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5811    fi
5812    ;;
5813  esac
5814
5815fi
5816
5817if test -n $lt_cv_sys_max_cmd_len ; then
5818  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5819$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5820else
5821  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5822$as_echo "none" >&6; }
5823fi
5824max_cmd_len=$lt_cv_sys_max_cmd_len
5825
5826
5827
5828
5829
5830
5831: ${CP="cp -f"}
5832: ${MV="mv -f"}
5833: ${RM="rm -f"}
5834
5835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5836$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5837# Try some XSI features
5838xsi_shell=no
5839( _lt_dummy="a/b/c"
5840  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5841      = c,a/b,, \
5842    && eval 'test $(( 1 + 1 )) -eq 2 \
5843    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5844  && xsi_shell=yes
5845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5846$as_echo "$xsi_shell" >&6; }
5847
5848
5849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5850$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5851lt_shell_append=no
5852( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5853    >/dev/null 2>&1 \
5854  && lt_shell_append=yes
5855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5856$as_echo "$lt_shell_append" >&6; }
5857
5858
5859if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5860  lt_unset=unset
5861else
5862  lt_unset=false
5863fi
5864
5865
5866
5867
5868
5869# test EBCDIC or ASCII
5870case `echo X|tr X '\101'` in
5871 A) # ASCII based system
5872    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5873  lt_SP2NL='tr \040 \012'
5874  lt_NL2SP='tr \015\012 \040\040'
5875  ;;
5876 *) # EBCDIC based system
5877  lt_SP2NL='tr \100 \n'
5878  lt_NL2SP='tr \r\n \100\100'
5879  ;;
5880esac
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5891$as_echo_n "checking for $LD option to reload object files... " >&6; }
5892if test "${lt_cv_ld_reload_flag+set}" = set; then :
5893  $as_echo_n "(cached) " >&6
5894else
5895  lt_cv_ld_reload_flag='-r'
5896fi
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5898$as_echo "$lt_cv_ld_reload_flag" >&6; }
5899reload_flag=$lt_cv_ld_reload_flag
5900case $reload_flag in
5901"" | " "*) ;;
5902*) reload_flag=" $reload_flag" ;;
5903esac
5904reload_cmds='$LD$reload_flag -o $output$reload_objs'
5905case $host_os in
5906  darwin*)
5907    if test "$GCC" = yes; then
5908      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5909    else
5910      reload_cmds='$LD$reload_flag -o $output$reload_objs'
5911    fi
5912    ;;
5913esac
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923if test -n "$ac_tool_prefix"; then
5924  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5925set dummy ${ac_tool_prefix}objdump; ac_word=$2
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5927$as_echo_n "checking for $ac_word... " >&6; }
5928if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5929  $as_echo_n "(cached) " >&6
5930else
5931  if test -n "$OBJDUMP"; then
5932  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5933else
5934as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5935for as_dir in $PATH
5936do
5937  IFS=$as_save_IFS
5938  test -z "$as_dir" && as_dir=.
5939    for ac_exec_ext in '' $ac_executable_extensions; do
5940  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5941    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5942    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5943    break 2
5944  fi
5945done
5946  done
5947IFS=$as_save_IFS
5948
5949fi
5950fi
5951OBJDUMP=$ac_cv_prog_OBJDUMP
5952if test -n "$OBJDUMP"; then
5953  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5954$as_echo "$OBJDUMP" >&6; }
5955else
5956  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5957$as_echo "no" >&6; }
5958fi
5959
5960
5961fi
5962if test -z "$ac_cv_prog_OBJDUMP"; then
5963  ac_ct_OBJDUMP=$OBJDUMP
5964  # Extract the first word of "objdump", so it can be a program name with args.
5965set dummy objdump; ac_word=$2
5966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5967$as_echo_n "checking for $ac_word... " >&6; }
5968if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5969  $as_echo_n "(cached) " >&6
5970else
5971  if test -n "$ac_ct_OBJDUMP"; then
5972  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5973else
5974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975for as_dir in $PATH
5976do
5977  IFS=$as_save_IFS
5978  test -z "$as_dir" && as_dir=.
5979    for ac_exec_ext in '' $ac_executable_extensions; do
5980  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981    ac_cv_prog_ac_ct_OBJDUMP="objdump"
5982    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5983    break 2
5984  fi
5985done
5986  done
5987IFS=$as_save_IFS
5988
5989fi
5990fi
5991ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5992if test -n "$ac_ct_OBJDUMP"; then
5993  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5994$as_echo "$ac_ct_OBJDUMP" >&6; }
5995else
5996  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5997$as_echo "no" >&6; }
5998fi
5999
6000  if test "x$ac_ct_OBJDUMP" = x; then
6001    OBJDUMP="false"
6002  else
6003    case $cross_compiling:$ac_tool_warned in
6004yes:)
6005{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6006$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6007ac_tool_warned=yes ;;
6008esac
6009    OBJDUMP=$ac_ct_OBJDUMP
6010  fi
6011else
6012  OBJDUMP="$ac_cv_prog_OBJDUMP"
6013fi
6014
6015test -z "$OBJDUMP" && OBJDUMP=objdump
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6026$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6027if test "${lt_cv_deplibs_check_method+set}" = set; then :
6028  $as_echo_n "(cached) " >&6
6029else
6030  lt_cv_file_magic_cmd='$MAGIC_CMD'
6031lt_cv_file_magic_test_file=
6032lt_cv_deplibs_check_method='unknown'
6033# Need to set the preceding variable on all platforms that support
6034# interlibrary dependencies.
6035# 'none' -- dependencies not supported.
6036# `unknown' -- same as none, but documents that we really don't know.
6037# 'pass_all' -- all dependencies passed with no checks.
6038# 'test_compile' -- check by making test program.
6039# 'file_magic [[regex]]' -- check by looking for files in library path
6040# which responds to the $file_magic_cmd with a given extended regex.
6041# If you have `file' or equivalent on your system and you're not sure
6042# whether `pass_all' will *always* work, you probably want this one.
6043
6044case $host_os in
6045aix[4-9]*)
6046  lt_cv_deplibs_check_method=pass_all
6047  ;;
6048
6049beos*)
6050  lt_cv_deplibs_check_method=pass_all
6051  ;;
6052
6053bsdi[45]*)
6054  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6055  lt_cv_file_magic_cmd='/usr/bin/file -L'
6056  lt_cv_file_magic_test_file=/shlib/libc.so
6057  ;;
6058
6059cygwin*)
6060  # func_win32_libid is a shell function defined in ltmain.sh
6061  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6062  lt_cv_file_magic_cmd='func_win32_libid'
6063  ;;
6064
6065mingw* | pw32*)
6066  # Base MSYS/MinGW do not provide the 'file' command needed by
6067  # func_win32_libid shell function, so use a weaker test based on 'objdump',
6068  # unless we find 'file', for example because we are cross-compiling.
6069  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6070  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6071    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6072    lt_cv_file_magic_cmd='func_win32_libid'
6073  else
6074    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6075    lt_cv_file_magic_cmd='$OBJDUMP -f'
6076  fi
6077  ;;
6078
6079cegcc*)
6080  # use the weaker test based on 'objdump'. See mingw*.
6081  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6082  lt_cv_file_magic_cmd='$OBJDUMP -f'
6083  ;;
6084
6085darwin* | rhapsody*)
6086  lt_cv_deplibs_check_method=pass_all
6087  ;;
6088
6089freebsd* | dragonfly*)
6090  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6091    case $host_cpu in
6092    i*86 )
6093      # Not sure whether the presence of OpenBSD here was a mistake.
6094      # Let's accept both of them until this is cleared up.
6095      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6096      lt_cv_file_magic_cmd=/usr/bin/file
6097      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6098      ;;
6099    esac
6100  else
6101    lt_cv_deplibs_check_method=pass_all
6102  fi
6103  ;;
6104
6105gnu*)
6106  lt_cv_deplibs_check_method=pass_all
6107  ;;
6108
6109haiku*)
6110  lt_cv_deplibs_check_method=pass_all
6111  ;;
6112
6113hpux10.20* | hpux11*)
6114  lt_cv_file_magic_cmd=/usr/bin/file
6115  case $host_cpu in
6116  ia64*)
6117    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6118    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6119    ;;
6120  hppa*64*)
6121    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]'
6122    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6123    ;;
6124  *)
6125    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6126    lt_cv_file_magic_test_file=/usr/lib/libc.sl
6127    ;;
6128  esac
6129  ;;
6130
6131interix[3-9]*)
6132  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6133  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6134  ;;
6135
6136irix5* | irix6* | nonstopux*)
6137  case $LD in
6138  *-32|*"-32 ") libmagic=32-bit;;
6139  *-n32|*"-n32 ") libmagic=N32;;
6140  *-64|*"-64 ") libmagic=64-bit;;
6141  *) libmagic=never-match;;
6142  esac
6143  lt_cv_deplibs_check_method=pass_all
6144  ;;
6145
6146# This must be Linux ELF.
6147linux* | k*bsd*-gnu | kopensolaris*-gnu)
6148  lt_cv_deplibs_check_method=pass_all
6149  ;;
6150
6151netbsd*)
6152  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6153    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6154  else
6155    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6156  fi
6157  ;;
6158
6159newos6*)
6160  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6161  lt_cv_file_magic_cmd=/usr/bin/file
6162  lt_cv_file_magic_test_file=/usr/lib/libnls.so
6163  ;;
6164
6165*nto* | *qnx*)
6166  lt_cv_deplibs_check_method=pass_all
6167  ;;
6168
6169openbsd*)
6170  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6171    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6172  else
6173    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6174  fi
6175  ;;
6176
6177osf3* | osf4* | osf5*)
6178  lt_cv_deplibs_check_method=pass_all
6179  ;;
6180
6181rdos*)
6182  lt_cv_deplibs_check_method=pass_all
6183  ;;
6184
6185solaris*)
6186  lt_cv_deplibs_check_method=pass_all
6187  ;;
6188
6189sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6190  lt_cv_deplibs_check_method=pass_all
6191  ;;
6192
6193sysv4 | sysv4.3*)
6194  case $host_vendor in
6195  motorola)
6196    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]'
6197    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6198    ;;
6199  ncr)
6200    lt_cv_deplibs_check_method=pass_all
6201    ;;
6202  sequent)
6203    lt_cv_file_magic_cmd='/bin/file'
6204    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6205    ;;
6206  sni)
6207    lt_cv_file_magic_cmd='/bin/file'
6208    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6209    lt_cv_file_magic_test_file=/lib/libc.so
6210    ;;
6211  siemens)
6212    lt_cv_deplibs_check_method=pass_all
6213    ;;
6214  pc)
6215    lt_cv_deplibs_check_method=pass_all
6216    ;;
6217  esac
6218  ;;
6219
6220tpf*)
6221  lt_cv_deplibs_check_method=pass_all
6222  ;;
6223esac
6224
6225fi
6226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6227$as_echo "$lt_cv_deplibs_check_method" >&6; }
6228file_magic_cmd=$lt_cv_file_magic_cmd
6229deplibs_check_method=$lt_cv_deplibs_check_method
6230test -z "$deplibs_check_method" && deplibs_check_method=unknown
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243if test -n "$ac_tool_prefix"; then
6244  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6245set dummy ${ac_tool_prefix}ar; ac_word=$2
6246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6247$as_echo_n "checking for $ac_word... " >&6; }
6248if test "${ac_cv_prog_AR+set}" = set; then :
6249  $as_echo_n "(cached) " >&6
6250else
6251  if test -n "$AR"; then
6252  ac_cv_prog_AR="$AR" # Let the user override the test.
6253else
6254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6255for as_dir in $PATH
6256do
6257  IFS=$as_save_IFS
6258  test -z "$as_dir" && as_dir=.
6259    for ac_exec_ext in '' $ac_executable_extensions; do
6260  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6261    ac_cv_prog_AR="${ac_tool_prefix}ar"
6262    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6263    break 2
6264  fi
6265done
6266  done
6267IFS=$as_save_IFS
6268
6269fi
6270fi
6271AR=$ac_cv_prog_AR
6272if test -n "$AR"; then
6273  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6274$as_echo "$AR" >&6; }
6275else
6276  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6277$as_echo "no" >&6; }
6278fi
6279
6280
6281fi
6282if test -z "$ac_cv_prog_AR"; then
6283  ac_ct_AR=$AR
6284  # Extract the first word of "ar", so it can be a program name with args.
6285set dummy ar; ac_word=$2
6286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6287$as_echo_n "checking for $ac_word... " >&6; }
6288if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6289  $as_echo_n "(cached) " >&6
6290else
6291  if test -n "$ac_ct_AR"; then
6292  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6293else
6294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6295for as_dir in $PATH
6296do
6297  IFS=$as_save_IFS
6298  test -z "$as_dir" && as_dir=.
6299    for ac_exec_ext in '' $ac_executable_extensions; do
6300  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6301    ac_cv_prog_ac_ct_AR="ar"
6302    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6303    break 2
6304  fi
6305done
6306  done
6307IFS=$as_save_IFS
6308
6309fi
6310fi
6311ac_ct_AR=$ac_cv_prog_ac_ct_AR
6312if test -n "$ac_ct_AR"; then
6313  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6314$as_echo "$ac_ct_AR" >&6; }
6315else
6316  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6317$as_echo "no" >&6; }
6318fi
6319
6320  if test "x$ac_ct_AR" = x; then
6321    AR="false"
6322  else
6323    case $cross_compiling:$ac_tool_warned in
6324yes:)
6325{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6326$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6327ac_tool_warned=yes ;;
6328esac
6329    AR=$ac_ct_AR
6330  fi
6331else
6332  AR="$ac_cv_prog_AR"
6333fi
6334
6335test -z "$AR" && AR=ar
6336test -z "$AR_FLAGS" && AR_FLAGS=cru
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348if test -n "$ac_tool_prefix"; then
6349  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6350set dummy ${ac_tool_prefix}strip; ac_word=$2
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6352$as_echo_n "checking for $ac_word... " >&6; }
6353if test "${ac_cv_prog_STRIP+set}" = set; then :
6354  $as_echo_n "(cached) " >&6
6355else
6356  if test -n "$STRIP"; then
6357  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6358else
6359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6360for as_dir in $PATH
6361do
6362  IFS=$as_save_IFS
6363  test -z "$as_dir" && as_dir=.
6364    for ac_exec_ext in '' $ac_executable_extensions; do
6365  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6366    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6367    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6368    break 2
6369  fi
6370done
6371  done
6372IFS=$as_save_IFS
6373
6374fi
6375fi
6376STRIP=$ac_cv_prog_STRIP
6377if test -n "$STRIP"; then
6378  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6379$as_echo "$STRIP" >&6; }
6380else
6381  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6382$as_echo "no" >&6; }
6383fi
6384
6385
6386fi
6387if test -z "$ac_cv_prog_STRIP"; then
6388  ac_ct_STRIP=$STRIP
6389  # Extract the first word of "strip", so it can be a program name with args.
6390set dummy strip; ac_word=$2
6391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6392$as_echo_n "checking for $ac_word... " >&6; }
6393if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6394  $as_echo_n "(cached) " >&6
6395else
6396  if test -n "$ac_ct_STRIP"; then
6397  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6398else
6399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6400for as_dir in $PATH
6401do
6402  IFS=$as_save_IFS
6403  test -z "$as_dir" && as_dir=.
6404    for ac_exec_ext in '' $ac_executable_extensions; do
6405  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6406    ac_cv_prog_ac_ct_STRIP="strip"
6407    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6408    break 2
6409  fi
6410done
6411  done
6412IFS=$as_save_IFS
6413
6414fi
6415fi
6416ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6417if test -n "$ac_ct_STRIP"; then
6418  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6419$as_echo "$ac_ct_STRIP" >&6; }
6420else
6421  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6422$as_echo "no" >&6; }
6423fi
6424
6425  if test "x$ac_ct_STRIP" = x; then
6426    STRIP=":"
6427  else
6428    case $cross_compiling:$ac_tool_warned in
6429yes:)
6430{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6432ac_tool_warned=yes ;;
6433esac
6434    STRIP=$ac_ct_STRIP
6435  fi
6436else
6437  STRIP="$ac_cv_prog_STRIP"
6438fi
6439
6440test -z "$STRIP" && STRIP=:
6441
6442
6443
6444
6445
6446
6447if test -n "$ac_tool_prefix"; then
6448  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6449set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451$as_echo_n "checking for $ac_word... " >&6; }
6452if test "${ac_cv_prog_RANLIB+set}" = set; then :
6453  $as_echo_n "(cached) " >&6
6454else
6455  if test -n "$RANLIB"; then
6456  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6457else
6458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459for as_dir in $PATH
6460do
6461  IFS=$as_save_IFS
6462  test -z "$as_dir" && as_dir=.
6463    for ac_exec_ext in '' $ac_executable_extensions; do
6464  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6465    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6466    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6467    break 2
6468  fi
6469done
6470  done
6471IFS=$as_save_IFS
6472
6473fi
6474fi
6475RANLIB=$ac_cv_prog_RANLIB
6476if test -n "$RANLIB"; then
6477  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6478$as_echo "$RANLIB" >&6; }
6479else
6480  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481$as_echo "no" >&6; }
6482fi
6483
6484
6485fi
6486if test -z "$ac_cv_prog_RANLIB"; then
6487  ac_ct_RANLIB=$RANLIB
6488  # Extract the first word of "ranlib", so it can be a program name with args.
6489set dummy ranlib; ac_word=$2
6490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6491$as_echo_n "checking for $ac_word... " >&6; }
6492if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6493  $as_echo_n "(cached) " >&6
6494else
6495  if test -n "$ac_ct_RANLIB"; then
6496  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6497else
6498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6499for as_dir in $PATH
6500do
6501  IFS=$as_save_IFS
6502  test -z "$as_dir" && as_dir=.
6503    for ac_exec_ext in '' $ac_executable_extensions; do
6504  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6505    ac_cv_prog_ac_ct_RANLIB="ranlib"
6506    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6507    break 2
6508  fi
6509done
6510  done
6511IFS=$as_save_IFS
6512
6513fi
6514fi
6515ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6516if test -n "$ac_ct_RANLIB"; then
6517  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6518$as_echo "$ac_ct_RANLIB" >&6; }
6519else
6520  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6521$as_echo "no" >&6; }
6522fi
6523
6524  if test "x$ac_ct_RANLIB" = x; then
6525    RANLIB=":"
6526  else
6527    case $cross_compiling:$ac_tool_warned in
6528yes:)
6529{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6530$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6531ac_tool_warned=yes ;;
6532esac
6533    RANLIB=$ac_ct_RANLIB
6534  fi
6535else
6536  RANLIB="$ac_cv_prog_RANLIB"
6537fi
6538
6539test -z "$RANLIB" && RANLIB=:
6540
6541
6542
6543
6544
6545
6546# Determine commands to create old-style static archives.
6547old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6548old_postinstall_cmds='chmod 644 $oldlib'
6549old_postuninstall_cmds=
6550
6551if test -n "$RANLIB"; then
6552  case $host_os in
6553  openbsd*)
6554    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6555    ;;
6556  *)
6557    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6558    ;;
6559  esac
6560  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6561fi
6562
6563case $host_os in
6564  darwin*)
6565    lock_old_archive_extraction=yes ;;
6566  *)
6567    lock_old_archive_extraction=no ;;
6568esac
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608# If no C compiler was specified, use CC.
6609LTCC=${LTCC-"$CC"}
6610
6611# If no C compiler flags were specified, use CFLAGS.
6612LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6613
6614# Allow CC to be a program name with arguments.
6615compiler=$CC
6616
6617
6618# Check for command to grab the raw symbol name followed by C symbol from nm.
6619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6620$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6621if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6622  $as_echo_n "(cached) " >&6
6623else
6624
6625# These are sane defaults that work on at least a few old systems.
6626# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6627
6628# Character class describing NM global symbol codes.
6629symcode='[BCDEGRST]'
6630
6631# Regexp to match symbols that can be accessed directly from C.
6632sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6633
6634# Define system-specific variables.
6635case $host_os in
6636aix*)
6637  symcode='[BCDT]'
6638  ;;
6639cygwin* | mingw* | pw32* | cegcc*)
6640  symcode='[ABCDGISTW]'
6641  ;;
6642hpux*)
6643  if test "$host_cpu" = ia64; then
6644    symcode='[ABCDEGRST]'
6645  fi
6646  ;;
6647irix* | nonstopux*)
6648  symcode='[BCDEGRST]'
6649  ;;
6650osf*)
6651  symcode='[BCDEGQRST]'
6652  ;;
6653solaris*)
6654  symcode='[BDRT]'
6655  ;;
6656sco3.2v5*)
6657  symcode='[DT]'
6658  ;;
6659sysv4.2uw2*)
6660  symcode='[DT]'
6661  ;;
6662sysv5* | sco5v6* | unixware* | OpenUNIX*)
6663  symcode='[ABDT]'
6664  ;;
6665sysv4)
6666  symcode='[DFNSTU]'
6667  ;;
6668esac
6669
6670# If we're using GNU nm, then use its standard symbol codes.
6671case `$NM -V 2>&1` in
6672*GNU* | *'with BFD'*)
6673  symcode='[ABCDGIRSTW]' ;;
6674esac
6675
6676# Transform an extracted symbol line into a proper C declaration.
6677# Some systems (esp. on ia64) link data and code symbols differently,
6678# so use this general approach.
6679lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6680
6681# Transform an extracted symbol line into symbol name and symbol address
6682lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6683lt_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'"
6684
6685# Handle CRLF in mingw tool chain
6686opt_cr=
6687case $build_os in
6688mingw*)
6689  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6690  ;;
6691esac
6692
6693# Try without a prefix underscore, then with it.
6694for ac_symprfx in "" "_"; do
6695
6696  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6697  symxfrm="\\1 $ac_symprfx\\2 \\2"
6698
6699  # Write the raw and C identifiers.
6700  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6701    # Fake it for dumpbin and say T for any non-static function
6702    # and D for any global variable.
6703    # Also find C++ and __fastcall symbols from MSVC++,
6704    # which start with @ or ?.
6705    lt_cv_sys_global_symbol_pipe="$AWK '"\
6706"     {last_section=section; section=\$ 3};"\
6707"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6708"     \$ 0!~/External *\|/{next};"\
6709"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6710"     {if(hide[section]) next};"\
6711"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6712"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6713"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6714"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6715"     ' prfx=^$ac_symprfx"
6716  else
6717    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6718  fi
6719
6720  # Check to see that the pipe works correctly.
6721  pipe_works=no
6722
6723  rm -f conftest*
6724  cat > conftest.$ac_ext <<_LT_EOF
6725#ifdef __cplusplus
6726extern "C" {
6727#endif
6728char nm_test_var;
6729void nm_test_func(void);
6730void nm_test_func(void){}
6731#ifdef __cplusplus
6732}
6733#endif
6734int main(){nm_test_var='a';nm_test_func();return(0);}
6735_LT_EOF
6736
6737  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6738  (eval $ac_compile) 2>&5
6739  ac_status=$?
6740  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6741  test $ac_status = 0; }; then
6742    # Now try to grab the symbols.
6743    nlist=conftest.nm
6744    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6745  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6746  ac_status=$?
6747  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6748  test $ac_status = 0; } && test -s "$nlist"; then
6749      # Try sorting and uniquifying the output.
6750      if sort "$nlist" | uniq > "$nlist"T; then
6751	mv -f "$nlist"T "$nlist"
6752      else
6753	rm -f "$nlist"T
6754      fi
6755
6756      # Make sure that we snagged all the symbols we need.
6757      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6758	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6759	  cat <<_LT_EOF > conftest.$ac_ext
6760#ifdef __cplusplus
6761extern "C" {
6762#endif
6763
6764_LT_EOF
6765	  # Now generate the symbol file.
6766	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6767
6768	  cat <<_LT_EOF >> conftest.$ac_ext
6769
6770/* The mapping between symbol names and symbols.  */
6771const struct {
6772  const char *name;
6773  void       *address;
6774}
6775lt__PROGRAM__LTX_preloaded_symbols[] =
6776{
6777  { "@PROGRAM@", (void *) 0 },
6778_LT_EOF
6779	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6780	  cat <<\_LT_EOF >> conftest.$ac_ext
6781  {0, (void *) 0}
6782};
6783
6784/* This works around a problem in FreeBSD linker */
6785#ifdef FREEBSD_WORKAROUND
6786static const void *lt_preloaded_setup() {
6787  return lt__PROGRAM__LTX_preloaded_symbols;
6788}
6789#endif
6790
6791#ifdef __cplusplus
6792}
6793#endif
6794_LT_EOF
6795	  # Now try linking the two files.
6796	  mv conftest.$ac_objext conftstm.$ac_objext
6797	  lt_save_LIBS="$LIBS"
6798	  lt_save_CFLAGS="$CFLAGS"
6799	  LIBS="conftstm.$ac_objext"
6800	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6801	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6802  (eval $ac_link) 2>&5
6803  ac_status=$?
6804  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6805  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6806	    pipe_works=yes
6807	  fi
6808	  LIBS="$lt_save_LIBS"
6809	  CFLAGS="$lt_save_CFLAGS"
6810	else
6811	  echo "cannot find nm_test_func in $nlist" >&5
6812	fi
6813      else
6814	echo "cannot find nm_test_var in $nlist" >&5
6815      fi
6816    else
6817      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6818    fi
6819  else
6820    echo "$progname: failed program was:" >&5
6821    cat conftest.$ac_ext >&5
6822  fi
6823  rm -rf conftest* conftst*
6824
6825  # Do not use the global_symbol_pipe unless it works.
6826  if test "$pipe_works" = yes; then
6827    break
6828  else
6829    lt_cv_sys_global_symbol_pipe=
6830  fi
6831done
6832
6833fi
6834
6835if test -z "$lt_cv_sys_global_symbol_pipe"; then
6836  lt_cv_sys_global_symbol_to_cdecl=
6837fi
6838if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6839  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6840$as_echo "failed" >&6; }
6841else
6842  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6843$as_echo "ok" >&6; }
6844fi
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867# Check whether --enable-libtool-lock was given.
6868if test "${enable_libtool_lock+set}" = set; then :
6869  enableval=$enable_libtool_lock;
6870fi
6871
6872test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6873
6874# Some flags need to be propagated to the compiler or linker for good
6875# libtool support.
6876case $host in
6877ia64-*-hpux*)
6878  # Find out which ABI we are using.
6879  echo 'int i;' > conftest.$ac_ext
6880  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6881  (eval $ac_compile) 2>&5
6882  ac_status=$?
6883  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6884  test $ac_status = 0; }; then
6885    case `/usr/bin/file conftest.$ac_objext` in
6886      *ELF-32*)
6887	HPUX_IA64_MODE="32"
6888	;;
6889      *ELF-64*)
6890	HPUX_IA64_MODE="64"
6891	;;
6892    esac
6893  fi
6894  rm -rf conftest*
6895  ;;
6896*-*-irix6*)
6897  # Find out which ABI we are using.
6898  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6899  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6900  (eval $ac_compile) 2>&5
6901  ac_status=$?
6902  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6903  test $ac_status = 0; }; then
6904    if test "$lt_cv_prog_gnu_ld" = yes; then
6905      case `/usr/bin/file conftest.$ac_objext` in
6906	*32-bit*)
6907	  LD="${LD-ld} -melf32bsmip"
6908	  ;;
6909	*N32*)
6910	  LD="${LD-ld} -melf32bmipn32"
6911	  ;;
6912	*64-bit*)
6913	  LD="${LD-ld} -melf64bmip"
6914	;;
6915      esac
6916    else
6917      case `/usr/bin/file conftest.$ac_objext` in
6918	*32-bit*)
6919	  LD="${LD-ld} -32"
6920	  ;;
6921	*N32*)
6922	  LD="${LD-ld} -n32"
6923	  ;;
6924	*64-bit*)
6925	  LD="${LD-ld} -64"
6926	  ;;
6927      esac
6928    fi
6929  fi
6930  rm -rf conftest*
6931  ;;
6932
6933x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6934s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6935  # Find out which ABI we are using.
6936  echo 'int i;' > conftest.$ac_ext
6937  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6938  (eval $ac_compile) 2>&5
6939  ac_status=$?
6940  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6941  test $ac_status = 0; }; then
6942    case `/usr/bin/file conftest.o` in
6943      *32-bit*)
6944	case $host in
6945	  x86_64-*kfreebsd*-gnu)
6946	    LD="${LD-ld} -m elf_i386_fbsd"
6947	    ;;
6948	  x86_64-*linux*)
6949	    case `/usr/bin/file conftest.o` in
6950	      *x86-64*)
6951		LD="${LD-ld} -m elf32_x86_64"
6952		;;
6953	      *)
6954		LD="${LD-ld} -m elf_i386"
6955		;;
6956	    esac
6957	    ;;
6958	  powerpc64le-*linux*)
6959	    LD="${LD-ld} -m elf32lppclinux"
6960	    ;;
6961	  powerpc64-*linux*)
6962	    LD="${LD-ld} -m elf32ppclinux"
6963	    ;;
6964	  s390x-*linux*)
6965	    LD="${LD-ld} -m elf_s390"
6966	    ;;
6967	  sparc64-*linux*)
6968	    LD="${LD-ld} -m elf32_sparc"
6969	    ;;
6970	esac
6971	;;
6972      *64-bit*)
6973	case $host in
6974	  x86_64-*kfreebsd*-gnu)
6975	    LD="${LD-ld} -m elf_x86_64_fbsd"
6976	    ;;
6977	  x86_64-*linux*)
6978	    LD="${LD-ld} -m elf_x86_64"
6979	    ;;
6980	  powerpcle-*linux*)
6981	    LD="${LD-ld} -m elf64lppc"
6982	    ;;
6983	  powerpc-*linux*)
6984	    LD="${LD-ld} -m elf64ppc"
6985	    ;;
6986	  s390*-*linux*|s390*-*tpf*)
6987	    LD="${LD-ld} -m elf64_s390"
6988	    ;;
6989	  sparc*-*linux*)
6990	    LD="${LD-ld} -m elf64_sparc"
6991	    ;;
6992	esac
6993	;;
6994    esac
6995  fi
6996  rm -rf conftest*
6997  ;;
6998
6999*-*-sco3.2v5*)
7000  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7001  SAVE_CFLAGS="$CFLAGS"
7002  CFLAGS="$CFLAGS -belf"
7003  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7004$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7005if test "${lt_cv_cc_needs_belf+set}" = set; then :
7006  $as_echo_n "(cached) " >&6
7007else
7008  ac_ext=c
7009ac_cpp='$CPP $CPPFLAGS'
7010ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7011ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7012ac_compiler_gnu=$ac_cv_c_compiler_gnu
7013
7014     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7015/* end confdefs.h.  */
7016
7017int
7018main ()
7019{
7020
7021  ;
7022  return 0;
7023}
7024_ACEOF
7025if ac_fn_c_try_link "$LINENO"; then :
7026  lt_cv_cc_needs_belf=yes
7027else
7028  lt_cv_cc_needs_belf=no
7029fi
7030rm -f core conftest.err conftest.$ac_objext \
7031    conftest$ac_exeext conftest.$ac_ext
7032     ac_ext=c
7033ac_cpp='$CPP $CPPFLAGS'
7034ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7035ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7036ac_compiler_gnu=$ac_cv_c_compiler_gnu
7037
7038fi
7039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7040$as_echo "$lt_cv_cc_needs_belf" >&6; }
7041  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7042    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7043    CFLAGS="$SAVE_CFLAGS"
7044  fi
7045  ;;
7046sparc*-*solaris*)
7047  # Find out which ABI we are using.
7048  echo 'int i;' > conftest.$ac_ext
7049  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7050  (eval $ac_compile) 2>&5
7051  ac_status=$?
7052  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7053  test $ac_status = 0; }; then
7054    case `/usr/bin/file conftest.o` in
7055    *64-bit*)
7056      case $lt_cv_prog_gnu_ld in
7057      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7058      *)
7059	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7060	  LD="${LD-ld} -64"
7061	fi
7062	;;
7063      esac
7064      ;;
7065    esac
7066  fi
7067  rm -rf conftest*
7068  ;;
7069esac
7070
7071need_locks="$enable_libtool_lock"
7072
7073
7074  case $host_os in
7075    rhapsody* | darwin*)
7076    if test -n "$ac_tool_prefix"; then
7077  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7078set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7079{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7080$as_echo_n "checking for $ac_word... " >&6; }
7081if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7082  $as_echo_n "(cached) " >&6
7083else
7084  if test -n "$DSYMUTIL"; then
7085  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7086else
7087as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7088for as_dir in $PATH
7089do
7090  IFS=$as_save_IFS
7091  test -z "$as_dir" && as_dir=.
7092    for ac_exec_ext in '' $ac_executable_extensions; do
7093  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7094    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7095    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7096    break 2
7097  fi
7098done
7099  done
7100IFS=$as_save_IFS
7101
7102fi
7103fi
7104DSYMUTIL=$ac_cv_prog_DSYMUTIL
7105if test -n "$DSYMUTIL"; then
7106  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7107$as_echo "$DSYMUTIL" >&6; }
7108else
7109  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7110$as_echo "no" >&6; }
7111fi
7112
7113
7114fi
7115if test -z "$ac_cv_prog_DSYMUTIL"; then
7116  ac_ct_DSYMUTIL=$DSYMUTIL
7117  # Extract the first word of "dsymutil", so it can be a program name with args.
7118set dummy dsymutil; ac_word=$2
7119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7120$as_echo_n "checking for $ac_word... " >&6; }
7121if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7122  $as_echo_n "(cached) " >&6
7123else
7124  if test -n "$ac_ct_DSYMUTIL"; then
7125  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7126else
7127as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7128for as_dir in $PATH
7129do
7130  IFS=$as_save_IFS
7131  test -z "$as_dir" && as_dir=.
7132    for ac_exec_ext in '' $ac_executable_extensions; do
7133  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7134    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7135    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7136    break 2
7137  fi
7138done
7139  done
7140IFS=$as_save_IFS
7141
7142fi
7143fi
7144ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7145if test -n "$ac_ct_DSYMUTIL"; then
7146  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7147$as_echo "$ac_ct_DSYMUTIL" >&6; }
7148else
7149  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7150$as_echo "no" >&6; }
7151fi
7152
7153  if test "x$ac_ct_DSYMUTIL" = x; then
7154    DSYMUTIL=":"
7155  else
7156    case $cross_compiling:$ac_tool_warned in
7157yes:)
7158{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7159$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7160ac_tool_warned=yes ;;
7161esac
7162    DSYMUTIL=$ac_ct_DSYMUTIL
7163  fi
7164else
7165  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7166fi
7167
7168    if test -n "$ac_tool_prefix"; then
7169  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7170set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7172$as_echo_n "checking for $ac_word... " >&6; }
7173if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7174  $as_echo_n "(cached) " >&6
7175else
7176  if test -n "$NMEDIT"; then
7177  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7178else
7179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7180for as_dir in $PATH
7181do
7182  IFS=$as_save_IFS
7183  test -z "$as_dir" && as_dir=.
7184    for ac_exec_ext in '' $ac_executable_extensions; do
7185  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7186    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7187    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7188    break 2
7189  fi
7190done
7191  done
7192IFS=$as_save_IFS
7193
7194fi
7195fi
7196NMEDIT=$ac_cv_prog_NMEDIT
7197if test -n "$NMEDIT"; then
7198  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7199$as_echo "$NMEDIT" >&6; }
7200else
7201  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7202$as_echo "no" >&6; }
7203fi
7204
7205
7206fi
7207if test -z "$ac_cv_prog_NMEDIT"; then
7208  ac_ct_NMEDIT=$NMEDIT
7209  # Extract the first word of "nmedit", so it can be a program name with args.
7210set dummy nmedit; ac_word=$2
7211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7212$as_echo_n "checking for $ac_word... " >&6; }
7213if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7214  $as_echo_n "(cached) " >&6
7215else
7216  if test -n "$ac_ct_NMEDIT"; then
7217  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7218else
7219as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220for as_dir in $PATH
7221do
7222  IFS=$as_save_IFS
7223  test -z "$as_dir" && as_dir=.
7224    for ac_exec_ext in '' $ac_executable_extensions; do
7225  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7226    ac_cv_prog_ac_ct_NMEDIT="nmedit"
7227    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7228    break 2
7229  fi
7230done
7231  done
7232IFS=$as_save_IFS
7233
7234fi
7235fi
7236ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7237if test -n "$ac_ct_NMEDIT"; then
7238  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7239$as_echo "$ac_ct_NMEDIT" >&6; }
7240else
7241  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7242$as_echo "no" >&6; }
7243fi
7244
7245  if test "x$ac_ct_NMEDIT" = x; then
7246    NMEDIT=":"
7247  else
7248    case $cross_compiling:$ac_tool_warned in
7249yes:)
7250{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7251$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7252ac_tool_warned=yes ;;
7253esac
7254    NMEDIT=$ac_ct_NMEDIT
7255  fi
7256else
7257  NMEDIT="$ac_cv_prog_NMEDIT"
7258fi
7259
7260    if test -n "$ac_tool_prefix"; then
7261  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7262set dummy ${ac_tool_prefix}lipo; ac_word=$2
7263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7264$as_echo_n "checking for $ac_word... " >&6; }
7265if test "${ac_cv_prog_LIPO+set}" = set; then :
7266  $as_echo_n "(cached) " >&6
7267else
7268  if test -n "$LIPO"; then
7269  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7270else
7271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7272for as_dir in $PATH
7273do
7274  IFS=$as_save_IFS
7275  test -z "$as_dir" && as_dir=.
7276    for ac_exec_ext in '' $ac_executable_extensions; do
7277  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7278    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7279    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7280    break 2
7281  fi
7282done
7283  done
7284IFS=$as_save_IFS
7285
7286fi
7287fi
7288LIPO=$ac_cv_prog_LIPO
7289if test -n "$LIPO"; then
7290  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7291$as_echo "$LIPO" >&6; }
7292else
7293  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7294$as_echo "no" >&6; }
7295fi
7296
7297
7298fi
7299if test -z "$ac_cv_prog_LIPO"; then
7300  ac_ct_LIPO=$LIPO
7301  # Extract the first word of "lipo", so it can be a program name with args.
7302set dummy lipo; ac_word=$2
7303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7304$as_echo_n "checking for $ac_word... " >&6; }
7305if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7306  $as_echo_n "(cached) " >&6
7307else
7308  if test -n "$ac_ct_LIPO"; then
7309  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7310else
7311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7312for as_dir in $PATH
7313do
7314  IFS=$as_save_IFS
7315  test -z "$as_dir" && as_dir=.
7316    for ac_exec_ext in '' $ac_executable_extensions; do
7317  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7318    ac_cv_prog_ac_ct_LIPO="lipo"
7319    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7320    break 2
7321  fi
7322done
7323  done
7324IFS=$as_save_IFS
7325
7326fi
7327fi
7328ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7329if test -n "$ac_ct_LIPO"; then
7330  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7331$as_echo "$ac_ct_LIPO" >&6; }
7332else
7333  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7334$as_echo "no" >&6; }
7335fi
7336
7337  if test "x$ac_ct_LIPO" = x; then
7338    LIPO=":"
7339  else
7340    case $cross_compiling:$ac_tool_warned in
7341yes:)
7342{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7343$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7344ac_tool_warned=yes ;;
7345esac
7346    LIPO=$ac_ct_LIPO
7347  fi
7348else
7349  LIPO="$ac_cv_prog_LIPO"
7350fi
7351
7352    if test -n "$ac_tool_prefix"; then
7353  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7354set dummy ${ac_tool_prefix}otool; ac_word=$2
7355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7356$as_echo_n "checking for $ac_word... " >&6; }
7357if test "${ac_cv_prog_OTOOL+set}" = set; then :
7358  $as_echo_n "(cached) " >&6
7359else
7360  if test -n "$OTOOL"; then
7361  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7362else
7363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7364for as_dir in $PATH
7365do
7366  IFS=$as_save_IFS
7367  test -z "$as_dir" && as_dir=.
7368    for ac_exec_ext in '' $ac_executable_extensions; do
7369  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7370    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7371    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7372    break 2
7373  fi
7374done
7375  done
7376IFS=$as_save_IFS
7377
7378fi
7379fi
7380OTOOL=$ac_cv_prog_OTOOL
7381if test -n "$OTOOL"; then
7382  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7383$as_echo "$OTOOL" >&6; }
7384else
7385  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7386$as_echo "no" >&6; }
7387fi
7388
7389
7390fi
7391if test -z "$ac_cv_prog_OTOOL"; then
7392  ac_ct_OTOOL=$OTOOL
7393  # Extract the first word of "otool", so it can be a program name with args.
7394set dummy otool; ac_word=$2
7395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7396$as_echo_n "checking for $ac_word... " >&6; }
7397if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7398  $as_echo_n "(cached) " >&6
7399else
7400  if test -n "$ac_ct_OTOOL"; then
7401  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7402else
7403as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7404for as_dir in $PATH
7405do
7406  IFS=$as_save_IFS
7407  test -z "$as_dir" && as_dir=.
7408    for ac_exec_ext in '' $ac_executable_extensions; do
7409  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7410    ac_cv_prog_ac_ct_OTOOL="otool"
7411    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7412    break 2
7413  fi
7414done
7415  done
7416IFS=$as_save_IFS
7417
7418fi
7419fi
7420ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7421if test -n "$ac_ct_OTOOL"; then
7422  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7423$as_echo "$ac_ct_OTOOL" >&6; }
7424else
7425  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7426$as_echo "no" >&6; }
7427fi
7428
7429  if test "x$ac_ct_OTOOL" = x; then
7430    OTOOL=":"
7431  else
7432    case $cross_compiling:$ac_tool_warned in
7433yes:)
7434{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7435$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7436ac_tool_warned=yes ;;
7437esac
7438    OTOOL=$ac_ct_OTOOL
7439  fi
7440else
7441  OTOOL="$ac_cv_prog_OTOOL"
7442fi
7443
7444    if test -n "$ac_tool_prefix"; then
7445  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7446set dummy ${ac_tool_prefix}otool64; ac_word=$2
7447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7448$as_echo_n "checking for $ac_word... " >&6; }
7449if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7450  $as_echo_n "(cached) " >&6
7451else
7452  if test -n "$OTOOL64"; then
7453  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7454else
7455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7456for as_dir in $PATH
7457do
7458  IFS=$as_save_IFS
7459  test -z "$as_dir" && as_dir=.
7460    for ac_exec_ext in '' $ac_executable_extensions; do
7461  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7462    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7463    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7464    break 2
7465  fi
7466done
7467  done
7468IFS=$as_save_IFS
7469
7470fi
7471fi
7472OTOOL64=$ac_cv_prog_OTOOL64
7473if test -n "$OTOOL64"; then
7474  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7475$as_echo "$OTOOL64" >&6; }
7476else
7477  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7478$as_echo "no" >&6; }
7479fi
7480
7481
7482fi
7483if test -z "$ac_cv_prog_OTOOL64"; then
7484  ac_ct_OTOOL64=$OTOOL64
7485  # Extract the first word of "otool64", so it can be a program name with args.
7486set dummy otool64; ac_word=$2
7487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7488$as_echo_n "checking for $ac_word... " >&6; }
7489if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7490  $as_echo_n "(cached) " >&6
7491else
7492  if test -n "$ac_ct_OTOOL64"; then
7493  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7494else
7495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7496for as_dir in $PATH
7497do
7498  IFS=$as_save_IFS
7499  test -z "$as_dir" && as_dir=.
7500    for ac_exec_ext in '' $ac_executable_extensions; do
7501  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7502    ac_cv_prog_ac_ct_OTOOL64="otool64"
7503    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7504    break 2
7505  fi
7506done
7507  done
7508IFS=$as_save_IFS
7509
7510fi
7511fi
7512ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7513if test -n "$ac_ct_OTOOL64"; then
7514  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7515$as_echo "$ac_ct_OTOOL64" >&6; }
7516else
7517  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7518$as_echo "no" >&6; }
7519fi
7520
7521  if test "x$ac_ct_OTOOL64" = x; then
7522    OTOOL64=":"
7523  else
7524    case $cross_compiling:$ac_tool_warned in
7525yes:)
7526{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7527$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7528ac_tool_warned=yes ;;
7529esac
7530    OTOOL64=$ac_ct_OTOOL64
7531  fi
7532else
7533  OTOOL64="$ac_cv_prog_OTOOL64"
7534fi
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7563$as_echo_n "checking for -single_module linker flag... " >&6; }
7564if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7565  $as_echo_n "(cached) " >&6
7566else
7567  lt_cv_apple_cc_single_mod=no
7568      if test -z "${LT_MULTI_MODULE}"; then
7569	# By default we will add the -single_module flag. You can override
7570	# by either setting the environment variable LT_MULTI_MODULE
7571	# non-empty at configure time, or by adding -multi_module to the
7572	# link flags.
7573	rm -rf libconftest.dylib*
7574	echo "int foo(void){return 1;}" > conftest.c
7575	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7576-dynamiclib -Wl,-single_module conftest.c" >&5
7577	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7578	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7579        _lt_result=$?
7580	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7581	  lt_cv_apple_cc_single_mod=yes
7582	else
7583	  cat conftest.err >&5
7584	fi
7585	rm -rf libconftest.dylib*
7586	rm -f conftest.*
7587      fi
7588fi
7589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7590$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7591    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7592$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7593if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7594  $as_echo_n "(cached) " >&6
7595else
7596  lt_cv_ld_exported_symbols_list=no
7597      save_LDFLAGS=$LDFLAGS
7598      echo "_main" > conftest.sym
7599      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7600      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7601/* end confdefs.h.  */
7602
7603int
7604main ()
7605{
7606
7607  ;
7608  return 0;
7609}
7610_ACEOF
7611if ac_fn_c_try_link "$LINENO"; then :
7612  lt_cv_ld_exported_symbols_list=yes
7613else
7614  lt_cv_ld_exported_symbols_list=no
7615fi
7616rm -f core conftest.err conftest.$ac_objext \
7617    conftest$ac_exeext conftest.$ac_ext
7618	LDFLAGS="$save_LDFLAGS"
7619
7620fi
7621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7622$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7623    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7624$as_echo_n "checking for -force_load linker flag... " >&6; }
7625if test "${lt_cv_ld_force_load+set}" = set; then :
7626  $as_echo_n "(cached) " >&6
7627else
7628  lt_cv_ld_force_load=no
7629      cat > conftest.c << _LT_EOF
7630int forced_loaded() { return 2;}
7631_LT_EOF
7632      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7633      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7634      echo "$AR cru libconftest.a conftest.o" >&5
7635      $AR cru libconftest.a conftest.o 2>&5
7636      cat > conftest.c << _LT_EOF
7637int main() { return 0;}
7638_LT_EOF
7639      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7640      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7641      _lt_result=$?
7642      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7643	lt_cv_ld_force_load=yes
7644      else
7645	cat conftest.err >&5
7646      fi
7647        rm -f conftest.err libconftest.a conftest conftest.c
7648        rm -rf conftest.dSYM
7649
7650fi
7651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7652$as_echo "$lt_cv_ld_force_load" >&6; }
7653    case $host_os in
7654    rhapsody* | darwin1.[012])
7655      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7656    darwin1.*)
7657      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7658    darwin*) # darwin 5.x on
7659      # if running on 10.5 or later, the deployment target defaults
7660      # to the OS version, if on x86, and 10.4, the deployment
7661      # target defaults to 10.4. Don't you love it?
7662      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7663	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7664	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7665	10.[012][,.]*)
7666	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7667	10.*)
7668	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7669      esac
7670    ;;
7671  esac
7672    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7673      _lt_dar_single_mod='$single_module'
7674    fi
7675    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7676      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7677    else
7678      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7679    fi
7680    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7681      _lt_dsymutil='~$DSYMUTIL $lib || :'
7682    else
7683      _lt_dsymutil=
7684    fi
7685    ;;
7686  esac
7687
7688for ac_header in dlfcn.h
7689do :
7690  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7691"
7692if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7693  cat >>confdefs.h <<_ACEOF
7694#define HAVE_DLFCN_H 1
7695_ACEOF
7696
7697fi
7698
7699done
7700
7701
7702
7703
7704
7705# Set options
7706
7707
7708
7709        enable_dlopen=no
7710
7711
7712  enable_win32_dll=no
7713
7714
7715
7716  # Check whether --enable-static was given.
7717if test "${enable_static+set}" = set; then :
7718  enableval=$enable_static; p=${PACKAGE-default}
7719    case $enableval in
7720    yes) enable_static=yes ;;
7721    no) enable_static=no ;;
7722    *)
7723     enable_static=no
7724      # Look at the argument we got.  We use all the common list separators.
7725      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7726      for pkg in $enableval; do
7727	IFS="$lt_save_ifs"
7728	if test "X$pkg" = "X$p"; then
7729	  enable_static=yes
7730	fi
7731      done
7732      IFS="$lt_save_ifs"
7733      ;;
7734    esac
7735else
7736  enable_static=yes
7737fi
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748# Check whether --with-pic was given.
7749if test "${with_pic+set}" = set; then :
7750  withval=$with_pic; pic_mode="$withval"
7751else
7752  pic_mode=default
7753fi
7754
7755
7756test -z "$pic_mode" && pic_mode=default
7757
7758
7759
7760
7761
7762
7763
7764  # Check whether --enable-fast-install was given.
7765if test "${enable_fast_install+set}" = set; then :
7766  enableval=$enable_fast_install; p=${PACKAGE-default}
7767    case $enableval in
7768    yes) enable_fast_install=yes ;;
7769    no) enable_fast_install=no ;;
7770    *)
7771      enable_fast_install=no
7772      # Look at the argument we got.  We use all the common list separators.
7773      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7774      for pkg in $enableval; do
7775	IFS="$lt_save_ifs"
7776	if test "X$pkg" = "X$p"; then
7777	  enable_fast_install=yes
7778	fi
7779      done
7780      IFS="$lt_save_ifs"
7781      ;;
7782    esac
7783else
7784  enable_fast_install=yes
7785fi
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797# This can be used to rebuild libtool when needed
7798LIBTOOL_DEPS="$ltmain"
7799
7800# Always use our own libtool.
7801LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828test -z "$LN_S" && LN_S="ln -s"
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843if test -n "${ZSH_VERSION+set}" ; then
7844   setopt NO_GLOB_SUBST
7845fi
7846
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7848$as_echo_n "checking for objdir... " >&6; }
7849if test "${lt_cv_objdir+set}" = set; then :
7850  $as_echo_n "(cached) " >&6
7851else
7852  rm -f .libs 2>/dev/null
7853mkdir .libs 2>/dev/null
7854if test -d .libs; then
7855  lt_cv_objdir=.libs
7856else
7857  # MS-DOS does not allow filenames that begin with a dot.
7858  lt_cv_objdir=_libs
7859fi
7860rmdir .libs 2>/dev/null
7861fi
7862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7863$as_echo "$lt_cv_objdir" >&6; }
7864objdir=$lt_cv_objdir
7865
7866
7867
7868
7869
7870cat >>confdefs.h <<_ACEOF
7871#define LT_OBJDIR "$lt_cv_objdir/"
7872_ACEOF
7873
7874
7875
7876
7877case $host_os in
7878aix3*)
7879  # AIX sometimes has problems with the GCC collect2 program.  For some
7880  # reason, if we set the COLLECT_NAMES environment variable, the problems
7881  # vanish in a puff of smoke.
7882  if test "X${COLLECT_NAMES+set}" != Xset; then
7883    COLLECT_NAMES=
7884    export COLLECT_NAMES
7885  fi
7886  ;;
7887esac
7888
7889# Global variables:
7890ofile=libtool
7891can_build_shared=yes
7892
7893# All known linkers require a `.a' archive for static linking (except MSVC,
7894# which needs '.lib').
7895libext=a
7896
7897with_gnu_ld="$lt_cv_prog_gnu_ld"
7898
7899old_CC="$CC"
7900old_CFLAGS="$CFLAGS"
7901
7902# Set sane defaults for various variables
7903test -z "$CC" && CC=cc
7904test -z "$LTCC" && LTCC=$CC
7905test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7906test -z "$LD" && LD=ld
7907test -z "$ac_objext" && ac_objext=o
7908
7909for cc_temp in $compiler""; do
7910  case $cc_temp in
7911    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7912    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7913    \-*) ;;
7914    *) break;;
7915  esac
7916done
7917cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7918
7919
7920# Only perform the check for file, if the check method requires it
7921test -z "$MAGIC_CMD" && MAGIC_CMD=file
7922case $deplibs_check_method in
7923file_magic*)
7924  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7925    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7926$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7927if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7928  $as_echo_n "(cached) " >&6
7929else
7930  case $MAGIC_CMD in
7931[\\/*] |  ?:[\\/]*)
7932  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7933  ;;
7934*)
7935  lt_save_MAGIC_CMD="$MAGIC_CMD"
7936  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7937  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7938  for ac_dir in $ac_dummy; do
7939    IFS="$lt_save_ifs"
7940    test -z "$ac_dir" && ac_dir=.
7941    if test -f $ac_dir/${ac_tool_prefix}file; then
7942      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7943      if test -n "$file_magic_test_file"; then
7944	case $deplibs_check_method in
7945	"file_magic "*)
7946	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7947	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7948	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7949	    $EGREP "$file_magic_regex" > /dev/null; then
7950	    :
7951	  else
7952	    cat <<_LT_EOF 1>&2
7953
7954*** Warning: the command libtool uses to detect shared libraries,
7955*** $file_magic_cmd, produces output that libtool cannot recognize.
7956*** The result is that libtool may fail to recognize shared libraries
7957*** as such.  This will affect the creation of libtool libraries that
7958*** depend on shared libraries, but programs linked with such libtool
7959*** libraries will work regardless of this problem.  Nevertheless, you
7960*** may want to report the problem to your system manager and/or to
7961*** bug-libtool@gnu.org
7962
7963_LT_EOF
7964	  fi ;;
7965	esac
7966      fi
7967      break
7968    fi
7969  done
7970  IFS="$lt_save_ifs"
7971  MAGIC_CMD="$lt_save_MAGIC_CMD"
7972  ;;
7973esac
7974fi
7975
7976MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7977if test -n "$MAGIC_CMD"; then
7978  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7979$as_echo "$MAGIC_CMD" >&6; }
7980else
7981  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7982$as_echo "no" >&6; }
7983fi
7984
7985
7986
7987
7988
7989if test -z "$lt_cv_path_MAGIC_CMD"; then
7990  if test -n "$ac_tool_prefix"; then
7991    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7992$as_echo_n "checking for file... " >&6; }
7993if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7994  $as_echo_n "(cached) " >&6
7995else
7996  case $MAGIC_CMD in
7997[\\/*] |  ?:[\\/]*)
7998  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7999  ;;
8000*)
8001  lt_save_MAGIC_CMD="$MAGIC_CMD"
8002  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8003  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8004  for ac_dir in $ac_dummy; do
8005    IFS="$lt_save_ifs"
8006    test -z "$ac_dir" && ac_dir=.
8007    if test -f $ac_dir/file; then
8008      lt_cv_path_MAGIC_CMD="$ac_dir/file"
8009      if test -n "$file_magic_test_file"; then
8010	case $deplibs_check_method in
8011	"file_magic "*)
8012	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8013	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8014	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8015	    $EGREP "$file_magic_regex" > /dev/null; then
8016	    :
8017	  else
8018	    cat <<_LT_EOF 1>&2
8019
8020*** Warning: the command libtool uses to detect shared libraries,
8021*** $file_magic_cmd, produces output that libtool cannot recognize.
8022*** The result is that libtool may fail to recognize shared libraries
8023*** as such.  This will affect the creation of libtool libraries that
8024*** depend on shared libraries, but programs linked with such libtool
8025*** libraries will work regardless of this problem.  Nevertheless, you
8026*** may want to report the problem to your system manager and/or to
8027*** bug-libtool@gnu.org
8028
8029_LT_EOF
8030	  fi ;;
8031	esac
8032      fi
8033      break
8034    fi
8035  done
8036  IFS="$lt_save_ifs"
8037  MAGIC_CMD="$lt_save_MAGIC_CMD"
8038  ;;
8039esac
8040fi
8041
8042MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8043if test -n "$MAGIC_CMD"; then
8044  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8045$as_echo "$MAGIC_CMD" >&6; }
8046else
8047  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8048$as_echo "no" >&6; }
8049fi
8050
8051
8052  else
8053    MAGIC_CMD=:
8054  fi
8055fi
8056
8057  fi
8058  ;;
8059esac
8060
8061# Use C for the default configuration in the libtool script
8062
8063lt_save_CC="$CC"
8064ac_ext=c
8065ac_cpp='$CPP $CPPFLAGS'
8066ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8067ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8068ac_compiler_gnu=$ac_cv_c_compiler_gnu
8069
8070
8071# Source file extension for C test sources.
8072ac_ext=c
8073
8074# Object file extension for compiled C test sources.
8075objext=o
8076objext=$objext
8077
8078# Code to be used in simple compile tests
8079lt_simple_compile_test_code="int some_variable = 0;"
8080
8081# Code to be used in simple link tests
8082lt_simple_link_test_code='int main(){return(0);}'
8083
8084
8085
8086
8087
8088
8089
8090# If no C compiler was specified, use CC.
8091LTCC=${LTCC-"$CC"}
8092
8093# If no C compiler flags were specified, use CFLAGS.
8094LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8095
8096# Allow CC to be a program name with arguments.
8097compiler=$CC
8098
8099# Save the default compiler, since it gets overwritten when the other
8100# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8101compiler_DEFAULT=$CC
8102
8103# save warnings/boilerplate of simple test code
8104ac_outfile=conftest.$ac_objext
8105echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8106eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8107_lt_compiler_boilerplate=`cat conftest.err`
8108$RM conftest*
8109
8110ac_outfile=conftest.$ac_objext
8111echo "$lt_simple_link_test_code" >conftest.$ac_ext
8112eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8113_lt_linker_boilerplate=`cat conftest.err`
8114$RM -r conftest*
8115
8116
8117## CAVEAT EMPTOR:
8118## There is no encapsulation within the following macros, do not change
8119## the running order or otherwise move them around unless you know exactly
8120## what you are doing...
8121if test -n "$compiler"; then
8122
8123lt_prog_compiler_no_builtin_flag=
8124
8125if test "$GCC" = yes; then
8126  case $cc_basename in
8127  nvcc*)
8128    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8129  *)
8130    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8131  esac
8132
8133  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8134$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8135if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8136  $as_echo_n "(cached) " >&6
8137else
8138  lt_cv_prog_compiler_rtti_exceptions=no
8139   ac_outfile=conftest.$ac_objext
8140   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8141   lt_compiler_flag="-fno-rtti -fno-exceptions"
8142   # Insert the option either (1) after the last *FLAGS variable, or
8143   # (2) before a word containing "conftest.", or (3) at the end.
8144   # Note that $ac_compile itself does not contain backslashes and begins
8145   # with a dollar sign (not a hyphen), so the echo should work correctly.
8146   # The option is referenced via a variable to avoid confusing sed.
8147   lt_compile=`echo "$ac_compile" | $SED \
8148   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8149   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8150   -e 's:$: $lt_compiler_flag:'`
8151   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8152   (eval "$lt_compile" 2>conftest.err)
8153   ac_status=$?
8154   cat conftest.err >&5
8155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156   if (exit $ac_status) && test -s "$ac_outfile"; then
8157     # The compiler can only warn and ignore the option if not recognized
8158     # So say no if there are warnings other than the usual output.
8159     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8160     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8161     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8162       lt_cv_prog_compiler_rtti_exceptions=yes
8163     fi
8164   fi
8165   $RM conftest*
8166
8167fi
8168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8169$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8170
8171if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8172    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8173else
8174    :
8175fi
8176
8177fi
8178
8179
8180
8181
8182
8183
8184  lt_prog_compiler_wl=
8185lt_prog_compiler_pic=
8186lt_prog_compiler_static=
8187
8188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8189$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8190
8191  if test "$GCC" = yes; then
8192    lt_prog_compiler_wl='-Wl,'
8193    lt_prog_compiler_static='-static'
8194
8195    case $host_os in
8196      aix*)
8197      # All AIX code is PIC.
8198      if test "$host_cpu" = ia64; then
8199	# AIX 5 now supports IA64 processor
8200	lt_prog_compiler_static='-Bstatic'
8201      fi
8202      lt_prog_compiler_pic='-fPIC'
8203      ;;
8204
8205    amigaos*)
8206      case $host_cpu in
8207      powerpc)
8208            # see comment about AmigaOS4 .so support
8209            lt_prog_compiler_pic='-fPIC'
8210        ;;
8211      m68k)
8212            # FIXME: we need at least 68020 code to build shared libraries, but
8213            # adding the `-m68020' flag to GCC prevents building anything better,
8214            # like `-m68040'.
8215            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8216        ;;
8217      esac
8218      ;;
8219
8220    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8221      # PIC is the default for these OSes.
8222      ;;
8223
8224    mingw* | cygwin* | pw32* | os2* | cegcc*)
8225      # This hack is so that the source file can tell whether it is being
8226      # built for inclusion in a dll (and should export symbols for example).
8227      # Although the cygwin gcc ignores -fPIC, still need this for old-style
8228      # (--disable-auto-import) libraries
8229      lt_prog_compiler_pic='-DDLL_EXPORT'
8230      ;;
8231
8232    darwin* | rhapsody*)
8233      # PIC is the default on this platform
8234      # Common symbols not allowed in MH_DYLIB files
8235      lt_prog_compiler_pic='-fno-common'
8236      ;;
8237
8238    haiku*)
8239      # PIC is the default for Haiku.
8240      # The "-static" flag exists, but is broken.
8241      lt_prog_compiler_static=
8242      ;;
8243
8244    hpux*)
8245      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8246      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8247      # sets the default TLS model and affects inlining.
8248      case $host_cpu in
8249      hppa*64*)
8250	# +Z the default
8251	;;
8252      *)
8253	lt_prog_compiler_pic='-fPIC'
8254	;;
8255      esac
8256      ;;
8257
8258    interix[3-9]*)
8259      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8260      # Instead, we relocate shared libraries at runtime.
8261      ;;
8262
8263    msdosdjgpp*)
8264      # Just because we use GCC doesn't mean we suddenly get shared libraries
8265      # on systems that don't support them.
8266      lt_prog_compiler_can_build_shared=no
8267      enable_shared=no
8268      ;;
8269
8270    *nto* | *qnx*)
8271      # QNX uses GNU C++, but need to define -shared option too, otherwise
8272      # it will coredump.
8273      lt_prog_compiler_pic='-fPIC -shared'
8274      ;;
8275
8276    sysv4*MP*)
8277      if test -d /usr/nec; then
8278	lt_prog_compiler_pic=-Kconform_pic
8279      fi
8280      ;;
8281
8282    *)
8283      lt_prog_compiler_pic='-fPIC'
8284      ;;
8285    esac
8286
8287    case $cc_basename in
8288    nvcc*) # Cuda Compiler Driver 2.2
8289      lt_prog_compiler_wl='-Xlinker '
8290      lt_prog_compiler_pic='-Xcompiler -fPIC'
8291      ;;
8292    esac
8293  else
8294    # PORTME Check for flag to pass linker flags through the system compiler.
8295    case $host_os in
8296    aix*)
8297      lt_prog_compiler_wl='-Wl,'
8298      if test "$host_cpu" = ia64; then
8299	# AIX 5 now supports IA64 processor
8300	lt_prog_compiler_static='-Bstatic'
8301      else
8302	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8303      fi
8304      ;;
8305
8306    mingw* | cygwin* | pw32* | os2* | cegcc*)
8307      # This hack is so that the source file can tell whether it is being
8308      # built for inclusion in a dll (and should export symbols for example).
8309      lt_prog_compiler_pic='-DDLL_EXPORT'
8310      ;;
8311
8312    hpux9* | hpux10* | hpux11*)
8313      lt_prog_compiler_wl='-Wl,'
8314      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8315      # not for PA HP-UX.
8316      case $host_cpu in
8317      hppa*64*|ia64*)
8318	# +Z the default
8319	;;
8320      *)
8321	lt_prog_compiler_pic='+Z'
8322	;;
8323      esac
8324      # Is there a better lt_prog_compiler_static that works with the bundled CC?
8325      lt_prog_compiler_static='${wl}-a ${wl}archive'
8326      ;;
8327
8328    irix5* | irix6* | nonstopux*)
8329      lt_prog_compiler_wl='-Wl,'
8330      # PIC (with -KPIC) is the default.
8331      lt_prog_compiler_static='-non_shared'
8332      ;;
8333
8334    linux* | k*bsd*-gnu | kopensolaris*-gnu)
8335      case $cc_basename in
8336      # old Intel for x86_64 which still supported -KPIC.
8337      ecc*)
8338	lt_prog_compiler_wl='-Wl,'
8339	lt_prog_compiler_pic='-KPIC'
8340	lt_prog_compiler_static='-static'
8341        ;;
8342      # icc used to be incompatible with GCC.
8343      # ICC 10 doesn't accept -KPIC any more.
8344      icc* | ifort*)
8345	lt_prog_compiler_wl='-Wl,'
8346	lt_prog_compiler_pic='-fPIC'
8347	lt_prog_compiler_static='-static'
8348        ;;
8349      # Lahey Fortran 8.1.
8350      lf95*)
8351	lt_prog_compiler_wl='-Wl,'
8352	lt_prog_compiler_pic='--shared'
8353	lt_prog_compiler_static='--static'
8354	;;
8355      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8356        # Portland Group compilers (*not* the Pentium gcc compiler,
8357	# which looks to be a dead project)
8358	lt_prog_compiler_wl='-Wl,'
8359	lt_prog_compiler_pic='-fpic'
8360	lt_prog_compiler_static='-Bstatic'
8361        ;;
8362      ccc*)
8363        lt_prog_compiler_wl='-Wl,'
8364        # All Alpha code is PIC.
8365        lt_prog_compiler_static='-non_shared'
8366        ;;
8367      xl* | bgxl* | bgf* | mpixl*)
8368	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8369	lt_prog_compiler_wl='-Wl,'
8370	lt_prog_compiler_pic='-qpic'
8371	lt_prog_compiler_static='-qstaticlink'
8372	;;
8373      *)
8374	case `$CC -V 2>&1 | sed 5q` in
8375	*Sun\ F* | *Sun*Fortran*)
8376	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
8377	  lt_prog_compiler_pic='-KPIC'
8378	  lt_prog_compiler_static='-Bstatic'
8379	  lt_prog_compiler_wl=''
8380	  ;;
8381	*Sun\ C*)
8382	  # Sun C 5.9
8383	  lt_prog_compiler_pic='-KPIC'
8384	  lt_prog_compiler_static='-Bstatic'
8385	  lt_prog_compiler_wl='-Wl,'
8386	  ;;
8387	esac
8388	;;
8389      esac
8390      ;;
8391
8392    newsos6)
8393      lt_prog_compiler_pic='-KPIC'
8394      lt_prog_compiler_static='-Bstatic'
8395      ;;
8396
8397    *nto* | *qnx*)
8398      # QNX uses GNU C++, but need to define -shared option too, otherwise
8399      # it will coredump.
8400      lt_prog_compiler_pic='-fPIC -shared'
8401      ;;
8402
8403    osf3* | osf4* | osf5*)
8404      lt_prog_compiler_wl='-Wl,'
8405      # All OSF/1 code is PIC.
8406      lt_prog_compiler_static='-non_shared'
8407      ;;
8408
8409    rdos*)
8410      lt_prog_compiler_static='-non_shared'
8411      ;;
8412
8413    solaris*)
8414      lt_prog_compiler_pic='-KPIC'
8415      lt_prog_compiler_static='-Bstatic'
8416      case $cc_basename in
8417      f77* | f90* | f95*)
8418	lt_prog_compiler_wl='-Qoption ld ';;
8419      *)
8420	lt_prog_compiler_wl='-Wl,';;
8421      esac
8422      ;;
8423
8424    sunos4*)
8425      lt_prog_compiler_wl='-Qoption ld '
8426      lt_prog_compiler_pic='-PIC'
8427      lt_prog_compiler_static='-Bstatic'
8428      ;;
8429
8430    sysv4 | sysv4.2uw2* | sysv4.3*)
8431      lt_prog_compiler_wl='-Wl,'
8432      lt_prog_compiler_pic='-KPIC'
8433      lt_prog_compiler_static='-Bstatic'
8434      ;;
8435
8436    sysv4*MP*)
8437      if test -d /usr/nec ;then
8438	lt_prog_compiler_pic='-Kconform_pic'
8439	lt_prog_compiler_static='-Bstatic'
8440      fi
8441      ;;
8442
8443    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8444      lt_prog_compiler_wl='-Wl,'
8445      lt_prog_compiler_pic='-KPIC'
8446      lt_prog_compiler_static='-Bstatic'
8447      ;;
8448
8449    unicos*)
8450      lt_prog_compiler_wl='-Wl,'
8451      lt_prog_compiler_can_build_shared=no
8452      ;;
8453
8454    uts4*)
8455      lt_prog_compiler_pic='-pic'
8456      lt_prog_compiler_static='-Bstatic'
8457      ;;
8458
8459    *)
8460      lt_prog_compiler_can_build_shared=no
8461      ;;
8462    esac
8463  fi
8464
8465case $host_os in
8466  # For platforms which do not support PIC, -DPIC is meaningless:
8467  *djgpp*)
8468    lt_prog_compiler_pic=
8469    ;;
8470  *)
8471    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8472    ;;
8473esac
8474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8475$as_echo "$lt_prog_compiler_pic" >&6; }
8476
8477
8478
8479
8480
8481
8482#
8483# Check to make sure the PIC flag actually works.
8484#
8485if test -n "$lt_prog_compiler_pic"; then
8486  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8487$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8488if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8489  $as_echo_n "(cached) " >&6
8490else
8491  lt_cv_prog_compiler_pic_works=no
8492   ac_outfile=conftest.$ac_objext
8493   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8494   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8495   # Insert the option either (1) after the last *FLAGS variable, or
8496   # (2) before a word containing "conftest.", or (3) at the end.
8497   # Note that $ac_compile itself does not contain backslashes and begins
8498   # with a dollar sign (not a hyphen), so the echo should work correctly.
8499   # The option is referenced via a variable to avoid confusing sed.
8500   lt_compile=`echo "$ac_compile" | $SED \
8501   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8502   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8503   -e 's:$: $lt_compiler_flag:'`
8504   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8505   (eval "$lt_compile" 2>conftest.err)
8506   ac_status=$?
8507   cat conftest.err >&5
8508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8509   if (exit $ac_status) && test -s "$ac_outfile"; then
8510     # The compiler can only warn and ignore the option if not recognized
8511     # So say no if there are warnings other than the usual output.
8512     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8513     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8514     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8515       lt_cv_prog_compiler_pic_works=yes
8516     fi
8517   fi
8518   $RM conftest*
8519
8520fi
8521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8522$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8523
8524if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8525    case $lt_prog_compiler_pic in
8526     "" | " "*) ;;
8527     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8528     esac
8529else
8530    lt_prog_compiler_pic=
8531     lt_prog_compiler_can_build_shared=no
8532fi
8533
8534fi
8535
8536
8537
8538
8539
8540
8541#
8542# Check to make sure the static flag actually works.
8543#
8544wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8546$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8547if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8548  $as_echo_n "(cached) " >&6
8549else
8550  lt_cv_prog_compiler_static_works=no
8551   save_LDFLAGS="$LDFLAGS"
8552   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8553   echo "$lt_simple_link_test_code" > conftest.$ac_ext
8554   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8555     # The linker can only warn and ignore the option if not recognized
8556     # So say no if there are warnings
8557     if test -s conftest.err; then
8558       # Append any errors to the config.log.
8559       cat conftest.err 1>&5
8560       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8561       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8562       if diff conftest.exp conftest.er2 >/dev/null; then
8563         lt_cv_prog_compiler_static_works=yes
8564       fi
8565     else
8566       lt_cv_prog_compiler_static_works=yes
8567     fi
8568   fi
8569   $RM -r conftest*
8570   LDFLAGS="$save_LDFLAGS"
8571
8572fi
8573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8574$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8575
8576if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8577    :
8578else
8579    lt_prog_compiler_static=
8580fi
8581
8582
8583
8584
8585
8586
8587
8588  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8589$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8590if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8591  $as_echo_n "(cached) " >&6
8592else
8593  lt_cv_prog_compiler_c_o=no
8594   $RM -r conftest 2>/dev/null
8595   mkdir conftest
8596   cd conftest
8597   mkdir out
8598   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8599
8600   lt_compiler_flag="-o out/conftest2.$ac_objext"
8601   # Insert the option either (1) after the last *FLAGS variable, or
8602   # (2) before a word containing "conftest.", or (3) at the end.
8603   # Note that $ac_compile itself does not contain backslashes and begins
8604   # with a dollar sign (not a hyphen), so the echo should work correctly.
8605   lt_compile=`echo "$ac_compile" | $SED \
8606   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8607   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8608   -e 's:$: $lt_compiler_flag:'`
8609   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8610   (eval "$lt_compile" 2>out/conftest.err)
8611   ac_status=$?
8612   cat out/conftest.err >&5
8613   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8614   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8615   then
8616     # The compiler can only warn and ignore the option if not recognized
8617     # So say no if there are warnings
8618     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8619     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8620     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8621       lt_cv_prog_compiler_c_o=yes
8622     fi
8623   fi
8624   chmod u+w . 2>&5
8625   $RM conftest*
8626   # SGI C++ compiler will create directory out/ii_files/ for
8627   # template instantiation
8628   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8629   $RM out/* && rmdir out
8630   cd ..
8631   $RM -r conftest
8632   $RM conftest*
8633
8634fi
8635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8636$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8637
8638
8639
8640
8641
8642
8643  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8644$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8645if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8646  $as_echo_n "(cached) " >&6
8647else
8648  lt_cv_prog_compiler_c_o=no
8649   $RM -r conftest 2>/dev/null
8650   mkdir conftest
8651   cd conftest
8652   mkdir out
8653   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8654
8655   lt_compiler_flag="-o out/conftest2.$ac_objext"
8656   # Insert the option either (1) after the last *FLAGS variable, or
8657   # (2) before a word containing "conftest.", or (3) at the end.
8658   # Note that $ac_compile itself does not contain backslashes and begins
8659   # with a dollar sign (not a hyphen), so the echo should work correctly.
8660   lt_compile=`echo "$ac_compile" | $SED \
8661   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8662   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8663   -e 's:$: $lt_compiler_flag:'`
8664   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8665   (eval "$lt_compile" 2>out/conftest.err)
8666   ac_status=$?
8667   cat out/conftest.err >&5
8668   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8670   then
8671     # The compiler can only warn and ignore the option if not recognized
8672     # So say no if there are warnings
8673     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8674     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8675     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8676       lt_cv_prog_compiler_c_o=yes
8677     fi
8678   fi
8679   chmod u+w . 2>&5
8680   $RM conftest*
8681   # SGI C++ compiler will create directory out/ii_files/ for
8682   # template instantiation
8683   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8684   $RM out/* && rmdir out
8685   cd ..
8686   $RM -r conftest
8687   $RM conftest*
8688
8689fi
8690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8691$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8692
8693
8694
8695
8696hard_links="nottested"
8697if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8698  # do not overwrite the value of need_locks provided by the user
8699  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8700$as_echo_n "checking if we can lock with hard links... " >&6; }
8701  hard_links=yes
8702  $RM conftest*
8703  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8704  touch conftest.a
8705  ln conftest.a conftest.b 2>&5 || hard_links=no
8706  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8707  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8708$as_echo "$hard_links" >&6; }
8709  if test "$hard_links" = no; then
8710    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8711$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8712    need_locks=warn
8713  fi
8714else
8715  need_locks=no
8716fi
8717
8718
8719
8720
8721
8722
8723  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8724$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8725
8726  runpath_var=
8727  allow_undefined_flag=
8728  always_export_symbols=no
8729  archive_cmds=
8730  archive_expsym_cmds=
8731  compiler_needs_object=no
8732  enable_shared_with_static_runtimes=no
8733  export_dynamic_flag_spec=
8734  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8735  hardcode_automatic=no
8736  hardcode_direct=no
8737  hardcode_direct_absolute=no
8738  hardcode_libdir_flag_spec=
8739  hardcode_libdir_flag_spec_ld=
8740  hardcode_libdir_separator=
8741  hardcode_minus_L=no
8742  hardcode_shlibpath_var=unsupported
8743  inherit_rpath=no
8744  link_all_deplibs=unknown
8745  module_cmds=
8746  module_expsym_cmds=
8747  old_archive_from_new_cmds=
8748  old_archive_from_expsyms_cmds=
8749  thread_safe_flag_spec=
8750  whole_archive_flag_spec=
8751  # include_expsyms should be a list of space-separated symbols to be *always*
8752  # included in the symbol list
8753  include_expsyms=
8754  # exclude_expsyms can be an extended regexp of symbols to exclude
8755  # it will be wrapped by ` (' and `)$', so one must not match beginning or
8756  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8757  # as well as any symbol that contains `d'.
8758  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8759  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8760  # platforms (ab)use it in PIC code, but their linkers get confused if
8761  # the symbol is explicitly referenced.  Since portable code cannot
8762  # rely on this symbol name, it's probably fine to never include it in
8763  # preloaded symbol tables.
8764  # Exclude shared library initialization/finalization symbols.
8765  extract_expsyms_cmds=
8766
8767  case $host_os in
8768  cygwin* | mingw* | pw32* | cegcc*)
8769    # FIXME: the MSVC++ port hasn't been tested in a loooong time
8770    # When not using gcc, we currently assume that we are using
8771    # Microsoft Visual C++.
8772    if test "$GCC" != yes; then
8773      with_gnu_ld=no
8774    fi
8775    ;;
8776  interix*)
8777    # we just hope/assume this is gcc and not c89 (= MSVC++)
8778    with_gnu_ld=yes
8779    ;;
8780  openbsd*)
8781    with_gnu_ld=no
8782    ;;
8783  esac
8784
8785  ld_shlibs=yes
8786
8787  # On some targets, GNU ld is compatible enough with the native linker
8788  # that we're better off using the native interface for both.
8789  lt_use_gnu_ld_interface=no
8790  if test "$with_gnu_ld" = yes; then
8791    case $host_os in
8792      aix*)
8793	# The AIX port of GNU ld has always aspired to compatibility
8794	# with the native linker.  However, as the warning in the GNU ld
8795	# block says, versions before 2.19.5* couldn't really create working
8796	# shared libraries, regardless of the interface used.
8797	case `$LD -v 2>&1` in
8798	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8799	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8800	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8801	  *)
8802	    lt_use_gnu_ld_interface=yes
8803	    ;;
8804	esac
8805	;;
8806      *)
8807	lt_use_gnu_ld_interface=yes
8808	;;
8809    esac
8810  fi
8811
8812  if test "$lt_use_gnu_ld_interface" = yes; then
8813    # If archive_cmds runs LD, not CC, wlarc should be empty
8814    wlarc='${wl}'
8815
8816    # Set some defaults for GNU ld with shared library support. These
8817    # are reset later if shared libraries are not supported. Putting them
8818    # here allows them to be overridden if necessary.
8819    runpath_var=LD_RUN_PATH
8820    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8821    export_dynamic_flag_spec='${wl}--export-dynamic'
8822    # ancient GNU ld didn't support --whole-archive et. al.
8823    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8824      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8825    else
8826      whole_archive_flag_spec=
8827    fi
8828    supports_anon_versioning=no
8829    case `$LD -v 2>&1` in
8830      *GNU\ gold*) supports_anon_versioning=yes ;;
8831      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8832      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8833      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8834      *\ 2.11.*) ;; # other 2.11 versions
8835      *) supports_anon_versioning=yes ;;
8836    esac
8837
8838    # See if GNU ld supports shared libraries.
8839    case $host_os in
8840    aix[3-9]*)
8841      # On AIX/PPC, the GNU linker is very broken
8842      if test "$host_cpu" != ia64; then
8843	ld_shlibs=no
8844	cat <<_LT_EOF 1>&2
8845
8846*** Warning: the GNU linker, at least up to release 2.19, is reported
8847*** to be unable to reliably create shared libraries on AIX.
8848*** Therefore, libtool is disabling shared libraries support.  If you
8849*** really care for shared libraries, you may want to install binutils
8850*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8851*** You will then need to restart the configuration process.
8852
8853_LT_EOF
8854      fi
8855      ;;
8856
8857    amigaos*)
8858      case $host_cpu in
8859      powerpc)
8860            # see comment about AmigaOS4 .so support
8861            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8862            archive_expsym_cmds=''
8863        ;;
8864      m68k)
8865            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)'
8866            hardcode_libdir_flag_spec='-L$libdir'
8867            hardcode_minus_L=yes
8868        ;;
8869      esac
8870      ;;
8871
8872    beos*)
8873      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8874	allow_undefined_flag=unsupported
8875	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8876	# support --undefined.  This deserves some investigation.  FIXME
8877	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8878      else
8879	ld_shlibs=no
8880      fi
8881      ;;
8882
8883    cygwin* | mingw* | pw32* | cegcc*)
8884      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8885      # as there is no search path for DLLs.
8886      hardcode_libdir_flag_spec='-L$libdir'
8887      export_dynamic_flag_spec='${wl}--export-all-symbols'
8888      allow_undefined_flag=unsupported
8889      always_export_symbols=no
8890      enable_shared_with_static_runtimes=yes
8891      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8892
8893      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8894        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8895	# If the export-symbols file already is a .def file (1st line
8896	# is EXPORTS), use it as is; otherwise, prepend...
8897	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8898	  cp $export_symbols $output_objdir/$soname.def;
8899	else
8900	  echo EXPORTS > $output_objdir/$soname.def;
8901	  cat $export_symbols >> $output_objdir/$soname.def;
8902	fi~
8903	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8904      else
8905	ld_shlibs=no
8906      fi
8907      ;;
8908
8909    haiku*)
8910      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8911      link_all_deplibs=yes
8912      ;;
8913
8914    interix[3-9]*)
8915      hardcode_direct=no
8916      hardcode_shlibpath_var=no
8917      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8918      export_dynamic_flag_spec='${wl}-E'
8919      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8920      # Instead, shared libraries are loaded at an image base (0x10000000 by
8921      # default) and relocated if they conflict, which is a slow very memory
8922      # consuming and fragmenting process.  To avoid this, we pick a random,
8923      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8924      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8925      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8926      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'
8927      ;;
8928
8929    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8930      tmp_diet=no
8931      if test "$host_os" = linux-dietlibc; then
8932	case $cc_basename in
8933	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
8934	esac
8935      fi
8936      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8937	 && test "$tmp_diet" = no
8938      then
8939	tmp_addflag=' $pic_flag'
8940	tmp_sharedflag='-shared'
8941	case $cc_basename,$host_cpu in
8942        pgcc*)				# Portland Group C compiler
8943	  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'
8944	  tmp_addflag=' $pic_flag'
8945	  ;;
8946	pgf77* | pgf90* | pgf95* | pgfortran*)
8947					# Portland Group f77 and f90 compilers
8948	  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'
8949	  tmp_addflag=' $pic_flag -Mnomain' ;;
8950	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
8951	  tmp_addflag=' -i_dynamic' ;;
8952	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
8953	  tmp_addflag=' -i_dynamic -nofor_main' ;;
8954	ifc* | ifort*)			# Intel Fortran compiler
8955	  tmp_addflag=' -nofor_main' ;;
8956	lf95*)				# Lahey Fortran 8.1
8957	  whole_archive_flag_spec=
8958	  tmp_sharedflag='--shared' ;;
8959	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8960	  tmp_sharedflag='-qmkshrobj'
8961	  tmp_addflag= ;;
8962	nvcc*)	# Cuda Compiler Driver 2.2
8963	  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'
8964	  compiler_needs_object=yes
8965	  ;;
8966	esac
8967	case `$CC -V 2>&1 | sed 5q` in
8968	*Sun\ C*)			# Sun C 5.9
8969	  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'
8970	  compiler_needs_object=yes
8971	  tmp_sharedflag='-G' ;;
8972	*Sun\ F*)			# Sun Fortran 8.3
8973	  tmp_sharedflag='-G' ;;
8974	esac
8975	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8976
8977        if test "x$supports_anon_versioning" = xyes; then
8978          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8979	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8980	    echo "local: *; };" >> $output_objdir/$libname.ver~
8981	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8982        fi
8983
8984	case $cc_basename in
8985	xlf* | bgf* | bgxlf* | mpixlf*)
8986	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8987	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8988	  hardcode_libdir_flag_spec=
8989	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
8990	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8991	  if test "x$supports_anon_versioning" = xyes; then
8992	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8993	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8994	      echo "local: *; };" >> $output_objdir/$libname.ver~
8995	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8996	  fi
8997	  ;;
8998	esac
8999      else
9000        ld_shlibs=no
9001      fi
9002      ;;
9003
9004    netbsd*)
9005      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9006	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9007	wlarc=
9008      else
9009	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9010	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9011      fi
9012      ;;
9013
9014    solaris*)
9015      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9016	ld_shlibs=no
9017	cat <<_LT_EOF 1>&2
9018
9019*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9020*** create shared libraries on Solaris systems.  Therefore, libtool
9021*** is disabling shared libraries support.  We urge you to upgrade GNU
9022*** binutils to release 2.9.1 or newer.  Another option is to modify
9023*** your PATH or compiler configuration so that the native linker is
9024*** used, and then restart.
9025
9026_LT_EOF
9027      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9028	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9029	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9030      else
9031	ld_shlibs=no
9032      fi
9033      ;;
9034
9035    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9036      case `$LD -v 2>&1` in
9037        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9038	ld_shlibs=no
9039	cat <<_LT_EOF 1>&2
9040
9041*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9042*** reliably create shared libraries on SCO systems.  Therefore, libtool
9043*** is disabling shared libraries support.  We urge you to upgrade GNU
9044*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9045*** your PATH or compiler configuration so that the native linker is
9046*** used, and then restart.
9047
9048_LT_EOF
9049	;;
9050	*)
9051	  # For security reasons, it is highly recommended that you always
9052	  # use absolute paths for naming shared libraries, and exclude the
9053	  # DT_RUNPATH tag from executables and libraries.  But doing so
9054	  # requires that you compile everything twice, which is a pain.
9055	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9056	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9057	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9058	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9059	  else
9060	    ld_shlibs=no
9061	  fi
9062	;;
9063      esac
9064      ;;
9065
9066    sunos4*)
9067      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9068      wlarc=
9069      hardcode_direct=yes
9070      hardcode_shlibpath_var=no
9071      ;;
9072
9073    *)
9074      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9075	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9076	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9077      else
9078	ld_shlibs=no
9079      fi
9080      ;;
9081    esac
9082
9083    if test "$ld_shlibs" = no; then
9084      runpath_var=
9085      hardcode_libdir_flag_spec=
9086      export_dynamic_flag_spec=
9087      whole_archive_flag_spec=
9088    fi
9089  else
9090    # PORTME fill in a description of your system's linker (not GNU ld)
9091    case $host_os in
9092    aix3*)
9093      allow_undefined_flag=unsupported
9094      always_export_symbols=yes
9095      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'
9096      # Note: this linker hardcodes the directories in LIBPATH if there
9097      # are no directories specified by -L.
9098      hardcode_minus_L=yes
9099      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9100	# Neither direct hardcoding nor static linking is supported with a
9101	# broken collect2.
9102	hardcode_direct=unsupported
9103      fi
9104      ;;
9105
9106    aix[4-9]*)
9107      if test "$host_cpu" = ia64; then
9108	# On IA64, the linker does run time linking by default, so we don't
9109	# have to do anything special.
9110	aix_use_runtimelinking=no
9111	exp_sym_flag='-Bexport'
9112	no_entry_flag=""
9113      else
9114	# If we're using GNU nm, then we don't want the "-C" option.
9115	# -C means demangle to AIX nm, but means don't demangle with GNU nm
9116	# Also, AIX nm treats weak defined symbols like other global
9117	# defined symbols, whereas GNU nm marks them as "W".
9118	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9119	  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'
9120	else
9121	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9122	fi
9123	aix_use_runtimelinking=no
9124
9125	# Test if we are trying to use run time linking or normal
9126	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
9127	# need to do runtime linking.
9128	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9129	  for ld_flag in $LDFLAGS; do
9130	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9131	    aix_use_runtimelinking=yes
9132	    break
9133	  fi
9134	  done
9135	  ;;
9136	esac
9137
9138	exp_sym_flag='-bexport'
9139	no_entry_flag='-bnoentry'
9140      fi
9141
9142      # When large executables or shared objects are built, AIX ld can
9143      # have problems creating the table of contents.  If linking a library
9144      # or program results in "error TOC overflow" add -mminimal-toc to
9145      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9146      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9147
9148      archive_cmds=''
9149      hardcode_direct=yes
9150      hardcode_direct_absolute=yes
9151      hardcode_libdir_separator=':'
9152      link_all_deplibs=yes
9153      file_list_spec='${wl}-f,'
9154
9155      if test "$GCC" = yes; then
9156	case $host_os in aix4.[012]|aix4.[012].*)
9157	# We only want to do this on AIX 4.2 and lower, the check
9158	# below for broken collect2 doesn't work under 4.3+
9159	  collect2name=`${CC} -print-prog-name=collect2`
9160	  if test -f "$collect2name" &&
9161	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9162	  then
9163	  # We have reworked collect2
9164	  :
9165	  else
9166	  # We have old collect2
9167	  hardcode_direct=unsupported
9168	  # It fails to find uninstalled libraries when the uninstalled
9169	  # path is not listed in the libpath.  Setting hardcode_minus_L
9170	  # to unsupported forces relinking
9171	  hardcode_minus_L=yes
9172	  hardcode_libdir_flag_spec='-L$libdir'
9173	  hardcode_libdir_separator=
9174	  fi
9175	  ;;
9176	esac
9177	shared_flag='-shared'
9178	if test "$aix_use_runtimelinking" = yes; then
9179	  shared_flag="$shared_flag "'${wl}-G'
9180	fi
9181      else
9182	# not using gcc
9183	if test "$host_cpu" = ia64; then
9184	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9185	# chokes on -Wl,-G. The following line is correct:
9186	  shared_flag='-G'
9187	else
9188	  if test "$aix_use_runtimelinking" = yes; then
9189	    shared_flag='${wl}-G'
9190	  else
9191	    shared_flag='${wl}-bM:SRE'
9192	  fi
9193	fi
9194      fi
9195
9196      export_dynamic_flag_spec='${wl}-bexpall'
9197      # It seems that -bexpall does not export symbols beginning with
9198      # underscore (_), so it is better to generate a list of symbols to export.
9199      always_export_symbols=yes
9200      if test "$aix_use_runtimelinking" = yes; then
9201	# Warning - without using the other runtime loading flags (-brtl),
9202	# -berok will link without error, but may produce a broken library.
9203	allow_undefined_flag='-berok'
9204        # Determine the default libpath from the value encoded in an
9205        # empty executable.
9206        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9207/* end confdefs.h.  */
9208
9209int
9210main ()
9211{
9212
9213  ;
9214  return 0;
9215}
9216_ACEOF
9217if ac_fn_c_try_link "$LINENO"; then :
9218
9219lt_aix_libpath_sed='
9220    /Import File Strings/,/^$/ {
9221	/^0/ {
9222	    s/^0  *\(.*\)$/\1/
9223	    p
9224	}
9225    }'
9226aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9227# Check for a 64-bit object if we didn't find anything.
9228if test -z "$aix_libpath"; then
9229  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9230fi
9231fi
9232rm -f core conftest.err conftest.$ac_objext \
9233    conftest$ac_exeext conftest.$ac_ext
9234if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9235
9236        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9237        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"
9238      else
9239	if test "$host_cpu" = ia64; then
9240	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9241	  allow_undefined_flag="-z nodefs"
9242	  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"
9243	else
9244	 # Determine the default libpath from the value encoded in an
9245	 # empty executable.
9246	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9247/* end confdefs.h.  */
9248
9249int
9250main ()
9251{
9252
9253  ;
9254  return 0;
9255}
9256_ACEOF
9257if ac_fn_c_try_link "$LINENO"; then :
9258
9259lt_aix_libpath_sed='
9260    /Import File Strings/,/^$/ {
9261	/^0/ {
9262	    s/^0  *\(.*\)$/\1/
9263	    p
9264	}
9265    }'
9266aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9267# Check for a 64-bit object if we didn't find anything.
9268if test -z "$aix_libpath"; then
9269  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9270fi
9271fi
9272rm -f core conftest.err conftest.$ac_objext \
9273    conftest$ac_exeext conftest.$ac_ext
9274if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9275
9276	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9277	  # Warning - without using the other run time loading flags,
9278	  # -berok will link without error, but may produce a broken library.
9279	  no_undefined_flag=' ${wl}-bernotok'
9280	  allow_undefined_flag=' ${wl}-berok'
9281	  if test "$with_gnu_ld" = yes; then
9282	    # We only use this code for GNU lds that support --whole-archive.
9283	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9284	  else
9285	    # Exported symbols can be pulled into shared objects from archives
9286	    whole_archive_flag_spec='$convenience'
9287	  fi
9288	  archive_cmds_need_lc=yes
9289	  # This is similar to how AIX traditionally builds its shared libraries.
9290	  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'
9291	fi
9292      fi
9293      ;;
9294
9295    amigaos*)
9296      case $host_cpu in
9297      powerpc)
9298            # see comment about AmigaOS4 .so support
9299            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9300            archive_expsym_cmds=''
9301        ;;
9302      m68k)
9303            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)'
9304            hardcode_libdir_flag_spec='-L$libdir'
9305            hardcode_minus_L=yes
9306        ;;
9307      esac
9308      ;;
9309
9310    bsdi[45]*)
9311      export_dynamic_flag_spec=-rdynamic
9312      ;;
9313
9314    cygwin* | mingw* | pw32* | cegcc*)
9315      # When not using gcc, we currently assume that we are using
9316      # Microsoft Visual C++.
9317      # hardcode_libdir_flag_spec is actually meaningless, as there is
9318      # no search path for DLLs.
9319      hardcode_libdir_flag_spec=' '
9320      allow_undefined_flag=unsupported
9321      # Tell ltmain to make .lib files, not .a files.
9322      libext=lib
9323      # Tell ltmain to make .dll files, not .so files.
9324      shrext_cmds=".dll"
9325      # FIXME: Setting linknames here is a bad hack.
9326      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9327      # The linker will automatically build a .lib file if we build a DLL.
9328      old_archive_from_new_cmds='true'
9329      # FIXME: Should let the user specify the lib program.
9330      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9331      fix_srcfile_path='`cygpath -w "$srcfile"`'
9332      enable_shared_with_static_runtimes=yes
9333      ;;
9334
9335    darwin* | rhapsody*)
9336
9337
9338  archive_cmds_need_lc=no
9339  hardcode_direct=no
9340  hardcode_automatic=yes
9341  hardcode_shlibpath_var=unsupported
9342  if test "$lt_cv_ld_force_load" = "yes"; then
9343    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\"`'
9344  else
9345    whole_archive_flag_spec=''
9346  fi
9347  link_all_deplibs=yes
9348  allow_undefined_flag="$_lt_dar_allow_undefined"
9349  case $cc_basename in
9350     ifort*) _lt_dar_can_shared=yes ;;
9351     *) _lt_dar_can_shared=$GCC ;;
9352  esac
9353  if test "$_lt_dar_can_shared" = "yes"; then
9354    output_verbose_link_cmd=func_echo_all
9355    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9356    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9357    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}"
9358    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}"
9359
9360  else
9361  ld_shlibs=no
9362  fi
9363
9364      ;;
9365
9366    dgux*)
9367      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9368      hardcode_libdir_flag_spec='-L$libdir'
9369      hardcode_shlibpath_var=no
9370      ;;
9371
9372    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9373    # support.  Future versions do this automatically, but an explicit c++rt0.o
9374    # does not break anything, and helps significantly (at the cost of a little
9375    # extra space).
9376    freebsd2.2*)
9377      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9378      hardcode_libdir_flag_spec='-R$libdir'
9379      hardcode_direct=yes
9380      hardcode_shlibpath_var=no
9381      ;;
9382
9383    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9384    freebsd2.*)
9385      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9386      hardcode_direct=yes
9387      hardcode_minus_L=yes
9388      hardcode_shlibpath_var=no
9389      ;;
9390
9391    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9392    freebsd* | dragonfly*)
9393      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9394      hardcode_libdir_flag_spec='-R$libdir'
9395      hardcode_direct=yes
9396      hardcode_shlibpath_var=no
9397      ;;
9398
9399    hpux9*)
9400      if test "$GCC" = yes; then
9401	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'
9402      else
9403	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'
9404      fi
9405      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9406      hardcode_libdir_separator=:
9407      hardcode_direct=yes
9408
9409      # hardcode_minus_L: Not really in the search PATH,
9410      # but as the default location of the library.
9411      hardcode_minus_L=yes
9412      export_dynamic_flag_spec='${wl}-E'
9413      ;;
9414
9415    hpux10*)
9416      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9417	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9418      else
9419	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9420      fi
9421      if test "$with_gnu_ld" = no; then
9422	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9423	hardcode_libdir_flag_spec_ld='+b $libdir'
9424	hardcode_libdir_separator=:
9425	hardcode_direct=yes
9426	hardcode_direct_absolute=yes
9427	export_dynamic_flag_spec='${wl}-E'
9428	# hardcode_minus_L: Not really in the search PATH,
9429	# but as the default location of the library.
9430	hardcode_minus_L=yes
9431      fi
9432      ;;
9433
9434    hpux11*)
9435      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9436	case $host_cpu in
9437	hppa*64*)
9438	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9439	  ;;
9440	ia64*)
9441	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9442	  ;;
9443	*)
9444	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9445	  ;;
9446	esac
9447      else
9448	case $host_cpu in
9449	hppa*64*)
9450	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9451	  ;;
9452	ia64*)
9453	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9454	  ;;
9455	*)
9456
9457	  # Older versions of the 11.00 compiler do not understand -b yet
9458	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9459	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9460$as_echo_n "checking if $CC understands -b... " >&6; }
9461if test "${lt_cv_prog_compiler__b+set}" = set; then :
9462  $as_echo_n "(cached) " >&6
9463else
9464  lt_cv_prog_compiler__b=no
9465   save_LDFLAGS="$LDFLAGS"
9466   LDFLAGS="$LDFLAGS -b"
9467   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9468   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9469     # The linker can only warn and ignore the option if not recognized
9470     # So say no if there are warnings
9471     if test -s conftest.err; then
9472       # Append any errors to the config.log.
9473       cat conftest.err 1>&5
9474       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9475       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9476       if diff conftest.exp conftest.er2 >/dev/null; then
9477         lt_cv_prog_compiler__b=yes
9478       fi
9479     else
9480       lt_cv_prog_compiler__b=yes
9481     fi
9482   fi
9483   $RM -r conftest*
9484   LDFLAGS="$save_LDFLAGS"
9485
9486fi
9487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9488$as_echo "$lt_cv_prog_compiler__b" >&6; }
9489
9490if test x"$lt_cv_prog_compiler__b" = xyes; then
9491    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9492else
9493    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9494fi
9495
9496	  ;;
9497	esac
9498      fi
9499      if test "$with_gnu_ld" = no; then
9500	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9501	hardcode_libdir_separator=:
9502
9503	case $host_cpu in
9504	hppa*64*|ia64*)
9505	  hardcode_direct=no
9506	  hardcode_shlibpath_var=no
9507	  ;;
9508	*)
9509	  hardcode_direct=yes
9510	  hardcode_direct_absolute=yes
9511	  export_dynamic_flag_spec='${wl}-E'
9512
9513	  # hardcode_minus_L: Not really in the search PATH,
9514	  # but as the default location of the library.
9515	  hardcode_minus_L=yes
9516	  ;;
9517	esac
9518      fi
9519      ;;
9520
9521    irix5* | irix6* | nonstopux*)
9522      if test "$GCC" = yes; then
9523	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'
9524	# Try to use the -exported_symbol ld option, if it does not
9525	# work, assume that -exports_file does not work either and
9526	# implicitly export all symbols.
9527        save_LDFLAGS="$LDFLAGS"
9528        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9529        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9530/* end confdefs.h.  */
9531int foo(void) {}
9532_ACEOF
9533if ac_fn_c_try_link "$LINENO"; then :
9534  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'
9535
9536fi
9537rm -f core conftest.err conftest.$ac_objext \
9538    conftest$ac_exeext conftest.$ac_ext
9539        LDFLAGS="$save_LDFLAGS"
9540      else
9541	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'
9542	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'
9543      fi
9544      archive_cmds_need_lc='no'
9545      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9546      hardcode_libdir_separator=:
9547      inherit_rpath=yes
9548      link_all_deplibs=yes
9549      ;;
9550
9551    netbsd*)
9552      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9553	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9554      else
9555	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9556      fi
9557      hardcode_libdir_flag_spec='-R$libdir'
9558      hardcode_direct=yes
9559      hardcode_shlibpath_var=no
9560      ;;
9561
9562    newsos6)
9563      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9564      hardcode_direct=yes
9565      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9566      hardcode_libdir_separator=:
9567      hardcode_shlibpath_var=no
9568      ;;
9569
9570    *nto* | *qnx*)
9571      ;;
9572
9573    openbsd*)
9574      if test -f /usr/libexec/ld.so; then
9575	hardcode_direct=yes
9576	hardcode_shlibpath_var=no
9577	hardcode_direct_absolute=yes
9578	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9579	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9580	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9581	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9582	  export_dynamic_flag_spec='${wl}-E'
9583	else
9584	  case $host_os in
9585	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9586	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9587	     hardcode_libdir_flag_spec='-R$libdir'
9588	     ;;
9589	   *)
9590	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9591	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9592	     ;;
9593	  esac
9594	fi
9595      else
9596	ld_shlibs=no
9597      fi
9598      ;;
9599
9600    os2*)
9601      hardcode_libdir_flag_spec='-L$libdir'
9602      hardcode_minus_L=yes
9603      allow_undefined_flag=unsupported
9604      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'
9605      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9606      ;;
9607
9608    osf3*)
9609      if test "$GCC" = yes; then
9610	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9611	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'
9612      else
9613	allow_undefined_flag=' -expect_unresolved \*'
9614	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'
9615      fi
9616      archive_cmds_need_lc='no'
9617      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9618      hardcode_libdir_separator=:
9619      ;;
9620
9621    osf4* | osf5*)	# as osf3* with the addition of -msym flag
9622      if test "$GCC" = yes; then
9623	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9624	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'
9625	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9626      else
9627	allow_undefined_flag=' -expect_unresolved \*'
9628	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'
9629	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~
9630	$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'
9631
9632	# Both c and cxx compiler support -rpath directly
9633	hardcode_libdir_flag_spec='-rpath $libdir'
9634      fi
9635      archive_cmds_need_lc='no'
9636      hardcode_libdir_separator=:
9637      ;;
9638
9639    solaris*)
9640      no_undefined_flag=' -z defs'
9641      if test "$GCC" = yes; then
9642	wlarc='${wl}'
9643	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9644	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9645	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9646      else
9647	case `$CC -V 2>&1` in
9648	*"Compilers 5.0"*)
9649	  wlarc=''
9650	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9651	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9652	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9653	  ;;
9654	*)
9655	  wlarc='${wl}'
9656	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9657	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9658	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9659	  ;;
9660	esac
9661      fi
9662      hardcode_libdir_flag_spec='-R$libdir'
9663      hardcode_shlibpath_var=no
9664      case $host_os in
9665      solaris2.[0-5] | solaris2.[0-5].*) ;;
9666      *)
9667	# The compiler driver will combine and reorder linker options,
9668	# but understands `-z linker_flag'.  GCC discards it without `$wl',
9669	# but is careful enough not to reorder.
9670	# Supported since Solaris 2.6 (maybe 2.5.1?)
9671	if test "$GCC" = yes; then
9672	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9673	else
9674	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9675	fi
9676	;;
9677      esac
9678      link_all_deplibs=yes
9679      ;;
9680
9681    sunos4*)
9682      if test "x$host_vendor" = xsequent; then
9683	# Use $CC to link under sequent, because it throws in some extra .o
9684	# files that make .init and .fini sections work.
9685	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9686      else
9687	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9688      fi
9689      hardcode_libdir_flag_spec='-L$libdir'
9690      hardcode_direct=yes
9691      hardcode_minus_L=yes
9692      hardcode_shlibpath_var=no
9693      ;;
9694
9695    sysv4)
9696      case $host_vendor in
9697	sni)
9698	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9699	  hardcode_direct=yes # is this really true???
9700	;;
9701	siemens)
9702	  ## LD is ld it makes a PLAMLIB
9703	  ## CC just makes a GrossModule.
9704	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9705	  reload_cmds='$CC -r -o $output$reload_objs'
9706	  hardcode_direct=no
9707        ;;
9708	motorola)
9709	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9710	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9711	;;
9712      esac
9713      runpath_var='LD_RUN_PATH'
9714      hardcode_shlibpath_var=no
9715      ;;
9716
9717    sysv4.3*)
9718      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9719      hardcode_shlibpath_var=no
9720      export_dynamic_flag_spec='-Bexport'
9721      ;;
9722
9723    sysv4*MP*)
9724      if test -d /usr/nec; then
9725	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726	hardcode_shlibpath_var=no
9727	runpath_var=LD_RUN_PATH
9728	hardcode_runpath_var=yes
9729	ld_shlibs=yes
9730      fi
9731      ;;
9732
9733    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9734      no_undefined_flag='${wl}-z,text'
9735      archive_cmds_need_lc=no
9736      hardcode_shlibpath_var=no
9737      runpath_var='LD_RUN_PATH'
9738
9739      if test "$GCC" = yes; then
9740	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9741	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9742      else
9743	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9744	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745      fi
9746      ;;
9747
9748    sysv5* | sco3.2v5* | sco5v6*)
9749      # Note: We can NOT use -z defs as we might desire, because we do not
9750      # link with -lc, and that would cause any symbols used from libc to
9751      # always be unresolved, which means just about no library would
9752      # ever link correctly.  If we're not using GNU ld we use -z text
9753      # though, which does catch some bad symbols but isn't as heavy-handed
9754      # as -z defs.
9755      no_undefined_flag='${wl}-z,text'
9756      allow_undefined_flag='${wl}-z,nodefs'
9757      archive_cmds_need_lc=no
9758      hardcode_shlibpath_var=no
9759      hardcode_libdir_flag_spec='${wl}-R,$libdir'
9760      hardcode_libdir_separator=':'
9761      link_all_deplibs=yes
9762      export_dynamic_flag_spec='${wl}-Bexport'
9763      runpath_var='LD_RUN_PATH'
9764
9765      if test "$GCC" = yes; then
9766	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9767	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9768      else
9769	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9770	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9771      fi
9772      ;;
9773
9774    uts4*)
9775      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9776      hardcode_libdir_flag_spec='-L$libdir'
9777      hardcode_shlibpath_var=no
9778      ;;
9779
9780    *)
9781      ld_shlibs=no
9782      ;;
9783    esac
9784
9785    if test x$host_vendor = xsni; then
9786      case $host in
9787      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9788	export_dynamic_flag_spec='${wl}-Blargedynsym'
9789	;;
9790      esac
9791    fi
9792  fi
9793
9794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9795$as_echo "$ld_shlibs" >&6; }
9796test "$ld_shlibs" = no && can_build_shared=no
9797
9798with_gnu_ld=$with_gnu_ld
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814#
9815# Do we need to explicitly link libc?
9816#
9817case "x$archive_cmds_need_lc" in
9818x|xyes)
9819  # Assume -lc should be added
9820  archive_cmds_need_lc=yes
9821
9822  if test "$enable_shared" = yes && test "$GCC" = yes; then
9823    case $archive_cmds in
9824    *'~'*)
9825      # FIXME: we may have to deal with multi-command sequences.
9826      ;;
9827    '$CC '*)
9828      # Test whether the compiler implicitly links with -lc since on some
9829      # systems, -lgcc has to come before -lc. If gcc already passes -lc
9830      # to ld, don't add -lc before -lgcc.
9831      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9832$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9833if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9834  $as_echo_n "(cached) " >&6
9835else
9836  $RM conftest*
9837	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9838
9839	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9840  (eval $ac_compile) 2>&5
9841  ac_status=$?
9842  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9843  test $ac_status = 0; } 2>conftest.err; then
9844	  soname=conftest
9845	  lib=conftest
9846	  libobjs=conftest.$ac_objext
9847	  deplibs=
9848	  wl=$lt_prog_compiler_wl
9849	  pic_flag=$lt_prog_compiler_pic
9850	  compiler_flags=-v
9851	  linker_flags=-v
9852	  verstring=
9853	  output_objdir=.
9854	  libname=conftest
9855	  lt_save_allow_undefined_flag=$allow_undefined_flag
9856	  allow_undefined_flag=
9857	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9858  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9859  ac_status=$?
9860  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9861  test $ac_status = 0; }
9862	  then
9863	    lt_cv_archive_cmds_need_lc=no
9864	  else
9865	    lt_cv_archive_cmds_need_lc=yes
9866	  fi
9867	  allow_undefined_flag=$lt_save_allow_undefined_flag
9868	else
9869	  cat conftest.err 1>&5
9870	fi
9871	$RM conftest*
9872
9873fi
9874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9875$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9876      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9877      ;;
9878    esac
9879  fi
9880  ;;
9881esac
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10040$as_echo_n "checking dynamic linker characteristics... " >&6; }
10041
10042if test "$GCC" = yes; then
10043  case $host_os in
10044    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10045    *) lt_awk_arg="/^libraries:/" ;;
10046  esac
10047  case $host_os in
10048    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10049    *) lt_sed_strip_eq="s,=/,/,g" ;;
10050  esac
10051  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10052  case $lt_search_path_spec in
10053  *\;*)
10054    # if the path contains ";" then we assume it to be the separator
10055    # otherwise default to the standard path separator (i.e. ":") - it is
10056    # assumed that no part of a normal pathname contains ";" but that should
10057    # okay in the real world where ";" in dirpaths is itself problematic.
10058    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10059    ;;
10060  *)
10061    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10062    ;;
10063  esac
10064  # Ok, now we have the path, separated by spaces, we can step through it
10065  # and add multilib dir if necessary.
10066  lt_tmp_lt_search_path_spec=
10067  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10068  for lt_sys_path in $lt_search_path_spec; do
10069    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10070      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10071    else
10072      test -d "$lt_sys_path" && \
10073	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10074    fi
10075  done
10076  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10077BEGIN {RS=" "; FS="/|\n";} {
10078  lt_foo="";
10079  lt_count=0;
10080  for (lt_i = NF; lt_i > 0; lt_i--) {
10081    if ($lt_i != "" && $lt_i != ".") {
10082      if ($lt_i == "..") {
10083        lt_count++;
10084      } else {
10085        if (lt_count == 0) {
10086          lt_foo="/" $lt_i lt_foo;
10087        } else {
10088          lt_count--;
10089        }
10090      }
10091    }
10092  }
10093  if (lt_foo != "") { lt_freq[lt_foo]++; }
10094  if (lt_freq[lt_foo] == 1) { print lt_foo; }
10095}'`
10096  # AWK program above erroneously prepends '/' to C:/dos/paths
10097  # for these hosts.
10098  case $host_os in
10099    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10100      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10101  esac
10102  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10103else
10104  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10105fi
10106library_names_spec=
10107libname_spec='lib$name'
10108soname_spec=
10109shrext_cmds=".so"
10110postinstall_cmds=
10111postuninstall_cmds=
10112finish_cmds=
10113finish_eval=
10114shlibpath_var=
10115shlibpath_overrides_runpath=unknown
10116version_type=none
10117dynamic_linker="$host_os ld.so"
10118sys_lib_dlsearch_path_spec="/lib /usr/lib"
10119need_lib_prefix=unknown
10120hardcode_into_libs=no
10121
10122# when you set need_version to no, make sure it does not cause -set_version
10123# flags to be left without arguments
10124need_version=unknown
10125
10126case $host_os in
10127aix3*)
10128  version_type=linux
10129  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10130  shlibpath_var=LIBPATH
10131
10132  # AIX 3 has no versioning support, so we append a major version to the name.
10133  soname_spec='${libname}${release}${shared_ext}$major'
10134  ;;
10135
10136aix[4-9]*)
10137  version_type=linux
10138  need_lib_prefix=no
10139  need_version=no
10140  hardcode_into_libs=yes
10141  if test "$host_cpu" = ia64; then
10142    # AIX 5 supports IA64
10143    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10144    shlibpath_var=LD_LIBRARY_PATH
10145  else
10146    # With GCC up to 2.95.x, collect2 would create an import file
10147    # for dependence libraries.  The import file would start with
10148    # the line `#! .'.  This would cause the generated library to
10149    # depend on `.', always an invalid library.  This was fixed in
10150    # development snapshots of GCC prior to 3.0.
10151    case $host_os in
10152      aix4 | aix4.[01] | aix4.[01].*)
10153      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10154	   echo ' yes '
10155	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10156	:
10157      else
10158	can_build_shared=no
10159      fi
10160      ;;
10161    esac
10162    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10163    # soname into executable. Probably we can add versioning support to
10164    # collect2, so additional links can be useful in future.
10165    if test "$aix_use_runtimelinking" = yes; then
10166      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10167      # instead of lib<name>.a to let people know that these are not
10168      # typical AIX shared libraries.
10169      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10170    else
10171      # We preserve .a as extension for shared libraries through AIX4.2
10172      # and later when we are not doing run time linking.
10173      library_names_spec='${libname}${release}.a $libname.a'
10174      soname_spec='${libname}${release}${shared_ext}$major'
10175    fi
10176    shlibpath_var=LIBPATH
10177  fi
10178  ;;
10179
10180amigaos*)
10181  case $host_cpu in
10182  powerpc)
10183    # Since July 2007 AmigaOS4 officially supports .so libraries.
10184    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10185    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10186    ;;
10187  m68k)
10188    library_names_spec='$libname.ixlibrary $libname.a'
10189    # Create ${libname}_ixlibrary.a entries in /sys/libs.
10190    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'
10191    ;;
10192  esac
10193  ;;
10194
10195beos*)
10196  library_names_spec='${libname}${shared_ext}'
10197  dynamic_linker="$host_os ld.so"
10198  shlibpath_var=LIBRARY_PATH
10199  ;;
10200
10201bsdi[45]*)
10202  version_type=linux
10203  need_version=no
10204  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10205  soname_spec='${libname}${release}${shared_ext}$major'
10206  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10207  shlibpath_var=LD_LIBRARY_PATH
10208  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10209  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10210  # the default ld.so.conf also contains /usr/contrib/lib and
10211  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10212  # libtool to hard-code these into programs
10213  ;;
10214
10215cygwin* | mingw* | pw32* | cegcc*)
10216  version_type=windows
10217  shrext_cmds=".dll"
10218  need_version=no
10219  need_lib_prefix=no
10220
10221  case $GCC,$host_os in
10222  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10223    library_names_spec='$libname.dll.a'
10224    # DLL is installed to $(libdir)/../bin by postinstall_cmds
10225    postinstall_cmds='base_file=`basename \${file}`~
10226      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10227      dldir=$destdir/`dirname \$dlpath`~
10228      test -d \$dldir || mkdir -p \$dldir~
10229      $install_prog $dir/$dlname \$dldir/$dlname~
10230      chmod a+x \$dldir/$dlname~
10231      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10232        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10233      fi'
10234    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10235      dlpath=$dir/\$dldll~
10236       $RM \$dlpath'
10237    shlibpath_overrides_runpath=yes
10238
10239    case $host_os in
10240    cygwin*)
10241      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10242      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10243
10244      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10245      ;;
10246    mingw* | cegcc*)
10247      # MinGW DLLs use traditional 'lib' prefix
10248      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10249      ;;
10250    pw32*)
10251      # pw32 DLLs use 'pw' prefix rather than 'lib'
10252      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10253      ;;
10254    esac
10255    ;;
10256
10257  *)
10258    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10259    ;;
10260  esac
10261  dynamic_linker='Win32 ld.exe'
10262  # FIXME: first we should search . and the directory the executable is in
10263  shlibpath_var=PATH
10264  ;;
10265
10266darwin* | rhapsody*)
10267  dynamic_linker="$host_os dyld"
10268  version_type=darwin
10269  need_lib_prefix=no
10270  need_version=no
10271  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10272  soname_spec='${libname}${release}${major}$shared_ext'
10273  shlibpath_overrides_runpath=yes
10274  shlibpath_var=DYLD_LIBRARY_PATH
10275  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10276
10277  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10278  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10279  ;;
10280
10281dgux*)
10282  version_type=linux
10283  need_lib_prefix=no
10284  need_version=no
10285  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10286  soname_spec='${libname}${release}${shared_ext}$major'
10287  shlibpath_var=LD_LIBRARY_PATH
10288  ;;
10289
10290freebsd* | dragonfly*)
10291  # DragonFly does not have aout.  When/if they implement a new
10292  # versioning mechanism, adjust this.
10293  if test -x /usr/bin/objformat; then
10294    objformat=`/usr/bin/objformat`
10295  else
10296    case $host_os in
10297    freebsd[23].*) objformat=aout ;;
10298    *) objformat=elf ;;
10299    esac
10300  fi
10301  version_type=freebsd-$objformat
10302  case $version_type in
10303    freebsd-elf*)
10304      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10305      need_version=no
10306      need_lib_prefix=no
10307      ;;
10308    freebsd-*)
10309      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10310      need_version=yes
10311      ;;
10312  esac
10313  shlibpath_var=LD_LIBRARY_PATH
10314  case $host_os in
10315  freebsd2.*)
10316    shlibpath_overrides_runpath=yes
10317    ;;
10318  freebsd3.[01]* | freebsdelf3.[01]*)
10319    shlibpath_overrides_runpath=yes
10320    hardcode_into_libs=yes
10321    ;;
10322  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10323  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10324    shlibpath_overrides_runpath=no
10325    hardcode_into_libs=yes
10326    ;;
10327  *) # from 4.6 on, and DragonFly
10328    shlibpath_overrides_runpath=yes
10329    hardcode_into_libs=yes
10330    ;;
10331  esac
10332  ;;
10333
10334gnu*)
10335  version_type=linux
10336  need_lib_prefix=no
10337  need_version=no
10338  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10339  soname_spec='${libname}${release}${shared_ext}$major'
10340  shlibpath_var=LD_LIBRARY_PATH
10341  hardcode_into_libs=yes
10342  ;;
10343
10344haiku*)
10345  version_type=linux
10346  need_lib_prefix=no
10347  need_version=no
10348  dynamic_linker="$host_os runtime_loader"
10349  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10350  soname_spec='${libname}${release}${shared_ext}$major'
10351  shlibpath_var=LIBRARY_PATH
10352  shlibpath_overrides_runpath=yes
10353  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10354  hardcode_into_libs=yes
10355  ;;
10356
10357hpux9* | hpux10* | hpux11*)
10358  # Give a soname corresponding to the major version so that dld.sl refuses to
10359  # link against other versions.
10360  version_type=sunos
10361  need_lib_prefix=no
10362  need_version=no
10363  case $host_cpu in
10364  ia64*)
10365    shrext_cmds='.so'
10366    hardcode_into_libs=yes
10367    dynamic_linker="$host_os dld.so"
10368    shlibpath_var=LD_LIBRARY_PATH
10369    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10370    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10371    soname_spec='${libname}${release}${shared_ext}$major'
10372    if test "X$HPUX_IA64_MODE" = X32; then
10373      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10374    else
10375      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10376    fi
10377    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10378    ;;
10379  hppa*64*)
10380    shrext_cmds='.sl'
10381    hardcode_into_libs=yes
10382    dynamic_linker="$host_os dld.sl"
10383    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10384    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10385    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10386    soname_spec='${libname}${release}${shared_ext}$major'
10387    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10388    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10389    ;;
10390  *)
10391    shrext_cmds='.sl'
10392    dynamic_linker="$host_os dld.sl"
10393    shlibpath_var=SHLIB_PATH
10394    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10395    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10396    soname_spec='${libname}${release}${shared_ext}$major'
10397    ;;
10398  esac
10399  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10400  postinstall_cmds='chmod 555 $lib'
10401  # or fails outright, so override atomically:
10402  install_override_mode=555
10403  ;;
10404
10405interix[3-9]*)
10406  version_type=linux
10407  need_lib_prefix=no
10408  need_version=no
10409  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10410  soname_spec='${libname}${release}${shared_ext}$major'
10411  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10412  shlibpath_var=LD_LIBRARY_PATH
10413  shlibpath_overrides_runpath=no
10414  hardcode_into_libs=yes
10415  ;;
10416
10417irix5* | irix6* | nonstopux*)
10418  case $host_os in
10419    nonstopux*) version_type=nonstopux ;;
10420    *)
10421	if test "$lt_cv_prog_gnu_ld" = yes; then
10422		version_type=linux
10423	else
10424		version_type=irix
10425	fi ;;
10426  esac
10427  need_lib_prefix=no
10428  need_version=no
10429  soname_spec='${libname}${release}${shared_ext}$major'
10430  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10431  case $host_os in
10432  irix5* | nonstopux*)
10433    libsuff= shlibsuff=
10434    ;;
10435  *)
10436    case $LD in # libtool.m4 will add one of these switches to LD
10437    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10438      libsuff= shlibsuff= libmagic=32-bit;;
10439    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10440      libsuff=32 shlibsuff=N32 libmagic=N32;;
10441    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10442      libsuff=64 shlibsuff=64 libmagic=64-bit;;
10443    *) libsuff= shlibsuff= libmagic=never-match;;
10444    esac
10445    ;;
10446  esac
10447  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10448  shlibpath_overrides_runpath=no
10449  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10450  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10451  hardcode_into_libs=yes
10452  ;;
10453
10454# No shared lib support for Linux oldld, aout, or coff.
10455linux*oldld* | linux*aout* | linux*coff*)
10456  dynamic_linker=no
10457  ;;
10458
10459# This must be Linux ELF.
10460linux* | k*bsd*-gnu | kopensolaris*-gnu)
10461  version_type=linux
10462  need_lib_prefix=no
10463  need_version=no
10464  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10465  soname_spec='${libname}${release}${shared_ext}$major'
10466  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10467  shlibpath_var=LD_LIBRARY_PATH
10468  shlibpath_overrides_runpath=no
10469
10470  # Some binutils ld are patched to set DT_RUNPATH
10471  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10472  $as_echo_n "(cached) " >&6
10473else
10474  lt_cv_shlibpath_overrides_runpath=no
10475    save_LDFLAGS=$LDFLAGS
10476    save_libdir=$libdir
10477    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10478	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10479    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10480/* end confdefs.h.  */
10481
10482int
10483main ()
10484{
10485
10486  ;
10487  return 0;
10488}
10489_ACEOF
10490if ac_fn_c_try_link "$LINENO"; then :
10491  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10492  lt_cv_shlibpath_overrides_runpath=yes
10493fi
10494fi
10495rm -f core conftest.err conftest.$ac_objext \
10496    conftest$ac_exeext conftest.$ac_ext
10497    LDFLAGS=$save_LDFLAGS
10498    libdir=$save_libdir
10499
10500fi
10501
10502  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10503
10504  # This implies no fast_install, which is unacceptable.
10505  # Some rework will be needed to allow for fast_install
10506  # before this can be enabled.
10507  hardcode_into_libs=yes
10508
10509  # Append ld.so.conf contents to the search path
10510  if test -f /etc/ld.so.conf; then
10511    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' ' '`
10512    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10513  fi
10514
10515  # We used to test for /lib/ld.so.1 and disable shared libraries on
10516  # powerpc, because MkLinux only supported shared libraries with the
10517  # GNU dynamic linker.  Since this was broken with cross compilers,
10518  # most powerpc-linux boxes support dynamic linking these days and
10519  # people can always --disable-shared, the test was removed, and we
10520  # assume the GNU/Linux dynamic linker is in use.
10521  dynamic_linker='GNU/Linux ld.so'
10522  ;;
10523
10524netbsd*)
10525  version_type=sunos
10526  need_lib_prefix=no
10527  need_version=no
10528  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10529    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10530    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10531    dynamic_linker='NetBSD (a.out) ld.so'
10532  else
10533    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10534    soname_spec='${libname}${release}${shared_ext}$major'
10535    dynamic_linker='NetBSD ld.elf_so'
10536  fi
10537  shlibpath_var=LD_LIBRARY_PATH
10538  shlibpath_overrides_runpath=yes
10539  hardcode_into_libs=yes
10540  ;;
10541
10542newsos6)
10543  version_type=linux
10544  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10545  shlibpath_var=LD_LIBRARY_PATH
10546  shlibpath_overrides_runpath=yes
10547  ;;
10548
10549*nto* | *qnx*)
10550  version_type=qnx
10551  need_lib_prefix=no
10552  need_version=no
10553  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10554  soname_spec='${libname}${release}${shared_ext}$major'
10555  shlibpath_var=LD_LIBRARY_PATH
10556  shlibpath_overrides_runpath=no
10557  hardcode_into_libs=yes
10558  dynamic_linker='ldqnx.so'
10559  ;;
10560
10561openbsd*)
10562  version_type=sunos
10563  sys_lib_dlsearch_path_spec="/usr/lib"
10564  need_lib_prefix=no
10565  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10566  case $host_os in
10567    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
10568    *)				need_version=no  ;;
10569  esac
10570  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10571  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10572  shlibpath_var=LD_LIBRARY_PATH
10573  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10574    case $host_os in
10575      openbsd2.[89] | openbsd2.[89].*)
10576	shlibpath_overrides_runpath=no
10577	;;
10578      *)
10579	shlibpath_overrides_runpath=yes
10580	;;
10581      esac
10582  else
10583    shlibpath_overrides_runpath=yes
10584  fi
10585  ;;
10586
10587os2*)
10588  libname_spec='$name'
10589  shrext_cmds=".dll"
10590  need_lib_prefix=no
10591  library_names_spec='$libname${shared_ext} $libname.a'
10592  dynamic_linker='OS/2 ld.exe'
10593  shlibpath_var=LIBPATH
10594  ;;
10595
10596osf3* | osf4* | osf5*)
10597  version_type=osf
10598  need_lib_prefix=no
10599  need_version=no
10600  soname_spec='${libname}${release}${shared_ext}$major'
10601  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602  shlibpath_var=LD_LIBRARY_PATH
10603  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10604  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10605  ;;
10606
10607rdos*)
10608  dynamic_linker=no
10609  ;;
10610
10611solaris*)
10612  version_type=linux
10613  need_lib_prefix=no
10614  need_version=no
10615  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10616  soname_spec='${libname}${release}${shared_ext}$major'
10617  shlibpath_var=LD_LIBRARY_PATH
10618  shlibpath_overrides_runpath=yes
10619  hardcode_into_libs=yes
10620  # ldd complains unless libraries are executable
10621  postinstall_cmds='chmod +x $lib'
10622  ;;
10623
10624sunos4*)
10625  version_type=sunos
10626  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10627  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10628  shlibpath_var=LD_LIBRARY_PATH
10629  shlibpath_overrides_runpath=yes
10630  if test "$with_gnu_ld" = yes; then
10631    need_lib_prefix=no
10632  fi
10633  need_version=yes
10634  ;;
10635
10636sysv4 | sysv4.3*)
10637  version_type=linux
10638  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10639  soname_spec='${libname}${release}${shared_ext}$major'
10640  shlibpath_var=LD_LIBRARY_PATH
10641  case $host_vendor in
10642    sni)
10643      shlibpath_overrides_runpath=no
10644      need_lib_prefix=no
10645      runpath_var=LD_RUN_PATH
10646      ;;
10647    siemens)
10648      need_lib_prefix=no
10649      ;;
10650    motorola)
10651      need_lib_prefix=no
10652      need_version=no
10653      shlibpath_overrides_runpath=no
10654      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10655      ;;
10656  esac
10657  ;;
10658
10659sysv4*MP*)
10660  if test -d /usr/nec ;then
10661    version_type=linux
10662    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10663    soname_spec='$libname${shared_ext}.$major'
10664    shlibpath_var=LD_LIBRARY_PATH
10665  fi
10666  ;;
10667
10668sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10669  version_type=freebsd-elf
10670  need_lib_prefix=no
10671  need_version=no
10672  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10673  soname_spec='${libname}${release}${shared_ext}$major'
10674  shlibpath_var=LD_LIBRARY_PATH
10675  shlibpath_overrides_runpath=yes
10676  hardcode_into_libs=yes
10677  if test "$with_gnu_ld" = yes; then
10678    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10679  else
10680    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10681    case $host_os in
10682      sco3.2v5*)
10683        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10684	;;
10685    esac
10686  fi
10687  sys_lib_dlsearch_path_spec='/usr/lib'
10688  ;;
10689
10690tpf*)
10691  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10692  version_type=linux
10693  need_lib_prefix=no
10694  need_version=no
10695  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10696  shlibpath_var=LD_LIBRARY_PATH
10697  shlibpath_overrides_runpath=no
10698  hardcode_into_libs=yes
10699  ;;
10700
10701uts4*)
10702  version_type=linux
10703  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10704  soname_spec='${libname}${release}${shared_ext}$major'
10705  shlibpath_var=LD_LIBRARY_PATH
10706  ;;
10707
10708*)
10709  dynamic_linker=no
10710  ;;
10711esac
10712{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10713$as_echo "$dynamic_linker" >&6; }
10714test "$dynamic_linker" = no && can_build_shared=no
10715
10716variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10717if test "$GCC" = yes; then
10718  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10719fi
10720
10721if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10722  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10723fi
10724if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10725  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10726fi
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10820$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10821hardcode_action=
10822if test -n "$hardcode_libdir_flag_spec" ||
10823   test -n "$runpath_var" ||
10824   test "X$hardcode_automatic" = "Xyes" ; then
10825
10826  # We can hardcode non-existent directories.
10827  if test "$hardcode_direct" != no &&
10828     # If the only mechanism to avoid hardcoding is shlibpath_var, we
10829     # have to relink, otherwise we might link with an installed library
10830     # when we should be linking with a yet-to-be-installed one
10831     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10832     test "$hardcode_minus_L" != no; then
10833    # Linking always hardcodes the temporary library directory.
10834    hardcode_action=relink
10835  else
10836    # We can link without hardcoding, and we can hardcode nonexisting dirs.
10837    hardcode_action=immediate
10838  fi
10839else
10840  # We cannot hardcode anything, or else we can only hardcode existing
10841  # directories.
10842  hardcode_action=unsupported
10843fi
10844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10845$as_echo "$hardcode_action" >&6; }
10846
10847if test "$hardcode_action" = relink ||
10848   test "$inherit_rpath" = yes; then
10849  # Fast installation is not supported
10850  enable_fast_install=no
10851elif test "$shlibpath_overrides_runpath" = yes ||
10852     test "$enable_shared" = no; then
10853  # Fast installation is not necessary
10854  enable_fast_install=needless
10855fi
10856
10857
10858
10859
10860
10861
10862  if test "x$enable_dlopen" != xyes; then
10863  enable_dlopen=unknown
10864  enable_dlopen_self=unknown
10865  enable_dlopen_self_static=unknown
10866else
10867  lt_cv_dlopen=no
10868  lt_cv_dlopen_libs=
10869
10870  case $host_os in
10871  beos*)
10872    lt_cv_dlopen="load_add_on"
10873    lt_cv_dlopen_libs=
10874    lt_cv_dlopen_self=yes
10875    ;;
10876
10877  mingw* | pw32* | cegcc*)
10878    lt_cv_dlopen="LoadLibrary"
10879    lt_cv_dlopen_libs=
10880    ;;
10881
10882  cygwin*)
10883    lt_cv_dlopen="dlopen"
10884    lt_cv_dlopen_libs=
10885    ;;
10886
10887  darwin*)
10888  # if libdl is installed we need to link against it
10889    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10890$as_echo_n "checking for dlopen in -ldl... " >&6; }
10891if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10892  $as_echo_n "(cached) " >&6
10893else
10894  ac_check_lib_save_LIBS=$LIBS
10895LIBS="-ldl  $LIBS"
10896cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10897/* end confdefs.h.  */
10898
10899/* Override any GCC internal prototype to avoid an error.
10900   Use char because int might match the return type of a GCC
10901   builtin and then its argument prototype would still apply.  */
10902#ifdef __cplusplus
10903extern "C"
10904#endif
10905char dlopen ();
10906int
10907main ()
10908{
10909return dlopen ();
10910  ;
10911  return 0;
10912}
10913_ACEOF
10914if ac_fn_c_try_link "$LINENO"; then :
10915  ac_cv_lib_dl_dlopen=yes
10916else
10917  ac_cv_lib_dl_dlopen=no
10918fi
10919rm -f core conftest.err conftest.$ac_objext \
10920    conftest$ac_exeext conftest.$ac_ext
10921LIBS=$ac_check_lib_save_LIBS
10922fi
10923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10924$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10925if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10926  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10927else
10928
10929    lt_cv_dlopen="dyld"
10930    lt_cv_dlopen_libs=
10931    lt_cv_dlopen_self=yes
10932
10933fi
10934
10935    ;;
10936
10937  *)
10938    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10939if test "x$ac_cv_func_shl_load" = x""yes; then :
10940  lt_cv_dlopen="shl_load"
10941else
10942  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10943$as_echo_n "checking for shl_load in -ldld... " >&6; }
10944if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10945  $as_echo_n "(cached) " >&6
10946else
10947  ac_check_lib_save_LIBS=$LIBS
10948LIBS="-ldld  $LIBS"
10949cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10950/* end confdefs.h.  */
10951
10952/* Override any GCC internal prototype to avoid an error.
10953   Use char because int might match the return type of a GCC
10954   builtin and then its argument prototype would still apply.  */
10955#ifdef __cplusplus
10956extern "C"
10957#endif
10958char shl_load ();
10959int
10960main ()
10961{
10962return shl_load ();
10963  ;
10964  return 0;
10965}
10966_ACEOF
10967if ac_fn_c_try_link "$LINENO"; then :
10968  ac_cv_lib_dld_shl_load=yes
10969else
10970  ac_cv_lib_dld_shl_load=no
10971fi
10972rm -f core conftest.err conftest.$ac_objext \
10973    conftest$ac_exeext conftest.$ac_ext
10974LIBS=$ac_check_lib_save_LIBS
10975fi
10976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10977$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10978if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10979  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10980else
10981  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10982if test "x$ac_cv_func_dlopen" = x""yes; then :
10983  lt_cv_dlopen="dlopen"
10984else
10985  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10986$as_echo_n "checking for dlopen in -ldl... " >&6; }
10987if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10988  $as_echo_n "(cached) " >&6
10989else
10990  ac_check_lib_save_LIBS=$LIBS
10991LIBS="-ldl  $LIBS"
10992cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10993/* end confdefs.h.  */
10994
10995/* Override any GCC internal prototype to avoid an error.
10996   Use char because int might match the return type of a GCC
10997   builtin and then its argument prototype would still apply.  */
10998#ifdef __cplusplus
10999extern "C"
11000#endif
11001char dlopen ();
11002int
11003main ()
11004{
11005return dlopen ();
11006  ;
11007  return 0;
11008}
11009_ACEOF
11010if ac_fn_c_try_link "$LINENO"; then :
11011  ac_cv_lib_dl_dlopen=yes
11012else
11013  ac_cv_lib_dl_dlopen=no
11014fi
11015rm -f core conftest.err conftest.$ac_objext \
11016    conftest$ac_exeext conftest.$ac_ext
11017LIBS=$ac_check_lib_save_LIBS
11018fi
11019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11020$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11021if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11022  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11023else
11024  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11025$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11026if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11027  $as_echo_n "(cached) " >&6
11028else
11029  ac_check_lib_save_LIBS=$LIBS
11030LIBS="-lsvld  $LIBS"
11031cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11032/* end confdefs.h.  */
11033
11034/* Override any GCC internal prototype to avoid an error.
11035   Use char because int might match the return type of a GCC
11036   builtin and then its argument prototype would still apply.  */
11037#ifdef __cplusplus
11038extern "C"
11039#endif
11040char dlopen ();
11041int
11042main ()
11043{
11044return dlopen ();
11045  ;
11046  return 0;
11047}
11048_ACEOF
11049if ac_fn_c_try_link "$LINENO"; then :
11050  ac_cv_lib_svld_dlopen=yes
11051else
11052  ac_cv_lib_svld_dlopen=no
11053fi
11054rm -f core conftest.err conftest.$ac_objext \
11055    conftest$ac_exeext conftest.$ac_ext
11056LIBS=$ac_check_lib_save_LIBS
11057fi
11058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11059$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11060if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11061  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11062else
11063  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11064$as_echo_n "checking for dld_link in -ldld... " >&6; }
11065if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11066  $as_echo_n "(cached) " >&6
11067else
11068  ac_check_lib_save_LIBS=$LIBS
11069LIBS="-ldld  $LIBS"
11070cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11071/* end confdefs.h.  */
11072
11073/* Override any GCC internal prototype to avoid an error.
11074   Use char because int might match the return type of a GCC
11075   builtin and then its argument prototype would still apply.  */
11076#ifdef __cplusplus
11077extern "C"
11078#endif
11079char dld_link ();
11080int
11081main ()
11082{
11083return dld_link ();
11084  ;
11085  return 0;
11086}
11087_ACEOF
11088if ac_fn_c_try_link "$LINENO"; then :
11089  ac_cv_lib_dld_dld_link=yes
11090else
11091  ac_cv_lib_dld_dld_link=no
11092fi
11093rm -f core conftest.err conftest.$ac_objext \
11094    conftest$ac_exeext conftest.$ac_ext
11095LIBS=$ac_check_lib_save_LIBS
11096fi
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11098$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11099if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11100  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11101fi
11102
11103
11104fi
11105
11106
11107fi
11108
11109
11110fi
11111
11112
11113fi
11114
11115
11116fi
11117
11118    ;;
11119  esac
11120
11121  if test "x$lt_cv_dlopen" != xno; then
11122    enable_dlopen=yes
11123  else
11124    enable_dlopen=no
11125  fi
11126
11127  case $lt_cv_dlopen in
11128  dlopen)
11129    save_CPPFLAGS="$CPPFLAGS"
11130    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11131
11132    save_LDFLAGS="$LDFLAGS"
11133    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11134
11135    save_LIBS="$LIBS"
11136    LIBS="$lt_cv_dlopen_libs $LIBS"
11137
11138    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11139$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11140if test "${lt_cv_dlopen_self+set}" = set; then :
11141  $as_echo_n "(cached) " >&6
11142else
11143  	  if test "$cross_compiling" = yes; then :
11144  lt_cv_dlopen_self=cross
11145else
11146  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11147  lt_status=$lt_dlunknown
11148  cat > conftest.$ac_ext <<_LT_EOF
11149#line 11149 "configure"
11150#include "confdefs.h"
11151
11152#if HAVE_DLFCN_H
11153#include <dlfcn.h>
11154#endif
11155
11156#include <stdio.h>
11157
11158#ifdef RTLD_GLOBAL
11159#  define LT_DLGLOBAL		RTLD_GLOBAL
11160#else
11161#  ifdef DL_GLOBAL
11162#    define LT_DLGLOBAL		DL_GLOBAL
11163#  else
11164#    define LT_DLGLOBAL		0
11165#  endif
11166#endif
11167
11168/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11169   find out it does not work in some platform. */
11170#ifndef LT_DLLAZY_OR_NOW
11171#  ifdef RTLD_LAZY
11172#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
11173#  else
11174#    ifdef DL_LAZY
11175#      define LT_DLLAZY_OR_NOW		DL_LAZY
11176#    else
11177#      ifdef RTLD_NOW
11178#        define LT_DLLAZY_OR_NOW	RTLD_NOW
11179#      else
11180#        ifdef DL_NOW
11181#          define LT_DLLAZY_OR_NOW	DL_NOW
11182#        else
11183#          define LT_DLLAZY_OR_NOW	0
11184#        endif
11185#      endif
11186#    endif
11187#  endif
11188#endif
11189
11190/* When -fvisbility=hidden is used, assume the code has been annotated
11191   correspondingly for the symbols needed.  */
11192#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11193void fnord () __attribute__((visibility("default")));
11194#endif
11195
11196void fnord () { int i=42; }
11197int main ()
11198{
11199  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11200  int status = $lt_dlunknown;
11201
11202  if (self)
11203    {
11204      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11205      else
11206        {
11207	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11208          else puts (dlerror ());
11209	}
11210      /* dlclose (self); */
11211    }
11212  else
11213    puts (dlerror ());
11214
11215  return status;
11216}
11217_LT_EOF
11218  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11219  (eval $ac_link) 2>&5
11220  ac_status=$?
11221  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11222  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11223    (./conftest; exit; ) >&5 2>/dev/null
11224    lt_status=$?
11225    case x$lt_status in
11226      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11227      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11228      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11229    esac
11230  else :
11231    # compilation failed
11232    lt_cv_dlopen_self=no
11233  fi
11234fi
11235rm -fr conftest*
11236
11237
11238fi
11239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11240$as_echo "$lt_cv_dlopen_self" >&6; }
11241
11242    if test "x$lt_cv_dlopen_self" = xyes; then
11243      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11244      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11245$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11246if test "${lt_cv_dlopen_self_static+set}" = set; then :
11247  $as_echo_n "(cached) " >&6
11248else
11249  	  if test "$cross_compiling" = yes; then :
11250  lt_cv_dlopen_self_static=cross
11251else
11252  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11253  lt_status=$lt_dlunknown
11254  cat > conftest.$ac_ext <<_LT_EOF
11255#line 11255 "configure"
11256#include "confdefs.h"
11257
11258#if HAVE_DLFCN_H
11259#include <dlfcn.h>
11260#endif
11261
11262#include <stdio.h>
11263
11264#ifdef RTLD_GLOBAL
11265#  define LT_DLGLOBAL		RTLD_GLOBAL
11266#else
11267#  ifdef DL_GLOBAL
11268#    define LT_DLGLOBAL		DL_GLOBAL
11269#  else
11270#    define LT_DLGLOBAL		0
11271#  endif
11272#endif
11273
11274/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11275   find out it does not work in some platform. */
11276#ifndef LT_DLLAZY_OR_NOW
11277#  ifdef RTLD_LAZY
11278#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
11279#  else
11280#    ifdef DL_LAZY
11281#      define LT_DLLAZY_OR_NOW		DL_LAZY
11282#    else
11283#      ifdef RTLD_NOW
11284#        define LT_DLLAZY_OR_NOW	RTLD_NOW
11285#      else
11286#        ifdef DL_NOW
11287#          define LT_DLLAZY_OR_NOW	DL_NOW
11288#        else
11289#          define LT_DLLAZY_OR_NOW	0
11290#        endif
11291#      endif
11292#    endif
11293#  endif
11294#endif
11295
11296/* When -fvisbility=hidden is used, assume the code has been annotated
11297   correspondingly for the symbols needed.  */
11298#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11299void fnord () __attribute__((visibility("default")));
11300#endif
11301
11302void fnord () { int i=42; }
11303int main ()
11304{
11305  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11306  int status = $lt_dlunknown;
11307
11308  if (self)
11309    {
11310      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11311      else
11312        {
11313	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11314          else puts (dlerror ());
11315	}
11316      /* dlclose (self); */
11317    }
11318  else
11319    puts (dlerror ());
11320
11321  return status;
11322}
11323_LT_EOF
11324  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11325  (eval $ac_link) 2>&5
11326  ac_status=$?
11327  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11328  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11329    (./conftest; exit; ) >&5 2>/dev/null
11330    lt_status=$?
11331    case x$lt_status in
11332      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11333      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11334      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11335    esac
11336  else :
11337    # compilation failed
11338    lt_cv_dlopen_self_static=no
11339  fi
11340fi
11341rm -fr conftest*
11342
11343
11344fi
11345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11346$as_echo "$lt_cv_dlopen_self_static" >&6; }
11347    fi
11348
11349    CPPFLAGS="$save_CPPFLAGS"
11350    LDFLAGS="$save_LDFLAGS"
11351    LIBS="$save_LIBS"
11352    ;;
11353  esac
11354
11355  case $lt_cv_dlopen_self in
11356  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11357  *) enable_dlopen_self=unknown ;;
11358  esac
11359
11360  case $lt_cv_dlopen_self_static in
11361  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11362  *) enable_dlopen_self_static=unknown ;;
11363  esac
11364fi
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382striplib=
11383old_striplib=
11384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11385$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11386if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11387  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11388  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11389  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11390$as_echo "yes" >&6; }
11391else
11392# FIXME - insert some real tests, host_os isn't really good enough
11393  case $host_os in
11394  darwin*)
11395    if test -n "$STRIP" ; then
11396      striplib="$STRIP -x"
11397      old_striplib="$STRIP -S"
11398      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11399$as_echo "yes" >&6; }
11400    else
11401      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11402$as_echo "no" >&6; }
11403    fi
11404    ;;
11405  *)
11406    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11407$as_echo "no" >&6; }
11408    ;;
11409  esac
11410fi
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423  # Report which library types will actually be built
11424  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11425$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11426  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11427$as_echo "$can_build_shared" >&6; }
11428
11429  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11430$as_echo_n "checking whether to build shared libraries... " >&6; }
11431  test "$can_build_shared" = "no" && enable_shared=no
11432
11433  # On AIX, shared libraries and static libraries use the same namespace, and
11434  # are all built from PIC.
11435  case $host_os in
11436  aix3*)
11437    test "$enable_shared" = yes && enable_static=no
11438    if test -n "$RANLIB"; then
11439      archive_cmds="$archive_cmds~\$RANLIB \$lib"
11440      postinstall_cmds='$RANLIB $lib'
11441    fi
11442    ;;
11443
11444  aix[4-9]*)
11445    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11446      test "$enable_shared" = yes && enable_static=no
11447    fi
11448    ;;
11449  esac
11450  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11451$as_echo "$enable_shared" >&6; }
11452
11453  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11454$as_echo_n "checking whether to build static libraries... " >&6; }
11455  # Make sure either enable_shared or enable_static is yes.
11456  test "$enable_shared" = yes || enable_static=yes
11457  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11458$as_echo "$enable_static" >&6; }
11459
11460
11461
11462
11463fi
11464ac_ext=c
11465ac_cpp='$CPP $CPPFLAGS'
11466ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11467ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11468ac_compiler_gnu=$ac_cv_c_compiler_gnu
11469
11470CC="$lt_save_CC"
11471
11472
11473
11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484        ac_config_commands="$ac_config_commands libtool"
11485
11486
11487
11488
11489# Only expand once:
11490
11491
11492
11493# Check whether --enable-targets was given.
11494if test "${enable_targets+set}" = set; then :
11495  enableval=$enable_targets; case "${enableval}" in
11496  yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11497            ;;
11498  no)       enable_targets= ;;
11499  *)        enable_targets=$enableval ;;
11500esac
11501fi
11502
11503
11504# Set the 'development' global.
11505. $srcdir/../bfd/development.sh
11506
11507GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11508cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11509/* end confdefs.h.  */
11510__GNUC__
11511_ACEOF
11512if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11513  $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11514
11515else
11516  GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11517fi
11518rm -f conftest*
11519
11520
11521# Check whether --enable-werror was given.
11522if test "${enable_werror+set}" = set; then :
11523  enableval=$enable_werror; case "${enableval}" in
11524     yes | y) ERROR_ON_WARNING="yes" ;;
11525     no | n)  ERROR_ON_WARNING="no" ;;
11526     *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11527   esac
11528fi
11529
11530
11531# Disable -Wformat by default when using gcc on mingw
11532case "${host}" in
11533  *-*-mingw32*)
11534    if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11535      GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11536    fi
11537    ;;
11538  *) ;;
11539esac
11540
11541# Enable -Werror by default when using gcc.  Turn it off for releases.
11542if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11543    ERROR_ON_WARNING=yes
11544fi
11545
11546NO_WERROR=
11547if test "${ERROR_ON_WARNING}" = yes ; then
11548    GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11549    NO_WERROR="-Wno-error"
11550fi
11551
11552if test "${GCC}" = yes ; then
11553  WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11554fi
11555
11556# Check whether --enable-build-warnings was given.
11557if test "${enable_build_warnings+set}" = set; then :
11558  enableval=$enable_build_warnings; case "${enableval}" in
11559  yes)	WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11560  no)	if test "${GCC}" = yes ; then
11561	  WARN_CFLAGS="-w"
11562	fi;;
11563  ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11564        WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11565  *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11566        WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11567  *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11568esac
11569fi
11570
11571
11572if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11573  echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11574fi
11575
11576
11577
11578
11579NO_WMISSING_FIELD_INITIALIZERS=
11580save_CFLAGS="$CFLAGS"
11581for real_option in -Wno-missing-field-initializers; do
11582  # Do the check with the no- prefix removed since gcc silently
11583  # accepts any -Wno-* option on purpose
11584  case $real_option in
11585    -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11586    *) option=$real_option ;;
11587  esac
11588  as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11589
11590  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11591$as_echo_n "checking whether $CC supports $option... " >&6; }
11592if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
11593  $as_echo_n "(cached) " >&6
11594else
11595  CFLAGS="$option"
11596    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11597/* end confdefs.h.  */
11598
11599int
11600main ()
11601{
11602
11603  ;
11604  return 0;
11605}
11606_ACEOF
11607if ac_fn_c_try_compile "$LINENO"; then :
11608  eval "$as_acx_Woption=yes"
11609else
11610  eval "$as_acx_Woption=no"
11611fi
11612rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11613
11614fi
11615eval ac_res=\$$as_acx_Woption
11616	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11617$as_echo "$ac_res" >&6; }
11618  if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11619  NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_FIELD_INITIALIZERS:+ }$real_option"
11620fi
11621  done
11622CFLAGS="$save_CFLAGS"
11623
11624
11625ac_config_headers="$ac_config_headers config.h:config.in"
11626
11627
11628# PR 14072
11629
11630
11631if test -z "$target" ; then
11632    as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
11633fi
11634
11635
11636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11637$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11638    # Check whether --enable-maintainer-mode was given.
11639if test "${enable_maintainer_mode+set}" = set; then :
11640  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11641else
11642  USE_MAINTAINER_MODE=no
11643fi
11644
11645  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11646$as_echo "$USE_MAINTAINER_MODE" >&6; }
11647   if test $USE_MAINTAINER_MODE = yes; then
11648  MAINTAINER_MODE_TRUE=
11649  MAINTAINER_MODE_FALSE='#'
11650else
11651  MAINTAINER_MODE_TRUE='#'
11652  MAINTAINER_MODE_FALSE=
11653fi
11654
11655  MAINT=$MAINTAINER_MODE_TRUE
11656
11657
11658 case ${build_alias} in
11659  "") build_noncanonical=${build} ;;
11660  *) build_noncanonical=${build_alias} ;;
11661esac
11662
11663 case ${host_alias} in
11664  "") host_noncanonical=${build_noncanonical} ;;
11665  *) host_noncanonical=${host_alias} ;;
11666esac
11667
11668 case ${target_alias} in
11669  "") target_noncanonical=${host_noncanonical} ;;
11670  *) target_noncanonical=${target_alias} ;;
11671esac
11672
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11674$as_echo_n "checking whether to install libbfd... " >&6; }
11675  # Check whether --enable-install-libbfd was given.
11676if test "${enable_install_libbfd+set}" = set; then :
11677  enableval=$enable_install_libbfd; install_libbfd_p=$enableval
11678else
11679  if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11680        install_libbfd_p=yes
11681      else
11682        install_libbfd_p=no
11683      fi
11684fi
11685
11686  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11687$as_echo "$install_libbfd_p" >&6; }
11688   if test $install_libbfd_p = yes; then
11689  INSTALL_LIBBFD_TRUE=
11690  INSTALL_LIBBFD_FALSE='#'
11691else
11692  INSTALL_LIBBFD_TRUE='#'
11693  INSTALL_LIBBFD_FALSE=
11694fi
11695
11696  # Need _noncanonical variables for this.
11697
11698
11699
11700
11701  # libbfd.a is a host library containing target dependent code
11702  bfdlibdir='$(libdir)'
11703  bfdincludedir='$(includedir)'
11704  if test "${host}" != "${target}"; then
11705    bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11706    bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11707  fi
11708
11709
11710
11711
11712
11713
11714
11715
11716# host-specific stuff:
11717
11718ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"
11719# If we haven't got the data from the intl directory,
11720# assume NLS is disabled.
11721USE_NLS=no
11722LIBINTL=
11723LIBINTL_DEP=
11724INCINTL=
11725XGETTEXT=
11726GMSGFMT=
11727POSUB=
11728
11729if test -f  ../intl/config.intl; then
11730  .  ../intl/config.intl
11731fi
11732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11733$as_echo_n "checking whether NLS is requested... " >&6; }
11734if test x"$USE_NLS" != xyes; then
11735  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11736$as_echo "no" >&6; }
11737else
11738  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11739$as_echo "yes" >&6; }
11740
11741$as_echo "#define ENABLE_NLS 1" >>confdefs.h
11742
11743
11744  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11745$as_echo_n "checking for catalogs to be installed... " >&6; }
11746  # Look for .po and .gmo files in the source directory.
11747  CATALOGS=
11748  XLINGUAS=
11749  for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11750    # If there aren't any .gmo files the shell will give us the
11751    # literal string "../path/to/srcdir/po/*.gmo" which has to be
11752    # weeded out.
11753    case "$cat" in *\**)
11754      continue;;
11755    esac
11756    # The quadruple backslash is collapsed to a double backslash
11757    # by the backticks, then collapsed again by the double quotes,
11758    # leaving us with one backslash in the sed expression (right
11759    # before the dot that mustn't act as a wildcard).
11760    cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11761    lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11762    # The user is allowed to set LINGUAS to a list of languages to
11763    # install catalogs for.  If it's empty that means "all of them."
11764    if test "x$LINGUAS" = x; then
11765      CATALOGS="$CATALOGS $cat"
11766      XLINGUAS="$XLINGUAS $lang"
11767    else
11768      case "$LINGUAS" in *$lang*)
11769        CATALOGS="$CATALOGS $cat"
11770        XLINGUAS="$XLINGUAS $lang"
11771        ;;
11772      esac
11773    fi
11774  done
11775  LINGUAS="$XLINGUAS"
11776  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11777$as_echo "$LINGUAS" >&6; }
11778
11779
11780    DATADIRNAME=share
11781
11782  INSTOBJEXT=.mo
11783
11784  GENCAT=gencat
11785
11786  CATOBJEXT=.gmo
11787
11788fi
11789
11790        MKINSTALLDIRS=
11791  if test -n "$ac_aux_dir"; then
11792    case "$ac_aux_dir" in
11793      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11794      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11795    esac
11796  fi
11797  if test -z "$MKINSTALLDIRS"; then
11798    MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11799  fi
11800
11801
11802
11803  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11804$as_echo_n "checking whether NLS is requested... " >&6; }
11805    # Check whether --enable-nls was given.
11806if test "${enable_nls+set}" = set; then :
11807  enableval=$enable_nls; USE_NLS=$enableval
11808else
11809  USE_NLS=yes
11810fi
11811
11812  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11813$as_echo "$USE_NLS" >&6; }
11814
11815
11816
11817
11818
11819
11820# Prepare PATH_SEPARATOR.
11821# The user is always right.
11822if test "${PATH_SEPARATOR+set}" != set; then
11823  echo "#! /bin/sh" >conf$$.sh
11824  echo  "exit 0"   >>conf$$.sh
11825  chmod +x conf$$.sh
11826  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11827    PATH_SEPARATOR=';'
11828  else
11829    PATH_SEPARATOR=:
11830  fi
11831  rm -f conf$$.sh
11832fi
11833
11834# Find out how to test for executable files. Don't use a zero-byte file,
11835# as systems may use methods other than mode bits to determine executability.
11836cat >conf$$.file <<_ASEOF
11837#! /bin/sh
11838exit 0
11839_ASEOF
11840chmod +x conf$$.file
11841if test -x conf$$.file >/dev/null 2>&1; then
11842  ac_executable_p="test -x"
11843else
11844  ac_executable_p="test -f"
11845fi
11846rm -f conf$$.file
11847
11848# Extract the first word of "msgfmt", so it can be a program name with args.
11849set dummy msgfmt; ac_word=$2
11850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11851$as_echo_n "checking for $ac_word... " >&6; }
11852if test "${ac_cv_path_MSGFMT+set}" = set; then :
11853  $as_echo_n "(cached) " >&6
11854else
11855  case "$MSGFMT" in
11856  [\\/]* | ?:[\\/]*)
11857    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11858    ;;
11859  *)
11860    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11861    for ac_dir in $PATH; do
11862      IFS="$ac_save_IFS"
11863      test -z "$ac_dir" && ac_dir=.
11864      for ac_exec_ext in '' $ac_executable_extensions; do
11865        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11866          if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11867     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11868            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11869            break 2
11870          fi
11871        fi
11872      done
11873    done
11874    IFS="$ac_save_IFS"
11875  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11876    ;;
11877esac
11878fi
11879MSGFMT="$ac_cv_path_MSGFMT"
11880if test "$MSGFMT" != ":"; then
11881  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11882$as_echo "$MSGFMT" >&6; }
11883else
11884  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11885$as_echo "no" >&6; }
11886fi
11887
11888  # Extract the first word of "gmsgfmt", so it can be a program name with args.
11889set dummy gmsgfmt; ac_word=$2
11890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11891$as_echo_n "checking for $ac_word... " >&6; }
11892if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11893  $as_echo_n "(cached) " >&6
11894else
11895  case $GMSGFMT in
11896  [\\/]* | ?:[\\/]*)
11897  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11898  ;;
11899  *)
11900  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11901for as_dir in $PATH
11902do
11903  IFS=$as_save_IFS
11904  test -z "$as_dir" && as_dir=.
11905    for ac_exec_ext in '' $ac_executable_extensions; do
11906  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11907    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11908    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11909    break 2
11910  fi
11911done
11912  done
11913IFS=$as_save_IFS
11914
11915  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11916  ;;
11917esac
11918fi
11919GMSGFMT=$ac_cv_path_GMSGFMT
11920if test -n "$GMSGFMT"; then
11921  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11922$as_echo "$GMSGFMT" >&6; }
11923else
11924  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11925$as_echo "no" >&6; }
11926fi
11927
11928
11929
11930
11931# Prepare PATH_SEPARATOR.
11932# The user is always right.
11933if test "${PATH_SEPARATOR+set}" != set; then
11934  echo "#! /bin/sh" >conf$$.sh
11935  echo  "exit 0"   >>conf$$.sh
11936  chmod +x conf$$.sh
11937  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11938    PATH_SEPARATOR=';'
11939  else
11940    PATH_SEPARATOR=:
11941  fi
11942  rm -f conf$$.sh
11943fi
11944
11945# Find out how to test for executable files. Don't use a zero-byte file,
11946# as systems may use methods other than mode bits to determine executability.
11947cat >conf$$.file <<_ASEOF
11948#! /bin/sh
11949exit 0
11950_ASEOF
11951chmod +x conf$$.file
11952if test -x conf$$.file >/dev/null 2>&1; then
11953  ac_executable_p="test -x"
11954else
11955  ac_executable_p="test -f"
11956fi
11957rm -f conf$$.file
11958
11959# Extract the first word of "xgettext", so it can be a program name with args.
11960set dummy xgettext; ac_word=$2
11961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11962$as_echo_n "checking for $ac_word... " >&6; }
11963if test "${ac_cv_path_XGETTEXT+set}" = set; then :
11964  $as_echo_n "(cached) " >&6
11965else
11966  case "$XGETTEXT" in
11967  [\\/]* | ?:[\\/]*)
11968    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11969    ;;
11970  *)
11971    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11972    for ac_dir in $PATH; do
11973      IFS="$ac_save_IFS"
11974      test -z "$ac_dir" && ac_dir=.
11975      for ac_exec_ext in '' $ac_executable_extensions; do
11976        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11977          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11978     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11979            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11980            break 2
11981          fi
11982        fi
11983      done
11984    done
11985    IFS="$ac_save_IFS"
11986  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11987    ;;
11988esac
11989fi
11990XGETTEXT="$ac_cv_path_XGETTEXT"
11991if test "$XGETTEXT" != ":"; then
11992  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11993$as_echo "$XGETTEXT" >&6; }
11994else
11995  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11996$as_echo "no" >&6; }
11997fi
11998
11999    rm -f messages.po
12000
12001
12002# Prepare PATH_SEPARATOR.
12003# The user is always right.
12004if test "${PATH_SEPARATOR+set}" != set; then
12005  echo "#! /bin/sh" >conf$$.sh
12006  echo  "exit 0"   >>conf$$.sh
12007  chmod +x conf$$.sh
12008  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12009    PATH_SEPARATOR=';'
12010  else
12011    PATH_SEPARATOR=:
12012  fi
12013  rm -f conf$$.sh
12014fi
12015
12016# Find out how to test for executable files. Don't use a zero-byte file,
12017# as systems may use methods other than mode bits to determine executability.
12018cat >conf$$.file <<_ASEOF
12019#! /bin/sh
12020exit 0
12021_ASEOF
12022chmod +x conf$$.file
12023if test -x conf$$.file >/dev/null 2>&1; then
12024  ac_executable_p="test -x"
12025else
12026  ac_executable_p="test -f"
12027fi
12028rm -f conf$$.file
12029
12030# Extract the first word of "msgmerge", so it can be a program name with args.
12031set dummy msgmerge; ac_word=$2
12032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12033$as_echo_n "checking for $ac_word... " >&6; }
12034if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12035  $as_echo_n "(cached) " >&6
12036else
12037  case "$MSGMERGE" in
12038  [\\/]* | ?:[\\/]*)
12039    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12040    ;;
12041  *)
12042    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12043    for ac_dir in $PATH; do
12044      IFS="$ac_save_IFS"
12045      test -z "$ac_dir" && ac_dir=.
12046      for ac_exec_ext in '' $ac_executable_extensions; do
12047        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12048          if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12049            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12050            break 2
12051          fi
12052        fi
12053      done
12054    done
12055    IFS="$ac_save_IFS"
12056  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12057    ;;
12058esac
12059fi
12060MSGMERGE="$ac_cv_path_MSGMERGE"
12061if test "$MSGMERGE" != ":"; then
12062  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12063$as_echo "$MSGMERGE" >&6; }
12064else
12065  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12066$as_echo "no" >&6; }
12067fi
12068
12069
12070      if test "$GMSGFMT" != ":"; then
12071            if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12072       (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12073      : ;
12074    else
12075      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12076      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12077$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12078      GMSGFMT=":"
12079    fi
12080  fi
12081
12082      if test "$XGETTEXT" != ":"; then
12083            if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12084       (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12085      : ;
12086    else
12087      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12088$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12089      XGETTEXT=":"
12090    fi
12091        rm -f messages.po
12092  fi
12093
12094  ac_config_commands="$ac_config_commands default-1"
12095
12096
12097
12098. ${srcdir}/../bfd/configure.host
12099
12100# Put a plausible default for CC_FOR_BUILD in Makefile.
12101if test -z "$CC_FOR_BUILD"; then
12102  if test "x$cross_compiling" = "xno"; then
12103    CC_FOR_BUILD='$(CC)'
12104  else
12105    CC_FOR_BUILD=gcc
12106  fi
12107fi
12108
12109# Also set EXEEXT_FOR_BUILD.
12110if test "x$cross_compiling" = "xno"; then
12111  EXEEXT_FOR_BUILD='$(EXEEXT)'
12112else
12113  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12114$as_echo_n "checking for build system executable suffix... " >&6; }
12115if test "${bfd_cv_build_exeext+set}" = set; then :
12116  $as_echo_n "(cached) " >&6
12117else
12118  rm -f conftest*
12119     echo 'int main () { return 0; }' > conftest.c
12120     bfd_cv_build_exeext=
12121     ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12122     for file in conftest.*; do
12123       case $file in
12124       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12125       *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12126       esac
12127     done
12128     rm -f conftest*
12129     test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12130fi
12131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12132$as_echo "$bfd_cv_build_exeext" >&6; }
12133  EXEEXT_FOR_BUILD=""
12134  test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12135fi
12136
12137
12138
12139
12140
12141for ac_header in string.h strings.h stdlib.h limits.h
12142do :
12143  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12144ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12145eval as_val=\$$as_ac_Header
12146   if test "x$as_val" = x""yes; then :
12147  cat >>confdefs.h <<_ACEOF
12148#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12149_ACEOF
12150
12151fi
12152
12153done
12154
12155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12156$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12157if test "${gcc_cv_header_string+set}" = set; then :
12158  $as_echo_n "(cached) " >&6
12159else
12160  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12161/* end confdefs.h.  */
12162#include <string.h>
12163#include <strings.h>
12164int
12165main ()
12166{
12167
12168  ;
12169  return 0;
12170}
12171_ACEOF
12172if ac_fn_c_try_compile "$LINENO"; then :
12173  gcc_cv_header_string=yes
12174else
12175  gcc_cv_header_string=no
12176fi
12177rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12178fi
12179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12180$as_echo "$gcc_cv_header_string" >&6; }
12181if test $gcc_cv_header_string = yes; then
12182
12183$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12184
12185fi
12186
12187
12188ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12189if test "x$ac_cv_have_decl_basename" = x""yes; then :
12190  ac_have_decl=1
12191else
12192  ac_have_decl=0
12193fi
12194
12195cat >>confdefs.h <<_ACEOF
12196#define HAVE_DECL_BASENAME $ac_have_decl
12197_ACEOF
12198ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12199if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12200  ac_have_decl=1
12201else
12202  ac_have_decl=0
12203fi
12204
12205cat >>confdefs.h <<_ACEOF
12206#define HAVE_DECL_STPCPY $ac_have_decl
12207_ACEOF
12208
12209
12210# Check if sigsetjmp is available.  Using AC_CHECK_FUNCS won't do
12211# since sigsetjmp might only be defined as a macro.
12212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12213$as_echo_n "checking for sigsetjmp... " >&6; }
12214if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
12215  $as_echo_n "(cached) " >&6
12216else
12217  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12218/* end confdefs.h.  */
12219
12220#include <setjmp.h>
12221
12222int
12223main ()
12224{
12225sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12226  ;
12227  return 0;
12228}
12229_ACEOF
12230if ac_fn_c_try_compile "$LINENO"; then :
12231  bfd_cv_func_sigsetjmp=yes
12232else
12233  bfd_cv_func_sigsetjmp=no
12234fi
12235rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12236fi
12237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12238$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12239if test $bfd_cv_func_sigsetjmp = yes; then
12240
12241$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12242
12243fi
12244
12245cgen_maint=no
12246cgendir='$(srcdir)/../cgen'
12247
12248# Check whether --enable-cgen-maint was given.
12249if test "${enable_cgen_maint+set}" = set; then :
12250  enableval=$enable_cgen_maint; case "${enableval}" in
12251  yes)	cgen_maint=yes ;;
12252  no)	cgen_maint=no ;;
12253  *)
12254	# argument is cgen install directory (not implemented yet).
12255	# Having a `share' directory might be more appropriate for the .scm,
12256	# .cpu, etc. files.
12257	cgen_maint=yes
12258	cgendir=${cgen_maint}/lib/cgen
12259	;;
12260esac
12261fi
12262 if test x${cgen_maint} = xyes; then
12263  CGEN_MAINT_TRUE=
12264  CGEN_MAINT_FALSE='#'
12265else
12266  CGEN_MAINT_TRUE='#'
12267  CGEN_MAINT_FALSE=
12268fi
12269
12270
12271
12272using_cgen=no
12273
12274# Check if linker supports --as-needed and --no-as-needed options
12275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12276$as_echo_n "checking linker --as-needed support... " >&6; }
12277if test "${bfd_cv_ld_as_needed+set}" = set; then :
12278  $as_echo_n "(cached) " >&6
12279else
12280  bfd_cv_ld_as_needed=no
12281	if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12282		bfd_cv_ld_as_needed=yes
12283	fi
12284
12285fi
12286{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12287$as_echo "$bfd_cv_ld_as_needed" >&6; }
12288
12289LIBM=
12290case $host in
12291*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12292  # These system don't have libm, or don't need it
12293  ;;
12294*-ncr-sysv4.3*)
12295  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12296$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12297if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
12298  $as_echo_n "(cached) " >&6
12299else
12300  ac_check_lib_save_LIBS=$LIBS
12301LIBS="-lmw  $LIBS"
12302cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12303/* end confdefs.h.  */
12304
12305/* Override any GCC internal prototype to avoid an error.
12306   Use char because int might match the return type of a GCC
12307   builtin and then its argument prototype would still apply.  */
12308#ifdef __cplusplus
12309extern "C"
12310#endif
12311char _mwvalidcheckl ();
12312int
12313main ()
12314{
12315return _mwvalidcheckl ();
12316  ;
12317  return 0;
12318}
12319_ACEOF
12320if ac_fn_c_try_link "$LINENO"; then :
12321  ac_cv_lib_mw__mwvalidcheckl=yes
12322else
12323  ac_cv_lib_mw__mwvalidcheckl=no
12324fi
12325rm -f core conftest.err conftest.$ac_objext \
12326    conftest$ac_exeext conftest.$ac_ext
12327LIBS=$ac_check_lib_save_LIBS
12328fi
12329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12330$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12331if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
12332  LIBM="-lmw"
12333fi
12334
12335  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12336$as_echo_n "checking for cos in -lm... " >&6; }
12337if test "${ac_cv_lib_m_cos+set}" = set; then :
12338  $as_echo_n "(cached) " >&6
12339else
12340  ac_check_lib_save_LIBS=$LIBS
12341LIBS="-lm  $LIBS"
12342cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12343/* end confdefs.h.  */
12344
12345/* Override any GCC internal prototype to avoid an error.
12346   Use char because int might match the return type of a GCC
12347   builtin and then its argument prototype would still apply.  */
12348#ifdef __cplusplus
12349extern "C"
12350#endif
12351char cos ();
12352int
12353main ()
12354{
12355return cos ();
12356  ;
12357  return 0;
12358}
12359_ACEOF
12360if ac_fn_c_try_link "$LINENO"; then :
12361  ac_cv_lib_m_cos=yes
12362else
12363  ac_cv_lib_m_cos=no
12364fi
12365rm -f core conftest.err conftest.$ac_objext \
12366    conftest$ac_exeext conftest.$ac_ext
12367LIBS=$ac_check_lib_save_LIBS
12368fi
12369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12370$as_echo "$ac_cv_lib_m_cos" >&6; }
12371if test "x$ac_cv_lib_m_cos" = x""yes; then :
12372  LIBM="$LIBM -lm"
12373fi
12374
12375  ;;
12376*)
12377  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12378$as_echo_n "checking for cos in -lm... " >&6; }
12379if test "${ac_cv_lib_m_cos+set}" = set; then :
12380  $as_echo_n "(cached) " >&6
12381else
12382  ac_check_lib_save_LIBS=$LIBS
12383LIBS="-lm  $LIBS"
12384cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12385/* end confdefs.h.  */
12386
12387/* Override any GCC internal prototype to avoid an error.
12388   Use char because int might match the return type of a GCC
12389   builtin and then its argument prototype would still apply.  */
12390#ifdef __cplusplus
12391extern "C"
12392#endif
12393char cos ();
12394int
12395main ()
12396{
12397return cos ();
12398  ;
12399  return 0;
12400}
12401_ACEOF
12402if ac_fn_c_try_link "$LINENO"; then :
12403  ac_cv_lib_m_cos=yes
12404else
12405  ac_cv_lib_m_cos=no
12406fi
12407rm -f core conftest.err conftest.$ac_objext \
12408    conftest$ac_exeext conftest.$ac_ext
12409LIBS=$ac_check_lib_save_LIBS
12410fi
12411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12412$as_echo "$ac_cv_lib_m_cos" >&6; }
12413if test "x$ac_cv_lib_m_cos" = x""yes; then :
12414  LIBM="-lm"
12415fi
12416
12417  ;;
12418esac
12419
12420
12421
12422#Libs for generator progs
12423if test "x$cross_compiling" = "xno"; then
12424  BUILD_LIBS=../libiberty/libiberty.a
12425  BUILD_LIB_DEPS=$BUILD_LIBS
12426else
12427  # if cross-compiling, assume that the system provides -liberty
12428  # and that the version is compatible with new headers.
12429  BUILD_LIBS=-liberty
12430  BUILD_LIB_DEPS=
12431fi
12432BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12433BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12434
12435
12436
12437
12438# Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12439SHARED_LDFLAGS=
12440SHARED_LIBADD=
12441SHARED_DEPENDENCIES=
12442if test "$enable_shared" = "yes"; then
12443# When building a shared libopcodes, link against the pic version of libiberty
12444# so that apps that use libopcodes won't need libiberty just to satisfy any
12445# libopcodes references.
12446# We can't do that if a pic libiberty is unavailable since including non-pic
12447# code would insert text relocations into libopcodes.
12448# Note that linking against libbfd as we do here, which is itself linked
12449# against libiberty, may not satisfy all the libopcodes libiberty references
12450# since libbfd may not pull in the entirety of libiberty.
12451  x=`sed -n -e 's/^[ 	]*PICFLAG[ 	]*=[ 	]*//p' < ../libiberty/Makefile | sed -n '$p'`
12452  if test -n "$x"; then
12453    SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12454  fi
12455
12456  case "${host}" in
12457    *-*-cygwin*)
12458      SHARED_LDFLAGS="-no-undefined"
12459      SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12460      ;;
12461   *-*-darwin*)
12462     SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12463     SHARED_DEPENDENCIES="../bfd/libbfd.la"
12464     ;;
12465    *)
12466      case "$host_vendor" in
12467        hp)
12468          SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12469	  ;;
12470	*)
12471          SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12472	  ;;
12473      esac
12474      SHARED_DEPENDENCIES="../bfd/libbfd.la"
12475      ;;
12476  esac
12477
12478  if test -n "$SHARED_LIBADD"; then
12479    if test -n "$LIBM"; then
12480      if test x"$bfd_cv_ld_as_needed" = xyes; then
12481	# Link against libm only when needed.  Put -lc, -lm inside -Wl
12482	# to stop libtool reordering these options.
12483	SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12484      else
12485	SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12486      fi
12487    fi
12488  fi
12489fi
12490
12491
12492
12493
12494# target-specific stuff:
12495
12496# Canonicalize the secondary target names.
12497if test -n "$enable_targets" ; then
12498    for targ in `echo $enable_targets | sed 's/,/ /g'`
12499    do
12500	result=`$ac_config_sub $targ 2>/dev/null`
12501	if test -n "$result" ; then
12502	    canon_targets="$canon_targets $result"
12503	else
12504	    # Allow targets that config.sub doesn't recognize, like "all".
12505	    canon_targets="$canon_targets $targ"
12506	fi
12507    done
12508fi
12509
12510all_targets=false
12511selarchs=
12512for targ in $target $canon_targets
12513do
12514    if test "x$targ" = "xall" ; then
12515        all_targets=true
12516    else
12517	. $srcdir/../bfd/config.bfd
12518	selarchs="$selarchs $targ_archs"
12519    fi
12520done
12521
12522# Utility var, documents generic cgen support files.
12523
12524cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12525
12526# We don't do any links based on the target system, just makefile config.
12527
12528if test x${all_targets} = xfalse ; then
12529
12530    # Target architecture .o files.
12531    ta=
12532
12533    for arch in $selarchs
12534    do
12535	ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12536	archdefs="$archdefs -DARCH_$ad"
12537	case "$arch" in
12538	bfd_aarch64_arch)	ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12539	bfd_alpha_arch)		ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12540	bfd_arc_arch)		ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12541	bfd_arm_arch)		ta="$ta arm-dis.lo" ;;
12542	bfd_avr_arch)		ta="$ta avr-dis.lo" ;;
12543	bfd_bfin_arch)		ta="$ta bfin-dis.lo" ;;
12544	bfd_cr16_arch)		ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12545	bfd_cris_arch)		ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12546	bfd_crx_arch)		ta="$ta crx-dis.lo crx-opc.lo" ;;
12547	bfd_d10v_arch)		ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12548	bfd_d30v_arch)		ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12549	bfd_dlx_arch)		ta="$ta dlx-dis.lo" ;;
12550	bfd_fr30_arch)		ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12551	bfd_frv_arch)		ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12552	bfd_moxie_arch)		ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12553	bfd_h8300_arch)		ta="$ta h8300-dis.lo" ;;
12554	bfd_h8500_arch)		ta="$ta h8500-dis.lo" ;;
12555	bfd_hppa_arch)		ta="$ta hppa-dis.lo" ;;
12556	bfd_i370_arch)		ta="$ta i370-dis.lo i370-opc.lo" ;;
12557	bfd_i386_arch|bfd_l1om_arch|bfd_k1om_arch)
12558				ta="$ta i386-dis.lo i386-opc.lo" ;;
12559	bfd_i860_arch)		ta="$ta i860-dis.lo" ;;
12560	bfd_i960_arch)		ta="$ta i960-dis.lo" ;;
12561	bfd_ia64_arch)		ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12562	bfd_ip2k_arch)		ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12563	bfd_epiphany_arch)	ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12564	bfd_iq2000_arch)	ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12565	bfd_lm32_arch)		ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
12566	bfd_m32c_arch)		ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12567	bfd_m32r_arch)		ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
12568	bfd_m68hc11_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12569	bfd_m68hc12_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12570	bfd_m9s12x_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12571	bfd_m9s12xg_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12572	bfd_m68k_arch)		ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12573	bfd_m88k_arch)		ta="$ta m88k-dis.lo" ;;
12574	bfd_mcore_arch)		ta="$ta mcore-dis.lo" ;;
12575	bfd_mep_arch)		ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12576	bfd_metag_arch)		ta="$ta metag-dis.lo" ;;
12577	bfd_microblaze_arch)	ta="$ta microblaze-dis.lo" ;;
12578	bfd_mips_arch)		ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12579	bfd_mmix_arch)		ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12580	bfd_mn10200_arch)	ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12581	bfd_mn10300_arch)	ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12582	bfd_mt_arch)		ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12583	bfd_msp430_arch)	ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12584	bfd_nds32_arch)		ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12585	bfd_nios2_arch)		ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12586	bfd_ns32k_arch)		ta="$ta ns32k-dis.lo" ;;
12587	bfd_or1k_arch)		ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12588	bfd_pdp11_arch)		ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12589	bfd_pj_arch)		ta="$ta pj-dis.lo pj-opc.lo" ;;
12590	bfd_powerpc_arch)	ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12591	bfd_powerpc_64_arch)	ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12592	bfd_pyramid_arch)	;;
12593	bfd_romp_arch)		;;
12594	bfd_rs6000_arch)	ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12595	bfd_rl78_arch)		ta="$ta rl78-dis.lo rl78-decode.lo";;
12596	bfd_rx_arch)		ta="$ta rx-dis.lo rx-decode.lo";;
12597	bfd_s390_arch)		ta="$ta s390-dis.lo s390-opc.lo" ;;
12598	bfd_score_arch)		ta="$ta score-dis.lo score7-dis.lo" ;;
12599	bfd_sh_arch)
12600	  # We can't decide what we want just from the CPU family.
12601	  # We want SH5 support unless a specific version of sh is
12602	  # specified, as in sh3-elf, sh3b-linux-gnu, etc.
12603	  # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12604	  for t in $target $canon_targets; do
12605	    # For NetBSD we do NOT want SH5 support unless sh5 or sh64
12606	    # is specified
12607	    case $t in
12608	      sh5*-* | sh64*-*) # let the case below handle it
12609				;;
12610	      sh*-*-netbsd* | sh*l*-*-netbsd*)
12611				continue ;;
12612	    esac
12613	    case $t in
12614	      all |  sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
12615	      sh-*-linux* | shl-*-linux*)
12616				ta="$ta sh64-dis.lo sh64-opc.lo"
12617				archdefs="$archdefs -DINCLUDE_SHMEDIA"
12618				break;;
12619	    esac;
12620	  done
12621				ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12622	bfd_sparc_arch)		ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12623	bfd_spu_arch)		ta="$ta spu-dis.lo spu-opc.lo" ;;
12624	bfd_tahoe_arch)		;;
12625	bfd_tic30_arch)		ta="$ta tic30-dis.lo" ;;
12626	bfd_tic4x_arch)		ta="$ta tic4x-dis.lo" ;;
12627	bfd_tic54x_arch)	ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12628	bfd_tic6x_arch)		ta="$ta tic6x-dis.lo" ;;
12629	bfd_tic80_arch)		ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12630	bfd_tilegx_arch)	ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12631	bfd_tilepro_arch)	ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12632	bfd_v850_arch)		ta="$ta v850-opc.lo v850-dis.lo" ;;
12633	bfd_v850e_arch)		ta="$ta v850-opc.lo v850-dis.lo" ;;
12634	bfd_v850ea_arch)	ta="$ta v850-opc.lo v850-dis.lo" ;;
12635	bfd_v850_rh850_arch)	ta="$ta v850-opc.lo v850-dis.lo" ;;
12636	bfd_vax_arch)		ta="$ta vax-dis.lo" ;;
12637	bfd_visium_arch)	ta="$ta visium-dis.lo visium-opc.lo" ;;
12638	bfd_w65_arch)		ta="$ta w65-dis.lo" ;;
12639	bfd_we32k_arch)		;;
12640	bfd_xc16x_arch)		ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12641	bfd_xgate_arch)		ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12642	bfd_xstormy16_arch)	ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12643	bfd_xtensa_arch)	ta="$ta xtensa-dis.lo" ;;
12644	bfd_z80_arch)		ta="$ta z80-dis.lo" ;;
12645	bfd_z8k_arch)		ta="$ta z8k-dis.lo" ;;
12646
12647	"")			;;
12648	*)		as_fn_error "*** unknown target architecture $arch" "$LINENO" 5 ;;
12649	esac
12650    done
12651
12652    if test $using_cgen = yes ; then
12653	ta="$ta $cgen_files"
12654    fi
12655
12656    # Weed out duplicate .o files.
12657    f=""
12658    for i in $ta ; do
12659	case " $f " in
12660	*" $i "*) ;;
12661	*) f="$f $i" ;;
12662	esac
12663    done
12664    ta="$f"
12665
12666    # And duplicate -D flags.
12667    f=""
12668    for i in $archdefs ; do
12669	case " $f " in
12670	*" $i "*) ;;
12671	*) f="$f $i" ;;
12672	esac
12673    done
12674    archdefs="$f"
12675
12676    BFD_MACHINES="$ta"
12677
12678else	# all_targets is true
12679    archdefs=-DARCH_all
12680    BFD_MACHINES='$(ALL_MACHINES)'
12681fi
12682
12683
12684
12685
12686ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12687
12688cat >confcache <<\_ACEOF
12689# This file is a shell script that caches the results of configure
12690# tests run on this system so they can be shared between configure
12691# scripts and configure runs, see configure's option --config-cache.
12692# It is not useful on other systems.  If it contains results you don't
12693# want to keep, you may remove or edit it.
12694#
12695# config.status only pays attention to the cache file if you give it
12696# the --recheck option to rerun configure.
12697#
12698# `ac_cv_env_foo' variables (set or unset) will be overridden when
12699# loading this file, other *unset* `ac_cv_foo' will be assigned the
12700# following values.
12701
12702_ACEOF
12703
12704# The following way of writing the cache mishandles newlines in values,
12705# but we know of no workaround that is simple, portable, and efficient.
12706# So, we kill variables containing newlines.
12707# Ultrix sh set writes to stderr and can't be redirected directly,
12708# and sets the high bit in the cache file unless we assign to the vars.
12709(
12710  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12711    eval ac_val=\$$ac_var
12712    case $ac_val in #(
12713    *${as_nl}*)
12714      case $ac_var in #(
12715      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12716$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12717      esac
12718      case $ac_var in #(
12719      _ | IFS | as_nl) ;; #(
12720      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12721      *) { eval $ac_var=; unset $ac_var;} ;;
12722      esac ;;
12723    esac
12724  done
12725
12726  (set) 2>&1 |
12727    case $as_nl`(ac_space=' '; set) 2>&1` in #(
12728    *${as_nl}ac_space=\ *)
12729      # `set' does not quote correctly, so add quotes: double-quote
12730      # substitution turns \\\\ into \\, and sed turns \\ into \.
12731      sed -n \
12732	"s/'/'\\\\''/g;
12733	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12734      ;; #(
12735    *)
12736      # `set' quotes correctly as required by POSIX, so do not add quotes.
12737      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12738      ;;
12739    esac |
12740    sort
12741) |
12742  sed '
12743     /^ac_cv_env_/b end
12744     t clear
12745     :clear
12746     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12747     t end
12748     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12749     :end' >>confcache
12750if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12751  if test -w "$cache_file"; then
12752    test "x$cache_file" != "x/dev/null" &&
12753      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12754$as_echo "$as_me: updating cache $cache_file" >&6;}
12755    cat confcache >$cache_file
12756  else
12757    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12758$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12759  fi
12760fi
12761rm -f confcache
12762
12763test "x$prefix" = xNONE && prefix=$ac_default_prefix
12764# Let make expand exec_prefix.
12765test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12766
12767DEFS=-DHAVE_CONFIG_H
12768
12769ac_libobjs=
12770ac_ltlibobjs=
12771for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12772  # 1. Remove the extension, and $U if already installed.
12773  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12774  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12775  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
12776  #    will be set to the directory where LIBOBJS objects are built.
12777  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12778  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12779done
12780LIBOBJS=$ac_libobjs
12781
12782LTLIBOBJS=$ac_ltlibobjs
12783
12784
12785if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12786  as_fn_error "conditional \"AMDEP\" was never defined.
12787Usually this means the macro was only invoked conditionally." "$LINENO" 5
12788fi
12789if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12790  as_fn_error "conditional \"am__fastdepCC\" was never defined.
12791Usually this means the macro was only invoked conditionally." "$LINENO" 5
12792fi
12793 if test -n "$EXEEXT"; then
12794  am__EXEEXT_TRUE=
12795  am__EXEEXT_FALSE='#'
12796else
12797  am__EXEEXT_TRUE='#'
12798  am__EXEEXT_FALSE=
12799fi
12800
12801if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12802  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
12803Usually this means the macro was only invoked conditionally." "$LINENO" 5
12804fi
12805if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12806  as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
12807Usually this means the macro was only invoked conditionally." "$LINENO" 5
12808fi
12809if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12810  as_fn_error "conditional \"CGEN_MAINT\" was never defined.
12811Usually this means the macro was only invoked conditionally." "$LINENO" 5
12812fi
12813
12814: ${CONFIG_STATUS=./config.status}
12815ac_write_fail=0
12816ac_clean_files_save=$ac_clean_files
12817ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12818{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12819$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12820as_write_fail=0
12821cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12822#! $SHELL
12823# Generated by $as_me.
12824# Run this file to recreate the current configuration.
12825# Compiler output produced by configure, useful for debugging
12826# configure, is in config.log if it exists.
12827
12828debug=false
12829ac_cs_recheck=false
12830ac_cs_silent=false
12831
12832SHELL=\${CONFIG_SHELL-$SHELL}
12833export SHELL
12834_ASEOF
12835cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12836## -------------------- ##
12837## M4sh Initialization. ##
12838## -------------------- ##
12839
12840# Be more Bourne compatible
12841DUALCASE=1; export DUALCASE # for MKS sh
12842if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12843  emulate sh
12844  NULLCMD=:
12845  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12846  # is contrary to our usage.  Disable this feature.
12847  alias -g '${1+"$@"}'='"$@"'
12848  setopt NO_GLOB_SUBST
12849else
12850  case `(set -o) 2>/dev/null` in #(
12851  *posix*) :
12852    set -o posix ;; #(
12853  *) :
12854     ;;
12855esac
12856fi
12857
12858
12859as_nl='
12860'
12861export as_nl
12862# Printing a long string crashes Solaris 7 /usr/bin/printf.
12863as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12864as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12865as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12866# Prefer a ksh shell builtin over an external printf program on Solaris,
12867# but without wasting forks for bash or zsh.
12868if test -z "$BASH_VERSION$ZSH_VERSION" \
12869    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12870  as_echo='print -r --'
12871  as_echo_n='print -rn --'
12872elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12873  as_echo='printf %s\n'
12874  as_echo_n='printf %s'
12875else
12876  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12877    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12878    as_echo_n='/usr/ucb/echo -n'
12879  else
12880    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12881    as_echo_n_body='eval
12882      arg=$1;
12883      case $arg in #(
12884      *"$as_nl"*)
12885	expr "X$arg" : "X\\(.*\\)$as_nl";
12886	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12887      esac;
12888      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12889    '
12890    export as_echo_n_body
12891    as_echo_n='sh -c $as_echo_n_body as_echo'
12892  fi
12893  export as_echo_body
12894  as_echo='sh -c $as_echo_body as_echo'
12895fi
12896
12897# The user is always right.
12898if test "${PATH_SEPARATOR+set}" != set; then
12899  PATH_SEPARATOR=:
12900  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12901    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12902      PATH_SEPARATOR=';'
12903  }
12904fi
12905
12906
12907# IFS
12908# We need space, tab and new line, in precisely that order.  Quoting is
12909# there to prevent editors from complaining about space-tab.
12910# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12911# splitting by setting IFS to empty value.)
12912IFS=" ""	$as_nl"
12913
12914# Find who we are.  Look in the path if we contain no directory separator.
12915case $0 in #((
12916  *[\\/]* ) as_myself=$0 ;;
12917  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12918for as_dir in $PATH
12919do
12920  IFS=$as_save_IFS
12921  test -z "$as_dir" && as_dir=.
12922    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12923  done
12924IFS=$as_save_IFS
12925
12926     ;;
12927esac
12928# We did not find ourselves, most probably we were run as `sh COMMAND'
12929# in which case we are not to be found in the path.
12930if test "x$as_myself" = x; then
12931  as_myself=$0
12932fi
12933if test ! -f "$as_myself"; then
12934  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12935  exit 1
12936fi
12937
12938# Unset variables that we do not need and which cause bugs (e.g. in
12939# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
12940# suppresses any "Segmentation fault" message there.  '((' could
12941# trigger a bug in pdksh 5.2.14.
12942for as_var in BASH_ENV ENV MAIL MAILPATH
12943do eval test x\${$as_var+set} = xset \
12944  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12945done
12946PS1='$ '
12947PS2='> '
12948PS4='+ '
12949
12950# NLS nuisances.
12951LC_ALL=C
12952export LC_ALL
12953LANGUAGE=C
12954export LANGUAGE
12955
12956# CDPATH.
12957(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12958
12959
12960# as_fn_error ERROR [LINENO LOG_FD]
12961# ---------------------------------
12962# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12963# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12964# script with status $?, using 1 if that was 0.
12965as_fn_error ()
12966{
12967  as_status=$?; test $as_status -eq 0 && as_status=1
12968  if test "$3"; then
12969    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12970    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
12971  fi
12972  $as_echo "$as_me: error: $1" >&2
12973  as_fn_exit $as_status
12974} # as_fn_error
12975
12976
12977# as_fn_set_status STATUS
12978# -----------------------
12979# Set $? to STATUS, without forking.
12980as_fn_set_status ()
12981{
12982  return $1
12983} # as_fn_set_status
12984
12985# as_fn_exit STATUS
12986# -----------------
12987# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12988as_fn_exit ()
12989{
12990  set +e
12991  as_fn_set_status $1
12992  exit $1
12993} # as_fn_exit
12994
12995# as_fn_unset VAR
12996# ---------------
12997# Portably unset VAR.
12998as_fn_unset ()
12999{
13000  { eval $1=; unset $1;}
13001}
13002as_unset=as_fn_unset
13003# as_fn_append VAR VALUE
13004# ----------------------
13005# Append the text in VALUE to the end of the definition contained in VAR. Take
13006# advantage of any shell optimizations that allow amortized linear growth over
13007# repeated appends, instead of the typical quadratic growth present in naive
13008# implementations.
13009if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13010  eval 'as_fn_append ()
13011  {
13012    eval $1+=\$2
13013  }'
13014else
13015  as_fn_append ()
13016  {
13017    eval $1=\$$1\$2
13018  }
13019fi # as_fn_append
13020
13021# as_fn_arith ARG...
13022# ------------------
13023# Perform arithmetic evaluation on the ARGs, and store the result in the
13024# global $as_val. Take advantage of shells that can avoid forks. The arguments
13025# must be portable across $(()) and expr.
13026if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13027  eval 'as_fn_arith ()
13028  {
13029    as_val=$(( $* ))
13030  }'
13031else
13032  as_fn_arith ()
13033  {
13034    as_val=`expr "$@" || test $? -eq 1`
13035  }
13036fi # as_fn_arith
13037
13038
13039if expr a : '\(a\)' >/dev/null 2>&1 &&
13040   test "X`expr 00001 : '.*\(...\)'`" = X001; then
13041  as_expr=expr
13042else
13043  as_expr=false
13044fi
13045
13046if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13047  as_basename=basename
13048else
13049  as_basename=false
13050fi
13051
13052if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13053  as_dirname=dirname
13054else
13055  as_dirname=false
13056fi
13057
13058as_me=`$as_basename -- "$0" ||
13059$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13060	 X"$0" : 'X\(//\)$' \| \
13061	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13062$as_echo X/"$0" |
13063    sed '/^.*\/\([^/][^/]*\)\/*$/{
13064	    s//\1/
13065	    q
13066	  }
13067	  /^X\/\(\/\/\)$/{
13068	    s//\1/
13069	    q
13070	  }
13071	  /^X\/\(\/\).*/{
13072	    s//\1/
13073	    q
13074	  }
13075	  s/.*/./; q'`
13076
13077# Avoid depending upon Character Ranges.
13078as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13079as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13080as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13081as_cr_digits='0123456789'
13082as_cr_alnum=$as_cr_Letters$as_cr_digits
13083
13084ECHO_C= ECHO_N= ECHO_T=
13085case `echo -n x` in #(((((
13086-n*)
13087  case `echo 'xy\c'` in
13088  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
13089  xy)  ECHO_C='\c';;
13090  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
13091       ECHO_T='	';;
13092  esac;;
13093*)
13094  ECHO_N='-n';;
13095esac
13096
13097rm -f conf$$ conf$$.exe conf$$.file
13098if test -d conf$$.dir; then
13099  rm -f conf$$.dir/conf$$.file
13100else
13101  rm -f conf$$.dir
13102  mkdir conf$$.dir 2>/dev/null
13103fi
13104if (echo >conf$$.file) 2>/dev/null; then
13105  if ln -s conf$$.file conf$$ 2>/dev/null; then
13106    as_ln_s='ln -s'
13107    # ... but there are two gotchas:
13108    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13109    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13110    # In both cases, we have to default to `cp -p'.
13111    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13112      as_ln_s='cp -p'
13113  elif ln conf$$.file conf$$ 2>/dev/null; then
13114    as_ln_s=ln
13115  else
13116    as_ln_s='cp -p'
13117  fi
13118else
13119  as_ln_s='cp -p'
13120fi
13121rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13122rmdir conf$$.dir 2>/dev/null
13123
13124
13125# as_fn_mkdir_p
13126# -------------
13127# Create "$as_dir" as a directory, including parents if necessary.
13128as_fn_mkdir_p ()
13129{
13130
13131  case $as_dir in #(
13132  -*) as_dir=./$as_dir;;
13133  esac
13134  test -d "$as_dir" || eval $as_mkdir_p || {
13135    as_dirs=
13136    while :; do
13137      case $as_dir in #(
13138      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13139      *) as_qdir=$as_dir;;
13140      esac
13141      as_dirs="'$as_qdir' $as_dirs"
13142      as_dir=`$as_dirname -- "$as_dir" ||
13143$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13144	 X"$as_dir" : 'X\(//\)[^/]' \| \
13145	 X"$as_dir" : 'X\(//\)$' \| \
13146	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13147$as_echo X"$as_dir" |
13148    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13149	    s//\1/
13150	    q
13151	  }
13152	  /^X\(\/\/\)[^/].*/{
13153	    s//\1/
13154	    q
13155	  }
13156	  /^X\(\/\/\)$/{
13157	    s//\1/
13158	    q
13159	  }
13160	  /^X\(\/\).*/{
13161	    s//\1/
13162	    q
13163	  }
13164	  s/.*/./; q'`
13165      test -d "$as_dir" && break
13166    done
13167    test -z "$as_dirs" || eval "mkdir $as_dirs"
13168  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13169
13170
13171} # as_fn_mkdir_p
13172if mkdir -p . 2>/dev/null; then
13173  as_mkdir_p='mkdir -p "$as_dir"'
13174else
13175  test -d ./-p && rmdir ./-p
13176  as_mkdir_p=false
13177fi
13178
13179if test -x / >/dev/null 2>&1; then
13180  as_test_x='test -x'
13181else
13182  if ls -dL / >/dev/null 2>&1; then
13183    as_ls_L_option=L
13184  else
13185    as_ls_L_option=
13186  fi
13187  as_test_x='
13188    eval sh -c '\''
13189      if test -d "$1"; then
13190	test -d "$1/.";
13191      else
13192	case $1 in #(
13193	-*)set "./$1";;
13194	esac;
13195	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13196	???[sx]*):;;*)false;;esac;fi
13197    '\'' sh
13198  '
13199fi
13200as_executable_p=$as_test_x
13201
13202# Sed expression to map a string onto a valid CPP name.
13203as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13204
13205# Sed expression to map a string onto a valid variable name.
13206as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13207
13208
13209exec 6>&1
13210## ----------------------------------- ##
13211## Main body of $CONFIG_STATUS script. ##
13212## ----------------------------------- ##
13213_ASEOF
13214test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13215
13216cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13217# Save the log message, to keep $0 and so on meaningful, and to
13218# report actual input values of CONFIG_FILES etc. instead of their
13219# values after options handling.
13220ac_log="
13221This file was extended by opcodes $as_me 2.25.51, which was
13222generated by GNU Autoconf 2.64.  Invocation command line was
13223
13224  CONFIG_FILES    = $CONFIG_FILES
13225  CONFIG_HEADERS  = $CONFIG_HEADERS
13226  CONFIG_LINKS    = $CONFIG_LINKS
13227  CONFIG_COMMANDS = $CONFIG_COMMANDS
13228  $ $0 $@
13229
13230on `(hostname || uname -n) 2>/dev/null | sed 1q`
13231"
13232
13233_ACEOF
13234
13235case $ac_config_files in *"
13236"*) set x $ac_config_files; shift; ac_config_files=$*;;
13237esac
13238
13239case $ac_config_headers in *"
13240"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13241esac
13242
13243
13244cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13245# Files that config.status was made for.
13246config_files="$ac_config_files"
13247config_headers="$ac_config_headers"
13248config_commands="$ac_config_commands"
13249
13250_ACEOF
13251
13252cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13253ac_cs_usage="\
13254\`$as_me' instantiates files and other configuration actions
13255from templates according to the current configuration.  Unless the files
13256and actions are specified as TAGs, all are instantiated by default.
13257
13258Usage: $0 [OPTION]... [TAG]...
13259
13260  -h, --help       print this help, then exit
13261  -V, --version    print version number and configuration settings, then exit
13262  -q, --quiet, --silent
13263                   do not print progress messages
13264  -d, --debug      don't remove temporary files
13265      --recheck    update $as_me by reconfiguring in the same conditions
13266      --file=FILE[:TEMPLATE]
13267                   instantiate the configuration file FILE
13268      --header=FILE[:TEMPLATE]
13269                   instantiate the configuration header FILE
13270
13271Configuration files:
13272$config_files
13273
13274Configuration headers:
13275$config_headers
13276
13277Configuration commands:
13278$config_commands
13279
13280Report bugs to the package provider."
13281
13282_ACEOF
13283cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13284ac_cs_version="\\
13285opcodes config.status 2.25.51
13286configured by $0, generated by GNU Autoconf 2.64,
13287  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13288
13289Copyright (C) 2009 Free Software Foundation, Inc.
13290This config.status script is free software; the Free Software Foundation
13291gives unlimited permission to copy, distribute and modify it."
13292
13293ac_pwd='$ac_pwd'
13294srcdir='$srcdir'
13295INSTALL='$INSTALL'
13296MKDIR_P='$MKDIR_P'
13297AWK='$AWK'
13298test -n "\$AWK" || AWK=awk
13299_ACEOF
13300
13301cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13302# The default lists apply if the user does not specify any file.
13303ac_need_defaults=:
13304while test $# != 0
13305do
13306  case $1 in
13307  --*=*)
13308    ac_option=`expr "X$1" : 'X\([^=]*\)='`
13309    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13310    ac_shift=:
13311    ;;
13312  *)
13313    ac_option=$1
13314    ac_optarg=$2
13315    ac_shift=shift
13316    ;;
13317  esac
13318
13319  case $ac_option in
13320  # Handling of the options.
13321  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13322    ac_cs_recheck=: ;;
13323  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13324    $as_echo "$ac_cs_version"; exit ;;
13325  --debug | --debu | --deb | --de | --d | -d )
13326    debug=: ;;
13327  --file | --fil | --fi | --f )
13328    $ac_shift
13329    case $ac_optarg in
13330    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13331    esac
13332    as_fn_append CONFIG_FILES " '$ac_optarg'"
13333    ac_need_defaults=false;;
13334  --header | --heade | --head | --hea )
13335    $ac_shift
13336    case $ac_optarg in
13337    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13338    esac
13339    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13340    ac_need_defaults=false;;
13341  --he | --h)
13342    # Conflict between --help and --header
13343    as_fn_error "ambiguous option: \`$1'
13344Try \`$0 --help' for more information.";;
13345  --help | --hel | -h )
13346    $as_echo "$ac_cs_usage"; exit ;;
13347  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13348  | -silent | --silent | --silen | --sile | --sil | --si | --s)
13349    ac_cs_silent=: ;;
13350
13351  # This is an error.
13352  -*) as_fn_error "unrecognized option: \`$1'
13353Try \`$0 --help' for more information." ;;
13354
13355  *) as_fn_append ac_config_targets " $1"
13356     ac_need_defaults=false ;;
13357
13358  esac
13359  shift
13360done
13361
13362ac_configure_extra_args=
13363
13364if $ac_cs_silent; then
13365  exec 6>/dev/null
13366  ac_configure_extra_args="$ac_configure_extra_args --silent"
13367fi
13368
13369_ACEOF
13370cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13371if \$ac_cs_recheck; then
13372  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13373  shift
13374  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13375  CONFIG_SHELL='$SHELL'
13376  export CONFIG_SHELL
13377  exec "\$@"
13378fi
13379
13380_ACEOF
13381cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13382exec 5>>config.log
13383{
13384  echo
13385  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13386## Running $as_me. ##
13387_ASBOX
13388  $as_echo "$ac_log"
13389} >&5
13390
13391_ACEOF
13392cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13393#
13394# INIT-COMMANDS
13395#
13396AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13397
13398
13399# The HP-UX ksh and POSIX shell print the target directory to stdout
13400# if CDPATH is set.
13401(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13402
13403sed_quote_subst='$sed_quote_subst'
13404double_quote_subst='$double_quote_subst'
13405delay_variable_subst='$delay_variable_subst'
13406enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13407macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13408macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13409enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13410pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13411enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13412SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13413ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13414host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13415host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13416host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13417build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13418build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13419build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13420SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13421Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13422GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13423EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13424FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13425LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13426NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13427LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13428max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13429ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13430exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13431lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13432lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13433lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13434reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13435reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13436OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13437deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13438file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13439AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13440AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13441STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13442RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13443old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13444old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13445old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13446lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13447CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13448CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13449compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13450GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13451lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13452lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13453lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13454lt_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"`'
13455objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13456MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13457lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13458lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13459lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13460lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13461lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13462need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13463DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13464NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13465LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13466OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13467OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13468libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13469shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13470extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13471archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13472enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13473export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13474whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13475compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13476old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13477old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13478archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13479archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13480module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13481module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13482with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13483allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13484no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13485hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13486hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13487hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13488hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13489hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13490hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13491hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13492hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13493inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13494link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13495fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13496always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13497export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13498exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13499include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13500prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13501file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13502variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13503need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13504need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13505version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13506runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13507shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13508shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13509libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13510library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13511soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13512install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13513postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13514postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13515finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13516finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13517hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13518sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13519sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13520hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13521enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13522enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13523enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13524old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13525striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13526
13527LTCC='$LTCC'
13528LTCFLAGS='$LTCFLAGS'
13529compiler='$compiler_DEFAULT'
13530
13531# A function that is used when there is no print builtin or printf.
13532func_fallback_echo ()
13533{
13534  eval 'cat <<_LTECHO_EOF
13535\$1
13536_LTECHO_EOF'
13537}
13538
13539# Quote evaled strings.
13540for var in SHELL \
13541ECHO \
13542SED \
13543GREP \
13544EGREP \
13545FGREP \
13546LD \
13547NM \
13548LN_S \
13549lt_SP2NL \
13550lt_NL2SP \
13551reload_flag \
13552OBJDUMP \
13553deplibs_check_method \
13554file_magic_cmd \
13555AR \
13556AR_FLAGS \
13557STRIP \
13558RANLIB \
13559CC \
13560CFLAGS \
13561compiler \
13562lt_cv_sys_global_symbol_pipe \
13563lt_cv_sys_global_symbol_to_cdecl \
13564lt_cv_sys_global_symbol_to_c_name_address \
13565lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13566lt_prog_compiler_no_builtin_flag \
13567lt_prog_compiler_wl \
13568lt_prog_compiler_pic \
13569lt_prog_compiler_static \
13570lt_cv_prog_compiler_c_o \
13571need_locks \
13572DSYMUTIL \
13573NMEDIT \
13574LIPO \
13575OTOOL \
13576OTOOL64 \
13577shrext_cmds \
13578export_dynamic_flag_spec \
13579whole_archive_flag_spec \
13580compiler_needs_object \
13581with_gnu_ld \
13582allow_undefined_flag \
13583no_undefined_flag \
13584hardcode_libdir_flag_spec \
13585hardcode_libdir_flag_spec_ld \
13586hardcode_libdir_separator \
13587fix_srcfile_path \
13588exclude_expsyms \
13589include_expsyms \
13590file_list_spec \
13591variables_saved_for_relink \
13592libname_spec \
13593library_names_spec \
13594soname_spec \
13595install_override_mode \
13596finish_eval \
13597old_striplib \
13598striplib; do
13599    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13600    *[\\\\\\\`\\"\\\$]*)
13601      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13602      ;;
13603    *)
13604      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13605      ;;
13606    esac
13607done
13608
13609# Double-quote double-evaled strings.
13610for var in reload_cmds \
13611old_postinstall_cmds \
13612old_postuninstall_cmds \
13613old_archive_cmds \
13614extract_expsyms_cmds \
13615old_archive_from_new_cmds \
13616old_archive_from_expsyms_cmds \
13617archive_cmds \
13618archive_expsym_cmds \
13619module_cmds \
13620module_expsym_cmds \
13621export_symbols_cmds \
13622prelink_cmds \
13623postinstall_cmds \
13624postuninstall_cmds \
13625finish_cmds \
13626sys_lib_search_path_spec \
13627sys_lib_dlsearch_path_spec; do
13628    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13629    *[\\\\\\\`\\"\\\$]*)
13630      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13631      ;;
13632    *)
13633      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13634      ;;
13635    esac
13636done
13637
13638ac_aux_dir='$ac_aux_dir'
13639xsi_shell='$xsi_shell'
13640lt_shell_append='$lt_shell_append'
13641
13642# See if we are running on zsh, and set the options which allow our
13643# commands through without removal of \ escapes INIT.
13644if test -n "\${ZSH_VERSION+set}" ; then
13645   setopt NO_GLOB_SUBST
13646fi
13647
13648
13649    PACKAGE='$PACKAGE'
13650    VERSION='$VERSION'
13651    TIMESTAMP='$TIMESTAMP'
13652    RM='$RM'
13653    ofile='$ofile'
13654
13655
13656
13657# Capture the value of obsolete ALL_LINGUAS because we need it to compute
13658    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13659    # from automake.
13660    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13661    # Capture the value of LINGUAS because we need it to compute CATALOGS.
13662    LINGUAS="${LINGUAS-%UNSET%}"
13663
13664
13665_ACEOF
13666
13667cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13668
13669# Handling of arguments.
13670for ac_config_target in $ac_config_targets
13671do
13672  case $ac_config_target in
13673    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13674    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13675    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13676    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13677    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13678    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13679
13680  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13681  esac
13682done
13683
13684
13685# If the user did not use the arguments to specify the items to instantiate,
13686# then the envvar interface is used.  Set only those that are not.
13687# We use the long form for the default assignment because of an extremely
13688# bizarre bug on SunOS 4.1.3.
13689if $ac_need_defaults; then
13690  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13691  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13692  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13693fi
13694
13695# Have a temporary directory for convenience.  Make it in the build tree
13696# simply because there is no reason against having it here, and in addition,
13697# creating and moving files from /tmp can sometimes cause problems.
13698# Hook for its removal unless debugging.
13699# Note that there is a small window in which the directory will not be cleaned:
13700# after its creation but before its name has been assigned to `$tmp'.
13701$debug ||
13702{
13703  tmp=
13704  trap 'exit_status=$?
13705  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13706' 0
13707  trap 'as_fn_exit 1' 1 2 13 15
13708}
13709# Create a (secure) tmp directory for tmp files.
13710
13711{
13712  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13713  test -n "$tmp" && test -d "$tmp"
13714}  ||
13715{
13716  tmp=./conf$$-$RANDOM
13717  (umask 077 && mkdir "$tmp")
13718} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
13719
13720# Set up the scripts for CONFIG_FILES section.
13721# No need to generate them if there are no CONFIG_FILES.
13722# This happens for instance with `./config.status config.h'.
13723if test -n "$CONFIG_FILES"; then
13724
13725
13726ac_cr=`echo X | tr X '\015'`
13727# On cygwin, bash can eat \r inside `` if the user requested igncr.
13728# But we know of no other shell where ac_cr would be empty at this
13729# point, so we can use a bashism as a fallback.
13730if test "x$ac_cr" = x; then
13731  eval ac_cr=\$\'\\r\'
13732fi
13733ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13734if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13735  ac_cs_awk_cr='\r'
13736else
13737  ac_cs_awk_cr=$ac_cr
13738fi
13739
13740echo 'BEGIN {' >"$tmp/subs1.awk" &&
13741_ACEOF
13742
13743
13744{
13745  echo "cat >conf$$subs.awk <<_ACEOF" &&
13746  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13747  echo "_ACEOF"
13748} >conf$$subs.sh ||
13749  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13750ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13751ac_delim='%!_!# '
13752for ac_last_try in false false false false false :; do
13753  . ./conf$$subs.sh ||
13754    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13755
13756  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13757  if test $ac_delim_n = $ac_delim_num; then
13758    break
13759  elif $ac_last_try; then
13760    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13761  else
13762    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13763  fi
13764done
13765rm -f conf$$subs.sh
13766
13767cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13768cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
13769_ACEOF
13770sed -n '
13771h
13772s/^/S["/; s/!.*/"]=/
13773p
13774g
13775s/^[^!]*!//
13776:repl
13777t repl
13778s/'"$ac_delim"'$//
13779t delim
13780:nl
13781h
13782s/\(.\{148\}\).*/\1/
13783t more1
13784s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13785p
13786n
13787b repl
13788:more1
13789s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13790p
13791g
13792s/.\{148\}//
13793t nl
13794:delim
13795h
13796s/\(.\{148\}\).*/\1/
13797t more2
13798s/["\\]/\\&/g; s/^/"/; s/$/"/
13799p
13800b
13801:more2
13802s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13803p
13804g
13805s/.\{148\}//
13806t delim
13807' <conf$$subs.awk | sed '
13808/^[^""]/{
13809  N
13810  s/\n//
13811}
13812' >>$CONFIG_STATUS || ac_write_fail=1
13813rm -f conf$$subs.awk
13814cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13815_ACAWK
13816cat >>"\$tmp/subs1.awk" <<_ACAWK &&
13817  for (key in S) S_is_set[key] = 1
13818  FS = ""
13819
13820}
13821{
13822  line = $ 0
13823  nfields = split(line, field, "@")
13824  substed = 0
13825  len = length(field[1])
13826  for (i = 2; i < nfields; i++) {
13827    key = field[i]
13828    keylen = length(key)
13829    if (S_is_set[key]) {
13830      value = S[key]
13831      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13832      len += length(value) + length(field[++i])
13833      substed = 1
13834    } else
13835      len += 1 + keylen
13836  }
13837
13838  print line
13839}
13840
13841_ACAWK
13842_ACEOF
13843cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13844if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13845  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13846else
13847  cat
13848fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
13849  || as_fn_error "could not setup config files machinery" "$LINENO" 5
13850_ACEOF
13851
13852# VPATH may cause trouble with some makes, so we remove $(srcdir),
13853# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13854# trailing colons and then remove the whole line if VPATH becomes empty
13855# (actually we leave an empty line to preserve line numbers).
13856if test "x$srcdir" = x.; then
13857  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
13858s/:*\$(srcdir):*/:/
13859s/:*\${srcdir}:*/:/
13860s/:*@srcdir@:*/:/
13861s/^\([^=]*=[	 ]*\):*/\1/
13862s/:*$//
13863s/^[^=]*=[	 ]*$//
13864}'
13865fi
13866
13867cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13868fi # test -n "$CONFIG_FILES"
13869
13870# Set up the scripts for CONFIG_HEADERS section.
13871# No need to generate them if there are no CONFIG_HEADERS.
13872# This happens for instance with `./config.status Makefile'.
13873if test -n "$CONFIG_HEADERS"; then
13874cat >"$tmp/defines.awk" <<\_ACAWK ||
13875BEGIN {
13876_ACEOF
13877
13878# Transform confdefs.h into an awk script `defines.awk', embedded as
13879# here-document in config.status, that substitutes the proper values into
13880# config.h.in to produce config.h.
13881
13882# Create a delimiter string that does not exist in confdefs.h, to ease
13883# handling of long lines.
13884ac_delim='%!_!# '
13885for ac_last_try in false false :; do
13886  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
13887  if test -z "$ac_t"; then
13888    break
13889  elif $ac_last_try; then
13890    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
13891  else
13892    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13893  fi
13894done
13895
13896# For the awk script, D is an array of macro values keyed by name,
13897# likewise P contains macro parameters if any.  Preserve backslash
13898# newline sequences.
13899
13900ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13901sed -n '
13902s/.\{148\}/&'"$ac_delim"'/g
13903t rset
13904:rset
13905s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
13906t def
13907d
13908:def
13909s/\\$//
13910t bsnl
13911s/["\\]/\\&/g
13912s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
13913D["\1"]=" \3"/p
13914s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
13915d
13916:bsnl
13917s/["\\]/\\&/g
13918s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
13919D["\1"]=" \3\\\\\\n"\\/p
13920t cont
13921s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13922t cont
13923d
13924:cont
13925n
13926s/.\{148\}/&'"$ac_delim"'/g
13927t clear
13928:clear
13929s/\\$//
13930t bsnlc
13931s/["\\]/\\&/g; s/^/"/; s/$/"/p
13932d
13933:bsnlc
13934s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13935b cont
13936' <confdefs.h | sed '
13937s/'"$ac_delim"'/"\\\
13938"/g' >>$CONFIG_STATUS || ac_write_fail=1
13939
13940cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13941  for (key in D) D_is_set[key] = 1
13942  FS = ""
13943}
13944/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13945  line = \$ 0
13946  split(line, arg, " ")
13947  if (arg[1] == "#") {
13948    defundef = arg[2]
13949    mac1 = arg[3]
13950  } else {
13951    defundef = substr(arg[1], 2)
13952    mac1 = arg[2]
13953  }
13954  split(mac1, mac2, "(") #)
13955  macro = mac2[1]
13956  prefix = substr(line, 1, index(line, defundef) - 1)
13957  if (D_is_set[macro]) {
13958    # Preserve the white space surrounding the "#".
13959    print prefix "define", macro P[macro] D[macro]
13960    next
13961  } else {
13962    # Replace #undef with comments.  This is necessary, for example,
13963    # in the case of _POSIX_SOURCE, which is predefined and required
13964    # on some systems where configure will not decide to define it.
13965    if (defundef == "undef") {
13966      print "/*", prefix defundef, macro, "*/"
13967      next
13968    }
13969  }
13970}
13971{ print }
13972_ACAWK
13973_ACEOF
13974cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13975  as_fn_error "could not setup config headers machinery" "$LINENO" 5
13976fi # test -n "$CONFIG_HEADERS"
13977
13978
13979eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13980shift
13981for ac_tag
13982do
13983  case $ac_tag in
13984  :[FHLC]) ac_mode=$ac_tag; continue;;
13985  esac
13986  case $ac_mode$ac_tag in
13987  :[FHL]*:*);;
13988  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
13989  :[FH]-) ac_tag=-:-;;
13990  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13991  esac
13992  ac_save_IFS=$IFS
13993  IFS=:
13994  set x $ac_tag
13995  IFS=$ac_save_IFS
13996  shift
13997  ac_file=$1
13998  shift
13999
14000  case $ac_mode in
14001  :L) ac_source=$1;;
14002  :[FH])
14003    ac_file_inputs=
14004    for ac_f
14005    do
14006      case $ac_f in
14007      -) ac_f="$tmp/stdin";;
14008      *) # Look for the file first in the build tree, then in the source tree
14009	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
14010	 # because $ac_f cannot contain `:'.
14011	 test -f "$ac_f" ||
14012	   case $ac_f in
14013	   [\\/$]*) false;;
14014	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14015	   esac ||
14016	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14017      esac
14018      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14019      as_fn_append ac_file_inputs " '$ac_f'"
14020    done
14021
14022    # Let's still pretend it is `configure' which instantiates (i.e., don't
14023    # use $as_me), people would be surprised to read:
14024    #    /* config.h.  Generated by config.status.  */
14025    configure_input='Generated from '`
14026	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14027	`' by configure.'
14028    if test x"$ac_file" != x-; then
14029      configure_input="$ac_file.  $configure_input"
14030      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14031$as_echo "$as_me: creating $ac_file" >&6;}
14032    fi
14033    # Neutralize special characters interpreted by sed in replacement strings.
14034    case $configure_input in #(
14035    *\&* | *\|* | *\\* )
14036       ac_sed_conf_input=`$as_echo "$configure_input" |
14037       sed 's/[\\\\&|]/\\\\&/g'`;; #(
14038    *) ac_sed_conf_input=$configure_input;;
14039    esac
14040
14041    case $ac_tag in
14042    *:-:* | *:-) cat >"$tmp/stdin" \
14043      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14044    esac
14045    ;;
14046  esac
14047
14048  ac_dir=`$as_dirname -- "$ac_file" ||
14049$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14050	 X"$ac_file" : 'X\(//\)[^/]' \| \
14051	 X"$ac_file" : 'X\(//\)$' \| \
14052	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14053$as_echo X"$ac_file" |
14054    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14055	    s//\1/
14056	    q
14057	  }
14058	  /^X\(\/\/\)[^/].*/{
14059	    s//\1/
14060	    q
14061	  }
14062	  /^X\(\/\/\)$/{
14063	    s//\1/
14064	    q
14065	  }
14066	  /^X\(\/\).*/{
14067	    s//\1/
14068	    q
14069	  }
14070	  s/.*/./; q'`
14071  as_dir="$ac_dir"; as_fn_mkdir_p
14072  ac_builddir=.
14073
14074case "$ac_dir" in
14075.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14076*)
14077  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14078  # A ".." for each directory in $ac_dir_suffix.
14079  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14080  case $ac_top_builddir_sub in
14081  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14082  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14083  esac ;;
14084esac
14085ac_abs_top_builddir=$ac_pwd
14086ac_abs_builddir=$ac_pwd$ac_dir_suffix
14087# for backward compatibility:
14088ac_top_builddir=$ac_top_build_prefix
14089
14090case $srcdir in
14091  .)  # We are building in place.
14092    ac_srcdir=.
14093    ac_top_srcdir=$ac_top_builddir_sub
14094    ac_abs_top_srcdir=$ac_pwd ;;
14095  [\\/]* | ?:[\\/]* )  # Absolute name.
14096    ac_srcdir=$srcdir$ac_dir_suffix;
14097    ac_top_srcdir=$srcdir
14098    ac_abs_top_srcdir=$srcdir ;;
14099  *) # Relative name.
14100    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14101    ac_top_srcdir=$ac_top_build_prefix$srcdir
14102    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14103esac
14104ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14105
14106
14107  case $ac_mode in
14108  :F)
14109  #
14110  # CONFIG_FILE
14111  #
14112
14113  case $INSTALL in
14114  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14115  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14116  esac
14117  ac_MKDIR_P=$MKDIR_P
14118  case $MKDIR_P in
14119  [\\/$]* | ?:[\\/]* ) ;;
14120  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14121  esac
14122_ACEOF
14123
14124cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14125# If the template does not know about datarootdir, expand it.
14126# FIXME: This hack should be removed a few years after 2.60.
14127ac_datarootdir_hack=; ac_datarootdir_seen=
14128ac_sed_dataroot='
14129/datarootdir/ {
14130  p
14131  q
14132}
14133/@datadir@/p
14134/@docdir@/p
14135/@infodir@/p
14136/@localedir@/p
14137/@mandir@/p'
14138case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14139*datarootdir*) ac_datarootdir_seen=yes;;
14140*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14141  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14142$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14143_ACEOF
14144cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14145  ac_datarootdir_hack='
14146  s&@datadir@&$datadir&g
14147  s&@docdir@&$docdir&g
14148  s&@infodir@&$infodir&g
14149  s&@localedir@&$localedir&g
14150  s&@mandir@&$mandir&g
14151  s&\\\${datarootdir}&$datarootdir&g' ;;
14152esac
14153_ACEOF
14154
14155# Neutralize VPATH when `$srcdir' = `.'.
14156# Shell code in configure.ac might set extrasub.
14157# FIXME: do we really want to maintain this feature?
14158cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14159ac_sed_extra="$ac_vpsub
14160$extrasub
14161_ACEOF
14162cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14163:t
14164/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14165s|@configure_input@|$ac_sed_conf_input|;t t
14166s&@top_builddir@&$ac_top_builddir_sub&;t t
14167s&@top_build_prefix@&$ac_top_build_prefix&;t t
14168s&@srcdir@&$ac_srcdir&;t t
14169s&@abs_srcdir@&$ac_abs_srcdir&;t t
14170s&@top_srcdir@&$ac_top_srcdir&;t t
14171s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14172s&@builddir@&$ac_builddir&;t t
14173s&@abs_builddir@&$ac_abs_builddir&;t t
14174s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14175s&@INSTALL@&$ac_INSTALL&;t t
14176s&@MKDIR_P@&$ac_MKDIR_P&;t t
14177$ac_datarootdir_hack
14178"
14179eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14180  || as_fn_error "could not create $ac_file" "$LINENO" 5
14181
14182test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14183  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14184  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14185  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14186which seems to be undefined.  Please make sure it is defined." >&5
14187$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14188which seems to be undefined.  Please make sure it is defined." >&2;}
14189
14190  rm -f "$tmp/stdin"
14191  case $ac_file in
14192  -) cat "$tmp/out" && rm -f "$tmp/out";;
14193  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14194  esac \
14195  || as_fn_error "could not create $ac_file" "$LINENO" 5
14196 ;;
14197  :H)
14198  #
14199  # CONFIG_HEADER
14200  #
14201  if test x"$ac_file" != x-; then
14202    {
14203      $as_echo "/* $configure_input  */" \
14204      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14205    } >"$tmp/config.h" \
14206      || as_fn_error "could not create $ac_file" "$LINENO" 5
14207    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14208      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14209$as_echo "$as_me: $ac_file is unchanged" >&6;}
14210    else
14211      rm -f "$ac_file"
14212      mv "$tmp/config.h" "$ac_file" \
14213	|| as_fn_error "could not create $ac_file" "$LINENO" 5
14214    fi
14215  else
14216    $as_echo "/* $configure_input  */" \
14217      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14218      || as_fn_error "could not create -" "$LINENO" 5
14219  fi
14220# Compute "$ac_file"'s index in $config_headers.
14221_am_arg="$ac_file"
14222_am_stamp_count=1
14223for _am_header in $config_headers :; do
14224  case $_am_header in
14225    $_am_arg | $_am_arg:* )
14226      break ;;
14227    * )
14228      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14229  esac
14230done
14231echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14232$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14233	 X"$_am_arg" : 'X\(//\)[^/]' \| \
14234	 X"$_am_arg" : 'X\(//\)$' \| \
14235	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14236$as_echo X"$_am_arg" |
14237    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14238	    s//\1/
14239	    q
14240	  }
14241	  /^X\(\/\/\)[^/].*/{
14242	    s//\1/
14243	    q
14244	  }
14245	  /^X\(\/\/\)$/{
14246	    s//\1/
14247	    q
14248	  }
14249	  /^X\(\/\).*/{
14250	    s//\1/
14251	    q
14252	  }
14253	  s/.*/./; q'`/stamp-h$_am_stamp_count
14254 ;;
14255
14256  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14257$as_echo "$as_me: executing $ac_file commands" >&6;}
14258 ;;
14259  esac
14260
14261
14262  case $ac_file$ac_mode in
14263    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14264  # Autoconf 2.62 quotes --file arguments for eval, but not when files
14265  # are listed without --file.  Let's play safe and only enable the eval
14266  # if we detect the quoting.
14267  case $CONFIG_FILES in
14268  *\'*) eval set x "$CONFIG_FILES" ;;
14269  *)   set x $CONFIG_FILES ;;
14270  esac
14271  shift
14272  for mf
14273  do
14274    # Strip MF so we end up with the name of the file.
14275    mf=`echo "$mf" | sed -e 's/:.*$//'`
14276    # Check whether this is an Automake generated Makefile or not.
14277    # We used to match only the files named `Makefile.in', but
14278    # some people rename them; so instead we look at the file content.
14279    # Grep'ing the first line is not enough: some people post-process
14280    # each Makefile.in and add a new line on top of each file to say so.
14281    # Grep'ing the whole file is not good either: AIX grep has a line
14282    # limit of 2048, but all sed's we know have understand at least 4000.
14283    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14284      dirpart=`$as_dirname -- "$mf" ||
14285$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14286	 X"$mf" : 'X\(//\)[^/]' \| \
14287	 X"$mf" : 'X\(//\)$' \| \
14288	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14289$as_echo X"$mf" |
14290    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14291	    s//\1/
14292	    q
14293	  }
14294	  /^X\(\/\/\)[^/].*/{
14295	    s//\1/
14296	    q
14297	  }
14298	  /^X\(\/\/\)$/{
14299	    s//\1/
14300	    q
14301	  }
14302	  /^X\(\/\).*/{
14303	    s//\1/
14304	    q
14305	  }
14306	  s/.*/./; q'`
14307    else
14308      continue
14309    fi
14310    # Extract the definition of DEPDIR, am__include, and am__quote
14311    # from the Makefile without running `make'.
14312    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14313    test -z "$DEPDIR" && continue
14314    am__include=`sed -n 's/^am__include = //p' < "$mf"`
14315    test -z "am__include" && continue
14316    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14317    # When using ansi2knr, U may be empty or an underscore; expand it
14318    U=`sed -n 's/^U = //p' < "$mf"`
14319    # Find all dependency output files, they are included files with
14320    # $(DEPDIR) in their names.  We invoke sed twice because it is the
14321    # simplest approach to changing $(DEPDIR) to its actual value in the
14322    # expansion.
14323    for file in `sed -n "
14324      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14325	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14326      # Make sure the directory exists.
14327      test -f "$dirpart/$file" && continue
14328      fdir=`$as_dirname -- "$file" ||
14329$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14330	 X"$file" : 'X\(//\)[^/]' \| \
14331	 X"$file" : 'X\(//\)$' \| \
14332	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14333$as_echo X"$file" |
14334    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14335	    s//\1/
14336	    q
14337	  }
14338	  /^X\(\/\/\)[^/].*/{
14339	    s//\1/
14340	    q
14341	  }
14342	  /^X\(\/\/\)$/{
14343	    s//\1/
14344	    q
14345	  }
14346	  /^X\(\/\).*/{
14347	    s//\1/
14348	    q
14349	  }
14350	  s/.*/./; q'`
14351      as_dir=$dirpart/$fdir; as_fn_mkdir_p
14352      # echo "creating $dirpart/$file"
14353      echo '# dummy' > "$dirpart/$file"
14354    done
14355  done
14356}
14357 ;;
14358    "libtool":C)
14359
14360    # See if we are running on zsh, and set the options which allow our
14361    # commands through without removal of \ escapes.
14362    if test -n "${ZSH_VERSION+set}" ; then
14363      setopt NO_GLOB_SUBST
14364    fi
14365
14366    cfgfile="${ofile}T"
14367    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14368    $RM "$cfgfile"
14369
14370    cat <<_LT_EOF >> "$cfgfile"
14371#! $SHELL
14372
14373# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14374# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14375# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14376# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14377#
14378#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14379#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14380#   Written by Gordon Matzigkeit, 1996
14381#
14382#   This file is part of GNU Libtool.
14383#
14384# GNU Libtool is free software; you can redistribute it and/or
14385# modify it under the terms of the GNU General Public License as
14386# published by the Free Software Foundation; either version 2 of
14387# the License, or (at your option) any later version.
14388#
14389# As a special exception to the GNU General Public License,
14390# if you distribute this file as part of a program or library that
14391# is built using GNU Libtool, you may include this file under the
14392# same distribution terms that you use for the rest of that program.
14393#
14394# GNU Libtool is distributed in the hope that it will be useful,
14395# but WITHOUT ANY WARRANTY; without even the implied warranty of
14396# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14397# GNU General Public License for more details.
14398#
14399# You should have received a copy of the GNU General Public License
14400# along with GNU Libtool; see the file COPYING.  If not, a copy
14401# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14402# obtained by writing to the Free Software Foundation, Inc.,
14403# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14404
14405
14406# The names of the tagged configurations supported by this script.
14407available_tags=""
14408
14409# ### BEGIN LIBTOOL CONFIG
14410
14411# Whether or not to build shared libraries.
14412build_libtool_libs=$enable_shared
14413
14414# Which release of libtool.m4 was used?
14415macro_version=$macro_version
14416macro_revision=$macro_revision
14417
14418# Whether or not to build static libraries.
14419build_old_libs=$enable_static
14420
14421# What type of objects to build.
14422pic_mode=$pic_mode
14423
14424# Whether or not to optimize for fast installation.
14425fast_install=$enable_fast_install
14426
14427# Shell to use when invoking shell scripts.
14428SHELL=$lt_SHELL
14429
14430# An echo program that protects backslashes.
14431ECHO=$lt_ECHO
14432
14433# The host system.
14434host_alias=$host_alias
14435host=$host
14436host_os=$host_os
14437
14438# The build system.
14439build_alias=$build_alias
14440build=$build
14441build_os=$build_os
14442
14443# A sed program that does not truncate output.
14444SED=$lt_SED
14445
14446# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14447Xsed="\$SED -e 1s/^X//"
14448
14449# A grep program that handles long lines.
14450GREP=$lt_GREP
14451
14452# An ERE matcher.
14453EGREP=$lt_EGREP
14454
14455# A literal string matcher.
14456FGREP=$lt_FGREP
14457
14458# A BSD- or MS-compatible name lister.
14459NM=$lt_NM
14460
14461# Whether we need soft or hard links.
14462LN_S=$lt_LN_S
14463
14464# What is the maximum length of a command?
14465max_cmd_len=$max_cmd_len
14466
14467# Object file suffix (normally "o").
14468objext=$ac_objext
14469
14470# Executable file suffix (normally "").
14471exeext=$exeext
14472
14473# whether the shell understands "unset".
14474lt_unset=$lt_unset
14475
14476# turn spaces into newlines.
14477SP2NL=$lt_lt_SP2NL
14478
14479# turn newlines into spaces.
14480NL2SP=$lt_lt_NL2SP
14481
14482# An object symbol dumper.
14483OBJDUMP=$lt_OBJDUMP
14484
14485# Method to check whether dependent libraries are shared objects.
14486deplibs_check_method=$lt_deplibs_check_method
14487
14488# Command to use when deplibs_check_method == "file_magic".
14489file_magic_cmd=$lt_file_magic_cmd
14490
14491# The archiver.
14492AR=$lt_AR
14493AR_FLAGS=$lt_AR_FLAGS
14494
14495# A symbol stripping program.
14496STRIP=$lt_STRIP
14497
14498# Commands used to install an old-style archive.
14499RANLIB=$lt_RANLIB
14500old_postinstall_cmds=$lt_old_postinstall_cmds
14501old_postuninstall_cmds=$lt_old_postuninstall_cmds
14502
14503# Whether to use a lock for old archive extraction.
14504lock_old_archive_extraction=$lock_old_archive_extraction
14505
14506# A C compiler.
14507LTCC=$lt_CC
14508
14509# LTCC compiler flags.
14510LTCFLAGS=$lt_CFLAGS
14511
14512# Take the output of nm and produce a listing of raw symbols and C names.
14513global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14514
14515# Transform the output of nm in a proper C declaration.
14516global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14517
14518# Transform the output of nm in a C name address pair.
14519global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14520
14521# Transform the output of nm in a C name address pair when lib prefix is needed.
14522global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14523
14524# The name of the directory that contains temporary libtool files.
14525objdir=$objdir
14526
14527# Used to examine libraries when file_magic_cmd begins with "file".
14528MAGIC_CMD=$MAGIC_CMD
14529
14530# Must we lock files when doing compilation?
14531need_locks=$lt_need_locks
14532
14533# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14534DSYMUTIL=$lt_DSYMUTIL
14535
14536# Tool to change global to local symbols on Mac OS X.
14537NMEDIT=$lt_NMEDIT
14538
14539# Tool to manipulate fat objects and archives on Mac OS X.
14540LIPO=$lt_LIPO
14541
14542# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14543OTOOL=$lt_OTOOL
14544
14545# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14546OTOOL64=$lt_OTOOL64
14547
14548# Old archive suffix (normally "a").
14549libext=$libext
14550
14551# Shared library suffix (normally ".so").
14552shrext_cmds=$lt_shrext_cmds
14553
14554# The commands to extract the exported symbol list from a shared archive.
14555extract_expsyms_cmds=$lt_extract_expsyms_cmds
14556
14557# Variables whose values should be saved in libtool wrapper scripts and
14558# restored at link time.
14559variables_saved_for_relink=$lt_variables_saved_for_relink
14560
14561# Do we need the "lib" prefix for modules?
14562need_lib_prefix=$need_lib_prefix
14563
14564# Do we need a version for libraries?
14565need_version=$need_version
14566
14567# Library versioning type.
14568version_type=$version_type
14569
14570# Shared library runtime path variable.
14571runpath_var=$runpath_var
14572
14573# Shared library path variable.
14574shlibpath_var=$shlibpath_var
14575
14576# Is shlibpath searched before the hard-coded library search path?
14577shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14578
14579# Format of library name prefix.
14580libname_spec=$lt_libname_spec
14581
14582# List of archive names.  First name is the real one, the rest are links.
14583# The last name is the one that the linker finds with -lNAME
14584library_names_spec=$lt_library_names_spec
14585
14586# The coded name of the library, if different from the real name.
14587soname_spec=$lt_soname_spec
14588
14589# Permission mode override for installation of shared libraries.
14590install_override_mode=$lt_install_override_mode
14591
14592# Command to use after installation of a shared archive.
14593postinstall_cmds=$lt_postinstall_cmds
14594
14595# Command to use after uninstallation of a shared archive.
14596postuninstall_cmds=$lt_postuninstall_cmds
14597
14598# Commands used to finish a libtool library installation in a directory.
14599finish_cmds=$lt_finish_cmds
14600
14601# As "finish_cmds", except a single script fragment to be evaled but
14602# not shown.
14603finish_eval=$lt_finish_eval
14604
14605# Whether we should hardcode library paths into libraries.
14606hardcode_into_libs=$hardcode_into_libs
14607
14608# Compile-time system search path for libraries.
14609sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14610
14611# Run-time system search path for libraries.
14612sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14613
14614# Whether dlopen is supported.
14615dlopen_support=$enable_dlopen
14616
14617# Whether dlopen of programs is supported.
14618dlopen_self=$enable_dlopen_self
14619
14620# Whether dlopen of statically linked programs is supported.
14621dlopen_self_static=$enable_dlopen_self_static
14622
14623# Commands to strip libraries.
14624old_striplib=$lt_old_striplib
14625striplib=$lt_striplib
14626
14627
14628# The linker used to build libraries.
14629LD=$lt_LD
14630
14631# How to create reloadable object files.
14632reload_flag=$lt_reload_flag
14633reload_cmds=$lt_reload_cmds
14634
14635# Commands used to build an old-style archive.
14636old_archive_cmds=$lt_old_archive_cmds
14637
14638# A language specific compiler.
14639CC=$lt_compiler
14640
14641# Is the compiler the GNU compiler?
14642with_gcc=$GCC
14643
14644# Compiler flag to turn off builtin functions.
14645no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14646
14647# How to pass a linker flag through the compiler.
14648wl=$lt_lt_prog_compiler_wl
14649
14650# Additional compiler flags for building library objects.
14651pic_flag=$lt_lt_prog_compiler_pic
14652
14653# Compiler flag to prevent dynamic linking.
14654link_static_flag=$lt_lt_prog_compiler_static
14655
14656# Does compiler simultaneously support -c and -o options?
14657compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14658
14659# Whether or not to add -lc for building shared libraries.
14660build_libtool_need_lc=$archive_cmds_need_lc
14661
14662# Whether or not to disallow shared libs when runtime libs are static.
14663allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14664
14665# Compiler flag to allow reflexive dlopens.
14666export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14667
14668# Compiler flag to generate shared objects directly from archives.
14669whole_archive_flag_spec=$lt_whole_archive_flag_spec
14670
14671# Whether the compiler copes with passing no objects directly.
14672compiler_needs_object=$lt_compiler_needs_object
14673
14674# Create an old-style archive from a shared archive.
14675old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14676
14677# Create a temporary old-style archive to link instead of a shared archive.
14678old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14679
14680# Commands used to build a shared archive.
14681archive_cmds=$lt_archive_cmds
14682archive_expsym_cmds=$lt_archive_expsym_cmds
14683
14684# Commands used to build a loadable module if different from building
14685# a shared archive.
14686module_cmds=$lt_module_cmds
14687module_expsym_cmds=$lt_module_expsym_cmds
14688
14689# Whether we are building with GNU ld or not.
14690with_gnu_ld=$lt_with_gnu_ld
14691
14692# Flag that allows shared libraries with undefined symbols to be built.
14693allow_undefined_flag=$lt_allow_undefined_flag
14694
14695# Flag that enforces no undefined symbols.
14696no_undefined_flag=$lt_no_undefined_flag
14697
14698# Flag to hardcode \$libdir into a binary during linking.
14699# This must work even if \$libdir does not exist
14700hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14701
14702# If ld is used when linking, flag to hardcode \$libdir into a binary
14703# during linking.  This must work even if \$libdir does not exist.
14704hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14705
14706# Whether we need a single "-rpath" flag with a separated argument.
14707hardcode_libdir_separator=$lt_hardcode_libdir_separator
14708
14709# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14710# DIR into the resulting binary.
14711hardcode_direct=$hardcode_direct
14712
14713# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14714# DIR into the resulting binary and the resulting library dependency is
14715# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14716# library is relocated.
14717hardcode_direct_absolute=$hardcode_direct_absolute
14718
14719# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14720# into the resulting binary.
14721hardcode_minus_L=$hardcode_minus_L
14722
14723# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14724# into the resulting binary.
14725hardcode_shlibpath_var=$hardcode_shlibpath_var
14726
14727# Set to "yes" if building a shared library automatically hardcodes DIR
14728# into the library and all subsequent libraries and executables linked
14729# against it.
14730hardcode_automatic=$hardcode_automatic
14731
14732# Set to yes if linker adds runtime paths of dependent libraries
14733# to runtime path list.
14734inherit_rpath=$inherit_rpath
14735
14736# Whether libtool must link a program against all its dependency libraries.
14737link_all_deplibs=$link_all_deplibs
14738
14739# Fix the shell variable \$srcfile for the compiler.
14740fix_srcfile_path=$lt_fix_srcfile_path
14741
14742# Set to "yes" if exported symbols are required.
14743always_export_symbols=$always_export_symbols
14744
14745# The commands to list exported symbols.
14746export_symbols_cmds=$lt_export_symbols_cmds
14747
14748# Symbols that should not be listed in the preloaded symbols.
14749exclude_expsyms=$lt_exclude_expsyms
14750
14751# Symbols that must always be exported.
14752include_expsyms=$lt_include_expsyms
14753
14754# Commands necessary for linking programs (against libraries) with templates.
14755prelink_cmds=$lt_prelink_cmds
14756
14757# Specify filename containing input files.
14758file_list_spec=$lt_file_list_spec
14759
14760# How to hardcode a shared library path into an executable.
14761hardcode_action=$hardcode_action
14762
14763# ### END LIBTOOL CONFIG
14764
14765_LT_EOF
14766
14767  case $host_os in
14768  aix3*)
14769    cat <<\_LT_EOF >> "$cfgfile"
14770# AIX sometimes has problems with the GCC collect2 program.  For some
14771# reason, if we set the COLLECT_NAMES environment variable, the problems
14772# vanish in a puff of smoke.
14773if test "X${COLLECT_NAMES+set}" != Xset; then
14774  COLLECT_NAMES=
14775  export COLLECT_NAMES
14776fi
14777_LT_EOF
14778    ;;
14779  esac
14780
14781
14782ltmain="$ac_aux_dir/ltmain.sh"
14783
14784
14785  # We use sed instead of cat because bash on DJGPP gets confused if
14786  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
14787  # text mode, it properly converts lines to CR/LF.  This bash problem
14788  # is reportedly fixed, but why not run on old versions too?
14789  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14790    || (rm -f "$cfgfile"; exit 1)
14791
14792  case $xsi_shell in
14793  yes)
14794    cat << \_LT_EOF >> "$cfgfile"
14795
14796# func_dirname file append nondir_replacement
14797# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14798# otherwise set result to NONDIR_REPLACEMENT.
14799func_dirname ()
14800{
14801  case ${1} in
14802    */*) func_dirname_result="${1%/*}${2}" ;;
14803    *  ) func_dirname_result="${3}" ;;
14804  esac
14805}
14806
14807# func_basename file
14808func_basename ()
14809{
14810  func_basename_result="${1##*/}"
14811}
14812
14813# func_dirname_and_basename file append nondir_replacement
14814# perform func_basename and func_dirname in a single function
14815# call:
14816#   dirname:  Compute the dirname of FILE.  If nonempty,
14817#             add APPEND to the result, otherwise set result
14818#             to NONDIR_REPLACEMENT.
14819#             value returned in "$func_dirname_result"
14820#   basename: Compute filename of FILE.
14821#             value retuned in "$func_basename_result"
14822# Implementation must be kept synchronized with func_dirname
14823# and func_basename. For efficiency, we do not delegate to
14824# those functions but instead duplicate the functionality here.
14825func_dirname_and_basename ()
14826{
14827  case ${1} in
14828    */*) func_dirname_result="${1%/*}${2}" ;;
14829    *  ) func_dirname_result="${3}" ;;
14830  esac
14831  func_basename_result="${1##*/}"
14832}
14833
14834# func_stripname prefix suffix name
14835# strip PREFIX and SUFFIX off of NAME.
14836# PREFIX and SUFFIX must not contain globbing or regex special
14837# characters, hashes, percent signs, but SUFFIX may contain a leading
14838# dot (in which case that matches only a dot).
14839func_stripname ()
14840{
14841  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14842  # positional parameters, so assign one to ordinary parameter first.
14843  func_stripname_result=${3}
14844  func_stripname_result=${func_stripname_result#"${1}"}
14845  func_stripname_result=${func_stripname_result%"${2}"}
14846}
14847
14848# func_opt_split
14849func_opt_split ()
14850{
14851  func_opt_split_opt=${1%%=*}
14852  func_opt_split_arg=${1#*=}
14853}
14854
14855# func_lo2o object
14856func_lo2o ()
14857{
14858  case ${1} in
14859    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14860    *)    func_lo2o_result=${1} ;;
14861  esac
14862}
14863
14864# func_xform libobj-or-source
14865func_xform ()
14866{
14867  func_xform_result=${1%.*}.lo
14868}
14869
14870# func_arith arithmetic-term...
14871func_arith ()
14872{
14873  func_arith_result=$(( $* ))
14874}
14875
14876# func_len string
14877# STRING may not start with a hyphen.
14878func_len ()
14879{
14880  func_len_result=${#1}
14881}
14882
14883_LT_EOF
14884    ;;
14885  *) # Bourne compatible functions.
14886    cat << \_LT_EOF >> "$cfgfile"
14887
14888# func_dirname file append nondir_replacement
14889# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14890# otherwise set result to NONDIR_REPLACEMENT.
14891func_dirname ()
14892{
14893  # Extract subdirectory from the argument.
14894  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14895  if test "X$func_dirname_result" = "X${1}"; then
14896    func_dirname_result="${3}"
14897  else
14898    func_dirname_result="$func_dirname_result${2}"
14899  fi
14900}
14901
14902# func_basename file
14903func_basename ()
14904{
14905  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14906}
14907
14908
14909# func_stripname prefix suffix name
14910# strip PREFIX and SUFFIX off of NAME.
14911# PREFIX and SUFFIX must not contain globbing or regex special
14912# characters, hashes, percent signs, but SUFFIX may contain a leading
14913# dot (in which case that matches only a dot).
14914# func_strip_suffix prefix name
14915func_stripname ()
14916{
14917  case ${2} in
14918    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14919    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14920  esac
14921}
14922
14923# sed scripts:
14924my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14925my_sed_long_arg='1s/^-[^=]*=//'
14926
14927# func_opt_split
14928func_opt_split ()
14929{
14930  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14931  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14932}
14933
14934# func_lo2o object
14935func_lo2o ()
14936{
14937  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14938}
14939
14940# func_xform libobj-or-source
14941func_xform ()
14942{
14943  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14944}
14945
14946# func_arith arithmetic-term...
14947func_arith ()
14948{
14949  func_arith_result=`expr "$@"`
14950}
14951
14952# func_len string
14953# STRING may not start with a hyphen.
14954func_len ()
14955{
14956  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14957}
14958
14959_LT_EOF
14960esac
14961
14962case $lt_shell_append in
14963  yes)
14964    cat << \_LT_EOF >> "$cfgfile"
14965
14966# func_append var value
14967# Append VALUE to the end of shell variable VAR.
14968func_append ()
14969{
14970  eval "$1+=\$2"
14971}
14972_LT_EOF
14973    ;;
14974  *)
14975    cat << \_LT_EOF >> "$cfgfile"
14976
14977# func_append var value
14978# Append VALUE to the end of shell variable VAR.
14979func_append ()
14980{
14981  eval "$1=\$$1\$2"
14982}
14983
14984_LT_EOF
14985    ;;
14986  esac
14987
14988
14989  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14990    || (rm -f "$cfgfile"; exit 1)
14991
14992  mv -f "$cfgfile" "$ofile" ||
14993    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14994  chmod +x "$ofile"
14995
14996 ;;
14997    "default-1":C)
14998    for ac_file in $CONFIG_FILES; do
14999      # Support "outfile[:infile[:infile...]]"
15000      case "$ac_file" in
15001        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15002      esac
15003      # PO directories have a Makefile.in generated from Makefile.in.in.
15004      case "$ac_file" in */Makefile.in)
15005        # Adjust a relative srcdir.
15006        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15007        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15008        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15009        # In autoconf-2.13 it is called $ac_given_srcdir.
15010        # In autoconf-2.50 it is called $srcdir.
15011        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15012        case "$ac_given_srcdir" in
15013          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15014          /*) top_srcdir="$ac_given_srcdir" ;;
15015          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
15016        esac
15017        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15018          rm -f "$ac_dir/POTFILES"
15019          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15020          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15021          POMAKEFILEDEPS="POTFILES.in"
15022          # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15023          # on $ac_dir but don't depend on user-specified configuration
15024          # parameters.
15025          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15026            # The LINGUAS file contains the set of available languages.
15027            if test -n "$OBSOLETE_ALL_LINGUAS"; then
15028              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
15029            fi
15030            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15031            # Hide the ALL_LINGUAS assigment from automake.
15032            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15033            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15034          else
15035            # The set of available languages was given in configure.in.
15036            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15037          fi
15038          case "$ac_given_srcdir" in
15039            .) srcdirpre= ;;
15040            *) srcdirpre='$(srcdir)/' ;;
15041          esac
15042          POFILES=
15043          GMOFILES=
15044          UPDATEPOFILES=
15045          DUMMYPOFILES=
15046          for lang in $ALL_LINGUAS; do
15047            POFILES="$POFILES $srcdirpre$lang.po"
15048            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15049            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15050            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15051          done
15052          # CATALOGS depends on both $ac_dir and the user's LINGUAS
15053          # environment variable.
15054          INST_LINGUAS=
15055          if test -n "$ALL_LINGUAS"; then
15056            for presentlang in $ALL_LINGUAS; do
15057              useit=no
15058              if test "%UNSET%" != "$LINGUAS"; then
15059                desiredlanguages="$LINGUAS"
15060              else
15061                desiredlanguages="$ALL_LINGUAS"
15062              fi
15063              for desiredlang in $desiredlanguages; do
15064                # Use the presentlang catalog if desiredlang is
15065                #   a. equal to presentlang, or
15066                #   b. a variant of presentlang (because in this case,
15067                #      presentlang can be used as a fallback for messages
15068                #      which are not translated in the desiredlang catalog).
15069                case "$desiredlang" in
15070                  "$presentlang"*) useit=yes;;
15071                esac
15072              done
15073              if test $useit = yes; then
15074                INST_LINGUAS="$INST_LINGUAS $presentlang"
15075              fi
15076            done
15077          fi
15078          CATALOGS=
15079          if test -n "$INST_LINGUAS"; then
15080            for lang in $INST_LINGUAS; do
15081              CATALOGS="$CATALOGS $lang.gmo"
15082            done
15083          fi
15084          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15085          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
15086          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15087            if test -f "$f"; then
15088              case "$f" in
15089                *.orig | *.bak | *~) ;;
15090                *) cat "$f" >> "$ac_dir/Makefile" ;;
15091              esac
15092            fi
15093          done
15094        fi
15095        ;;
15096      esac
15097    done ;;
15098
15099  esac
15100done # for ac_tag
15101
15102
15103as_fn_exit 0
15104_ACEOF
15105ac_clean_files=$ac_clean_files_save
15106
15107test $ac_write_fail = 0 ||
15108  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15109
15110
15111# configure is writing to config.log, and then calls config.status.
15112# config.status does its own redirection, appending to config.log.
15113# Unfortunately, on DOS this fails, as config.log is still kept open
15114# by configure, so config.status won't be able to write to it; its
15115# output is simply discarded.  So we exec the FD to /dev/null,
15116# effectively closing config.log, so it can be properly (re)opened and
15117# appended to by config.status.  When coming back to configure, we
15118# need to make the FD available again.
15119if test "$no_create" != yes; then
15120  ac_cs_success=:
15121  ac_config_status_args=
15122  test "$silent" = yes &&
15123    ac_config_status_args="$ac_config_status_args --quiet"
15124  exec 5>/dev/null
15125  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15126  exec 5>>config.log
15127  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15128  # would make configure fail if this is the last instruction.
15129  $ac_cs_success || as_fn_exit $?
15130fi
15131if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15132  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15133$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15134fi
15135
15136