xref: /netbsd-src/external/gpl3/binutils/dist/bfd/configure (revision dc885bbdd67f8b48e2ba6ab723946b314c387ea0)
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for bfd 2.42.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in #(
59      *"$as_nl"*)
60	expr "X$arg" : "X\\(.*\\)$as_nl";
61	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""	$as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1
200
201  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205    PATH=/empty FPATH=/empty; export PATH FPATH
206    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208  if (eval "$as_required") 2>/dev/null; then :
209  as_have_required=yes
210else
211  as_have_required=no
212fi
213  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220  IFS=$as_save_IFS
221  test -z "$as_dir" && as_dir=.
222  as_found=:
223  case $as_dir in #(
224	 /*)
225	   for as_base in sh bash ksh sh5; do
226	     # Try only shells that exist, to save several forks.
227	     as_shell=$as_dir/$as_base
228	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230  CONFIG_SHELL=$as_shell as_have_required=yes
231		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232  break 2
233fi
234fi
235	   done;;
236       esac
237  as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241  CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246      if test "x$CONFIG_SHELL" != x; then :
247  export CONFIG_SHELL
248             # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256  *v*x* | *x*v* ) as_opts=-vx ;;
257  *v* ) as_opts=-v ;;
258  *x* ) as_opts=-x ;;
259  * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
266fi
267
268    if test x$as_have_required = xno; then :
269  $as_echo "$0: This script requires a shell more modern than all"
270  $as_echo "$0: the shells that I found on your system."
271  if test x${ZSH_VERSION+set} = xset ; then
272    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274  else
275    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
279  fi
280  exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298  { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307  return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315  set +e
316  as_fn_set_status $1
317  exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326  case $as_dir in #(
327  -*) as_dir=./$as_dir;;
328  esac
329  test -d "$as_dir" || eval $as_mkdir_p || {
330    as_dirs=
331    while :; do
332      case $as_dir in #(
333      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334      *) as_qdir=$as_dir;;
335      esac
336      as_dirs="'$as_qdir' $as_dirs"
337      as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339	 X"$as_dir" : 'X\(//\)[^/]' \| \
340	 X"$as_dir" : 'X\(//\)$' \| \
341	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344	    s//\1/
345	    q
346	  }
347	  /^X\(\/\/\)[^/].*/{
348	    s//\1/
349	    q
350	  }
351	  /^X\(\/\/\)$/{
352	    s//\1/
353	    q
354	  }
355	  /^X\(\/\).*/{
356	    s//\1/
357	    q
358	  }
359	  s/.*/./; q'`
360      test -d "$as_dir" && break
361    done
362    test -z "$as_dirs" || eval "mkdir $as_dirs"
363  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366} # as_fn_mkdir_p
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373  test -f "$1" && test -x "$1"
374} # as_fn_executable_p
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382  eval 'as_fn_append ()
383  {
384    eval $1+=\$2
385  }'
386else
387  as_fn_append ()
388  {
389    eval $1=\$$1\$2
390  }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399  eval 'as_fn_arith ()
400  {
401    as_val=$(( $* ))
402  }'
403else
404  as_fn_arith ()
405  {
406    as_val=`expr "$@" || test $? -eq 1`
407  }
408fi # as_fn_arith
409
410
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415# script with STATUS, using 1 if that was 0.
416as_fn_error ()
417{
418  as_status=$1; test $as_status -eq 0 && as_status=1
419  if test "$4"; then
420    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422  fi
423  $as_echo "$as_me: error: $2" >&2
424  as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428   test "X`expr 00001 : '.*\(...\)'`" = X001; then
429  as_expr=expr
430else
431  as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435  as_basename=basename
436else
437  as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441  as_dirname=dirname
442else
443  as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448	 X"$0" : 'X\(//\)$' \| \
449	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451    sed '/^.*\/\([^/][^/]*\)\/*$/{
452	    s//\1/
453	    q
454	  }
455	  /^X\/\(\/\/\)$/{
456	    s//\1/
457	    q
458	  }
459	  /^X\/\(\/\).*/{
460	    s//\1/
461	    q
462	  }
463	  s/.*/./; q'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473  as_lineno_1=$LINENO as_lineno_1a=$LINENO
474  as_lineno_2=$LINENO as_lineno_2a=$LINENO
475  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
478  sed -n '
479    p
480    /[$]LINENO/=
481  ' <$as_myself |
482    sed '
483      s/[$]LINENO.*/&-/
484      t lineno
485      b
486      :lineno
487      N
488      :loop
489      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490      t loop
491      s/-\n.*//
492    ' >$as_me.lineno &&
493  chmod +x "$as_me.lineno" ||
494    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497  # already done that, so ensure we don't try to do so again and fall
498  # in an infinite loop.  This has already happened in practice.
499  _as_can_reexec=no; export _as_can_reexec
500  # Don't try to exec as it changes $[0], causing all sort of problems
501  # (the dirname of $[0] is not the place where we might find the
502  # original and so on.  Autoconf is especially sensitive to this).
503  . "./$as_me.lineno"
504  # Exit status is that of the last command.
505  exit
506}
507
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511  case `echo 'xy\c'` in
512  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
513  xy)  ECHO_C='\c';;
514  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
515       ECHO_T='	';;
516  esac;;
517*)
518  ECHO_N='-n';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523  rm -f conf$$.dir/conf$$.file
524else
525  rm -f conf$$.dir
526  mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529  if ln -s conf$$.file conf$$ 2>/dev/null; then
530    as_ln_s='ln -s'
531    # ... but there are two gotchas:
532    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534    # In both cases, we have to default to `cp -pR'.
535    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536      as_ln_s='cp -pR'
537  elif ln conf$$.file conf$$ 2>/dev/null; then
538    as_ln_s=ln
539  else
540    as_ln_s='cp -pR'
541  fi
542else
543  as_ln_s='cp -pR'
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549  as_mkdir_p='mkdir -p "$as_dir"'
550else
551  test -d ./-p && rmdir ./-p
552  as_mkdir_p=false
553fi
554
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
569
570# Name of the host.
571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME='bfd'
589PACKAGE_TARNAME='bfd'
590PACKAGE_VERSION='2.42'
591PACKAGE_STRING='bfd 2.42'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595ac_unique_file="libbfd.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610#  include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615#  include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632gt_needs=
633ac_header_list=
634ac_subst_vars='am__EXEEXT_FALSE
635am__EXEEXT_TRUE
636LTLIBOBJS
637LIBOBJS
638bfd_ufile_ptr
639bfd_file_ptr
640lt_cv_dlopen_libs
641supports_plugins
642COREFLAG
643COREFILE
644havevecs
645tdefaults
646bfd_default_target_size
647bfd_machines
648bfd_backends
649all_backends
650bfd64_libs
651wordsize
652TDEFINES
653SHARED_LIBADD
654SHARED_LDFLAGS
655LIBM
656ZSTD_LIBS
657ZSTD_CFLAGS
658PKG_CONFIG_LIBDIR
659PKG_CONFIG_PATH
660PKG_CONFIG
661zlibinc
662zlibdir
663EXEEXT_FOR_BUILD
664CC_FOR_BUILD
665HDEFINES
666CATOBJEXT
667GENCAT
668INSTOBJEXT
669DATADIRNAME
670CATALOGS
671INCINTL
672LIBINTL_DEP
673POSUB
674LTLIBINTL
675LIBINTL
676INTLLIBS
677LTLIBICONV
678LIBICONV
679INTL_MACOSX_LIBS
680MSGMERGE
681XGETTEXT
682GMSGFMT
683MSGFMT
684USE_NLS
685MKINSTALLDIRS
686bfdincludedir
687bfdlibdir
688target_noncanonical
689host_noncanonical
690INSTALL_LIBBFD_FALSE
691INSTALL_LIBBFD_TRUE
692GENINSRC_NEVER_FALSE
693GENINSRC_NEVER_TRUE
694MAINT
695MAINTAINER_MODE_FALSE
696MAINTAINER_MODE_TRUE
697WARN_WRITE_STRINGS
698NO_WERROR
699WARN_CFLAGS_FOR_BUILD
700WARN_CFLAGS
701REPORT_BUGS_TEXI
702REPORT_BUGS_TO
703PKGVERSION
704DEBUGDIR
705ENABLE_BFD_64_BIT_FALSE
706ENABLE_BFD_64_BIT_TRUE
707PLUGINS_FALSE
708PLUGINS_TRUE
709LARGEFILE_CPPFLAGS
710OTOOL64
711OTOOL
712LIPO
713NMEDIT
714DSYMUTIL
715OBJDUMP
716LN_S
717NM
718ac_ct_DUMPBIN
719DUMPBIN
720LD
721FGREP
722SED
723LIBTOOL
724EGREP
725GREP
726CPP
727am__fastdepCC_FALSE
728am__fastdepCC_TRUE
729CCDEPMODE
730am__nodep
731AMDEPBACKSLASH
732AMDEP_FALSE
733AMDEP_TRUE
734am__quote
735am__include
736DEPDIR
737OBJEXT
738EXEEXT
739ac_ct_CC
740CPPFLAGS
741LDFLAGS
742CFLAGS
743CC
744RANLIB
745AR
746AM_BACKSLASH
747AM_DEFAULT_VERBOSITY
748AM_DEFAULT_V
749AM_V
750am__untar
751am__tar
752AMTAR
753am__leading_dot
754SET_MAKE
755AWK
756mkdir_p
757MKDIR_P
758INSTALL_STRIP_PROGRAM
759STRIP
760install_sh
761MAKEINFO
762AUTOHEADER
763AUTOMAKE
764AUTOCONF
765ACLOCAL
766VERSION
767PACKAGE
768CYGPATH_W
769am__isrc
770INSTALL_DATA
771INSTALL_SCRIPT
772INSTALL_PROGRAM
773target_os
774target_vendor
775target_cpu
776target
777host_os
778host_vendor
779host_cpu
780host
781build_os
782build_vendor
783build_cpu
784build
785target_alias
786host_alias
787build_alias
788LIBS
789ECHO_T
790ECHO_N
791ECHO_C
792DEFS
793mandir
794localedir
795libdir
796psdir
797pdfdir
798dvidir
799htmldir
800infodir
801docdir
802oldincludedir
803includedir
804localstatedir
805sharedstatedir
806sysconfdir
807datadir
808datarootdir
809libexecdir
810sbindir
811bindir
812program_transform_name
813prefix
814exec_prefix
815PACKAGE_URL
816PACKAGE_BUGREPORT
817PACKAGE_STRING
818PACKAGE_VERSION
819PACKAGE_TARNAME
820PACKAGE_NAME
821PATH_SEPARATOR
822SHELL'
823ac_subst_files=''
824ac_user_opts='
825enable_option_checking
826enable_silent_rules
827enable_shared
828enable_dependency_tracking
829enable_static
830with_pic
831enable_fast_install
832with_gnu_ld
833enable_libtool_lock
834enable_plugins
835enable_largefile
836enable_checking
837enable_64_bit_bfd
838enable_targets
839enable_64_bit_archive
840with_mmap
841enable_secureplt
842enable_separate_code
843enable_leading_mingw64_underscores
844with_separate_debug_dir
845with_pkgversion
846with_bugurl
847enable_werror
848enable_build_warnings
849enable_maintainer_mode
850enable_install_libbfd
851enable_nls
852enable_rpath
853with_libiconv_prefix
854with_libiconv_type
855with_libintl_prefix
856with_libintl_type
857with_system_zlib
858with_zstd
859'
860      ac_precious_vars='build_alias
861host_alias
862target_alias
863CC
864CFLAGS
865LDFLAGS
866LIBS
867CPPFLAGS
868CPP
869PKG_CONFIG
870PKG_CONFIG_PATH
871PKG_CONFIG_LIBDIR
872ZSTD_CFLAGS
873ZSTD_LIBS'
874
875
876# Initialize some variables set by options.
877ac_init_help=
878ac_init_version=false
879ac_unrecognized_opts=
880ac_unrecognized_sep=
881# The variables have the same names as the options, with
882# dashes changed to underlines.
883cache_file=/dev/null
884exec_prefix=NONE
885no_create=
886no_recursion=
887prefix=NONE
888program_prefix=NONE
889program_suffix=NONE
890program_transform_name=s,x,x,
891silent=
892site=
893srcdir=
894verbose=
895x_includes=NONE
896x_libraries=NONE
897
898# Installation directory options.
899# These are left unexpanded so users can "make install exec_prefix=/foo"
900# and all the variables that are supposed to be based on exec_prefix
901# by default will actually change.
902# Use braces instead of parens because sh, perl, etc. also accept them.
903# (The list follows the same order as the GNU Coding Standards.)
904bindir='${exec_prefix}/bin'
905sbindir='${exec_prefix}/sbin'
906libexecdir='${exec_prefix}/libexec'
907datarootdir='${prefix}/share'
908datadir='${datarootdir}'
909sysconfdir='${prefix}/etc'
910sharedstatedir='${prefix}/com'
911localstatedir='${prefix}/var'
912includedir='${prefix}/include'
913oldincludedir='/usr/include'
914docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
915infodir='${datarootdir}/info'
916htmldir='${docdir}'
917dvidir='${docdir}'
918pdfdir='${docdir}'
919psdir='${docdir}'
920libdir='${exec_prefix}/lib'
921localedir='${datarootdir}/locale'
922mandir='${datarootdir}/man'
923
924ac_prev=
925ac_dashdash=
926for ac_option
927do
928  # If the previous option needs an argument, assign it.
929  if test -n "$ac_prev"; then
930    eval $ac_prev=\$ac_option
931    ac_prev=
932    continue
933  fi
934
935  case $ac_option in
936  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
937  *=)   ac_optarg= ;;
938  *)    ac_optarg=yes ;;
939  esac
940
941  # Accept the important Cygnus configure options, so we can diagnose typos.
942
943  case $ac_dashdash$ac_option in
944  --)
945    ac_dashdash=yes ;;
946
947  -bindir | --bindir | --bindi | --bind | --bin | --bi)
948    ac_prev=bindir ;;
949  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
950    bindir=$ac_optarg ;;
951
952  -build | --build | --buil | --bui | --bu)
953    ac_prev=build_alias ;;
954  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
955    build_alias=$ac_optarg ;;
956
957  -cache-file | --cache-file | --cache-fil | --cache-fi \
958  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
959    ac_prev=cache_file ;;
960  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
961  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
962    cache_file=$ac_optarg ;;
963
964  --config-cache | -C)
965    cache_file=config.cache ;;
966
967  -datadir | --datadir | --datadi | --datad)
968    ac_prev=datadir ;;
969  -datadir=* | --datadir=* | --datadi=* | --datad=*)
970    datadir=$ac_optarg ;;
971
972  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
973  | --dataroo | --dataro | --datar)
974    ac_prev=datarootdir ;;
975  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
976  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
977    datarootdir=$ac_optarg ;;
978
979  -disable-* | --disable-*)
980    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
981    # Reject names that are not valid shell variable names.
982    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
983      as_fn_error $? "invalid feature name: $ac_useropt"
984    ac_useropt_orig=$ac_useropt
985    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
986    case $ac_user_opts in
987      *"
988"enable_$ac_useropt"
989"*) ;;
990      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
991	 ac_unrecognized_sep=', ';;
992    esac
993    eval enable_$ac_useropt=no ;;
994
995  -docdir | --docdir | --docdi | --doc | --do)
996    ac_prev=docdir ;;
997  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
998    docdir=$ac_optarg ;;
999
1000  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1001    ac_prev=dvidir ;;
1002  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1003    dvidir=$ac_optarg ;;
1004
1005  -enable-* | --enable-*)
1006    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1007    # Reject names that are not valid shell variable names.
1008    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1009      as_fn_error $? "invalid feature name: $ac_useropt"
1010    ac_useropt_orig=$ac_useropt
1011    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1012    case $ac_user_opts in
1013      *"
1014"enable_$ac_useropt"
1015"*) ;;
1016      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1017	 ac_unrecognized_sep=', ';;
1018    esac
1019    eval enable_$ac_useropt=\$ac_optarg ;;
1020
1021  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1022  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1023  | --exec | --exe | --ex)
1024    ac_prev=exec_prefix ;;
1025  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1026  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1027  | --exec=* | --exe=* | --ex=*)
1028    exec_prefix=$ac_optarg ;;
1029
1030  -gas | --gas | --ga | --g)
1031    # Obsolete; use --with-gas.
1032    with_gas=yes ;;
1033
1034  -help | --help | --hel | --he | -h)
1035    ac_init_help=long ;;
1036  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1037    ac_init_help=recursive ;;
1038  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1039    ac_init_help=short ;;
1040
1041  -host | --host | --hos | --ho)
1042    ac_prev=host_alias ;;
1043  -host=* | --host=* | --hos=* | --ho=*)
1044    host_alias=$ac_optarg ;;
1045
1046  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1047    ac_prev=htmldir ;;
1048  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1049  | --ht=*)
1050    htmldir=$ac_optarg ;;
1051
1052  -includedir | --includedir | --includedi | --included | --include \
1053  | --includ | --inclu | --incl | --inc)
1054    ac_prev=includedir ;;
1055  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1056  | --includ=* | --inclu=* | --incl=* | --inc=*)
1057    includedir=$ac_optarg ;;
1058
1059  -infodir | --infodir | --infodi | --infod | --info | --inf)
1060    ac_prev=infodir ;;
1061  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1062    infodir=$ac_optarg ;;
1063
1064  -libdir | --libdir | --libdi | --libd)
1065    ac_prev=libdir ;;
1066  -libdir=* | --libdir=* | --libdi=* | --libd=*)
1067    libdir=$ac_optarg ;;
1068
1069  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1070  | --libexe | --libex | --libe)
1071    ac_prev=libexecdir ;;
1072  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1073  | --libexe=* | --libex=* | --libe=*)
1074    libexecdir=$ac_optarg ;;
1075
1076  -localedir | --localedir | --localedi | --localed | --locale)
1077    ac_prev=localedir ;;
1078  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1079    localedir=$ac_optarg ;;
1080
1081  -localstatedir | --localstatedir | --localstatedi | --localstated \
1082  | --localstate | --localstat | --localsta | --localst | --locals)
1083    ac_prev=localstatedir ;;
1084  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1085  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1086    localstatedir=$ac_optarg ;;
1087
1088  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1089    ac_prev=mandir ;;
1090  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1091    mandir=$ac_optarg ;;
1092
1093  -nfp | --nfp | --nf)
1094    # Obsolete; use --without-fp.
1095    with_fp=no ;;
1096
1097  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1098  | --no-cr | --no-c | -n)
1099    no_create=yes ;;
1100
1101  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1102  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1103    no_recursion=yes ;;
1104
1105  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1106  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1107  | --oldin | --oldi | --old | --ol | --o)
1108    ac_prev=oldincludedir ;;
1109  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1110  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1111  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1112    oldincludedir=$ac_optarg ;;
1113
1114  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1115    ac_prev=prefix ;;
1116  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1117    prefix=$ac_optarg ;;
1118
1119  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1120  | --program-pre | --program-pr | --program-p)
1121    ac_prev=program_prefix ;;
1122  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1123  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1124    program_prefix=$ac_optarg ;;
1125
1126  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1127  | --program-suf | --program-su | --program-s)
1128    ac_prev=program_suffix ;;
1129  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1130  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1131    program_suffix=$ac_optarg ;;
1132
1133  -program-transform-name | --program-transform-name \
1134  | --program-transform-nam | --program-transform-na \
1135  | --program-transform-n | --program-transform- \
1136  | --program-transform | --program-transfor \
1137  | --program-transfo | --program-transf \
1138  | --program-trans | --program-tran \
1139  | --progr-tra | --program-tr | --program-t)
1140    ac_prev=program_transform_name ;;
1141  -program-transform-name=* | --program-transform-name=* \
1142  | --program-transform-nam=* | --program-transform-na=* \
1143  | --program-transform-n=* | --program-transform-=* \
1144  | --program-transform=* | --program-transfor=* \
1145  | --program-transfo=* | --program-transf=* \
1146  | --program-trans=* | --program-tran=* \
1147  | --progr-tra=* | --program-tr=* | --program-t=*)
1148    program_transform_name=$ac_optarg ;;
1149
1150  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1151    ac_prev=pdfdir ;;
1152  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1153    pdfdir=$ac_optarg ;;
1154
1155  -psdir | --psdir | --psdi | --psd | --ps)
1156    ac_prev=psdir ;;
1157  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1158    psdir=$ac_optarg ;;
1159
1160  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1161  | -silent | --silent | --silen | --sile | --sil)
1162    silent=yes ;;
1163
1164  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1165    ac_prev=sbindir ;;
1166  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1167  | --sbi=* | --sb=*)
1168    sbindir=$ac_optarg ;;
1169
1170  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1171  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1172  | --sharedst | --shareds | --shared | --share | --shar \
1173  | --sha | --sh)
1174    ac_prev=sharedstatedir ;;
1175  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1176  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1177  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1178  | --sha=* | --sh=*)
1179    sharedstatedir=$ac_optarg ;;
1180
1181  -site | --site | --sit)
1182    ac_prev=site ;;
1183  -site=* | --site=* | --sit=*)
1184    site=$ac_optarg ;;
1185
1186  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1187    ac_prev=srcdir ;;
1188  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1189    srcdir=$ac_optarg ;;
1190
1191  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1192  | --syscon | --sysco | --sysc | --sys | --sy)
1193    ac_prev=sysconfdir ;;
1194  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1195  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1196    sysconfdir=$ac_optarg ;;
1197
1198  -target | --target | --targe | --targ | --tar | --ta | --t)
1199    ac_prev=target_alias ;;
1200  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1201    target_alias=$ac_optarg ;;
1202
1203  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1204    verbose=yes ;;
1205
1206  -version | --version | --versio | --versi | --vers | -V)
1207    ac_init_version=: ;;
1208
1209  -with-* | --with-*)
1210    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1211    # Reject names that are not valid shell variable names.
1212    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213      as_fn_error $? "invalid package name: $ac_useropt"
1214    ac_useropt_orig=$ac_useropt
1215    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216    case $ac_user_opts in
1217      *"
1218"with_$ac_useropt"
1219"*) ;;
1220      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221	 ac_unrecognized_sep=', ';;
1222    esac
1223    eval with_$ac_useropt=\$ac_optarg ;;
1224
1225  -without-* | --without-*)
1226    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227    # Reject names that are not valid shell variable names.
1228    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229      as_fn_error $? "invalid package name: $ac_useropt"
1230    ac_useropt_orig=$ac_useropt
1231    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232    case $ac_user_opts in
1233      *"
1234"with_$ac_useropt"
1235"*) ;;
1236      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237	 ac_unrecognized_sep=', ';;
1238    esac
1239    eval with_$ac_useropt=no ;;
1240
1241  --x)
1242    # Obsolete; use --with-x.
1243    with_x=yes ;;
1244
1245  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246  | --x-incl | --x-inc | --x-in | --x-i)
1247    ac_prev=x_includes ;;
1248  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250    x_includes=$ac_optarg ;;
1251
1252  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254    ac_prev=x_libraries ;;
1255  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257    x_libraries=$ac_optarg ;;
1258
1259  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1260Try \`$0 --help' for more information"
1261    ;;
1262
1263  *=*)
1264    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265    # Reject names that are not valid shell variable names.
1266    case $ac_envvar in #(
1267      '' | [0-9]* | *[!_$as_cr_alnum]* )
1268      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1269    esac
1270    eval $ac_envvar=\$ac_optarg
1271    export $ac_envvar ;;
1272
1273  *)
1274    # FIXME: should be removed in autoconf 3.0.
1275    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1279    ;;
1280
1281  esac
1282done
1283
1284if test -n "$ac_prev"; then
1285  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286  as_fn_error $? "missing argument to $ac_option"
1287fi
1288
1289if test -n "$ac_unrecognized_opts"; then
1290  case $enable_option_checking in
1291    no) ;;
1292    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1293    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1294  esac
1295fi
1296
1297# Check all directory arguments for consistency.
1298for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1299		datadir sysconfdir sharedstatedir localstatedir includedir \
1300		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1301		libdir localedir mandir
1302do
1303  eval ac_val=\$$ac_var
1304  # Remove trailing slashes.
1305  case $ac_val in
1306    */ )
1307      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1308      eval $ac_var=\$ac_val;;
1309  esac
1310  # Be sure to have absolute directory names.
1311  case $ac_val in
1312    [\\/$]* | ?:[\\/]* )  continue;;
1313    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1314  esac
1315  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1316done
1317
1318# There might be people who depend on the old broken behavior: `$host'
1319# used to hold the argument of --host etc.
1320# FIXME: To remove some day.
1321build=$build_alias
1322host=$host_alias
1323target=$target_alias
1324
1325# FIXME: To remove some day.
1326if test "x$host_alias" != x; then
1327  if test "x$build_alias" = x; then
1328    cross_compiling=maybe
1329  elif test "x$build_alias" != "x$host_alias"; then
1330    cross_compiling=yes
1331  fi
1332fi
1333
1334ac_tool_prefix=
1335test -n "$host_alias" && ac_tool_prefix=$host_alias-
1336
1337test "$silent" = yes && exec 6>/dev/null
1338
1339
1340ac_pwd=`pwd` && test -n "$ac_pwd" &&
1341ac_ls_di=`ls -di .` &&
1342ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1343  as_fn_error $? "working directory cannot be determined"
1344test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1345  as_fn_error $? "pwd does not report name of working directory"
1346
1347
1348# Find the source files, if location was not specified.
1349if test -z "$srcdir"; then
1350  ac_srcdir_defaulted=yes
1351  # Try the directory containing this script, then the parent directory.
1352  ac_confdir=`$as_dirname -- "$as_myself" ||
1353$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1354	 X"$as_myself" : 'X\(//\)[^/]' \| \
1355	 X"$as_myself" : 'X\(//\)$' \| \
1356	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1357$as_echo X"$as_myself" |
1358    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1359	    s//\1/
1360	    q
1361	  }
1362	  /^X\(\/\/\)[^/].*/{
1363	    s//\1/
1364	    q
1365	  }
1366	  /^X\(\/\/\)$/{
1367	    s//\1/
1368	    q
1369	  }
1370	  /^X\(\/\).*/{
1371	    s//\1/
1372	    q
1373	  }
1374	  s/.*/./; q'`
1375  srcdir=$ac_confdir
1376  if test ! -r "$srcdir/$ac_unique_file"; then
1377    srcdir=..
1378  fi
1379else
1380  ac_srcdir_defaulted=no
1381fi
1382if test ! -r "$srcdir/$ac_unique_file"; then
1383  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1384  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1385fi
1386ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1387ac_abs_confdir=`(
1388	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1389	pwd)`
1390# When building in place, set srcdir=.
1391if test "$ac_abs_confdir" = "$ac_pwd"; then
1392  srcdir=.
1393fi
1394# Remove unnecessary trailing slashes from srcdir.
1395# Double slashes in file names in object file debugging info
1396# mess up M-x gdb in Emacs.
1397case $srcdir in
1398*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1399esac
1400for ac_var in $ac_precious_vars; do
1401  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1402  eval ac_env_${ac_var}_value=\$${ac_var}
1403  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1404  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1405done
1406
1407#
1408# Report the --help message.
1409#
1410if test "$ac_init_help" = "long"; then
1411  # Omit some internal or obsolete options to make the list less imposing.
1412  # This message is too long to be a string in the A/UX 3.1 sh.
1413  cat <<_ACEOF
1414\`configure' configures bfd 2.42 to adapt to many kinds of systems.
1415
1416Usage: $0 [OPTION]... [VAR=VALUE]...
1417
1418To assign environment variables (e.g., CC, CFLAGS...), specify them as
1419VAR=VALUE.  See below for descriptions of some of the useful variables.
1420
1421Defaults for the options are specified in brackets.
1422
1423Configuration:
1424  -h, --help              display this help and exit
1425      --help=short        display options specific to this package
1426      --help=recursive    display the short help of all the included packages
1427  -V, --version           display version information and exit
1428  -q, --quiet, --silent   do not print \`checking ...' messages
1429      --cache-file=FILE   cache test results in FILE [disabled]
1430  -C, --config-cache      alias for \`--cache-file=config.cache'
1431  -n, --no-create         do not create output files
1432      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1433
1434Installation directories:
1435  --prefix=PREFIX         install architecture-independent files in PREFIX
1436                          [$ac_default_prefix]
1437  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1438                          [PREFIX]
1439
1440By default, \`make install' will install all the files in
1441\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1442an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1443for instance \`--prefix=\$HOME'.
1444
1445For better control, use the options below.
1446
1447Fine tuning of the installation directories:
1448  --bindir=DIR            user executables [EPREFIX/bin]
1449  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1450  --libexecdir=DIR        program executables [EPREFIX/libexec]
1451  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1452  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1453  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1454  --libdir=DIR            object code libraries [EPREFIX/lib]
1455  --includedir=DIR        C header files [PREFIX/include]
1456  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1457  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1458  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1459  --infodir=DIR           info documentation [DATAROOTDIR/info]
1460  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1461  --mandir=DIR            man documentation [DATAROOTDIR/man]
1462  --docdir=DIR            documentation root [DATAROOTDIR/doc/bfd]
1463  --htmldir=DIR           html documentation [DOCDIR]
1464  --dvidir=DIR            dvi documentation [DOCDIR]
1465  --pdfdir=DIR            pdf documentation [DOCDIR]
1466  --psdir=DIR             ps documentation [DOCDIR]
1467_ACEOF
1468
1469  cat <<\_ACEOF
1470
1471Program names:
1472  --program-prefix=PREFIX            prepend PREFIX to installed program names
1473  --program-suffix=SUFFIX            append SUFFIX to installed program names
1474  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1475
1476System types:
1477  --build=BUILD     configure for building on BUILD [guessed]
1478  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1479  --target=TARGET   configure for building compilers for TARGET [HOST]
1480_ACEOF
1481fi
1482
1483if test -n "$ac_init_help"; then
1484  case $ac_init_help in
1485     short | recursive ) echo "Configuration of bfd 2.42:";;
1486   esac
1487  cat <<\_ACEOF
1488
1489Optional Features:
1490  --disable-option-checking  ignore unrecognized --enable/--with options
1491  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1492  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1493  --enable-silent-rules   less verbose build output (undo: "make V=1")
1494  --disable-silent-rules  verbose build output (undo: "make V=0")
1495  --enable-shared[=PKGS]  build shared libraries [default=no]
1496  --enable-dependency-tracking
1497                          do not reject slow dependency extractors
1498  --disable-dependency-tracking
1499                          speeds up one-time build
1500  --enable-static[=PKGS]  build static libraries [default=yes]
1501  --enable-fast-install[=PKGS]
1502                          optimize for fast installation [default=yes]
1503  --disable-libtool-lock  avoid locking (might break parallel builds)
1504  --enable-plugins        Enable support for plugins
1505  --disable-largefile     omit support for large files
1506  --enable-checking       enable run-time checks
1507  --enable-64-bit-bfd     64-bit support (on hosts with narrower word sizes)
1508  --enable-targets        alternative target configurations
1509  --enable-64-bit-archive force 64-bit archives
1510  --enable-secureplt      Default to creating read-only plt entries
1511  --enable-separate-code  enable -z separate-code in ELF linker by default
1512  --enable-leading-mingw64-underscores
1513                          Enable leading underscores on 64 bit mingw targets
1514  --enable-werror         treat compile warnings as errors
1515  --enable-build-warnings enable build-time compiler warnings
1516  --enable-maintainer-mode
1517                          enable make rules and dependencies not useful (and
1518                          sometimes confusing) to the casual installer
1519  --enable-install-libbfd controls installation of libbfd and related headers
1520  --disable-nls           do not use Native Language Support
1521  --disable-rpath         do not hardcode runtime library paths
1522
1523Optional Packages:
1524  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1525  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1526  --with-pic              try to use only PIC/non-PIC objects [default=use
1527                          both]
1528  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1529  --with-mmap             try using mmap for BFD input files if available
1530  --with-separate-debug-dir=DIR
1531                          Look for global separate debug info in DIR
1532                          [[default=LIBDIR/debug]]
1533  --with-pkgversion=PKG   Use PKG in the version string in place of "GNU
1534                          Binutils"
1535  --with-bugurl=URL       Direct users to URL to report a bug
1536  --with-gnu-ld           assume the C compiler uses GNU ld default=no
1537  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1538  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1539  --with-libiconv-type=TYPE     type of library to search for (auto/static/shared)
1540  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
1541  --without-libintl-prefix     don't search for libintl in includedir and libdir
1542  --with-libintl-type=TYPE     type of library to search for (auto/static/shared)
1543  --with-system-zlib      use installed libz
1544  --with-zstd             support zstd compressed debug sections
1545                          (default=auto)
1546
1547Some influential environment variables:
1548  CC          C compiler command
1549  CFLAGS      C compiler flags
1550  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1551              nonstandard directory <lib dir>
1552  LIBS        libraries to pass to the linker, e.g. -l<library>
1553  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1554              you have headers in a nonstandard directory <include dir>
1555  CPP         C preprocessor
1556  PKG_CONFIG  path to pkg-config utility
1557  PKG_CONFIG_PATH
1558              directories to add to pkg-config's search path
1559  PKG_CONFIG_LIBDIR
1560              path overriding pkg-config's built-in search path
1561  ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1562  ZSTD_LIBS   linker flags for ZSTD, overriding pkg-config
1563
1564Use these variables to override the choices made by `configure' or to help
1565it to find libraries and programs with nonstandard names/locations.
1566
1567Report bugs to the package provider.
1568_ACEOF
1569ac_status=$?
1570fi
1571
1572if test "$ac_init_help" = "recursive"; then
1573  # If there are subdirs, report their specific --help.
1574  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1575    test -d "$ac_dir" ||
1576      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1577      continue
1578    ac_builddir=.
1579
1580case "$ac_dir" in
1581.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1582*)
1583  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1584  # A ".." for each directory in $ac_dir_suffix.
1585  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1586  case $ac_top_builddir_sub in
1587  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1588  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1589  esac ;;
1590esac
1591ac_abs_top_builddir=$ac_pwd
1592ac_abs_builddir=$ac_pwd$ac_dir_suffix
1593# for backward compatibility:
1594ac_top_builddir=$ac_top_build_prefix
1595
1596case $srcdir in
1597  .)  # We are building in place.
1598    ac_srcdir=.
1599    ac_top_srcdir=$ac_top_builddir_sub
1600    ac_abs_top_srcdir=$ac_pwd ;;
1601  [\\/]* | ?:[\\/]* )  # Absolute name.
1602    ac_srcdir=$srcdir$ac_dir_suffix;
1603    ac_top_srcdir=$srcdir
1604    ac_abs_top_srcdir=$srcdir ;;
1605  *) # Relative name.
1606    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1607    ac_top_srcdir=$ac_top_build_prefix$srcdir
1608    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1609esac
1610ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1611
1612    cd "$ac_dir" || { ac_status=$?; continue; }
1613    # Check for guested configure.
1614    if test -f "$ac_srcdir/configure.gnu"; then
1615      echo &&
1616      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1617    elif test -f "$ac_srcdir/configure"; then
1618      echo &&
1619      $SHELL "$ac_srcdir/configure" --help=recursive
1620    else
1621      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1622    fi || ac_status=$?
1623    cd "$ac_pwd" || { ac_status=$?; break; }
1624  done
1625fi
1626
1627test -n "$ac_init_help" && exit $ac_status
1628if $ac_init_version; then
1629  cat <<\_ACEOF
1630bfd configure 2.42
1631generated by GNU Autoconf 2.69
1632
1633Copyright (C) 2012 Free Software Foundation, Inc.
1634This configure script is free software; the Free Software Foundation
1635gives unlimited permission to copy, distribute and modify it.
1636_ACEOF
1637  exit
1638fi
1639
1640## ------------------------ ##
1641## Autoconf initialization. ##
1642## ------------------------ ##
1643
1644# ac_fn_c_try_compile LINENO
1645# --------------------------
1646# Try to compile conftest.$ac_ext, and return whether this succeeded.
1647ac_fn_c_try_compile ()
1648{
1649  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650  rm -f conftest.$ac_objext
1651  if { { ac_try="$ac_compile"
1652case "(($ac_try" in
1653  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1654  *) ac_try_echo=$ac_try;;
1655esac
1656eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1657$as_echo "$ac_try_echo"; } >&5
1658  (eval "$ac_compile") 2>conftest.err
1659  ac_status=$?
1660  if test -s conftest.err; then
1661    grep -v '^ *+' conftest.err >conftest.er1
1662    cat conftest.er1 >&5
1663    mv -f conftest.er1 conftest.err
1664  fi
1665  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1666  test $ac_status = 0; } && {
1667	 test -z "$ac_c_werror_flag" ||
1668	 test ! -s conftest.err
1669       } && test -s conftest.$ac_objext; then :
1670  ac_retval=0
1671else
1672  $as_echo "$as_me: failed program was:" >&5
1673sed 's/^/| /' conftest.$ac_ext >&5
1674
1675	ac_retval=1
1676fi
1677  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1678  as_fn_set_status $ac_retval
1679
1680} # ac_fn_c_try_compile
1681
1682# ac_fn_c_try_cpp LINENO
1683# ----------------------
1684# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1685ac_fn_c_try_cpp ()
1686{
1687  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688  if { { ac_try="$ac_cpp conftest.$ac_ext"
1689case "(($ac_try" in
1690  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691  *) ac_try_echo=$ac_try;;
1692esac
1693eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694$as_echo "$ac_try_echo"; } >&5
1695  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1696  ac_status=$?
1697  if test -s conftest.err; then
1698    grep -v '^ *+' conftest.err >conftest.er1
1699    cat conftest.er1 >&5
1700    mv -f conftest.er1 conftest.err
1701  fi
1702  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1703  test $ac_status = 0; } > conftest.i && {
1704	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1705	 test ! -s conftest.err
1706       }; then :
1707  ac_retval=0
1708else
1709  $as_echo "$as_me: failed program was:" >&5
1710sed 's/^/| /' conftest.$ac_ext >&5
1711
1712    ac_retval=1
1713fi
1714  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1715  as_fn_set_status $ac_retval
1716
1717} # ac_fn_c_try_cpp
1718
1719# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1720# -------------------------------------------------------
1721# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1722# the include files in INCLUDES and setting the cache variable VAR
1723# accordingly.
1724ac_fn_c_check_header_mongrel ()
1725{
1726  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727  if eval \${$3+:} false; then :
1728  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1729$as_echo_n "checking for $2... " >&6; }
1730if eval \${$3+:} false; then :
1731  $as_echo_n "(cached) " >&6
1732fi
1733eval ac_res=\$$3
1734	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1735$as_echo "$ac_res" >&6; }
1736else
1737  # Is the header compilable?
1738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1739$as_echo_n "checking $2 usability... " >&6; }
1740cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1741/* end confdefs.h.  */
1742$4
1743#include <$2>
1744_ACEOF
1745if ac_fn_c_try_compile "$LINENO"; then :
1746  ac_header_compiler=yes
1747else
1748  ac_header_compiler=no
1749fi
1750rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1752$as_echo "$ac_header_compiler" >&6; }
1753
1754# Is the header present?
1755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1756$as_echo_n "checking $2 presence... " >&6; }
1757cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758/* end confdefs.h.  */
1759#include <$2>
1760_ACEOF
1761if ac_fn_c_try_cpp "$LINENO"; then :
1762  ac_header_preproc=yes
1763else
1764  ac_header_preproc=no
1765fi
1766rm -f conftest.err conftest.i conftest.$ac_ext
1767{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1768$as_echo "$ac_header_preproc" >&6; }
1769
1770# So?  What about this header?
1771case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1772  yes:no: )
1773    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1774$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1775    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1776$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1777    ;;
1778  no:yes:* )
1779    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1780$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1781    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1782$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1783    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1784$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1785    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1786$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1787    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1788$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1789    ;;
1790esac
1791  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1792$as_echo_n "checking for $2... " >&6; }
1793if eval \${$3+:} false; then :
1794  $as_echo_n "(cached) " >&6
1795else
1796  eval "$3=\$ac_header_compiler"
1797fi
1798eval ac_res=\$$3
1799	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1800$as_echo "$ac_res" >&6; }
1801fi
1802  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1803
1804} # ac_fn_c_check_header_mongrel
1805
1806# ac_fn_c_try_run LINENO
1807# ----------------------
1808# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1809# that executables *can* be run.
1810ac_fn_c_try_run ()
1811{
1812  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813  if { { ac_try="$ac_link"
1814case "(($ac_try" in
1815  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1816  *) ac_try_echo=$ac_try;;
1817esac
1818eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1819$as_echo "$ac_try_echo"; } >&5
1820  (eval "$ac_link") 2>&5
1821  ac_status=$?
1822  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1823  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1824  { { case "(($ac_try" in
1825  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1826  *) ac_try_echo=$ac_try;;
1827esac
1828eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1829$as_echo "$ac_try_echo"; } >&5
1830  (eval "$ac_try") 2>&5
1831  ac_status=$?
1832  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1833  test $ac_status = 0; }; }; then :
1834  ac_retval=0
1835else
1836  $as_echo "$as_me: program exited with status $ac_status" >&5
1837       $as_echo "$as_me: failed program was:" >&5
1838sed 's/^/| /' conftest.$ac_ext >&5
1839
1840       ac_retval=$ac_status
1841fi
1842  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1843  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1844  as_fn_set_status $ac_retval
1845
1846} # ac_fn_c_try_run
1847
1848# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1849# -------------------------------------------------------
1850# Tests whether HEADER exists and can be compiled using the include files in
1851# INCLUDES, setting the cache variable VAR accordingly.
1852ac_fn_c_check_header_compile ()
1853{
1854  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856$as_echo_n "checking for $2... " >&6; }
1857if eval \${$3+:} false; then :
1858  $as_echo_n "(cached) " >&6
1859else
1860  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1861/* end confdefs.h.  */
1862$4
1863#include <$2>
1864_ACEOF
1865if ac_fn_c_try_compile "$LINENO"; then :
1866  eval "$3=yes"
1867else
1868  eval "$3=no"
1869fi
1870rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1871fi
1872eval ac_res=\$$3
1873	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874$as_echo "$ac_res" >&6; }
1875  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1876
1877} # ac_fn_c_check_header_compile
1878
1879# ac_fn_c_try_link LINENO
1880# -----------------------
1881# Try to link conftest.$ac_ext, and return whether this succeeded.
1882ac_fn_c_try_link ()
1883{
1884  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1885  rm -f conftest.$ac_objext conftest$ac_exeext
1886  if { { ac_try="$ac_link"
1887case "(($ac_try" in
1888  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1889  *) ac_try_echo=$ac_try;;
1890esac
1891eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1892$as_echo "$ac_try_echo"; } >&5
1893  (eval "$ac_link") 2>conftest.err
1894  ac_status=$?
1895  if test -s conftest.err; then
1896    grep -v '^ *+' conftest.err >conftest.er1
1897    cat conftest.er1 >&5
1898    mv -f conftest.er1 conftest.err
1899  fi
1900  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1901  test $ac_status = 0; } && {
1902	 test -z "$ac_c_werror_flag" ||
1903	 test ! -s conftest.err
1904       } && test -s conftest$ac_exeext && {
1905	 test "$cross_compiling" = yes ||
1906	 test -x conftest$ac_exeext
1907       }; then :
1908  ac_retval=0
1909else
1910  $as_echo "$as_me: failed program was:" >&5
1911sed 's/^/| /' conftest.$ac_ext >&5
1912
1913	ac_retval=1
1914fi
1915  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1916  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1917  # interfere with the next link command; also delete a directory that is
1918  # left behind by Apple's compiler.  We do this before executing the actions.
1919  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1920  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1921  as_fn_set_status $ac_retval
1922
1923} # ac_fn_c_try_link
1924
1925# ac_fn_c_check_func LINENO FUNC VAR
1926# ----------------------------------
1927# Tests whether FUNC exists, setting the cache variable VAR accordingly
1928ac_fn_c_check_func ()
1929{
1930  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1931  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1932$as_echo_n "checking for $2... " >&6; }
1933if eval \${$3+:} false; then :
1934  $as_echo_n "(cached) " >&6
1935else
1936  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937/* end confdefs.h.  */
1938/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1939   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1940#define $2 innocuous_$2
1941
1942/* System header to define __stub macros and hopefully few prototypes,
1943    which can conflict with char $2 (); below.
1944    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1945    <limits.h> exists even on freestanding compilers.  */
1946
1947#ifdef __STDC__
1948# include <limits.h>
1949#else
1950# include <assert.h>
1951#endif
1952
1953#undef $2
1954
1955/* Override any GCC internal prototype to avoid an error.
1956   Use char because int might match the return type of a GCC
1957   builtin and then its argument prototype would still apply.  */
1958#ifdef __cplusplus
1959extern "C"
1960#endif
1961char $2 ();
1962/* The GNU C library defines this for functions which it implements
1963    to always fail with ENOSYS.  Some functions are actually named
1964    something starting with __ and the normal name is an alias.  */
1965#if defined __stub_$2 || defined __stub___$2
1966choke me
1967#endif
1968
1969int
1970main ()
1971{
1972return $2 ();
1973  ;
1974  return 0;
1975}
1976_ACEOF
1977if ac_fn_c_try_link "$LINENO"; then :
1978  eval "$3=yes"
1979else
1980  eval "$3=no"
1981fi
1982rm -f core conftest.err conftest.$ac_objext \
1983    conftest$ac_exeext conftest.$ac_ext
1984fi
1985eval ac_res=\$$3
1986	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1987$as_echo "$ac_res" >&6; }
1988  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1989
1990} # ac_fn_c_check_func
1991
1992# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1993# --------------------------------------------
1994# Tries to find the compile-time value of EXPR in a program that includes
1995# INCLUDES, setting VAR accordingly. Returns whether the value could be
1996# computed
1997ac_fn_c_compute_int ()
1998{
1999  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2000  if test "$cross_compiling" = yes; then
2001    # Depending upon the size, compute the lo and hi bounds.
2002cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003/* end confdefs.h.  */
2004$4
2005int
2006main ()
2007{
2008static int test_array [1 - 2 * !(($2) >= 0)];
2009test_array [0] = 0;
2010return test_array [0];
2011
2012  ;
2013  return 0;
2014}
2015_ACEOF
2016if ac_fn_c_try_compile "$LINENO"; then :
2017  ac_lo=0 ac_mid=0
2018  while :; do
2019    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020/* end confdefs.h.  */
2021$4
2022int
2023main ()
2024{
2025static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2026test_array [0] = 0;
2027return test_array [0];
2028
2029  ;
2030  return 0;
2031}
2032_ACEOF
2033if ac_fn_c_try_compile "$LINENO"; then :
2034  ac_hi=$ac_mid; break
2035else
2036  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2037			if test $ac_lo -le $ac_mid; then
2038			  ac_lo= ac_hi=
2039			  break
2040			fi
2041			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2042fi
2043rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044  done
2045else
2046  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2047/* end confdefs.h.  */
2048$4
2049int
2050main ()
2051{
2052static int test_array [1 - 2 * !(($2) < 0)];
2053test_array [0] = 0;
2054return test_array [0];
2055
2056  ;
2057  return 0;
2058}
2059_ACEOF
2060if ac_fn_c_try_compile "$LINENO"; then :
2061  ac_hi=-1 ac_mid=-1
2062  while :; do
2063    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064/* end confdefs.h.  */
2065$4
2066int
2067main ()
2068{
2069static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2070test_array [0] = 0;
2071return test_array [0];
2072
2073  ;
2074  return 0;
2075}
2076_ACEOF
2077if ac_fn_c_try_compile "$LINENO"; then :
2078  ac_lo=$ac_mid; break
2079else
2080  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2081			if test $ac_mid -le $ac_hi; then
2082			  ac_lo= ac_hi=
2083			  break
2084			fi
2085			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2086fi
2087rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088  done
2089else
2090  ac_lo= ac_hi=
2091fi
2092rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2093fi
2094rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2095# Binary search between lo and hi bounds.
2096while test "x$ac_lo" != "x$ac_hi"; do
2097  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2098  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2099/* end confdefs.h.  */
2100$4
2101int
2102main ()
2103{
2104static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2105test_array [0] = 0;
2106return test_array [0];
2107
2108  ;
2109  return 0;
2110}
2111_ACEOF
2112if ac_fn_c_try_compile "$LINENO"; then :
2113  ac_hi=$ac_mid
2114else
2115  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2116fi
2117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2118done
2119case $ac_lo in #((
2120?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2121'') ac_retval=1 ;;
2122esac
2123  else
2124    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2125/* end confdefs.h.  */
2126$4
2127static long int longval () { return $2; }
2128static unsigned long int ulongval () { return $2; }
2129#include <stdio.h>
2130#include <stdlib.h>
2131int
2132main ()
2133{
2134
2135  FILE *f = fopen ("conftest.val", "w");
2136  if (! f)
2137    return 1;
2138  if (($2) < 0)
2139    {
2140      long int i = longval ();
2141      if (i != ($2))
2142	return 1;
2143      fprintf (f, "%ld", i);
2144    }
2145  else
2146    {
2147      unsigned long int i = ulongval ();
2148      if (i != ($2))
2149	return 1;
2150      fprintf (f, "%lu", i);
2151    }
2152  /* Do not output a trailing newline, as this causes \r\n confusion
2153     on some platforms.  */
2154  return ferror (f) || fclose (f) != 0;
2155
2156  ;
2157  return 0;
2158}
2159_ACEOF
2160if ac_fn_c_try_run "$LINENO"; then :
2161  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2162else
2163  ac_retval=1
2164fi
2165rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2166  conftest.$ac_objext conftest.beam conftest.$ac_ext
2167rm -f conftest.val
2168
2169  fi
2170  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2171  as_fn_set_status $ac_retval
2172
2173} # ac_fn_c_compute_int
2174
2175# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2176# ---------------------------------------------
2177# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2178# accordingly.
2179ac_fn_c_check_decl ()
2180{
2181  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2182  as_decl_name=`echo $2|sed 's/ *(.*//'`
2183  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2185$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2186if eval \${$3+:} false; then :
2187  $as_echo_n "(cached) " >&6
2188else
2189  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2190/* end confdefs.h.  */
2191$4
2192int
2193main ()
2194{
2195#ifndef $as_decl_name
2196#ifdef __cplusplus
2197  (void) $as_decl_use;
2198#else
2199  (void) $as_decl_name;
2200#endif
2201#endif
2202
2203  ;
2204  return 0;
2205}
2206_ACEOF
2207if ac_fn_c_try_compile "$LINENO"; then :
2208  eval "$3=yes"
2209else
2210  eval "$3=no"
2211fi
2212rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2213fi
2214eval ac_res=\$$3
2215	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2216$as_echo "$ac_res" >&6; }
2217  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2218
2219} # ac_fn_c_check_decl
2220cat >config.log <<_ACEOF
2221This file contains any messages produced by compilers while
2222running configure, to aid debugging if configure makes a mistake.
2223
2224It was created by bfd $as_me 2.42, which was
2225generated by GNU Autoconf 2.69.  Invocation command line was
2226
2227  $ $0 $@
2228
2229_ACEOF
2230exec 5>>config.log
2231{
2232cat <<_ASUNAME
2233## --------- ##
2234## Platform. ##
2235## --------- ##
2236
2237hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2238uname -m = `(uname -m) 2>/dev/null || echo unknown`
2239uname -r = `(uname -r) 2>/dev/null || echo unknown`
2240uname -s = `(uname -s) 2>/dev/null || echo unknown`
2241uname -v = `(uname -v) 2>/dev/null || echo unknown`
2242
2243/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2244/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2245
2246/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2247/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2248/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2249/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2250/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2251/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2252/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2253
2254_ASUNAME
2255
2256as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2257for as_dir in $PATH
2258do
2259  IFS=$as_save_IFS
2260  test -z "$as_dir" && as_dir=.
2261    $as_echo "PATH: $as_dir"
2262  done
2263IFS=$as_save_IFS
2264
2265} >&5
2266
2267cat >&5 <<_ACEOF
2268
2269
2270## ----------- ##
2271## Core tests. ##
2272## ----------- ##
2273
2274_ACEOF
2275
2276
2277# Keep a trace of the command line.
2278# Strip out --no-create and --no-recursion so they do not pile up.
2279# Strip out --silent because we don't want to record it for future runs.
2280# Also quote any args containing shell meta-characters.
2281# Make two passes to allow for proper duplicate-argument suppression.
2282ac_configure_args=
2283ac_configure_args0=
2284ac_configure_args1=
2285ac_must_keep_next=false
2286for ac_pass in 1 2
2287do
2288  for ac_arg
2289  do
2290    case $ac_arg in
2291    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2292    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2293    | -silent | --silent | --silen | --sile | --sil)
2294      continue ;;
2295    *\'*)
2296      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2297    esac
2298    case $ac_pass in
2299    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2300    2)
2301      as_fn_append ac_configure_args1 " '$ac_arg'"
2302      if test $ac_must_keep_next = true; then
2303	ac_must_keep_next=false # Got value, back to normal.
2304      else
2305	case $ac_arg in
2306	  *=* | --config-cache | -C | -disable-* | --disable-* \
2307	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2308	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2309	  | -with-* | --with-* | -without-* | --without-* | --x)
2310	    case "$ac_configure_args0 " in
2311	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2312	    esac
2313	    ;;
2314	  -* ) ac_must_keep_next=true ;;
2315	esac
2316      fi
2317      as_fn_append ac_configure_args " '$ac_arg'"
2318      ;;
2319    esac
2320  done
2321done
2322{ ac_configure_args0=; unset ac_configure_args0;}
2323{ ac_configure_args1=; unset ac_configure_args1;}
2324
2325# When interrupted or exit'd, cleanup temporary files, and complete
2326# config.log.  We remove comments because anyway the quotes in there
2327# would cause problems or look ugly.
2328# WARNING: Use '\'' to represent an apostrophe within the trap.
2329# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2330trap 'exit_status=$?
2331  # Save into config.log some information that might help in debugging.
2332  {
2333    echo
2334
2335    $as_echo "## ---------------- ##
2336## Cache variables. ##
2337## ---------------- ##"
2338    echo
2339    # The following way of writing the cache mishandles newlines in values,
2340(
2341  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2342    eval ac_val=\$$ac_var
2343    case $ac_val in #(
2344    *${as_nl}*)
2345      case $ac_var in #(
2346      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2347$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2348      esac
2349      case $ac_var in #(
2350      _ | IFS | as_nl) ;; #(
2351      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2352      *) { eval $ac_var=; unset $ac_var;} ;;
2353      esac ;;
2354    esac
2355  done
2356  (set) 2>&1 |
2357    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2358    *${as_nl}ac_space=\ *)
2359      sed -n \
2360	"s/'\''/'\''\\\\'\'''\''/g;
2361	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2362      ;; #(
2363    *)
2364      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2365      ;;
2366    esac |
2367    sort
2368)
2369    echo
2370
2371    $as_echo "## ----------------- ##
2372## Output variables. ##
2373## ----------------- ##"
2374    echo
2375    for ac_var in $ac_subst_vars
2376    do
2377      eval ac_val=\$$ac_var
2378      case $ac_val in
2379      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2380      esac
2381      $as_echo "$ac_var='\''$ac_val'\''"
2382    done | sort
2383    echo
2384
2385    if test -n "$ac_subst_files"; then
2386      $as_echo "## ------------------- ##
2387## File substitutions. ##
2388## ------------------- ##"
2389      echo
2390      for ac_var in $ac_subst_files
2391      do
2392	eval ac_val=\$$ac_var
2393	case $ac_val in
2394	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2395	esac
2396	$as_echo "$ac_var='\''$ac_val'\''"
2397      done | sort
2398      echo
2399    fi
2400
2401    if test -s confdefs.h; then
2402      $as_echo "## ----------- ##
2403## confdefs.h. ##
2404## ----------- ##"
2405      echo
2406      cat confdefs.h
2407      echo
2408    fi
2409    test "$ac_signal" != 0 &&
2410      $as_echo "$as_me: caught signal $ac_signal"
2411    $as_echo "$as_me: exit $exit_status"
2412  } >&5
2413  rm -f core *.core core.conftest.* &&
2414    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2415    exit $exit_status
2416' 0
2417for ac_signal in 1 2 13 15; do
2418  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2419done
2420ac_signal=0
2421
2422# confdefs.h avoids OS command line length limits that DEFS can exceed.
2423rm -f -r conftest* confdefs.h
2424
2425$as_echo "/* confdefs.h */" > confdefs.h
2426
2427# Predefined preprocessor variables.
2428
2429cat >>confdefs.h <<_ACEOF
2430#define PACKAGE_NAME "$PACKAGE_NAME"
2431_ACEOF
2432
2433cat >>confdefs.h <<_ACEOF
2434#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2435_ACEOF
2436
2437cat >>confdefs.h <<_ACEOF
2438#define PACKAGE_VERSION "$PACKAGE_VERSION"
2439_ACEOF
2440
2441cat >>confdefs.h <<_ACEOF
2442#define PACKAGE_STRING "$PACKAGE_STRING"
2443_ACEOF
2444
2445cat >>confdefs.h <<_ACEOF
2446#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2447_ACEOF
2448
2449cat >>confdefs.h <<_ACEOF
2450#define PACKAGE_URL "$PACKAGE_URL"
2451_ACEOF
2452
2453
2454# Let the site file select an alternate cache file if it wants to.
2455# Prefer an explicitly selected file to automatically selected ones.
2456ac_site_file1=NONE
2457ac_site_file2=NONE
2458if test -n "$CONFIG_SITE"; then
2459  # We do not want a PATH search for config.site.
2460  case $CONFIG_SITE in #((
2461    -*)  ac_site_file1=./$CONFIG_SITE;;
2462    */*) ac_site_file1=$CONFIG_SITE;;
2463    *)   ac_site_file1=./$CONFIG_SITE;;
2464  esac
2465elif test "x$prefix" != xNONE; then
2466  ac_site_file1=$prefix/share/config.site
2467  ac_site_file2=$prefix/etc/config.site
2468else
2469  ac_site_file1=$ac_default_prefix/share/config.site
2470  ac_site_file2=$ac_default_prefix/etc/config.site
2471fi
2472for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2473do
2474  test "x$ac_site_file" = xNONE && continue
2475  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2476    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2477$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2478    sed 's/^/| /' "$ac_site_file" >&5
2479    . "$ac_site_file" \
2480      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2481$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2482as_fn_error $? "failed to load site script $ac_site_file
2483See \`config.log' for more details" "$LINENO" 5; }
2484  fi
2485done
2486
2487if test -r "$cache_file"; then
2488  # Some versions of bash will fail to source /dev/null (special files
2489  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2490  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2491    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2492$as_echo "$as_me: loading cache $cache_file" >&6;}
2493    case $cache_file in
2494      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2495      *)                      . "./$cache_file";;
2496    esac
2497  fi
2498else
2499  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2500$as_echo "$as_me: creating cache $cache_file" >&6;}
2501  >$cache_file
2502fi
2503
2504gt_needs="$gt_needs "
2505as_fn_append ac_header_list " stdlib.h"
2506as_fn_append ac_header_list " unistd.h"
2507as_fn_append ac_header_list " sys/param.h"
2508# Check that the precious variables saved in the cache have kept the same
2509# value.
2510ac_cache_corrupted=false
2511for ac_var in $ac_precious_vars; do
2512  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2513  eval ac_new_set=\$ac_env_${ac_var}_set
2514  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2515  eval ac_new_val=\$ac_env_${ac_var}_value
2516  case $ac_old_set,$ac_new_set in
2517    set,)
2518      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2519$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2520      ac_cache_corrupted=: ;;
2521    ,set)
2522      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2523$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2524      ac_cache_corrupted=: ;;
2525    ,);;
2526    *)
2527      if test "x$ac_old_val" != "x$ac_new_val"; then
2528	# differences in whitespace do not lead to failure.
2529	ac_old_val_w=`echo x $ac_old_val`
2530	ac_new_val_w=`echo x $ac_new_val`
2531	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2532	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2533$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2534	  ac_cache_corrupted=:
2535	else
2536	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2537$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2538	  eval $ac_var=\$ac_old_val
2539	fi
2540	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2541$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2542	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2543$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2544      fi;;
2545  esac
2546  # Pass precious variables to config.status.
2547  if test "$ac_new_set" = set; then
2548    case $ac_new_val in
2549    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2550    *) ac_arg=$ac_var=$ac_new_val ;;
2551    esac
2552    case " $ac_configure_args " in
2553      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2554      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2555    esac
2556  fi
2557done
2558if $ac_cache_corrupted; then
2559  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2560$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2561  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2562$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2563  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2564fi
2565## -------------------- ##
2566## Main body of script. ##
2567## -------------------- ##
2568
2569ac_ext=c
2570ac_cpp='$CPP $CPPFLAGS'
2571ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2572ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2573ac_compiler_gnu=$ac_cv_c_compiler_gnu
2574
2575
2576
2577
2578
2579
2580
2581ac_aux_dir=
2582for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2583  if test -f "$ac_dir/install-sh"; then
2584    ac_aux_dir=$ac_dir
2585    ac_install_sh="$ac_aux_dir/install-sh -c"
2586    break
2587  elif test -f "$ac_dir/install.sh"; then
2588    ac_aux_dir=$ac_dir
2589    ac_install_sh="$ac_aux_dir/install.sh -c"
2590    break
2591  elif test -f "$ac_dir/shtool"; then
2592    ac_aux_dir=$ac_dir
2593    ac_install_sh="$ac_aux_dir/shtool install -c"
2594    break
2595  fi
2596done
2597if test -z "$ac_aux_dir"; then
2598  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2599fi
2600
2601# These three variables are undocumented and unsupported,
2602# and are intended to be withdrawn in a future Autoconf release.
2603# They can cause serious problems if a builder's source tree is in a directory
2604# whose full name contains unusual characters.
2605ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2606ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2607ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2608
2609
2610# Make sure we can run config.sub.
2611$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2612  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2613
2614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2615$as_echo_n "checking build system type... " >&6; }
2616if ${ac_cv_build+:} false; then :
2617  $as_echo_n "(cached) " >&6
2618else
2619  ac_build_alias=$build_alias
2620test "x$ac_build_alias" = x &&
2621  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2622test "x$ac_build_alias" = x &&
2623  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2624ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2625  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2626
2627fi
2628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2629$as_echo "$ac_cv_build" >&6; }
2630case $ac_cv_build in
2631*-*-*) ;;
2632*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2633esac
2634build=$ac_cv_build
2635ac_save_IFS=$IFS; IFS='-'
2636set x $ac_cv_build
2637shift
2638build_cpu=$1
2639build_vendor=$2
2640shift; shift
2641# Remember, the first character of IFS is used to create $*,
2642# except with old shells:
2643build_os=$*
2644IFS=$ac_save_IFS
2645case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2646
2647
2648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2649$as_echo_n "checking host system type... " >&6; }
2650if ${ac_cv_host+:} false; then :
2651  $as_echo_n "(cached) " >&6
2652else
2653  if test "x$host_alias" = x; then
2654  ac_cv_host=$ac_cv_build
2655else
2656  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2657    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2658fi
2659
2660fi
2661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2662$as_echo "$ac_cv_host" >&6; }
2663case $ac_cv_host in
2664*-*-*) ;;
2665*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2666esac
2667host=$ac_cv_host
2668ac_save_IFS=$IFS; IFS='-'
2669set x $ac_cv_host
2670shift
2671host_cpu=$1
2672host_vendor=$2
2673shift; shift
2674# Remember, the first character of IFS is used to create $*,
2675# except with old shells:
2676host_os=$*
2677IFS=$ac_save_IFS
2678case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2679
2680
2681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2682$as_echo_n "checking target system type... " >&6; }
2683if ${ac_cv_target+:} false; then :
2684  $as_echo_n "(cached) " >&6
2685else
2686  if test "x$target_alias" = x; then
2687  ac_cv_target=$ac_cv_host
2688else
2689  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2690    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2691fi
2692
2693fi
2694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2695$as_echo "$ac_cv_target" >&6; }
2696case $ac_cv_target in
2697*-*-*) ;;
2698*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2699esac
2700target=$ac_cv_target
2701ac_save_IFS=$IFS; IFS='-'
2702set x $ac_cv_target
2703shift
2704target_cpu=$1
2705target_vendor=$2
2706shift; shift
2707# Remember, the first character of IFS is used to create $*,
2708# except with old shells:
2709target_os=$*
2710IFS=$ac_save_IFS
2711case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2712
2713
2714# The aliases save the names the user supplied, while $host etc.
2715# will get canonicalized.
2716test -n "$target_alias" &&
2717  test "$program_prefix$program_suffix$program_transform_name" = \
2718    NONENONEs,x,x, &&
2719  program_prefix=${target_alias}-
2720
2721am__api_version='1.15'
2722
2723# Find a good install program.  We prefer a C program (faster),
2724# so one script is as good as another.  But avoid the broken or
2725# incompatible versions:
2726# SysV /etc/install, /usr/sbin/install
2727# SunOS /usr/etc/install
2728# IRIX /sbin/install
2729# AIX /bin/install
2730# AmigaOS /C/install, which installs bootblocks on floppy discs
2731# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2732# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2733# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2734# OS/2's system install, which has a completely different semantic
2735# ./install, which can be erroneously created by make from ./install.sh.
2736# Reject install programs that cannot install multiple files.
2737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2738$as_echo_n "checking for a BSD-compatible install... " >&6; }
2739if test -z "$INSTALL"; then
2740if ${ac_cv_path_install+:} false; then :
2741  $as_echo_n "(cached) " >&6
2742else
2743  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2744for as_dir in $PATH
2745do
2746  IFS=$as_save_IFS
2747  test -z "$as_dir" && as_dir=.
2748    # Account for people who put trailing slashes in PATH elements.
2749case $as_dir/ in #((
2750  ./ | .// | /[cC]/* | \
2751  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2752  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2753  /usr/ucb/* ) ;;
2754  *)
2755    # OSF1 and SCO ODT 3.0 have their own names for install.
2756    # Don't use installbsd from OSF since it installs stuff as root
2757    # by default.
2758    for ac_prog in ginstall scoinst install; do
2759      for ac_exec_ext in '' $ac_executable_extensions; do
2760	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2761	  if test $ac_prog = install &&
2762	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2763	    # AIX install.  It has an incompatible calling convention.
2764	    :
2765	  elif test $ac_prog = install &&
2766	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2767	    # program-specific install script used by HP pwplus--don't use.
2768	    :
2769	  else
2770	    rm -rf conftest.one conftest.two conftest.dir
2771	    echo one > conftest.one
2772	    echo two > conftest.two
2773	    mkdir conftest.dir
2774	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2775	      test -s conftest.one && test -s conftest.two &&
2776	      test -s conftest.dir/conftest.one &&
2777	      test -s conftest.dir/conftest.two
2778	    then
2779	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2780	      break 3
2781	    fi
2782	  fi
2783	fi
2784      done
2785    done
2786    ;;
2787esac
2788
2789  done
2790IFS=$as_save_IFS
2791
2792rm -rf conftest.one conftest.two conftest.dir
2793
2794fi
2795  if test "${ac_cv_path_install+set}" = set; then
2796    INSTALL=$ac_cv_path_install
2797  else
2798    # As a last resort, use the slow shell script.  Don't cache a
2799    # value for INSTALL within a source directory, because that will
2800    # break other packages using the cache if that directory is
2801    # removed, or if the value is a relative name.
2802    INSTALL=$ac_install_sh
2803  fi
2804fi
2805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2806$as_echo "$INSTALL" >&6; }
2807
2808# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2809# It thinks the first close brace ends the variable substitution.
2810test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2811
2812test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2813
2814test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2815
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2817$as_echo_n "checking whether build environment is sane... " >&6; }
2818# Reject unsafe characters in $srcdir or the absolute working directory
2819# name.  Accept space and tab only in the latter.
2820am_lf='
2821'
2822case `pwd` in
2823  *[\\\"\#\$\&\'\`$am_lf]*)
2824    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2825esac
2826case $srcdir in
2827  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2828    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2829esac
2830
2831# Do 'set' in a subshell so we don't clobber the current shell's
2832# arguments.  Must try -L first in case configure is actually a
2833# symlink; some systems play weird games with the mod time of symlinks
2834# (eg FreeBSD returns the mod time of the symlink's containing
2835# directory).
2836if (
2837   am_has_slept=no
2838   for am_try in 1 2; do
2839     echo "timestamp, slept: $am_has_slept" > conftest.file
2840     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2841     if test "$*" = "X"; then
2842	# -L didn't work.
2843	set X `ls -t "$srcdir/configure" conftest.file`
2844     fi
2845     if test "$*" != "X $srcdir/configure conftest.file" \
2846	&& test "$*" != "X conftest.file $srcdir/configure"; then
2847
2848	# If neither matched, then we have a broken ls.  This can happen
2849	# if, for instance, CONFIG_SHELL is bash and it inherits a
2850	# broken ls alias from the environment.  This has actually
2851	# happened.  Such a system could not be considered "sane".
2852	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2853  alias in your environment" "$LINENO" 5
2854     fi
2855     if test "$2" = conftest.file || test $am_try -eq 2; then
2856       break
2857     fi
2858     # Just in case.
2859     sleep 1
2860     am_has_slept=yes
2861   done
2862   test "$2" = conftest.file
2863   )
2864then
2865   # Ok.
2866   :
2867else
2868   as_fn_error $? "newly created file is older than distributed files!
2869Check your system clock" "$LINENO" 5
2870fi
2871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2872$as_echo "yes" >&6; }
2873# If we didn't sleep, we still need to ensure time stamps of config.status and
2874# generated files are strictly newer.
2875am_sleep_pid=
2876if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2877  ( sleep 1 ) &
2878  am_sleep_pid=$!
2879fi
2880
2881rm -f conftest.file
2882
2883test "$program_prefix" != NONE &&
2884  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2885# Use a double $ so make ignores it.
2886test "$program_suffix" != NONE &&
2887  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2888# Double any \ or $.
2889# By default was `s,x,x', remove it if useless.
2890ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2891program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2892
2893# Expand $ac_aux_dir to an absolute path.
2894am_aux_dir=`cd "$ac_aux_dir" && pwd`
2895
2896if test x"${MISSING+set}" != xset; then
2897  case $am_aux_dir in
2898  *\ * | *\	*)
2899    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2900  *)
2901    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2902  esac
2903fi
2904# Use eval to expand $SHELL
2905if eval "$MISSING --is-lightweight"; then
2906  am_missing_run="$MISSING "
2907else
2908  am_missing_run=
2909  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2910$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2911fi
2912
2913if test x"${install_sh+set}" != xset; then
2914  case $am_aux_dir in
2915  *\ * | *\	*)
2916    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2917  *)
2918    install_sh="\${SHELL} $am_aux_dir/install-sh"
2919  esac
2920fi
2921
2922# Installed binaries are usually stripped using 'strip' when the user
2923# run "make install-strip".  However 'strip' might not be the right
2924# tool to use in cross-compilation environments, therefore Automake
2925# will honor the 'STRIP' environment variable to overrule this program.
2926if test "$cross_compiling" != no; then
2927  if test -n "$ac_tool_prefix"; then
2928  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2929set dummy ${ac_tool_prefix}strip; ac_word=$2
2930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2931$as_echo_n "checking for $ac_word... " >&6; }
2932if ${ac_cv_prog_STRIP+:} false; then :
2933  $as_echo_n "(cached) " >&6
2934else
2935  if test -n "$STRIP"; then
2936  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2937else
2938as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2939for as_dir in $PATH
2940do
2941  IFS=$as_save_IFS
2942  test -z "$as_dir" && as_dir=.
2943    for ac_exec_ext in '' $ac_executable_extensions; do
2944  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2945    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2946    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2947    break 2
2948  fi
2949done
2950  done
2951IFS=$as_save_IFS
2952
2953fi
2954fi
2955STRIP=$ac_cv_prog_STRIP
2956if test -n "$STRIP"; then
2957  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2958$as_echo "$STRIP" >&6; }
2959else
2960  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2961$as_echo "no" >&6; }
2962fi
2963
2964
2965fi
2966if test -z "$ac_cv_prog_STRIP"; then
2967  ac_ct_STRIP=$STRIP
2968  # Extract the first word of "strip", so it can be a program name with args.
2969set dummy strip; ac_word=$2
2970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2971$as_echo_n "checking for $ac_word... " >&6; }
2972if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2973  $as_echo_n "(cached) " >&6
2974else
2975  if test -n "$ac_ct_STRIP"; then
2976  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2977else
2978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2979for as_dir in $PATH
2980do
2981  IFS=$as_save_IFS
2982  test -z "$as_dir" && as_dir=.
2983    for ac_exec_ext in '' $ac_executable_extensions; do
2984  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2985    ac_cv_prog_ac_ct_STRIP="strip"
2986    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2987    break 2
2988  fi
2989done
2990  done
2991IFS=$as_save_IFS
2992
2993fi
2994fi
2995ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2996if test -n "$ac_ct_STRIP"; then
2997  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2998$as_echo "$ac_ct_STRIP" >&6; }
2999else
3000  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3001$as_echo "no" >&6; }
3002fi
3003
3004  if test "x$ac_ct_STRIP" = x; then
3005    STRIP=":"
3006  else
3007    case $cross_compiling:$ac_tool_warned in
3008yes:)
3009{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3010$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3011ac_tool_warned=yes ;;
3012esac
3013    STRIP=$ac_ct_STRIP
3014  fi
3015else
3016  STRIP="$ac_cv_prog_STRIP"
3017fi
3018
3019fi
3020INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3021
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3023$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3024if test -z "$MKDIR_P"; then
3025  if ${ac_cv_path_mkdir+:} false; then :
3026  $as_echo_n "(cached) " >&6
3027else
3028  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3030do
3031  IFS=$as_save_IFS
3032  test -z "$as_dir" && as_dir=.
3033    for ac_prog in mkdir gmkdir; do
3034	 for ac_exec_ext in '' $ac_executable_extensions; do
3035	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3036	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3037	     'mkdir (GNU coreutils) '* | \
3038	     'mkdir (coreutils) '* | \
3039	     'mkdir (fileutils) '4.1*)
3040	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3041	       break 3;;
3042	   esac
3043	 done
3044       done
3045  done
3046IFS=$as_save_IFS
3047
3048fi
3049
3050  test -d ./--version && rmdir ./--version
3051  if test "${ac_cv_path_mkdir+set}" = set; then
3052    MKDIR_P="$ac_cv_path_mkdir -p"
3053  else
3054    # As a last resort, use the slow shell script.  Don't cache a
3055    # value for MKDIR_P within a source directory, because that will
3056    # break other packages using the cache if that directory is
3057    # removed, or if the value is a relative name.
3058    MKDIR_P="$ac_install_sh -d"
3059  fi
3060fi
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3062$as_echo "$MKDIR_P" >&6; }
3063
3064for ac_prog in gawk mawk nawk awk
3065do
3066  # Extract the first word of "$ac_prog", so it can be a program name with args.
3067set dummy $ac_prog; ac_word=$2
3068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069$as_echo_n "checking for $ac_word... " >&6; }
3070if ${ac_cv_prog_AWK+:} false; then :
3071  $as_echo_n "(cached) " >&6
3072else
3073  if test -n "$AWK"; then
3074  ac_cv_prog_AWK="$AWK" # Let the user override the test.
3075else
3076as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077for as_dir in $PATH
3078do
3079  IFS=$as_save_IFS
3080  test -z "$as_dir" && as_dir=.
3081    for ac_exec_ext in '' $ac_executable_extensions; do
3082  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3083    ac_cv_prog_AWK="$ac_prog"
3084    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085    break 2
3086  fi
3087done
3088  done
3089IFS=$as_save_IFS
3090
3091fi
3092fi
3093AWK=$ac_cv_prog_AWK
3094if test -n "$AWK"; then
3095  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3096$as_echo "$AWK" >&6; }
3097else
3098  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099$as_echo "no" >&6; }
3100fi
3101
3102
3103  test -n "$AWK" && break
3104done
3105
3106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3107$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3108set x ${MAKE-make}
3109ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3110if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3111  $as_echo_n "(cached) " >&6
3112else
3113  cat >conftest.make <<\_ACEOF
3114SHELL = /bin/sh
3115all:
3116	@echo '@@@%%%=$(MAKE)=@@@%%%'
3117_ACEOF
3118# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3119case `${MAKE-make} -f conftest.make 2>/dev/null` in
3120  *@@@%%%=?*=@@@%%%*)
3121    eval ac_cv_prog_make_${ac_make}_set=yes;;
3122  *)
3123    eval ac_cv_prog_make_${ac_make}_set=no;;
3124esac
3125rm -f conftest.make
3126fi
3127if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3128  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3129$as_echo "yes" >&6; }
3130  SET_MAKE=
3131else
3132  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3133$as_echo "no" >&6; }
3134  SET_MAKE="MAKE=${MAKE-make}"
3135fi
3136
3137rm -rf .tst 2>/dev/null
3138mkdir .tst 2>/dev/null
3139if test -d .tst; then
3140  am__leading_dot=.
3141else
3142  am__leading_dot=_
3143fi
3144rmdir .tst 2>/dev/null
3145
3146# Check whether --enable-silent-rules was given.
3147if test "${enable_silent_rules+set}" = set; then :
3148  enableval=$enable_silent_rules;
3149fi
3150
3151case $enable_silent_rules in # (((
3152  yes) AM_DEFAULT_VERBOSITY=0;;
3153   no) AM_DEFAULT_VERBOSITY=1;;
3154    *) AM_DEFAULT_VERBOSITY=1;;
3155esac
3156am_make=${MAKE-make}
3157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3158$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3159if ${am_cv_make_support_nested_variables+:} false; then :
3160  $as_echo_n "(cached) " >&6
3161else
3162  if $as_echo 'TRUE=$(BAR$(V))
3163BAR0=false
3164BAR1=true
3165V=1
3166am__doit:
3167	@$(TRUE)
3168.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3169  am_cv_make_support_nested_variables=yes
3170else
3171  am_cv_make_support_nested_variables=no
3172fi
3173fi
3174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3175$as_echo "$am_cv_make_support_nested_variables" >&6; }
3176if test $am_cv_make_support_nested_variables = yes; then
3177    AM_V='$(V)'
3178  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3179else
3180  AM_V=$AM_DEFAULT_VERBOSITY
3181  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3182fi
3183AM_BACKSLASH='\'
3184
3185if test "`cd $srcdir && pwd`" != "`pwd`"; then
3186  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3187  # is not polluted with repeated "-I."
3188  am__isrc=' -I$(srcdir)'
3189  # test to see if srcdir already configured
3190  if test -f $srcdir/config.status; then
3191    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3192  fi
3193fi
3194
3195# test whether we have cygpath
3196if test -z "$CYGPATH_W"; then
3197  if (cygpath --version) >/dev/null 2>/dev/null; then
3198    CYGPATH_W='cygpath -w'
3199  else
3200    CYGPATH_W=echo
3201  fi
3202fi
3203
3204
3205# Define the identity of the package.
3206 PACKAGE='bfd'
3207 VERSION='2.42'
3208
3209
3210cat >>confdefs.h <<_ACEOF
3211#define PACKAGE "$PACKAGE"
3212_ACEOF
3213
3214
3215cat >>confdefs.h <<_ACEOF
3216#define VERSION "$VERSION"
3217_ACEOF
3218
3219# Some tools Automake needs.
3220
3221ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3222
3223
3224AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3225
3226
3227AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3228
3229
3230AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3231
3232
3233MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3234
3235# For better backward compatibility.  To be removed once Automake 1.9.x
3236# dies out for good.  For more background, see:
3237# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3238# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3239mkdir_p='$(MKDIR_P)'
3240
3241# We need awk for the "check" target (and possibly the TAP driver).  The
3242# system "awk" is bad on some platforms.
3243# Always define AMTAR for backward compatibility.  Yes, it's still used
3244# in the wild :-(  We should find a proper way to deprecate it ...
3245AMTAR='$${TAR-tar}'
3246
3247
3248# We'll loop over all known methods to create a tar archive until one works.
3249_am_tools='gnutar  pax cpio none'
3250
3251am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3252
3253
3254
3255
3256
3257
3258# POSIX will say in a future version that running "rm -f" with no argument
3259# is OK; and we want to be able to make that assumption in our Makefile
3260# recipes.  So use an aggressive probe to check that the usage we want is
3261# actually supported "in the wild" to an acceptable degree.
3262# See automake bug#10828.
3263# To make any issue more visible, cause the running configure to be aborted
3264# by default if the 'rm' program in use doesn't match our expectations; the
3265# user can still override this though.
3266if rm -f && rm -fr && rm -rf; then : OK; else
3267  cat >&2 <<'END'
3268Oops!
3269
3270Your 'rm' program seems unable to run without file operands specified
3271on the command line, even when the '-f' option is present.  This is contrary
3272to the behaviour of most rm programs out there, and not conforming with
3273the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3274
3275Please tell bug-automake@gnu.org about your system, including the value
3276of your $PATH and any error possibly output before this message.  This
3277can help us improve future automake versions.
3278
3279END
3280  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3281    echo 'Configuration will proceed anyway, since you have set the' >&2
3282    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3283    echo >&2
3284  else
3285    cat >&2 <<'END'
3286Aborting the configuration process, to ensure you take notice of the issue.
3287
3288You can download and install GNU coreutils to get an 'rm' implementation
3289that behaves properly: <http://www.gnu.org/software/coreutils/>.
3290
3291If you want to complete the configuration process using your problematic
3292'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3293to "yes", and re-run configure.
3294
3295END
3296    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3297  fi
3298fi
3299
3300# Check whether --enable-silent-rules was given.
3301if test "${enable_silent_rules+set}" = set; then :
3302  enableval=$enable_silent_rules;
3303fi
3304
3305case $enable_silent_rules in # (((
3306  yes) AM_DEFAULT_VERBOSITY=0;;
3307   no) AM_DEFAULT_VERBOSITY=1;;
3308    *) AM_DEFAULT_VERBOSITY=0;;
3309esac
3310am_make=${MAKE-make}
3311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3312$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3313if ${am_cv_make_support_nested_variables+:} false; then :
3314  $as_echo_n "(cached) " >&6
3315else
3316  if $as_echo 'TRUE=$(BAR$(V))
3317BAR0=false
3318BAR1=true
3319V=1
3320am__doit:
3321	@$(TRUE)
3322.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3323  am_cv_make_support_nested_variables=yes
3324else
3325  am_cv_make_support_nested_variables=no
3326fi
3327fi
3328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3329$as_echo "$am_cv_make_support_nested_variables" >&6; }
3330if test $am_cv_make_support_nested_variables = yes; then
3331    AM_V='$(V)'
3332  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3333else
3334  AM_V=$AM_DEFAULT_VERBOSITY
3335  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3336fi
3337AM_BACKSLASH='\'
3338
3339
3340if test -n "$ac_tool_prefix"; then
3341  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3342set dummy ${ac_tool_prefix}ar; ac_word=$2
3343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3344$as_echo_n "checking for $ac_word... " >&6; }
3345if ${ac_cv_prog_AR+:} false; then :
3346  $as_echo_n "(cached) " >&6
3347else
3348  if test -n "$AR"; then
3349  ac_cv_prog_AR="$AR" # Let the user override the test.
3350else
3351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3352for as_dir in $PATH
3353do
3354  IFS=$as_save_IFS
3355  test -z "$as_dir" && as_dir=.
3356    for ac_exec_ext in '' $ac_executable_extensions; do
3357  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3358    ac_cv_prog_AR="${ac_tool_prefix}ar"
3359    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3360    break 2
3361  fi
3362done
3363  done
3364IFS=$as_save_IFS
3365
3366fi
3367fi
3368AR=$ac_cv_prog_AR
3369if test -n "$AR"; then
3370  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3371$as_echo "$AR" >&6; }
3372else
3373  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3374$as_echo "no" >&6; }
3375fi
3376
3377
3378fi
3379if test -z "$ac_cv_prog_AR"; then
3380  ac_ct_AR=$AR
3381  # Extract the first word of "ar", so it can be a program name with args.
3382set dummy ar; ac_word=$2
3383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3384$as_echo_n "checking for $ac_word... " >&6; }
3385if ${ac_cv_prog_ac_ct_AR+:} false; then :
3386  $as_echo_n "(cached) " >&6
3387else
3388  if test -n "$ac_ct_AR"; then
3389  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3390else
3391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3392for as_dir in $PATH
3393do
3394  IFS=$as_save_IFS
3395  test -z "$as_dir" && as_dir=.
3396    for ac_exec_ext in '' $ac_executable_extensions; do
3397  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3398    ac_cv_prog_ac_ct_AR="ar"
3399    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3400    break 2
3401  fi
3402done
3403  done
3404IFS=$as_save_IFS
3405
3406fi
3407fi
3408ac_ct_AR=$ac_cv_prog_ac_ct_AR
3409if test -n "$ac_ct_AR"; then
3410  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3411$as_echo "$ac_ct_AR" >&6; }
3412else
3413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3414$as_echo "no" >&6; }
3415fi
3416
3417  if test "x$ac_ct_AR" = x; then
3418    AR=""
3419  else
3420    case $cross_compiling:$ac_tool_warned in
3421yes:)
3422{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3423$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3424ac_tool_warned=yes ;;
3425esac
3426    AR=$ac_ct_AR
3427  fi
3428else
3429  AR="$ac_cv_prog_AR"
3430fi
3431
3432if test -n "$ac_tool_prefix"; then
3433  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3434set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3435{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3436$as_echo_n "checking for $ac_word... " >&6; }
3437if ${ac_cv_prog_RANLIB+:} false; then :
3438  $as_echo_n "(cached) " >&6
3439else
3440  if test -n "$RANLIB"; then
3441  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3442else
3443as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3444for as_dir in $PATH
3445do
3446  IFS=$as_save_IFS
3447  test -z "$as_dir" && as_dir=.
3448    for ac_exec_ext in '' $ac_executable_extensions; do
3449  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3450    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3451    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3452    break 2
3453  fi
3454done
3455  done
3456IFS=$as_save_IFS
3457
3458fi
3459fi
3460RANLIB=$ac_cv_prog_RANLIB
3461if test -n "$RANLIB"; then
3462  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3463$as_echo "$RANLIB" >&6; }
3464else
3465  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3466$as_echo "no" >&6; }
3467fi
3468
3469
3470fi
3471if test -z "$ac_cv_prog_RANLIB"; then
3472  ac_ct_RANLIB=$RANLIB
3473  # Extract the first word of "ranlib", so it can be a program name with args.
3474set dummy ranlib; ac_word=$2
3475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3476$as_echo_n "checking for $ac_word... " >&6; }
3477if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
3478  $as_echo_n "(cached) " >&6
3479else
3480  if test -n "$ac_ct_RANLIB"; then
3481  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3482else
3483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3484for as_dir in $PATH
3485do
3486  IFS=$as_save_IFS
3487  test -z "$as_dir" && as_dir=.
3488    for ac_exec_ext in '' $ac_executable_extensions; do
3489  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3490    ac_cv_prog_ac_ct_RANLIB="ranlib"
3491    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3492    break 2
3493  fi
3494done
3495  done
3496IFS=$as_save_IFS
3497
3498fi
3499fi
3500ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3501if test -n "$ac_ct_RANLIB"; then
3502  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3503$as_echo "$ac_ct_RANLIB" >&6; }
3504else
3505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3506$as_echo "no" >&6; }
3507fi
3508
3509  if test "x$ac_ct_RANLIB" = x; then
3510    RANLIB=":"
3511  else
3512    case $cross_compiling:$ac_tool_warned in
3513yes:)
3514{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3515$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3516ac_tool_warned=yes ;;
3517esac
3518    RANLIB=$ac_ct_RANLIB
3519  fi
3520else
3521  RANLIB="$ac_cv_prog_RANLIB"
3522fi
3523
3524
3525# Check whether --enable-shared was given.
3526if test "${enable_shared+set}" = set; then :
3527  enableval=$enable_shared; p=${PACKAGE-default}
3528    case $enableval in
3529    yes) enable_shared=yes ;;
3530    no) enable_shared=no ;;
3531    *)
3532      enable_shared=no
3533      # Look at the argument we got.  We use all the common list separators.
3534      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3535      for pkg in $enableval; do
3536	IFS="$lt_save_ifs"
3537	if test "X$pkg" = "X$p"; then
3538	  enable_shared=yes
3539	fi
3540      done
3541      IFS="$lt_save_ifs"
3542      ;;
3543    esac
3544else
3545  enable_shared=no
3546fi
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557ac_ext=c
3558ac_cpp='$CPP $CPPFLAGS'
3559ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3560ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3561ac_compiler_gnu=$ac_cv_c_compiler_gnu
3562if test -n "$ac_tool_prefix"; then
3563  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3564set dummy ${ac_tool_prefix}gcc; ac_word=$2
3565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3566$as_echo_n "checking for $ac_word... " >&6; }
3567if ${ac_cv_prog_CC+:} false; then :
3568  $as_echo_n "(cached) " >&6
3569else
3570  if test -n "$CC"; then
3571  ac_cv_prog_CC="$CC" # Let the user override the test.
3572else
3573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3574for as_dir in $PATH
3575do
3576  IFS=$as_save_IFS
3577  test -z "$as_dir" && as_dir=.
3578    for ac_exec_ext in '' $ac_executable_extensions; do
3579  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3580    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3581    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3582    break 2
3583  fi
3584done
3585  done
3586IFS=$as_save_IFS
3587
3588fi
3589fi
3590CC=$ac_cv_prog_CC
3591if test -n "$CC"; then
3592  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3593$as_echo "$CC" >&6; }
3594else
3595  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3596$as_echo "no" >&6; }
3597fi
3598
3599
3600fi
3601if test -z "$ac_cv_prog_CC"; then
3602  ac_ct_CC=$CC
3603  # Extract the first word of "gcc", so it can be a program name with args.
3604set dummy gcc; ac_word=$2
3605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3606$as_echo_n "checking for $ac_word... " >&6; }
3607if ${ac_cv_prog_ac_ct_CC+:} false; then :
3608  $as_echo_n "(cached) " >&6
3609else
3610  if test -n "$ac_ct_CC"; then
3611  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3612else
3613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3614for as_dir in $PATH
3615do
3616  IFS=$as_save_IFS
3617  test -z "$as_dir" && as_dir=.
3618    for ac_exec_ext in '' $ac_executable_extensions; do
3619  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3620    ac_cv_prog_ac_ct_CC="gcc"
3621    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3622    break 2
3623  fi
3624done
3625  done
3626IFS=$as_save_IFS
3627
3628fi
3629fi
3630ac_ct_CC=$ac_cv_prog_ac_ct_CC
3631if test -n "$ac_ct_CC"; then
3632  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3633$as_echo "$ac_ct_CC" >&6; }
3634else
3635  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3636$as_echo "no" >&6; }
3637fi
3638
3639  if test "x$ac_ct_CC" = x; then
3640    CC=""
3641  else
3642    case $cross_compiling:$ac_tool_warned in
3643yes:)
3644{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3645$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3646ac_tool_warned=yes ;;
3647esac
3648    CC=$ac_ct_CC
3649  fi
3650else
3651  CC="$ac_cv_prog_CC"
3652fi
3653
3654if test -z "$CC"; then
3655          if test -n "$ac_tool_prefix"; then
3656    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3657set dummy ${ac_tool_prefix}cc; ac_word=$2
3658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3659$as_echo_n "checking for $ac_word... " >&6; }
3660if ${ac_cv_prog_CC+:} false; then :
3661  $as_echo_n "(cached) " >&6
3662else
3663  if test -n "$CC"; then
3664  ac_cv_prog_CC="$CC" # Let the user override the test.
3665else
3666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3667for as_dir in $PATH
3668do
3669  IFS=$as_save_IFS
3670  test -z "$as_dir" && as_dir=.
3671    for ac_exec_ext in '' $ac_executable_extensions; do
3672  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3673    ac_cv_prog_CC="${ac_tool_prefix}cc"
3674    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3675    break 2
3676  fi
3677done
3678  done
3679IFS=$as_save_IFS
3680
3681fi
3682fi
3683CC=$ac_cv_prog_CC
3684if test -n "$CC"; then
3685  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3686$as_echo "$CC" >&6; }
3687else
3688  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3689$as_echo "no" >&6; }
3690fi
3691
3692
3693  fi
3694fi
3695if test -z "$CC"; then
3696  # Extract the first word of "cc", so it can be a program name with args.
3697set dummy cc; ac_word=$2
3698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3699$as_echo_n "checking for $ac_word... " >&6; }
3700if ${ac_cv_prog_CC+:} false; then :
3701  $as_echo_n "(cached) " >&6
3702else
3703  if test -n "$CC"; then
3704  ac_cv_prog_CC="$CC" # Let the user override the test.
3705else
3706  ac_prog_rejected=no
3707as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3708for as_dir in $PATH
3709do
3710  IFS=$as_save_IFS
3711  test -z "$as_dir" && as_dir=.
3712    for ac_exec_ext in '' $ac_executable_extensions; do
3713  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3714    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3715       ac_prog_rejected=yes
3716       continue
3717     fi
3718    ac_cv_prog_CC="cc"
3719    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3720    break 2
3721  fi
3722done
3723  done
3724IFS=$as_save_IFS
3725
3726if test $ac_prog_rejected = yes; then
3727  # We found a bogon in the path, so make sure we never use it.
3728  set dummy $ac_cv_prog_CC
3729  shift
3730  if test $# != 0; then
3731    # We chose a different compiler from the bogus one.
3732    # However, it has the same basename, so the bogon will be chosen
3733    # first if we set CC to just the basename; use the full file name.
3734    shift
3735    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3736  fi
3737fi
3738fi
3739fi
3740CC=$ac_cv_prog_CC
3741if test -n "$CC"; then
3742  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3743$as_echo "$CC" >&6; }
3744else
3745  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746$as_echo "no" >&6; }
3747fi
3748
3749
3750fi
3751if test -z "$CC"; then
3752  if test -n "$ac_tool_prefix"; then
3753  for ac_prog in cl.exe
3754  do
3755    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3756set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3758$as_echo_n "checking for $ac_word... " >&6; }
3759if ${ac_cv_prog_CC+:} false; then :
3760  $as_echo_n "(cached) " >&6
3761else
3762  if test -n "$CC"; then
3763  ac_cv_prog_CC="$CC" # Let the user override the test.
3764else
3765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3766for as_dir in $PATH
3767do
3768  IFS=$as_save_IFS
3769  test -z "$as_dir" && as_dir=.
3770    for ac_exec_ext in '' $ac_executable_extensions; do
3771  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3772    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3773    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3774    break 2
3775  fi
3776done
3777  done
3778IFS=$as_save_IFS
3779
3780fi
3781fi
3782CC=$ac_cv_prog_CC
3783if test -n "$CC"; then
3784  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3785$as_echo "$CC" >&6; }
3786else
3787  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3788$as_echo "no" >&6; }
3789fi
3790
3791
3792    test -n "$CC" && break
3793  done
3794fi
3795if test -z "$CC"; then
3796  ac_ct_CC=$CC
3797  for ac_prog in cl.exe
3798do
3799  # Extract the first word of "$ac_prog", so it can be a program name with args.
3800set dummy $ac_prog; ac_word=$2
3801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3802$as_echo_n "checking for $ac_word... " >&6; }
3803if ${ac_cv_prog_ac_ct_CC+:} false; then :
3804  $as_echo_n "(cached) " >&6
3805else
3806  if test -n "$ac_ct_CC"; then
3807  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3808else
3809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3810for as_dir in $PATH
3811do
3812  IFS=$as_save_IFS
3813  test -z "$as_dir" && as_dir=.
3814    for ac_exec_ext in '' $ac_executable_extensions; do
3815  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3816    ac_cv_prog_ac_ct_CC="$ac_prog"
3817    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3818    break 2
3819  fi
3820done
3821  done
3822IFS=$as_save_IFS
3823
3824fi
3825fi
3826ac_ct_CC=$ac_cv_prog_ac_ct_CC
3827if test -n "$ac_ct_CC"; then
3828  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3829$as_echo "$ac_ct_CC" >&6; }
3830else
3831  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3832$as_echo "no" >&6; }
3833fi
3834
3835
3836  test -n "$ac_ct_CC" && break
3837done
3838
3839  if test "x$ac_ct_CC" = x; then
3840    CC=""
3841  else
3842    case $cross_compiling:$ac_tool_warned in
3843yes:)
3844{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3845$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3846ac_tool_warned=yes ;;
3847esac
3848    CC=$ac_ct_CC
3849  fi
3850fi
3851
3852fi
3853
3854
3855test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3857as_fn_error $? "no acceptable C compiler found in \$PATH
3858See \`config.log' for more details" "$LINENO" 5; }
3859
3860# Provide some information about the compiler.
3861$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3862set X $ac_compile
3863ac_compiler=$2
3864for ac_option in --version -v -V -qversion; do
3865  { { ac_try="$ac_compiler $ac_option >&5"
3866case "(($ac_try" in
3867  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3868  *) ac_try_echo=$ac_try;;
3869esac
3870eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3871$as_echo "$ac_try_echo"; } >&5
3872  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3873  ac_status=$?
3874  if test -s conftest.err; then
3875    sed '10a\
3876... rest of stderr output deleted ...
3877         10q' conftest.err >conftest.er1
3878    cat conftest.er1 >&5
3879  fi
3880  rm -f conftest.er1 conftest.err
3881  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3882  test $ac_status = 0; }
3883done
3884
3885cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3886/* end confdefs.h.  */
3887
3888int
3889main ()
3890{
3891
3892  ;
3893  return 0;
3894}
3895_ACEOF
3896ac_clean_files_save=$ac_clean_files
3897ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3898# Try to create an executable without -o first, disregard a.out.
3899# It will help us diagnose broken compilers, and finding out an intuition
3900# of exeext.
3901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3902$as_echo_n "checking whether the C compiler works... " >&6; }
3903ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3904
3905# The possible output files:
3906ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3907
3908ac_rmfiles=
3909for ac_file in $ac_files
3910do
3911  case $ac_file in
3912    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3913    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3914  esac
3915done
3916rm -f $ac_rmfiles
3917
3918if { { ac_try="$ac_link_default"
3919case "(($ac_try" in
3920  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3921  *) ac_try_echo=$ac_try;;
3922esac
3923eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3924$as_echo "$ac_try_echo"; } >&5
3925  (eval "$ac_link_default") 2>&5
3926  ac_status=$?
3927  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3928  test $ac_status = 0; }; then :
3929  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3930# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3931# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3932# so that the user can short-circuit this test for compilers unknown to
3933# Autoconf.
3934for ac_file in $ac_files ''
3935do
3936  test -f "$ac_file" || continue
3937  case $ac_file in
3938    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3939	;;
3940    [ab].out )
3941	# We found the default executable, but exeext='' is most
3942	# certainly right.
3943	break;;
3944    *.* )
3945	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3946	then :; else
3947	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3948	fi
3949	# We set ac_cv_exeext here because the later test for it is not
3950	# safe: cross compilers may not add the suffix if given an `-o'
3951	# argument, so we may need to know it at that point already.
3952	# Even if this section looks crufty: it has the advantage of
3953	# actually working.
3954	break;;
3955    * )
3956	break;;
3957  esac
3958done
3959test "$ac_cv_exeext" = no && ac_cv_exeext=
3960
3961else
3962  ac_file=''
3963fi
3964if test -z "$ac_file"; then :
3965  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3966$as_echo "no" >&6; }
3967$as_echo "$as_me: failed program was:" >&5
3968sed 's/^/| /' conftest.$ac_ext >&5
3969
3970{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3971$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3972as_fn_error 77 "C compiler cannot create executables
3973See \`config.log' for more details" "$LINENO" 5; }
3974else
3975  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3976$as_echo "yes" >&6; }
3977fi
3978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3979$as_echo_n "checking for C compiler default output file name... " >&6; }
3980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3981$as_echo "$ac_file" >&6; }
3982ac_exeext=$ac_cv_exeext
3983
3984rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3985ac_clean_files=$ac_clean_files_save
3986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3987$as_echo_n "checking for suffix of executables... " >&6; }
3988if { { ac_try="$ac_link"
3989case "(($ac_try" in
3990  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3991  *) ac_try_echo=$ac_try;;
3992esac
3993eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3994$as_echo "$ac_try_echo"; } >&5
3995  (eval "$ac_link") 2>&5
3996  ac_status=$?
3997  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3998  test $ac_status = 0; }; then :
3999  # If both `conftest.exe' and `conftest' are `present' (well, observable)
4000# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4001# work properly (i.e., refer to `conftest.exe'), while it won't with
4002# `rm'.
4003for ac_file in conftest.exe conftest conftest.*; do
4004  test -f "$ac_file" || continue
4005  case $ac_file in
4006    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4007    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4008	  break;;
4009    * ) break;;
4010  esac
4011done
4012else
4013  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4014$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4015as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4016See \`config.log' for more details" "$LINENO" 5; }
4017fi
4018rm -f conftest conftest$ac_cv_exeext
4019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4020$as_echo "$ac_cv_exeext" >&6; }
4021
4022rm -f conftest.$ac_ext
4023EXEEXT=$ac_cv_exeext
4024ac_exeext=$EXEEXT
4025cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4026/* end confdefs.h.  */
4027#include <stdio.h>
4028int
4029main ()
4030{
4031FILE *f = fopen ("conftest.out", "w");
4032 return ferror (f) || fclose (f) != 0;
4033
4034  ;
4035  return 0;
4036}
4037_ACEOF
4038ac_clean_files="$ac_clean_files conftest.out"
4039# Check that the compiler produces executables we can run.  If not, either
4040# the compiler is broken, or we cross compile.
4041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4042$as_echo_n "checking whether we are cross compiling... " >&6; }
4043if test "$cross_compiling" != yes; then
4044  { { ac_try="$ac_link"
4045case "(($ac_try" in
4046  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4047  *) ac_try_echo=$ac_try;;
4048esac
4049eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4050$as_echo "$ac_try_echo"; } >&5
4051  (eval "$ac_link") 2>&5
4052  ac_status=$?
4053  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4054  test $ac_status = 0; }
4055  if { ac_try='./conftest$ac_cv_exeext'
4056  { { case "(($ac_try" in
4057  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4058  *) ac_try_echo=$ac_try;;
4059esac
4060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4061$as_echo "$ac_try_echo"; } >&5
4062  (eval "$ac_try") 2>&5
4063  ac_status=$?
4064  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4065  test $ac_status = 0; }; }; then
4066    cross_compiling=no
4067  else
4068    if test "$cross_compiling" = maybe; then
4069	cross_compiling=yes
4070    else
4071	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4072$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4073as_fn_error $? "cannot run C compiled programs.
4074If you meant to cross compile, use \`--host'.
4075See \`config.log' for more details" "$LINENO" 5; }
4076    fi
4077  fi
4078fi
4079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4080$as_echo "$cross_compiling" >&6; }
4081
4082rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4083ac_clean_files=$ac_clean_files_save
4084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4085$as_echo_n "checking for suffix of object files... " >&6; }
4086if ${ac_cv_objext+:} false; then :
4087  $as_echo_n "(cached) " >&6
4088else
4089  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4090/* end confdefs.h.  */
4091
4092int
4093main ()
4094{
4095
4096  ;
4097  return 0;
4098}
4099_ACEOF
4100rm -f conftest.o conftest.obj
4101if { { ac_try="$ac_compile"
4102case "(($ac_try" in
4103  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4104  *) ac_try_echo=$ac_try;;
4105esac
4106eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4107$as_echo "$ac_try_echo"; } >&5
4108  (eval "$ac_compile") 2>&5
4109  ac_status=$?
4110  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4111  test $ac_status = 0; }; then :
4112  for ac_file in conftest.o conftest.obj conftest.*; do
4113  test -f "$ac_file" || continue;
4114  case $ac_file in
4115    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4116    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4117       break;;
4118  esac
4119done
4120else
4121  $as_echo "$as_me: failed program was:" >&5
4122sed 's/^/| /' conftest.$ac_ext >&5
4123
4124{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4125$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4126as_fn_error $? "cannot compute suffix of object files: cannot compile
4127See \`config.log' for more details" "$LINENO" 5; }
4128fi
4129rm -f conftest.$ac_cv_objext conftest.$ac_ext
4130fi
4131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4132$as_echo "$ac_cv_objext" >&6; }
4133OBJEXT=$ac_cv_objext
4134ac_objext=$OBJEXT
4135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4136$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4137if ${ac_cv_c_compiler_gnu+:} false; then :
4138  $as_echo_n "(cached) " >&6
4139else
4140  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4141/* end confdefs.h.  */
4142
4143int
4144main ()
4145{
4146#ifndef __GNUC__
4147       choke me
4148#endif
4149
4150  ;
4151  return 0;
4152}
4153_ACEOF
4154if ac_fn_c_try_compile "$LINENO"; then :
4155  ac_compiler_gnu=yes
4156else
4157  ac_compiler_gnu=no
4158fi
4159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4160ac_cv_c_compiler_gnu=$ac_compiler_gnu
4161
4162fi
4163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4164$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4165if test $ac_compiler_gnu = yes; then
4166  GCC=yes
4167else
4168  GCC=
4169fi
4170ac_test_CFLAGS=${CFLAGS+set}
4171ac_save_CFLAGS=$CFLAGS
4172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4173$as_echo_n "checking whether $CC accepts -g... " >&6; }
4174if ${ac_cv_prog_cc_g+:} false; then :
4175  $as_echo_n "(cached) " >&6
4176else
4177  ac_save_c_werror_flag=$ac_c_werror_flag
4178   ac_c_werror_flag=yes
4179   ac_cv_prog_cc_g=no
4180   CFLAGS="-g"
4181   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4182/* end confdefs.h.  */
4183
4184int
4185main ()
4186{
4187
4188  ;
4189  return 0;
4190}
4191_ACEOF
4192if ac_fn_c_try_compile "$LINENO"; then :
4193  ac_cv_prog_cc_g=yes
4194else
4195  CFLAGS=""
4196      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4197/* end confdefs.h.  */
4198
4199int
4200main ()
4201{
4202
4203  ;
4204  return 0;
4205}
4206_ACEOF
4207if ac_fn_c_try_compile "$LINENO"; then :
4208
4209else
4210  ac_c_werror_flag=$ac_save_c_werror_flag
4211	 CFLAGS="-g"
4212	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213/* end confdefs.h.  */
4214
4215int
4216main ()
4217{
4218
4219  ;
4220  return 0;
4221}
4222_ACEOF
4223if ac_fn_c_try_compile "$LINENO"; then :
4224  ac_cv_prog_cc_g=yes
4225fi
4226rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4227fi
4228rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4229fi
4230rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4231   ac_c_werror_flag=$ac_save_c_werror_flag
4232fi
4233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4234$as_echo "$ac_cv_prog_cc_g" >&6; }
4235if test "$ac_test_CFLAGS" = set; then
4236  CFLAGS=$ac_save_CFLAGS
4237elif test $ac_cv_prog_cc_g = yes; then
4238  if test "$GCC" = yes; then
4239    CFLAGS="-g -O2"
4240  else
4241    CFLAGS="-g"
4242  fi
4243else
4244  if test "$GCC" = yes; then
4245    CFLAGS="-O2"
4246  else
4247    CFLAGS=
4248  fi
4249fi
4250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4251$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4252if ${ac_cv_prog_cc_c89+:} false; then :
4253  $as_echo_n "(cached) " >&6
4254else
4255  ac_cv_prog_cc_c89=no
4256ac_save_CC=$CC
4257cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4258/* end confdefs.h.  */
4259#include <stdarg.h>
4260#include <stdio.h>
4261struct stat;
4262/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4263struct buf { int x; };
4264FILE * (*rcsopen) (struct buf *, struct stat *, int);
4265static char *e (p, i)
4266     char **p;
4267     int i;
4268{
4269  return p[i];
4270}
4271static char *f (char * (*g) (char **, int), char **p, ...)
4272{
4273  char *s;
4274  va_list v;
4275  va_start (v,p);
4276  s = g (p, va_arg (v,int));
4277  va_end (v);
4278  return s;
4279}
4280
4281/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4282   function prototypes and stuff, but not '\xHH' hex character constants.
4283   These don't provoke an error unfortunately, instead are silently treated
4284   as 'x'.  The following induces an error, until -std is added to get
4285   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4286   array size at least.  It's necessary to write '\x00'==0 to get something
4287   that's true only with -std.  */
4288int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4289
4290/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4291   inside strings and character constants.  */
4292#define FOO(x) 'x'
4293int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4294
4295int test (int i, double x);
4296struct s1 {int (*f) (int a);};
4297struct s2 {int (*f) (double a);};
4298int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4299int argc;
4300char **argv;
4301int
4302main ()
4303{
4304return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4305  ;
4306  return 0;
4307}
4308_ACEOF
4309for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4310	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4311do
4312  CC="$ac_save_CC $ac_arg"
4313  if ac_fn_c_try_compile "$LINENO"; then :
4314  ac_cv_prog_cc_c89=$ac_arg
4315fi
4316rm -f core conftest.err conftest.$ac_objext
4317  test "x$ac_cv_prog_cc_c89" != "xno" && break
4318done
4319rm -f conftest.$ac_ext
4320CC=$ac_save_CC
4321
4322fi
4323# AC_CACHE_VAL
4324case "x$ac_cv_prog_cc_c89" in
4325  x)
4326    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4327$as_echo "none needed" >&6; } ;;
4328  xno)
4329    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4330$as_echo "unsupported" >&6; } ;;
4331  *)
4332    CC="$CC $ac_cv_prog_cc_c89"
4333    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4334$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4335esac
4336if test "x$ac_cv_prog_cc_c89" != xno; then :
4337
4338fi
4339
4340ac_ext=c
4341ac_cpp='$CPP $CPPFLAGS'
4342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4344ac_compiler_gnu=$ac_cv_c_compiler_gnu
4345
4346ac_ext=c
4347ac_cpp='$CPP $CPPFLAGS'
4348ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4349ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4350ac_compiler_gnu=$ac_cv_c_compiler_gnu
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4352$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4353if ${am_cv_prog_cc_c_o+:} false; then :
4354  $as_echo_n "(cached) " >&6
4355else
4356  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357/* end confdefs.h.  */
4358
4359int
4360main ()
4361{
4362
4363  ;
4364  return 0;
4365}
4366_ACEOF
4367  # Make sure it works both with $CC and with simple cc.
4368  # Following AC_PROG_CC_C_O, we do the test twice because some
4369  # compilers refuse to overwrite an existing .o file with -o,
4370  # though they will create one.
4371  am_cv_prog_cc_c_o=yes
4372  for am_i in 1 2; do
4373    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4374   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4375   ac_status=$?
4376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4377   (exit $ac_status); } \
4378         && test -f conftest2.$ac_objext; then
4379      : OK
4380    else
4381      am_cv_prog_cc_c_o=no
4382      break
4383    fi
4384  done
4385  rm -f core conftest*
4386  unset am_i
4387fi
4388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4389$as_echo "$am_cv_prog_cc_c_o" >&6; }
4390if test "$am_cv_prog_cc_c_o" != yes; then
4391   # Losing compiler, so override with the script.
4392   # FIXME: It is wrong to rewrite CC.
4393   # But if we don't then we get into trouble of one sort or another.
4394   # A longer-term fix would be to have automake use am__CC in this case,
4395   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4396   CC="$am_aux_dir/compile $CC"
4397fi
4398ac_ext=c
4399ac_cpp='$CPP $CPPFLAGS'
4400ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4401ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4402ac_compiler_gnu=$ac_cv_c_compiler_gnu
4403
4404DEPDIR="${am__leading_dot}deps"
4405
4406ac_config_commands="$ac_config_commands depfiles"
4407
4408
4409am_make=${MAKE-make}
4410cat > confinc << 'END'
4411am__doit:
4412	@echo this is the am__doit target
4413.PHONY: am__doit
4414END
4415# If we don't find an include directive, just comment out the code.
4416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4417$as_echo_n "checking for style of include used by $am_make... " >&6; }
4418am__include="#"
4419am__quote=
4420_am_result=none
4421# First try GNU make style include.
4422echo "include confinc" > confmf
4423# Ignore all kinds of additional output from 'make'.
4424case `$am_make -s -f confmf 2> /dev/null` in #(
4425*the\ am__doit\ target*)
4426  am__include=include
4427  am__quote=
4428  _am_result=GNU
4429  ;;
4430esac
4431# Now try BSD make style include.
4432if test "$am__include" = "#"; then
4433   echo '.include "confinc"' > confmf
4434   case `$am_make -s -f confmf 2> /dev/null` in #(
4435   *the\ am__doit\ target*)
4436     am__include=.include
4437     am__quote="\""
4438     _am_result=BSD
4439     ;;
4440   esac
4441fi
4442
4443
4444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4445$as_echo "$_am_result" >&6; }
4446rm -f confinc confmf
4447
4448# Check whether --enable-dependency-tracking was given.
4449if test "${enable_dependency_tracking+set}" = set; then :
4450  enableval=$enable_dependency_tracking;
4451fi
4452
4453if test "x$enable_dependency_tracking" != xno; then
4454  am_depcomp="$ac_aux_dir/depcomp"
4455  AMDEPBACKSLASH='\'
4456  am__nodep='_no'
4457fi
4458 if test "x$enable_dependency_tracking" != xno; then
4459  AMDEP_TRUE=
4460  AMDEP_FALSE='#'
4461else
4462  AMDEP_TRUE='#'
4463  AMDEP_FALSE=
4464fi
4465
4466
4467
4468depcc="$CC"   am_compiler_list=
4469
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4471$as_echo_n "checking dependency style of $depcc... " >&6; }
4472if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4473  $as_echo_n "(cached) " >&6
4474else
4475  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4476  # We make a subdir and do the tests there.  Otherwise we can end up
4477  # making bogus files that we don't know about and never remove.  For
4478  # instance it was reported that on HP-UX the gcc test will end up
4479  # making a dummy file named 'D' -- because '-MD' means "put the output
4480  # in D".
4481  rm -rf conftest.dir
4482  mkdir conftest.dir
4483  # Copy depcomp to subdir because otherwise we won't find it if we're
4484  # using a relative directory.
4485  cp "$am_depcomp" conftest.dir
4486  cd conftest.dir
4487  # We will build objects and dependencies in a subdirectory because
4488  # it helps to detect inapplicable dependency modes.  For instance
4489  # both Tru64's cc and ICC support -MD to output dependencies as a
4490  # side effect of compilation, but ICC will put the dependencies in
4491  # the current directory while Tru64 will put them in the object
4492  # directory.
4493  mkdir sub
4494
4495  am_cv_CC_dependencies_compiler_type=none
4496  if test "$am_compiler_list" = ""; then
4497     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4498  fi
4499  am__universal=false
4500  case " $depcc " in #(
4501     *\ -arch\ *\ -arch\ *) am__universal=true ;;
4502     esac
4503
4504  for depmode in $am_compiler_list; do
4505    # Setup a source with many dependencies, because some compilers
4506    # like to wrap large dependency lists on column 80 (with \), and
4507    # we should not choose a depcomp mode which is confused by this.
4508    #
4509    # We need to recreate these files for each test, as the compiler may
4510    # overwrite some of them when testing with obscure command lines.
4511    # This happens at least with the AIX C compiler.
4512    : > sub/conftest.c
4513    for i in 1 2 3 4 5 6; do
4514      echo '#include "conftst'$i'.h"' >> sub/conftest.c
4515      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4516      # Solaris 10 /bin/sh.
4517      echo '/* dummy */' > sub/conftst$i.h
4518    done
4519    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4520
4521    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4522    # mode.  It turns out that the SunPro C++ compiler does not properly
4523    # handle '-M -o', and we need to detect this.  Also, some Intel
4524    # versions had trouble with output in subdirs.
4525    am__obj=sub/conftest.${OBJEXT-o}
4526    am__minus_obj="-o $am__obj"
4527    case $depmode in
4528    gcc)
4529      # This depmode causes a compiler race in universal mode.
4530      test "$am__universal" = false || continue
4531      ;;
4532    nosideeffect)
4533      # After this tag, mechanisms are not by side-effect, so they'll
4534      # only be used when explicitly requested.
4535      if test "x$enable_dependency_tracking" = xyes; then
4536	continue
4537      else
4538	break
4539      fi
4540      ;;
4541    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4542      # This compiler won't grok '-c -o', but also, the minuso test has
4543      # not run yet.  These depmodes are late enough in the game, and
4544      # so weak that their functioning should not be impacted.
4545      am__obj=conftest.${OBJEXT-o}
4546      am__minus_obj=
4547      ;;
4548    none) break ;;
4549    esac
4550    if depmode=$depmode \
4551       source=sub/conftest.c object=$am__obj \
4552       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4553       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4554         >/dev/null 2>conftest.err &&
4555       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4556       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4557       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4558       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4559      # icc doesn't choke on unknown options, it will just issue warnings
4560      # or remarks (even with -Werror).  So we grep stderr for any message
4561      # that says an option was ignored or not supported.
4562      # When given -MP, icc 7.0 and 7.1 complain thusly:
4563      #   icc: Command line warning: ignoring option '-M'; no argument required
4564      # The diagnosis changed in icc 8.0:
4565      #   icc: Command line remark: option '-MP' not supported
4566      if (grep 'ignoring option' conftest.err ||
4567          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4568        am_cv_CC_dependencies_compiler_type=$depmode
4569        break
4570      fi
4571    fi
4572  done
4573
4574  cd ..
4575  rm -rf conftest.dir
4576else
4577  am_cv_CC_dependencies_compiler_type=none
4578fi
4579
4580fi
4581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4582$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4583CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4584
4585 if
4586  test "x$enable_dependency_tracking" != xno \
4587  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4588  am__fastdepCC_TRUE=
4589  am__fastdepCC_FALSE='#'
4590else
4591  am__fastdepCC_TRUE='#'
4592  am__fastdepCC_FALSE=
4593fi
4594
4595
4596
4597ac_ext=c
4598ac_cpp='$CPP $CPPFLAGS'
4599ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4600ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4601ac_compiler_gnu=$ac_cv_c_compiler_gnu
4602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4603$as_echo_n "checking how to run the C preprocessor... " >&6; }
4604# On Suns, sometimes $CPP names a directory.
4605if test -n "$CPP" && test -d "$CPP"; then
4606  CPP=
4607fi
4608if test -z "$CPP"; then
4609  if ${ac_cv_prog_CPP+:} false; then :
4610  $as_echo_n "(cached) " >&6
4611else
4612      # Double quotes because CPP needs to be expanded
4613    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4614    do
4615      ac_preproc_ok=false
4616for ac_c_preproc_warn_flag in '' yes
4617do
4618  # Use a header file that comes with gcc, so configuring glibc
4619  # with a fresh cross-compiler works.
4620  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4621  # <limits.h> exists even on freestanding compilers.
4622  # On the NeXT, cc -E runs the code through the compiler's parser,
4623  # not just through cpp. "Syntax error" is here to catch this case.
4624  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4625/* end confdefs.h.  */
4626#ifdef __STDC__
4627# include <limits.h>
4628#else
4629# include <assert.h>
4630#endif
4631		     Syntax error
4632_ACEOF
4633if ac_fn_c_try_cpp "$LINENO"; then :
4634
4635else
4636  # Broken: fails on valid input.
4637continue
4638fi
4639rm -f conftest.err conftest.i conftest.$ac_ext
4640
4641  # OK, works on sane cases.  Now check whether nonexistent headers
4642  # can be detected and how.
4643  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4644/* end confdefs.h.  */
4645#include <ac_nonexistent.h>
4646_ACEOF
4647if ac_fn_c_try_cpp "$LINENO"; then :
4648  # Broken: success on invalid input.
4649continue
4650else
4651  # Passes both tests.
4652ac_preproc_ok=:
4653break
4654fi
4655rm -f conftest.err conftest.i conftest.$ac_ext
4656
4657done
4658# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4659rm -f conftest.i conftest.err conftest.$ac_ext
4660if $ac_preproc_ok; then :
4661  break
4662fi
4663
4664    done
4665    ac_cv_prog_CPP=$CPP
4666
4667fi
4668  CPP=$ac_cv_prog_CPP
4669else
4670  ac_cv_prog_CPP=$CPP
4671fi
4672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4673$as_echo "$CPP" >&6; }
4674ac_preproc_ok=false
4675for ac_c_preproc_warn_flag in '' yes
4676do
4677  # Use a header file that comes with gcc, so configuring glibc
4678  # with a fresh cross-compiler works.
4679  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4680  # <limits.h> exists even on freestanding compilers.
4681  # On the NeXT, cc -E runs the code through the compiler's parser,
4682  # not just through cpp. "Syntax error" is here to catch this case.
4683  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684/* end confdefs.h.  */
4685#ifdef __STDC__
4686# include <limits.h>
4687#else
4688# include <assert.h>
4689#endif
4690		     Syntax error
4691_ACEOF
4692if ac_fn_c_try_cpp "$LINENO"; then :
4693
4694else
4695  # Broken: fails on valid input.
4696continue
4697fi
4698rm -f conftest.err conftest.i conftest.$ac_ext
4699
4700  # OK, works on sane cases.  Now check whether nonexistent headers
4701  # can be detected and how.
4702  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703/* end confdefs.h.  */
4704#include <ac_nonexistent.h>
4705_ACEOF
4706if ac_fn_c_try_cpp "$LINENO"; then :
4707  # Broken: success on invalid input.
4708continue
4709else
4710  # Passes both tests.
4711ac_preproc_ok=:
4712break
4713fi
4714rm -f conftest.err conftest.i conftest.$ac_ext
4715
4716done
4717# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4718rm -f conftest.i conftest.err conftest.$ac_ext
4719if $ac_preproc_ok; then :
4720
4721else
4722  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4723$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4724as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4725See \`config.log' for more details" "$LINENO" 5; }
4726fi
4727
4728ac_ext=c
4729ac_cpp='$CPP $CPPFLAGS'
4730ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4731ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4732ac_compiler_gnu=$ac_cv_c_compiler_gnu
4733
4734
4735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4736$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4737if ${ac_cv_path_GREP+:} false; then :
4738  $as_echo_n "(cached) " >&6
4739else
4740  if test -z "$GREP"; then
4741  ac_path_GREP_found=false
4742  # Loop through the user's path and test for each of PROGNAME-LIST
4743  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4745do
4746  IFS=$as_save_IFS
4747  test -z "$as_dir" && as_dir=.
4748    for ac_prog in grep ggrep; do
4749    for ac_exec_ext in '' $ac_executable_extensions; do
4750      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4751      as_fn_executable_p "$ac_path_GREP" || continue
4752# Check for GNU ac_path_GREP and select it if it is found.
4753  # Check for GNU $ac_path_GREP
4754case `"$ac_path_GREP" --version 2>&1` in
4755*GNU*)
4756  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4757*)
4758  ac_count=0
4759  $as_echo_n 0123456789 >"conftest.in"
4760  while :
4761  do
4762    cat "conftest.in" "conftest.in" >"conftest.tmp"
4763    mv "conftest.tmp" "conftest.in"
4764    cp "conftest.in" "conftest.nl"
4765    $as_echo 'GREP' >> "conftest.nl"
4766    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4767    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4768    as_fn_arith $ac_count + 1 && ac_count=$as_val
4769    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4770      # Best one so far, save it but keep looking for a better one
4771      ac_cv_path_GREP="$ac_path_GREP"
4772      ac_path_GREP_max=$ac_count
4773    fi
4774    # 10*(2^10) chars as input seems more than enough
4775    test $ac_count -gt 10 && break
4776  done
4777  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4778esac
4779
4780      $ac_path_GREP_found && break 3
4781    done
4782  done
4783  done
4784IFS=$as_save_IFS
4785  if test -z "$ac_cv_path_GREP"; then
4786    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4787  fi
4788else
4789  ac_cv_path_GREP=$GREP
4790fi
4791
4792fi
4793{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4794$as_echo "$ac_cv_path_GREP" >&6; }
4795 GREP="$ac_cv_path_GREP"
4796
4797
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4799$as_echo_n "checking for egrep... " >&6; }
4800if ${ac_cv_path_EGREP+:} false; then :
4801  $as_echo_n "(cached) " >&6
4802else
4803  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4804   then ac_cv_path_EGREP="$GREP -E"
4805   else
4806     if test -z "$EGREP"; then
4807  ac_path_EGREP_found=false
4808  # Loop through the user's path and test for each of PROGNAME-LIST
4809  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4810for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4811do
4812  IFS=$as_save_IFS
4813  test -z "$as_dir" && as_dir=.
4814    for ac_prog in egrep; do
4815    for ac_exec_ext in '' $ac_executable_extensions; do
4816      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4817      as_fn_executable_p "$ac_path_EGREP" || continue
4818# Check for GNU ac_path_EGREP and select it if it is found.
4819  # Check for GNU $ac_path_EGREP
4820case `"$ac_path_EGREP" --version 2>&1` in
4821*GNU*)
4822  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4823*)
4824  ac_count=0
4825  $as_echo_n 0123456789 >"conftest.in"
4826  while :
4827  do
4828    cat "conftest.in" "conftest.in" >"conftest.tmp"
4829    mv "conftest.tmp" "conftest.in"
4830    cp "conftest.in" "conftest.nl"
4831    $as_echo 'EGREP' >> "conftest.nl"
4832    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4833    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4834    as_fn_arith $ac_count + 1 && ac_count=$as_val
4835    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4836      # Best one so far, save it but keep looking for a better one
4837      ac_cv_path_EGREP="$ac_path_EGREP"
4838      ac_path_EGREP_max=$ac_count
4839    fi
4840    # 10*(2^10) chars as input seems more than enough
4841    test $ac_count -gt 10 && break
4842  done
4843  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4844esac
4845
4846      $ac_path_EGREP_found && break 3
4847    done
4848  done
4849  done
4850IFS=$as_save_IFS
4851  if test -z "$ac_cv_path_EGREP"; then
4852    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4853  fi
4854else
4855  ac_cv_path_EGREP=$EGREP
4856fi
4857
4858   fi
4859fi
4860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4861$as_echo "$ac_cv_path_EGREP" >&6; }
4862 EGREP="$ac_cv_path_EGREP"
4863
4864
4865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4866$as_echo_n "checking for ANSI C header files... " >&6; }
4867if ${ac_cv_header_stdc+:} false; then :
4868  $as_echo_n "(cached) " >&6
4869else
4870  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4871/* end confdefs.h.  */
4872#include <stdlib.h>
4873#include <stdarg.h>
4874#include <string.h>
4875#include <float.h>
4876
4877int
4878main ()
4879{
4880
4881  ;
4882  return 0;
4883}
4884_ACEOF
4885if ac_fn_c_try_compile "$LINENO"; then :
4886  ac_cv_header_stdc=yes
4887else
4888  ac_cv_header_stdc=no
4889fi
4890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4891
4892if test $ac_cv_header_stdc = yes; then
4893  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4894  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4895/* end confdefs.h.  */
4896#include <string.h>
4897
4898_ACEOF
4899if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4900  $EGREP "memchr" >/dev/null 2>&1; then :
4901
4902else
4903  ac_cv_header_stdc=no
4904fi
4905rm -f conftest*
4906
4907fi
4908
4909if test $ac_cv_header_stdc = yes; then
4910  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4911  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4912/* end confdefs.h.  */
4913#include <stdlib.h>
4914
4915_ACEOF
4916if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4917  $EGREP "free" >/dev/null 2>&1; then :
4918
4919else
4920  ac_cv_header_stdc=no
4921fi
4922rm -f conftest*
4923
4924fi
4925
4926if test $ac_cv_header_stdc = yes; then
4927  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4928  if test "$cross_compiling" = yes; then :
4929  :
4930else
4931  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4932/* end confdefs.h.  */
4933#include <ctype.h>
4934#include <stdlib.h>
4935#if ((' ' & 0x0FF) == 0x020)
4936# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4937# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4938#else
4939# define ISLOWER(c) \
4940		   (('a' <= (c) && (c) <= 'i') \
4941		     || ('j' <= (c) && (c) <= 'r') \
4942		     || ('s' <= (c) && (c) <= 'z'))
4943# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4944#endif
4945
4946#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4947int
4948main ()
4949{
4950  int i;
4951  for (i = 0; i < 256; i++)
4952    if (XOR (islower (i), ISLOWER (i))
4953	|| toupper (i) != TOUPPER (i))
4954      return 2;
4955  return 0;
4956}
4957_ACEOF
4958if ac_fn_c_try_run "$LINENO"; then :
4959
4960else
4961  ac_cv_header_stdc=no
4962fi
4963rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4964  conftest.$ac_objext conftest.beam conftest.$ac_ext
4965fi
4966
4967fi
4968fi
4969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4970$as_echo "$ac_cv_header_stdc" >&6; }
4971if test $ac_cv_header_stdc = yes; then
4972
4973$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4974
4975fi
4976
4977# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4978for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4979		  inttypes.h stdint.h unistd.h
4980do :
4981  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4982ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4983"
4984if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4985  cat >>confdefs.h <<_ACEOF
4986#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4987_ACEOF
4988
4989fi
4990
4991done
4992
4993
4994
4995  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4996if test "x$ac_cv_header_minix_config_h" = xyes; then :
4997  MINIX=yes
4998else
4999  MINIX=
5000fi
5001
5002
5003  if test "$MINIX" = yes; then
5004
5005$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5006
5007
5008$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5009
5010
5011$as_echo "#define _MINIX 1" >>confdefs.h
5012
5013  fi
5014
5015
5016  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5017$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5018if ${ac_cv_safe_to_define___extensions__+:} false; then :
5019  $as_echo_n "(cached) " >&6
5020else
5021  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5022/* end confdefs.h.  */
5023
5024#         define __EXTENSIONS__ 1
5025          $ac_includes_default
5026int
5027main ()
5028{
5029
5030  ;
5031  return 0;
5032}
5033_ACEOF
5034if ac_fn_c_try_compile "$LINENO"; then :
5035  ac_cv_safe_to_define___extensions__=yes
5036else
5037  ac_cv_safe_to_define___extensions__=no
5038fi
5039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5040fi
5041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5042$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5043  test $ac_cv_safe_to_define___extensions__ = yes &&
5044    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5045
5046  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5047
5048  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5049
5050  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5051
5052  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5053
5054
5055
5056
5057
5058case `pwd` in
5059  *\ * | *\	*)
5060    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5061$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5062esac
5063
5064
5065
5066macro_version='2.2.7a'
5067macro_revision='1.3134'
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081ltmain="$ac_aux_dir/ltmain.sh"
5082
5083# Backslashify metacharacters that are still active within
5084# double-quoted strings.
5085sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5086
5087# Same as above, but do not quote variable references.
5088double_quote_subst='s/\(["`\\]\)/\\\1/g'
5089
5090# Sed substitution to delay expansion of an escaped shell variable in a
5091# double_quote_subst'ed string.
5092delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5093
5094# Sed substitution to delay expansion of an escaped single quote.
5095delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5096
5097# Sed substitution to avoid accidental globbing in evaled expressions
5098no_glob_subst='s/\*/\\\*/g'
5099
5100ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5101ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5102ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5103
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5105$as_echo_n "checking how to print strings... " >&6; }
5106# Test print first, because it will be a builtin if present.
5107if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5108   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5109  ECHO='print -r --'
5110elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5111  ECHO='printf %s\n'
5112else
5113  # Use this function as a fallback that always works.
5114  func_fallback_echo ()
5115  {
5116    eval 'cat <<_LTECHO_EOF
5117$1
5118_LTECHO_EOF'
5119  }
5120  ECHO='func_fallback_echo'
5121fi
5122
5123# func_echo_all arg...
5124# Invoke $ECHO with all args, space-separated.
5125func_echo_all ()
5126{
5127    $ECHO ""
5128}
5129
5130case "$ECHO" in
5131  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5132$as_echo "printf" >&6; } ;;
5133  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5134$as_echo "print -r" >&6; } ;;
5135  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5136$as_echo "cat" >&6; } ;;
5137esac
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5153$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5154if ${ac_cv_path_SED+:} false; then :
5155  $as_echo_n "(cached) " >&6
5156else
5157            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5158     for ac_i in 1 2 3 4 5 6 7; do
5159       ac_script="$ac_script$as_nl$ac_script"
5160     done
5161     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5162     { ac_script=; unset ac_script;}
5163     if test -z "$SED"; then
5164  ac_path_SED_found=false
5165  # Loop through the user's path and test for each of PROGNAME-LIST
5166  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5167for as_dir in $PATH
5168do
5169  IFS=$as_save_IFS
5170  test -z "$as_dir" && as_dir=.
5171    for ac_prog in sed gsed; do
5172    for ac_exec_ext in '' $ac_executable_extensions; do
5173      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5174      as_fn_executable_p "$ac_path_SED" || continue
5175# Check for GNU ac_path_SED and select it if it is found.
5176  # Check for GNU $ac_path_SED
5177case `"$ac_path_SED" --version 2>&1` in
5178*GNU*)
5179  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5180*)
5181  ac_count=0
5182  $as_echo_n 0123456789 >"conftest.in"
5183  while :
5184  do
5185    cat "conftest.in" "conftest.in" >"conftest.tmp"
5186    mv "conftest.tmp" "conftest.in"
5187    cp "conftest.in" "conftest.nl"
5188    $as_echo '' >> "conftest.nl"
5189    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5190    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5191    as_fn_arith $ac_count + 1 && ac_count=$as_val
5192    if test $ac_count -gt ${ac_path_SED_max-0}; then
5193      # Best one so far, save it but keep looking for a better one
5194      ac_cv_path_SED="$ac_path_SED"
5195      ac_path_SED_max=$ac_count
5196    fi
5197    # 10*(2^10) chars as input seems more than enough
5198    test $ac_count -gt 10 && break
5199  done
5200  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5201esac
5202
5203      $ac_path_SED_found && break 3
5204    done
5205  done
5206  done
5207IFS=$as_save_IFS
5208  if test -z "$ac_cv_path_SED"; then
5209    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5210  fi
5211else
5212  ac_cv_path_SED=$SED
5213fi
5214
5215fi
5216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5217$as_echo "$ac_cv_path_SED" >&6; }
5218 SED="$ac_cv_path_SED"
5219  rm -f conftest.sed
5220
5221test -z "$SED" && SED=sed
5222Xsed="$SED -e 1s/^X//"
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5235$as_echo_n "checking for fgrep... " >&6; }
5236if ${ac_cv_path_FGREP+:} false; then :
5237  $as_echo_n "(cached) " >&6
5238else
5239  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5240   then ac_cv_path_FGREP="$GREP -F"
5241   else
5242     if test -z "$FGREP"; then
5243  ac_path_FGREP_found=false
5244  # Loop through the user's path and test for each of PROGNAME-LIST
5245  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5246for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5247do
5248  IFS=$as_save_IFS
5249  test -z "$as_dir" && as_dir=.
5250    for ac_prog in fgrep; do
5251    for ac_exec_ext in '' $ac_executable_extensions; do
5252      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5253      as_fn_executable_p "$ac_path_FGREP" || continue
5254# Check for GNU ac_path_FGREP and select it if it is found.
5255  # Check for GNU $ac_path_FGREP
5256case `"$ac_path_FGREP" --version 2>&1` in
5257*GNU*)
5258  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5259*)
5260  ac_count=0
5261  $as_echo_n 0123456789 >"conftest.in"
5262  while :
5263  do
5264    cat "conftest.in" "conftest.in" >"conftest.tmp"
5265    mv "conftest.tmp" "conftest.in"
5266    cp "conftest.in" "conftest.nl"
5267    $as_echo 'FGREP' >> "conftest.nl"
5268    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5269    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5270    as_fn_arith $ac_count + 1 && ac_count=$as_val
5271    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5272      # Best one so far, save it but keep looking for a better one
5273      ac_cv_path_FGREP="$ac_path_FGREP"
5274      ac_path_FGREP_max=$ac_count
5275    fi
5276    # 10*(2^10) chars as input seems more than enough
5277    test $ac_count -gt 10 && break
5278  done
5279  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5280esac
5281
5282      $ac_path_FGREP_found && break 3
5283    done
5284  done
5285  done
5286IFS=$as_save_IFS
5287  if test -z "$ac_cv_path_FGREP"; then
5288    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5289  fi
5290else
5291  ac_cv_path_FGREP=$FGREP
5292fi
5293
5294   fi
5295fi
5296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5297$as_echo "$ac_cv_path_FGREP" >&6; }
5298 FGREP="$ac_cv_path_FGREP"
5299
5300
5301test -z "$GREP" && GREP=grep
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321# Check whether --with-gnu-ld was given.
5322if test "${with_gnu_ld+set}" = set; then :
5323  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5324else
5325  with_gnu_ld=no
5326fi
5327
5328ac_prog=ld
5329if test "$GCC" = yes; then
5330  # Check if gcc -print-prog-name=ld gives a path.
5331  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5332$as_echo_n "checking for ld used by $CC... " >&6; }
5333  case $host in
5334  *-*-mingw*)
5335    # gcc leaves a trailing carriage return which upsets mingw
5336    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5337  *)
5338    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5339  esac
5340  case $ac_prog in
5341    # Accept absolute paths.
5342    [\\/]* | ?:[\\/]*)
5343      re_direlt='/[^/][^/]*/\.\./'
5344      # Canonicalize the pathname of ld
5345      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5346      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5347	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5348      done
5349      test -z "$LD" && LD="$ac_prog"
5350      ;;
5351  "")
5352    # If it fails, then pretend we aren't using GCC.
5353    ac_prog=ld
5354    ;;
5355  *)
5356    # If it is relative, then search for the first ld in PATH.
5357    with_gnu_ld=unknown
5358    ;;
5359  esac
5360elif test "$with_gnu_ld" = yes; then
5361  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5362$as_echo_n "checking for GNU ld... " >&6; }
5363else
5364  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5365$as_echo_n "checking for non-GNU ld... " >&6; }
5366fi
5367if ${lt_cv_path_LD+:} false; then :
5368  $as_echo_n "(cached) " >&6
5369else
5370  if test -z "$LD"; then
5371  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5372  for ac_dir in $PATH; do
5373    IFS="$lt_save_ifs"
5374    test -z "$ac_dir" && ac_dir=.
5375    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5376      lt_cv_path_LD="$ac_dir/$ac_prog"
5377      # Check to see if the program is GNU ld.  I'd rather use --version,
5378      # but apparently some variants of GNU ld only accept -v.
5379      # Break only if it was the GNU/non-GNU ld that we prefer.
5380      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5381      *GNU* | *'with BFD'*)
5382	test "$with_gnu_ld" != no && break
5383	;;
5384      *)
5385	test "$with_gnu_ld" != yes && break
5386	;;
5387      esac
5388    fi
5389  done
5390  IFS="$lt_save_ifs"
5391else
5392  lt_cv_path_LD="$LD" # Let the user override the test with a path.
5393fi
5394fi
5395
5396LD="$lt_cv_path_LD"
5397if test -n "$LD"; then
5398  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5399$as_echo "$LD" >&6; }
5400else
5401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5402$as_echo "no" >&6; }
5403fi
5404test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5406$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5407if ${lt_cv_prog_gnu_ld+:} false; then :
5408  $as_echo_n "(cached) " >&6
5409else
5410  # I'd rather use --version here, but apparently some GNU lds only accept -v.
5411case `$LD -v 2>&1 </dev/null` in
5412*GNU* | *'with BFD'*)
5413  lt_cv_prog_gnu_ld=yes
5414  ;;
5415*)
5416  lt_cv_prog_gnu_ld=no
5417  ;;
5418esac
5419fi
5420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5421$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5422with_gnu_ld=$lt_cv_prog_gnu_ld
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5433$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5434if ${lt_cv_path_NM+:} false; then :
5435  $as_echo_n "(cached) " >&6
5436else
5437  if test -n "$NM"; then
5438   # Let the user override the nm to test.
5439   lt_nm_to_check="$NM"
5440 else
5441   lt_nm_to_check="${ac_tool_prefix}nm"
5442   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5443     lt_nm_to_check="$lt_nm_to_check nm"
5444   fi
5445 fi
5446 for lt_tmp_nm in "$lt_nm_to_check"; do
5447   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5448   for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5449     IFS="$lt_save_ifs"
5450     test -z "$ac_dir" && ac_dir=.
5451     # Strip out any user-provided options from the nm to test twice,
5452     # the first time to test to see if nm (rather than its options) has
5453     # an explicit path, the second time to yield a file which can be
5454     # nm'ed itself.
5455     tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5456     case "$tmp_nm_path" in
5457     */*|*\\*) tmp_nm="$lt_tmp_nm";;
5458     *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5459     esac
5460     tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5461     if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5462       # Check to see if the nm accepts a BSD-compat flag.
5463       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5464       #   nm: unknown option "B" ignored
5465       case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5466       *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5467	 break
5468	 ;;
5469       *)
5470	 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5471	 *$tmp_nm*)
5472	   lt_cv_path_NM="$tmp_nm -p"
5473	   break
5474	   ;;
5475	 *)
5476	   lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5477	   continue # so that we can try to find one that supports BSD flags
5478	   ;;
5479	 esac
5480	 ;;
5481       esac
5482     fi
5483   done
5484   IFS="$lt_save_ifs"
5485 done
5486 : ${lt_cv_path_NM=no}
5487fi
5488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5489$as_echo "$lt_cv_path_NM" >&6; }
5490if test "$lt_cv_path_NM" != "no"; then
5491  NM="$lt_cv_path_NM"
5492else
5493  # Didn't find any BSD compatible name lister, look for dumpbin.
5494  if test -n "$DUMPBIN"; then :
5495    # Let the user override the test.
5496  else
5497    if test -n "$ac_tool_prefix"; then
5498  for ac_prog in dumpbin "link -dump"
5499  do
5500    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5501set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5503$as_echo_n "checking for $ac_word... " >&6; }
5504if ${ac_cv_prog_DUMPBIN+:} false; then :
5505  $as_echo_n "(cached) " >&6
5506else
5507  if test -n "$DUMPBIN"; then
5508  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5509else
5510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5511for as_dir in $PATH
5512do
5513  IFS=$as_save_IFS
5514  test -z "$as_dir" && as_dir=.
5515    for ac_exec_ext in '' $ac_executable_extensions; do
5516  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5517    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5518    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5519    break 2
5520  fi
5521done
5522  done
5523IFS=$as_save_IFS
5524
5525fi
5526fi
5527DUMPBIN=$ac_cv_prog_DUMPBIN
5528if test -n "$DUMPBIN"; then
5529  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5530$as_echo "$DUMPBIN" >&6; }
5531else
5532  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5533$as_echo "no" >&6; }
5534fi
5535
5536
5537    test -n "$DUMPBIN" && break
5538  done
5539fi
5540if test -z "$DUMPBIN"; then
5541  ac_ct_DUMPBIN=$DUMPBIN
5542  for ac_prog in dumpbin "link -dump"
5543do
5544  # Extract the first word of "$ac_prog", so it can be a program name with args.
5545set dummy $ac_prog; ac_word=$2
5546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5547$as_echo_n "checking for $ac_word... " >&6; }
5548if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5549  $as_echo_n "(cached) " >&6
5550else
5551  if test -n "$ac_ct_DUMPBIN"; then
5552  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5553else
5554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5555for as_dir in $PATH
5556do
5557  IFS=$as_save_IFS
5558  test -z "$as_dir" && as_dir=.
5559    for ac_exec_ext in '' $ac_executable_extensions; do
5560  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5561    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5562    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5563    break 2
5564  fi
5565done
5566  done
5567IFS=$as_save_IFS
5568
5569fi
5570fi
5571ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5572if test -n "$ac_ct_DUMPBIN"; then
5573  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5574$as_echo "$ac_ct_DUMPBIN" >&6; }
5575else
5576  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5577$as_echo "no" >&6; }
5578fi
5579
5580
5581  test -n "$ac_ct_DUMPBIN" && break
5582done
5583
5584  if test "x$ac_ct_DUMPBIN" = x; then
5585    DUMPBIN=":"
5586  else
5587    case $cross_compiling:$ac_tool_warned in
5588yes:)
5589{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5590$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5591ac_tool_warned=yes ;;
5592esac
5593    DUMPBIN=$ac_ct_DUMPBIN
5594  fi
5595fi
5596
5597    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5598    *COFF*)
5599      DUMPBIN="$DUMPBIN -symbols"
5600      ;;
5601    *)
5602      DUMPBIN=:
5603      ;;
5604    esac
5605  fi
5606
5607  if test "$DUMPBIN" != ":"; then
5608    NM="$DUMPBIN"
5609  fi
5610fi
5611test -z "$NM" && NM=nm
5612
5613
5614
5615
5616
5617
5618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5619$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5620if ${lt_cv_nm_interface+:} false; then :
5621  $as_echo_n "(cached) " >&6
5622else
5623  lt_cv_nm_interface="BSD nm"
5624  echo "int some_variable = 0;" > conftest.$ac_ext
5625  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5626  (eval "$ac_compile" 2>conftest.err)
5627  cat conftest.err >&5
5628  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5629  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5630  cat conftest.err >&5
5631  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5632  cat conftest.out >&5
5633  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5634    lt_cv_nm_interface="MS dumpbin"
5635  fi
5636  rm -f conftest*
5637fi
5638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5639$as_echo "$lt_cv_nm_interface" >&6; }
5640
5641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5642$as_echo_n "checking whether ln -s works... " >&6; }
5643LN_S=$as_ln_s
5644if test "$LN_S" = "ln -s"; then
5645  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5646$as_echo "yes" >&6; }
5647else
5648  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5649$as_echo "no, using $LN_S" >&6; }
5650fi
5651
5652# find the maximum length of command line arguments
5653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5654$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5655if ${lt_cv_sys_max_cmd_len+:} false; then :
5656  $as_echo_n "(cached) " >&6
5657else
5658    i=0
5659  teststring="ABCD"
5660
5661  case $build_os in
5662  msdosdjgpp*)
5663    # On DJGPP, this test can blow up pretty badly due to problems in libc
5664    # (any single argument exceeding 2000 bytes causes a buffer overrun
5665    # during glob expansion).  Even if it were fixed, the result of this
5666    # check would be larger than it should be.
5667    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5668    ;;
5669
5670  gnu*)
5671    # Under GNU Hurd, this test is not required because there is
5672    # no limit to the length of command line arguments.
5673    # Libtool will interpret -1 as no limit whatsoever
5674    lt_cv_sys_max_cmd_len=-1;
5675    ;;
5676
5677  cygwin* | mingw* | cegcc*)
5678    # On Win9x/ME, this test blows up -- it succeeds, but takes
5679    # about 5 minutes as the teststring grows exponentially.
5680    # Worse, since 9x/ME are not pre-emptively multitasking,
5681    # you end up with a "frozen" computer, even though with patience
5682    # the test eventually succeeds (with a max line length of 256k).
5683    # Instead, let's just punt: use the minimum linelength reported by
5684    # all of the supported platforms: 8192 (on NT/2K/XP).
5685    lt_cv_sys_max_cmd_len=8192;
5686    ;;
5687
5688  mint*)
5689    # On MiNT this can take a long time and run out of memory.
5690    lt_cv_sys_max_cmd_len=8192;
5691    ;;
5692
5693  amigaos*)
5694    # On AmigaOS with pdksh, this test takes hours, literally.
5695    # So we just punt and use a minimum line length of 8192.
5696    lt_cv_sys_max_cmd_len=8192;
5697    ;;
5698
5699  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5700    # This has been around since 386BSD, at least.  Likely further.
5701    if test -x /sbin/sysctl; then
5702      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5703    elif test -x /usr/sbin/sysctl; then
5704      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5705    else
5706      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
5707    fi
5708    # And add a safety zone
5709    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5710    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5711    ;;
5712
5713  interix*)
5714    # We know the value 262144 and hardcode it with a safety zone (like BSD)
5715    lt_cv_sys_max_cmd_len=196608
5716    ;;
5717
5718  osf*)
5719    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5720    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5721    # nice to cause kernel panics so lets avoid the loop below.
5722    # First set a reasonable default.
5723    lt_cv_sys_max_cmd_len=16384
5724    #
5725    if test -x /sbin/sysconfig; then
5726      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5727        *1*) lt_cv_sys_max_cmd_len=-1 ;;
5728      esac
5729    fi
5730    ;;
5731  sco3.2v5*)
5732    lt_cv_sys_max_cmd_len=102400
5733    ;;
5734  sysv5* | sco5v6* | sysv4.2uw2*)
5735    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5736    if test -n "$kargmax"; then
5737      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
5738    else
5739      lt_cv_sys_max_cmd_len=32768
5740    fi
5741    ;;
5742  *)
5743    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5744    if test -n "$lt_cv_sys_max_cmd_len"; then
5745      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5746      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5747    else
5748      # Make teststring a little bigger before we do anything with it.
5749      # a 1K string should be a reasonable start.
5750      for i in 1 2 3 4 5 6 7 8 ; do
5751        teststring=$teststring$teststring
5752      done
5753      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5754      # If test is not a shell built-in, we'll probably end up computing a
5755      # maximum length that is only half of the actual maximum length, but
5756      # we can't tell.
5757      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5758	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5759	      test $i != 17 # 1/2 MB should be enough
5760      do
5761        i=`expr $i + 1`
5762        teststring=$teststring$teststring
5763      done
5764      # Only check the string length outside the loop.
5765      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5766      teststring=
5767      # Add a significant safety factor because C++ compilers can tack on
5768      # massive amounts of additional arguments before passing them to the
5769      # linker.  It appears as though 1/2 is a usable value.
5770      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5771    fi
5772    ;;
5773  esac
5774
5775fi
5776
5777if test -n $lt_cv_sys_max_cmd_len ; then
5778  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5779$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5780else
5781  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5782$as_echo "none" >&6; }
5783fi
5784max_cmd_len=$lt_cv_sys_max_cmd_len
5785
5786
5787
5788
5789
5790
5791: ${CP="cp -f"}
5792: ${MV="mv -f"}
5793: ${RM="rm -f"}
5794
5795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5796$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5797# Try some XSI features
5798xsi_shell=no
5799( _lt_dummy="a/b/c"
5800  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5801      = c,a/b,, \
5802    && eval 'test $(( 1 + 1 )) -eq 2 \
5803    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5804  && xsi_shell=yes
5805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5806$as_echo "$xsi_shell" >&6; }
5807
5808
5809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5810$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5811lt_shell_append=no
5812( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5813    >/dev/null 2>&1 \
5814  && lt_shell_append=yes
5815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5816$as_echo "$lt_shell_append" >&6; }
5817
5818
5819if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5820  lt_unset=unset
5821else
5822  lt_unset=false
5823fi
5824
5825
5826
5827
5828
5829# test EBCDIC or ASCII
5830case `echo X|tr X '\101'` in
5831 A) # ASCII based system
5832    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5833  lt_SP2NL='tr \040 \012'
5834  lt_NL2SP='tr \015\012 \040\040'
5835  ;;
5836 *) # EBCDIC based system
5837  lt_SP2NL='tr \100 \n'
5838  lt_NL2SP='tr \r\n \100\100'
5839  ;;
5840esac
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5851$as_echo_n "checking for $LD option to reload object files... " >&6; }
5852if ${lt_cv_ld_reload_flag+:} false; then :
5853  $as_echo_n "(cached) " >&6
5854else
5855  lt_cv_ld_reload_flag='-r'
5856fi
5857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5858$as_echo "$lt_cv_ld_reload_flag" >&6; }
5859reload_flag=$lt_cv_ld_reload_flag
5860case $reload_flag in
5861"" | " "*) ;;
5862*) reload_flag=" $reload_flag" ;;
5863esac
5864reload_cmds='$LD$reload_flag -o $output$reload_objs'
5865case $host_os in
5866  darwin*)
5867    if test "$GCC" = yes; then
5868      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5869    else
5870      reload_cmds='$LD$reload_flag -o $output$reload_objs'
5871    fi
5872    ;;
5873esac
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883if test -n "$ac_tool_prefix"; then
5884  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5885set dummy ${ac_tool_prefix}objdump; ac_word=$2
5886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5887$as_echo_n "checking for $ac_word... " >&6; }
5888if ${ac_cv_prog_OBJDUMP+:} false; then :
5889  $as_echo_n "(cached) " >&6
5890else
5891  if test -n "$OBJDUMP"; then
5892  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5893else
5894as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5895for as_dir in $PATH
5896do
5897  IFS=$as_save_IFS
5898  test -z "$as_dir" && as_dir=.
5899    for ac_exec_ext in '' $ac_executable_extensions; do
5900  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5901    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5902    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5903    break 2
5904  fi
5905done
5906  done
5907IFS=$as_save_IFS
5908
5909fi
5910fi
5911OBJDUMP=$ac_cv_prog_OBJDUMP
5912if test -n "$OBJDUMP"; then
5913  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5914$as_echo "$OBJDUMP" >&6; }
5915else
5916  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5917$as_echo "no" >&6; }
5918fi
5919
5920
5921fi
5922if test -z "$ac_cv_prog_OBJDUMP"; then
5923  ac_ct_OBJDUMP=$OBJDUMP
5924  # Extract the first word of "objdump", so it can be a program name with args.
5925set dummy 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 ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5929  $as_echo_n "(cached) " >&6
5930else
5931  if test -n "$ac_ct_OBJDUMP"; then
5932  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5941    ac_cv_prog_ac_ct_OBJDUMP="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
5951ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5952if test -n "$ac_ct_OBJDUMP"; then
5953  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5954$as_echo "$ac_ct_OBJDUMP" >&6; }
5955else
5956  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5957$as_echo "no" >&6; }
5958fi
5959
5960  if test "x$ac_ct_OBJDUMP" = x; then
5961    OBJDUMP="false"
5962  else
5963    case $cross_compiling:$ac_tool_warned in
5964yes:)
5965{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5966$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5967ac_tool_warned=yes ;;
5968esac
5969    OBJDUMP=$ac_ct_OBJDUMP
5970  fi
5971else
5972  OBJDUMP="$ac_cv_prog_OBJDUMP"
5973fi
5974
5975test -z "$OBJDUMP" && OBJDUMP=objdump
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5986$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5987if ${lt_cv_deplibs_check_method+:} false; then :
5988  $as_echo_n "(cached) " >&6
5989else
5990  lt_cv_file_magic_cmd='$MAGIC_CMD'
5991lt_cv_file_magic_test_file=
5992lt_cv_deplibs_check_method='unknown'
5993# Need to set the preceding variable on all platforms that support
5994# interlibrary dependencies.
5995# 'none' -- dependencies not supported.
5996# `unknown' -- same as none, but documents that we really don't know.
5997# 'pass_all' -- all dependencies passed with no checks.
5998# 'test_compile' -- check by making test program.
5999# 'file_magic [[regex]]' -- check by looking for files in library path
6000# which responds to the $file_magic_cmd with a given extended regex.
6001# If you have `file' or equivalent on your system and you're not sure
6002# whether `pass_all' will *always* work, you probably want this one.
6003
6004case $host_os in
6005aix[4-9]*)
6006  lt_cv_deplibs_check_method=pass_all
6007  ;;
6008
6009beos*)
6010  lt_cv_deplibs_check_method=pass_all
6011  ;;
6012
6013bsdi[45]*)
6014  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6015  lt_cv_file_magic_cmd='/usr/bin/file -L'
6016  lt_cv_file_magic_test_file=/shlib/libc.so
6017  ;;
6018
6019cygwin*)
6020  # func_win32_libid is a shell function defined in ltmain.sh
6021  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6022  lt_cv_file_magic_cmd='func_win32_libid'
6023  ;;
6024
6025mingw* | pw32*)
6026  # Base MSYS/MinGW do not provide the 'file' command needed by
6027  # func_win32_libid shell function, so use a weaker test based on 'objdump',
6028  # unless we find 'file', for example because we are cross-compiling.
6029  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6030  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6031    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6032    lt_cv_file_magic_cmd='func_win32_libid'
6033  else
6034    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6035    lt_cv_file_magic_cmd='$OBJDUMP -f'
6036  fi
6037  ;;
6038
6039cegcc*)
6040  # use the weaker test based on 'objdump'. See mingw*.
6041  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6042  lt_cv_file_magic_cmd='$OBJDUMP -f'
6043  ;;
6044
6045darwin* | rhapsody*)
6046  lt_cv_deplibs_check_method=pass_all
6047  ;;
6048
6049freebsd* | dragonfly*)
6050  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6051    case $host_cpu in
6052    i*86 )
6053      # Not sure whether the presence of OpenBSD here was a mistake.
6054      # Let's accept both of them until this is cleared up.
6055      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6056      lt_cv_file_magic_cmd=/usr/bin/file
6057      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6058      ;;
6059    esac
6060  else
6061    lt_cv_deplibs_check_method=pass_all
6062  fi
6063  ;;
6064
6065gnu*)
6066  lt_cv_deplibs_check_method=pass_all
6067  ;;
6068
6069haiku*)
6070  lt_cv_deplibs_check_method=pass_all
6071  ;;
6072
6073hpux10.20* | hpux11*)
6074  lt_cv_file_magic_cmd=/usr/bin/file
6075  case $host_cpu in
6076  ia64*)
6077    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6078    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6079    ;;
6080  hppa*64*)
6081    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]'
6082    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6083    ;;
6084  *)
6085    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6086    lt_cv_file_magic_test_file=/usr/lib/libc.sl
6087    ;;
6088  esac
6089  ;;
6090
6091interix[3-9]*)
6092  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6093  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6094  ;;
6095
6096irix5* | irix6* | nonstopux*)
6097  case $LD in
6098  *-32|*"-32 ") libmagic=32-bit;;
6099  *-n32|*"-n32 ") libmagic=N32;;
6100  *-64|*"-64 ") libmagic=64-bit;;
6101  *) libmagic=never-match;;
6102  esac
6103  lt_cv_deplibs_check_method=pass_all
6104  ;;
6105
6106# This must be Linux ELF.
6107linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6108  lt_cv_deplibs_check_method=pass_all
6109  ;;
6110
6111netbsd*)
6112  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6113    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6114  else
6115    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6116  fi
6117  ;;
6118
6119newos6*)
6120  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6121  lt_cv_file_magic_cmd=/usr/bin/file
6122  lt_cv_file_magic_test_file=/usr/lib/libnls.so
6123  ;;
6124
6125*nto* | *qnx*)
6126  lt_cv_deplibs_check_method=pass_all
6127  ;;
6128
6129openbsd*)
6130  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6131    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6132  else
6133    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6134  fi
6135  ;;
6136
6137osf3* | osf4* | osf5*)
6138  lt_cv_deplibs_check_method=pass_all
6139  ;;
6140
6141rdos*)
6142  lt_cv_deplibs_check_method=pass_all
6143  ;;
6144
6145solaris*)
6146  lt_cv_deplibs_check_method=pass_all
6147  ;;
6148
6149sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6150  lt_cv_deplibs_check_method=pass_all
6151  ;;
6152
6153sysv4 | sysv4.3*)
6154  case $host_vendor in
6155  motorola)
6156    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]'
6157    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6158    ;;
6159  ncr)
6160    lt_cv_deplibs_check_method=pass_all
6161    ;;
6162  sequent)
6163    lt_cv_file_magic_cmd='/bin/file'
6164    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6165    ;;
6166  sni)
6167    lt_cv_file_magic_cmd='/bin/file'
6168    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6169    lt_cv_file_magic_test_file=/lib/libc.so
6170    ;;
6171  siemens)
6172    lt_cv_deplibs_check_method=pass_all
6173    ;;
6174  pc)
6175    lt_cv_deplibs_check_method=pass_all
6176    ;;
6177  esac
6178  ;;
6179
6180tpf*)
6181  lt_cv_deplibs_check_method=pass_all
6182  ;;
6183vxworks*)
6184  # Assume VxWorks cross toolchains are built on Linux, possibly
6185  # as canadian for Windows hosts.
6186  lt_cv_deplibs_check_method=pass_all
6187  ;;
6188esac
6189
6190fi
6191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6192$as_echo "$lt_cv_deplibs_check_method" >&6; }
6193file_magic_cmd=$lt_cv_file_magic_cmd
6194deplibs_check_method=$lt_cv_deplibs_check_method
6195test -z "$deplibs_check_method" && deplibs_check_method=unknown
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208plugin_option=
6209plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6210for plugin in $plugin_names; do
6211  plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6212  if test x$plugin_so = x$plugin; then
6213    plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6214  fi
6215  if test x$plugin_so != x$plugin; then
6216    plugin_option="--plugin $plugin_so"
6217    break
6218  fi
6219done
6220
6221if test -n "$ac_tool_prefix"; then
6222  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6223set dummy ${ac_tool_prefix}ar; ac_word=$2
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6225$as_echo_n "checking for $ac_word... " >&6; }
6226if ${ac_cv_prog_AR+:} false; then :
6227  $as_echo_n "(cached) " >&6
6228else
6229  if test -n "$AR"; then
6230  ac_cv_prog_AR="$AR" # Let the user override the test.
6231else
6232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233for as_dir in $PATH
6234do
6235  IFS=$as_save_IFS
6236  test -z "$as_dir" && as_dir=.
6237    for ac_exec_ext in '' $ac_executable_extensions; do
6238  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6239    ac_cv_prog_AR="${ac_tool_prefix}ar"
6240    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6241    break 2
6242  fi
6243done
6244  done
6245IFS=$as_save_IFS
6246
6247fi
6248fi
6249AR=$ac_cv_prog_AR
6250if test -n "$AR"; then
6251  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6252$as_echo "$AR" >&6; }
6253else
6254  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6255$as_echo "no" >&6; }
6256fi
6257
6258
6259fi
6260if test -z "$ac_cv_prog_AR"; then
6261  ac_ct_AR=$AR
6262  # Extract the first word of "ar", so it can be a program name with args.
6263set dummy ar; ac_word=$2
6264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6265$as_echo_n "checking for $ac_word... " >&6; }
6266if ${ac_cv_prog_ac_ct_AR+:} false; then :
6267  $as_echo_n "(cached) " >&6
6268else
6269  if test -n "$ac_ct_AR"; then
6270  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6271else
6272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6273for as_dir in $PATH
6274do
6275  IFS=$as_save_IFS
6276  test -z "$as_dir" && as_dir=.
6277    for ac_exec_ext in '' $ac_executable_extensions; do
6278  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6279    ac_cv_prog_ac_ct_AR="ar"
6280    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6281    break 2
6282  fi
6283done
6284  done
6285IFS=$as_save_IFS
6286
6287fi
6288fi
6289ac_ct_AR=$ac_cv_prog_ac_ct_AR
6290if test -n "$ac_ct_AR"; then
6291  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6292$as_echo "$ac_ct_AR" >&6; }
6293else
6294  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6295$as_echo "no" >&6; }
6296fi
6297
6298  if test "x$ac_ct_AR" = x; then
6299    AR="false"
6300  else
6301    case $cross_compiling:$ac_tool_warned in
6302yes:)
6303{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6304$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6305ac_tool_warned=yes ;;
6306esac
6307    AR=$ac_ct_AR
6308  fi
6309else
6310  AR="$ac_cv_prog_AR"
6311fi
6312
6313test -z "$AR" && AR=ar
6314if test -n "$plugin_option"; then
6315  if $AR --help 2>&1 | grep -q "\--plugin"; then
6316    touch conftest.c
6317    $AR $plugin_option rc conftest.a conftest.c
6318    if test "$?" != 0; then
6319      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6320$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6321    else
6322      AR="$AR $plugin_option"
6323    fi
6324    rm -f conftest.*
6325  fi
6326fi
6327test -z "$AR_FLAGS" && AR_FLAGS=cru
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339if test -n "$ac_tool_prefix"; then
6340  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6341set dummy ${ac_tool_prefix}strip; ac_word=$2
6342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6343$as_echo_n "checking for $ac_word... " >&6; }
6344if ${ac_cv_prog_STRIP+:} false; then :
6345  $as_echo_n "(cached) " >&6
6346else
6347  if test -n "$STRIP"; then
6348  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6349else
6350as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351for as_dir in $PATH
6352do
6353  IFS=$as_save_IFS
6354  test -z "$as_dir" && as_dir=.
6355    for ac_exec_ext in '' $ac_executable_extensions; do
6356  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6357    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6358    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6359    break 2
6360  fi
6361done
6362  done
6363IFS=$as_save_IFS
6364
6365fi
6366fi
6367STRIP=$ac_cv_prog_STRIP
6368if test -n "$STRIP"; then
6369  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6370$as_echo "$STRIP" >&6; }
6371else
6372  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6373$as_echo "no" >&6; }
6374fi
6375
6376
6377fi
6378if test -z "$ac_cv_prog_STRIP"; then
6379  ac_ct_STRIP=$STRIP
6380  # Extract the first word of "strip", so it can be a program name with args.
6381set dummy strip; ac_word=$2
6382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6383$as_echo_n "checking for $ac_word... " >&6; }
6384if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6385  $as_echo_n "(cached) " >&6
6386else
6387  if test -n "$ac_ct_STRIP"; then
6388  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6389else
6390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6391for as_dir in $PATH
6392do
6393  IFS=$as_save_IFS
6394  test -z "$as_dir" && as_dir=.
6395    for ac_exec_ext in '' $ac_executable_extensions; do
6396  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6397    ac_cv_prog_ac_ct_STRIP="strip"
6398    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6399    break 2
6400  fi
6401done
6402  done
6403IFS=$as_save_IFS
6404
6405fi
6406fi
6407ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6408if test -n "$ac_ct_STRIP"; then
6409  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6410$as_echo "$ac_ct_STRIP" >&6; }
6411else
6412  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6413$as_echo "no" >&6; }
6414fi
6415
6416  if test "x$ac_ct_STRIP" = x; then
6417    STRIP=":"
6418  else
6419    case $cross_compiling:$ac_tool_warned in
6420yes:)
6421{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6422$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6423ac_tool_warned=yes ;;
6424esac
6425    STRIP=$ac_ct_STRIP
6426  fi
6427else
6428  STRIP="$ac_cv_prog_STRIP"
6429fi
6430
6431test -z "$STRIP" && STRIP=:
6432
6433
6434
6435
6436
6437
6438if test -n "$ac_tool_prefix"; then
6439  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6440set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6442$as_echo_n "checking for $ac_word... " >&6; }
6443if ${ac_cv_prog_RANLIB+:} false; then :
6444  $as_echo_n "(cached) " >&6
6445else
6446  if test -n "$RANLIB"; then
6447  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6448else
6449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6450for as_dir in $PATH
6451do
6452  IFS=$as_save_IFS
6453  test -z "$as_dir" && as_dir=.
6454    for ac_exec_ext in '' $ac_executable_extensions; do
6455  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6456    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6457    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6458    break 2
6459  fi
6460done
6461  done
6462IFS=$as_save_IFS
6463
6464fi
6465fi
6466RANLIB=$ac_cv_prog_RANLIB
6467if test -n "$RANLIB"; then
6468  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6469$as_echo "$RANLIB" >&6; }
6470else
6471  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6472$as_echo "no" >&6; }
6473fi
6474
6475
6476fi
6477if test -z "$ac_cv_prog_RANLIB"; then
6478  ac_ct_RANLIB=$RANLIB
6479  # Extract the first word of "ranlib", so it can be a program name with args.
6480set dummy ranlib; ac_word=$2
6481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6482$as_echo_n "checking for $ac_word... " >&6; }
6483if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6484  $as_echo_n "(cached) " >&6
6485else
6486  if test -n "$ac_ct_RANLIB"; then
6487  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6488else
6489as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6490for as_dir in $PATH
6491do
6492  IFS=$as_save_IFS
6493  test -z "$as_dir" && as_dir=.
6494    for ac_exec_ext in '' $ac_executable_extensions; do
6495  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6496    ac_cv_prog_ac_ct_RANLIB="ranlib"
6497    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6498    break 2
6499  fi
6500done
6501  done
6502IFS=$as_save_IFS
6503
6504fi
6505fi
6506ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6507if test -n "$ac_ct_RANLIB"; then
6508  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6509$as_echo "$ac_ct_RANLIB" >&6; }
6510else
6511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6512$as_echo "no" >&6; }
6513fi
6514
6515  if test "x$ac_ct_RANLIB" = x; then
6516    RANLIB=":"
6517  else
6518    case $cross_compiling:$ac_tool_warned in
6519yes:)
6520{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6521$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6522ac_tool_warned=yes ;;
6523esac
6524    RANLIB=$ac_ct_RANLIB
6525  fi
6526else
6527  RANLIB="$ac_cv_prog_RANLIB"
6528fi
6529
6530test -z "$RANLIB" && RANLIB=:
6531if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6532  if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6533    RANLIB="$RANLIB $plugin_option"
6534  fi
6535fi
6536
6537
6538
6539
6540
6541
6542# Determine commands to create old-style static archives.
6543old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6544old_postinstall_cmds='chmod 644 $oldlib'
6545old_postuninstall_cmds=
6546
6547if test -n "$RANLIB"; then
6548  case $host_os in
6549  openbsd*)
6550    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6551    ;;
6552  *)
6553    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6554    ;;
6555  esac
6556  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6557fi
6558
6559case $host_os in
6560  darwin*)
6561    lock_old_archive_extraction=yes ;;
6562  *)
6563    lock_old_archive_extraction=no ;;
6564esac
6565
6566
6567
6568
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# If no C compiler was specified, use CC.
6605LTCC=${LTCC-"$CC"}
6606
6607# If no C compiler flags were specified, use CFLAGS.
6608LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6609
6610# Allow CC to be a program name with arguments.
6611compiler=$CC
6612
6613
6614# Check for command to grab the raw symbol name followed by C symbol from nm.
6615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6616$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6617if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6618  $as_echo_n "(cached) " >&6
6619else
6620
6621# These are sane defaults that work on at least a few old systems.
6622# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6623
6624# Character class describing NM global symbol codes.
6625symcode='[BCDEGRST]'
6626
6627# Regexp to match symbols that can be accessed directly from C.
6628sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6629
6630# Define system-specific variables.
6631case $host_os in
6632aix*)
6633  symcode='[BCDT]'
6634  ;;
6635cygwin* | mingw* | pw32* | cegcc*)
6636  symcode='[ABCDGISTW]'
6637  ;;
6638hpux*)
6639  if test "$host_cpu" = ia64; then
6640    symcode='[ABCDEGRST]'
6641  fi
6642  ;;
6643irix* | nonstopux*)
6644  symcode='[BCDEGRST]'
6645  ;;
6646osf*)
6647  symcode='[BCDEGQRST]'
6648  ;;
6649solaris*)
6650  symcode='[BCDRT]'
6651  ;;
6652sco3.2v5*)
6653  symcode='[DT]'
6654  ;;
6655sysv4.2uw2*)
6656  symcode='[DT]'
6657  ;;
6658sysv5* | sco5v6* | unixware* | OpenUNIX*)
6659  symcode='[ABDT]'
6660  ;;
6661sysv4)
6662  symcode='[DFNSTU]'
6663  ;;
6664esac
6665
6666# If we're using GNU nm, then use its standard symbol codes.
6667case `$NM -V 2>&1` in
6668*GNU* | *'with BFD'*)
6669  symcode='[ABCDGIRSTW]' ;;
6670esac
6671
6672# Transform an extracted symbol line into a proper C declaration.
6673# Some systems (esp. on ia64) link data and code symbols differently,
6674# so use this general approach.
6675lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6676
6677# Transform an extracted symbol line into symbol name and symbol address
6678lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6679lt_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'"
6680
6681# Handle CRLF in mingw tool chain
6682opt_cr=
6683case $build_os in
6684mingw*)
6685  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6686  ;;
6687esac
6688
6689# Try without a prefix underscore, then with it.
6690for ac_symprfx in "" "_"; do
6691
6692  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6693  symxfrm="\\1 $ac_symprfx\\2 \\2"
6694
6695  # Write the raw and C identifiers.
6696  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6697    # Fake it for dumpbin and say T for any non-static function
6698    # and D for any global variable.
6699    # Also find C++ and __fastcall symbols from MSVC++,
6700    # which start with @ or ?.
6701    lt_cv_sys_global_symbol_pipe="$AWK '"\
6702"     {last_section=section; section=\$ 3};"\
6703"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6704"     \$ 0!~/External *\|/{next};"\
6705"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6706"     {if(hide[section]) next};"\
6707"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6708"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6709"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6710"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6711"     ' prfx=^$ac_symprfx"
6712  else
6713    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6714  fi
6715
6716  # Check to see that the pipe works correctly.
6717  pipe_works=no
6718
6719  rm -f conftest*
6720  cat > conftest.$ac_ext <<_LT_EOF
6721#ifdef __cplusplus
6722extern "C" {
6723#endif
6724char nm_test_var;
6725void nm_test_func(void);
6726void nm_test_func(void){}
6727#ifdef __cplusplus
6728}
6729#endif
6730int main(){nm_test_var='a';nm_test_func();return(0);}
6731_LT_EOF
6732
6733  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6734  (eval $ac_compile) 2>&5
6735  ac_status=$?
6736  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6737  test $ac_status = 0; }; then
6738    # Now try to grab the symbols.
6739    nlist=conftest.nm
6740    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6741  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6742  ac_status=$?
6743  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6744  test $ac_status = 0; } && test -s "$nlist"; then
6745      # Try sorting and uniquifying the output.
6746      if sort "$nlist" | uniq > "$nlist"T; then
6747	mv -f "$nlist"T "$nlist"
6748      else
6749	rm -f "$nlist"T
6750      fi
6751
6752      # Make sure that we snagged all the symbols we need.
6753      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6754	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6755	  cat <<_LT_EOF > conftest.$ac_ext
6756#ifdef __cplusplus
6757extern "C" {
6758#endif
6759
6760_LT_EOF
6761	  # Now generate the symbol file.
6762	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6763
6764	  cat <<_LT_EOF >> conftest.$ac_ext
6765
6766/* The mapping between symbol names and symbols.  */
6767const struct {
6768  const char *name;
6769  void       *address;
6770}
6771lt__PROGRAM__LTX_preloaded_symbols[] =
6772{
6773  { "@PROGRAM@", (void *) 0 },
6774_LT_EOF
6775	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6776	  cat <<\_LT_EOF >> conftest.$ac_ext
6777  {0, (void *) 0}
6778};
6779
6780/* This works around a problem in FreeBSD linker */
6781#ifdef FREEBSD_WORKAROUND
6782static const void *lt_preloaded_setup() {
6783  return lt__PROGRAM__LTX_preloaded_symbols;
6784}
6785#endif
6786
6787#ifdef __cplusplus
6788}
6789#endif
6790_LT_EOF
6791	  # Now try linking the two files.
6792	  mv conftest.$ac_objext conftstm.$ac_objext
6793	  lt_save_LIBS="$LIBS"
6794	  lt_save_CFLAGS="$CFLAGS"
6795	  LIBS="conftstm.$ac_objext"
6796	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6797	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6798  (eval $ac_link) 2>&5
6799  ac_status=$?
6800  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6801  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6802	    pipe_works=yes
6803	  fi
6804	  LIBS="$lt_save_LIBS"
6805	  CFLAGS="$lt_save_CFLAGS"
6806	else
6807	  echo "cannot find nm_test_func in $nlist" >&5
6808	fi
6809      else
6810	echo "cannot find nm_test_var in $nlist" >&5
6811      fi
6812    else
6813      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6814    fi
6815  else
6816    echo "$progname: failed program was:" >&5
6817    cat conftest.$ac_ext >&5
6818  fi
6819  rm -rf conftest* conftst*
6820
6821  # Do not use the global_symbol_pipe unless it works.
6822  if test "$pipe_works" = yes; then
6823    break
6824  else
6825    lt_cv_sys_global_symbol_pipe=
6826  fi
6827done
6828
6829fi
6830
6831if test -z "$lt_cv_sys_global_symbol_pipe"; then
6832  lt_cv_sys_global_symbol_to_cdecl=
6833fi
6834if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6835  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6836$as_echo "failed" >&6; }
6837else
6838  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6839$as_echo "ok" >&6; }
6840fi
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863# Check whether --enable-libtool-lock was given.
6864if test "${enable_libtool_lock+set}" = set; then :
6865  enableval=$enable_libtool_lock;
6866fi
6867
6868test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6869
6870# Some flags need to be propagated to the compiler or linker for good
6871# libtool support.
6872case $host in
6873ia64-*-hpux*)
6874  # Find out which ABI we are using.
6875  echo 'int i;' > conftest.$ac_ext
6876  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6877  (eval $ac_compile) 2>&5
6878  ac_status=$?
6879  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6880  test $ac_status = 0; }; then
6881    case `/usr/bin/file conftest.$ac_objext` in
6882      *ELF-32*)
6883	HPUX_IA64_MODE="32"
6884	;;
6885      *ELF-64*)
6886	HPUX_IA64_MODE="64"
6887	;;
6888    esac
6889  fi
6890  rm -rf conftest*
6891  ;;
6892*-*-irix6*)
6893  # Find out which ABI we are using.
6894  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6895  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6896  (eval $ac_compile) 2>&5
6897  ac_status=$?
6898  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6899  test $ac_status = 0; }; then
6900    if test "$lt_cv_prog_gnu_ld" = yes; then
6901      case `/usr/bin/file conftest.$ac_objext` in
6902	*32-bit*)
6903	  LD="${LD-ld} -melf32bsmip"
6904	  ;;
6905	*N32*)
6906	  LD="${LD-ld} -melf32bmipn32"
6907	  ;;
6908	*64-bit*)
6909	  LD="${LD-ld} -melf64bmip"
6910	;;
6911      esac
6912    else
6913      case `/usr/bin/file conftest.$ac_objext` in
6914	*32-bit*)
6915	  LD="${LD-ld} -32"
6916	  ;;
6917	*N32*)
6918	  LD="${LD-ld} -n32"
6919	  ;;
6920	*64-bit*)
6921	  LD="${LD-ld} -64"
6922	  ;;
6923      esac
6924    fi
6925  fi
6926  rm -rf conftest*
6927  ;;
6928
6929x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6930s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6931  # Find out which ABI we are using.
6932  echo 'int i;' > conftest.$ac_ext
6933  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6934  (eval $ac_compile) 2>&5
6935  ac_status=$?
6936  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6937  test $ac_status = 0; }; then
6938    case `/usr/bin/file conftest.o` in
6939      *32-bit*)
6940	case $host in
6941	  x86_64-*kfreebsd*-gnu)
6942	    LD="${LD-ld} -m elf_i386_fbsd"
6943	    ;;
6944	  x86_64-*linux*)
6945	    case `/usr/bin/file conftest.o` in
6946	      *x86-64*)
6947		LD="${LD-ld} -m elf32_x86_64"
6948		;;
6949	      *)
6950		LD="${LD-ld} -m elf_i386"
6951		;;
6952	    esac
6953	    ;;
6954	  powerpc64le-*linux*)
6955	    LD="${LD-ld} -m elf32lppclinux"
6956	    ;;
6957	  powerpc64-*linux*)
6958	    LD="${LD-ld} -m elf32ppclinux"
6959	    ;;
6960	  s390x-*linux*)
6961	    LD="${LD-ld} -m elf_s390"
6962	    ;;
6963	  sparc64-*linux*)
6964	    LD="${LD-ld} -m elf32_sparc"
6965	    ;;
6966	esac
6967	;;
6968      *64-bit*)
6969	case $host in
6970	  x86_64-*kfreebsd*-gnu)
6971	    LD="${LD-ld} -m elf_x86_64_fbsd"
6972	    ;;
6973	  x86_64-*linux*)
6974	    LD="${LD-ld} -m elf_x86_64"
6975	    ;;
6976	  powerpcle-*linux*)
6977	    LD="${LD-ld} -m elf64lppc"
6978	    ;;
6979	  powerpc-*linux*)
6980	    LD="${LD-ld} -m elf64ppc"
6981	    ;;
6982	  s390*-*linux*|s390*-*tpf*)
6983	    LD="${LD-ld} -m elf64_s390"
6984	    ;;
6985	  sparc*-*linux*)
6986	    LD="${LD-ld} -m elf64_sparc"
6987	    ;;
6988	esac
6989	;;
6990    esac
6991  fi
6992  rm -rf conftest*
6993  ;;
6994
6995*-*-sco3.2v5*)
6996  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6997  SAVE_CFLAGS="$CFLAGS"
6998  CFLAGS="$CFLAGS -belf"
6999  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7000$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7001if ${lt_cv_cc_needs_belf+:} false; then :
7002  $as_echo_n "(cached) " >&6
7003else
7004  ac_ext=c
7005ac_cpp='$CPP $CPPFLAGS'
7006ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7007ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7008ac_compiler_gnu=$ac_cv_c_compiler_gnu
7009
7010     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7011/* end confdefs.h.  */
7012
7013int
7014main ()
7015{
7016
7017  ;
7018  return 0;
7019}
7020_ACEOF
7021if ac_fn_c_try_link "$LINENO"; then :
7022  lt_cv_cc_needs_belf=yes
7023else
7024  lt_cv_cc_needs_belf=no
7025fi
7026rm -f core conftest.err conftest.$ac_objext \
7027    conftest$ac_exeext conftest.$ac_ext
7028     ac_ext=c
7029ac_cpp='$CPP $CPPFLAGS'
7030ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7031ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7032ac_compiler_gnu=$ac_cv_c_compiler_gnu
7033
7034fi
7035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7036$as_echo "$lt_cv_cc_needs_belf" >&6; }
7037  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7038    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7039    CFLAGS="$SAVE_CFLAGS"
7040  fi
7041  ;;
7042sparc*-*solaris*)
7043  # Find out which ABI we are using.
7044  echo 'int i;' > conftest.$ac_ext
7045  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7046  (eval $ac_compile) 2>&5
7047  ac_status=$?
7048  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7049  test $ac_status = 0; }; then
7050    case `/usr/bin/file conftest.o` in
7051    *64-bit*)
7052      case $lt_cv_prog_gnu_ld in
7053      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7054      *)
7055	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7056	  LD="${LD-ld} -64"
7057	fi
7058	;;
7059      esac
7060      ;;
7061    esac
7062  fi
7063  rm -rf conftest*
7064  ;;
7065esac
7066
7067need_locks="$enable_libtool_lock"
7068
7069
7070  case $host_os in
7071    rhapsody* | darwin*)
7072    if test -n "$ac_tool_prefix"; then
7073  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7074set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7076$as_echo_n "checking for $ac_word... " >&6; }
7077if ${ac_cv_prog_DSYMUTIL+:} false; then :
7078  $as_echo_n "(cached) " >&6
7079else
7080  if test -n "$DSYMUTIL"; then
7081  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7082else
7083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7084for as_dir in $PATH
7085do
7086  IFS=$as_save_IFS
7087  test -z "$as_dir" && as_dir=.
7088    for ac_exec_ext in '' $ac_executable_extensions; do
7089  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7090    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7091    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7092    break 2
7093  fi
7094done
7095  done
7096IFS=$as_save_IFS
7097
7098fi
7099fi
7100DSYMUTIL=$ac_cv_prog_DSYMUTIL
7101if test -n "$DSYMUTIL"; then
7102  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7103$as_echo "$DSYMUTIL" >&6; }
7104else
7105  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7106$as_echo "no" >&6; }
7107fi
7108
7109
7110fi
7111if test -z "$ac_cv_prog_DSYMUTIL"; then
7112  ac_ct_DSYMUTIL=$DSYMUTIL
7113  # Extract the first word of "dsymutil", so it can be a program name with args.
7114set dummy dsymutil; ac_word=$2
7115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7116$as_echo_n "checking for $ac_word... " >&6; }
7117if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7118  $as_echo_n "(cached) " >&6
7119else
7120  if test -n "$ac_ct_DSYMUTIL"; then
7121  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7122else
7123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7124for as_dir in $PATH
7125do
7126  IFS=$as_save_IFS
7127  test -z "$as_dir" && as_dir=.
7128    for ac_exec_ext in '' $ac_executable_extensions; do
7129  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7130    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7131    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7132    break 2
7133  fi
7134done
7135  done
7136IFS=$as_save_IFS
7137
7138fi
7139fi
7140ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7141if test -n "$ac_ct_DSYMUTIL"; then
7142  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7143$as_echo "$ac_ct_DSYMUTIL" >&6; }
7144else
7145  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7146$as_echo "no" >&6; }
7147fi
7148
7149  if test "x$ac_ct_DSYMUTIL" = x; then
7150    DSYMUTIL=":"
7151  else
7152    case $cross_compiling:$ac_tool_warned in
7153yes:)
7154{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7155$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7156ac_tool_warned=yes ;;
7157esac
7158    DSYMUTIL=$ac_ct_DSYMUTIL
7159  fi
7160else
7161  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7162fi
7163
7164    if test -n "$ac_tool_prefix"; then
7165  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7166set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7168$as_echo_n "checking for $ac_word... " >&6; }
7169if ${ac_cv_prog_NMEDIT+:} false; then :
7170  $as_echo_n "(cached) " >&6
7171else
7172  if test -n "$NMEDIT"; then
7173  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7174else
7175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7176for as_dir in $PATH
7177do
7178  IFS=$as_save_IFS
7179  test -z "$as_dir" && as_dir=.
7180    for ac_exec_ext in '' $ac_executable_extensions; do
7181  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7182    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7183    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7184    break 2
7185  fi
7186done
7187  done
7188IFS=$as_save_IFS
7189
7190fi
7191fi
7192NMEDIT=$ac_cv_prog_NMEDIT
7193if test -n "$NMEDIT"; then
7194  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7195$as_echo "$NMEDIT" >&6; }
7196else
7197  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7198$as_echo "no" >&6; }
7199fi
7200
7201
7202fi
7203if test -z "$ac_cv_prog_NMEDIT"; then
7204  ac_ct_NMEDIT=$NMEDIT
7205  # Extract the first word of "nmedit", so it can be a program name with args.
7206set dummy nmedit; ac_word=$2
7207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7208$as_echo_n "checking for $ac_word... " >&6; }
7209if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7210  $as_echo_n "(cached) " >&6
7211else
7212  if test -n "$ac_ct_NMEDIT"; then
7213  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7214else
7215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7216for as_dir in $PATH
7217do
7218  IFS=$as_save_IFS
7219  test -z "$as_dir" && as_dir=.
7220    for ac_exec_ext in '' $ac_executable_extensions; do
7221  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7222    ac_cv_prog_ac_ct_NMEDIT="nmedit"
7223    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7224    break 2
7225  fi
7226done
7227  done
7228IFS=$as_save_IFS
7229
7230fi
7231fi
7232ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7233if test -n "$ac_ct_NMEDIT"; then
7234  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7235$as_echo "$ac_ct_NMEDIT" >&6; }
7236else
7237  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7238$as_echo "no" >&6; }
7239fi
7240
7241  if test "x$ac_ct_NMEDIT" = x; then
7242    NMEDIT=":"
7243  else
7244    case $cross_compiling:$ac_tool_warned in
7245yes:)
7246{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7247$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7248ac_tool_warned=yes ;;
7249esac
7250    NMEDIT=$ac_ct_NMEDIT
7251  fi
7252else
7253  NMEDIT="$ac_cv_prog_NMEDIT"
7254fi
7255
7256    if test -n "$ac_tool_prefix"; then
7257  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7258set dummy ${ac_tool_prefix}lipo; ac_word=$2
7259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7260$as_echo_n "checking for $ac_word... " >&6; }
7261if ${ac_cv_prog_LIPO+:} false; then :
7262  $as_echo_n "(cached) " >&6
7263else
7264  if test -n "$LIPO"; then
7265  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7266else
7267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268for as_dir in $PATH
7269do
7270  IFS=$as_save_IFS
7271  test -z "$as_dir" && as_dir=.
7272    for ac_exec_ext in '' $ac_executable_extensions; do
7273  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7274    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7275    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7276    break 2
7277  fi
7278done
7279  done
7280IFS=$as_save_IFS
7281
7282fi
7283fi
7284LIPO=$ac_cv_prog_LIPO
7285if test -n "$LIPO"; then
7286  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7287$as_echo "$LIPO" >&6; }
7288else
7289  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7290$as_echo "no" >&6; }
7291fi
7292
7293
7294fi
7295if test -z "$ac_cv_prog_LIPO"; then
7296  ac_ct_LIPO=$LIPO
7297  # Extract the first word of "lipo", so it can be a program name with args.
7298set dummy lipo; ac_word=$2
7299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7300$as_echo_n "checking for $ac_word... " >&6; }
7301if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7302  $as_echo_n "(cached) " >&6
7303else
7304  if test -n "$ac_ct_LIPO"; then
7305  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7306else
7307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7308for as_dir in $PATH
7309do
7310  IFS=$as_save_IFS
7311  test -z "$as_dir" && as_dir=.
7312    for ac_exec_ext in '' $ac_executable_extensions; do
7313  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7314    ac_cv_prog_ac_ct_LIPO="lipo"
7315    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7316    break 2
7317  fi
7318done
7319  done
7320IFS=$as_save_IFS
7321
7322fi
7323fi
7324ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7325if test -n "$ac_ct_LIPO"; then
7326  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7327$as_echo "$ac_ct_LIPO" >&6; }
7328else
7329  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7330$as_echo "no" >&6; }
7331fi
7332
7333  if test "x$ac_ct_LIPO" = x; then
7334    LIPO=":"
7335  else
7336    case $cross_compiling:$ac_tool_warned in
7337yes:)
7338{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7339$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7340ac_tool_warned=yes ;;
7341esac
7342    LIPO=$ac_ct_LIPO
7343  fi
7344else
7345  LIPO="$ac_cv_prog_LIPO"
7346fi
7347
7348    if test -n "$ac_tool_prefix"; then
7349  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7350set dummy ${ac_tool_prefix}otool; ac_word=$2
7351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7352$as_echo_n "checking for $ac_word... " >&6; }
7353if ${ac_cv_prog_OTOOL+:} false; then :
7354  $as_echo_n "(cached) " >&6
7355else
7356  if test -n "$OTOOL"; then
7357  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7358else
7359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360for as_dir in $PATH
7361do
7362  IFS=$as_save_IFS
7363  test -z "$as_dir" && as_dir=.
7364    for ac_exec_ext in '' $ac_executable_extensions; do
7365  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7366    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7367    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7368    break 2
7369  fi
7370done
7371  done
7372IFS=$as_save_IFS
7373
7374fi
7375fi
7376OTOOL=$ac_cv_prog_OTOOL
7377if test -n "$OTOOL"; then
7378  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7379$as_echo "$OTOOL" >&6; }
7380else
7381  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7382$as_echo "no" >&6; }
7383fi
7384
7385
7386fi
7387if test -z "$ac_cv_prog_OTOOL"; then
7388  ac_ct_OTOOL=$OTOOL
7389  # Extract the first word of "otool", so it can be a program name with args.
7390set dummy otool; ac_word=$2
7391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7392$as_echo_n "checking for $ac_word... " >&6; }
7393if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7394  $as_echo_n "(cached) " >&6
7395else
7396  if test -n "$ac_ct_OTOOL"; then
7397  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7398else
7399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7400for as_dir in $PATH
7401do
7402  IFS=$as_save_IFS
7403  test -z "$as_dir" && as_dir=.
7404    for ac_exec_ext in '' $ac_executable_extensions; do
7405  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7406    ac_cv_prog_ac_ct_OTOOL="otool"
7407    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7408    break 2
7409  fi
7410done
7411  done
7412IFS=$as_save_IFS
7413
7414fi
7415fi
7416ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7417if test -n "$ac_ct_OTOOL"; then
7418  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7419$as_echo "$ac_ct_OTOOL" >&6; }
7420else
7421  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7422$as_echo "no" >&6; }
7423fi
7424
7425  if test "x$ac_ct_OTOOL" = x; then
7426    OTOOL=":"
7427  else
7428    case $cross_compiling:$ac_tool_warned in
7429yes:)
7430{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7432ac_tool_warned=yes ;;
7433esac
7434    OTOOL=$ac_ct_OTOOL
7435  fi
7436else
7437  OTOOL="$ac_cv_prog_OTOOL"
7438fi
7439
7440    if test -n "$ac_tool_prefix"; then
7441  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7442set dummy ${ac_tool_prefix}otool64; ac_word=$2
7443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7444$as_echo_n "checking for $ac_word... " >&6; }
7445if ${ac_cv_prog_OTOOL64+:} false; then :
7446  $as_echo_n "(cached) " >&6
7447else
7448  if test -n "$OTOOL64"; then
7449  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7450else
7451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452for as_dir in $PATH
7453do
7454  IFS=$as_save_IFS
7455  test -z "$as_dir" && as_dir=.
7456    for ac_exec_ext in '' $ac_executable_extensions; do
7457  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7458    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7459    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7460    break 2
7461  fi
7462done
7463  done
7464IFS=$as_save_IFS
7465
7466fi
7467fi
7468OTOOL64=$ac_cv_prog_OTOOL64
7469if test -n "$OTOOL64"; then
7470  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7471$as_echo "$OTOOL64" >&6; }
7472else
7473  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474$as_echo "no" >&6; }
7475fi
7476
7477
7478fi
7479if test -z "$ac_cv_prog_OTOOL64"; then
7480  ac_ct_OTOOL64=$OTOOL64
7481  # Extract the first word of "otool64", so it can be a program name with args.
7482set dummy otool64; ac_word=$2
7483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7484$as_echo_n "checking for $ac_word... " >&6; }
7485if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7486  $as_echo_n "(cached) " >&6
7487else
7488  if test -n "$ac_ct_OTOOL64"; then
7489  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7490else
7491as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7492for as_dir in $PATH
7493do
7494  IFS=$as_save_IFS
7495  test -z "$as_dir" && as_dir=.
7496    for ac_exec_ext in '' $ac_executable_extensions; do
7497  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7498    ac_cv_prog_ac_ct_OTOOL64="otool64"
7499    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7500    break 2
7501  fi
7502done
7503  done
7504IFS=$as_save_IFS
7505
7506fi
7507fi
7508ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7509if test -n "$ac_ct_OTOOL64"; then
7510  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7511$as_echo "$ac_ct_OTOOL64" >&6; }
7512else
7513  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7514$as_echo "no" >&6; }
7515fi
7516
7517  if test "x$ac_ct_OTOOL64" = x; then
7518    OTOOL64=":"
7519  else
7520    case $cross_compiling:$ac_tool_warned in
7521yes:)
7522{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7523$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7524ac_tool_warned=yes ;;
7525esac
7526    OTOOL64=$ac_ct_OTOOL64
7527  fi
7528else
7529  OTOOL64="$ac_cv_prog_OTOOL64"
7530fi
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7559$as_echo_n "checking for -single_module linker flag... " >&6; }
7560if ${lt_cv_apple_cc_single_mod+:} false; then :
7561  $as_echo_n "(cached) " >&6
7562else
7563  lt_cv_apple_cc_single_mod=no
7564      if test -z "${LT_MULTI_MODULE}"; then
7565	# By default we will add the -single_module flag. You can override
7566	# by either setting the environment variable LT_MULTI_MODULE
7567	# non-empty at configure time, or by adding -multi_module to the
7568	# link flags.
7569	rm -rf libconftest.dylib*
7570	echo "int foo(void){return 1;}" > conftest.c
7571	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7572-dynamiclib -Wl,-single_module conftest.c" >&5
7573	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7574	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7575        _lt_result=$?
7576	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7577	  lt_cv_apple_cc_single_mod=yes
7578	else
7579	  cat conftest.err >&5
7580	fi
7581	rm -rf libconftest.dylib*
7582	rm -f conftest.*
7583      fi
7584fi
7585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7586$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7587    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7588$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7589if ${lt_cv_ld_exported_symbols_list+:} false; then :
7590  $as_echo_n "(cached) " >&6
7591else
7592  lt_cv_ld_exported_symbols_list=no
7593      save_LDFLAGS=$LDFLAGS
7594      echo "_main" > conftest.sym
7595      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7596      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7597/* end confdefs.h.  */
7598
7599int
7600main ()
7601{
7602
7603  ;
7604  return 0;
7605}
7606_ACEOF
7607if ac_fn_c_try_link "$LINENO"; then :
7608  lt_cv_ld_exported_symbols_list=yes
7609else
7610  lt_cv_ld_exported_symbols_list=no
7611fi
7612rm -f core conftest.err conftest.$ac_objext \
7613    conftest$ac_exeext conftest.$ac_ext
7614	LDFLAGS="$save_LDFLAGS"
7615
7616fi
7617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7618$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7619    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7620$as_echo_n "checking for -force_load linker flag... " >&6; }
7621if ${lt_cv_ld_force_load+:} false; then :
7622  $as_echo_n "(cached) " >&6
7623else
7624  lt_cv_ld_force_load=no
7625      cat > conftest.c << _LT_EOF
7626int forced_loaded() { return 2;}
7627_LT_EOF
7628      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7629      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7630      echo "$AR cru libconftest.a conftest.o" >&5
7631      $AR cru libconftest.a conftest.o 2>&5
7632      cat > conftest.c << _LT_EOF
7633int main() { return 0;}
7634_LT_EOF
7635      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7636      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7637      _lt_result=$?
7638      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7639	lt_cv_ld_force_load=yes
7640      else
7641	cat conftest.err >&5
7642      fi
7643        rm -f conftest.err libconftest.a conftest conftest.c
7644        rm -rf conftest.dSYM
7645
7646fi
7647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7648$as_echo "$lt_cv_ld_force_load" >&6; }
7649    # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7650    # build without first building modern cctools / linker.
7651    case $host_cpu-$host_os in
7652    *-rhapsody* | *-darwin1.[012])
7653      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7654    *-darwin1.*)
7655      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7656    *-darwin*)
7657      # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7658      # deployment target is forced to an earlier version.
7659      case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7660	UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7661	  ;;
7662	10.[012][,.]*)
7663	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7664	  ;;
7665	*)
7666	  ;;
7667     esac
7668    ;;
7669  esac
7670    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7671      _lt_dar_single_mod='$single_module'
7672    fi
7673    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7674      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7675    else
7676      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7677    fi
7678    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7679      _lt_dsymutil='~$DSYMUTIL $lib || :'
7680    else
7681      _lt_dsymutil=
7682    fi
7683    ;;
7684  esac
7685
7686for ac_header in dlfcn.h
7687do :
7688  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7689"
7690if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7691  cat >>confdefs.h <<_ACEOF
7692#define HAVE_DLFCN_H 1
7693_ACEOF
7694
7695fi
7696
7697done
7698
7699
7700
7701
7702
7703# Set options
7704enable_dlopen=yes
7705
7706
7707
7708
7709  enable_win32_dll=no
7710
7711
7712
7713  # Check whether --enable-static was given.
7714if test "${enable_static+set}" = set; then :
7715  enableval=$enable_static; p=${PACKAGE-default}
7716    case $enableval in
7717    yes) enable_static=yes ;;
7718    no) enable_static=no ;;
7719    *)
7720     enable_static=no
7721      # Look at the argument we got.  We use all the common list separators.
7722      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7723      for pkg in $enableval; do
7724	IFS="$lt_save_ifs"
7725	if test "X$pkg" = "X$p"; then
7726	  enable_static=yes
7727	fi
7728      done
7729      IFS="$lt_save_ifs"
7730      ;;
7731    esac
7732else
7733  enable_static=yes
7734fi
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745# Check whether --with-pic was given.
7746if test "${with_pic+set}" = set; then :
7747  withval=$with_pic; pic_mode="$withval"
7748else
7749  pic_mode=default
7750fi
7751
7752
7753test -z "$pic_mode" && pic_mode=default
7754
7755
7756
7757
7758
7759
7760
7761  # Check whether --enable-fast-install was given.
7762if test "${enable_fast_install+set}" = set; then :
7763  enableval=$enable_fast_install; p=${PACKAGE-default}
7764    case $enableval in
7765    yes) enable_fast_install=yes ;;
7766    no) enable_fast_install=no ;;
7767    *)
7768      enable_fast_install=no
7769      # Look at the argument we got.  We use all the common list separators.
7770      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7771      for pkg in $enableval; do
7772	IFS="$lt_save_ifs"
7773	if test "X$pkg" = "X$p"; then
7774	  enable_fast_install=yes
7775	fi
7776      done
7777      IFS="$lt_save_ifs"
7778      ;;
7779    esac
7780else
7781  enable_fast_install=yes
7782fi
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794# This can be used to rebuild libtool when needed
7795LIBTOOL_DEPS="$ltmain"
7796
7797# Always use our own libtool.
7798LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825test -z "$LN_S" && LN_S="ln -s"
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840if test -n "${ZSH_VERSION+set}" ; then
7841   setopt NO_GLOB_SUBST
7842fi
7843
7844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7845$as_echo_n "checking for objdir... " >&6; }
7846if ${lt_cv_objdir+:} false; then :
7847  $as_echo_n "(cached) " >&6
7848else
7849  rm -f .libs 2>/dev/null
7850mkdir .libs 2>/dev/null
7851if test -d .libs; then
7852  lt_cv_objdir=.libs
7853else
7854  # MS-DOS does not allow filenames that begin with a dot.
7855  lt_cv_objdir=_libs
7856fi
7857rmdir .libs 2>/dev/null
7858fi
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7860$as_echo "$lt_cv_objdir" >&6; }
7861objdir=$lt_cv_objdir
7862
7863
7864
7865
7866
7867cat >>confdefs.h <<_ACEOF
7868#define LT_OBJDIR "$lt_cv_objdir/"
7869_ACEOF
7870
7871
7872
7873
7874case $host_os in
7875aix3*)
7876  # AIX sometimes has problems with the GCC collect2 program.  For some
7877  # reason, if we set the COLLECT_NAMES environment variable, the problems
7878  # vanish in a puff of smoke.
7879  if test "X${COLLECT_NAMES+set}" != Xset; then
7880    COLLECT_NAMES=
7881    export COLLECT_NAMES
7882  fi
7883  ;;
7884esac
7885
7886# Global variables:
7887ofile=libtool
7888can_build_shared=yes
7889
7890# All known linkers require a `.a' archive for static linking (except MSVC,
7891# which needs '.lib').
7892libext=a
7893
7894with_gnu_ld="$lt_cv_prog_gnu_ld"
7895
7896old_CC="$CC"
7897old_CFLAGS="$CFLAGS"
7898
7899# Set sane defaults for various variables
7900test -z "$CC" && CC=cc
7901test -z "$LTCC" && LTCC=$CC
7902test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7903test -z "$LD" && LD=ld
7904test -z "$ac_objext" && ac_objext=o
7905
7906for cc_temp in $compiler""; do
7907  case $cc_temp in
7908    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7909    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7910    \-*) ;;
7911    *) break;;
7912  esac
7913done
7914cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7915
7916
7917# Only perform the check for file, if the check method requires it
7918test -z "$MAGIC_CMD" && MAGIC_CMD=file
7919case $deplibs_check_method in
7920file_magic*)
7921  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7922    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7923$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7924if ${lt_cv_path_MAGIC_CMD+:} false; then :
7925  $as_echo_n "(cached) " >&6
7926else
7927  case $MAGIC_CMD in
7928[\\/*] |  ?:[\\/]*)
7929  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7930  ;;
7931*)
7932  lt_save_MAGIC_CMD="$MAGIC_CMD"
7933  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7934  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7935  for ac_dir in $ac_dummy; do
7936    IFS="$lt_save_ifs"
7937    test -z "$ac_dir" && ac_dir=.
7938    if test -f $ac_dir/${ac_tool_prefix}file; then
7939      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7940      if test -n "$file_magic_test_file"; then
7941	case $deplibs_check_method in
7942	"file_magic "*)
7943	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7944	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7945	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7946	    $EGREP "$file_magic_regex" > /dev/null; then
7947	    :
7948	  else
7949	    cat <<_LT_EOF 1>&2
7950
7951*** Warning: the command libtool uses to detect shared libraries,
7952*** $file_magic_cmd, produces output that libtool cannot recognize.
7953*** The result is that libtool may fail to recognize shared libraries
7954*** as such.  This will affect the creation of libtool libraries that
7955*** depend on shared libraries, but programs linked with such libtool
7956*** libraries will work regardless of this problem.  Nevertheless, you
7957*** may want to report the problem to your system manager and/or to
7958*** bug-libtool@gnu.org
7959
7960_LT_EOF
7961	  fi ;;
7962	esac
7963      fi
7964      break
7965    fi
7966  done
7967  IFS="$lt_save_ifs"
7968  MAGIC_CMD="$lt_save_MAGIC_CMD"
7969  ;;
7970esac
7971fi
7972
7973MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7974if test -n "$MAGIC_CMD"; then
7975  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7976$as_echo "$MAGIC_CMD" >&6; }
7977else
7978  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7979$as_echo "no" >&6; }
7980fi
7981
7982
7983
7984
7985
7986if test -z "$lt_cv_path_MAGIC_CMD"; then
7987  if test -n "$ac_tool_prefix"; then
7988    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7989$as_echo_n "checking for file... " >&6; }
7990if ${lt_cv_path_MAGIC_CMD+:} false; then :
7991  $as_echo_n "(cached) " >&6
7992else
7993  case $MAGIC_CMD in
7994[\\/*] |  ?:[\\/]*)
7995  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7996  ;;
7997*)
7998  lt_save_MAGIC_CMD="$MAGIC_CMD"
7999  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8000  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8001  for ac_dir in $ac_dummy; do
8002    IFS="$lt_save_ifs"
8003    test -z "$ac_dir" && ac_dir=.
8004    if test -f $ac_dir/file; then
8005      lt_cv_path_MAGIC_CMD="$ac_dir/file"
8006      if test -n "$file_magic_test_file"; then
8007	case $deplibs_check_method in
8008	"file_magic "*)
8009	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8010	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8011	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8012	    $EGREP "$file_magic_regex" > /dev/null; then
8013	    :
8014	  else
8015	    cat <<_LT_EOF 1>&2
8016
8017*** Warning: the command libtool uses to detect shared libraries,
8018*** $file_magic_cmd, produces output that libtool cannot recognize.
8019*** The result is that libtool may fail to recognize shared libraries
8020*** as such.  This will affect the creation of libtool libraries that
8021*** depend on shared libraries, but programs linked with such libtool
8022*** libraries will work regardless of this problem.  Nevertheless, you
8023*** may want to report the problem to your system manager and/or to
8024*** bug-libtool@gnu.org
8025
8026_LT_EOF
8027	  fi ;;
8028	esac
8029      fi
8030      break
8031    fi
8032  done
8033  IFS="$lt_save_ifs"
8034  MAGIC_CMD="$lt_save_MAGIC_CMD"
8035  ;;
8036esac
8037fi
8038
8039MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8040if test -n "$MAGIC_CMD"; then
8041  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8042$as_echo "$MAGIC_CMD" >&6; }
8043else
8044  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8045$as_echo "no" >&6; }
8046fi
8047
8048
8049  else
8050    MAGIC_CMD=:
8051  fi
8052fi
8053
8054  fi
8055  ;;
8056esac
8057
8058# Use C for the default configuration in the libtool script
8059
8060lt_save_CC="$CC"
8061ac_ext=c
8062ac_cpp='$CPP $CPPFLAGS'
8063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8065ac_compiler_gnu=$ac_cv_c_compiler_gnu
8066
8067
8068# Source file extension for C test sources.
8069ac_ext=c
8070
8071# Object file extension for compiled C test sources.
8072objext=o
8073objext=$objext
8074
8075# Code to be used in simple compile tests
8076lt_simple_compile_test_code="int some_variable = 0;"
8077
8078# Code to be used in simple link tests
8079lt_simple_link_test_code='int main(){return(0);}'
8080
8081
8082
8083
8084
8085
8086
8087# If no C compiler was specified, use CC.
8088LTCC=${LTCC-"$CC"}
8089
8090# If no C compiler flags were specified, use CFLAGS.
8091LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8092
8093# Allow CC to be a program name with arguments.
8094compiler=$CC
8095
8096# Save the default compiler, since it gets overwritten when the other
8097# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8098compiler_DEFAULT=$CC
8099
8100# save warnings/boilerplate of simple test code
8101ac_outfile=conftest.$ac_objext
8102echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8103eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8104_lt_compiler_boilerplate=`cat conftest.err`
8105$RM conftest*
8106
8107ac_outfile=conftest.$ac_objext
8108echo "$lt_simple_link_test_code" >conftest.$ac_ext
8109eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8110_lt_linker_boilerplate=`cat conftest.err`
8111$RM -r conftest*
8112
8113
8114## CAVEAT EMPTOR:
8115## There is no encapsulation within the following macros, do not change
8116## the running order or otherwise move them around unless you know exactly
8117## what you are doing...
8118if test -n "$compiler"; then
8119
8120lt_prog_compiler_no_builtin_flag=
8121
8122if test "$GCC" = yes; then
8123  case $cc_basename in
8124  nvcc*)
8125    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8126  *)
8127    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8128  esac
8129
8130  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8131$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8132if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8133  $as_echo_n "(cached) " >&6
8134else
8135  lt_cv_prog_compiler_rtti_exceptions=no
8136   ac_outfile=conftest.$ac_objext
8137   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8138   lt_compiler_flag="-fno-rtti -fno-exceptions"
8139   # Insert the option either (1) after the last *FLAGS variable, or
8140   # (2) before a word containing "conftest.", or (3) at the end.
8141   # Note that $ac_compile itself does not contain backslashes and begins
8142   # with a dollar sign (not a hyphen), so the echo should work correctly.
8143   # The option is referenced via a variable to avoid confusing sed.
8144   lt_compile=`echo "$ac_compile" | $SED \
8145   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8146   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8147   -e 's:$: $lt_compiler_flag:'`
8148   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8149   (eval "$lt_compile" 2>conftest.err)
8150   ac_status=$?
8151   cat conftest.err >&5
8152   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8153   if (exit $ac_status) && test -s "$ac_outfile"; then
8154     # The compiler can only warn and ignore the option if not recognized
8155     # So say no if there are warnings other than the usual output.
8156     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8157     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8158     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8159       lt_cv_prog_compiler_rtti_exceptions=yes
8160     fi
8161   fi
8162   $RM conftest*
8163
8164fi
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8166$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8167
8168if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8169    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8170else
8171    :
8172fi
8173
8174fi
8175
8176
8177
8178
8179
8180
8181  lt_prog_compiler_wl=
8182lt_prog_compiler_pic=
8183lt_prog_compiler_static=
8184
8185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8186$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8187
8188  if test "$GCC" = yes; then
8189    lt_prog_compiler_wl='-Wl,'
8190    lt_prog_compiler_static='-static'
8191
8192    case $host_os in
8193      aix*)
8194      # All AIX code is PIC.
8195      if test "$host_cpu" = ia64; then
8196	# AIX 5 now supports IA64 processor
8197	lt_prog_compiler_static='-Bstatic'
8198      fi
8199      lt_prog_compiler_pic='-fPIC'
8200      ;;
8201
8202    amigaos*)
8203      case $host_cpu in
8204      powerpc)
8205            # see comment about AmigaOS4 .so support
8206            lt_prog_compiler_pic='-fPIC'
8207        ;;
8208      m68k)
8209            # FIXME: we need at least 68020 code to build shared libraries, but
8210            # adding the `-m68020' flag to GCC prevents building anything better,
8211            # like `-m68040'.
8212            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8213        ;;
8214      esac
8215      ;;
8216
8217    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8218      # PIC is the default for these OSes.
8219      ;;
8220
8221    mingw* | cygwin* | pw32* | os2* | cegcc*)
8222      # This hack is so that the source file can tell whether it is being
8223      # built for inclusion in a dll (and should export symbols for example).
8224      # Although the cygwin gcc ignores -fPIC, still need this for old-style
8225      # (--disable-auto-import) libraries
8226      lt_prog_compiler_pic='-DDLL_EXPORT'
8227      ;;
8228
8229    darwin* | rhapsody*)
8230      # PIC is the default on this platform
8231      # Common symbols not allowed in MH_DYLIB files
8232      lt_prog_compiler_pic='-fno-common'
8233      ;;
8234
8235    haiku*)
8236      # PIC is the default for Haiku.
8237      # The "-static" flag exists, but is broken.
8238      lt_prog_compiler_static=
8239      ;;
8240
8241    hpux*)
8242      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8243      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8244      # sets the default TLS model and affects inlining.
8245      case $host_cpu in
8246      hppa*64*)
8247	# +Z the default
8248	;;
8249      *)
8250	lt_prog_compiler_pic='-fPIC'
8251	;;
8252      esac
8253      ;;
8254
8255    interix[3-9]*)
8256      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8257      # Instead, we relocate shared libraries at runtime.
8258      ;;
8259
8260    msdosdjgpp*)
8261      # Just because we use GCC doesn't mean we suddenly get shared libraries
8262      # on systems that don't support them.
8263      lt_prog_compiler_can_build_shared=no
8264      enable_shared=no
8265      ;;
8266
8267    *nto* | *qnx*)
8268      # QNX uses GNU C++, but need to define -shared option too, otherwise
8269      # it will coredump.
8270      lt_prog_compiler_pic='-fPIC -shared'
8271      ;;
8272
8273    sysv4*MP*)
8274      if test -d /usr/nec; then
8275	lt_prog_compiler_pic=-Kconform_pic
8276      fi
8277      ;;
8278
8279    *)
8280      lt_prog_compiler_pic='-fPIC'
8281      ;;
8282    esac
8283
8284    case $cc_basename in
8285    nvcc*) # Cuda Compiler Driver 2.2
8286      lt_prog_compiler_wl='-Xlinker '
8287      lt_prog_compiler_pic='-Xcompiler -fPIC'
8288      ;;
8289    esac
8290  else
8291    # PORTME Check for flag to pass linker flags through the system compiler.
8292    case $host_os in
8293    aix*)
8294      lt_prog_compiler_wl='-Wl,'
8295      if test "$host_cpu" = ia64; then
8296	# AIX 5 now supports IA64 processor
8297	lt_prog_compiler_static='-Bstatic'
8298      else
8299	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8300      fi
8301      ;;
8302
8303    mingw* | cygwin* | pw32* | os2* | cegcc*)
8304      # This hack is so that the source file can tell whether it is being
8305      # built for inclusion in a dll (and should export symbols for example).
8306      lt_prog_compiler_pic='-DDLL_EXPORT'
8307      ;;
8308
8309    hpux9* | hpux10* | hpux11*)
8310      lt_prog_compiler_wl='-Wl,'
8311      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8312      # not for PA HP-UX.
8313      case $host_cpu in
8314      hppa*64*|ia64*)
8315	# +Z the default
8316	;;
8317      *)
8318	lt_prog_compiler_pic='+Z'
8319	;;
8320      esac
8321      # Is there a better lt_prog_compiler_static that works with the bundled CC?
8322      lt_prog_compiler_static='${wl}-a ${wl}archive'
8323      ;;
8324
8325    irix5* | irix6* | nonstopux*)
8326      lt_prog_compiler_wl='-Wl,'
8327      # PIC (with -KPIC) is the default.
8328      lt_prog_compiler_static='-non_shared'
8329      ;;
8330
8331    linux* | k*bsd*-gnu | kopensolaris*-gnu)
8332      case $cc_basename in
8333      # old Intel for x86_64 which still supported -KPIC.
8334      ecc*)
8335	lt_prog_compiler_wl='-Wl,'
8336	lt_prog_compiler_pic='-KPIC'
8337	lt_prog_compiler_static='-static'
8338        ;;
8339      # icc used to be incompatible with GCC.
8340      # ICC 10 doesn't accept -KPIC any more.
8341      icc* | ifort*)
8342	lt_prog_compiler_wl='-Wl,'
8343	lt_prog_compiler_pic='-fPIC'
8344	lt_prog_compiler_static='-static'
8345        ;;
8346      # Lahey Fortran 8.1.
8347      lf95*)
8348	lt_prog_compiler_wl='-Wl,'
8349	lt_prog_compiler_pic='--shared'
8350	lt_prog_compiler_static='--static'
8351	;;
8352      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8353        # Portland Group compilers (*not* the Pentium gcc compiler,
8354	# which looks to be a dead project)
8355	lt_prog_compiler_wl='-Wl,'
8356	lt_prog_compiler_pic='-fpic'
8357	lt_prog_compiler_static='-Bstatic'
8358        ;;
8359      ccc*)
8360        lt_prog_compiler_wl='-Wl,'
8361        # All Alpha code is PIC.
8362        lt_prog_compiler_static='-non_shared'
8363        ;;
8364      xl* | bgxl* | bgf* | mpixl*)
8365	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8366	lt_prog_compiler_wl='-Wl,'
8367	lt_prog_compiler_pic='-qpic'
8368	lt_prog_compiler_static='-qstaticlink'
8369	;;
8370      *)
8371	case `$CC -V 2>&1 | sed 5q` in
8372	*Sun\ F* | *Sun*Fortran*)
8373	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
8374	  lt_prog_compiler_pic='-KPIC'
8375	  lt_prog_compiler_static='-Bstatic'
8376	  lt_prog_compiler_wl=''
8377	  ;;
8378	*Sun\ C*)
8379	  # Sun C 5.9
8380	  lt_prog_compiler_pic='-KPIC'
8381	  lt_prog_compiler_static='-Bstatic'
8382	  lt_prog_compiler_wl='-Wl,'
8383	  ;;
8384	esac
8385	;;
8386      esac
8387      ;;
8388
8389    newsos6)
8390      lt_prog_compiler_pic='-KPIC'
8391      lt_prog_compiler_static='-Bstatic'
8392      ;;
8393
8394    *nto* | *qnx*)
8395      # QNX uses GNU C++, but need to define -shared option too, otherwise
8396      # it will coredump.
8397      lt_prog_compiler_pic='-fPIC -shared'
8398      ;;
8399
8400    osf3* | osf4* | osf5*)
8401      lt_prog_compiler_wl='-Wl,'
8402      # All OSF/1 code is PIC.
8403      lt_prog_compiler_static='-non_shared'
8404      ;;
8405
8406    rdos*)
8407      lt_prog_compiler_static='-non_shared'
8408      ;;
8409
8410    solaris*)
8411      lt_prog_compiler_pic='-KPIC'
8412      lt_prog_compiler_static='-Bstatic'
8413      case $cc_basename in
8414      f77* | f90* | f95*)
8415	lt_prog_compiler_wl='-Qoption ld ';;
8416      *)
8417	lt_prog_compiler_wl='-Wl,';;
8418      esac
8419      ;;
8420
8421    sunos4*)
8422      lt_prog_compiler_wl='-Qoption ld '
8423      lt_prog_compiler_pic='-PIC'
8424      lt_prog_compiler_static='-Bstatic'
8425      ;;
8426
8427    sysv4 | sysv4.2uw2* | sysv4.3*)
8428      lt_prog_compiler_wl='-Wl,'
8429      lt_prog_compiler_pic='-KPIC'
8430      lt_prog_compiler_static='-Bstatic'
8431      ;;
8432
8433    sysv4*MP*)
8434      if test -d /usr/nec ;then
8435	lt_prog_compiler_pic='-Kconform_pic'
8436	lt_prog_compiler_static='-Bstatic'
8437      fi
8438      ;;
8439
8440    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8441      lt_prog_compiler_wl='-Wl,'
8442      lt_prog_compiler_pic='-KPIC'
8443      lt_prog_compiler_static='-Bstatic'
8444      ;;
8445
8446    unicos*)
8447      lt_prog_compiler_wl='-Wl,'
8448      lt_prog_compiler_can_build_shared=no
8449      ;;
8450
8451    uts4*)
8452      lt_prog_compiler_pic='-pic'
8453      lt_prog_compiler_static='-Bstatic'
8454      ;;
8455
8456    *)
8457      lt_prog_compiler_can_build_shared=no
8458      ;;
8459    esac
8460  fi
8461
8462case $host_os in
8463  # For platforms which do not support PIC, -DPIC is meaningless:
8464  *djgpp*)
8465    lt_prog_compiler_pic=
8466    ;;
8467  *)
8468    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8469    ;;
8470esac
8471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8472$as_echo "$lt_prog_compiler_pic" >&6; }
8473
8474
8475
8476
8477
8478
8479#
8480# Check to make sure the PIC flag actually works.
8481#
8482if test -n "$lt_prog_compiler_pic"; then
8483  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8484$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8485if ${lt_cv_prog_compiler_pic_works+:} false; then :
8486  $as_echo_n "(cached) " >&6
8487else
8488  lt_cv_prog_compiler_pic_works=no
8489   ac_outfile=conftest.$ac_objext
8490   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8491   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8492   # Insert the option either (1) after the last *FLAGS variable, or
8493   # (2) before a word containing "conftest.", or (3) at the end.
8494   # Note that $ac_compile itself does not contain backslashes and begins
8495   # with a dollar sign (not a hyphen), so the echo should work correctly.
8496   # The option is referenced via a variable to avoid confusing sed.
8497   lt_compile=`echo "$ac_compile" | $SED \
8498   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8499   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8500   -e 's:$: $lt_compiler_flag:'`
8501   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8502   (eval "$lt_compile" 2>conftest.err)
8503   ac_status=$?
8504   cat conftest.err >&5
8505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506   if (exit $ac_status) && test -s "$ac_outfile"; then
8507     # The compiler can only warn and ignore the option if not recognized
8508     # So say no if there are warnings other than the usual output.
8509     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8510     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8511     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8512       lt_cv_prog_compiler_pic_works=yes
8513     fi
8514   fi
8515   $RM conftest*
8516
8517fi
8518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8519$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8520
8521if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8522    case $lt_prog_compiler_pic in
8523     "" | " "*) ;;
8524     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8525     esac
8526else
8527    lt_prog_compiler_pic=
8528     lt_prog_compiler_can_build_shared=no
8529fi
8530
8531fi
8532
8533
8534
8535
8536
8537
8538#
8539# Check to make sure the static flag actually works.
8540#
8541wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8543$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8544if ${lt_cv_prog_compiler_static_works+:} false; then :
8545  $as_echo_n "(cached) " >&6
8546else
8547  lt_cv_prog_compiler_static_works=no
8548   save_LDFLAGS="$LDFLAGS"
8549   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8550   echo "$lt_simple_link_test_code" > conftest.$ac_ext
8551   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8552     # The linker can only warn and ignore the option if not recognized
8553     # So say no if there are warnings
8554     if test -s conftest.err; then
8555       # Append any errors to the config.log.
8556       cat conftest.err 1>&5
8557       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8558       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8559       if diff conftest.exp conftest.er2 >/dev/null; then
8560         lt_cv_prog_compiler_static_works=yes
8561       fi
8562     else
8563       lt_cv_prog_compiler_static_works=yes
8564     fi
8565   fi
8566   $RM -r conftest*
8567   LDFLAGS="$save_LDFLAGS"
8568
8569fi
8570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8571$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8572
8573if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8574    :
8575else
8576    lt_prog_compiler_static=
8577fi
8578
8579
8580
8581
8582
8583
8584
8585  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8586$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8587if ${lt_cv_prog_compiler_c_o+:} false; then :
8588  $as_echo_n "(cached) " >&6
8589else
8590  lt_cv_prog_compiler_c_o=no
8591   $RM -r conftest 2>/dev/null
8592   mkdir conftest
8593   cd conftest
8594   mkdir out
8595   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8596
8597   lt_compiler_flag="-o out/conftest2.$ac_objext"
8598   # Insert the option either (1) after the last *FLAGS variable, or
8599   # (2) before a word containing "conftest.", or (3) at the end.
8600   # Note that $ac_compile itself does not contain backslashes and begins
8601   # with a dollar sign (not a hyphen), so the echo should work correctly.
8602   lt_compile=`echo "$ac_compile" | $SED \
8603   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8604   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8605   -e 's:$: $lt_compiler_flag:'`
8606   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8607   (eval "$lt_compile" 2>out/conftest.err)
8608   ac_status=$?
8609   cat out/conftest.err >&5
8610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8611   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8612   then
8613     # The compiler can only warn and ignore the option if not recognized
8614     # So say no if there are warnings
8615     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8616     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8617     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8618       lt_cv_prog_compiler_c_o=yes
8619     fi
8620   fi
8621   chmod u+w . 2>&5
8622   $RM conftest*
8623   # SGI C++ compiler will create directory out/ii_files/ for
8624   # template instantiation
8625   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8626   $RM out/* && rmdir out
8627   cd ..
8628   $RM -r conftest
8629   $RM conftest*
8630
8631fi
8632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8633$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8634
8635
8636
8637
8638
8639
8640  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8641$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8642if ${lt_cv_prog_compiler_c_o+:} false; then :
8643  $as_echo_n "(cached) " >&6
8644else
8645  lt_cv_prog_compiler_c_o=no
8646   $RM -r conftest 2>/dev/null
8647   mkdir conftest
8648   cd conftest
8649   mkdir out
8650   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8651
8652   lt_compiler_flag="-o out/conftest2.$ac_objext"
8653   # Insert the option either (1) after the last *FLAGS variable, or
8654   # (2) before a word containing "conftest.", or (3) at the end.
8655   # Note that $ac_compile itself does not contain backslashes and begins
8656   # with a dollar sign (not a hyphen), so the echo should work correctly.
8657   lt_compile=`echo "$ac_compile" | $SED \
8658   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8659   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8660   -e 's:$: $lt_compiler_flag:'`
8661   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8662   (eval "$lt_compile" 2>out/conftest.err)
8663   ac_status=$?
8664   cat out/conftest.err >&5
8665   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8667   then
8668     # The compiler can only warn and ignore the option if not recognized
8669     # So say no if there are warnings
8670     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8671     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8672     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8673       lt_cv_prog_compiler_c_o=yes
8674     fi
8675   fi
8676   chmod u+w . 2>&5
8677   $RM conftest*
8678   # SGI C++ compiler will create directory out/ii_files/ for
8679   # template instantiation
8680   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8681   $RM out/* && rmdir out
8682   cd ..
8683   $RM -r conftest
8684   $RM conftest*
8685
8686fi
8687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8688$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8689
8690
8691
8692
8693hard_links="nottested"
8694if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8695  # do not overwrite the value of need_locks provided by the user
8696  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8697$as_echo_n "checking if we can lock with hard links... " >&6; }
8698  hard_links=yes
8699  $RM conftest*
8700  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8701  touch conftest.a
8702  ln conftest.a conftest.b 2>&5 || hard_links=no
8703  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8704  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8705$as_echo "$hard_links" >&6; }
8706  if test "$hard_links" = no; then
8707    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8708$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8709    need_locks=warn
8710  fi
8711else
8712  need_locks=no
8713fi
8714
8715
8716
8717
8718
8719
8720  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8721$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8722
8723  runpath_var=
8724  allow_undefined_flag=
8725  always_export_symbols=no
8726  archive_cmds=
8727  archive_expsym_cmds=
8728  compiler_needs_object=no
8729  enable_shared_with_static_runtimes=no
8730  export_dynamic_flag_spec=
8731  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8732  hardcode_automatic=no
8733  hardcode_direct=no
8734  hardcode_direct_absolute=no
8735  hardcode_libdir_flag_spec=
8736  hardcode_libdir_flag_spec_ld=
8737  hardcode_libdir_separator=
8738  hardcode_minus_L=no
8739  hardcode_shlibpath_var=unsupported
8740  inherit_rpath=no
8741  link_all_deplibs=unknown
8742  module_cmds=
8743  module_expsym_cmds=
8744  old_archive_from_new_cmds=
8745  old_archive_from_expsyms_cmds=
8746  thread_safe_flag_spec=
8747  whole_archive_flag_spec=
8748  # include_expsyms should be a list of space-separated symbols to be *always*
8749  # included in the symbol list
8750  include_expsyms=
8751  # exclude_expsyms can be an extended regexp of symbols to exclude
8752  # it will be wrapped by ` (' and `)$', so one must not match beginning or
8753  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8754  # as well as any symbol that contains `d'.
8755  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8756  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8757  # platforms (ab)use it in PIC code, but their linkers get confused if
8758  # the symbol is explicitly referenced.  Since portable code cannot
8759  # rely on this symbol name, it's probably fine to never include it in
8760  # preloaded symbol tables.
8761  # Exclude shared library initialization/finalization symbols.
8762  extract_expsyms_cmds=
8763
8764  case $host_os in
8765  cygwin* | mingw* | pw32* | cegcc*)
8766    # FIXME: the MSVC++ port hasn't been tested in a loooong time
8767    # When not using gcc, we currently assume that we are using
8768    # Microsoft Visual C++.
8769    if test "$GCC" != yes; then
8770      with_gnu_ld=no
8771    fi
8772    ;;
8773  interix*)
8774    # we just hope/assume this is gcc and not c89 (= MSVC++)
8775    with_gnu_ld=yes
8776    ;;
8777  openbsd*)
8778    with_gnu_ld=no
8779    ;;
8780  esac
8781
8782  ld_shlibs=yes
8783
8784  # On some targets, GNU ld is compatible enough with the native linker
8785  # that we're better off using the native interface for both.
8786  lt_use_gnu_ld_interface=no
8787  if test "$with_gnu_ld" = yes; then
8788    case $host_os in
8789      aix*)
8790	# The AIX port of GNU ld has always aspired to compatibility
8791	# with the native linker.  However, as the warning in the GNU ld
8792	# block says, versions before 2.19.5* couldn't really create working
8793	# shared libraries, regardless of the interface used.
8794	case `$LD -v 2>&1` in
8795	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8796	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8797	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8798	  *)
8799	    lt_use_gnu_ld_interface=yes
8800	    ;;
8801	esac
8802	;;
8803      *)
8804	lt_use_gnu_ld_interface=yes
8805	;;
8806    esac
8807  fi
8808
8809  if test "$lt_use_gnu_ld_interface" = yes; then
8810    # If archive_cmds runs LD, not CC, wlarc should be empty
8811    wlarc='${wl}'
8812
8813    # Set some defaults for GNU ld with shared library support. These
8814    # are reset later if shared libraries are not supported. Putting them
8815    # here allows them to be overridden if necessary.
8816    runpath_var=LD_RUN_PATH
8817    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8818    export_dynamic_flag_spec='${wl}--export-dynamic'
8819    # ancient GNU ld didn't support --whole-archive et. al.
8820    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8821      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8822    else
8823      whole_archive_flag_spec=
8824    fi
8825    supports_anon_versioning=no
8826    case `$LD -v 2>&1` in
8827      *GNU\ gold*) supports_anon_versioning=yes ;;
8828      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8829      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8830      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8831      *\ 2.11.*) ;; # other 2.11 versions
8832      *) supports_anon_versioning=yes ;;
8833    esac
8834
8835    # See if GNU ld supports shared libraries.
8836    case $host_os in
8837    aix[3-9]*)
8838      # On AIX/PPC, the GNU linker is very broken
8839      if test "$host_cpu" != ia64; then
8840	ld_shlibs=no
8841	cat <<_LT_EOF 1>&2
8842
8843*** Warning: the GNU linker, at least up to release 2.19, is reported
8844*** to be unable to reliably create shared libraries on AIX.
8845*** Therefore, libtool is disabling shared libraries support.  If you
8846*** really care for shared libraries, you may want to install binutils
8847*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8848*** You will then need to restart the configuration process.
8849
8850_LT_EOF
8851      fi
8852      ;;
8853
8854    amigaos*)
8855      case $host_cpu in
8856      powerpc)
8857            # see comment about AmigaOS4 .so support
8858            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8859            archive_expsym_cmds=''
8860        ;;
8861      m68k)
8862            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)'
8863            hardcode_libdir_flag_spec='-L$libdir'
8864            hardcode_minus_L=yes
8865        ;;
8866      esac
8867      ;;
8868
8869    beos*)
8870      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8871	allow_undefined_flag=unsupported
8872	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8873	# support --undefined.  This deserves some investigation.  FIXME
8874	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8875      else
8876	ld_shlibs=no
8877      fi
8878      ;;
8879
8880    cygwin* | mingw* | pw32* | cegcc*)
8881      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8882      # as there is no search path for DLLs.
8883      hardcode_libdir_flag_spec='-L$libdir'
8884      export_dynamic_flag_spec='${wl}--export-all-symbols'
8885      allow_undefined_flag=unsupported
8886      always_export_symbols=no
8887      enable_shared_with_static_runtimes=yes
8888      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8889
8890      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8891        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8892	# If the export-symbols file already is a .def file (1st line
8893	# is EXPORTS), use it as is; otherwise, prepend...
8894	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8895	  cp $export_symbols $output_objdir/$soname.def;
8896	else
8897	  echo EXPORTS > $output_objdir/$soname.def;
8898	  cat $export_symbols >> $output_objdir/$soname.def;
8899	fi~
8900	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8901      else
8902	ld_shlibs=no
8903      fi
8904      ;;
8905
8906    haiku*)
8907      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8908      link_all_deplibs=yes
8909      ;;
8910
8911    interix[3-9]*)
8912      hardcode_direct=no
8913      hardcode_shlibpath_var=no
8914      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8915      export_dynamic_flag_spec='${wl}-E'
8916      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8917      # Instead, shared libraries are loaded at an image base (0x10000000 by
8918      # default) and relocated if they conflict, which is a slow very memory
8919      # consuming and fragmenting process.  To avoid this, we pick a random,
8920      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8921      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8922      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8923      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'
8924      ;;
8925
8926    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8927      tmp_diet=no
8928      if test "$host_os" = linux-dietlibc; then
8929	case $cc_basename in
8930	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
8931	esac
8932      fi
8933      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8934	 && test "$tmp_diet" = no
8935      then
8936	tmp_addflag=' $pic_flag'
8937	tmp_sharedflag='-shared'
8938	case $cc_basename,$host_cpu in
8939        pgcc*)				# Portland Group C compiler
8940	  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'
8941	  tmp_addflag=' $pic_flag'
8942	  ;;
8943	pgf77* | pgf90* | pgf95* | pgfortran*)
8944					# Portland Group f77 and f90 compilers
8945	  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'
8946	  tmp_addflag=' $pic_flag -Mnomain' ;;
8947	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
8948	  tmp_addflag=' -i_dynamic' ;;
8949	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
8950	  tmp_addflag=' -i_dynamic -nofor_main' ;;
8951	ifc* | ifort*)			# Intel Fortran compiler
8952	  tmp_addflag=' -nofor_main' ;;
8953	lf95*)				# Lahey Fortran 8.1
8954	  whole_archive_flag_spec=
8955	  tmp_sharedflag='--shared' ;;
8956	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8957	  tmp_sharedflag='-qmkshrobj'
8958	  tmp_addflag= ;;
8959	nvcc*)	# Cuda Compiler Driver 2.2
8960	  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'
8961	  compiler_needs_object=yes
8962	  ;;
8963	esac
8964	case `$CC -V 2>&1 | sed 5q` in
8965	*Sun\ C*)			# Sun C 5.9
8966	  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'
8967	  compiler_needs_object=yes
8968	  tmp_sharedflag='-G' ;;
8969	*Sun\ F*)			# Sun Fortran 8.3
8970	  tmp_sharedflag='-G' ;;
8971	esac
8972	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8973
8974        if test "x$supports_anon_versioning" = xyes; then
8975          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8976	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8977	    echo "local: *; };" >> $output_objdir/$libname.ver~
8978	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8979        fi
8980
8981	case $cc_basename in
8982	xlf* | bgf* | bgxlf* | mpixlf*)
8983	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8984	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8985	  hardcode_libdir_flag_spec=
8986	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
8987	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8988	  if test "x$supports_anon_versioning" = xyes; then
8989	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8990	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8991	      echo "local: *; };" >> $output_objdir/$libname.ver~
8992	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8993	  fi
8994	  ;;
8995	esac
8996      else
8997        ld_shlibs=no
8998      fi
8999      ;;
9000
9001    netbsd*)
9002      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9003	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9004	wlarc=
9005      else
9006	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9007	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9008      fi
9009      ;;
9010
9011    solaris*)
9012      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9013	ld_shlibs=no
9014	cat <<_LT_EOF 1>&2
9015
9016*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9017*** create shared libraries on Solaris systems.  Therefore, libtool
9018*** is disabling shared libraries support.  We urge you to upgrade GNU
9019*** binutils to release 2.9.1 or newer.  Another option is to modify
9020*** your PATH or compiler configuration so that the native linker is
9021*** used, and then restart.
9022
9023_LT_EOF
9024      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9025	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9026	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9027      else
9028	ld_shlibs=no
9029      fi
9030      ;;
9031
9032    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9033      case `$LD -v 2>&1` in
9034        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9035	ld_shlibs=no
9036	cat <<_LT_EOF 1>&2
9037
9038*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9039*** reliably create shared libraries on SCO systems.  Therefore, libtool
9040*** is disabling shared libraries support.  We urge you to upgrade GNU
9041*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
9042*** your PATH or compiler configuration so that the native linker is
9043*** used, and then restart.
9044
9045_LT_EOF
9046	;;
9047	*)
9048	  # For security reasons, it is highly recommended that you always
9049	  # use absolute paths for naming shared libraries, and exclude the
9050	  # DT_RUNPATH tag from executables and libraries.  But doing so
9051	  # requires that you compile everything twice, which is a pain.
9052	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9053	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9054	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9055	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9056	  else
9057	    ld_shlibs=no
9058	  fi
9059	;;
9060      esac
9061      ;;
9062
9063    sunos4*)
9064      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9065      wlarc=
9066      hardcode_direct=yes
9067      hardcode_shlibpath_var=no
9068      ;;
9069
9070    *)
9071      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9072	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9073	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9074      else
9075	ld_shlibs=no
9076      fi
9077      ;;
9078    esac
9079
9080    if test "$ld_shlibs" = no; then
9081      runpath_var=
9082      hardcode_libdir_flag_spec=
9083      export_dynamic_flag_spec=
9084      whole_archive_flag_spec=
9085    fi
9086  else
9087    # PORTME fill in a description of your system's linker (not GNU ld)
9088    case $host_os in
9089    aix3*)
9090      allow_undefined_flag=unsupported
9091      always_export_symbols=yes
9092      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'
9093      # Note: this linker hardcodes the directories in LIBPATH if there
9094      # are no directories specified by -L.
9095      hardcode_minus_L=yes
9096      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9097	# Neither direct hardcoding nor static linking is supported with a
9098	# broken collect2.
9099	hardcode_direct=unsupported
9100      fi
9101      ;;
9102
9103    aix[4-9]*)
9104      if test "$host_cpu" = ia64; then
9105	# On IA64, the linker does run time linking by default, so we don't
9106	# have to do anything special.
9107	aix_use_runtimelinking=no
9108	exp_sym_flag='-Bexport'
9109	no_entry_flag=""
9110      else
9111	# If we're using GNU nm, then we don't want the "-C" option.
9112	# -C means demangle to AIX nm, but means don't demangle with GNU nm
9113	# Also, AIX nm treats weak defined symbols like other global
9114	# defined symbols, whereas GNU nm marks them as "W".
9115	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9116	  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'
9117	else
9118	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9119	fi
9120	aix_use_runtimelinking=no
9121
9122	# Test if we are trying to use run time linking or normal
9123	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
9124	# need to do runtime linking.
9125	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9126	  for ld_flag in $LDFLAGS; do
9127	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9128	    aix_use_runtimelinking=yes
9129	    break
9130	  fi
9131	  done
9132	  ;;
9133	esac
9134
9135	exp_sym_flag='-bexport'
9136	no_entry_flag='-bnoentry'
9137      fi
9138
9139      # When large executables or shared objects are built, AIX ld can
9140      # have problems creating the table of contents.  If linking a library
9141      # or program results in "error TOC overflow" add -mminimal-toc to
9142      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
9143      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9144
9145      archive_cmds=''
9146      hardcode_direct=yes
9147      hardcode_direct_absolute=yes
9148      hardcode_libdir_separator=':'
9149      link_all_deplibs=yes
9150      file_list_spec='${wl}-f,'
9151
9152      if test "$GCC" = yes; then
9153	case $host_os in aix4.[012]|aix4.[012].*)
9154	# We only want to do this on AIX 4.2 and lower, the check
9155	# below for broken collect2 doesn't work under 4.3+
9156	  collect2name=`${CC} -print-prog-name=collect2`
9157	  if test -f "$collect2name" &&
9158	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9159	  then
9160	  # We have reworked collect2
9161	  :
9162	  else
9163	  # We have old collect2
9164	  hardcode_direct=unsupported
9165	  # It fails to find uninstalled libraries when the uninstalled
9166	  # path is not listed in the libpath.  Setting hardcode_minus_L
9167	  # to unsupported forces relinking
9168	  hardcode_minus_L=yes
9169	  hardcode_libdir_flag_spec='-L$libdir'
9170	  hardcode_libdir_separator=
9171	  fi
9172	  ;;
9173	esac
9174	shared_flag='-shared'
9175	if test "$aix_use_runtimelinking" = yes; then
9176	  shared_flag="$shared_flag "'${wl}-G'
9177	fi
9178      else
9179	# not using gcc
9180	if test "$host_cpu" = ia64; then
9181	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9182	# chokes on -Wl,-G. The following line is correct:
9183	  shared_flag='-G'
9184	else
9185	  if test "$aix_use_runtimelinking" = yes; then
9186	    shared_flag='${wl}-G'
9187	  else
9188	    shared_flag='${wl}-bM:SRE'
9189	  fi
9190	fi
9191      fi
9192
9193      export_dynamic_flag_spec='${wl}-bexpall'
9194      # It seems that -bexpall does not export symbols beginning with
9195      # underscore (_), so it is better to generate a list of symbols to export.
9196      always_export_symbols=yes
9197      if test "$aix_use_runtimelinking" = yes; then
9198	# Warning - without using the other runtime loading flags (-brtl),
9199	# -berok will link without error, but may produce a broken library.
9200	allow_undefined_flag='-berok'
9201        # Determine the default libpath from the value encoded in an
9202        # empty executable.
9203        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9204/* end confdefs.h.  */
9205
9206int
9207main ()
9208{
9209
9210  ;
9211  return 0;
9212}
9213_ACEOF
9214if ac_fn_c_try_link "$LINENO"; then :
9215
9216lt_aix_libpath_sed='
9217    /Import File Strings/,/^$/ {
9218	/^0/ {
9219	    s/^0  *\(.*\)$/\1/
9220	    p
9221	}
9222    }'
9223aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9224# Check for a 64-bit object if we didn't find anything.
9225if test -z "$aix_libpath"; then
9226  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9227fi
9228fi
9229rm -f core conftest.err conftest.$ac_objext \
9230    conftest$ac_exeext conftest.$ac_ext
9231if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9232
9233        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9234        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"
9235      else
9236	if test "$host_cpu" = ia64; then
9237	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9238	  allow_undefined_flag="-z nodefs"
9239	  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"
9240	else
9241	 # Determine the default libpath from the value encoded in an
9242	 # empty executable.
9243	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9244/* end confdefs.h.  */
9245
9246int
9247main ()
9248{
9249
9250  ;
9251  return 0;
9252}
9253_ACEOF
9254if ac_fn_c_try_link "$LINENO"; then :
9255
9256lt_aix_libpath_sed='
9257    /Import File Strings/,/^$/ {
9258	/^0/ {
9259	    s/^0  *\(.*\)$/\1/
9260	    p
9261	}
9262    }'
9263aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9264# Check for a 64-bit object if we didn't find anything.
9265if test -z "$aix_libpath"; then
9266  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9267fi
9268fi
9269rm -f core conftest.err conftest.$ac_objext \
9270    conftest$ac_exeext conftest.$ac_ext
9271if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9272
9273	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9274	  # Warning - without using the other run time loading flags,
9275	  # -berok will link without error, but may produce a broken library.
9276	  no_undefined_flag=' ${wl}-bernotok'
9277	  allow_undefined_flag=' ${wl}-berok'
9278	  if test "$with_gnu_ld" = yes; then
9279	    # We only use this code for GNU lds that support --whole-archive.
9280	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9281	  else
9282	    # Exported symbols can be pulled into shared objects from archives
9283	    whole_archive_flag_spec='$convenience'
9284	  fi
9285	  archive_cmds_need_lc=yes
9286	  # This is similar to how AIX traditionally builds its shared libraries.
9287	  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'
9288	fi
9289      fi
9290      ;;
9291
9292    amigaos*)
9293      case $host_cpu in
9294      powerpc)
9295            # see comment about AmigaOS4 .so support
9296            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9297            archive_expsym_cmds=''
9298        ;;
9299      m68k)
9300            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)'
9301            hardcode_libdir_flag_spec='-L$libdir'
9302            hardcode_minus_L=yes
9303        ;;
9304      esac
9305      ;;
9306
9307    bsdi[45]*)
9308      export_dynamic_flag_spec=-rdynamic
9309      ;;
9310
9311    cygwin* | mingw* | pw32* | cegcc*)
9312      # When not using gcc, we currently assume that we are using
9313      # Microsoft Visual C++.
9314      # hardcode_libdir_flag_spec is actually meaningless, as there is
9315      # no search path for DLLs.
9316      hardcode_libdir_flag_spec=' '
9317      allow_undefined_flag=unsupported
9318      # Tell ltmain to make .lib files, not .a files.
9319      libext=lib
9320      # Tell ltmain to make .dll files, not .so files.
9321      shrext_cmds=".dll"
9322      # FIXME: Setting linknames here is a bad hack.
9323      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9324      # The linker will automatically build a .lib file if we build a DLL.
9325      old_archive_from_new_cmds='true'
9326      # FIXME: Should let the user specify the lib program.
9327      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9328      fix_srcfile_path='`cygpath -w "$srcfile"`'
9329      enable_shared_with_static_runtimes=yes
9330      ;;
9331
9332    darwin* | rhapsody*)
9333
9334
9335  archive_cmds_need_lc=no
9336  hardcode_direct=no
9337  hardcode_automatic=yes
9338  hardcode_shlibpath_var=unsupported
9339  if test "$lt_cv_ld_force_load" = "yes"; then
9340    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\"`'
9341  else
9342    whole_archive_flag_spec=''
9343  fi
9344  link_all_deplibs=yes
9345  allow_undefined_flag="$_lt_dar_allow_undefined"
9346  case $cc_basename in
9347     ifort*) _lt_dar_can_shared=yes ;;
9348     *) _lt_dar_can_shared=$GCC ;;
9349  esac
9350  if test "$_lt_dar_can_shared" = "yes"; then
9351    output_verbose_link_cmd=func_echo_all
9352    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9353    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9354    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}"
9355    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}"
9356
9357  else
9358  ld_shlibs=no
9359  fi
9360
9361      ;;
9362
9363    dgux*)
9364      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9365      hardcode_libdir_flag_spec='-L$libdir'
9366      hardcode_shlibpath_var=no
9367      ;;
9368
9369    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9370    # support.  Future versions do this automatically, but an explicit c++rt0.o
9371    # does not break anything, and helps significantly (at the cost of a little
9372    # extra space).
9373    freebsd2.2*)
9374      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9375      hardcode_libdir_flag_spec='-R$libdir'
9376      hardcode_direct=yes
9377      hardcode_shlibpath_var=no
9378      ;;
9379
9380    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9381    freebsd2.*)
9382      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9383      hardcode_direct=yes
9384      hardcode_minus_L=yes
9385      hardcode_shlibpath_var=no
9386      ;;
9387
9388    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9389    freebsd* | dragonfly*)
9390      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9391      hardcode_libdir_flag_spec='-R$libdir'
9392      hardcode_direct=yes
9393      hardcode_shlibpath_var=no
9394      ;;
9395
9396    hpux9*)
9397      if test "$GCC" = yes; then
9398	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'
9399      else
9400	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'
9401      fi
9402      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9403      hardcode_libdir_separator=:
9404      hardcode_direct=yes
9405
9406      # hardcode_minus_L: Not really in the search PATH,
9407      # but as the default location of the library.
9408      hardcode_minus_L=yes
9409      export_dynamic_flag_spec='${wl}-E'
9410      ;;
9411
9412    hpux10*)
9413      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9414	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9415      else
9416	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9417      fi
9418      if test "$with_gnu_ld" = no; then
9419	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9420	hardcode_libdir_flag_spec_ld='+b $libdir'
9421	hardcode_libdir_separator=:
9422	hardcode_direct=yes
9423	hardcode_direct_absolute=yes
9424	export_dynamic_flag_spec='${wl}-E'
9425	# hardcode_minus_L: Not really in the search PATH,
9426	# but as the default location of the library.
9427	hardcode_minus_L=yes
9428      fi
9429      ;;
9430
9431    hpux11*)
9432      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9433	case $host_cpu in
9434	hppa*64*)
9435	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9436	  ;;
9437	ia64*)
9438	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9439	  ;;
9440	*)
9441	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9442	  ;;
9443	esac
9444      else
9445	case $host_cpu in
9446	hppa*64*)
9447	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9448	  ;;
9449	ia64*)
9450	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9451	  ;;
9452	*)
9453
9454	  # Older versions of the 11.00 compiler do not understand -b yet
9455	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9456	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9457$as_echo_n "checking if $CC understands -b... " >&6; }
9458if ${lt_cv_prog_compiler__b+:} false; then :
9459  $as_echo_n "(cached) " >&6
9460else
9461  lt_cv_prog_compiler__b=no
9462   save_LDFLAGS="$LDFLAGS"
9463   LDFLAGS="$LDFLAGS -b"
9464   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9465   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9466     # The linker can only warn and ignore the option if not recognized
9467     # So say no if there are warnings
9468     if test -s conftest.err; then
9469       # Append any errors to the config.log.
9470       cat conftest.err 1>&5
9471       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9472       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9473       if diff conftest.exp conftest.er2 >/dev/null; then
9474         lt_cv_prog_compiler__b=yes
9475       fi
9476     else
9477       lt_cv_prog_compiler__b=yes
9478     fi
9479   fi
9480   $RM -r conftest*
9481   LDFLAGS="$save_LDFLAGS"
9482
9483fi
9484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9485$as_echo "$lt_cv_prog_compiler__b" >&6; }
9486
9487if test x"$lt_cv_prog_compiler__b" = xyes; then
9488    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9489else
9490    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9491fi
9492
9493	  ;;
9494	esac
9495      fi
9496      if test "$with_gnu_ld" = no; then
9497	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9498	hardcode_libdir_separator=:
9499
9500	case $host_cpu in
9501	hppa*64*|ia64*)
9502	  hardcode_direct=no
9503	  hardcode_shlibpath_var=no
9504	  ;;
9505	*)
9506	  hardcode_direct=yes
9507	  hardcode_direct_absolute=yes
9508	  export_dynamic_flag_spec='${wl}-E'
9509
9510	  # hardcode_minus_L: Not really in the search PATH,
9511	  # but as the default location of the library.
9512	  hardcode_minus_L=yes
9513	  ;;
9514	esac
9515      fi
9516      ;;
9517
9518    irix5* | irix6* | nonstopux*)
9519      if test "$GCC" = yes; then
9520	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'
9521	# Try to use the -exported_symbol ld option, if it does not
9522	# work, assume that -exports_file does not work either and
9523	# implicitly export all symbols.
9524        save_LDFLAGS="$LDFLAGS"
9525        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9526        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9527/* end confdefs.h.  */
9528int foo(void) {}
9529_ACEOF
9530if ac_fn_c_try_link "$LINENO"; then :
9531  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'
9532
9533fi
9534rm -f core conftest.err conftest.$ac_objext \
9535    conftest$ac_exeext conftest.$ac_ext
9536        LDFLAGS="$save_LDFLAGS"
9537      else
9538	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'
9539	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'
9540      fi
9541      archive_cmds_need_lc='no'
9542      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9543      hardcode_libdir_separator=:
9544      inherit_rpath=yes
9545      link_all_deplibs=yes
9546      ;;
9547
9548    netbsd*)
9549      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9550	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9551      else
9552	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9553      fi
9554      hardcode_libdir_flag_spec='-R$libdir'
9555      hardcode_direct=yes
9556      hardcode_shlibpath_var=no
9557      ;;
9558
9559    newsos6)
9560      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9561      hardcode_direct=yes
9562      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9563      hardcode_libdir_separator=:
9564      hardcode_shlibpath_var=no
9565      ;;
9566
9567    *nto* | *qnx*)
9568      ;;
9569
9570    openbsd*)
9571      if test -f /usr/libexec/ld.so; then
9572	hardcode_direct=yes
9573	hardcode_shlibpath_var=no
9574	hardcode_direct_absolute=yes
9575	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9576	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9577	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9578	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9579	  export_dynamic_flag_spec='${wl}-E'
9580	else
9581	  case $host_os in
9582	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9583	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9584	     hardcode_libdir_flag_spec='-R$libdir'
9585	     ;;
9586	   *)
9587	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9588	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9589	     ;;
9590	  esac
9591	fi
9592      else
9593	ld_shlibs=no
9594      fi
9595      ;;
9596
9597    os2*)
9598      hardcode_libdir_flag_spec='-L$libdir'
9599      hardcode_minus_L=yes
9600      allow_undefined_flag=unsupported
9601      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'
9602      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9603      ;;
9604
9605    osf3*)
9606      if test "$GCC" = yes; then
9607	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9608	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'
9609      else
9610	allow_undefined_flag=' -expect_unresolved \*'
9611	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'
9612      fi
9613      archive_cmds_need_lc='no'
9614      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9615      hardcode_libdir_separator=:
9616      ;;
9617
9618    osf4* | osf5*)	# as osf3* with the addition of -msym flag
9619      if test "$GCC" = yes; then
9620	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9621	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'
9622	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9623      else
9624	allow_undefined_flag=' -expect_unresolved \*'
9625	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'
9626	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~
9627	$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'
9628
9629	# Both c and cxx compiler support -rpath directly
9630	hardcode_libdir_flag_spec='-rpath $libdir'
9631      fi
9632      archive_cmds_need_lc='no'
9633      hardcode_libdir_separator=:
9634      ;;
9635
9636    solaris*)
9637      no_undefined_flag=' -z defs'
9638      if test "$GCC" = yes; then
9639	wlarc='${wl}'
9640	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9641	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9642	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9643      else
9644	case `$CC -V 2>&1` in
9645	*"Compilers 5.0"*)
9646	  wlarc=''
9647	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9648	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9649	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9650	  ;;
9651	*)
9652	  wlarc='${wl}'
9653	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9654	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9655	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9656	  ;;
9657	esac
9658      fi
9659      hardcode_libdir_flag_spec='-R$libdir'
9660      hardcode_shlibpath_var=no
9661      case $host_os in
9662      solaris2.[0-5] | solaris2.[0-5].*) ;;
9663      *)
9664	# The compiler driver will combine and reorder linker options,
9665	# but understands `-z linker_flag'.  GCC discards it without `$wl',
9666	# but is careful enough not to reorder.
9667	# Supported since Solaris 2.6 (maybe 2.5.1?)
9668	if test "$GCC" = yes; then
9669	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9670	else
9671	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9672	fi
9673	;;
9674      esac
9675      link_all_deplibs=yes
9676      ;;
9677
9678    sunos4*)
9679      if test "x$host_vendor" = xsequent; then
9680	# Use $CC to link under sequent, because it throws in some extra .o
9681	# files that make .init and .fini sections work.
9682	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9683      else
9684	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9685      fi
9686      hardcode_libdir_flag_spec='-L$libdir'
9687      hardcode_direct=yes
9688      hardcode_minus_L=yes
9689      hardcode_shlibpath_var=no
9690      ;;
9691
9692    sysv4)
9693      case $host_vendor in
9694	sni)
9695	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9696	  hardcode_direct=yes # is this really true???
9697	;;
9698	siemens)
9699	  ## LD is ld it makes a PLAMLIB
9700	  ## CC just makes a GrossModule.
9701	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9702	  reload_cmds='$CC -r -o $output$reload_objs'
9703	  hardcode_direct=no
9704        ;;
9705	motorola)
9706	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9707	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9708	;;
9709      esac
9710      runpath_var='LD_RUN_PATH'
9711      hardcode_shlibpath_var=no
9712      ;;
9713
9714    sysv4.3*)
9715      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9716      hardcode_shlibpath_var=no
9717      export_dynamic_flag_spec='-Bexport'
9718      ;;
9719
9720    sysv4*MP*)
9721      if test -d /usr/nec; then
9722	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9723	hardcode_shlibpath_var=no
9724	runpath_var=LD_RUN_PATH
9725	hardcode_runpath_var=yes
9726	ld_shlibs=yes
9727      fi
9728      ;;
9729
9730    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9731      no_undefined_flag='${wl}-z,text'
9732      archive_cmds_need_lc=no
9733      hardcode_shlibpath_var=no
9734      runpath_var='LD_RUN_PATH'
9735
9736      if test "$GCC" = yes; then
9737	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9738	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9739      else
9740	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9741	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9742      fi
9743      ;;
9744
9745    sysv5* | sco3.2v5* | sco5v6*)
9746      # Note: We can NOT use -z defs as we might desire, because we do not
9747      # link with -lc, and that would cause any symbols used from libc to
9748      # always be unresolved, which means just about no library would
9749      # ever link correctly.  If we're not using GNU ld we use -z text
9750      # though, which does catch some bad symbols but isn't as heavy-handed
9751      # as -z defs.
9752      no_undefined_flag='${wl}-z,text'
9753      allow_undefined_flag='${wl}-z,nodefs'
9754      archive_cmds_need_lc=no
9755      hardcode_shlibpath_var=no
9756      hardcode_libdir_flag_spec='${wl}-R,$libdir'
9757      hardcode_libdir_separator=':'
9758      link_all_deplibs=yes
9759      export_dynamic_flag_spec='${wl}-Bexport'
9760      runpath_var='LD_RUN_PATH'
9761
9762      if test "$GCC" = yes; then
9763	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9764	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9765      else
9766	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9767	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9768      fi
9769      ;;
9770
9771    uts4*)
9772      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9773      hardcode_libdir_flag_spec='-L$libdir'
9774      hardcode_shlibpath_var=no
9775      ;;
9776
9777    *)
9778      ld_shlibs=no
9779      ;;
9780    esac
9781
9782    if test x$host_vendor = xsni; then
9783      case $host in
9784      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9785	export_dynamic_flag_spec='${wl}-Blargedynsym'
9786	;;
9787      esac
9788    fi
9789  fi
9790
9791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9792$as_echo "$ld_shlibs" >&6; }
9793test "$ld_shlibs" = no && can_build_shared=no
9794
9795with_gnu_ld=$with_gnu_ld
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811#
9812# Do we need to explicitly link libc?
9813#
9814case "x$archive_cmds_need_lc" in
9815x|xyes)
9816  # Assume -lc should be added
9817  archive_cmds_need_lc=yes
9818
9819  if test "$enable_shared" = yes && test "$GCC" = yes; then
9820    case $archive_cmds in
9821    *'~'*)
9822      # FIXME: we may have to deal with multi-command sequences.
9823      ;;
9824    '$CC '*)
9825      # Test whether the compiler implicitly links with -lc since on some
9826      # systems, -lgcc has to come before -lc. If gcc already passes -lc
9827      # to ld, don't add -lc before -lgcc.
9828      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9829$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9830if ${lt_cv_archive_cmds_need_lc+:} false; then :
9831  $as_echo_n "(cached) " >&6
9832else
9833  $RM conftest*
9834	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9835
9836	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9837  (eval $ac_compile) 2>&5
9838  ac_status=$?
9839  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9840  test $ac_status = 0; } 2>conftest.err; then
9841	  soname=conftest
9842	  lib=conftest
9843	  libobjs=conftest.$ac_objext
9844	  deplibs=
9845	  wl=$lt_prog_compiler_wl
9846	  pic_flag=$lt_prog_compiler_pic
9847	  compiler_flags=-v
9848	  linker_flags=-v
9849	  verstring=
9850	  output_objdir=.
9851	  libname=conftest
9852	  lt_save_allow_undefined_flag=$allow_undefined_flag
9853	  allow_undefined_flag=
9854	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9855  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9856  ac_status=$?
9857  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9858  test $ac_status = 0; }
9859	  then
9860	    lt_cv_archive_cmds_need_lc=no
9861	  else
9862	    lt_cv_archive_cmds_need_lc=yes
9863	  fi
9864	  allow_undefined_flag=$lt_save_allow_undefined_flag
9865	else
9866	  cat conftest.err 1>&5
9867	fi
9868	$RM conftest*
9869
9870fi
9871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9872$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9873      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9874      ;;
9875    esac
9876  fi
9877  ;;
9878esac
9879
9880
9881
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  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10037$as_echo_n "checking dynamic linker characteristics... " >&6; }
10038
10039if test "$GCC" = yes; then
10040  case $host_os in
10041    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10042    *) lt_awk_arg="/^libraries:/" ;;
10043  esac
10044  case $host_os in
10045    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10046    *) lt_sed_strip_eq="s,=/,/,g" ;;
10047  esac
10048  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10049  case $lt_search_path_spec in
10050  *\;*)
10051    # if the path contains ";" then we assume it to be the separator
10052    # otherwise default to the standard path separator (i.e. ":") - it is
10053    # assumed that no part of a normal pathname contains ";" but that should
10054    # okay in the real world where ";" in dirpaths is itself problematic.
10055    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10056    ;;
10057  *)
10058    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10059    ;;
10060  esac
10061  # Ok, now we have the path, separated by spaces, we can step through it
10062  # and add multilib dir if necessary.
10063  lt_tmp_lt_search_path_spec=
10064  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10065  for lt_sys_path in $lt_search_path_spec; do
10066    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10067      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10068    else
10069      test -d "$lt_sys_path" && \
10070	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10071    fi
10072  done
10073  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10074BEGIN {RS=" "; FS="/|\n";} {
10075  lt_foo="";
10076  lt_count=0;
10077  for (lt_i = NF; lt_i > 0; lt_i--) {
10078    if ($lt_i != "" && $lt_i != ".") {
10079      if ($lt_i == "..") {
10080        lt_count++;
10081      } else {
10082        if (lt_count == 0) {
10083          lt_foo="/" $lt_i lt_foo;
10084        } else {
10085          lt_count--;
10086        }
10087      }
10088    }
10089  }
10090  if (lt_foo != "") { lt_freq[lt_foo]++; }
10091  if (lt_freq[lt_foo] == 1) { print lt_foo; }
10092}'`
10093  # AWK program above erroneously prepends '/' to C:/dos/paths
10094  # for these hosts.
10095  case $host_os in
10096    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10097      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10098  esac
10099  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10100else
10101  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10102fi
10103library_names_spec=
10104libname_spec='lib$name'
10105soname_spec=
10106shrext_cmds=".so"
10107postinstall_cmds=
10108postuninstall_cmds=
10109finish_cmds=
10110finish_eval=
10111shlibpath_var=
10112shlibpath_overrides_runpath=unknown
10113version_type=none
10114dynamic_linker="$host_os ld.so"
10115sys_lib_dlsearch_path_spec="/lib /usr/lib"
10116need_lib_prefix=unknown
10117hardcode_into_libs=no
10118
10119# when you set need_version to no, make sure it does not cause -set_version
10120# flags to be left without arguments
10121need_version=unknown
10122
10123case $host_os in
10124aix3*)
10125  version_type=linux
10126  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10127  shlibpath_var=LIBPATH
10128
10129  # AIX 3 has no versioning support, so we append a major version to the name.
10130  soname_spec='${libname}${release}${shared_ext}$major'
10131  ;;
10132
10133aix[4-9]*)
10134  version_type=linux
10135  need_lib_prefix=no
10136  need_version=no
10137  hardcode_into_libs=yes
10138  if test "$host_cpu" = ia64; then
10139    # AIX 5 supports IA64
10140    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10141    shlibpath_var=LD_LIBRARY_PATH
10142  else
10143    # With GCC up to 2.95.x, collect2 would create an import file
10144    # for dependence libraries.  The import file would start with
10145    # the line `#! .'.  This would cause the generated library to
10146    # depend on `.', always an invalid library.  This was fixed in
10147    # development snapshots of GCC prior to 3.0.
10148    case $host_os in
10149      aix4 | aix4.[01] | aix4.[01].*)
10150      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10151	   echo ' yes '
10152	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10153	:
10154      else
10155	can_build_shared=no
10156      fi
10157      ;;
10158    esac
10159    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10160    # soname into executable. Probably we can add versioning support to
10161    # collect2, so additional links can be useful in future.
10162    if test "$aix_use_runtimelinking" = yes; then
10163      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10164      # instead of lib<name>.a to let people know that these are not
10165      # typical AIX shared libraries.
10166      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10167    else
10168      # We preserve .a as extension for shared libraries through AIX4.2
10169      # and later when we are not doing run time linking.
10170      library_names_spec='${libname}${release}.a $libname.a'
10171      soname_spec='${libname}${release}${shared_ext}$major'
10172    fi
10173    shlibpath_var=LIBPATH
10174  fi
10175  ;;
10176
10177amigaos*)
10178  case $host_cpu in
10179  powerpc)
10180    # Since July 2007 AmigaOS4 officially supports .so libraries.
10181    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10182    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10183    ;;
10184  m68k)
10185    library_names_spec='$libname.ixlibrary $libname.a'
10186    # Create ${libname}_ixlibrary.a entries in /sys/libs.
10187    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'
10188    ;;
10189  esac
10190  ;;
10191
10192beos*)
10193  library_names_spec='${libname}${shared_ext}'
10194  dynamic_linker="$host_os ld.so"
10195  shlibpath_var=LIBRARY_PATH
10196  ;;
10197
10198bsdi[45]*)
10199  version_type=linux
10200  need_version=no
10201  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10202  soname_spec='${libname}${release}${shared_ext}$major'
10203  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10204  shlibpath_var=LD_LIBRARY_PATH
10205  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10206  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10207  # the default ld.so.conf also contains /usr/contrib/lib and
10208  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10209  # libtool to hard-code these into programs
10210  ;;
10211
10212cygwin* | mingw* | pw32* | cegcc*)
10213  version_type=windows
10214  shrext_cmds=".dll"
10215  need_version=no
10216  need_lib_prefix=no
10217
10218  case $GCC,$host_os in
10219  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10220    library_names_spec='$libname.dll.a'
10221    # DLL is installed to $(libdir)/../bin by postinstall_cmds
10222    postinstall_cmds='base_file=`basename \${file}`~
10223      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10224      dldir=$destdir/`dirname \$dlpath`~
10225      test -d \$dldir || mkdir -p \$dldir~
10226      $install_prog $dir/$dlname \$dldir/$dlname~
10227      chmod a+x \$dldir/$dlname~
10228      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10229        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10230      fi'
10231    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10232      dlpath=$dir/\$dldll~
10233       $RM \$dlpath'
10234    shlibpath_overrides_runpath=yes
10235
10236    case $host_os in
10237    cygwin*)
10238      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10239      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10240
10241      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10242      ;;
10243    mingw* | cegcc*)
10244      # MinGW DLLs use traditional 'lib' prefix
10245      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10246      ;;
10247    pw32*)
10248      # pw32 DLLs use 'pw' prefix rather than 'lib'
10249      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10250      ;;
10251    esac
10252    ;;
10253
10254  *)
10255    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10256    ;;
10257  esac
10258  dynamic_linker='Win32 ld.exe'
10259  # FIXME: first we should search . and the directory the executable is in
10260  shlibpath_var=PATH
10261  ;;
10262
10263darwin* | rhapsody*)
10264  dynamic_linker="$host_os dyld"
10265  version_type=darwin
10266  need_lib_prefix=no
10267  need_version=no
10268  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10269  soname_spec='${libname}${release}${major}$shared_ext'
10270  shlibpath_overrides_runpath=yes
10271  shlibpath_var=DYLD_LIBRARY_PATH
10272  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10273
10274  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10275  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10276  ;;
10277
10278dgux*)
10279  version_type=linux
10280  need_lib_prefix=no
10281  need_version=no
10282  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10283  soname_spec='${libname}${release}${shared_ext}$major'
10284  shlibpath_var=LD_LIBRARY_PATH
10285  ;;
10286
10287freebsd* | dragonfly*)
10288  # DragonFly does not have aout.  When/if they implement a new
10289  # versioning mechanism, adjust this.
10290  if test -x /usr/bin/objformat; then
10291    objformat=`/usr/bin/objformat`
10292  else
10293    case $host_os in
10294    freebsd[23].*) objformat=aout ;;
10295    *) objformat=elf ;;
10296    esac
10297  fi
10298  version_type=freebsd-$objformat
10299  case $version_type in
10300    freebsd-elf*)
10301      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10302      need_version=no
10303      need_lib_prefix=no
10304      ;;
10305    freebsd-*)
10306      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10307      need_version=yes
10308      ;;
10309  esac
10310  shlibpath_var=LD_LIBRARY_PATH
10311  case $host_os in
10312  freebsd2.*)
10313    shlibpath_overrides_runpath=yes
10314    ;;
10315  freebsd3.[01]* | freebsdelf3.[01]*)
10316    shlibpath_overrides_runpath=yes
10317    hardcode_into_libs=yes
10318    ;;
10319  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10320  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10321    shlibpath_overrides_runpath=no
10322    hardcode_into_libs=yes
10323    ;;
10324  *) # from 4.6 on, and DragonFly
10325    shlibpath_overrides_runpath=yes
10326    hardcode_into_libs=yes
10327    ;;
10328  esac
10329  ;;
10330
10331haiku*)
10332  version_type=linux
10333  need_lib_prefix=no
10334  need_version=no
10335  dynamic_linker="$host_os runtime_loader"
10336  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10337  soname_spec='${libname}${release}${shared_ext}$major'
10338  shlibpath_var=LIBRARY_PATH
10339  shlibpath_overrides_runpath=yes
10340  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10341  hardcode_into_libs=yes
10342  ;;
10343
10344hpux9* | hpux10* | hpux11*)
10345  # Give a soname corresponding to the major version so that dld.sl refuses to
10346  # link against other versions.
10347  version_type=sunos
10348  need_lib_prefix=no
10349  need_version=no
10350  case $host_cpu in
10351  ia64*)
10352    shrext_cmds='.so'
10353    hardcode_into_libs=yes
10354    dynamic_linker="$host_os dld.so"
10355    shlibpath_var=LD_LIBRARY_PATH
10356    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10357    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10358    soname_spec='${libname}${release}${shared_ext}$major'
10359    if test "X$HPUX_IA64_MODE" = X32; then
10360      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10361    else
10362      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10363    fi
10364    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10365    ;;
10366  hppa*64*)
10367    shrext_cmds='.sl'
10368    hardcode_into_libs=yes
10369    dynamic_linker="$host_os dld.sl"
10370    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10371    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10372    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10373    soname_spec='${libname}${release}${shared_ext}$major'
10374    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10375    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10376    ;;
10377  *)
10378    shrext_cmds='.sl'
10379    dynamic_linker="$host_os dld.sl"
10380    shlibpath_var=SHLIB_PATH
10381    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10382    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10383    soname_spec='${libname}${release}${shared_ext}$major'
10384    ;;
10385  esac
10386  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10387  postinstall_cmds='chmod 555 $lib'
10388  # or fails outright, so override atomically:
10389  install_override_mode=555
10390  ;;
10391
10392interix[3-9]*)
10393  version_type=linux
10394  need_lib_prefix=no
10395  need_version=no
10396  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10397  soname_spec='${libname}${release}${shared_ext}$major'
10398  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10399  shlibpath_var=LD_LIBRARY_PATH
10400  shlibpath_overrides_runpath=no
10401  hardcode_into_libs=yes
10402  ;;
10403
10404irix5* | irix6* | nonstopux*)
10405  case $host_os in
10406    nonstopux*) version_type=nonstopux ;;
10407    *)
10408	if test "$lt_cv_prog_gnu_ld" = yes; then
10409		version_type=linux
10410	else
10411		version_type=irix
10412	fi ;;
10413  esac
10414  need_lib_prefix=no
10415  need_version=no
10416  soname_spec='${libname}${release}${shared_ext}$major'
10417  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10418  case $host_os in
10419  irix5* | nonstopux*)
10420    libsuff= shlibsuff=
10421    ;;
10422  *)
10423    case $LD in # libtool.m4 will add one of these switches to LD
10424    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10425      libsuff= shlibsuff= libmagic=32-bit;;
10426    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10427      libsuff=32 shlibsuff=N32 libmagic=N32;;
10428    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10429      libsuff=64 shlibsuff=64 libmagic=64-bit;;
10430    *) libsuff= shlibsuff= libmagic=never-match;;
10431    esac
10432    ;;
10433  esac
10434  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10435  shlibpath_overrides_runpath=no
10436  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10437  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10438  hardcode_into_libs=yes
10439  ;;
10440
10441# No shared lib support for Linux oldld, aout, or coff.
10442linux*oldld* | linux*aout* | linux*coff*)
10443  dynamic_linker=no
10444  ;;
10445
10446# This must be Linux ELF.
10447
10448# uclinux* changes (here and below) have been submitted to the libtool
10449# project, but have not yet been accepted: they are GCC-local changes
10450# for the time being.  (See
10451# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10452linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10453  version_type=linux
10454  need_lib_prefix=no
10455  need_version=no
10456  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10457  soname_spec='${libname}${release}${shared_ext}$major'
10458  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10459  shlibpath_var=LD_LIBRARY_PATH
10460  shlibpath_overrides_runpath=no
10461
10462  # Some binutils ld are patched to set DT_RUNPATH
10463  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10464  $as_echo_n "(cached) " >&6
10465else
10466  lt_cv_shlibpath_overrides_runpath=no
10467    save_LDFLAGS=$LDFLAGS
10468    save_libdir=$libdir
10469    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10470	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10471    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10472/* end confdefs.h.  */
10473
10474int
10475main ()
10476{
10477
10478  ;
10479  return 0;
10480}
10481_ACEOF
10482if ac_fn_c_try_link "$LINENO"; then :
10483  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10484  lt_cv_shlibpath_overrides_runpath=yes
10485fi
10486fi
10487rm -f core conftest.err conftest.$ac_objext \
10488    conftest$ac_exeext conftest.$ac_ext
10489    LDFLAGS=$save_LDFLAGS
10490    libdir=$save_libdir
10491
10492fi
10493
10494  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10495
10496  # This implies no fast_install, which is unacceptable.
10497  # Some rework will be needed to allow for fast_install
10498  # before this can be enabled.
10499  hardcode_into_libs=yes
10500
10501  # Append ld.so.conf contents to the search path
10502  if test -f /etc/ld.so.conf; then
10503    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' ' '`
10504    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10505  fi
10506
10507  # We used to test for /lib/ld.so.1 and disable shared libraries on
10508  # powerpc, because MkLinux only supported shared libraries with the
10509  # GNU dynamic linker.  Since this was broken with cross compilers,
10510  # most powerpc-linux boxes support dynamic linking these days and
10511  # people can always --disable-shared, the test was removed, and we
10512  # assume the GNU/Linux dynamic linker is in use.
10513  dynamic_linker='GNU/Linux ld.so'
10514  ;;
10515
10516netbsd*)
10517  version_type=sunos
10518  need_lib_prefix=no
10519  need_version=no
10520  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10521    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10522    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10523    dynamic_linker='NetBSD (a.out) ld.so'
10524  else
10525    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10526    soname_spec='${libname}${release}${shared_ext}$major'
10527    dynamic_linker='NetBSD ld.elf_so'
10528  fi
10529  shlibpath_var=LD_LIBRARY_PATH
10530  shlibpath_overrides_runpath=yes
10531  hardcode_into_libs=yes
10532  ;;
10533
10534newsos6)
10535  version_type=linux
10536  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10537  shlibpath_var=LD_LIBRARY_PATH
10538  shlibpath_overrides_runpath=yes
10539  ;;
10540
10541*nto* | *qnx*)
10542  version_type=qnx
10543  need_lib_prefix=no
10544  need_version=no
10545  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10546  soname_spec='${libname}${release}${shared_ext}$major'
10547  shlibpath_var=LD_LIBRARY_PATH
10548  shlibpath_overrides_runpath=no
10549  hardcode_into_libs=yes
10550  dynamic_linker='ldqnx.so'
10551  ;;
10552
10553openbsd*)
10554  version_type=sunos
10555  sys_lib_dlsearch_path_spec="/usr/lib"
10556  need_lib_prefix=no
10557  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10558  case $host_os in
10559    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
10560    *)				need_version=no  ;;
10561  esac
10562  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10563  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10564  shlibpath_var=LD_LIBRARY_PATH
10565  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10566    case $host_os in
10567      openbsd2.[89] | openbsd2.[89].*)
10568	shlibpath_overrides_runpath=no
10569	;;
10570      *)
10571	shlibpath_overrides_runpath=yes
10572	;;
10573      esac
10574  else
10575    shlibpath_overrides_runpath=yes
10576  fi
10577  ;;
10578
10579os2*)
10580  libname_spec='$name'
10581  shrext_cmds=".dll"
10582  need_lib_prefix=no
10583  library_names_spec='$libname${shared_ext} $libname.a'
10584  dynamic_linker='OS/2 ld.exe'
10585  shlibpath_var=LIBPATH
10586  ;;
10587
10588osf3* | osf4* | osf5*)
10589  version_type=osf
10590  need_lib_prefix=no
10591  need_version=no
10592  soname_spec='${libname}${release}${shared_ext}$major'
10593  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10594  shlibpath_var=LD_LIBRARY_PATH
10595  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10596  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10597  ;;
10598
10599rdos*)
10600  dynamic_linker=no
10601  ;;
10602
10603solaris*)
10604  version_type=linux
10605  need_lib_prefix=no
10606  need_version=no
10607  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10608  soname_spec='${libname}${release}${shared_ext}$major'
10609  shlibpath_var=LD_LIBRARY_PATH
10610  shlibpath_overrides_runpath=yes
10611  hardcode_into_libs=yes
10612  # ldd complains unless libraries are executable
10613  postinstall_cmds='chmod +x $lib'
10614  ;;
10615
10616sunos4*)
10617  version_type=sunos
10618  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10619  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10620  shlibpath_var=LD_LIBRARY_PATH
10621  shlibpath_overrides_runpath=yes
10622  if test "$with_gnu_ld" = yes; then
10623    need_lib_prefix=no
10624  fi
10625  need_version=yes
10626  ;;
10627
10628sysv4 | sysv4.3*)
10629  version_type=linux
10630  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10631  soname_spec='${libname}${release}${shared_ext}$major'
10632  shlibpath_var=LD_LIBRARY_PATH
10633  case $host_vendor in
10634    sni)
10635      shlibpath_overrides_runpath=no
10636      need_lib_prefix=no
10637      runpath_var=LD_RUN_PATH
10638      ;;
10639    siemens)
10640      need_lib_prefix=no
10641      ;;
10642    motorola)
10643      need_lib_prefix=no
10644      need_version=no
10645      shlibpath_overrides_runpath=no
10646      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10647      ;;
10648  esac
10649  ;;
10650
10651sysv4*MP*)
10652  if test -d /usr/nec ;then
10653    version_type=linux
10654    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10655    soname_spec='$libname${shared_ext}.$major'
10656    shlibpath_var=LD_LIBRARY_PATH
10657  fi
10658  ;;
10659
10660sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10661  version_type=freebsd-elf
10662  need_lib_prefix=no
10663  need_version=no
10664  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10665  soname_spec='${libname}${release}${shared_ext}$major'
10666  shlibpath_var=LD_LIBRARY_PATH
10667  shlibpath_overrides_runpath=yes
10668  hardcode_into_libs=yes
10669  if test "$with_gnu_ld" = yes; then
10670    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10671  else
10672    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10673    case $host_os in
10674      sco3.2v5*)
10675        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10676	;;
10677    esac
10678  fi
10679  sys_lib_dlsearch_path_spec='/usr/lib'
10680  ;;
10681
10682tpf*)
10683  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10684  version_type=linux
10685  need_lib_prefix=no
10686  need_version=no
10687  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10688  shlibpath_var=LD_LIBRARY_PATH
10689  shlibpath_overrides_runpath=no
10690  hardcode_into_libs=yes
10691  ;;
10692
10693uts4*)
10694  version_type=linux
10695  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10696  soname_spec='${libname}${release}${shared_ext}$major'
10697  shlibpath_var=LD_LIBRARY_PATH
10698  ;;
10699
10700# Shared libraries for VwWorks, >= 7 only at this stage
10701# and (fpic) still incompatible with "large" code models
10702# in a few configurations. Only for RTP mode in any case,
10703# and upon explicit request at configure time.
10704vxworks7*)
10705  dynamic_linker=no
10706  case ${with_multisubdir}-${enable_shared} in
10707    *large*)
10708      ;;
10709    *mrtp*-yes)
10710      version_type=linux
10711      need_lib_prefix=no
10712      need_version=no
10713      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714      soname_spec='${libname}${release}${shared_ext}$major'
10715      dynamic_linker="$host_os module_loader"
10716      ;;
10717  esac
10718  ;;
10719*)
10720  dynamic_linker=no
10721  ;;
10722esac
10723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10724$as_echo "$dynamic_linker" >&6; }
10725test "$dynamic_linker" = no && can_build_shared=no
10726
10727variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10728if test "$GCC" = yes; then
10729  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10730fi
10731
10732if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10733  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10734fi
10735if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10736  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10737fi
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
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10831$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10832hardcode_action=
10833if test -n "$hardcode_libdir_flag_spec" ||
10834   test -n "$runpath_var" ||
10835   test "X$hardcode_automatic" = "Xyes" ; then
10836
10837  # We can hardcode non-existent directories.
10838  if test "$hardcode_direct" != no &&
10839     # If the only mechanism to avoid hardcoding is shlibpath_var, we
10840     # have to relink, otherwise we might link with an installed library
10841     # when we should be linking with a yet-to-be-installed one
10842     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10843     test "$hardcode_minus_L" != no; then
10844    # Linking always hardcodes the temporary library directory.
10845    hardcode_action=relink
10846  else
10847    # We can link without hardcoding, and we can hardcode nonexisting dirs.
10848    hardcode_action=immediate
10849  fi
10850else
10851  # We cannot hardcode anything, or else we can only hardcode existing
10852  # directories.
10853  hardcode_action=unsupported
10854fi
10855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10856$as_echo "$hardcode_action" >&6; }
10857
10858if test "$hardcode_action" = relink ||
10859   test "$inherit_rpath" = yes; then
10860  # Fast installation is not supported
10861  enable_fast_install=no
10862elif test "$shlibpath_overrides_runpath" = yes ||
10863     test "$enable_shared" = no; then
10864  # Fast installation is not necessary
10865  enable_fast_install=needless
10866fi
10867
10868
10869
10870
10871
10872
10873  if test "x$enable_dlopen" != xyes; then
10874  enable_dlopen=unknown
10875  enable_dlopen_self=unknown
10876  enable_dlopen_self_static=unknown
10877else
10878  lt_cv_dlopen=no
10879  lt_cv_dlopen_libs=
10880
10881  case $host_os in
10882  beos*)
10883    lt_cv_dlopen="load_add_on"
10884    lt_cv_dlopen_libs=
10885    lt_cv_dlopen_self=yes
10886    ;;
10887
10888  mingw* | pw32* | cegcc*)
10889    lt_cv_dlopen="LoadLibrary"
10890    lt_cv_dlopen_libs=
10891    ;;
10892
10893  cygwin*)
10894    lt_cv_dlopen="dlopen"
10895    lt_cv_dlopen_libs=
10896    ;;
10897
10898  darwin*)
10899  # if libdl is installed we need to link against it
10900    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10901$as_echo_n "checking for dlopen in -ldl... " >&6; }
10902if ${ac_cv_lib_dl_dlopen+:} false; then :
10903  $as_echo_n "(cached) " >&6
10904else
10905  ac_check_lib_save_LIBS=$LIBS
10906LIBS="-ldl  $LIBS"
10907cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10908/* end confdefs.h.  */
10909
10910/* Override any GCC internal prototype to avoid an error.
10911   Use char because int might match the return type of a GCC
10912   builtin and then its argument prototype would still apply.  */
10913#ifdef __cplusplus
10914extern "C"
10915#endif
10916char dlopen ();
10917int
10918main ()
10919{
10920return dlopen ();
10921  ;
10922  return 0;
10923}
10924_ACEOF
10925if ac_fn_c_try_link "$LINENO"; then :
10926  ac_cv_lib_dl_dlopen=yes
10927else
10928  ac_cv_lib_dl_dlopen=no
10929fi
10930rm -f core conftest.err conftest.$ac_objext \
10931    conftest$ac_exeext conftest.$ac_ext
10932LIBS=$ac_check_lib_save_LIBS
10933fi
10934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10935$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10936if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10937  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10938else
10939
10940    lt_cv_dlopen="dyld"
10941    lt_cv_dlopen_libs=
10942    lt_cv_dlopen_self=yes
10943
10944fi
10945
10946    ;;
10947
10948  *)
10949    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10950if test "x$ac_cv_func_shl_load" = xyes; then :
10951  lt_cv_dlopen="shl_load"
10952else
10953  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10954$as_echo_n "checking for shl_load in -ldld... " >&6; }
10955if ${ac_cv_lib_dld_shl_load+:} false; then :
10956  $as_echo_n "(cached) " >&6
10957else
10958  ac_check_lib_save_LIBS=$LIBS
10959LIBS="-ldld  $LIBS"
10960cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10961/* end confdefs.h.  */
10962
10963/* Override any GCC internal prototype to avoid an error.
10964   Use char because int might match the return type of a GCC
10965   builtin and then its argument prototype would still apply.  */
10966#ifdef __cplusplus
10967extern "C"
10968#endif
10969char shl_load ();
10970int
10971main ()
10972{
10973return shl_load ();
10974  ;
10975  return 0;
10976}
10977_ACEOF
10978if ac_fn_c_try_link "$LINENO"; then :
10979  ac_cv_lib_dld_shl_load=yes
10980else
10981  ac_cv_lib_dld_shl_load=no
10982fi
10983rm -f core conftest.err conftest.$ac_objext \
10984    conftest$ac_exeext conftest.$ac_ext
10985LIBS=$ac_check_lib_save_LIBS
10986fi
10987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10988$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10989if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10990  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10991else
10992  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10993if test "x$ac_cv_func_dlopen" = xyes; then :
10994  lt_cv_dlopen="dlopen"
10995else
10996  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10997$as_echo_n "checking for dlopen in -ldl... " >&6; }
10998if ${ac_cv_lib_dl_dlopen+:} false; then :
10999  $as_echo_n "(cached) " >&6
11000else
11001  ac_check_lib_save_LIBS=$LIBS
11002LIBS="-ldl  $LIBS"
11003cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11004/* end confdefs.h.  */
11005
11006/* Override any GCC internal prototype to avoid an error.
11007   Use char because int might match the return type of a GCC
11008   builtin and then its argument prototype would still apply.  */
11009#ifdef __cplusplus
11010extern "C"
11011#endif
11012char dlopen ();
11013int
11014main ()
11015{
11016return dlopen ();
11017  ;
11018  return 0;
11019}
11020_ACEOF
11021if ac_fn_c_try_link "$LINENO"; then :
11022  ac_cv_lib_dl_dlopen=yes
11023else
11024  ac_cv_lib_dl_dlopen=no
11025fi
11026rm -f core conftest.err conftest.$ac_objext \
11027    conftest$ac_exeext conftest.$ac_ext
11028LIBS=$ac_check_lib_save_LIBS
11029fi
11030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11031$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11032if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11033  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11034else
11035  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11036$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11037if ${ac_cv_lib_svld_dlopen+:} false; then :
11038  $as_echo_n "(cached) " >&6
11039else
11040  ac_check_lib_save_LIBS=$LIBS
11041LIBS="-lsvld  $LIBS"
11042cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11043/* end confdefs.h.  */
11044
11045/* Override any GCC internal prototype to avoid an error.
11046   Use char because int might match the return type of a GCC
11047   builtin and then its argument prototype would still apply.  */
11048#ifdef __cplusplus
11049extern "C"
11050#endif
11051char dlopen ();
11052int
11053main ()
11054{
11055return dlopen ();
11056  ;
11057  return 0;
11058}
11059_ACEOF
11060if ac_fn_c_try_link "$LINENO"; then :
11061  ac_cv_lib_svld_dlopen=yes
11062else
11063  ac_cv_lib_svld_dlopen=no
11064fi
11065rm -f core conftest.err conftest.$ac_objext \
11066    conftest$ac_exeext conftest.$ac_ext
11067LIBS=$ac_check_lib_save_LIBS
11068fi
11069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11070$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11071if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11072  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11073else
11074  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11075$as_echo_n "checking for dld_link in -ldld... " >&6; }
11076if ${ac_cv_lib_dld_dld_link+:} false; then :
11077  $as_echo_n "(cached) " >&6
11078else
11079  ac_check_lib_save_LIBS=$LIBS
11080LIBS="-ldld  $LIBS"
11081cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11082/* end confdefs.h.  */
11083
11084/* Override any GCC internal prototype to avoid an error.
11085   Use char because int might match the return type of a GCC
11086   builtin and then its argument prototype would still apply.  */
11087#ifdef __cplusplus
11088extern "C"
11089#endif
11090char dld_link ();
11091int
11092main ()
11093{
11094return dld_link ();
11095  ;
11096  return 0;
11097}
11098_ACEOF
11099if ac_fn_c_try_link "$LINENO"; then :
11100  ac_cv_lib_dld_dld_link=yes
11101else
11102  ac_cv_lib_dld_dld_link=no
11103fi
11104rm -f core conftest.err conftest.$ac_objext \
11105    conftest$ac_exeext conftest.$ac_ext
11106LIBS=$ac_check_lib_save_LIBS
11107fi
11108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11109$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11110if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11111  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11112fi
11113
11114
11115fi
11116
11117
11118fi
11119
11120
11121fi
11122
11123
11124fi
11125
11126
11127fi
11128
11129    ;;
11130  esac
11131
11132  if test "x$lt_cv_dlopen" != xno; then
11133    enable_dlopen=yes
11134  else
11135    enable_dlopen=no
11136  fi
11137
11138  case $lt_cv_dlopen in
11139  dlopen)
11140    save_CPPFLAGS="$CPPFLAGS"
11141    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11142
11143    save_LDFLAGS="$LDFLAGS"
11144    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11145
11146    save_LIBS="$LIBS"
11147    LIBS="$lt_cv_dlopen_libs $LIBS"
11148
11149    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11150$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11151if ${lt_cv_dlopen_self+:} false; then :
11152  $as_echo_n "(cached) " >&6
11153else
11154  	  if test "$cross_compiling" = yes; then :
11155  lt_cv_dlopen_self=cross
11156else
11157  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11158  lt_status=$lt_dlunknown
11159  cat > conftest.$ac_ext <<_LT_EOF
11160#line 11160 "configure"
11161#include "confdefs.h"
11162
11163#if HAVE_DLFCN_H
11164#include <dlfcn.h>
11165#endif
11166
11167#include <stdio.h>
11168
11169#ifdef RTLD_GLOBAL
11170#  define LT_DLGLOBAL		RTLD_GLOBAL
11171#else
11172#  ifdef DL_GLOBAL
11173#    define LT_DLGLOBAL		DL_GLOBAL
11174#  else
11175#    define LT_DLGLOBAL		0
11176#  endif
11177#endif
11178
11179/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11180   find out it does not work in some platform. */
11181#ifndef LT_DLLAZY_OR_NOW
11182#  ifdef RTLD_LAZY
11183#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
11184#  else
11185#    ifdef DL_LAZY
11186#      define LT_DLLAZY_OR_NOW		DL_LAZY
11187#    else
11188#      ifdef RTLD_NOW
11189#        define LT_DLLAZY_OR_NOW	RTLD_NOW
11190#      else
11191#        ifdef DL_NOW
11192#          define LT_DLLAZY_OR_NOW	DL_NOW
11193#        else
11194#          define LT_DLLAZY_OR_NOW	0
11195#        endif
11196#      endif
11197#    endif
11198#  endif
11199#endif
11200
11201/* When -fvisbility=hidden is used, assume the code has been annotated
11202   correspondingly for the symbols needed.  */
11203#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11204void fnord () __attribute__((visibility("default")));
11205#endif
11206
11207void fnord () { int i=42; }
11208int main ()
11209{
11210  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11211  int status = $lt_dlunknown;
11212
11213  if (self)
11214    {
11215      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11216      else
11217        {
11218	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11219          else puts (dlerror ());
11220	}
11221      /* dlclose (self); */
11222    }
11223  else
11224    puts (dlerror ());
11225
11226  return status;
11227}
11228_LT_EOF
11229  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11230  (eval $ac_link) 2>&5
11231  ac_status=$?
11232  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11233  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11234    (./conftest; exit; ) >&5 2>/dev/null
11235    lt_status=$?
11236    case x$lt_status in
11237      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11238      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11239      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11240    esac
11241  else :
11242    # compilation failed
11243    lt_cv_dlopen_self=no
11244  fi
11245fi
11246rm -fr conftest*
11247
11248
11249fi
11250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11251$as_echo "$lt_cv_dlopen_self" >&6; }
11252
11253    if test "x$lt_cv_dlopen_self" = xyes; then
11254      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11255      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11256$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11257if ${lt_cv_dlopen_self_static+:} false; then :
11258  $as_echo_n "(cached) " >&6
11259else
11260  	  if test "$cross_compiling" = yes; then :
11261  lt_cv_dlopen_self_static=cross
11262else
11263  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11264  lt_status=$lt_dlunknown
11265  cat > conftest.$ac_ext <<_LT_EOF
11266#line 11266 "configure"
11267#include "confdefs.h"
11268
11269#if HAVE_DLFCN_H
11270#include <dlfcn.h>
11271#endif
11272
11273#include <stdio.h>
11274
11275#ifdef RTLD_GLOBAL
11276#  define LT_DLGLOBAL		RTLD_GLOBAL
11277#else
11278#  ifdef DL_GLOBAL
11279#    define LT_DLGLOBAL		DL_GLOBAL
11280#  else
11281#    define LT_DLGLOBAL		0
11282#  endif
11283#endif
11284
11285/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11286   find out it does not work in some platform. */
11287#ifndef LT_DLLAZY_OR_NOW
11288#  ifdef RTLD_LAZY
11289#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
11290#  else
11291#    ifdef DL_LAZY
11292#      define LT_DLLAZY_OR_NOW		DL_LAZY
11293#    else
11294#      ifdef RTLD_NOW
11295#        define LT_DLLAZY_OR_NOW	RTLD_NOW
11296#      else
11297#        ifdef DL_NOW
11298#          define LT_DLLAZY_OR_NOW	DL_NOW
11299#        else
11300#          define LT_DLLAZY_OR_NOW	0
11301#        endif
11302#      endif
11303#    endif
11304#  endif
11305#endif
11306
11307/* When -fvisbility=hidden is used, assume the code has been annotated
11308   correspondingly for the symbols needed.  */
11309#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11310void fnord () __attribute__((visibility("default")));
11311#endif
11312
11313void fnord () { int i=42; }
11314int main ()
11315{
11316  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11317  int status = $lt_dlunknown;
11318
11319  if (self)
11320    {
11321      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11322      else
11323        {
11324	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
11325          else puts (dlerror ());
11326	}
11327      /* dlclose (self); */
11328    }
11329  else
11330    puts (dlerror ());
11331
11332  return status;
11333}
11334_LT_EOF
11335  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11336  (eval $ac_link) 2>&5
11337  ac_status=$?
11338  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11339  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11340    (./conftest; exit; ) >&5 2>/dev/null
11341    lt_status=$?
11342    case x$lt_status in
11343      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11344      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11345      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11346    esac
11347  else :
11348    # compilation failed
11349    lt_cv_dlopen_self_static=no
11350  fi
11351fi
11352rm -fr conftest*
11353
11354
11355fi
11356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11357$as_echo "$lt_cv_dlopen_self_static" >&6; }
11358    fi
11359
11360    CPPFLAGS="$save_CPPFLAGS"
11361    LDFLAGS="$save_LDFLAGS"
11362    LIBS="$save_LIBS"
11363    ;;
11364  esac
11365
11366  case $lt_cv_dlopen_self in
11367  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11368  *) enable_dlopen_self=unknown ;;
11369  esac
11370
11371  case $lt_cv_dlopen_self_static in
11372  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11373  *) enable_dlopen_self_static=unknown ;;
11374  esac
11375fi
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393striplib=
11394old_striplib=
11395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11396$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11397if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11398  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11399  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11400  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11401$as_echo "yes" >&6; }
11402else
11403# FIXME - insert some real tests, host_os isn't really good enough
11404  case $host_os in
11405  darwin*)
11406    if test -n "$STRIP" ; then
11407      striplib="$STRIP -x"
11408      old_striplib="$STRIP -S"
11409      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11410$as_echo "yes" >&6; }
11411    else
11412      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11413$as_echo "no" >&6; }
11414    fi
11415    ;;
11416  *)
11417    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11418$as_echo "no" >&6; }
11419    ;;
11420  esac
11421fi
11422
11423
11424
11425
11426
11427
11428
11429
11430
11431
11432
11433
11434  # Report which library types will actually be built
11435  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11436$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11437  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11438$as_echo "$can_build_shared" >&6; }
11439
11440  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11441$as_echo_n "checking whether to build shared libraries... " >&6; }
11442  test "$can_build_shared" = "no" && enable_shared=no
11443
11444  # On AIX, shared libraries and static libraries use the same namespace, and
11445  # are all built from PIC.
11446  case $host_os in
11447  aix3*)
11448    test "$enable_shared" = yes && enable_static=no
11449    if test -n "$RANLIB"; then
11450      archive_cmds="$archive_cmds~\$RANLIB \$lib"
11451      postinstall_cmds='$RANLIB $lib'
11452    fi
11453    ;;
11454
11455  aix[4-9]*)
11456    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11457      test "$enable_shared" = yes && enable_static=no
11458    fi
11459    ;;
11460  esac
11461  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11462$as_echo "$enable_shared" >&6; }
11463
11464  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11465$as_echo_n "checking whether to build static libraries... " >&6; }
11466  # Make sure either enable_shared or enable_static is yes.
11467  test "$enable_shared" = yes || enable_static=yes
11468  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11469$as_echo "$enable_static" >&6; }
11470
11471
11472
11473
11474fi
11475ac_ext=c
11476ac_cpp='$CPP $CPPFLAGS'
11477ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11478ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11479ac_compiler_gnu=$ac_cv_c_compiler_gnu
11480
11481CC="$lt_save_CC"
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495        ac_config_commands="$ac_config_commands libtool"
11496
11497
11498
11499
11500# Only expand once:
11501
11502
11503
11504# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11505
11506# The tests for host and target for $enable_largefile require
11507# canonical names.
11508
11509
11510
11511# As the $enable_largefile decision depends on --enable-plugins we must set it
11512# even in directories otherwise not depending on the $plugins option.
11513
11514
11515  maybe_plugins=no
11516  for ac_header in dlfcn.h
11517do :
11518  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11519"
11520if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11521  cat >>confdefs.h <<_ACEOF
11522#define HAVE_DLFCN_H 1
11523_ACEOF
11524 maybe_plugins=yes
11525fi
11526
11527done
11528
11529  for ac_header in windows.h
11530do :
11531  ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11532"
11533if test "x$ac_cv_header_windows_h" = xyes; then :
11534  cat >>confdefs.h <<_ACEOF
11535#define HAVE_WINDOWS_H 1
11536_ACEOF
11537 maybe_plugins=yes
11538fi
11539
11540done
11541
11542
11543  # Check whether --enable-plugins was given.
11544if test "${enable_plugins+set}" = set; then :
11545  enableval=$enable_plugins; case "${enableval}" in
11546      no) plugins=no ;;
11547      *) plugins=yes
11548         if test "$maybe_plugins" != "yes" ; then
11549	   as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11550	 fi ;;
11551     esac
11552else
11553  plugins=$maybe_plugins
11554
11555fi
11556
11557  if test "$plugins" = "yes"; then
11558    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11559$as_echo_n "checking for library containing dlsym... " >&6; }
11560if ${ac_cv_search_dlsym+:} false; then :
11561  $as_echo_n "(cached) " >&6
11562else
11563  ac_func_search_save_LIBS=$LIBS
11564cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11565/* end confdefs.h.  */
11566
11567/* Override any GCC internal prototype to avoid an error.
11568   Use char because int might match the return type of a GCC
11569   builtin and then its argument prototype would still apply.  */
11570#ifdef __cplusplus
11571extern "C"
11572#endif
11573char dlsym ();
11574int
11575main ()
11576{
11577return dlsym ();
11578  ;
11579  return 0;
11580}
11581_ACEOF
11582for ac_lib in '' dl; do
11583  if test -z "$ac_lib"; then
11584    ac_res="none required"
11585  else
11586    ac_res=-l$ac_lib
11587    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
11588  fi
11589  if ac_fn_c_try_link "$LINENO"; then :
11590  ac_cv_search_dlsym=$ac_res
11591fi
11592rm -f core conftest.err conftest.$ac_objext \
11593    conftest$ac_exeext
11594  if ${ac_cv_search_dlsym+:} false; then :
11595  break
11596fi
11597done
11598if ${ac_cv_search_dlsym+:} false; then :
11599
11600else
11601  ac_cv_search_dlsym=no
11602fi
11603rm conftest.$ac_ext
11604LIBS=$ac_func_search_save_LIBS
11605fi
11606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11607$as_echo "$ac_cv_search_dlsym" >&6; }
11608ac_res=$ac_cv_search_dlsym
11609if test "$ac_res" != no; then :
11610  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11611
11612fi
11613
11614  fi
11615
11616
11617case "${host}" in
11618  sparc-*-solaris*|i?86-*-solaris*)
11619    # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11620    # were mutually exclusive until Solaris 11.3.  Without procfs support,
11621    # the bfd/ elf module cannot provide certain routines such as
11622    # elfcore_write_prpsinfo or elfcore_write_prstatus.  So unless the user
11623    # explicitly requested large-file support through the
11624    # --enable-largefile switch, disable large-file support in favor of
11625    # procfs support.
11626    #
11627    # Check if <sys/procfs.h> is incompatible with large-file support.
11628    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11629/* end confdefs.h.  */
11630#define _FILE_OFFSET_BITS 64
11631#define _STRUCTURED_PROC 1
11632#include <sys/procfs.h>
11633int
11634main ()
11635{
11636
11637  ;
11638  return 0;
11639}
11640_ACEOF
11641if ac_fn_c_try_compile "$LINENO"; then :
11642  acx_cv_procfs_lfs=yes
11643else
11644  acx_cv_procfs_lfs=no
11645fi
11646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11647    #
11648    # Forcefully disable large-file support only if necessary, gdb is in
11649    # tree and enabled.
11650    if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11651         -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11652      : ${enable_largefile="no"}
11653      if test "$plugins" = yes; then
11654	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11655plugin support disabled; require large-file support which is incompatible with GDB." >&5
11656$as_echo "$as_me: WARNING:
11657plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11658	plugins=no
11659      fi
11660    fi
11661    #
11662    # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11663    # benefit of g++ 9+ which predefines it on Solaris.
11664    if test "$enable_largefile" = no; then
11665      LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11666
11667    fi
11668    ;;
11669esac
11670
11671# Check whether --enable-largefile was given.
11672if test "${enable_largefile+set}" = set; then :
11673  enableval=$enable_largefile;
11674fi
11675
11676if test "$enable_largefile" != no; then
11677
11678  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11679$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11680if ${ac_cv_sys_largefile_CC+:} false; then :
11681  $as_echo_n "(cached) " >&6
11682else
11683  ac_cv_sys_largefile_CC=no
11684     if test "$GCC" != yes; then
11685       ac_save_CC=$CC
11686       while :; do
11687	 # IRIX 6.2 and later do not support large files by default,
11688	 # so use the C compiler's -n32 option if that helps.
11689	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11690/* end confdefs.h.  */
11691#include <sys/types.h>
11692 /* Check that off_t can represent 2**63 - 1 correctly.
11693    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11694    since some C++ compilers masquerading as C compilers
11695    incorrectly reject 9223372036854775807.  */
11696#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11697  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11698		       && LARGE_OFF_T % 2147483647 == 1)
11699		      ? 1 : -1];
11700int
11701main ()
11702{
11703
11704  ;
11705  return 0;
11706}
11707_ACEOF
11708	 if ac_fn_c_try_compile "$LINENO"; then :
11709  break
11710fi
11711rm -f core conftest.err conftest.$ac_objext
11712	 CC="$CC -n32"
11713	 if ac_fn_c_try_compile "$LINENO"; then :
11714  ac_cv_sys_largefile_CC=' -n32'; break
11715fi
11716rm -f core conftest.err conftest.$ac_objext
11717	 break
11718       done
11719       CC=$ac_save_CC
11720       rm -f conftest.$ac_ext
11721    fi
11722fi
11723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11724$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11725  if test "$ac_cv_sys_largefile_CC" != no; then
11726    CC=$CC$ac_cv_sys_largefile_CC
11727  fi
11728
11729  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11730$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11731if ${ac_cv_sys_file_offset_bits+:} false; then :
11732  $as_echo_n "(cached) " >&6
11733else
11734  while :; do
11735  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11736/* end confdefs.h.  */
11737#include <sys/types.h>
11738 /* Check that off_t can represent 2**63 - 1 correctly.
11739    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11740    since some C++ compilers masquerading as C compilers
11741    incorrectly reject 9223372036854775807.  */
11742#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11743  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11744		       && LARGE_OFF_T % 2147483647 == 1)
11745		      ? 1 : -1];
11746int
11747main ()
11748{
11749
11750  ;
11751  return 0;
11752}
11753_ACEOF
11754if ac_fn_c_try_compile "$LINENO"; then :
11755  ac_cv_sys_file_offset_bits=no; break
11756fi
11757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11758  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11759/* end confdefs.h.  */
11760#define _FILE_OFFSET_BITS 64
11761#include <sys/types.h>
11762 /* Check that off_t can represent 2**63 - 1 correctly.
11763    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11764    since some C++ compilers masquerading as C compilers
11765    incorrectly reject 9223372036854775807.  */
11766#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11767  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11768		       && LARGE_OFF_T % 2147483647 == 1)
11769		      ? 1 : -1];
11770int
11771main ()
11772{
11773
11774  ;
11775  return 0;
11776}
11777_ACEOF
11778if ac_fn_c_try_compile "$LINENO"; then :
11779  ac_cv_sys_file_offset_bits=64; break
11780fi
11781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11782  ac_cv_sys_file_offset_bits=unknown
11783  break
11784done
11785fi
11786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11787$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11788case $ac_cv_sys_file_offset_bits in #(
11789  no | unknown) ;;
11790  *)
11791cat >>confdefs.h <<_ACEOF
11792#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11793_ACEOF
11794;;
11795esac
11796rm -rf conftest*
11797  if test $ac_cv_sys_file_offset_bits = unknown; then
11798    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11799$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11800if ${ac_cv_sys_large_files+:} false; then :
11801  $as_echo_n "(cached) " >&6
11802else
11803  while :; do
11804  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11805/* end confdefs.h.  */
11806#include <sys/types.h>
11807 /* Check that off_t can represent 2**63 - 1 correctly.
11808    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11809    since some C++ compilers masquerading as C compilers
11810    incorrectly reject 9223372036854775807.  */
11811#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11812  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11813		       && LARGE_OFF_T % 2147483647 == 1)
11814		      ? 1 : -1];
11815int
11816main ()
11817{
11818
11819  ;
11820  return 0;
11821}
11822_ACEOF
11823if ac_fn_c_try_compile "$LINENO"; then :
11824  ac_cv_sys_large_files=no; break
11825fi
11826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11827  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11828/* end confdefs.h.  */
11829#define _LARGE_FILES 1
11830#include <sys/types.h>
11831 /* Check that off_t can represent 2**63 - 1 correctly.
11832    We can't simply define LARGE_OFF_T to be 9223372036854775807,
11833    since some C++ compilers masquerading as C compilers
11834    incorrectly reject 9223372036854775807.  */
11835#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11836  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11837		       && LARGE_OFF_T % 2147483647 == 1)
11838		      ? 1 : -1];
11839int
11840main ()
11841{
11842
11843  ;
11844  return 0;
11845}
11846_ACEOF
11847if ac_fn_c_try_compile "$LINENO"; then :
11848  ac_cv_sys_large_files=1; break
11849fi
11850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851  ac_cv_sys_large_files=unknown
11852  break
11853done
11854fi
11855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11856$as_echo "$ac_cv_sys_large_files" >&6; }
11857case $ac_cv_sys_large_files in #(
11858  no | unknown) ;;
11859  *)
11860cat >>confdefs.h <<_ACEOF
11861#define _LARGE_FILES $ac_cv_sys_large_files
11862_ACEOF
11863;;
11864esac
11865rm -rf conftest*
11866  fi
11867
11868
11869fi
11870
11871
11872
11873case "${target}" in
11874    hppa*64*-*-*) ;;
11875    *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
11876	if test "$plugins" = "yes"; then
11877	    if test "${enable_plugins+set}" = set; then
11878		{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11879$as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11880	    else
11881		plugins=no
11882	    fi
11883	fi ;;
11884    hppa*-*-hpux* | *-*-*vms* | \
11885    powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11886	if test "$plugins" = "yes"; then
11887	    if test "${enable_plugins+set}" = set; then
11888		{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11889$as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11890	    else
11891		plugins=no
11892	    fi
11893	fi ;;
11894esac
11895
11896 if test "$plugins" = "yes"; then
11897  PLUGINS_TRUE=
11898  PLUGINS_FALSE='#'
11899else
11900  PLUGINS_TRUE='#'
11901  PLUGINS_FALSE=
11902fi
11903
11904
11905ac_checking=
11906. ${srcdir}/development.sh
11907test "$development" = true && ac_checking=yes
11908# Check whether --enable-checking was given.
11909if test "${enable_checking+set}" = set; then :
11910  enableval=$enable_checking; case "${enableval}" in
11911  no|none)  ac_checking= ;;
11912  *)	    ac_checking=yes ;;
11913esac
11914fi
11915if test x$ac_checking != x ; then
11916
11917$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11918
11919fi
11920
11921# Check whether --enable-64-bit-bfd was given.
11922if test "${enable_64_bit_bfd+set}" = set; then :
11923  enableval=$enable_64_bit_bfd; case $enableval in #(
11924  yes|no) :
11925     ;; #(
11926  *) :
11927    as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11928  *) :
11929     ;;
11930esac
11931else
11932  enable_64_bit_bfd=no
11933fi
11934
11935
11936if test "x$enable_64_bit_bfd" = "xno"; then :
11937    # The cast to long int works around a bug in the HP C Compiler
11938# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11939# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11940# This bug is HP SR number 8606223364.
11941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11942$as_echo_n "checking size of void *... " >&6; }
11943if ${ac_cv_sizeof_void_p+:} false; then :
11944  $as_echo_n "(cached) " >&6
11945else
11946  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
11947
11948else
11949  if test "$ac_cv_type_void_p" = yes; then
11950     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11951$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11952as_fn_error 77 "cannot compute sizeof (void *)
11953See \`config.log' for more details" "$LINENO" 5; }
11954   else
11955     ac_cv_sizeof_void_p=0
11956   fi
11957fi
11958
11959fi
11960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11961$as_echo "$ac_cv_sizeof_void_p" >&6; }
11962
11963
11964
11965cat >>confdefs.h <<_ACEOF
11966#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11967_ACEOF
11968
11969
11970  if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11971  enable_64_bit_bfd=yes
11972fi
11973
11974fi
11975
11976 if test "x$enable_64_bit_bfd" = "xyes"; then
11977  ENABLE_BFD_64_BIT_TRUE=
11978  ENABLE_BFD_64_BIT_FALSE='#'
11979else
11980  ENABLE_BFD_64_BIT_TRUE='#'
11981  ENABLE_BFD_64_BIT_FALSE=
11982fi
11983
11984
11985if test $enable_64_bit_bfd = yes ; then
11986  want64=true
11987else
11988  want64=false
11989fi
11990
11991# Check whether --enable-targets was given.
11992if test "${enable_targets+set}" = set; then :
11993  enableval=$enable_targets; case "${enableval}" in
11994  yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11995            ;;
11996  no)       enable_targets= ;;
11997  *)        enable_targets=$enableval ;;
11998esac
11999fi
12000
12001# Check whether --enable-64_bit_archive was given.
12002if test "${enable_64_bit_archive+set}" = set; then :
12003  enableval=$enable_64_bit_archive; case "${enableval}" in
12004  yes)  want_64_bit_archive=true  ;;
12005  no)   want_64_bit_archive=false ;;
12006  *)    as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
12007esac
12008else
12009  want_64_bit_archive=unset
12010fi
12011
12012
12013# Check whether --with-mmap was given.
12014if test "${with_mmap+set}" = set; then :
12015  withval=$with_mmap; case "${withval}" in
12016  yes)  want_mmap=true ;;
12017  no)   want_mmap=false ;;
12018  *)    as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
12019esac
12020else
12021  want_mmap=false
12022fi
12023
12024# Check whether --enable-secureplt was given.
12025if test "${enable_secureplt+set}" = set; then :
12026  enableval=$enable_secureplt; case "${enableval}" in
12027  yes)  use_secureplt=true  ;;
12028  no)   use_secureplt=false ;;
12029  *)    as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
12030esac
12031else
12032  use_secureplt=true
12033fi
12034if test $use_secureplt = true; then
12035
12036$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
12037
12038fi
12039
12040# Decide if -z separate-code should be enabled in ELF linker by default.
12041ac_default_ld_z_separate_code=unset
12042# Check whether --enable-separate-code was given.
12043if test "${enable_separate_code+set}" = set; then :
12044  enableval=$enable_separate_code; case "${enableval}" in
12045  yes) ac_default_ld_z_separate_code=1 ;;
12046  no) ac_default_ld_z_separate_code=0 ;;
12047esac
12048fi
12049
12050# Enable -z separate-code by default for Linux/x86 and NetBSD/x86
12051case "${target}" in
12052i[3-7]86-*-linux-* | x86_64-*-linux-* | i[3-7]86-*-netbsd* | x86_64-*-netbsd*)
12053  if test ${ac_default_ld_z_separate_code} = unset; then
12054    ac_default_ld_z_separate_code=1
12055  fi
12056  ;;
12057esac
12058if test "${ac_default_ld_z_separate_code}" = unset; then
12059  ac_default_ld_z_separate_code=0
12060fi
12061
12062cat >>confdefs.h <<_ACEOF
12063#define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12064_ACEOF
12065
12066
12067# Check whether --enable-leading-mingw64-underscores was given.
12068if test "${enable_leading_mingw64_underscores+set}" = set; then :
12069  enableval=$enable_leading_mingw64_underscores;
12070fi
12071
12072if  test x"$enable_leading_mingw64_underscores" = xyes ; then :
12073
12074$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12075
12076fi
12077
12078DEBUGDIR=${libdir}/debug
12079
12080# Check whether --with-separate-debug-dir was given.
12081if test "${with_separate_debug_dir+set}" = set; then :
12082  withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12083fi
12084
12085
12086
12087
12088
12089# Check whether --with-pkgversion was given.
12090if test "${with_pkgversion+set}" = set; then :
12091  withval=$with_pkgversion; case "$withval" in
12092      yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
12093      no)  PKGVERSION= ;;
12094      *)   PKGVERSION="($withval) " ;;
12095     esac
12096else
12097  PKGVERSION="(GNU Binutils) "
12098
12099fi
12100
12101
12102
12103
12104
12105# Check whether --with-bugurl was given.
12106if test "${with_bugurl+set}" = set; then :
12107  withval=$with_bugurl; case "$withval" in
12108      yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
12109      no)  BUGURL=
12110	   ;;
12111      *)   BUGURL="$withval"
12112	   ;;
12113     esac
12114else
12115  BUGURL="https://sourceware.org/bugzilla/"
12116
12117fi
12118
12119  case ${BUGURL} in
12120  "")
12121    REPORT_BUGS_TO=
12122    REPORT_BUGS_TEXI=
12123    ;;
12124  *)
12125    REPORT_BUGS_TO="<$BUGURL>"
12126    REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12127    ;;
12128  esac;
12129
12130
12131
12132
12133
12134# Set the 'development' global.
12135. $srcdir/../bfd/development.sh
12136
12137# Set acp_cpp_for_build variable
12138ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12139
12140# Default set of GCC warnings to enable.
12141GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12142GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12143
12144# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12145cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12146/* end confdefs.h.  */
12147__GNUC__
12148_ACEOF
12149if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12150  $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12151
12152else
12153  GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12154fi
12155rm -f conftest*
12156
12157
12158# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12159#cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12160#/* end confdefs.h.  */
12161#__GNUC__
12162#_ACEOF
12163#if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12164#  $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12165#
12166#else
12167#  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12168#/* end confdefs.h.  */
12169#__clang__
12170#_ACEOF
12171#if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12172#  $EGREP "^__clang__$" >/dev/null 2>&1; then :
12173#  GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12174#fi
12175#rm -f conftest*
12176
12177# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12178WARN_WRITE_STRINGS=""
12179cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12180/* end confdefs.h.  */
12181__GNUC__
12182_ACEOF
12183if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12184  $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12185
12186else
12187  WARN_WRITE_STRINGS="-Wwrite-strings"
12188fi
12189rm -f conftest*
12190
12191
12192# Verify CC_FOR_BUILD to be compatible with warning flags
12193
12194# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12195cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12196/* end confdefs.h.  */
12197__GNUC__
12198_ACEOF
12199if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12200  $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12201
12202else
12203  GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12204fi
12205rm -f conftest*
12206
12207
12208# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12209#cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12210#/* end confdefs.h.  */
12211#__GNUC__
12212#_ACEOF
12213#if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12214#  $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12215#
12216#else
12217#  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12218#/* end confdefs.h.  */
12219#__clang__
12220#_ACEOF
12221#if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12222#  $EGREP "^__clang__$" >/dev/null 2>&1; then :
12223#  GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12224#fi
12225#rm -f conftest*
12226
12227
12228# Check whether --enable-werror was given.
12229if test "${enable_werror+set}" = set; then :
12230  enableval=$enable_werror; case "${enableval}" in
12231     yes | y) ERROR_ON_WARNING="yes" ;;
12232     no | n)  ERROR_ON_WARNING="no" ;;
12233     *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12234   esac
12235fi
12236
12237
12238# Disable -Wformat by default when using gcc on mingw
12239case "${host}" in
12240  *-*-mingw32*)
12241    if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12242      GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12243      GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12244    fi
12245    ;;
12246  *) ;;
12247esac
12248
12249# Enable -Werror by default when using gcc.  Turn it off for releases.
12250if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12251    ERROR_ON_WARNING=yes
12252fi
12253
12254NO_WERROR=
12255if test "${ERROR_ON_WARNING}" = yes ; then
12256    GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12257    GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12258    NO_WERROR="-Wno-error"
12259fi
12260
12261if test "${GCC}" = yes ; then
12262  WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12263  WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12264fi
12265
12266# Check whether --enable-build-warnings was given.
12267if test "${enable_build_warnings+set}" = set; then :
12268  enableval=$enable_build_warnings; case "${enableval}" in
12269  yes)	WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12270        WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12271  no)	if test "${GCC}" = yes ; then
12272	  WARN_CFLAGS="-w"
12273      WARN_CFLAGS_FOR_BUILD="-w"
12274	fi;;
12275  ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12276        WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12277        WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12278  *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
12279        WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12280        WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12281  *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12282        WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12283esac
12284fi
12285
12286
12287if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12288  echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12289fi
12290
12291
12292
12293
12294
12295
12296
12297ac_config_headers="$ac_config_headers config.h:config.in"
12298
12299
12300# PR 14072
12301
12302
12303if test -z "$target" ; then
12304    as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12305fi
12306
12307
12308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12309$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12310    # Check whether --enable-maintainer-mode was given.
12311if test "${enable_maintainer_mode+set}" = set; then :
12312  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12313else
12314  USE_MAINTAINER_MODE=no
12315fi
12316
12317  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12318$as_echo "$USE_MAINTAINER_MODE" >&6; }
12319   if test $USE_MAINTAINER_MODE = yes; then
12320  MAINTAINER_MODE_TRUE=
12321  MAINTAINER_MODE_FALSE='#'
12322else
12323  MAINTAINER_MODE_TRUE='#'
12324  MAINTAINER_MODE_FALSE=
12325fi
12326
12327  MAINT=$MAINTAINER_MODE_TRUE
12328
12329
12330 if false; then
12331  GENINSRC_NEVER_TRUE=
12332  GENINSRC_NEVER_FALSE='#'
12333else
12334  GENINSRC_NEVER_TRUE='#'
12335  GENINSRC_NEVER_FALSE=
12336fi
12337
12338 case ${build_alias} in
12339  "") build_noncanonical=${build} ;;
12340  *) build_noncanonical=${build_alias} ;;
12341esac
12342
12343 case ${host_alias} in
12344  "") host_noncanonical=${build_noncanonical} ;;
12345  *) host_noncanonical=${host_alias} ;;
12346esac
12347
12348 case ${target_alias} in
12349  "") target_noncanonical=${host_noncanonical} ;;
12350  *) target_noncanonical=${target_alias} ;;
12351esac
12352
12353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12354$as_echo_n "checking whether to install libbfd... " >&6; }
12355  # Check whether --enable-install-libbfd was given.
12356if test "${enable_install_libbfd+set}" = set; then :
12357  enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12358else
12359  if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12360        install_libbfd_p=yes
12361      else
12362        install_libbfd_p=no
12363      fi
12364fi
12365
12366  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12367$as_echo "$install_libbfd_p" >&6; }
12368   if test $install_libbfd_p = yes; then
12369  INSTALL_LIBBFD_TRUE=
12370  INSTALL_LIBBFD_FALSE='#'
12371else
12372  INSTALL_LIBBFD_TRUE='#'
12373  INSTALL_LIBBFD_FALSE=
12374fi
12375
12376  # Need _noncanonical variables for this.
12377
12378
12379
12380
12381  # libbfd.a is a host library containing target dependent code
12382  bfdlibdir='$(libdir)'
12383  bfdincludedir='$(includedir)'
12384  if test "${host}" != "${target}"; then
12385    bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12386    bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12387  fi
12388
12389
12390
12391
12392
12393
12394
12395
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12397$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12398if ${ac_cv_c_bigendian+:} false; then :
12399  $as_echo_n "(cached) " >&6
12400else
12401  ac_cv_c_bigendian=unknown
12402    # See if we're dealing with a universal compiler.
12403    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12404/* end confdefs.h.  */
12405#ifndef __APPLE_CC__
12406	       not a universal capable compiler
12407	     #endif
12408	     typedef int dummy;
12409
12410_ACEOF
12411if ac_fn_c_try_compile "$LINENO"; then :
12412
12413	# Check for potential -arch flags.  It is not universal unless
12414	# there are at least two -arch flags with different values.
12415	ac_arch=
12416	ac_prev=
12417	for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12418	 if test -n "$ac_prev"; then
12419	   case $ac_word in
12420	     i?86 | x86_64 | ppc | ppc64)
12421	       if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12422		 ac_arch=$ac_word
12423	       else
12424		 ac_cv_c_bigendian=universal
12425		 break
12426	       fi
12427	       ;;
12428	   esac
12429	   ac_prev=
12430	 elif test "x$ac_word" = "x-arch"; then
12431	   ac_prev=arch
12432	 fi
12433       done
12434fi
12435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12436    if test $ac_cv_c_bigendian = unknown; then
12437      # See if sys/param.h defines the BYTE_ORDER macro.
12438      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12439/* end confdefs.h.  */
12440#include <sys/types.h>
12441	     #include <sys/param.h>
12442
12443int
12444main ()
12445{
12446#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12447		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12448		     && LITTLE_ENDIAN)
12449	      bogus endian macros
12450	     #endif
12451
12452  ;
12453  return 0;
12454}
12455_ACEOF
12456if ac_fn_c_try_compile "$LINENO"; then :
12457  # It does; now see whether it defined to BIG_ENDIAN or not.
12458	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12459/* end confdefs.h.  */
12460#include <sys/types.h>
12461		#include <sys/param.h>
12462
12463int
12464main ()
12465{
12466#if BYTE_ORDER != BIG_ENDIAN
12467		 not big endian
12468		#endif
12469
12470  ;
12471  return 0;
12472}
12473_ACEOF
12474if ac_fn_c_try_compile "$LINENO"; then :
12475  ac_cv_c_bigendian=yes
12476else
12477  ac_cv_c_bigendian=no
12478fi
12479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12480fi
12481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12482    fi
12483    if test $ac_cv_c_bigendian = unknown; then
12484      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12485      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12486/* end confdefs.h.  */
12487#include <limits.h>
12488
12489int
12490main ()
12491{
12492#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12493	      bogus endian macros
12494	     #endif
12495
12496  ;
12497  return 0;
12498}
12499_ACEOF
12500if ac_fn_c_try_compile "$LINENO"; then :
12501  # It does; now see whether it defined to _BIG_ENDIAN or not.
12502	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12503/* end confdefs.h.  */
12504#include <limits.h>
12505
12506int
12507main ()
12508{
12509#ifndef _BIG_ENDIAN
12510		 not big endian
12511		#endif
12512
12513  ;
12514  return 0;
12515}
12516_ACEOF
12517if ac_fn_c_try_compile "$LINENO"; then :
12518  ac_cv_c_bigendian=yes
12519else
12520  ac_cv_c_bigendian=no
12521fi
12522rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12523fi
12524rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12525    fi
12526    if test $ac_cv_c_bigendian = unknown; then
12527      # Compile a test program.
12528      if test "$cross_compiling" = yes; then :
12529  # Try to guess by grepping values from an object file.
12530	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12531/* end confdefs.h.  */
12532short int ascii_mm[] =
12533		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12534		short int ascii_ii[] =
12535		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12536		int use_ascii (int i) {
12537		  return ascii_mm[i] + ascii_ii[i];
12538		}
12539		short int ebcdic_ii[] =
12540		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12541		short int ebcdic_mm[] =
12542		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12543		int use_ebcdic (int i) {
12544		  return ebcdic_mm[i] + ebcdic_ii[i];
12545		}
12546		extern int foo;
12547
12548int
12549main ()
12550{
12551return use_ascii (foo) == use_ebcdic (foo);
12552  ;
12553  return 0;
12554}
12555_ACEOF
12556if ac_fn_c_try_compile "$LINENO"; then :
12557  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12558	      ac_cv_c_bigendian=yes
12559	    fi
12560	    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12561	      if test "$ac_cv_c_bigendian" = unknown; then
12562		ac_cv_c_bigendian=no
12563	      else
12564		# finding both strings is unlikely to happen, but who knows?
12565		ac_cv_c_bigendian=unknown
12566	      fi
12567	    fi
12568fi
12569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12570else
12571  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12572/* end confdefs.h.  */
12573$ac_includes_default
12574int
12575main ()
12576{
12577
12578	     /* Are we little or big endian?  From Harbison&Steele.  */
12579	     union
12580	     {
12581	       long int l;
12582	       char c[sizeof (long int)];
12583	     } u;
12584	     u.l = 1;
12585	     return u.c[sizeof (long int) - 1] == 1;
12586
12587  ;
12588  return 0;
12589}
12590_ACEOF
12591if ac_fn_c_try_run "$LINENO"; then :
12592  ac_cv_c_bigendian=no
12593else
12594  ac_cv_c_bigendian=yes
12595fi
12596rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12597  conftest.$ac_objext conftest.beam conftest.$ac_ext
12598fi
12599
12600    fi
12601fi
12602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12603$as_echo "$ac_cv_c_bigendian" >&6; }
12604 case $ac_cv_c_bigendian in #(
12605   yes)
12606     $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12607;; #(
12608   no)
12609      ;; #(
12610   universal)
12611
12612$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12613
12614     ;; #(
12615   *)
12616     as_fn_error $? "unknown endianness
12617 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12618 esac
12619
12620
12621host64=false
12622target64=false
12623bfd_default_target_size=32
12624
12625# host stuff:
12626
12627ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
12628
12629        MKINSTALLDIRS=
12630  if test -n "$ac_aux_dir"; then
12631    case "$ac_aux_dir" in
12632      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12633      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12634    esac
12635  fi
12636  if test -z "$MKINSTALLDIRS"; then
12637    MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12638  fi
12639
12640
12641
12642  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12643$as_echo_n "checking whether NLS is requested... " >&6; }
12644    # Check whether --enable-nls was given.
12645if test "${enable_nls+set}" = set; then :
12646  enableval=$enable_nls; USE_NLS=$enableval
12647else
12648  USE_NLS=yes
12649fi
12650
12651  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12652$as_echo "$USE_NLS" >&6; }
12653
12654
12655
12656
12657
12658
12659# Prepare PATH_SEPARATOR.
12660# The user is always right.
12661if test "${PATH_SEPARATOR+set}" != set; then
12662  echo "#! /bin/sh" >conf$$.sh
12663  echo  "exit 0"   >>conf$$.sh
12664  chmod +x conf$$.sh
12665  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12666    PATH_SEPARATOR=';'
12667  else
12668    PATH_SEPARATOR=:
12669  fi
12670  rm -f conf$$.sh
12671fi
12672
12673# Find out how to test for executable files. Don't use a zero-byte file,
12674# as systems may use methods other than mode bits to determine executability.
12675cat >conf$$.file <<_ASEOF
12676#! /bin/sh
12677exit 0
12678_ASEOF
12679chmod +x conf$$.file
12680if test -x conf$$.file >/dev/null 2>&1; then
12681  ac_executable_p="test -x"
12682else
12683  ac_executable_p="test -f"
12684fi
12685rm -f conf$$.file
12686
12687# Extract the first word of "msgfmt", so it can be a program name with args.
12688set dummy msgfmt; ac_word=$2
12689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12690$as_echo_n "checking for $ac_word... " >&6; }
12691if ${ac_cv_path_MSGFMT+:} false; then :
12692  $as_echo_n "(cached) " >&6
12693else
12694  case "$MSGFMT" in
12695  [\\/]* | ?:[\\/]*)
12696    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12697    ;;
12698  *)
12699    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12700    for ac_dir in $PATH; do
12701      IFS="$ac_save_IFS"
12702      test -z "$ac_dir" && ac_dir=.
12703      for ac_exec_ext in '' $ac_executable_extensions; do
12704        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12705          if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12706     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12707            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12708            break 2
12709          fi
12710        fi
12711      done
12712    done
12713    IFS="$ac_save_IFS"
12714  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12715    ;;
12716esac
12717fi
12718MSGFMT="$ac_cv_path_MSGFMT"
12719if test "$MSGFMT" != ":"; then
12720  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12721$as_echo "$MSGFMT" >&6; }
12722else
12723  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12724$as_echo "no" >&6; }
12725fi
12726
12727  # Extract the first word of "gmsgfmt", so it can be a program name with args.
12728set dummy gmsgfmt; ac_word=$2
12729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12730$as_echo_n "checking for $ac_word... " >&6; }
12731if ${ac_cv_path_GMSGFMT+:} false; then :
12732  $as_echo_n "(cached) " >&6
12733else
12734  case $GMSGFMT in
12735  [\\/]* | ?:[\\/]*)
12736  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12737  ;;
12738  *)
12739  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12740for as_dir in $PATH
12741do
12742  IFS=$as_save_IFS
12743  test -z "$as_dir" && as_dir=.
12744    for ac_exec_ext in '' $ac_executable_extensions; do
12745  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12746    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12747    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12748    break 2
12749  fi
12750done
12751  done
12752IFS=$as_save_IFS
12753
12754  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12755  ;;
12756esac
12757fi
12758GMSGFMT=$ac_cv_path_GMSGFMT
12759if test -n "$GMSGFMT"; then
12760  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12761$as_echo "$GMSGFMT" >&6; }
12762else
12763  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12764$as_echo "no" >&6; }
12765fi
12766
12767
12768
12769
12770# Prepare PATH_SEPARATOR.
12771# The user is always right.
12772if test "${PATH_SEPARATOR+set}" != set; then
12773  echo "#! /bin/sh" >conf$$.sh
12774  echo  "exit 0"   >>conf$$.sh
12775  chmod +x conf$$.sh
12776  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12777    PATH_SEPARATOR=';'
12778  else
12779    PATH_SEPARATOR=:
12780  fi
12781  rm -f conf$$.sh
12782fi
12783
12784# Find out how to test for executable files. Don't use a zero-byte file,
12785# as systems may use methods other than mode bits to determine executability.
12786cat >conf$$.file <<_ASEOF
12787#! /bin/sh
12788exit 0
12789_ASEOF
12790chmod +x conf$$.file
12791if test -x conf$$.file >/dev/null 2>&1; then
12792  ac_executable_p="test -x"
12793else
12794  ac_executable_p="test -f"
12795fi
12796rm -f conf$$.file
12797
12798# Extract the first word of "xgettext", so it can be a program name with args.
12799set dummy xgettext; ac_word=$2
12800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12801$as_echo_n "checking for $ac_word... " >&6; }
12802if ${ac_cv_path_XGETTEXT+:} false; then :
12803  $as_echo_n "(cached) " >&6
12804else
12805  case "$XGETTEXT" in
12806  [\\/]* | ?:[\\/]*)
12807    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12808    ;;
12809  *)
12810    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12811    for ac_dir in $PATH; do
12812      IFS="$ac_save_IFS"
12813      test -z "$ac_dir" && ac_dir=.
12814      for ac_exec_ext in '' $ac_executable_extensions; do
12815        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12816          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12817     (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
12818            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12819            break 2
12820          fi
12821        fi
12822      done
12823    done
12824    IFS="$ac_save_IFS"
12825  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12826    ;;
12827esac
12828fi
12829XGETTEXT="$ac_cv_path_XGETTEXT"
12830if test "$XGETTEXT" != ":"; then
12831  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12832$as_echo "$XGETTEXT" >&6; }
12833else
12834  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12835$as_echo "no" >&6; }
12836fi
12837
12838    rm -f messages.po
12839
12840
12841# Prepare PATH_SEPARATOR.
12842# The user is always right.
12843if test "${PATH_SEPARATOR+set}" != set; then
12844  echo "#! /bin/sh" >conf$$.sh
12845  echo  "exit 0"   >>conf$$.sh
12846  chmod +x conf$$.sh
12847  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12848    PATH_SEPARATOR=';'
12849  else
12850    PATH_SEPARATOR=:
12851  fi
12852  rm -f conf$$.sh
12853fi
12854
12855# Find out how to test for executable files. Don't use a zero-byte file,
12856# as systems may use methods other than mode bits to determine executability.
12857cat >conf$$.file <<_ASEOF
12858#! /bin/sh
12859exit 0
12860_ASEOF
12861chmod +x conf$$.file
12862if test -x conf$$.file >/dev/null 2>&1; then
12863  ac_executable_p="test -x"
12864else
12865  ac_executable_p="test -f"
12866fi
12867rm -f conf$$.file
12868
12869# Extract the first word of "msgmerge", so it can be a program name with args.
12870set dummy msgmerge; ac_word=$2
12871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12872$as_echo_n "checking for $ac_word... " >&6; }
12873if ${ac_cv_path_MSGMERGE+:} false; then :
12874  $as_echo_n "(cached) " >&6
12875else
12876  case "$MSGMERGE" in
12877  [\\/]* | ?:[\\/]*)
12878    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12879    ;;
12880  *)
12881    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12882    for ac_dir in $PATH; do
12883      IFS="$ac_save_IFS"
12884      test -z "$ac_dir" && ac_dir=.
12885      for ac_exec_ext in '' $ac_executable_extensions; do
12886        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12887          if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12888            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12889            break 2
12890          fi
12891        fi
12892      done
12893    done
12894    IFS="$ac_save_IFS"
12895  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12896    ;;
12897esac
12898fi
12899MSGMERGE="$ac_cv_path_MSGMERGE"
12900if test "$MSGMERGE" != ":"; then
12901  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12902$as_echo "$MSGMERGE" >&6; }
12903else
12904  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12905$as_echo "no" >&6; }
12906fi
12907
12908
12909      if test "$GMSGFMT" != ":"; then
12910            if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12911       (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12912      : ;
12913    else
12914      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12915      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12916$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12917      GMSGFMT=":"
12918    fi
12919  fi
12920
12921      if test "$XGETTEXT" != ":"; then
12922            if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12923       (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
12924      : ;
12925    else
12926      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12927$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12928      XGETTEXT=":"
12929    fi
12930        rm -f messages.po
12931  fi
12932
12933  ac_config_commands="$ac_config_commands default-1"
12934
12935
12936
12937      if test "X$prefix" = "XNONE"; then
12938    acl_final_prefix="$ac_default_prefix"
12939  else
12940    acl_final_prefix="$prefix"
12941  fi
12942  if test "X$exec_prefix" = "XNONE"; then
12943    acl_final_exec_prefix='${prefix}'
12944  else
12945    acl_final_exec_prefix="$exec_prefix"
12946  fi
12947  acl_save_prefix="$prefix"
12948  prefix="$acl_final_prefix"
12949  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
12950  prefix="$acl_save_prefix"
12951
12952
12953# Check whether --with-gnu-ld was given.
12954if test "${with_gnu_ld+set}" = set; then :
12955  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12956else
12957  with_gnu_ld=no
12958fi
12959
12960# Prepare PATH_SEPARATOR.
12961# The user is always right.
12962if test "${PATH_SEPARATOR+set}" != set; then
12963  echo "#! /bin/sh" >conf$$.sh
12964  echo  "exit 0"   >>conf$$.sh
12965  chmod +x conf$$.sh
12966  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12967    PATH_SEPARATOR=';'
12968  else
12969    PATH_SEPARATOR=:
12970  fi
12971  rm -f conf$$.sh
12972fi
12973ac_prog=ld
12974if test "$GCC" = yes; then
12975  # Check if gcc -print-prog-name=ld gives a path.
12976  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
12977$as_echo_n "checking for ld used by GCC... " >&6; }
12978  case $host in
12979  *-*-mingw*)
12980    # gcc leaves a trailing carriage return which upsets mingw
12981    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12982  *)
12983    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12984  esac
12985  case $ac_prog in
12986    # Accept absolute paths.
12987    [\\/]* | [A-Za-z]:[\\/]*)
12988      re_direlt='/[^/][^/]*/\.\./'
12989      # Canonicalize the path of ld
12990      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
12991      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
12992	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
12993      done
12994      test -z "$LD" && LD="$ac_prog"
12995      ;;
12996  "")
12997    # If it fails, then pretend we aren't using GCC.
12998    ac_prog=ld
12999    ;;
13000  *)
13001    # If it is relative, then search for the first ld in PATH.
13002    with_gnu_ld=unknown
13003    ;;
13004  esac
13005elif test "$with_gnu_ld" = yes; then
13006  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13007$as_echo_n "checking for GNU ld... " >&6; }
13008else
13009  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13010$as_echo_n "checking for non-GNU ld... " >&6; }
13011fi
13012if ${acl_cv_path_LD+:} false; then :
13013  $as_echo_n "(cached) " >&6
13014else
13015  if test -z "$LD"; then
13016  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13017  for ac_dir in $PATH; do
13018    test -z "$ac_dir" && ac_dir=.
13019    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13020      acl_cv_path_LD="$ac_dir/$ac_prog"
13021      # Check to see if the program is GNU ld.  I'd rather use --version,
13022      # but apparently some GNU ld's only accept -v.
13023      # Break only if it was the GNU/non-GNU ld that we prefer.
13024      if "$acl_cv_path_LD" -v 2>&1 < /dev/null | $EGREP '(GNU|with BFD)' > /dev/null; then
13025	test "$with_gnu_ld" != no && break
13026      else
13027	test "$with_gnu_ld" != yes && break
13028      fi
13029    fi
13030  done
13031  IFS="$ac_save_ifs"
13032else
13033  acl_cv_path_LD="$LD" # Let the user override the test with a path.
13034fi
13035fi
13036
13037LD="$acl_cv_path_LD"
13038if test -n "$LD"; then
13039  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13040$as_echo "$LD" >&6; }
13041else
13042  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13043$as_echo "no" >&6; }
13044fi
13045test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
13046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13047$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13048if ${acl_cv_prog_gnu_ld+:} false; then :
13049  $as_echo_n "(cached) " >&6
13050else
13051  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13052if $LD -v 2>&1 </dev/null | $EGREP '(GNU|with BFD)' 1>&5; then
13053  acl_cv_prog_gnu_ld=yes
13054else
13055  acl_cv_prog_gnu_ld=no
13056fi
13057fi
13058{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13059$as_echo "$acl_cv_prog_gnu_ld" >&6; }
13060with_gnu_ld=$acl_cv_prog_gnu_ld
13061
13062
13063
13064                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13065$as_echo_n "checking for shared library run path origin... " >&6; }
13066if ${acl_cv_rpath+:} false; then :
13067  $as_echo_n "(cached) " >&6
13068else
13069
13070    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13071    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13072    . ./conftest.sh
13073    rm -f ./conftest.sh
13074    acl_cv_rpath=done
13075
13076fi
13077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13078$as_echo "$acl_cv_rpath" >&6; }
13079  wl="$acl_cv_wl"
13080  libext="$acl_cv_libext"
13081  shlibext="$acl_cv_shlibext"
13082  hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13083  hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13084  hardcode_direct="$acl_cv_hardcode_direct"
13085  hardcode_minus_L="$acl_cv_hardcode_minus_L"
13086    # Check whether --enable-rpath was given.
13087if test "${enable_rpath+set}" = set; then :
13088  enableval=$enable_rpath; :
13089else
13090  enable_rpath=yes
13091fi
13092
13093
13094
13095
13096
13097
13098
13099
13100    use_additional=yes
13101
13102  acl_save_prefix="$prefix"
13103  prefix="$acl_final_prefix"
13104  acl_save_exec_prefix="$exec_prefix"
13105  exec_prefix="$acl_final_exec_prefix"
13106
13107    eval additional_includedir=\"$includedir\"
13108    eval additional_libdir=\"$libdir\"
13109
13110  exec_prefix="$acl_save_exec_prefix"
13111  prefix="$acl_save_prefix"
13112
13113
13114# Check whether --with-libiconv-prefix was given.
13115if test "${with_libiconv_prefix+set}" = set; then :
13116  withval=$with_libiconv_prefix;
13117    if test "X$withval" = "Xno"; then
13118      use_additional=no
13119    else
13120      if test "X$withval" = "X"; then
13121
13122  acl_save_prefix="$prefix"
13123  prefix="$acl_final_prefix"
13124  acl_save_exec_prefix="$exec_prefix"
13125  exec_prefix="$acl_final_exec_prefix"
13126
13127          eval additional_includedir=\"$includedir\"
13128          eval additional_libdir=\"$libdir\"
13129
13130  exec_prefix="$acl_save_exec_prefix"
13131  prefix="$acl_save_prefix"
13132
13133      else
13134        additional_includedir="$withval/include"
13135        additional_libdir="$withval/lib"
13136      fi
13137    fi
13138
13139fi
13140
13141
13142# Check whether --with-libiconv-type was given.
13143if test "${with_libiconv_type+set}" = set; then :
13144  withval=$with_libiconv_type;  with_libiconv_type=$withval
13145else
13146   with_libiconv_type=auto
13147fi
13148
13149  lib_type=`eval echo \$with_libiconv_type`
13150
13151      LIBICONV=
13152  LTLIBICONV=
13153  INCICONV=
13154  rpathdirs=
13155  ltrpathdirs=
13156  names_already_handled=
13157  names_next_round='iconv '
13158  while test -n "$names_next_round"; do
13159    names_this_round="$names_next_round"
13160    names_next_round=
13161    for name in $names_this_round; do
13162      already_handled=
13163      for n in $names_already_handled; do
13164        if test "$n" = "$name"; then
13165          already_handled=yes
13166          break
13167        fi
13168      done
13169      if test -z "$already_handled"; then
13170        names_already_handled="$names_already_handled $name"
13171                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13172        eval value=\"\$HAVE_LIB$uppername\"
13173        if test -n "$value"; then
13174          if test "$value" = yes; then
13175            eval value=\"\$LIB$uppername\"
13176            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13177            eval value=\"\$LTLIB$uppername\"
13178            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13179          else
13180                                    :
13181          fi
13182        else
13183                              found_dir=
13184          found_la=
13185          found_so=
13186          found_a=
13187          if test $use_additional = yes; then
13188            if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
13189              found_dir="$additional_libdir"
13190              found_so="$additional_libdir/lib$name.$shlibext"
13191              if test -f "$additional_libdir/lib$name.la"; then
13192                found_la="$additional_libdir/lib$name.la"
13193              fi
13194            elif test x$lib_type != xshared; then
13195              if test -f "$additional_libdir/lib$name.$libext"; then
13196                found_dir="$additional_libdir"
13197                found_a="$additional_libdir/lib$name.$libext"
13198                if test -f "$additional_libdir/lib$name.la"; then
13199                  found_la="$additional_libdir/lib$name.la"
13200                fi
13201              fi
13202            fi
13203          fi
13204          if test "X$found_dir" = "X"; then
13205            for x in $LDFLAGS $LTLIBICONV; do
13206
13207  acl_save_prefix="$prefix"
13208  prefix="$acl_final_prefix"
13209  acl_save_exec_prefix="$exec_prefix"
13210  exec_prefix="$acl_final_exec_prefix"
13211  eval x=\"$x\"
13212  exec_prefix="$acl_save_exec_prefix"
13213  prefix="$acl_save_prefix"
13214
13215              case "$x" in
13216                -L*)
13217                  dir=`echo "X$x" | sed -e 's/^X-L//'`
13218                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
13219                    found_dir="$dir"
13220                    found_so="$dir/lib$name.$shlibext"
13221                    if test -f "$dir/lib$name.la"; then
13222                      found_la="$dir/lib$name.la"
13223                    fi
13224                  elif test x$lib_type != xshared; then
13225                    if test -f "$dir/lib$name.$libext"; then
13226                      found_dir="$dir"
13227                      found_a="$dir/lib$name.$libext"
13228                      if test -f "$dir/lib$name.la"; then
13229                        found_la="$dir/lib$name.la"
13230                      fi
13231                    fi
13232                  fi
13233                  ;;
13234              esac
13235              if test "X$found_dir" != "X"; then
13236                break
13237              fi
13238            done
13239          fi
13240          if test "X$found_dir" != "X"; then
13241                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13242            if test "X$found_so" != "X"; then
13243                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13244                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13245              else
13246                                                                                haveit=
13247                for x in $ltrpathdirs; do
13248                  if test "X$x" = "X$found_dir"; then
13249                    haveit=yes
13250                    break
13251                  fi
13252                done
13253                if test -z "$haveit"; then
13254                  ltrpathdirs="$ltrpathdirs $found_dir"
13255                fi
13256                                if test "$hardcode_direct" = yes; then
13257                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13258                else
13259                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13260                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13261                                                            haveit=
13262                    for x in $rpathdirs; do
13263                      if test "X$x" = "X$found_dir"; then
13264                        haveit=yes
13265                        break
13266                      fi
13267                    done
13268                    if test -z "$haveit"; then
13269                      rpathdirs="$rpathdirs $found_dir"
13270                    fi
13271                  else
13272                                                                                haveit=
13273                    for x in $LDFLAGS $LIBICONV; do
13274
13275  acl_save_prefix="$prefix"
13276  prefix="$acl_final_prefix"
13277  acl_save_exec_prefix="$exec_prefix"
13278  exec_prefix="$acl_final_exec_prefix"
13279  eval x=\"$x\"
13280  exec_prefix="$acl_save_exec_prefix"
13281  prefix="$acl_save_prefix"
13282
13283                      if test "X$x" = "X-L$found_dir"; then
13284                        haveit=yes
13285                        break
13286                      fi
13287                    done
13288                    if test -z "$haveit"; then
13289                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13290                    fi
13291                    if test "$hardcode_minus_L" != no; then
13292                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13293                    else
13294                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13295                    fi
13296                  fi
13297                fi
13298              fi
13299            else
13300              if test "X$found_a" != "X"; then
13301                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13302              else
13303                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13304              fi
13305            fi
13306                        additional_includedir=
13307            case "$found_dir" in
13308              */lib | */lib/)
13309                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13310                additional_includedir="$basedir/include"
13311                ;;
13312            esac
13313            if test "X$additional_includedir" != "X"; then
13314                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
13315                haveit=
13316                if test "X$additional_includedir" = "X/usr/local/include"; then
13317                  if test -n "$GCC"; then
13318                    case $host_os in
13319                      linux*) haveit=yes;;
13320                    esac
13321                  fi
13322                fi
13323                if test -z "$haveit"; then
13324                  for x in $CPPFLAGS $INCICONV; do
13325
13326  acl_save_prefix="$prefix"
13327  prefix="$acl_final_prefix"
13328  acl_save_exec_prefix="$exec_prefix"
13329  exec_prefix="$acl_final_exec_prefix"
13330  eval x=\"$x\"
13331  exec_prefix="$acl_save_exec_prefix"
13332  prefix="$acl_save_prefix"
13333
13334                    if test "X$x" = "X-I$additional_includedir"; then
13335                      haveit=yes
13336                      break
13337                    fi
13338                  done
13339                  if test -z "$haveit"; then
13340                    if test -d "$additional_includedir"; then
13341                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13342                    fi
13343                  fi
13344                fi
13345              fi
13346            fi
13347                        if test -n "$found_la"; then
13348                                                        save_libdir="$libdir"
13349              case "$found_la" in
13350                */* | *\\*) . "$found_la" ;;
13351                *) . "./$found_la" ;;
13352              esac
13353              libdir="$save_libdir"
13354                            for dep in $dependency_libs; do
13355                case "$dep" in
13356                  -L*)
13357                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13358                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
13359                      haveit=
13360                      if test "X$additional_libdir" = "X/usr/local/lib"; then
13361                        if test -n "$GCC"; then
13362                          case $host_os in
13363                            linux*) haveit=yes;;
13364                          esac
13365                        fi
13366                      fi
13367                      if test -z "$haveit"; then
13368                        haveit=
13369                        for x in $LDFLAGS $LIBICONV; do
13370
13371  acl_save_prefix="$prefix"
13372  prefix="$acl_final_prefix"
13373  acl_save_exec_prefix="$exec_prefix"
13374  exec_prefix="$acl_final_exec_prefix"
13375  eval x=\"$x\"
13376  exec_prefix="$acl_save_exec_prefix"
13377  prefix="$acl_save_prefix"
13378
13379                          if test "X$x" = "X-L$additional_libdir"; then
13380                            haveit=yes
13381                            break
13382                          fi
13383                        done
13384                        if test -z "$haveit"; then
13385                          if test -d "$additional_libdir"; then
13386                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13387                          fi
13388                        fi
13389                        haveit=
13390                        for x in $LDFLAGS $LTLIBICONV; do
13391
13392  acl_save_prefix="$prefix"
13393  prefix="$acl_final_prefix"
13394  acl_save_exec_prefix="$exec_prefix"
13395  exec_prefix="$acl_final_exec_prefix"
13396  eval x=\"$x\"
13397  exec_prefix="$acl_save_exec_prefix"
13398  prefix="$acl_save_prefix"
13399
13400                          if test "X$x" = "X-L$additional_libdir"; then
13401                            haveit=yes
13402                            break
13403                          fi
13404                        done
13405                        if test -z "$haveit"; then
13406                          if test -d "$additional_libdir"; then
13407                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13408                          fi
13409                        fi
13410                      fi
13411                    fi
13412                    ;;
13413                  -R*)
13414                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
13415                    if test "$enable_rpath" != no; then
13416                                                                  haveit=
13417                      for x in $rpathdirs; do
13418                        if test "X$x" = "X$dir"; then
13419                          haveit=yes
13420                          break
13421                        fi
13422                      done
13423                      if test -z "$haveit"; then
13424                        rpathdirs="$rpathdirs $dir"
13425                      fi
13426                                                                  haveit=
13427                      for x in $ltrpathdirs; do
13428                        if test "X$x" = "X$dir"; then
13429                          haveit=yes
13430                          break
13431                        fi
13432                      done
13433                      if test -z "$haveit"; then
13434                        ltrpathdirs="$ltrpathdirs $dir"
13435                      fi
13436                    fi
13437                    ;;
13438                  -l*)
13439                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13440                    ;;
13441                  *.la)
13442                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13443                    ;;
13444                  *)
13445                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13446                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13447                    ;;
13448                esac
13449              done
13450            fi
13451          else
13452                                                            if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
13453              LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13454              LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13455            else
13456              LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
13457              LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
13458            fi
13459          fi
13460        fi
13461      fi
13462    done
13463  done
13464  if test "X$rpathdirs" != "X"; then
13465    if test -n "$hardcode_libdir_separator"; then
13466                        alldirs=
13467      for found_dir in $rpathdirs; do
13468        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13469      done
13470            acl_save_libdir="$libdir"
13471      libdir="$alldirs"
13472      eval flag=\"$hardcode_libdir_flag_spec\"
13473      libdir="$acl_save_libdir"
13474      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13475    else
13476            for found_dir in $rpathdirs; do
13477        acl_save_libdir="$libdir"
13478        libdir="$found_dir"
13479        eval flag=\"$hardcode_libdir_flag_spec\"
13480        libdir="$acl_save_libdir"
13481        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13482      done
13483    fi
13484  fi
13485  if test "X$ltrpathdirs" != "X"; then
13486            for found_dir in $ltrpathdirs; do
13487      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13488    done
13489  fi
13490
13491
13492
13493
13494
13495if test -f ../gettext/uninstalled-config.sh; then
13496  relative_builddir='$(top_builddir)/../gettext'
13497  .  ../gettext/uninstalled-config.sh
13498else
13499  # The sister gettext directory doesn't exist and won't collect information on
13500  # using gettext for us.  Call a bundled AM_GNU_GETTEXT.
13501
13502
13503
13504
13505
13506
13507
13508
13509
13510
13511
13512
13513
13514
13515
13516
13517
13518
13519
13520
13521
13522
13523
13524    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
13525$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
13526if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
13527  $as_echo_n "(cached) " >&6
13528else
13529  gt_save_LIBS="$LIBS"
13530     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
13531     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13532/* end confdefs.h.  */
13533#include <CoreFoundation/CFPreferences.h>
13534int
13535main ()
13536{
13537CFPreferencesCopyAppValue(NULL, NULL)
13538  ;
13539  return 0;
13540}
13541_ACEOF
13542if ac_fn_c_try_link "$LINENO"; then :
13543  gt_cv_func_CFPreferencesCopyAppValue=yes
13544else
13545  gt_cv_func_CFPreferencesCopyAppValue=no
13546fi
13547rm -f core conftest.err conftest.$ac_objext \
13548    conftest$ac_exeext conftest.$ac_ext
13549     LIBS="$gt_save_LIBS"
13550fi
13551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
13552$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
13553  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
13554
13555$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
13556
13557  fi
13558                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyPreferredLanguages" >&5
13559$as_echo_n "checking for CFLocaleCopyPreferredLanguages... " >&6; }
13560if ${gt_cv_func_CFLocaleCopyPreferredLanguages+:} false; then :
13561  $as_echo_n "(cached) " >&6
13562else
13563  gt_save_LIBS="$LIBS"
13564     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
13565     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13566/* end confdefs.h.  */
13567#include <CoreFoundation/CFLocale.h>
13568int
13569main ()
13570{
13571CFLocaleCopyPreferredLanguages();
13572  ;
13573  return 0;
13574}
13575_ACEOF
13576if ac_fn_c_try_link "$LINENO"; then :
13577  gt_cv_func_CFLocaleCopyPreferredLanguages=yes
13578else
13579  gt_cv_func_CFLocaleCopyPreferredLanguages=no
13580fi
13581rm -f core conftest.err conftest.$ac_objext \
13582    conftest$ac_exeext conftest.$ac_ext
13583     LIBS="$gt_save_LIBS"
13584fi
13585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyPreferredLanguages" >&5
13586$as_echo "$gt_cv_func_CFLocaleCopyPreferredLanguages" >&6; }
13587  if test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then
13588
13589$as_echo "#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1" >>confdefs.h
13590
13591  fi
13592  INTL_MACOSX_LIBS=
13593  if test $gt_cv_func_CFPreferencesCopyAppValue = yes \
13594     || test $gt_cv_func_CFLocaleCopyPreferredLanguages = yes; then
13595                    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreServices"
13596  fi
13597
13598
13599
13600
13601
13602
13603  LIBINTL=
13604  LTLIBINTL=
13605  POSUB=
13606
13607    case " $gt_needs " in
13608    *" need-formatstring-macros "*) gt_api_version=3 ;;
13609    *" need-ngettext "*) gt_api_version=2 ;;
13610    *) gt_api_version=1 ;;
13611  esac
13612  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
13613  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
13614
13615    if test "$USE_NLS" = "yes"; then
13616    gt_use_preinstalled_gnugettext=no
13617
13618
13619        if test $gt_api_version -ge 3; then
13620          gt_revision_test_code='
13621#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
13622#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
13623#endif
13624typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
13625'
13626        else
13627          gt_revision_test_code=
13628        fi
13629        if test $gt_api_version -ge 2; then
13630          gt_expression_test_code=' + * ngettext ("", "", 0)'
13631        else
13632          gt_expression_test_code=
13633        fi
13634
13635        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
13636$as_echo_n "checking for GNU gettext in libc... " >&6; }
13637if eval \${$gt_func_gnugettext_libc+:} false; then :
13638  $as_echo_n "(cached) " >&6
13639else
13640  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13641/* end confdefs.h.  */
13642
13643#include <libintl.h>
13644#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
13645extern int _nl_msg_cat_cntr;
13646extern int *_nl_domain_bindings;
13647#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
13648#else
13649#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
13650#endif
13651$gt_revision_test_code
13652
13653int
13654main ()
13655{
13656
13657bindtextdomain ("", "");
13658return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
13659
13660  ;
13661  return 0;
13662}
13663_ACEOF
13664if ac_fn_c_try_link "$LINENO"; then :
13665  eval "$gt_func_gnugettext_libc=yes"
13666else
13667  eval "$gt_func_gnugettext_libc=no"
13668fi
13669rm -f core conftest.err conftest.$ac_objext \
13670    conftest$ac_exeext conftest.$ac_ext
13671fi
13672eval ac_res=\$$gt_func_gnugettext_libc
13673	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13674$as_echo "$ac_res" >&6; }
13675
13676        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
13677
13678
13679
13680
13681
13682          am_save_CPPFLAGS="$CPPFLAGS"
13683
13684  for element in $INCICONV; do
13685    haveit=
13686    for x in $CPPFLAGS; do
13687
13688  acl_save_prefix="$prefix"
13689  prefix="$acl_final_prefix"
13690  acl_save_exec_prefix="$exec_prefix"
13691  exec_prefix="$acl_final_exec_prefix"
13692  eval x=\"$x\"
13693  exec_prefix="$acl_save_exec_prefix"
13694  prefix="$acl_save_prefix"
13695
13696      if test "X$x" = "X$element"; then
13697        haveit=yes
13698        break
13699      fi
13700    done
13701    if test -z "$haveit"; then
13702      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13703    fi
13704  done
13705
13706
13707  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13708$as_echo_n "checking for iconv... " >&6; }
13709if ${am_cv_func_iconv+:} false; then :
13710  $as_echo_n "(cached) " >&6
13711else
13712
13713    am_cv_func_iconv="no, consider installing GNU libiconv"
13714    am_cv_lib_iconv=no
13715    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13716/* end confdefs.h.  */
13717
13718#include <stdlib.h>
13719#include <iconv.h>
13720
13721int
13722main ()
13723{
13724iconv_t cd = iconv_open("","");
13725           iconv(cd,NULL,NULL,NULL,NULL);
13726           iconv_close(cd);
13727  ;
13728  return 0;
13729}
13730_ACEOF
13731if ac_fn_c_try_link "$LINENO"; then :
13732  am_cv_func_iconv=yes
13733fi
13734rm -f core conftest.err conftest.$ac_objext \
13735    conftest$ac_exeext conftest.$ac_ext
13736    if test "$am_cv_func_iconv" != yes; then
13737      am_save_LIBS="$LIBS"
13738      LIBS="$LIBS $LIBICONV"
13739      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13740/* end confdefs.h.  */
13741
13742#include <stdlib.h>
13743#include <iconv.h>
13744
13745int
13746main ()
13747{
13748iconv_t cd = iconv_open("","");
13749             iconv(cd,NULL,NULL,NULL,NULL);
13750             iconv_close(cd);
13751  ;
13752  return 0;
13753}
13754_ACEOF
13755if ac_fn_c_try_link "$LINENO"; then :
13756  am_cv_lib_iconv=yes
13757        am_cv_func_iconv=yes
13758fi
13759rm -f core conftest.err conftest.$ac_objext \
13760    conftest$ac_exeext conftest.$ac_ext
13761      LIBS="$am_save_LIBS"
13762    fi
13763
13764fi
13765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13766$as_echo "$am_cv_func_iconv" >&6; }
13767  if test "$am_cv_func_iconv" = yes; then
13768    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
13769$as_echo_n "checking for working iconv... " >&6; }
13770if ${am_cv_func_iconv_works+:} false; then :
13771  $as_echo_n "(cached) " >&6
13772else
13773
13774                  am_save_LIBS="$LIBS"
13775      if test $am_cv_lib_iconv = yes; then
13776        LIBS="$LIBS $LIBICONV"
13777      fi
13778      am_cv_func_iconv_works=no
13779      for ac_iconv_const in '' 'const'; do
13780        if test "$cross_compiling" = yes; then :
13781  case "$host_os" in
13782             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
13783             *)            am_cv_func_iconv_works="guessing yes" ;;
13784           esac
13785else
13786  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13787/* end confdefs.h.  */
13788
13789#include <iconv.h>
13790#include <string.h>
13791
13792#ifndef ICONV_CONST
13793# define ICONV_CONST $ac_iconv_const
13794#endif
13795
13796int
13797main ()
13798{
13799int result = 0;
13800  /* Test against AIX 5.1...7.2 bug: Failures are not distinguishable from
13801     successful returns.  This is even documented in
13802     <https://www.ibm.com/support/knowledgecenter/ssw_aix_72/i_bostechref/iconv.html> */
13803  {
13804    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
13805    if (cd_utf8_to_88591 != (iconv_t)(-1))
13806      {
13807        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
13808        char buf[10];
13809        ICONV_CONST char *inptr = input;
13810        size_t inbytesleft = strlen (input);
13811        char *outptr = buf;
13812        size_t outbytesleft = sizeof (buf);
13813        size_t res = iconv (cd_utf8_to_88591,
13814                            &inptr, &inbytesleft,
13815                            &outptr, &outbytesleft);
13816        if (res == 0)
13817          result |= 1;
13818        iconv_close (cd_utf8_to_88591);
13819      }
13820  }
13821  /* Test against Solaris 10 bug: Failures are not distinguishable from
13822     successful returns.  */
13823  {
13824    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
13825    if (cd_ascii_to_88591 != (iconv_t)(-1))
13826      {
13827        static ICONV_CONST char input[] = "\263";
13828        char buf[10];
13829        ICONV_CONST char *inptr = input;
13830        size_t inbytesleft = strlen (input);
13831        char *outptr = buf;
13832        size_t outbytesleft = sizeof (buf);
13833        size_t res = iconv (cd_ascii_to_88591,
13834                            &inptr, &inbytesleft,
13835                            &outptr, &outbytesleft);
13836        if (res == 0)
13837          result |= 2;
13838        iconv_close (cd_ascii_to_88591);
13839      }
13840  }
13841  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
13842  {
13843    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
13844    if (cd_88591_to_utf8 != (iconv_t)(-1))
13845      {
13846        static ICONV_CONST char input[] = "\304";
13847        static char buf[2] = { (char)0xDE, (char)0xAD };
13848        ICONV_CONST char *inptr = input;
13849        size_t inbytesleft = 1;
13850        char *outptr = buf;
13851        size_t outbytesleft = 1;
13852        size_t res = iconv (cd_88591_to_utf8,
13853                            &inptr, &inbytesleft,
13854                            &outptr, &outbytesleft);
13855        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
13856          result |= 4;
13857        iconv_close (cd_88591_to_utf8);
13858      }
13859  }
13860#if 0 /* This bug could be worked around by the caller.  */
13861  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
13862  {
13863    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
13864    if (cd_88591_to_utf8 != (iconv_t)(-1))
13865      {
13866        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
13867        char buf[50];
13868        ICONV_CONST char *inptr = input;
13869        size_t inbytesleft = strlen (input);
13870        char *outptr = buf;
13871        size_t outbytesleft = sizeof (buf);
13872        size_t res = iconv (cd_88591_to_utf8,
13873                            &inptr, &inbytesleft,
13874                            &outptr, &outbytesleft);
13875        if ((int)res > 0)
13876          result |= 8;
13877        iconv_close (cd_88591_to_utf8);
13878      }
13879  }
13880#endif
13881  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
13882     provided.  */
13883  {
13884    /* Try standardized names.  */
13885    iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP");
13886    /* Try IRIX, OSF/1 names.  */
13887    iconv_t cd2 = iconv_open ("UTF-8", "eucJP");
13888    /* Try AIX names.  */
13889    iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP");
13890    /* Try HP-UX names.  */
13891    iconv_t cd4 = iconv_open ("utf8", "eucJP");
13892    if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1)
13893        && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1))
13894      result |= 16;
13895    if (cd1 != (iconv_t)(-1))
13896      iconv_close (cd1);
13897    if (cd2 != (iconv_t)(-1))
13898      iconv_close (cd2);
13899    if (cd3 != (iconv_t)(-1))
13900      iconv_close (cd3);
13901    if (cd4 != (iconv_t)(-1))
13902      iconv_close (cd4);
13903  }
13904  return result;
13905
13906  ;
13907  return 0;
13908}
13909_ACEOF
13910if ac_fn_c_try_run "$LINENO"; then :
13911  am_cv_func_iconv_works=yes
13912fi
13913rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13914  conftest.$ac_objext conftest.beam conftest.$ac_ext
13915fi
13916
13917        test "$am_cv_func_iconv_works" = no || break
13918      done
13919      LIBS="$am_save_LIBS"
13920
13921fi
13922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
13923$as_echo "$am_cv_func_iconv_works" >&6; }
13924    case "$am_cv_func_iconv_works" in
13925      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
13926      *)   am_func_iconv=yes ;;
13927    esac
13928  else
13929    am_func_iconv=no am_cv_lib_iconv=no
13930  fi
13931  if test "$am_func_iconv" = yes; then
13932
13933$as_echo "#define HAVE_ICONV 1" >>confdefs.h
13934
13935  fi
13936  if test "$am_cv_lib_iconv" = yes; then
13937    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13938$as_echo_n "checking how to link with libiconv... " >&6; }
13939    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13940$as_echo "$LIBICONV" >&6; }
13941  else
13942            CPPFLAGS="$am_save_CPPFLAGS"
13943    LIBICONV=
13944    LTLIBICONV=
13945  fi
13946
13947
13948
13949
13950
13951
13952    use_additional=yes
13953
13954  acl_save_prefix="$prefix"
13955  prefix="$acl_final_prefix"
13956  acl_save_exec_prefix="$exec_prefix"
13957  exec_prefix="$acl_final_exec_prefix"
13958
13959    eval additional_includedir=\"$includedir\"
13960    eval additional_libdir=\"$libdir\"
13961
13962  exec_prefix="$acl_save_exec_prefix"
13963  prefix="$acl_save_prefix"
13964
13965
13966# Check whether --with-libintl-prefix was given.
13967if test "${with_libintl_prefix+set}" = set; then :
13968  withval=$with_libintl_prefix;
13969    if test "X$withval" = "Xno"; then
13970      use_additional=no
13971    else
13972      if test "X$withval" = "X"; then
13973
13974  acl_save_prefix="$prefix"
13975  prefix="$acl_final_prefix"
13976  acl_save_exec_prefix="$exec_prefix"
13977  exec_prefix="$acl_final_exec_prefix"
13978
13979          eval additional_includedir=\"$includedir\"
13980          eval additional_libdir=\"$libdir\"
13981
13982  exec_prefix="$acl_save_exec_prefix"
13983  prefix="$acl_save_prefix"
13984
13985      else
13986        additional_includedir="$withval/include"
13987        additional_libdir="$withval/lib"
13988      fi
13989    fi
13990
13991fi
13992
13993
13994# Check whether --with-libintl-type was given.
13995if test "${with_libintl_type+set}" = set; then :
13996  withval=$with_libintl_type;  with_libintl_type=$withval
13997else
13998   with_libintl_type=auto
13999fi
14000
14001  lib_type=`eval echo \$with_libintl_type`
14002
14003      LIBINTL=
14004  LTLIBINTL=
14005  INCINTL=
14006  rpathdirs=
14007  ltrpathdirs=
14008  names_already_handled=
14009  names_next_round='intl '
14010  while test -n "$names_next_round"; do
14011    names_this_round="$names_next_round"
14012    names_next_round=
14013    for name in $names_this_round; do
14014      already_handled=
14015      for n in $names_already_handled; do
14016        if test "$n" = "$name"; then
14017          already_handled=yes
14018          break
14019        fi
14020      done
14021      if test -z "$already_handled"; then
14022        names_already_handled="$names_already_handled $name"
14023                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14024        eval value=\"\$HAVE_LIB$uppername\"
14025        if test -n "$value"; then
14026          if test "$value" = yes; then
14027            eval value=\"\$LIB$uppername\"
14028            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
14029            eval value=\"\$LTLIB$uppername\"
14030            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
14031          else
14032                                    :
14033          fi
14034        else
14035                              found_dir=
14036          found_la=
14037          found_so=
14038          found_a=
14039          if test $use_additional = yes; then
14040            if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14041              found_dir="$additional_libdir"
14042              found_so="$additional_libdir/lib$name.$shlibext"
14043              if test -f "$additional_libdir/lib$name.la"; then
14044                found_la="$additional_libdir/lib$name.la"
14045              fi
14046            elif test x$lib_type != xshared; then
14047              if test -f "$additional_libdir/lib$name.$libext"; then
14048                found_dir="$additional_libdir"
14049                found_a="$additional_libdir/lib$name.$libext"
14050                if test -f "$additional_libdir/lib$name.la"; then
14051                  found_la="$additional_libdir/lib$name.la"
14052                fi
14053              fi
14054            fi
14055          fi
14056          if test "X$found_dir" = "X"; then
14057            for x in $LDFLAGS $LTLIBINTL; do
14058
14059  acl_save_prefix="$prefix"
14060  prefix="$acl_final_prefix"
14061  acl_save_exec_prefix="$exec_prefix"
14062  exec_prefix="$acl_final_exec_prefix"
14063  eval x=\"$x\"
14064  exec_prefix="$acl_save_exec_prefix"
14065  prefix="$acl_save_prefix"
14066
14067              case "$x" in
14068                -L*)
14069                  dir=`echo "X$x" | sed -e 's/^X-L//'`
14070                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14071                    found_dir="$dir"
14072                    found_so="$dir/lib$name.$shlibext"
14073                    if test -f "$dir/lib$name.la"; then
14074                      found_la="$dir/lib$name.la"
14075                    fi
14076                  elif test x$lib_type != xshared; then
14077                    if test -f "$dir/lib$name.$libext"; then
14078                      found_dir="$dir"
14079                      found_a="$dir/lib$name.$libext"
14080                      if test -f "$dir/lib$name.la"; then
14081                        found_la="$dir/lib$name.la"
14082                      fi
14083                    fi
14084                  fi
14085                  ;;
14086              esac
14087              if test "X$found_dir" != "X"; then
14088                break
14089              fi
14090            done
14091          fi
14092          if test "X$found_dir" != "X"; then
14093                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
14094            if test "X$found_so" != "X"; then
14095                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14096                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14097              else
14098                                                                                haveit=
14099                for x in $ltrpathdirs; do
14100                  if test "X$x" = "X$found_dir"; then
14101                    haveit=yes
14102                    break
14103                  fi
14104                done
14105                if test -z "$haveit"; then
14106                  ltrpathdirs="$ltrpathdirs $found_dir"
14107                fi
14108                                if test "$hardcode_direct" = yes; then
14109                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14110                else
14111                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14112                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14113                                                            haveit=
14114                    for x in $rpathdirs; do
14115                      if test "X$x" = "X$found_dir"; then
14116                        haveit=yes
14117                        break
14118                      fi
14119                    done
14120                    if test -z "$haveit"; then
14121                      rpathdirs="$rpathdirs $found_dir"
14122                    fi
14123                  else
14124                                                                                haveit=
14125                    for x in $LDFLAGS $LIBINTL; do
14126
14127  acl_save_prefix="$prefix"
14128  prefix="$acl_final_prefix"
14129  acl_save_exec_prefix="$exec_prefix"
14130  exec_prefix="$acl_final_exec_prefix"
14131  eval x=\"$x\"
14132  exec_prefix="$acl_save_exec_prefix"
14133  prefix="$acl_save_prefix"
14134
14135                      if test "X$x" = "X-L$found_dir"; then
14136                        haveit=yes
14137                        break
14138                      fi
14139                    done
14140                    if test -z "$haveit"; then
14141                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
14142                    fi
14143                    if test "$hardcode_minus_L" != no; then
14144                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
14145                    else
14146                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
14147                    fi
14148                  fi
14149                fi
14150              fi
14151            else
14152              if test "X$found_a" != "X"; then
14153                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
14154              else
14155                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
14156              fi
14157            fi
14158                        additional_includedir=
14159            case "$found_dir" in
14160              */lib | */lib/)
14161                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14162                additional_includedir="$basedir/include"
14163                ;;
14164            esac
14165            if test "X$additional_includedir" != "X"; then
14166                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
14167                haveit=
14168                if test "X$additional_includedir" = "X/usr/local/include"; then
14169                  if test -n "$GCC"; then
14170                    case $host_os in
14171                      linux*) haveit=yes;;
14172                    esac
14173                  fi
14174                fi
14175                if test -z "$haveit"; then
14176                  for x in $CPPFLAGS $INCINTL; do
14177
14178  acl_save_prefix="$prefix"
14179  prefix="$acl_final_prefix"
14180  acl_save_exec_prefix="$exec_prefix"
14181  exec_prefix="$acl_final_exec_prefix"
14182  eval x=\"$x\"
14183  exec_prefix="$acl_save_exec_prefix"
14184  prefix="$acl_save_prefix"
14185
14186                    if test "X$x" = "X-I$additional_includedir"; then
14187                      haveit=yes
14188                      break
14189                    fi
14190                  done
14191                  if test -z "$haveit"; then
14192                    if test -d "$additional_includedir"; then
14193                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
14194                    fi
14195                  fi
14196                fi
14197              fi
14198            fi
14199                        if test -n "$found_la"; then
14200                                                        save_libdir="$libdir"
14201              case "$found_la" in
14202                */* | *\\*) . "$found_la" ;;
14203                *) . "./$found_la" ;;
14204              esac
14205              libdir="$save_libdir"
14206                            for dep in $dependency_libs; do
14207                case "$dep" in
14208                  -L*)
14209                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14210                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
14211                      haveit=
14212                      if test "X$additional_libdir" = "X/usr/local/lib"; then
14213                        if test -n "$GCC"; then
14214                          case $host_os in
14215                            linux*) haveit=yes;;
14216                          esac
14217                        fi
14218                      fi
14219                      if test -z "$haveit"; then
14220                        haveit=
14221                        for x in $LDFLAGS $LIBINTL; do
14222
14223  acl_save_prefix="$prefix"
14224  prefix="$acl_final_prefix"
14225  acl_save_exec_prefix="$exec_prefix"
14226  exec_prefix="$acl_final_exec_prefix"
14227  eval x=\"$x\"
14228  exec_prefix="$acl_save_exec_prefix"
14229  prefix="$acl_save_prefix"
14230
14231                          if test "X$x" = "X-L$additional_libdir"; then
14232                            haveit=yes
14233                            break
14234                          fi
14235                        done
14236                        if test -z "$haveit"; then
14237                          if test -d "$additional_libdir"; then
14238                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
14239                          fi
14240                        fi
14241                        haveit=
14242                        for x in $LDFLAGS $LTLIBINTL; do
14243
14244  acl_save_prefix="$prefix"
14245  prefix="$acl_final_prefix"
14246  acl_save_exec_prefix="$exec_prefix"
14247  exec_prefix="$acl_final_exec_prefix"
14248  eval x=\"$x\"
14249  exec_prefix="$acl_save_exec_prefix"
14250  prefix="$acl_save_prefix"
14251
14252                          if test "X$x" = "X-L$additional_libdir"; then
14253                            haveit=yes
14254                            break
14255                          fi
14256                        done
14257                        if test -z "$haveit"; then
14258                          if test -d "$additional_libdir"; then
14259                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
14260                          fi
14261                        fi
14262                      fi
14263                    fi
14264                    ;;
14265                  -R*)
14266                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
14267                    if test "$enable_rpath" != no; then
14268                                                                  haveit=
14269                      for x in $rpathdirs; do
14270                        if test "X$x" = "X$dir"; then
14271                          haveit=yes
14272                          break
14273                        fi
14274                      done
14275                      if test -z "$haveit"; then
14276                        rpathdirs="$rpathdirs $dir"
14277                      fi
14278                                                                  haveit=
14279                      for x in $ltrpathdirs; do
14280                        if test "X$x" = "X$dir"; then
14281                          haveit=yes
14282                          break
14283                        fi
14284                      done
14285                      if test -z "$haveit"; then
14286                        ltrpathdirs="$ltrpathdirs $dir"
14287                      fi
14288                    fi
14289                    ;;
14290                  -l*)
14291                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14292                    ;;
14293                  *.la)
14294                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14295                    ;;
14296                  *)
14297                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
14298                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
14299                    ;;
14300                esac
14301              done
14302            fi
14303          else
14304                                                            if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14305              LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
14306              LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
14307            else
14308              LIBINTL="${LIBINTL}${LIBINTL:+ }-l:lib$name.$libext"
14309              LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l:lib$name.$libext"
14310            fi
14311          fi
14312        fi
14313      fi
14314    done
14315  done
14316  if test "X$rpathdirs" != "X"; then
14317    if test -n "$hardcode_libdir_separator"; then
14318                        alldirs=
14319      for found_dir in $rpathdirs; do
14320        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14321      done
14322            acl_save_libdir="$libdir"
14323      libdir="$alldirs"
14324      eval flag=\"$hardcode_libdir_flag_spec\"
14325      libdir="$acl_save_libdir"
14326      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
14327    else
14328            for found_dir in $rpathdirs; do
14329        acl_save_libdir="$libdir"
14330        libdir="$found_dir"
14331        eval flag=\"$hardcode_libdir_flag_spec\"
14332        libdir="$acl_save_libdir"
14333        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
14334      done
14335    fi
14336  fi
14337  if test "X$ltrpathdirs" != "X"; then
14338            for found_dir in $ltrpathdirs; do
14339      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
14340    done
14341  fi
14342
14343          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
14344$as_echo_n "checking for GNU gettext in libintl... " >&6; }
14345if eval \${$gt_func_gnugettext_libintl+:} false; then :
14346  $as_echo_n "(cached) " >&6
14347else
14348  gt_save_CPPFLAGS="$CPPFLAGS"
14349            CPPFLAGS="$CPPFLAGS $INCINTL"
14350            gt_save_LIBS="$LIBS"
14351            LIBS="$LIBS $LIBINTL"
14352                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14353/* end confdefs.h.  */
14354
14355#include <libintl.h>
14356#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
14357extern int _nl_msg_cat_cntr;
14358extern
14359#ifdef __cplusplus
14360"C"
14361#endif
14362const char *_nl_expand_alias (const char *);
14363#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
14364#else
14365#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
14366#endif
14367$gt_revision_test_code
14368
14369int
14370main ()
14371{
14372
14373bindtextdomain ("", "");
14374return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
14375
14376  ;
14377  return 0;
14378}
14379_ACEOF
14380if ac_fn_c_try_link "$LINENO"; then :
14381  eval "$gt_func_gnugettext_libintl=yes"
14382else
14383  eval "$gt_func_gnugettext_libintl=no"
14384fi
14385rm -f core conftest.err conftest.$ac_objext \
14386    conftest$ac_exeext conftest.$ac_ext
14387                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
14388              LIBS="$LIBS $LIBICONV"
14389              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14390/* end confdefs.h.  */
14391
14392#include <libintl.h>
14393#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
14394extern int _nl_msg_cat_cntr;
14395extern
14396#ifdef __cplusplus
14397"C"
14398#endif
14399const char *_nl_expand_alias (const char *);
14400#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
14401#else
14402#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
14403#endif
14404$gt_revision_test_code
14405
14406int
14407main ()
14408{
14409
14410bindtextdomain ("", "");
14411return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
14412
14413  ;
14414  return 0;
14415}
14416_ACEOF
14417if ac_fn_c_try_link "$LINENO"; then :
14418  LIBINTL="$LIBINTL $LIBICONV"
14419                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
14420                 eval "$gt_func_gnugettext_libintl=yes"
14421
14422fi
14423rm -f core conftest.err conftest.$ac_objext \
14424    conftest$ac_exeext conftest.$ac_ext
14425            fi
14426            CPPFLAGS="$gt_save_CPPFLAGS"
14427            LIBS="$gt_save_LIBS"
14428fi
14429eval ac_res=\$$gt_func_gnugettext_libintl
14430	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14431$as_echo "$ac_res" >&6; }
14432        fi
14433
14434                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
14435           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
14436                && test "$PACKAGE" != gettext-runtime \
14437                && test "$PACKAGE" != gettext-tools; }; then
14438          gt_use_preinstalled_gnugettext=yes
14439        else
14440                    LIBINTL=
14441          LTLIBINTL=
14442          INCINTL=
14443        fi
14444
14445
14446
14447    if test -n "$INTL_MACOSX_LIBS"; then
14448      if test "$gt_use_preinstalled_gnugettext" = "yes" \
14449         || test "$nls_cv_use_gnu_gettext" = "yes"; then
14450                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
14451        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
14452      fi
14453    fi
14454
14455    if test "$gt_use_preinstalled_gnugettext" = "yes" \
14456       || test "$nls_cv_use_gnu_gettext" = "yes"; then
14457
14458$as_echo "#define ENABLE_NLS 1" >>confdefs.h
14459
14460    else
14461      USE_NLS=no
14462    fi
14463  fi
14464
14465  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
14466$as_echo_n "checking whether to use NLS... " >&6; }
14467  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
14468$as_echo "$USE_NLS" >&6; }
14469  if test "$USE_NLS" = "yes"; then
14470    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
14471$as_echo_n "checking where the gettext function comes from... " >&6; }
14472    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
14473      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
14474        gt_source="external libintl"
14475      else
14476        gt_source="libc"
14477      fi
14478    else
14479      gt_source="included intl directory"
14480    fi
14481    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
14482$as_echo "$gt_source" >&6; }
14483  fi
14484
14485  if test "$USE_NLS" = "yes"; then
14486
14487    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
14488      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
14489        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
14490$as_echo_n "checking how to link with libintl... " >&6; }
14491        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
14492$as_echo "$LIBINTL" >&6; }
14493
14494  for element in $INCINTL; do
14495    haveit=
14496    for x in $CPPFLAGS; do
14497
14498  acl_save_prefix="$prefix"
14499  prefix="$acl_final_prefix"
14500  acl_save_exec_prefix="$exec_prefix"
14501  exec_prefix="$acl_final_exec_prefix"
14502  eval x=\"$x\"
14503  exec_prefix="$acl_save_exec_prefix"
14504  prefix="$acl_save_prefix"
14505
14506      if test "X$x" = "X$element"; then
14507        haveit=yes
14508        break
14509      fi
14510    done
14511    if test -z "$haveit"; then
14512      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14513    fi
14514  done
14515
14516      fi
14517
14518
14519$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
14520
14521
14522$as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
14523
14524    fi
14525
14526        POSUB=po
14527  fi
14528
14529
14530
14531    INTLLIBS="$LIBINTL"
14532
14533
14534
14535
14536
14537
14538fi
14539
14540
14541
14542
14543
14544
14545
14546
14547
14548
14549
14550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
14551$as_echo_n "checking whether NLS is requested... " >&6; }
14552if test x"$USE_NLS" != xyes; then
14553  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14554$as_echo "no" >&6; }
14555else
14556  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14557$as_echo "yes" >&6; }
14558
14559$as_echo "#define ENABLE_NLS 1" >>confdefs.h
14560
14561
14562  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
14563$as_echo_n "checking for catalogs to be installed... " >&6; }
14564  # Look for .po and .gmo files in the source directory.
14565  CATALOGS=
14566  XLINGUAS=
14567  for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
14568    # If there aren't any .gmo files the shell will give us the
14569    # literal string "../path/to/srcdir/po/*.gmo" which has to be
14570    # weeded out.
14571    case "$cat" in *\**)
14572      continue;;
14573    esac
14574    # The quadruple backslash is collapsed to a double backslash
14575    # by the backticks, then collapsed again by the double quotes,
14576    # leaving us with one backslash in the sed expression (right
14577    # before the dot that mustn't act as a wildcard).
14578    cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
14579    lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
14580    # The user is allowed to set LINGUAS to a list of languages to
14581    # install catalogs for.  If it's empty that means "all of them."
14582    if test "x$LINGUAS" = x; then
14583      CATALOGS="$CATALOGS $cat"
14584      XLINGUAS="$XLINGUAS $lang"
14585    else
14586      case "$LINGUAS" in *$lang*)
14587        CATALOGS="$CATALOGS $cat"
14588        XLINGUAS="$XLINGUAS $lang"
14589        ;;
14590      esac
14591    fi
14592  done
14593  LINGUAS="$XLINGUAS"
14594  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
14595$as_echo "$LINGUAS" >&6; }
14596
14597
14598    DATADIRNAME=share
14599
14600  INSTOBJEXT=.mo
14601
14602  GENCAT=gencat
14603
14604  CATOBJEXT=.gmo
14605
14606fi
14607
14608
14609
14610
14611# Prepare PATH_SEPARATOR.
14612# The user is always right.
14613if test "${PATH_SEPARATOR+set}" != set; then
14614  echo "#! /bin/sh" >conf$$.sh
14615  echo  "exit 0"   >>conf$$.sh
14616  chmod +x conf$$.sh
14617  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14618    PATH_SEPARATOR=';'
14619  else
14620    PATH_SEPARATOR=:
14621  fi
14622  rm -f conf$$.sh
14623fi
14624
14625# Find out how to test for executable files. Don't use a zero-byte file,
14626# as systems may use methods other than mode bits to determine executability.
14627cat >conf$$.file <<_ASEOF
14628#! /bin/sh
14629exit 0
14630_ASEOF
14631chmod +x conf$$.file
14632if test -x conf$$.file >/dev/null 2>&1; then
14633  ac_executable_p="test -x"
14634else
14635  ac_executable_p="test -f"
14636fi
14637rm -f conf$$.file
14638
14639# Extract the first word of "msgfmt", so it can be a program name with args.
14640set dummy msgfmt; ac_word=$2
14641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14642$as_echo_n "checking for $ac_word... " >&6; }
14643if ${ac_cv_path_MSGFMT+:} false; then :
14644  $as_echo_n "(cached) " >&6
14645else
14646  case "$MSGFMT" in
14647  [\\/]* | ?:[\\/]*)
14648    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
14649    ;;
14650  *)
14651    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
14652    for ac_dir in $PATH; do
14653      IFS="$ac_save_IFS"
14654      test -z "$ac_dir" && ac_dir=.
14655      for ac_exec_ext in '' $ac_executable_extensions; do
14656        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
14657          if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
14658     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14659            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
14660            break 2
14661          fi
14662        fi
14663      done
14664    done
14665    IFS="$ac_save_IFS"
14666  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
14667    ;;
14668esac
14669fi
14670MSGFMT="$ac_cv_path_MSGFMT"
14671if test "$MSGFMT" != ":"; then
14672  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
14673$as_echo "$MSGFMT" >&6; }
14674else
14675  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14676$as_echo "no" >&6; }
14677fi
14678
14679  # Extract the first word of "gmsgfmt", so it can be a program name with args.
14680set dummy gmsgfmt; ac_word=$2
14681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14682$as_echo_n "checking for $ac_word... " >&6; }
14683if ${ac_cv_path_GMSGFMT+:} false; then :
14684  $as_echo_n "(cached) " >&6
14685else
14686  case $GMSGFMT in
14687  [\\/]* | ?:[\\/]*)
14688  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
14689  ;;
14690  *)
14691  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14692for as_dir in $PATH
14693do
14694  IFS=$as_save_IFS
14695  test -z "$as_dir" && as_dir=.
14696    for ac_exec_ext in '' $ac_executable_extensions; do
14697  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14698    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
14699    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14700    break 2
14701  fi
14702done
14703  done
14704IFS=$as_save_IFS
14705
14706  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
14707  ;;
14708esac
14709fi
14710GMSGFMT=$ac_cv_path_GMSGFMT
14711if test -n "$GMSGFMT"; then
14712  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
14713$as_echo "$GMSGFMT" >&6; }
14714else
14715  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14716$as_echo "no" >&6; }
14717fi
14718
14719
14720
14721
14722# Prepare PATH_SEPARATOR.
14723# The user is always right.
14724if test "${PATH_SEPARATOR+set}" != set; then
14725  echo "#! /bin/sh" >conf$$.sh
14726  echo  "exit 0"   >>conf$$.sh
14727  chmod +x conf$$.sh
14728  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14729    PATH_SEPARATOR=';'
14730  else
14731    PATH_SEPARATOR=:
14732  fi
14733  rm -f conf$$.sh
14734fi
14735
14736# Find out how to test for executable files. Don't use a zero-byte file,
14737# as systems may use methods other than mode bits to determine executability.
14738cat >conf$$.file <<_ASEOF
14739#! /bin/sh
14740exit 0
14741_ASEOF
14742chmod +x conf$$.file
14743if test -x conf$$.file >/dev/null 2>&1; then
14744  ac_executable_p="test -x"
14745else
14746  ac_executable_p="test -f"
14747fi
14748rm -f conf$$.file
14749
14750# Extract the first word of "xgettext", so it can be a program name with args.
14751set dummy xgettext; ac_word=$2
14752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14753$as_echo_n "checking for $ac_word... " >&6; }
14754if ${ac_cv_path_XGETTEXT+:} false; then :
14755  $as_echo_n "(cached) " >&6
14756else
14757  case "$XGETTEXT" in
14758  [\\/]* | ?:[\\/]*)
14759    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
14760    ;;
14761  *)
14762    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
14763    for ac_dir in $PATH; do
14764      IFS="$ac_save_IFS"
14765      test -z "$ac_dir" && ac_dir=.
14766      for ac_exec_ext in '' $ac_executable_extensions; do
14767        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
14768          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
14769     (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
14770            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
14771            break 2
14772          fi
14773        fi
14774      done
14775    done
14776    IFS="$ac_save_IFS"
14777  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
14778    ;;
14779esac
14780fi
14781XGETTEXT="$ac_cv_path_XGETTEXT"
14782if test "$XGETTEXT" != ":"; then
14783  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
14784$as_echo "$XGETTEXT" >&6; }
14785else
14786  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14787$as_echo "no" >&6; }
14788fi
14789
14790    rm -f messages.po
14791
14792
14793# Prepare PATH_SEPARATOR.
14794# The user is always right.
14795if test "${PATH_SEPARATOR+set}" != set; then
14796  echo "#! /bin/sh" >conf$$.sh
14797  echo  "exit 0"   >>conf$$.sh
14798  chmod +x conf$$.sh
14799  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14800    PATH_SEPARATOR=';'
14801  else
14802    PATH_SEPARATOR=:
14803  fi
14804  rm -f conf$$.sh
14805fi
14806
14807# Find out how to test for executable files. Don't use a zero-byte file,
14808# as systems may use methods other than mode bits to determine executability.
14809cat >conf$$.file <<_ASEOF
14810#! /bin/sh
14811exit 0
14812_ASEOF
14813chmod +x conf$$.file
14814if test -x conf$$.file >/dev/null 2>&1; then
14815  ac_executable_p="test -x"
14816else
14817  ac_executable_p="test -f"
14818fi
14819rm -f conf$$.file
14820
14821# Extract the first word of "msgmerge", so it can be a program name with args.
14822set dummy msgmerge; ac_word=$2
14823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14824$as_echo_n "checking for $ac_word... " >&6; }
14825if ${ac_cv_path_MSGMERGE+:} false; then :
14826  $as_echo_n "(cached) " >&6
14827else
14828  case "$MSGMERGE" in
14829  [\\/]* | ?:[\\/]*)
14830    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
14831    ;;
14832  *)
14833    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
14834    for ac_dir in $PATH; do
14835      IFS="$ac_save_IFS"
14836      test -z "$ac_dir" && ac_dir=.
14837      for ac_exec_ext in '' $ac_executable_extensions; do
14838        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
14839          if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
14840            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
14841            break 2
14842          fi
14843        fi
14844      done
14845    done
14846    IFS="$ac_save_IFS"
14847  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
14848    ;;
14849esac
14850fi
14851MSGMERGE="$ac_cv_path_MSGMERGE"
14852if test "$MSGMERGE" != ":"; then
14853  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
14854$as_echo "$MSGMERGE" >&6; }
14855else
14856  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14857$as_echo "no" >&6; }
14858fi
14859
14860
14861      if test "$GMSGFMT" != ":"; then
14862            if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
14863       (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14864      : ;
14865    else
14866      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
14867      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
14868$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
14869      GMSGFMT=":"
14870    fi
14871  fi
14872
14873      if test "$XGETTEXT" != ":"; then
14874            if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
14875       (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
14876      : ;
14877    else
14878      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
14879$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
14880      XGETTEXT=":"
14881    fi
14882        rm -f messages.po
14883  fi
14884
14885  ac_config_commands="$ac_config_commands default-2"
14886
14887
14888
14889# Permit host specific settings.
14890. ${srcdir}/configure.host
14891
14892
14893
14894
14895# The cast to long int works around a bug in the HP C Compiler
14896# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14897# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14898# This bug is HP SR number 8606223364.
14899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
14900$as_echo_n "checking size of long long... " >&6; }
14901if ${ac_cv_sizeof_long_long+:} false; then :
14902  $as_echo_n "(cached) " >&6
14903else
14904  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long"        "$ac_includes_default"; then :
14905
14906else
14907  if test "$ac_cv_type_long_long" = yes; then
14908     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14909$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14910as_fn_error 77 "cannot compute sizeof (long long)
14911See \`config.log' for more details" "$LINENO" 5; }
14912   else
14913     ac_cv_sizeof_long_long=0
14914   fi
14915fi
14916
14917fi
14918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
14919$as_echo "$ac_cv_sizeof_long_long" >&6; }
14920
14921
14922
14923cat >>confdefs.h <<_ACEOF
14924#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
14925_ACEOF
14926
14927
14928# The cast to long int works around a bug in the HP C Compiler
14929# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14930# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14931# This bug is HP SR number 8606223364.
14932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
14933$as_echo_n "checking size of void *... " >&6; }
14934if ${ac_cv_sizeof_void_p+:} false; then :
14935  $as_echo_n "(cached) " >&6
14936else
14937  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
14938
14939else
14940  if test "$ac_cv_type_void_p" = yes; then
14941     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14942$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14943as_fn_error 77 "cannot compute sizeof (void *)
14944See \`config.log' for more details" "$LINENO" 5; }
14945   else
14946     ac_cv_sizeof_void_p=0
14947   fi
14948fi
14949
14950fi
14951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
14952$as_echo "$ac_cv_sizeof_void_p" >&6; }
14953
14954
14955
14956cat >>confdefs.h <<_ACEOF
14957#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14958_ACEOF
14959
14960
14961# The cast to long int works around a bug in the HP C Compiler
14962# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14963# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14964# This bug is HP SR number 8606223364.
14965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
14966$as_echo_n "checking size of long... " >&6; }
14967if ${ac_cv_sizeof_long+:} false; then :
14968  $as_echo_n "(cached) " >&6
14969else
14970  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
14971
14972else
14973  if test "$ac_cv_type_long" = yes; then
14974     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14975$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14976as_fn_error 77 "cannot compute sizeof (long)
14977See \`config.log' for more details" "$LINENO" 5; }
14978   else
14979     ac_cv_sizeof_long=0
14980   fi
14981fi
14982
14983fi
14984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
14985$as_echo "$ac_cv_sizeof_long" >&6; }
14986
14987
14988
14989cat >>confdefs.h <<_ACEOF
14990#define SIZEOF_LONG $ac_cv_sizeof_long
14991_ACEOF
14992
14993
14994# The cast to long int works around a bug in the HP C Compiler
14995# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14996# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14997# This bug is HP SR number 8606223364.
14998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
14999$as_echo_n "checking size of int... " >&6; }
15000if ${ac_cv_sizeof_int+:} false; then :
15001  $as_echo_n "(cached) " >&6
15002else
15003  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
15004
15005else
15006  if test "$ac_cv_type_int" = yes; then
15007     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15008$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15009as_fn_error 77 "cannot compute sizeof (int)
15010See \`config.log' for more details" "$LINENO" 5; }
15011   else
15012     ac_cv_sizeof_int=0
15013   fi
15014fi
15015
15016fi
15017{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
15018$as_echo "$ac_cv_sizeof_int" >&6; }
15019
15020
15021
15022cat >>confdefs.h <<_ACEOF
15023#define SIZEOF_INT $ac_cv_sizeof_int
15024_ACEOF
15025
15026
15027
15028if test "x${ac_cv_sizeof_void_p}" = "x8"; then
15029  host64=true
15030fi
15031
15032# Put a plausible default for CC_FOR_BUILD in Makefile.
15033if test -z "$CC_FOR_BUILD"; then
15034  if test "x$cross_compiling" = "xno"; then
15035    CC_FOR_BUILD='$(CC)'
15036  else
15037    CC_FOR_BUILD=gcc
15038  fi
15039fi
15040
15041# Also set EXEEXT_FOR_BUILD.
15042if test "x$cross_compiling" = "xno"; then
15043  EXEEXT_FOR_BUILD='$(EXEEXT)'
15044else
15045  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
15046$as_echo_n "checking for build system executable suffix... " >&6; }
15047if ${bfd_cv_build_exeext+:} false; then :
15048  $as_echo_n "(cached) " >&6
15049else
15050  rm -f conftest*
15051     echo 'int main () { return 0; }' > conftest.c
15052     bfd_cv_build_exeext=
15053     ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
15054     for file in conftest.*; do
15055       case $file in
15056       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
15057       *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
15058       esac
15059     done
15060     rm -f conftest*
15061     test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
15062fi
15063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
15064$as_echo "$bfd_cv_build_exeext" >&6; }
15065  EXEEXT_FOR_BUILD=""
15066  test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
15067fi
15068
15069
15070for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
15071		 unistd.h
15072do :
15073  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15074ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15075if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
15076  cat >>confdefs.h <<_ACEOF
15077#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15078_ACEOF
15079
15080fi
15081
15082done
15083
15084
15085for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
15086	       sysconf
15087do :
15088  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15089ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15090if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15091  cat >>confdefs.h <<_ACEOF
15092#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15093_ACEOF
15094
15095fi
15096done
15097
15098
15099ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
15100if test "x$ac_cv_have_decl_basename" = xyes; then :
15101  ac_have_decl=1
15102else
15103  ac_have_decl=0
15104fi
15105
15106cat >>confdefs.h <<_ACEOF
15107#define HAVE_DECL_BASENAME $ac_have_decl
15108_ACEOF
15109ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
15110if test "x$ac_cv_have_decl_ffs" = xyes; then :
15111  ac_have_decl=1
15112else
15113  ac_have_decl=0
15114fi
15115
15116cat >>confdefs.h <<_ACEOF
15117#define HAVE_DECL_FFS $ac_have_decl
15118_ACEOF
15119ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
15120if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
15121  ac_have_decl=1
15122else
15123  ac_have_decl=0
15124fi
15125
15126cat >>confdefs.h <<_ACEOF
15127#define HAVE_DECL_STPCPY $ac_have_decl
15128_ACEOF
15129ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
15130if test "x$ac_cv_have_decl_asprintf" = xyes; then :
15131  ac_have_decl=1
15132else
15133  ac_have_decl=0
15134fi
15135
15136cat >>confdefs.h <<_ACEOF
15137#define HAVE_DECL_ASPRINTF $ac_have_decl
15138_ACEOF
15139ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
15140if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
15141  ac_have_decl=1
15142else
15143  ac_have_decl=0
15144fi
15145
15146cat >>confdefs.h <<_ACEOF
15147#define HAVE_DECL_VASPRINTF $ac_have_decl
15148_ACEOF
15149ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
15150if test "x$ac_cv_have_decl_strnlen" = xyes; then :
15151  ac_have_decl=1
15152else
15153  ac_have_decl=0
15154fi
15155
15156cat >>confdefs.h <<_ACEOF
15157#define HAVE_DECL_STRNLEN $ac_have_decl
15158_ACEOF
15159
15160ac_fn_c_check_decl "$LINENO" "___lc_codepage_func" "ac_cv_have_decl____lc_codepage_func" "#include <locale.h>
15161"
15162if test "x$ac_cv_have_decl____lc_codepage_func" = xyes; then :
15163  ac_have_decl=1
15164else
15165  ac_have_decl=0
15166fi
15167
15168cat >>confdefs.h <<_ACEOF
15169#define HAVE_DECL____LC_CODEPAGE_FUNC $ac_have_decl
15170_ACEOF
15171
15172
15173
15174case "${host}" in
15175*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
15176
15177$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
15178 ;;
15179esac
15180
15181
15182  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread local storage (TLS) class" >&5
15183$as_echo_n "checking for thread local storage (TLS) class... " >&6; }
15184  if ${ac_cv_tls+:} false; then :
15185  $as_echo_n "(cached) " >&6
15186else
15187  for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
15188       case $ax_tls_keyword in #(
15189  none) :
15190    ac_cv_tls=none ; break ;; #(
15191  *) :
15192    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15193/* end confdefs.h.  */
15194#include <stdlib.h>
15195int
15196main ()
15197{
15198static  $ax_tls_keyword  int bar;
15199
15200  ;
15201  return 0;
15202}
15203_ACEOF
15204if ac_fn_c_try_compile "$LINENO"; then :
15205  ac_cv_tls=$ax_tls_keyword ; break
15206else
15207  ac_cv_tls=none
15208
15209fi
15210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15211         ;;
15212esac
15213    done
15214
15215fi
15216
15217  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_tls" >&5
15218$as_echo "$ac_cv_tls" >&6; }
15219
15220  if test "$ac_cv_tls" != "none"; then :
15221
15222cat >>confdefs.h <<_ACEOF
15223#define TLS $ac_cv_tls
15224_ACEOF
15225
15226     :
15227else
15228  :
15229fi
15230
15231
15232# Link in zlib/zstd if we can.  This allows us to read compressed debug sections.
15233# This is used only by compress.c.
15234
15235  # Use the system's zlib library.
15236  zlibdir="-L\$(top_builddir)/../zlib"
15237  zlibinc="-I\$(top_srcdir)/../zlib"
15238
15239# Check whether --with-system-zlib was given.
15240if test "${with_system_zlib+set}" = set; then :
15241  withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
15242    zlibdir=
15243    zlibinc=
15244  fi
15245
15246fi
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
15259	if test -n "$ac_tool_prefix"; then
15260  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
15261set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
15262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15263$as_echo_n "checking for $ac_word... " >&6; }
15264if ${ac_cv_path_PKG_CONFIG+:} false; then :
15265  $as_echo_n "(cached) " >&6
15266else
15267  case $PKG_CONFIG in
15268  [\\/]* | ?:[\\/]*)
15269  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
15270  ;;
15271  *)
15272  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15273for as_dir in $PATH
15274do
15275  IFS=$as_save_IFS
15276  test -z "$as_dir" && as_dir=.
15277    for ac_exec_ext in '' $ac_executable_extensions; do
15278  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15279    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15280    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15281    break 2
15282  fi
15283done
15284  done
15285IFS=$as_save_IFS
15286
15287  ;;
15288esac
15289fi
15290PKG_CONFIG=$ac_cv_path_PKG_CONFIG
15291if test -n "$PKG_CONFIG"; then
15292  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
15293$as_echo "$PKG_CONFIG" >&6; }
15294else
15295  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15296$as_echo "no" >&6; }
15297fi
15298
15299
15300fi
15301if test -z "$ac_cv_path_PKG_CONFIG"; then
15302  ac_pt_PKG_CONFIG=$PKG_CONFIG
15303  # Extract the first word of "pkg-config", so it can be a program name with args.
15304set dummy pkg-config; ac_word=$2
15305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15306$as_echo_n "checking for $ac_word... " >&6; }
15307if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
15308  $as_echo_n "(cached) " >&6
15309else
15310  case $ac_pt_PKG_CONFIG in
15311  [\\/]* | ?:[\\/]*)
15312  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
15313  ;;
15314  *)
15315  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15316for as_dir in $PATH
15317do
15318  IFS=$as_save_IFS
15319  test -z "$as_dir" && as_dir=.
15320    for ac_exec_ext in '' $ac_executable_extensions; do
15321  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15322    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15323    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15324    break 2
15325  fi
15326done
15327  done
15328IFS=$as_save_IFS
15329
15330  ;;
15331esac
15332fi
15333ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
15334if test -n "$ac_pt_PKG_CONFIG"; then
15335  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
15336$as_echo "$ac_pt_PKG_CONFIG" >&6; }
15337else
15338  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15339$as_echo "no" >&6; }
15340fi
15341
15342  if test "x$ac_pt_PKG_CONFIG" = x; then
15343    PKG_CONFIG=""
15344  else
15345    case $cross_compiling:$ac_tool_warned in
15346yes:)
15347{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
15348$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
15349ac_tool_warned=yes ;;
15350esac
15351    PKG_CONFIG=$ac_pt_PKG_CONFIG
15352  fi
15353else
15354  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
15355fi
15356
15357fi
15358if test -n "$PKG_CONFIG"; then
15359	_pkg_min_version=0.9.0
15360	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
15361$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
15362	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
15363		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15364$as_echo "yes" >&6; }
15365	else
15366		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15367$as_echo "no" >&6; }
15368		PKG_CONFIG=""
15369	fi
15370fi
15371
15372
15373# Check whether --with-zstd was given.
15374if test "${with_zstd+set}" = set; then :
15375  withval=$with_zstd;
15376else
15377  with_zstd=auto
15378fi
15379
15380
15381if test "$with_zstd" != no; then :
15382
15383pkg_failed=no
15384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
15385$as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
15386
15387if test -n "$ZSTD_CFLAGS"; then
15388    pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
15389 elif test -n "$PKG_CONFIG"; then
15390    if test -n "$PKG_CONFIG" && \
15391    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
15392  ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
15393  ac_status=$?
15394  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15395  test $ac_status = 0; }; then
15396  pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
15397		      test "x$?" != "x0" && pkg_failed=yes
15398else
15399  pkg_failed=yes
15400fi
15401 else
15402    pkg_failed=untried
15403fi
15404if test -n "$ZSTD_LIBS"; then
15405    pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
15406 elif test -n "$PKG_CONFIG"; then
15407    if test -n "$PKG_CONFIG" && \
15408    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
15409  ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
15410  ac_status=$?
15411  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15412  test $ac_status = 0; }; then
15413  pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
15414		      test "x$?" != "x0" && pkg_failed=yes
15415else
15416  pkg_failed=yes
15417fi
15418 else
15419    pkg_failed=untried
15420fi
15421
15422if test $pkg_failed = no; then
15423  pkg_save_LDFLAGS="$LDFLAGS"
15424  LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
15425  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15426/* end confdefs.h.  */
15427
15428int
15429main ()
15430{
15431
15432  ;
15433  return 0;
15434}
15435_ACEOF
15436if ac_fn_c_try_link "$LINENO"; then :
15437
15438else
15439  pkg_failed=yes
15440fi
15441rm -f core conftest.err conftest.$ac_objext \
15442    conftest$ac_exeext conftest.$ac_ext
15443  LDFLAGS=$pkg_save_LDFLAGS
15444fi
15445
15446
15447
15448if test $pkg_failed = yes; then
15449        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15450$as_echo "no" >&6; }
15451
15452if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
15453        _pkg_short_errors_supported=yes
15454else
15455        _pkg_short_errors_supported=no
15456fi
15457        if test $_pkg_short_errors_supported = yes; then
15458	        ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
15459        else
15460	        ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
15461        fi
15462	# Put the nasty error message in config.log where it belongs
15463	echo "$ZSTD_PKG_ERRORS" >&5
15464
15465
15466    if test "$with_zstd" = yes; then
15467      as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
15468    fi
15469
15470elif test $pkg_failed = untried; then
15471        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15472$as_echo "no" >&6; }
15473
15474    if test "$with_zstd" = yes; then
15475      as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
15476    fi
15477
15478else
15479	ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
15480	ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
15481        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15482$as_echo "yes" >&6; }
15483
15484
15485$as_echo "#define HAVE_ZSTD 1" >>confdefs.h
15486
15487
15488fi
15489
15490fi
15491
15492
15493save_CFLAGS="$CFLAGS"
15494CFLAGS="$CFLAGS -Werror"
15495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
15496$as_echo_n "checking compiler support for hidden visibility... " >&6; }
15497if ${bfd_cv_hidden+:} false; then :
15498  $as_echo_n "(cached) " >&6
15499else
15500  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15501/* end confdefs.h.  */
15502
15503const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
15504extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
15505int
15506main ()
15507{
15508print (hw);
15509  ;
15510  return 0;
15511}
15512_ACEOF
15513if ac_fn_c_try_compile "$LINENO"; then :
15514  bfd_cv_hidden=yes
15515else
15516  bfd_cv_hidden=no
15517fi
15518rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15519fi
15520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
15521$as_echo "$bfd_cv_hidden" >&6; }
15522CFLAGS="$save_CFLAGS"
15523if test $bfd_cv_hidden = yes; then
15524
15525$as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
15526
15527fi
15528
15529# Check if linker supports --as-needed and --no-as-needed options
15530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
15531$as_echo_n "checking linker --as-needed support... " >&6; }
15532if ${bfd_cv_ld_as_needed+:} false; then :
15533  $as_echo_n "(cached) " >&6
15534else
15535  bfd_cv_ld_as_needed=no
15536	if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
15537		bfd_cv_ld_as_needed=yes
15538	fi
15539
15540fi
15541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
15542$as_echo "$bfd_cv_ld_as_needed" >&6; }
15543
15544LIBM=
15545case $host in
15546*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
15547  # These system don't have libm, or don't need it
15548  ;;
15549*-ncr-sysv4.3*)
15550  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
15551$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
15552if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
15553  $as_echo_n "(cached) " >&6
15554else
15555  ac_check_lib_save_LIBS=$LIBS
15556LIBS="-lmw  $LIBS"
15557cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15558/* end confdefs.h.  */
15559
15560/* Override any GCC internal prototype to avoid an error.
15561   Use char because int might match the return type of a GCC
15562   builtin and then its argument prototype would still apply.  */
15563#ifdef __cplusplus
15564extern "C"
15565#endif
15566char _mwvalidcheckl ();
15567int
15568main ()
15569{
15570return _mwvalidcheckl ();
15571  ;
15572  return 0;
15573}
15574_ACEOF
15575if ac_fn_c_try_link "$LINENO"; then :
15576  ac_cv_lib_mw__mwvalidcheckl=yes
15577else
15578  ac_cv_lib_mw__mwvalidcheckl=no
15579fi
15580rm -f core conftest.err conftest.$ac_objext \
15581    conftest$ac_exeext conftest.$ac_ext
15582LIBS=$ac_check_lib_save_LIBS
15583fi
15584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
15585$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
15586if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
15587  LIBM="-lmw"
15588fi
15589
15590  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
15591$as_echo_n "checking for cos in -lm... " >&6; }
15592if ${ac_cv_lib_m_cos+:} false; then :
15593  $as_echo_n "(cached) " >&6
15594else
15595  ac_check_lib_save_LIBS=$LIBS
15596LIBS="-lm  $LIBS"
15597cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15598/* end confdefs.h.  */
15599
15600/* Override any GCC internal prototype to avoid an error.
15601   Use char because int might match the return type of a GCC
15602   builtin and then its argument prototype would still apply.  */
15603#ifdef __cplusplus
15604extern "C"
15605#endif
15606char cos ();
15607int
15608main ()
15609{
15610return cos ();
15611  ;
15612  return 0;
15613}
15614_ACEOF
15615if ac_fn_c_try_link "$LINENO"; then :
15616  ac_cv_lib_m_cos=yes
15617else
15618  ac_cv_lib_m_cos=no
15619fi
15620rm -f core conftest.err conftest.$ac_objext \
15621    conftest$ac_exeext conftest.$ac_ext
15622LIBS=$ac_check_lib_save_LIBS
15623fi
15624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15625$as_echo "$ac_cv_lib_m_cos" >&6; }
15626if test "x$ac_cv_lib_m_cos" = xyes; then :
15627  LIBM="$LIBM -lm"
15628fi
15629
15630  ;;
15631*)
15632  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
15633$as_echo_n "checking for cos in -lm... " >&6; }
15634if ${ac_cv_lib_m_cos+:} false; then :
15635  $as_echo_n "(cached) " >&6
15636else
15637  ac_check_lib_save_LIBS=$LIBS
15638LIBS="-lm  $LIBS"
15639cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15640/* end confdefs.h.  */
15641
15642/* Override any GCC internal prototype to avoid an error.
15643   Use char because int might match the return type of a GCC
15644   builtin and then its argument prototype would still apply.  */
15645#ifdef __cplusplus
15646extern "C"
15647#endif
15648char cos ();
15649int
15650main ()
15651{
15652return cos ();
15653  ;
15654  return 0;
15655}
15656_ACEOF
15657if ac_fn_c_try_link "$LINENO"; then :
15658  ac_cv_lib_m_cos=yes
15659else
15660  ac_cv_lib_m_cos=no
15661fi
15662rm -f core conftest.err conftest.$ac_objext \
15663    conftest$ac_exeext conftest.$ac_ext
15664LIBS=$ac_check_lib_save_LIBS
15665fi
15666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15667$as_echo "$ac_cv_lib_m_cos" >&6; }
15668if test "x$ac_cv_lib_m_cos" = xyes; then :
15669  LIBM="-lm"
15670fi
15671
15672  ;;
15673esac
15674
15675
15676
15677# When building a shared libbfd, link against the pic version of libiberty
15678# so that apps that use libbfd won't need libiberty just to satisfy any
15679# libbfd references.
15680# We can't do that if a pic libiberty is unavailable since including non-pic
15681# code would insert text relocations into libbfd.
15682SHARED_LIBADD=
15683SHARED_LDFLAGS=
15684if test "$enable_shared" = "yes"; then
15685  x=`sed -n -e 's/^[ 	]*PICFLAG[ 	]*=[ 	]*//p' < ../libiberty/Makefile | sed -n '$p'`
15686  if test -n "$x"; then
15687    SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
15688  fi
15689fi
15690
15691SHARED_LIBADD="$SHARED_LIBADD $LTLIBINTL"
15692
15693if test "$enable_shared" = "yes"; then
15694  case "${host}" in
15695  # More hacks to build DLLs on Windows.
15696  *-*-cygwin*)
15697    SHARED_LDFLAGS="-no-undefined"
15698    SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
15699  ;;
15700  esac
15701
15702  if test -n "$SHARED_LIBADD"; then
15703    if test -n "$LIBM"; then
15704      if test x"$bfd_cv_ld_as_needed" = xyes; then
15705	# Link against libm only when needed.  Put -lc, -lm inside -Wl
15706	# to stop libtool reordering these options.
15707	SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
15708      else
15709	SHARED_LIBADD="$SHARED_LIBADD $LIBM"
15710      fi
15711    fi
15712  fi
15713fi
15714
15715
15716
15717# target stuff:
15718
15719# Canonicalize the secondary target names.
15720if test -n "$enable_targets" ; then
15721    for targ in `echo $enable_targets | sed 's/,/ /g'`
15722    do
15723	result=`$ac_config_sub $targ 2>/dev/null`
15724	if test -n "$result" ; then
15725	    canon_targets="$canon_targets $result"
15726	else
15727	    # Allow targets that config.sub doesn't recognize, like "all".
15728	    canon_targets="$canon_targets $targ"
15729	fi
15730    done
15731fi
15732
15733all_targets=false
15734defvec=
15735selvecs=
15736assocvecs=
15737selarchs=
15738TDEFINES=
15739for targ in $target $canon_targets
15740do
15741    if test $targ = all; then
15742        all_targets=true
15743	assocvecs="$assocvecs $targ_defvec $targ_selvecs"
15744    elif test $targ != plugin; then
15745	. $srcdir/config.bfd
15746	if test $targ = $target; then
15747	    defvec=$targ_defvec
15748	fi
15749	selvecs="$selvecs $targ_defvec $targ_selvecs"
15750	selarchs="$selarchs $targ_archs"
15751	TDEFINES="$TDEFINES $targ_cflags"
15752    fi
15753done
15754
15755
15756# This processing still needs to be done if we're to decide properly whether
15757# 64-bit support needs to be compiled in.  Currently, it will be included if
15758# the default or any other explicitly requested target requires it; it
15759# will not be included on a 32-bit host if no 64-bit target is requested, and
15760# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
15761# used.
15762
15763# uniq the default and selected vectors in all the configured targets.
15764f=""
15765for i in $selvecs ; do
15766    case " $f " in
15767    *" $i "*) ;;
15768    *) f="$f $i" ;;
15769    esac
15770done
15771selvecs="$f"
15772
15773
15774# uniq the associated vectors in all the configured targets.
15775f=""
15776for i in $assocvecs ; do
15777    case " $f " in
15778    *" $i "*) ;;
15779    *) f="$f $i" ;;
15780    esac
15781done
15782assocvecs="$f"
15783
15784
15785# uniq the architectures in all the configured targets.
15786f=""
15787for i in $selarchs ; do
15788    case " $f " in
15789    *" $i "*) ;;
15790    *) f="$f $i" ;;
15791    esac
15792done
15793selarchs="$f"
15794
15795# Target backend .o files.
15796tb=
15797
15798elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
15799     elf-sframe.lo dwarf1.lo dwarf2.lo"
15800coffgen="coffgen.lo dwarf2.lo"
15801coff="cofflink.lo $coffgen"
15802ecoff="ecofflink.lo $coffgen"
15803xcoff="xcofflink.lo $coffgen"
15804
15805elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
15806for vec in $selvecs
15807do
15808    target_size=32
15809    case "$vec" in
15810    # This list is alphabetized to make it easy to compare
15811    # with the two vector lists in targets.c.  For the same reason,
15812    # use one entry per line, even though this leads to long lines.
15813    aarch64_elf32_be_vec)	 tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15814    aarch64_elf32_le_vec)	 tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15815    aarch64_elf64_be_vec)	   tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15816    aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15817    aarch64_elf64_le_vec)	   tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15818    aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15819    aarch64_mach_o_vec)		 tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
15820    aarch64_pei_le_vec)		 tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15821    aarch64_pe_le_vec)		 tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15822    alpha_ecoff_le_vec)		 tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
15823    alpha_elf64_vec)		 tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15824    alpha_elf64_fbsd_vec)	 tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15825    alpha_vms_vec)		 tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
15826    alpha_vms_lib_txt_vec)	 tb="$tb vms-lib.lo vms-misc.lo" ;;
15827    am33_elf32_linux_vec)	 tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
15828    amdgcn_elf64_le_vec)	 tb="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size=64 ;;
15829    aout0_be_vec)		 tb="$tb aout0.lo aout32.lo" ;;
15830    aout64_vec)			 tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
15831    aout_vec)			 tb="$tb host-aout.lo aout32.lo" ;;
15832    arc_elf32_be_vec)		 tb="$tb elf32-arc.lo elf32.lo $elf" ;;
15833    arc_elf32_le_vec)		 tb="$tb elf32-arc.lo elf32.lo $elf" ;;
15834    arm_elf32_be_vec)		 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15835    arm_elf32_le_vec)		 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15836    arm_elf32_fdpic_be_vec)	 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15837    arm_elf32_fdpic_le_vec)	 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15838    arm_elf32_nacl_be_vec)	 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15839    arm_elf32_nacl_le_vec)	 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15840    arm_elf32_vxworks_be_vec)	 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15841    arm_elf32_vxworks_le_vec)	 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15842    arm_pe_be_vec)		 tb="$tb pe-arm.lo peigen.lo $coff" ;;
15843    arm_pe_le_vec)		 tb="$tb pe-arm.lo peigen.lo $coff" ;;
15844    arm_pe_wince_be_vec)	 tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
15845    arm_pe_wince_le_vec)	 tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
15846    arm_pei_be_vec)		 tb="$tb pei-arm.lo peigen.lo $coff" ;;
15847    arm_pei_le_vec)		 tb="$tb pei-arm.lo peigen.lo $coff" ;;
15848    arm_pei_wince_be_vec)	 tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
15849    arm_pei_wince_le_vec)	 tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
15850    arm_mach_o_vec)		 tb="$tb mach-o-arm.lo" ;;
15851    avr_elf32_vec)		 tb="$tb elf32-avr.lo elf32.lo $elf" ;;
15852    bfin_elf32_vec)		 tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15853    bfin_elf32_fdpic_vec)	 tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15854    cr16_elf32_vec)		 tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
15855    cris_aout_vec)		 tb="$tb aout-cris.lo" ;;
15856    cris_elf32_vec)		 tb="$tb elf32-cris.lo elf32.lo $elf" ;;
15857    cris_elf32_us_vec)		 tb="$tb elf32-cris.lo elf32.lo $elf" ;;
15858    crx_elf32_vec)		 tb="$tb elf32-crx.lo elf32.lo $elf" ;;
15859    csky_elf32_be_vec)		 tb="$tb elf32-csky.lo elf32.lo $elf" ;;
15860    csky_elf32_le_vec)		 tb="$tb elf32-csky.lo elf32.lo $elf" ;;
15861    d10v_elf32_vec)		 tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
15862    d30v_elf32_vec)		 tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
15863    dlx_elf32_be_vec)		 tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
15864    elf32_be_vec)		 tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15865    elf32_le_vec)		 tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15866    elf64_be_vec)		 tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15867    elf64_le_vec)		 tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15868    bpf_elf64_le_vec)		 tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
15869    bpf_elf64_be_vec)		 tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
15870    epiphany_elf32_vec)		 tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
15871    fr30_elf32_vec)		 tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
15872    frv_elf32_vec)		 tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15873    frv_elf32_fdpic_vec)	 tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15874    h8300_elf32_vec)		 tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
15875    h8300_elf32_linux_vec)	 tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
15876    hppa_elf32_vec)		 tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15877    hppa_elf32_linux_vec)	 tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15878    hppa_elf32_nbsd_vec)	 tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15879    hppa_elf64_vec)		 tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15880    hppa_elf64_linux_vec)	 tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15881    hppa_som_vec)		 tb="$tb som.lo" ;;
15882    i386_aout_vec)		 tb="$tb i386aout.lo aout32.lo" ;;
15883    i386_aout_bsd_vec)		 tb="$tb i386bsd.lo aout32.lo" ;;
15884    i386_aout_lynx_vec)		 tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
15885    i386_aout_nbsd_vec)		 tb="$tb i386netbsd.lo aout32.lo" ;;
15886    i386_coff_vec)		 tb="$tb coff-i386.lo $coff" ;;
15887    i386_coff_go32_vec)		 tb="$tb coff-go32.lo $coff" ;;
15888    i386_coff_go32stubbed_vec)	 tb="$tb coff-stgo32.lo $coff" ;;
15889    i386_coff_lynx_vec)		 tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
15890    i386_elf32_vec)		 tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
15891    i386_elf32_fbsd_vec)	 tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
15892    i386_elf32_sol2_vec)	 tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
15893    i386_elf32_vxworks_vec)	 tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
15894    i386_mach_o_vec)		 tb="$tb mach-o-i386.lo" ;;
15895    i386_msdos_vec)		 tb="$tb i386msdos.lo" ;;
15896    i386_pe_vec)		 tb="$tb pe-i386.lo peigen.lo $coff" ;;
15897    i386_pe_big_vec)		 tb="$tb pe-i386.lo peigen.lo $coff" ;;
15898    i386_pei_vec)		 tb="$tb pei-i386.lo peigen.lo $coff" ;;
15899    iamcu_elf32_vec)		 tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
15900    ia64_elf32_be_vec)		 tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
15901    ia64_elf32_hpux_be_vec)	 tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
15902    ia64_elf64_be_vec)		 tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15903    ia64_elf64_le_vec)		 tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15904    ia64_elf64_hpux_be_vec)	 tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15905    ia64_elf64_vms_vec)		 tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
15906    ia64_pei_vec)		 tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
15907    ip2k_elf32_vec)		 tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
15908    iq2000_elf32_vec)		 tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
15909    kvx_elf32_vec)		 tb="$tb elf32-kvx.lo elfxx-kvx.lo elf32.lo $elf $ipa" ;;
15910    kvx_elf64_vec)		 tb="$tb elf64-kvx.lo elfxx-kvx.lo elf64.lo $elf $ipa"; target_size=64 ;;
15911    lm32_elf32_vec)		 tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15912    lm32_elf32_fdpic_vec)	 tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15913    loongarch_elf32_vec)	 tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
15914    loongarch_elf64_vec)	 tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
15915    loongarch64_pei_vec)	 tb="$tb pei-loongarch64.lo pe-loongarch64igen.lo $coff"; target_size=64 ;;
15916    m32c_elf32_vec)		 tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
15917    m32r_elf32_vec)		 tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15918    m32r_elf32_le_vec)		 tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15919    m32r_elf32_linux_vec)	 tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15920    m32r_elf32_linux_le_vec)	 tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15921    m68hc11_elf32_vec)		 tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15922    m68hc12_elf32_vec)		 tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15923    m68k_elf32_vec)		 tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
15924    s12z_elf32_vec)		 tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
15925    mach_o_be_vec)		 tb="$tb mach-o.lo dwarf2.lo" ;;
15926    mach_o_le_vec)		 tb="$tb mach-o.lo dwarf2.lo" ;;
15927    mach_o_fat_vec)		 tb="$tb mach-o.lo dwarf2.lo" ;;
15928    mcore_elf32_be_vec)		 tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15929    mcore_elf32_le_vec)		 tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15930    mcore_pe_be_vec)		 tb="$tb pe-mcore.lo peigen.lo $coff" ;;
15931    mcore_pe_le_vec)		 tb="$tb pe-mcore.lo peigen.lo $coff" ;;
15932    mcore_pei_be_vec)		 tb="$tb pei-mcore.lo peigen.lo $coff" ;;
15933    mcore_pei_le_vec)		 tb="$tb pei-mcore.lo peigen.lo $coff" ;;
15934    mep_elf32_vec)		 tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15935    mep_elf32_le_vec)		 tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15936    metag_elf32_vec)		 tb="$tb elf32-metag.lo elf32.lo $elf" ;;
15937    microblaze_elf32_vec)	 tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
15938    microblaze_elf32_le_vec)	 tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
15939    mips_ecoff_be_vec)		 tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
15940    mips_ecoff_le_vec)		 tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
15941    mips_ecoff_bele_vec)	 tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
15942    mips_elf32_be_vec)		 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15943    mips_elf32_le_vec)		 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15944    mips_elf32_n_be_vec)	 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15945    mips_elf32_n_le_vec)	 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15946    mips_elf32_ntrad_be_vec)	 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; ;;
15947    mips_elf32_ntrad_le_vec)	 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; ;;
15948    mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15949    mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15950    mips_elf32_trad_be_vec)	 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15951    mips_elf32_trad_le_vec)	 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15952    mips_elf32_tradfbsd_be_vec)  tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15953    mips_elf32_tradfbsd_le_vec)  tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15954    mips_elf32_vxworks_be_vec)	 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15955    mips_elf32_vxworks_le_vec)	 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15956    mips_elf64_be_vec)		 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15957    mips_elf64_le_vec)		 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15958    mips_elf64_trad_be_vec)	 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15959    mips_elf64_trad_le_vec)	 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15960    mips_elf64_tradfbsd_be_vec)  tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15961    mips_elf64_tradfbsd_le_vec)  tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15962    mmix_elf64_vec)		 tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
15963    mmix_mmo_vec)			 tb="$tb mmo.lo" target_size=64 ;;
15964    mn10200_elf32_vec)		 tb="$tb elf-m10200.lo elf32.lo $elf" ;;
15965    mn10300_elf32_vec)		 tb="$tb elf-m10300.lo elf32.lo $elf" ;;
15966    moxie_elf32_be_vec)		 tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15967    moxie_elf32_le_vec)		 tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15968    msp430_elf32_vec)		 tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
15969    msp430_elf32_ti_vec)	 tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
15970    mt_elf32_vec)		 tb="$tb elf32-mt.lo elf32.lo $elf" ;;
15971    nds32_elf32_be_vec)		 tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15972    nds32_elf32_le_vec)		 tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15973    nds32_elf32_linux_be_vec)	 tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15974    nds32_elf32_linux_le_vec)	 tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15975    nfp_elf64_vec)		 tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
15976    nios2_elf32_be_vec)		 tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
15977    nios2_elf32_le_vec)		 tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
15978    ns32k_aout_pc532mach_vec)	 tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
15979    ns32k_aout_pc532nbsd_vec)	 tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
15980    or1k_elf32_vec)		 tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
15981    pdb_vec)			 tb="$tb pdb.lo" ;;
15982    pdp11_aout_vec)		 tb="$tb pdp11.lo" ;;
15983    pef_vec)			 tb="$tb pef.lo" ;;
15984    pef_xlib_vec)		 tb="$tb pef.lo" ;;
15985    pj_elf32_vec)		 tb="$tb elf32-pj.lo elf32.lo $elf" ;;
15986    pj_elf32_le_vec)		 tb="$tb elf32-pj.lo elf32.lo $elf" ;;
15987    powerpc_boot_vec)		 tb="$tb ppcboot.lo" ;;
15988    powerpc_elf32_vec)		 tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15989    powerpc_elf32_le_vec)	 tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15990    powerpc_elf32_fbsd_vec)	 tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15991    powerpc_elf32_vxworks_vec)	 tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15992    powerpc_elf64_vec)		 tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15993    powerpc_elf64_le_vec)	 tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15994    powerpc_elf64_fbsd_vec)	 tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15995    powerpc_elf64_fbsd_le_vec)	 tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15996    powerpc_xcoff_vec)		 tb="$tb coff-rs6000.lo $xcoff" ;;
15997    pru_elf32_vec)		 tb="$tb elf32-pru.lo elf32.lo $elf" ;;
15998    riscv_elf32_vec)		 tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
15999    riscv_elf64_vec)		 tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
16000    riscv_elf32_be_vec)		 tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
16001    riscv_elf64_be_vec)		 tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
16002    riscv64_pei_vec)		 tb="$tb pei-riscv64.lo pe-riscv64igen.lo $coff"; target_size=64 ;;
16003    rl78_elf32_vec)		 tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
16004    rs6000_xcoff64_vec)		 tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
16005    rs6000_xcoff64_aix_vec)	 tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
16006    rs6000_xcoff_vec)		 tb="$tb coff-rs6000.lo $xcoff" ;;
16007    rx_elf32_be_vec)		 tb="$tb elf32-rx.lo elf32.lo $elf" ;;
16008    rx_elf32_be_ns_vec)		 tb="$tb elf32-rx.lo elf32.lo $elf" ;;
16009    rx_elf32_le_vec)		 tb="$tb elf32-rx.lo elf32.lo $elf" ;;
16010    rx_elf32_linux_le_vec)	 tb="$tb elf32-rx.lo elf32.lo $elf" ;;
16011    s390_elf32_vec)		 tb="$tb elf32-s390.lo elf32.lo $elf" ;;
16012    s390_elf64_vec)		 tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
16013    score_elf32_be_vec)		 tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
16014    score_elf32_le_vec)		 tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
16015    sh_coff_vec)		 tb="$tb coff-sh.lo $coff" ;;
16016    sh_coff_le_vec)		 tb="$tb coff-sh.lo $coff" ;;
16017    sh_coff_small_vec)		 tb="$tb coff-sh.lo $coff" ;;
16018    sh_coff_small_le_vec)	 tb="$tb coff-sh.lo $coff" ;;
16019    sh_elf32_vec)		 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16020    sh_elf32_le_vec)		 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16021    sh_elf32_fdpic_be_vec)	 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16022    sh_elf32_fdpic_le_vec)	 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16023    sh_elf32_linux_vec)		 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16024    sh_elf32_linux_be_vec)	 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16025    sh_elf32_nbsd_vec)		 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16026    sh_elf32_nbsd_le_vec)	 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16027    sh_elf32_vxworks_vec)	 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16028    sh_elf32_vxworks_le_vec)	 tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
16029    sh_pe_le_vec)		 tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
16030    sh_pei_le_vec)		 tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
16031    sparc_elf32_vec)		 tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
16032    sparc_elf32_sol2_vec)	 tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
16033    sparc_elf32_vxworks_vec)	 tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
16034    sparc_elf64_vec)		 tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
16035    sparc_elf64_fbsd_vec)	 tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
16036    sparc_elf64_sol2_vec)	 tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
16037    spu_elf32_vec)		 tb="$tb elf32-spu.lo elf32.lo $elf" ;;
16038    sym_vec)			 tb="$tb xsym.lo" ;;
16039    tic30_coff_vec)		 tb="$tb coff-tic30.lo $coffgen" ;;
16040    tic4x_coff0_vec)		 tb="$tb coff-tic4x.lo $coffgen" ;;
16041    tic4x_coff0_beh_vec)	 tb="$tb coff-tic4x.lo $coffgen" ;;
16042    tic4x_coff1_vec)		 tb="$tb coff-tic4x.lo $coffgen" ;;
16043    tic4x_coff1_beh_vec)	 tb="$tb coff-tic4x.lo $coffgen" ;;
16044    tic4x_coff2_vec)		 tb="$tb coff-tic4x.lo $coffgen" ;;
16045    tic4x_coff2_beh_vec)	 tb="$tb coff-tic4x.lo $coffgen" ;;
16046    tic54x_coff0_vec)		 tb="$tb coff-tic54x.lo $coffgen" ;;
16047    tic54x_coff0_beh_vec)	 tb="$tb coff-tic54x.lo $coffgen" ;;
16048    tic54x_coff1_vec)		 tb="$tb coff-tic54x.lo $coffgen" ;;
16049    tic54x_coff1_beh_vec)	 tb="$tb coff-tic54x.lo $coffgen" ;;
16050    tic54x_coff2_vec)		 tb="$tb coff-tic54x.lo $coffgen" ;;
16051    tic54x_coff2_beh_vec)	 tb="$tb coff-tic54x.lo $coffgen" ;;
16052    tic6x_elf32_be_vec)		 tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
16053    tic6x_elf32_le_vec)		 tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
16054    tic6x_elf32_c6000_be_vec)	 tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
16055    tic6x_elf32_c6000_le_vec)	 tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
16056    tic6x_elf32_linux_be_vec)	 tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
16057    tic6x_elf32_linux_le_vec)	 tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
16058    tilegx_elf32_be_vec)	 tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
16059    tilegx_elf32_le_vec)	 tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
16060    tilegx_elf64_be_vec)	 tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
16061    tilegx_elf64_le_vec)	 tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
16062    tilepro_elf32_vec)		 tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
16063    v800_elf32_vec)		 tb="$tb elf32-v850.lo elf32.lo $elf" ;;
16064    v850_elf32_vec)		 tb="$tb elf32-v850.lo elf32.lo $elf" ;;
16065    vax_aout_1knbsd_vec)	 tb="$tb vax1knetbsd.lo aout32.lo" ;;
16066    vax_aout_nbsd_vec)		 tb="$tb vaxnetbsd.lo aout32.lo" ;;
16067    vax_elf32_vec)		 tb="$tb elf32-vax.lo elf32.lo $elf" ;;
16068    ft32_elf32_vec)		 tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
16069    visium_elf32_vec)		 tb="$tb elf32-visium.lo elf32.lo $elf" ;;
16070    wasm_vec)                    tb="$tb wasm-module.lo" ;;
16071    wasm32_elf32_vec)            tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
16072    x86_64_coff_vec)		 tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
16073    x86_64_elf32_vec)		 tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
16074    x86_64_elf64_vec)		 tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
16075    x86_64_elf64_cloudabi_vec)	 tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
16076    x86_64_elf64_fbsd_vec)	 tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
16077    x86_64_elf64_sol2_vec)	 tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
16078    x86_64_mach_o_vec)		 tb="$tb mach-o-x86-64.lo" ;;
16079    x86_64_pe_vec)		 tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
16080    x86_64_pe_big_vec)		 tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
16081    x86_64_pei_vec)		 tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
16082    xgate_elf32_vec)		 tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
16083    xstormy16_elf32_vec)	 tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
16084    xtensa_elf32_be_vec)	 tb="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
16085    xtensa_elf32_le_vec)	 tb="$tb xtensa-dynconfig.lo xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
16086    z80_coff_vec)		 tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
16087    z80_elf32_vec)		 tb="$tb elf32-z80.lo elf32.lo $elf" ;;
16088    z8k_coff_vec)		 tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
16089
16090    # These appear out of order in targets.c
16091    srec_vec)			 tb="$tb srec.lo" ;;
16092    symbolsrec_vec)		 tb="$tb srec.lo" ;;
16093    tekhex_vec)			 tb="$tb tekhex.lo" ;;
16094    core_cisco_be_vec)		 tb="$tb cisco-core.lo" ;;
16095    core_cisco_le_vec)		 tb="$tb cisco-core.lo" ;;
16096
16097    "")				 ;;
16098    *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
16099    esac
16100
16101    if test ${target_size} = 64; then
16102	target64=true
16103    fi
16104    if test x"${vec}" = x"${defvec}"; then
16105	bfd_default_target_size=${target_size}
16106    fi
16107done
16108
16109if test "$plugins" = "yes"; then
16110     tb="$tb plugin.lo"
16111fi
16112
16113# Target architecture .o files.
16114# A couple of CPUs use shorter file names to avoid problems on DOS
16115# filesystems.
16116ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
16117
16118# Weed out duplicate .o files.
16119f=""
16120for i in $tb ; do
16121    case " $f " in
16122    *" $i "*) ;;
16123    *) f="$f $i" ;;
16124    esac
16125done
16126tb="$f"
16127
16128f=""
16129for i in $ta ; do
16130    case " $f " in
16131    *" $i "*) ;;
16132    *) f="$f $i" ;;
16133    esac
16134done
16135ta="$f"
16136
16137bfd_backends="$tb"
16138bfd_machines="$ta"
16139
16140if test x${all_targets} = xtrue ; then
16141  bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
16142  bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
16143  selvecs=
16144  havevecs=-DHAVE_all_vecs
16145  selarchs=
16146  test -n "$assocvecs" &&
16147    assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
16148else	# all_targets is true
16149  # Only set these if they will be nonempty, for the clever echo.
16150  havevecs=
16151  assocvecs=
16152  test -n "$selvecs" &&
16153    havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
16154  test -n "$selvecs" &&
16155    selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
16156  test -n "$selarchs" &&
16157    selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
16158fi	# all_targets is true
16159
16160# 64-bit archives need a 64-bit bfd_vma.
16161if test "x$want_64_bit_archive" = xtrue; then
16162  want64=true
16163
16164$as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
16165
16166fi
16167
16168case ${host64}-${target64}-${want64} in
16169  *true*)
16170    wordsize=64
16171    bfd64_libs='$(BFD64_LIBS)'
16172    all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
16173    if test -n "$GCC" ; then
16174       bad_64bit_gcc=no;
16175       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
16176$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
16177       # Add more tests for gcc versions with non-working 64-bit support here.
16178       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16179/* end confdefs.h.  */
16180:__GNUC__:__GNUC_MINOR__:__i386__:
16181_ACEOF
16182if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16183  $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
16184  bad_64bit_gcc=yes;
16185		    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
16186$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
16187else
16188  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16189$as_echo "no" >&6; }
16190fi
16191rm -f conftest*
16192
16193       if test $bad_64bit_gcc = yes ; then
16194	 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
16195       fi
16196    fi
16197    ;;
16198  false-false-false)
16199    wordsize=32
16200    all_backends='$(BFD32_BACKENDS)'
16201    ;;
16202esac
16203
16204tdefaults=""
16205test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
16206test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
16207test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
16208test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
16209
16210
16211
16212
16213
16214
16215
16216
16217
16218
16219# If we are configured native, pick a core file support file.
16220COREFILE=
16221COREFLAG=
16222CORE_HEADER=
16223TRAD_HEADER=
16224if test "${target}" = "${host}"; then
16225  case "${host}" in
16226  alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
16227	COREFILE=''
16228	;;
16229  alpha*-*-linux-*)
16230	COREFILE=trad-core.lo
16231	TRAD_HEADER='"hosts/alphalinux.h"'
16232	;;
16233  alpha*-*-netbsd* | alpha*-*-openbsd*)
16234	COREFILE=netbsd-core.lo
16235	;;
16236  alpha*-*-*)
16237        COREFILE=osf-core.lo
16238	;;
16239  arm-*-freebsd* | arm-*-kfreebsd*-gnu)
16240	COREFILE='' ;;
16241  arm*-*-netbsd* | arm-*-openbsd*)
16242	COREFILE=netbsd-core.lo
16243	;;
16244  hppa*-*-hpux*)	COREFILE=hpux-core.lo ;;
16245  hppa*-*-hiux*)	COREFILE=hpux-core.lo ;;
16246  hppa*-*-mpeix*)	COREFILE=hpux-core.lo ;;
16247  hppa*-*-bsd*)		COREFILE="hpux-core.lo hppabsd-core.lo"
16248			COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
16249  hppa*-*-netbsd* | hppa*-*-openbsd*)
16250	COREFILE=netbsd-core.lo
16251	;;
16252
16253  i[3-7]86-*-bsdi)
16254	COREFILE=
16255	;;
16256  i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.*)
16257	COREFILE=trad-core.lo
16258	TRAD_HEADER='"hosts/i386bsd.h"'
16259	;;
16260  i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
16261	COREFILE=''
16262	TRAD_HEADER='"hosts/i386bsd.h"'
16263	;;
16264  i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
16265	COREFILE=netbsd-core.lo
16266	;;
16267  i[3-7]86-esix-sysv3*)
16268	COREFILE=trad-core.lo
16269	TRAD_HEADER='"hosts/esix.h"'
16270	;;
16271  i[3-7]86-*-mach3*)
16272	COREFILE=trad-core.lo
16273	TRAD_HEADER='"hosts/i386mach3.h"'
16274	;;
16275  i[3-7]86-*-linux-*)
16276	COREFILE=trad-core.lo
16277	TRAD_HEADER='"hosts/i386linux.h"'
16278	case "$enable_targets"-"$want64" in
16279	*x86_64-*linux*|*-true)
16280	  CORE_HEADER='"hosts/x86-64linux.h"'
16281	esac
16282	;;
16283  mips*-*-netbsd* | mips*-*-openbsd*)
16284	COREFILE=netbsd-core.lo
16285	;;
16286  mips-*-irix*)
16287	COREFILE=irix-core.lo
16288	;;
16289  m68*-*-linux-*)
16290	COREFILE=trad-core.lo
16291	TRAD_HEADER='"hosts/m68klinux.h"'
16292	;;
16293  m68*-*-netbsd*)
16294	COREFILE=netbsd-core.lo
16295	;;
16296  ns32k-pc532-mach)
16297	COREFILE=trad-core.lo
16298	TRAD_HEADER='"hosts/pc532mach.h"'
16299	;;
16300  ns32k-*-netbsd* | ns32k-*-openbsd*)
16301	COREFILE=netbsd-core.lo
16302	;;
16303  rs6000-*-lynx*)
16304	COREFILE=lynx-core.lo
16305	;;
16306  rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
16307        COREFILE=rs6000-core.lo
16308	COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
16309	;;
16310  rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
16311        COREFILE=rs6000-core.lo
16312	COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
16313	# Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
16314	# have c_impl as a member of struct core_dumpx
16315	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
16316$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
16317	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16318/* end confdefs.h.  */
16319#include <core.h>
16320int
16321main ()
16322{
16323struct core_dumpx c; c.c_impl = 0;
16324  ;
16325  return 0;
16326}
16327_ACEOF
16328if ac_fn_c_try_compile "$LINENO"; then :
16329
16330$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
16331
16332	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16333$as_echo "yes" >&6; }
16334else
16335  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16336$as_echo "no" >&6; }
16337fi
16338rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16339	;;
16340  rs6000-*-aix4*)	COREFILE=rs6000-core.lo ;;
16341  rs6000-*-*)		COREFILE=rs6000-core.lo ;;
16342  powerpc64-*-aix*)	COREFILE=rs6000-core.lo ;;
16343  powerpc-*-aix4*)	COREFILE=rs6000-core.lo ;;
16344  powerpc-*-aix*)	COREFILE=rs6000-core.lo ;;
16345  powerpc-*-beos*)	;;
16346  powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
16347		        COREFILE='' ;;
16348  powerpc-*-netbsd*)	COREFILE=netbsd-core.lo ;;
16349  powerpc-*-*bsd*)	COREFILE=netbsd-core.lo ;;
16350  s390*-*-*)            COREFILE=trad-core.lo ;;
16351  sh*-*-netbsd* | sh*-*-openbsd*)
16352	COREFILE=netbsd-core.lo
16353	;;
16354  sparc-*-netbsd* | sparc*-*-openbsd*)
16355	COREFILE=netbsd-core.lo
16356	;;
16357  vax-*-netbsd* | vax-*-openbsd*)
16358	COREFILE=netbsd-core.lo
16359	;;
16360  vax-*-linux-*)
16361	COREFILE=trad-core.lo
16362	TRAD_HEADER='"hosts/vaxlinux.h"'
16363	;;
16364  vax-*-*)
16365	COREFILE=trad-core.lo
16366	TRAD_HEADER='"hosts/vaxbsd.h"'
16367	;;
16368  x86_64-*-linux*)
16369	CORE_HEADER='"hosts/x86-64linux.h"'
16370	;;
16371  x86_64-*-netbsd* | x86_64-*-openbsd*)
16372	COREFILE=netbsd-core.lo
16373	;;
16374  esac
16375
16376  case "$COREFILE" in
16377  hppabsd-core.lo)	COREFLAG=-DHPPABSD_CORE ;;
16378  hpux-core.lo)		COREFLAG=-DHPUX_CORE ;;
16379  irix-core.lo)		COREFLAG=-DIRIX_CORE ;;
16380  lynx-core.lo)		COREFLAG=-DLYNX_CORE ;;
16381  netbsd-core.lo)	COREFLAG=-DNETBSD_CORE ;;
16382  osf-core.lo)		COREFLAG=-DOSF_CORE ;;
16383  ptrace-core.lo)	COREFLAG=-DPTRACE_CORE ;;
16384  rs6000-core.lo)	COREFLAG="$COREFLAG -DAIX_CORE" ;;
16385  trad-core.lo)		COREFLAG="$COREFLAG -DTRAD_CORE" ;;
16386  esac
16387
16388  # ELF corefile support has several flavors, but all of
16389  # them use something called <sys/procfs.h>
16390
16391$as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
16392
16393 for ac_header in sys/procfs.h
16394do :
16395  ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
16396if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
16397  cat >>confdefs.h <<_ACEOF
16398#define HAVE_SYS_PROCFS_H 1
16399_ACEOF
16400
16401fi
16402
16403done
16404
16405  if test "$ac_cv_header_sys_procfs_h" = yes; then
16406
16407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
16408$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
16409 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
16410  $as_echo_n "(cached) " >&6
16411else
16412  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16413/* end confdefs.h.  */
16414
16415#define _SYSCALL32
16416#include <sys/procfs.h>
16417int
16418main ()
16419{
16420prstatus_t avar
16421  ;
16422  return 0;
16423}
16424_ACEOF
16425if ac_fn_c_try_compile "$LINENO"; then :
16426  bfd_cv_have_sys_procfs_type_prstatus_t=yes
16427else
16428  bfd_cv_have_sys_procfs_type_prstatus_t=no
16429
16430fi
16431rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16432fi
16433
16434 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
16435
16436$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
16437
16438 fi
16439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
16440$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
16441
16442
16443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
16444$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
16445 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
16446  $as_echo_n "(cached) " >&6
16447else
16448  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16449/* end confdefs.h.  */
16450
16451#define _SYSCALL32
16452#include <sys/procfs.h>
16453int
16454main ()
16455{
16456prstatus32_t avar
16457  ;
16458  return 0;
16459}
16460_ACEOF
16461if ac_fn_c_try_compile "$LINENO"; then :
16462  bfd_cv_have_sys_procfs_type_prstatus32_t=yes
16463else
16464  bfd_cv_have_sys_procfs_type_prstatus32_t=no
16465
16466fi
16467rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16468fi
16469
16470 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
16471
16472$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
16473
16474 fi
16475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
16476$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
16477
16478
16479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
16480$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
16481 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
16482  $as_echo_n "(cached) " >&6
16483else
16484  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16485/* end confdefs.h.  */
16486
16487#define _SYSCALL32
16488#include <sys/procfs.h>
16489int
16490main ()
16491{
16492prstatus_t avar; void* aref = (void*) &avar.pr_who
16493  ;
16494  return 0;
16495}
16496_ACEOF
16497if ac_fn_c_try_compile "$LINENO"; then :
16498  bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
16499else
16500  bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
16501
16502fi
16503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16504fi
16505
16506 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
16507
16508$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
16509
16510 fi
16511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
16512$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
16513
16514
16515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
16516$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
16517 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
16518  $as_echo_n "(cached) " >&6
16519else
16520  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16521/* end confdefs.h.  */
16522
16523#define _SYSCALL32
16524#include <sys/procfs.h>
16525int
16526main ()
16527{
16528prstatus32_t avar; void* aref = (void*) &avar.pr_who
16529  ;
16530  return 0;
16531}
16532_ACEOF
16533if ac_fn_c_try_compile "$LINENO"; then :
16534  bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
16535else
16536  bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
16537
16538fi
16539rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16540fi
16541
16542 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
16543
16544$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
16545
16546 fi
16547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
16548$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
16549
16550
16551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
16552$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
16553 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
16554  $as_echo_n "(cached) " >&6
16555else
16556  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16557/* end confdefs.h.  */
16558
16559#define _SYSCALL32
16560#include <sys/procfs.h>
16561int
16562main ()
16563{
16564pstatus_t avar
16565  ;
16566  return 0;
16567}
16568_ACEOF
16569if ac_fn_c_try_compile "$LINENO"; then :
16570  bfd_cv_have_sys_procfs_type_pstatus_t=yes
16571else
16572  bfd_cv_have_sys_procfs_type_pstatus_t=no
16573
16574fi
16575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16576fi
16577
16578 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
16579
16580$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
16581
16582 fi
16583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
16584$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
16585
16586
16587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
16588$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
16589 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
16590  $as_echo_n "(cached) " >&6
16591else
16592  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16593/* end confdefs.h.  */
16594
16595#define _SYSCALL32
16596#include <sys/procfs.h>
16597int
16598main ()
16599{
16600pxstatus_t avar
16601  ;
16602  return 0;
16603}
16604_ACEOF
16605if ac_fn_c_try_compile "$LINENO"; then :
16606  bfd_cv_have_sys_procfs_type_pxstatus_t=yes
16607else
16608  bfd_cv_have_sys_procfs_type_pxstatus_t=no
16609
16610fi
16611rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16612fi
16613
16614 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
16615
16616$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
16617
16618 fi
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
16620$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
16621
16622
16623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
16624$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
16625 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
16626  $as_echo_n "(cached) " >&6
16627else
16628  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16629/* end confdefs.h.  */
16630
16631#define _SYSCALL32
16632#include <sys/procfs.h>
16633int
16634main ()
16635{
16636pstatus32_t avar
16637  ;
16638  return 0;
16639}
16640_ACEOF
16641if ac_fn_c_try_compile "$LINENO"; then :
16642  bfd_cv_have_sys_procfs_type_pstatus32_t=yes
16643else
16644  bfd_cv_have_sys_procfs_type_pstatus32_t=no
16645
16646fi
16647rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16648fi
16649
16650 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
16651
16652$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
16653
16654 fi
16655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
16656$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
16657
16658
16659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
16660$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
16661 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
16662  $as_echo_n "(cached) " >&6
16663else
16664  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16665/* end confdefs.h.  */
16666
16667#define _SYSCALL32
16668#include <sys/procfs.h>
16669int
16670main ()
16671{
16672prpsinfo_t avar
16673  ;
16674  return 0;
16675}
16676_ACEOF
16677if ac_fn_c_try_compile "$LINENO"; then :
16678  bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
16679else
16680  bfd_cv_have_sys_procfs_type_prpsinfo_t=no
16681
16682fi
16683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16684fi
16685
16686 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
16687
16688$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
16689
16690 fi
16691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
16692$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
16693
16694
16695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
16696$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
16697 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
16698  $as_echo_n "(cached) " >&6
16699else
16700  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16701/* end confdefs.h.  */
16702
16703#define _SYSCALL32
16704#include <sys/procfs.h>
16705int
16706main ()
16707{
16708prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
16709  ;
16710  return 0;
16711}
16712_ACEOF
16713if ac_fn_c_try_compile "$LINENO"; then :
16714  bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
16715else
16716  bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
16717
16718fi
16719rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16720fi
16721
16722 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
16723
16724$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
16725
16726 fi
16727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
16728$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
16729
16730
16731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
16732$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
16733 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
16734  $as_echo_n "(cached) " >&6
16735else
16736  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16737/* end confdefs.h.  */
16738
16739#define _SYSCALL32
16740#include <sys/procfs.h>
16741int
16742main ()
16743{
16744prpsinfo32_t avar
16745  ;
16746  return 0;
16747}
16748_ACEOF
16749if ac_fn_c_try_compile "$LINENO"; then :
16750  bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
16751else
16752  bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
16753
16754fi
16755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16756fi
16757
16758 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
16759
16760$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
16761
16762 fi
16763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
16764$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
16765
16766
16767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
16768$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
16769 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
16770  $as_echo_n "(cached) " >&6
16771else
16772  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16773/* end confdefs.h.  */
16774
16775#define _SYSCALL32
16776#include <sys/procfs.h>
16777int
16778main ()
16779{
16780prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
16781  ;
16782  return 0;
16783}
16784_ACEOF
16785if ac_fn_c_try_compile "$LINENO"; then :
16786  bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
16787else
16788  bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
16789
16790fi
16791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16792fi
16793
16794 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
16795
16796$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
16797
16798 fi
16799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
16800$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
16801
16802
16803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
16804$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
16805 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
16806  $as_echo_n "(cached) " >&6
16807else
16808  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16809/* end confdefs.h.  */
16810
16811#define _SYSCALL32
16812#include <sys/procfs.h>
16813int
16814main ()
16815{
16816psinfo_t avar
16817  ;
16818  return 0;
16819}
16820_ACEOF
16821if ac_fn_c_try_compile "$LINENO"; then :
16822  bfd_cv_have_sys_procfs_type_psinfo_t=yes
16823else
16824  bfd_cv_have_sys_procfs_type_psinfo_t=no
16825
16826fi
16827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16828fi
16829
16830 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
16831
16832$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
16833
16834 fi
16835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
16836$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
16837
16838
16839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
16840$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
16841 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
16842  $as_echo_n "(cached) " >&6
16843else
16844  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16845/* end confdefs.h.  */
16846
16847#define _SYSCALL32
16848#include <sys/procfs.h>
16849int
16850main ()
16851{
16852psinfo_t avar; void* aref = (void*) &avar.pr_pid
16853  ;
16854  return 0;
16855}
16856_ACEOF
16857if ac_fn_c_try_compile "$LINENO"; then :
16858  bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
16859else
16860  bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
16861
16862fi
16863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16864fi
16865
16866 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
16867
16868$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
16869
16870 fi
16871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
16872$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
16873
16874
16875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
16876$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
16877 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
16878  $as_echo_n "(cached) " >&6
16879else
16880  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16881/* end confdefs.h.  */
16882
16883#define _SYSCALL32
16884#include <sys/procfs.h>
16885int
16886main ()
16887{
16888psinfo32_t avar
16889  ;
16890  return 0;
16891}
16892_ACEOF
16893if ac_fn_c_try_compile "$LINENO"; then :
16894  bfd_cv_have_sys_procfs_type_psinfo32_t=yes
16895else
16896  bfd_cv_have_sys_procfs_type_psinfo32_t=no
16897
16898fi
16899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16900fi
16901
16902 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
16903
16904$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
16905
16906 fi
16907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
16908$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
16909
16910
16911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
16912$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
16913 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
16914  $as_echo_n "(cached) " >&6
16915else
16916  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16917/* end confdefs.h.  */
16918
16919#define _SYSCALL32
16920#include <sys/procfs.h>
16921int
16922main ()
16923{
16924psinfo32_t avar; void* aref = (void*) &avar.pr_pid
16925  ;
16926  return 0;
16927}
16928_ACEOF
16929if ac_fn_c_try_compile "$LINENO"; then :
16930  bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
16931else
16932  bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
16933
16934fi
16935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16936fi
16937
16938 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
16939
16940$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
16941
16942 fi
16943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
16944$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
16945
16946
16947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
16948$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
16949 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
16950  $as_echo_n "(cached) " >&6
16951else
16952  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16953/* end confdefs.h.  */
16954
16955#define _SYSCALL32
16956#include <sys/procfs.h>
16957int
16958main ()
16959{
16960lwpstatus_t avar
16961  ;
16962  return 0;
16963}
16964_ACEOF
16965if ac_fn_c_try_compile "$LINENO"; then :
16966  bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
16967else
16968  bfd_cv_have_sys_procfs_type_lwpstatus_t=no
16969
16970fi
16971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16972fi
16973
16974 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
16975
16976$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
16977
16978 fi
16979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
16980$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
16981
16982
16983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
16984$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
16985 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
16986  $as_echo_n "(cached) " >&6
16987else
16988  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16989/* end confdefs.h.  */
16990
16991#define _SYSCALL32
16992#include <sys/procfs.h>
16993int
16994main ()
16995{
16996lwpxstatus_t avar
16997  ;
16998  return 0;
16999}
17000_ACEOF
17001if ac_fn_c_try_compile "$LINENO"; then :
17002  bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
17003else
17004  bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
17005
17006fi
17007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17008fi
17009
17010 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
17011
17012$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
17013
17014 fi
17015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
17016$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
17017
17018
17019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
17020$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
17021 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
17022  $as_echo_n "(cached) " >&6
17023else
17024  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17025/* end confdefs.h.  */
17026
17027#define _SYSCALL32
17028#include <sys/procfs.h>
17029int
17030main ()
17031{
17032lwpstatus_t avar; void* aref = (void*) &avar.pr_context
17033  ;
17034  return 0;
17035}
17036_ACEOF
17037if ac_fn_c_try_compile "$LINENO"; then :
17038  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
17039else
17040  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
17041
17042fi
17043rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17044fi
17045
17046 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
17047
17048$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
17049
17050 fi
17051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
17052$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
17053
17054
17055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
17056$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
17057 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
17058  $as_echo_n "(cached) " >&6
17059else
17060  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17061/* end confdefs.h.  */
17062
17063#define _SYSCALL32
17064#include <sys/procfs.h>
17065int
17066main ()
17067{
17068lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
17069  ;
17070  return 0;
17071}
17072_ACEOF
17073if ac_fn_c_try_compile "$LINENO"; then :
17074  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
17075else
17076  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
17077
17078fi
17079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17080fi
17081
17082 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
17083
17084$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
17085
17086 fi
17087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
17088$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
17089
17090
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
17092$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
17093 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
17094  $as_echo_n "(cached) " >&6
17095else
17096  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17097/* end confdefs.h.  */
17098
17099#define _SYSCALL32
17100#include <sys/procfs.h>
17101int
17102main ()
17103{
17104lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
17105  ;
17106  return 0;
17107}
17108_ACEOF
17109if ac_fn_c_try_compile "$LINENO"; then :
17110  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
17111else
17112  bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
17113
17114fi
17115rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17116fi
17117
17118 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
17119
17120$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
17121
17122 fi
17123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
17124$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
17125
17126
17127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
17128$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
17129 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
17130  $as_echo_n "(cached) " >&6
17131else
17132  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17133/* end confdefs.h.  */
17134
17135#define _SYSCALL32
17136#include <sys/procfs.h>
17137int
17138main ()
17139{
17140win32_pstatus_t avar
17141  ;
17142  return 0;
17143}
17144_ACEOF
17145if ac_fn_c_try_compile "$LINENO"; then :
17146  bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
17147else
17148  bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
17149
17150fi
17151rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17152fi
17153
17154 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
17155
17156$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
17157
17158 fi
17159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
17160$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
17161
17162  fi
17163fi
17164
17165
17166if test -n "$CORE_HEADER"; then
17167
17168cat >>confdefs.h <<_ACEOF
17169#define CORE_HEADER $CORE_HEADER
17170_ACEOF
17171
17172fi
17173if test -n "$TRAD_HEADER"; then
17174
17175cat >>confdefs.h <<_ACEOF
17176#define TRAD_HEADER $TRAD_HEADER
17177_ACEOF
17178
17179fi
17180
17181if test "$plugins" = "yes"; then
17182  supports_plugins=1
17183else
17184  supports_plugins=0
17185fi
17186
17187
17188
17189# Determine the host dependent file_ptr a.k.a. off_t type.  In order
17190# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
17191# fseeko, long.  This assumes that sizeof off_t is .ge. sizeof long.
17192# Hopefully a reasonable assumption since fseeko et.al. should be
17193# upward compatible.
17194for ac_func in ftello ftello64 fseeko fseeko64 fopen64
17195do :
17196  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17197ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17198if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17199  cat >>confdefs.h <<_ACEOF
17200#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17201_ACEOF
17202
17203fi
17204done
17205
17206ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
17207if test "x$ac_cv_have_decl_ftello" = xyes; then :
17208  ac_have_decl=1
17209else
17210  ac_have_decl=0
17211fi
17212
17213cat >>confdefs.h <<_ACEOF
17214#define HAVE_DECL_FTELLO $ac_have_decl
17215_ACEOF
17216ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
17217if test "x$ac_cv_have_decl_ftello64" = xyes; then :
17218  ac_have_decl=1
17219else
17220  ac_have_decl=0
17221fi
17222
17223cat >>confdefs.h <<_ACEOF
17224#define HAVE_DECL_FTELLO64 $ac_have_decl
17225_ACEOF
17226ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
17227if test "x$ac_cv_have_decl_fseeko" = xyes; then :
17228  ac_have_decl=1
17229else
17230  ac_have_decl=0
17231fi
17232
17233cat >>confdefs.h <<_ACEOF
17234#define HAVE_DECL_FSEEKO $ac_have_decl
17235_ACEOF
17236ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
17237if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
17238  ac_have_decl=1
17239else
17240  ac_have_decl=0
17241fi
17242
17243cat >>confdefs.h <<_ACEOF
17244#define HAVE_DECL_FSEEKO64 $ac_have_decl
17245_ACEOF
17246ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
17247if test "x$ac_cv_have_decl_fopen64" = xyes; then :
17248  ac_have_decl=1
17249else
17250  ac_have_decl=0
17251fi
17252
17253cat >>confdefs.h <<_ACEOF
17254#define HAVE_DECL_FOPEN64 $ac_have_decl
17255_ACEOF
17256
17257if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
17258    # The cast to long int works around a bug in the HP C Compiler
17259# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17260# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17261# This bug is HP SR number 8606223364.
17262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
17263$as_echo_n "checking size of off_t... " >&6; }
17264if ${ac_cv_sizeof_off_t+:} false; then :
17265  $as_echo_n "(cached) " >&6
17266else
17267  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t"        "$ac_includes_default"; then :
17268
17269else
17270  if test "$ac_cv_type_off_t" = yes; then
17271     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17273as_fn_error 77 "cannot compute sizeof (off_t)
17274See \`config.log' for more details" "$LINENO" 5; }
17275   else
17276     ac_cv_sizeof_off_t=0
17277   fi
17278fi
17279
17280fi
17281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
17282$as_echo "$ac_cv_sizeof_off_t" >&6; }
17283
17284
17285
17286cat >>confdefs.h <<_ACEOF
17287#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
17288_ACEOF
17289
17290
17291fi
17292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
17293$as_echo_n "checking file_ptr type... " >&6; }
17294bfd_file_ptr="long"
17295bfd_ufile_ptr="unsigned long"
17296if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
17297	-o x"${ac_cv_sizeof_off_t}" = x8; then
17298    bfd_file_ptr=int64_t
17299    bfd_ufile_ptr=uint64_t
17300fi
17301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
17302$as_echo "$bfd_file_ptr" >&6; }
17303
17304
17305
17306
17307
17308
17309  for ac_header in $ac_header_list
17310do :
17311  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17312ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
17313"
17314if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
17315  cat >>confdefs.h <<_ACEOF
17316#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17317_ACEOF
17318
17319fi
17320
17321done
17322
17323
17324
17325
17326
17327
17328
17329
17330for ac_func in getpagesize
17331do :
17332  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
17333if test "x$ac_cv_func_getpagesize" = xyes; then :
17334  cat >>confdefs.h <<_ACEOF
17335#define HAVE_GETPAGESIZE 1
17336_ACEOF
17337
17338fi
17339done
17340
17341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
17342$as_echo_n "checking for working mmap... " >&6; }
17343if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
17344  $as_echo_n "(cached) " >&6
17345else
17346  if test "$cross_compiling" = yes; then :
17347  ac_cv_func_mmap_fixed_mapped=no
17348else
17349  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17350/* end confdefs.h.  */
17351$ac_includes_default
17352/* malloc might have been renamed as rpl_malloc. */
17353#undef malloc
17354
17355/* Thanks to Mike Haertel and Jim Avera for this test.
17356   Here is a matrix of mmap possibilities:
17357	mmap private not fixed
17358	mmap private fixed at somewhere currently unmapped
17359	mmap private fixed at somewhere already mapped
17360	mmap shared not fixed
17361	mmap shared fixed at somewhere currently unmapped
17362	mmap shared fixed at somewhere already mapped
17363   For private mappings, we should verify that changes cannot be read()
17364   back from the file, nor mmap's back from the file at a different
17365   address.  (There have been systems where private was not correctly
17366   implemented like the infamous i386 svr4.0, and systems where the
17367   VM page cache was not coherent with the file system buffer cache
17368   like early versions of FreeBSD and possibly contemporary NetBSD.)
17369   For shared mappings, we should conversely verify that changes get
17370   propagated back to all the places they're supposed to be.
17371
17372   Grep wants private fixed already mapped.
17373   The main things grep needs to know about mmap are:
17374   * does it exist and is it safe to write into the mmap'd area
17375   * how to use it (BSD variants)  */
17376
17377#include <fcntl.h>
17378#include <sys/mman.h>
17379
17380#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
17381char *malloc ();
17382#endif
17383
17384/* This mess was copied from the GNU getpagesize.h.  */
17385#ifndef HAVE_GETPAGESIZE
17386# ifdef _SC_PAGESIZE
17387#  define getpagesize() sysconf(_SC_PAGESIZE)
17388# else /* no _SC_PAGESIZE */
17389#  ifdef HAVE_SYS_PARAM_H
17390#   include <sys/param.h>
17391#   ifdef EXEC_PAGESIZE
17392#    define getpagesize() EXEC_PAGESIZE
17393#   else /* no EXEC_PAGESIZE */
17394#    ifdef NBPG
17395#     define getpagesize() NBPG * CLSIZE
17396#     ifndef CLSIZE
17397#      define CLSIZE 1
17398#     endif /* no CLSIZE */
17399#    else /* no NBPG */
17400#     ifdef NBPC
17401#      define getpagesize() NBPC
17402#     else /* no NBPC */
17403#      ifdef PAGESIZE
17404#       define getpagesize() PAGESIZE
17405#      endif /* PAGESIZE */
17406#     endif /* no NBPC */
17407#    endif /* no NBPG */
17408#   endif /* no EXEC_PAGESIZE */
17409#  else /* no HAVE_SYS_PARAM_H */
17410#   define getpagesize() 8192	/* punt totally */
17411#  endif /* no HAVE_SYS_PARAM_H */
17412# endif /* no _SC_PAGESIZE */
17413
17414#endif /* no HAVE_GETPAGESIZE */
17415
17416int
17417main ()
17418{
17419  char *data, *data2, *data3;
17420  const char *cdata2;
17421  int i, pagesize;
17422  int fd, fd2;
17423
17424  pagesize = getpagesize ();
17425
17426  /* First, make a file with some known garbage in it. */
17427  data = (char *) malloc (pagesize);
17428  if (!data)
17429    return 1;
17430  for (i = 0; i < pagesize; ++i)
17431    *(data + i) = rand ();
17432  umask (0);
17433  fd = creat ("conftest.mmap", 0600);
17434  if (fd < 0)
17435    return 2;
17436  if (write (fd, data, pagesize) != pagesize)
17437    return 3;
17438  close (fd);
17439
17440  /* Next, check that the tail of a page is zero-filled.  File must have
17441     non-zero length, otherwise we risk SIGBUS for entire page.  */
17442  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
17443  if (fd2 < 0)
17444    return 4;
17445  cdata2 = "";
17446  if (write (fd2, cdata2, 1) != 1)
17447    return 5;
17448  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
17449  if (data2 == MAP_FAILED)
17450    return 6;
17451  for (i = 0; i < pagesize; ++i)
17452    if (*(data2 + i))
17453      return 7;
17454  close (fd2);
17455  if (munmap (data2, pagesize))
17456    return 8;
17457
17458  /* Next, try to mmap the file at a fixed address which already has
17459     something else allocated at it.  If we can, also make sure that
17460     we see the same garbage.  */
17461  fd = open ("conftest.mmap", O_RDWR);
17462  if (fd < 0)
17463    return 9;
17464  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
17465		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
17466    return 10;
17467  for (i = 0; i < pagesize; ++i)
17468    if (*(data + i) != *(data2 + i))
17469      return 11;
17470
17471  /* Finally, make sure that changes to the mapped area do not
17472     percolate back to the file as seen by read().  (This is a bug on
17473     some variants of i386 svr4.0.)  */
17474  for (i = 0; i < pagesize; ++i)
17475    *(data2 + i) = *(data2 + i) + 1;
17476  data3 = (char *) malloc (pagesize);
17477  if (!data3)
17478    return 12;
17479  if (read (fd, data3, pagesize) != pagesize)
17480    return 13;
17481  for (i = 0; i < pagesize; ++i)
17482    if (*(data + i) != *(data3 + i))
17483      return 14;
17484  close (fd);
17485  return 0;
17486}
17487_ACEOF
17488if ac_fn_c_try_run "$LINENO"; then :
17489  ac_cv_func_mmap_fixed_mapped=yes
17490else
17491  ac_cv_func_mmap_fixed_mapped=no
17492fi
17493rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17494  conftest.$ac_objext conftest.beam conftest.$ac_ext
17495fi
17496
17497fi
17498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
17499$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
17500if test $ac_cv_func_mmap_fixed_mapped = yes; then
17501
17502$as_echo "#define HAVE_MMAP 1" >>confdefs.h
17503
17504fi
17505rm -f conftest.mmap conftest.txt
17506
17507for ac_func in madvise mprotect
17508do :
17509  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17510ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
17511if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
17512  cat >>confdefs.h <<_ACEOF
17513#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17514_ACEOF
17515
17516fi
17517done
17518
17519case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
17520  true+yes )
17521$as_echo "#define USE_MMAP 1" >>confdefs.h
17522 ;;
17523esac
17524
17525ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
17526
17527
17528ac_config_commands="$ac_config_commands default"
17529
17530
17531
17532
17533
17534
17535
17536cat >confcache <<\_ACEOF
17537# This file is a shell script that caches the results of configure
17538# tests run on this system so they can be shared between configure
17539# scripts and configure runs, see configure's option --config-cache.
17540# It is not useful on other systems.  If it contains results you don't
17541# want to keep, you may remove or edit it.
17542#
17543# config.status only pays attention to the cache file if you give it
17544# the --recheck option to rerun configure.
17545#
17546# `ac_cv_env_foo' variables (set or unset) will be overridden when
17547# loading this file, other *unset* `ac_cv_foo' will be assigned the
17548# following values.
17549
17550_ACEOF
17551
17552# The following way of writing the cache mishandles newlines in values,
17553# but we know of no workaround that is simple, portable, and efficient.
17554# So, we kill variables containing newlines.
17555# Ultrix sh set writes to stderr and can't be redirected directly,
17556# and sets the high bit in the cache file unless we assign to the vars.
17557(
17558  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17559    eval ac_val=\$$ac_var
17560    case $ac_val in #(
17561    *${as_nl}*)
17562      case $ac_var in #(
17563      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17564$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17565      esac
17566      case $ac_var in #(
17567      _ | IFS | as_nl) ;; #(
17568      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17569      *) { eval $ac_var=; unset $ac_var;} ;;
17570      esac ;;
17571    esac
17572  done
17573
17574  (set) 2>&1 |
17575    case $as_nl`(ac_space=' '; set) 2>&1` in #(
17576    *${as_nl}ac_space=\ *)
17577      # `set' does not quote correctly, so add quotes: double-quote
17578      # substitution turns \\\\ into \\, and sed turns \\ into \.
17579      sed -n \
17580	"s/'/'\\\\''/g;
17581	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17582      ;; #(
17583    *)
17584      # `set' quotes correctly as required by POSIX, so do not add quotes.
17585      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17586      ;;
17587    esac |
17588    sort
17589) |
17590  sed '
17591     /^ac_cv_env_/b end
17592     t clear
17593     :clear
17594     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17595     t end
17596     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17597     :end' >>confcache
17598if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17599  if test -w "$cache_file"; then
17600    if test "x$cache_file" != "x/dev/null"; then
17601      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17602$as_echo "$as_me: updating cache $cache_file" >&6;}
17603      if test ! -f "$cache_file" || test -h "$cache_file"; then
17604	cat confcache >"$cache_file"
17605      else
17606        case $cache_file in #(
17607        */* | ?:*)
17608	  mv -f confcache "$cache_file"$$ &&
17609	  mv -f "$cache_file"$$ "$cache_file" ;; #(
17610        *)
17611	  mv -f confcache "$cache_file" ;;
17612	esac
17613      fi
17614    fi
17615  else
17616    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17617$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17618  fi
17619fi
17620rm -f confcache
17621
17622test "x$prefix" = xNONE && prefix=$ac_default_prefix
17623# Let make expand exec_prefix.
17624test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17625
17626DEFS=-DHAVE_CONFIG_H
17627
17628ac_libobjs=
17629ac_ltlibobjs=
17630U=
17631for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17632  # 1. Remove the extension, and $U if already installed.
17633  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17634  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17635  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
17636  #    will be set to the directory where LIBOBJS objects are built.
17637  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17638  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17639done
17640LIBOBJS=$ac_libobjs
17641
17642LTLIBOBJS=$ac_ltlibobjs
17643
17644
17645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
17646$as_echo_n "checking that generated files are newer than configure... " >&6; }
17647   if test -n "$am_sleep_pid"; then
17648     # Hide warnings about reused PIDs.
17649     wait $am_sleep_pid 2>/dev/null
17650   fi
17651   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
17652$as_echo "done" >&6; }
17653 if test -n "$EXEEXT"; then
17654  am__EXEEXT_TRUE=
17655  am__EXEEXT_FALSE='#'
17656else
17657  am__EXEEXT_TRUE='#'
17658  am__EXEEXT_FALSE=
17659fi
17660
17661if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17662  as_fn_error $? "conditional \"AMDEP\" was never defined.
17663Usually this means the macro was only invoked conditionally." "$LINENO" 5
17664fi
17665if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17666  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
17667Usually this means the macro was only invoked conditionally." "$LINENO" 5
17668fi
17669if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
17670  as_fn_error $? "conditional \"PLUGINS\" was never defined.
17671Usually this means the macro was only invoked conditionally." "$LINENO" 5
17672fi
17673if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
17674  as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
17675Usually this means the macro was only invoked conditionally." "$LINENO" 5
17676fi
17677if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17678  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
17679Usually this means the macro was only invoked conditionally." "$LINENO" 5
17680fi
17681if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
17682  as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
17683Usually this means the macro was only invoked conditionally." "$LINENO" 5
17684fi
17685if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
17686  as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
17687Usually this means the macro was only invoked conditionally." "$LINENO" 5
17688fi
17689
17690
17691: "${CONFIG_STATUS=./config.status}"
17692ac_write_fail=0
17693ac_clean_files_save=$ac_clean_files
17694ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17695{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17696$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17697as_write_fail=0
17698cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17699#! $SHELL
17700# Generated by $as_me.
17701# Run this file to recreate the current configuration.
17702# Compiler output produced by configure, useful for debugging
17703# configure, is in config.log if it exists.
17704
17705debug=false
17706ac_cs_recheck=false
17707ac_cs_silent=false
17708
17709SHELL=\${CONFIG_SHELL-$SHELL}
17710export SHELL
17711_ASEOF
17712cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17713## -------------------- ##
17714## M4sh Initialization. ##
17715## -------------------- ##
17716
17717# Be more Bourne compatible
17718DUALCASE=1; export DUALCASE # for MKS sh
17719if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17720  emulate sh
17721  NULLCMD=:
17722  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17723  # is contrary to our usage.  Disable this feature.
17724  alias -g '${1+"$@"}'='"$@"'
17725  setopt NO_GLOB_SUBST
17726else
17727  case `(set -o) 2>/dev/null` in #(
17728  *posix*) :
17729    set -o posix ;; #(
17730  *) :
17731     ;;
17732esac
17733fi
17734
17735
17736as_nl='
17737'
17738export as_nl
17739# Printing a long string crashes Solaris 7 /usr/bin/printf.
17740as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17741as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17742as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17743# Prefer a ksh shell builtin over an external printf program on Solaris,
17744# but without wasting forks for bash or zsh.
17745if test -z "$BASH_VERSION$ZSH_VERSION" \
17746    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17747  as_echo='print -r --'
17748  as_echo_n='print -rn --'
17749elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17750  as_echo='printf %s\n'
17751  as_echo_n='printf %s'
17752else
17753  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17754    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17755    as_echo_n='/usr/ucb/echo -n'
17756  else
17757    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17758    as_echo_n_body='eval
17759      arg=$1;
17760      case $arg in #(
17761      *"$as_nl"*)
17762	expr "X$arg" : "X\\(.*\\)$as_nl";
17763	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17764      esac;
17765      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17766    '
17767    export as_echo_n_body
17768    as_echo_n='sh -c $as_echo_n_body as_echo'
17769  fi
17770  export as_echo_body
17771  as_echo='sh -c $as_echo_body as_echo'
17772fi
17773
17774# The user is always right.
17775if test "${PATH_SEPARATOR+set}" != set; then
17776  PATH_SEPARATOR=:
17777  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17778    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17779      PATH_SEPARATOR=';'
17780  }
17781fi
17782
17783
17784# IFS
17785# We need space, tab and new line, in precisely that order.  Quoting is
17786# there to prevent editors from complaining about space-tab.
17787# (If _AS_PATH_WALK were called with IFS unset, it would disable word
17788# splitting by setting IFS to empty value.)
17789IFS=" ""	$as_nl"
17790
17791# Find who we are.  Look in the path if we contain no directory separator.
17792as_myself=
17793case $0 in #((
17794  *[\\/]* ) as_myself=$0 ;;
17795  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17796for as_dir in $PATH
17797do
17798  IFS=$as_save_IFS
17799  test -z "$as_dir" && as_dir=.
17800    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17801  done
17802IFS=$as_save_IFS
17803
17804     ;;
17805esac
17806# We did not find ourselves, most probably we were run as `sh COMMAND'
17807# in which case we are not to be found in the path.
17808if test "x$as_myself" = x; then
17809  as_myself=$0
17810fi
17811if test ! -f "$as_myself"; then
17812  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17813  exit 1
17814fi
17815
17816# Unset variables that we do not need and which cause bugs (e.g. in
17817# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
17818# suppresses any "Segmentation fault" message there.  '((' could
17819# trigger a bug in pdksh 5.2.14.
17820for as_var in BASH_ENV ENV MAIL MAILPATH
17821do eval test x\${$as_var+set} = xset \
17822  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17823done
17824PS1='$ '
17825PS2='> '
17826PS4='+ '
17827
17828# NLS nuisances.
17829LC_ALL=C
17830export LC_ALL
17831LANGUAGE=C
17832export LANGUAGE
17833
17834# CDPATH.
17835(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17836
17837
17838# as_fn_error STATUS ERROR [LINENO LOG_FD]
17839# ----------------------------------------
17840# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17841# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17842# script with STATUS, using 1 if that was 0.
17843as_fn_error ()
17844{
17845  as_status=$1; test $as_status -eq 0 && as_status=1
17846  if test "$4"; then
17847    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17848    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17849  fi
17850  $as_echo "$as_me: error: $2" >&2
17851  as_fn_exit $as_status
17852} # as_fn_error
17853
17854
17855# as_fn_set_status STATUS
17856# -----------------------
17857# Set $? to STATUS, without forking.
17858as_fn_set_status ()
17859{
17860  return $1
17861} # as_fn_set_status
17862
17863# as_fn_exit STATUS
17864# -----------------
17865# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17866as_fn_exit ()
17867{
17868  set +e
17869  as_fn_set_status $1
17870  exit $1
17871} # as_fn_exit
17872
17873# as_fn_unset VAR
17874# ---------------
17875# Portably unset VAR.
17876as_fn_unset ()
17877{
17878  { eval $1=; unset $1;}
17879}
17880as_unset=as_fn_unset
17881# as_fn_append VAR VALUE
17882# ----------------------
17883# Append the text in VALUE to the end of the definition contained in VAR. Take
17884# advantage of any shell optimizations that allow amortized linear growth over
17885# repeated appends, instead of the typical quadratic growth present in naive
17886# implementations.
17887if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17888  eval 'as_fn_append ()
17889  {
17890    eval $1+=\$2
17891  }'
17892else
17893  as_fn_append ()
17894  {
17895    eval $1=\$$1\$2
17896  }
17897fi # as_fn_append
17898
17899# as_fn_arith ARG...
17900# ------------------
17901# Perform arithmetic evaluation on the ARGs, and store the result in the
17902# global $as_val. Take advantage of shells that can avoid forks. The arguments
17903# must be portable across $(()) and expr.
17904if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17905  eval 'as_fn_arith ()
17906  {
17907    as_val=$(( $* ))
17908  }'
17909else
17910  as_fn_arith ()
17911  {
17912    as_val=`expr "$@" || test $? -eq 1`
17913  }
17914fi # as_fn_arith
17915
17916
17917if expr a : '\(a\)' >/dev/null 2>&1 &&
17918   test "X`expr 00001 : '.*\(...\)'`" = X001; then
17919  as_expr=expr
17920else
17921  as_expr=false
17922fi
17923
17924if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17925  as_basename=basename
17926else
17927  as_basename=false
17928fi
17929
17930if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17931  as_dirname=dirname
17932else
17933  as_dirname=false
17934fi
17935
17936as_me=`$as_basename -- "$0" ||
17937$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17938	 X"$0" : 'X\(//\)$' \| \
17939	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17940$as_echo X/"$0" |
17941    sed '/^.*\/\([^/][^/]*\)\/*$/{
17942	    s//\1/
17943	    q
17944	  }
17945	  /^X\/\(\/\/\)$/{
17946	    s//\1/
17947	    q
17948	  }
17949	  /^X\/\(\/\).*/{
17950	    s//\1/
17951	    q
17952	  }
17953	  s/.*/./; q'`
17954
17955# Avoid depending upon Character Ranges.
17956as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17957as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17958as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17959as_cr_digits='0123456789'
17960as_cr_alnum=$as_cr_Letters$as_cr_digits
17961
17962ECHO_C= ECHO_N= ECHO_T=
17963case `echo -n x` in #(((((
17964-n*)
17965  case `echo 'xy\c'` in
17966  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
17967  xy)  ECHO_C='\c';;
17968  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
17969       ECHO_T='	';;
17970  esac;;
17971*)
17972  ECHO_N='-n';;
17973esac
17974
17975rm -f conf$$ conf$$.exe conf$$.file
17976if test -d conf$$.dir; then
17977  rm -f conf$$.dir/conf$$.file
17978else
17979  rm -f conf$$.dir
17980  mkdir conf$$.dir 2>/dev/null
17981fi
17982if (echo >conf$$.file) 2>/dev/null; then
17983  if ln -s conf$$.file conf$$ 2>/dev/null; then
17984    as_ln_s='ln -s'
17985    # ... but there are two gotchas:
17986    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17987    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17988    # In both cases, we have to default to `cp -pR'.
17989    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17990      as_ln_s='cp -pR'
17991  elif ln conf$$.file conf$$ 2>/dev/null; then
17992    as_ln_s=ln
17993  else
17994    as_ln_s='cp -pR'
17995  fi
17996else
17997  as_ln_s='cp -pR'
17998fi
17999rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18000rmdir conf$$.dir 2>/dev/null
18001
18002
18003# as_fn_mkdir_p
18004# -------------
18005# Create "$as_dir" as a directory, including parents if necessary.
18006as_fn_mkdir_p ()
18007{
18008
18009  case $as_dir in #(
18010  -*) as_dir=./$as_dir;;
18011  esac
18012  test -d "$as_dir" || eval $as_mkdir_p || {
18013    as_dirs=
18014    while :; do
18015      case $as_dir in #(
18016      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18017      *) as_qdir=$as_dir;;
18018      esac
18019      as_dirs="'$as_qdir' $as_dirs"
18020      as_dir=`$as_dirname -- "$as_dir" ||
18021$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18022	 X"$as_dir" : 'X\(//\)[^/]' \| \
18023	 X"$as_dir" : 'X\(//\)$' \| \
18024	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18025$as_echo X"$as_dir" |
18026    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18027	    s//\1/
18028	    q
18029	  }
18030	  /^X\(\/\/\)[^/].*/{
18031	    s//\1/
18032	    q
18033	  }
18034	  /^X\(\/\/\)$/{
18035	    s//\1/
18036	    q
18037	  }
18038	  /^X\(\/\).*/{
18039	    s//\1/
18040	    q
18041	  }
18042	  s/.*/./; q'`
18043      test -d "$as_dir" && break
18044    done
18045    test -z "$as_dirs" || eval "mkdir $as_dirs"
18046  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
18047
18048
18049} # as_fn_mkdir_p
18050if mkdir -p . 2>/dev/null; then
18051  as_mkdir_p='mkdir -p "$as_dir"'
18052else
18053  test -d ./-p && rmdir ./-p
18054  as_mkdir_p=false
18055fi
18056
18057
18058# as_fn_executable_p FILE
18059# -----------------------
18060# Test if FILE is an executable regular file.
18061as_fn_executable_p ()
18062{
18063  test -f "$1" && test -x "$1"
18064} # as_fn_executable_p
18065as_test_x='test -x'
18066as_executable_p=as_fn_executable_p
18067
18068# Sed expression to map a string onto a valid CPP name.
18069as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18070
18071# Sed expression to map a string onto a valid variable name.
18072as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18073
18074
18075exec 6>&1
18076## ----------------------------------- ##
18077## Main body of $CONFIG_STATUS script. ##
18078## ----------------------------------- ##
18079_ASEOF
18080test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18081
18082cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18083# Save the log message, to keep $0 and so on meaningful, and to
18084# report actual input values of CONFIG_FILES etc. instead of their
18085# values after options handling.
18086ac_log="
18087This file was extended by bfd $as_me 2.42, which was
18088generated by GNU Autoconf 2.69.  Invocation command line was
18089
18090  CONFIG_FILES    = $CONFIG_FILES
18091  CONFIG_HEADERS  = $CONFIG_HEADERS
18092  CONFIG_LINKS    = $CONFIG_LINKS
18093  CONFIG_COMMANDS = $CONFIG_COMMANDS
18094  $ $0 $@
18095
18096on `(hostname || uname -n) 2>/dev/null | sed 1q`
18097"
18098
18099_ACEOF
18100
18101case $ac_config_files in *"
18102"*) set x $ac_config_files; shift; ac_config_files=$*;;
18103esac
18104
18105case $ac_config_headers in *"
18106"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18107esac
18108
18109
18110cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18111# Files that config.status was made for.
18112config_files="$ac_config_files"
18113config_headers="$ac_config_headers"
18114config_commands="$ac_config_commands"
18115
18116_ACEOF
18117
18118cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18119ac_cs_usage="\
18120\`$as_me' instantiates files and other configuration actions
18121from templates according to the current configuration.  Unless the files
18122and actions are specified as TAGs, all are instantiated by default.
18123
18124Usage: $0 [OPTION]... [TAG]...
18125
18126  -h, --help       print this help, then exit
18127  -V, --version    print version number and configuration settings, then exit
18128      --config     print configuration, then exit
18129  -q, --quiet, --silent
18130                   do not print progress messages
18131  -d, --debug      don't remove temporary files
18132      --recheck    update $as_me by reconfiguring in the same conditions
18133      --file=FILE[:TEMPLATE]
18134                   instantiate the configuration file FILE
18135      --header=FILE[:TEMPLATE]
18136                   instantiate the configuration header FILE
18137
18138Configuration files:
18139$config_files
18140
18141Configuration headers:
18142$config_headers
18143
18144Configuration commands:
18145$config_commands
18146
18147Report bugs to the package provider."
18148
18149_ACEOF
18150cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18151ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18152ac_cs_version="\\
18153bfd config.status 2.42
18154configured by $0, generated by GNU Autoconf 2.69,
18155  with options \\"\$ac_cs_config\\"
18156
18157Copyright (C) 2012 Free Software Foundation, Inc.
18158This config.status script is free software; the Free Software Foundation
18159gives unlimited permission to copy, distribute and modify it."
18160
18161ac_pwd='$ac_pwd'
18162srcdir='$srcdir'
18163INSTALL='$INSTALL'
18164MKDIR_P='$MKDIR_P'
18165AWK='$AWK'
18166test -n "\$AWK" || AWK=awk
18167_ACEOF
18168
18169cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18170# The default lists apply if the user does not specify any file.
18171ac_need_defaults=:
18172while test $# != 0
18173do
18174  case $1 in
18175  --*=?*)
18176    ac_option=`expr "X$1" : 'X\([^=]*\)='`
18177    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18178    ac_shift=:
18179    ;;
18180  --*=)
18181    ac_option=`expr "X$1" : 'X\([^=]*\)='`
18182    ac_optarg=
18183    ac_shift=:
18184    ;;
18185  *)
18186    ac_option=$1
18187    ac_optarg=$2
18188    ac_shift=shift
18189    ;;
18190  esac
18191
18192  case $ac_option in
18193  # Handling of the options.
18194  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18195    ac_cs_recheck=: ;;
18196  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18197    $as_echo "$ac_cs_version"; exit ;;
18198  --config | --confi | --conf | --con | --co | --c )
18199    $as_echo "$ac_cs_config"; exit ;;
18200  --debug | --debu | --deb | --de | --d | -d )
18201    debug=: ;;
18202  --file | --fil | --fi | --f )
18203    $ac_shift
18204    case $ac_optarg in
18205    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18206    '') as_fn_error $? "missing file argument" ;;
18207    esac
18208    as_fn_append CONFIG_FILES " '$ac_optarg'"
18209    ac_need_defaults=false;;
18210  --header | --heade | --head | --hea )
18211    $ac_shift
18212    case $ac_optarg in
18213    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18214    esac
18215    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18216    ac_need_defaults=false;;
18217  --he | --h)
18218    # Conflict between --help and --header
18219    as_fn_error $? "ambiguous option: \`$1'
18220Try \`$0 --help' for more information.";;
18221  --help | --hel | -h )
18222    $as_echo "$ac_cs_usage"; exit ;;
18223  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18224  | -silent | --silent | --silen | --sile | --sil | --si | --s)
18225    ac_cs_silent=: ;;
18226
18227  # This is an error.
18228  -*) as_fn_error $? "unrecognized option: \`$1'
18229Try \`$0 --help' for more information." ;;
18230
18231  *) as_fn_append ac_config_targets " $1"
18232     ac_need_defaults=false ;;
18233
18234  esac
18235  shift
18236done
18237
18238ac_configure_extra_args=
18239
18240if $ac_cs_silent; then
18241  exec 6>/dev/null
18242  ac_configure_extra_args="$ac_configure_extra_args --silent"
18243fi
18244
18245_ACEOF
18246cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18247if \$ac_cs_recheck; then
18248  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18249  shift
18250  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18251  CONFIG_SHELL='$SHELL'
18252  export CONFIG_SHELL
18253  exec "\$@"
18254fi
18255
18256_ACEOF
18257cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18258exec 5>>config.log
18259{
18260  echo
18261  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18262## Running $as_me. ##
18263_ASBOX
18264  $as_echo "$ac_log"
18265} >&5
18266
18267_ACEOF
18268cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18269#
18270# INIT-COMMANDS
18271#
18272AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
18273
18274
18275# The HP-UX ksh and POSIX shell print the target directory to stdout
18276# if CDPATH is set.
18277(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18278
18279sed_quote_subst='$sed_quote_subst'
18280double_quote_subst='$double_quote_subst'
18281delay_variable_subst='$delay_variable_subst'
18282enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
18283macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
18284macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
18285enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
18286pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
18287enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
18288SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
18289ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
18290host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
18291host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
18292host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
18293build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
18294build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
18295build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
18296SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
18297Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
18298GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
18299EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
18300FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
18301LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
18302NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
18303LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
18304max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
18305ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
18306exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
18307lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
18308lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
18309lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
18310reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
18311reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
18312OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
18313deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
18314file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
18315AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
18316AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
18317STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
18318RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
18319old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18320old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18321old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
18322lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
18323CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
18324CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
18325compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
18326GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
18327lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
18328lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
18329lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
18330lt_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"`'
18331objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
18332MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
18333lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
18334lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
18335lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
18336lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
18337lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
18338need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
18339DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
18340NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
18341LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
18342OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
18343OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
18344libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
18345shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
18346extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18347archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
18348enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
18349export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
18350whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
18351compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
18352old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
18353old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18354archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
18355archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18356module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
18357module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18358with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
18359allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
18360no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
18361hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
18362hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
18363hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
18364hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
18365hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
18366hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
18367hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
18368hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
18369inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
18370link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
18371fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
18372always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
18373export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
18374exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
18375include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
18376prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
18377file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
18378variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
18379need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
18380need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
18381version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
18382runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
18383shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
18384shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
18385libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
18386library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
18387soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
18388install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
18389postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18390postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18391finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
18392finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
18393hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
18394sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
18395sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
18396hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
18397enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
18398enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
18399enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
18400old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
18401striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
18402
18403LTCC='$LTCC'
18404LTCFLAGS='$LTCFLAGS'
18405compiler='$compiler_DEFAULT'
18406
18407# A function that is used when there is no print builtin or printf.
18408func_fallback_echo ()
18409{
18410  eval 'cat <<_LTECHO_EOF
18411\$1
18412_LTECHO_EOF'
18413}
18414
18415# Quote evaled strings.
18416for var in SHELL \
18417ECHO \
18418SED \
18419GREP \
18420EGREP \
18421FGREP \
18422LD \
18423NM \
18424LN_S \
18425lt_SP2NL \
18426lt_NL2SP \
18427reload_flag \
18428OBJDUMP \
18429deplibs_check_method \
18430file_magic_cmd \
18431AR \
18432AR_FLAGS \
18433STRIP \
18434RANLIB \
18435CC \
18436CFLAGS \
18437compiler \
18438lt_cv_sys_global_symbol_pipe \
18439lt_cv_sys_global_symbol_to_cdecl \
18440lt_cv_sys_global_symbol_to_c_name_address \
18441lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
18442lt_prog_compiler_no_builtin_flag \
18443lt_prog_compiler_wl \
18444lt_prog_compiler_pic \
18445lt_prog_compiler_static \
18446lt_cv_prog_compiler_c_o \
18447need_locks \
18448DSYMUTIL \
18449NMEDIT \
18450LIPO \
18451OTOOL \
18452OTOOL64 \
18453shrext_cmds \
18454export_dynamic_flag_spec \
18455whole_archive_flag_spec \
18456compiler_needs_object \
18457with_gnu_ld \
18458allow_undefined_flag \
18459no_undefined_flag \
18460hardcode_libdir_flag_spec \
18461hardcode_libdir_flag_spec_ld \
18462hardcode_libdir_separator \
18463fix_srcfile_path \
18464exclude_expsyms \
18465include_expsyms \
18466file_list_spec \
18467variables_saved_for_relink \
18468libname_spec \
18469library_names_spec \
18470soname_spec \
18471install_override_mode \
18472finish_eval \
18473old_striplib \
18474striplib; do
18475    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18476    *[\\\\\\\`\\"\\\$]*)
18477      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
18478      ;;
18479    *)
18480      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18481      ;;
18482    esac
18483done
18484
18485# Double-quote double-evaled strings.
18486for var in reload_cmds \
18487old_postinstall_cmds \
18488old_postuninstall_cmds \
18489old_archive_cmds \
18490extract_expsyms_cmds \
18491old_archive_from_new_cmds \
18492old_archive_from_expsyms_cmds \
18493archive_cmds \
18494archive_expsym_cmds \
18495module_cmds \
18496module_expsym_cmds \
18497export_symbols_cmds \
18498prelink_cmds \
18499postinstall_cmds \
18500postuninstall_cmds \
18501finish_cmds \
18502sys_lib_search_path_spec \
18503sys_lib_dlsearch_path_spec; do
18504    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18505    *[\\\\\\\`\\"\\\$]*)
18506      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18507      ;;
18508    *)
18509      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18510      ;;
18511    esac
18512done
18513
18514ac_aux_dir='$ac_aux_dir'
18515xsi_shell='$xsi_shell'
18516lt_shell_append='$lt_shell_append'
18517
18518# See if we are running on zsh, and set the options which allow our
18519# commands through without removal of \ escapes INIT.
18520if test -n "\${ZSH_VERSION+set}" ; then
18521   setopt NO_GLOB_SUBST
18522fi
18523
18524
18525    PACKAGE='$PACKAGE'
18526    VERSION='$VERSION'
18527    TIMESTAMP='$TIMESTAMP'
18528    RM='$RM'
18529    ofile='$ofile'
18530
18531
18532
18533# Capture the value of obsolete ALL_LINGUAS because we need it to compute
18534    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18535    # from automake.
18536    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18537    # Capture the value of LINGUAS because we need it to compute CATALOGS.
18538    LINGUAS="${LINGUAS-%UNSET%}"
18539
18540# Capture the value of obsolete ALL_LINGUAS because we need it to compute
18541    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18542    # from automake.
18543    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18544    # Capture the value of LINGUAS because we need it to compute CATALOGS.
18545    LINGUAS="${LINGUAS-%UNSET%}"
18546
18547
18548
18549_ACEOF
18550
18551cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18552
18553# Handling of arguments.
18554for ac_config_target in $ac_config_targets
18555do
18556  case $ac_config_target in
18557    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
18558    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
18559    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
18560    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
18561    "default-2") CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;;
18562    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18563    "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
18564    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
18565    "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
18566
18567  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18568  esac
18569done
18570
18571
18572# If the user did not use the arguments to specify the items to instantiate,
18573# then the envvar interface is used.  Set only those that are not.
18574# We use the long form for the default assignment because of an extremely
18575# bizarre bug on SunOS 4.1.3.
18576if $ac_need_defaults; then
18577  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18578  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18579  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18580fi
18581
18582# Have a temporary directory for convenience.  Make it in the build tree
18583# simply because there is no reason against having it here, and in addition,
18584# creating and moving files from /tmp can sometimes cause problems.
18585# Hook for its removal unless debugging.
18586# Note that there is a small window in which the directory will not be cleaned:
18587# after its creation but before its name has been assigned to `$tmp'.
18588$debug ||
18589{
18590  tmp= ac_tmp=
18591  trap 'exit_status=$?
18592  : "${ac_tmp:=$tmp}"
18593  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18594' 0
18595  trap 'as_fn_exit 1' 1 2 13 15
18596}
18597# Create a (secure) tmp directory for tmp files.
18598
18599{
18600  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18601  test -d "$tmp"
18602}  ||
18603{
18604  tmp=./conf$$-$RANDOM
18605  (umask 077 && mkdir "$tmp")
18606} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
18607ac_tmp=$tmp
18608
18609# Set up the scripts for CONFIG_FILES section.
18610# No need to generate them if there are no CONFIG_FILES.
18611# This happens for instance with `./config.status config.h'.
18612if test -n "$CONFIG_FILES"; then
18613
18614
18615ac_cr=`echo X | tr X '\015'`
18616# On cygwin, bash can eat \r inside `` if the user requested igncr.
18617# But we know of no other shell where ac_cr would be empty at this
18618# point, so we can use a bashism as a fallback.
18619if test "x$ac_cr" = x; then
18620  eval ac_cr=\$\'\\r\'
18621fi
18622ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18623if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18624  ac_cs_awk_cr='\\r'
18625else
18626  ac_cs_awk_cr=$ac_cr
18627fi
18628
18629echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18630_ACEOF
18631
18632
18633{
18634  echo "cat >conf$$subs.awk <<_ACEOF" &&
18635  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18636  echo "_ACEOF"
18637} >conf$$subs.sh ||
18638  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18639ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18640ac_delim='%!_!# '
18641for ac_last_try in false false false false false :; do
18642  . ./conf$$subs.sh ||
18643    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18644
18645  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18646  if test $ac_delim_n = $ac_delim_num; then
18647    break
18648  elif $ac_last_try; then
18649    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
18650  else
18651    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18652  fi
18653done
18654rm -f conf$$subs.sh
18655
18656cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18657cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
18658_ACEOF
18659sed -n '
18660h
18661s/^/S["/; s/!.*/"]=/
18662p
18663g
18664s/^[^!]*!//
18665:repl
18666t repl
18667s/'"$ac_delim"'$//
18668t delim
18669:nl
18670h
18671s/\(.\{148\}\)..*/\1/
18672t more1
18673s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18674p
18675n
18676b repl
18677:more1
18678s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18679p
18680g
18681s/.\{148\}//
18682t nl
18683:delim
18684h
18685s/\(.\{148\}\)..*/\1/
18686t more2
18687s/["\\]/\\&/g; s/^/"/; s/$/"/
18688p
18689b
18690:more2
18691s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18692p
18693g
18694s/.\{148\}//
18695t delim
18696' <conf$$subs.awk | sed '
18697/^[^""]/{
18698  N
18699  s/\n//
18700}
18701' >>$CONFIG_STATUS || ac_write_fail=1
18702rm -f conf$$subs.awk
18703cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18704_ACAWK
18705cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
18706  for (key in S) S_is_set[key] = 1
18707  FS = ""
18708
18709}
18710{
18711  line = $ 0
18712  nfields = split(line, field, "@")
18713  substed = 0
18714  len = length(field[1])
18715  for (i = 2; i < nfields; i++) {
18716    key = field[i]
18717    keylen = length(key)
18718    if (S_is_set[key]) {
18719      value = S[key]
18720      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18721      len += length(value) + length(field[++i])
18722      substed = 1
18723    } else
18724      len += 1 + keylen
18725  }
18726
18727  print line
18728}
18729
18730_ACAWK
18731_ACEOF
18732cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18733if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18734  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18735else
18736  cat
18737fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
18738  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
18739_ACEOF
18740
18741# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18742# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
18743# trailing colons and then remove the whole line if VPATH becomes empty
18744# (actually we leave an empty line to preserve line numbers).
18745if test "x$srcdir" = x.; then
18746  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
18747h
18748s///
18749s/^/:/
18750s/[	 ]*$/:/
18751s/:\$(srcdir):/:/g
18752s/:\${srcdir}:/:/g
18753s/:@srcdir@:/:/g
18754s/^:*//
18755s/:*$//
18756x
18757s/\(=[	 ]*\).*/\1/
18758G
18759s/\n//
18760s/^[^=]*=[	 ]*$//
18761}'
18762fi
18763
18764cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18765fi # test -n "$CONFIG_FILES"
18766
18767# Set up the scripts for CONFIG_HEADERS section.
18768# No need to generate them if there are no CONFIG_HEADERS.
18769# This happens for instance with `./config.status Makefile'.
18770if test -n "$CONFIG_HEADERS"; then
18771cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
18772BEGIN {
18773_ACEOF
18774
18775# Transform confdefs.h into an awk script `defines.awk', embedded as
18776# here-document in config.status, that substitutes the proper values into
18777# config.h.in to produce config.h.
18778
18779# Create a delimiter string that does not exist in confdefs.h, to ease
18780# handling of long lines.
18781ac_delim='%!_!# '
18782for ac_last_try in false false :; do
18783  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
18784  if test -z "$ac_tt"; then
18785    break
18786  elif $ac_last_try; then
18787    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
18788  else
18789    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18790  fi
18791done
18792
18793# For the awk script, D is an array of macro values keyed by name,
18794# likewise P contains macro parameters if any.  Preserve backslash
18795# newline sequences.
18796
18797ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18798sed -n '
18799s/.\{148\}/&'"$ac_delim"'/g
18800t rset
18801:rset
18802s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
18803t def
18804d
18805:def
18806s/\\$//
18807t bsnl
18808s/["\\]/\\&/g
18809s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
18810D["\1"]=" \3"/p
18811s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
18812d
18813:bsnl
18814s/["\\]/\\&/g
18815s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
18816D["\1"]=" \3\\\\\\n"\\/p
18817t cont
18818s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18819t cont
18820d
18821:cont
18822n
18823s/.\{148\}/&'"$ac_delim"'/g
18824t clear
18825:clear
18826s/\\$//
18827t bsnlc
18828s/["\\]/\\&/g; s/^/"/; s/$/"/p
18829d
18830:bsnlc
18831s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18832b cont
18833' <confdefs.h | sed '
18834s/'"$ac_delim"'/"\\\
18835"/g' >>$CONFIG_STATUS || ac_write_fail=1
18836
18837cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18838  for (key in D) D_is_set[key] = 1
18839  FS = ""
18840}
18841/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18842  line = \$ 0
18843  split(line, arg, " ")
18844  if (arg[1] == "#") {
18845    defundef = arg[2]
18846    mac1 = arg[3]
18847  } else {
18848    defundef = substr(arg[1], 2)
18849    mac1 = arg[2]
18850  }
18851  split(mac1, mac2, "(") #)
18852  macro = mac2[1]
18853  prefix = substr(line, 1, index(line, defundef) - 1)
18854  if (D_is_set[macro]) {
18855    # Preserve the white space surrounding the "#".
18856    print prefix "define", macro P[macro] D[macro]
18857    next
18858  } else {
18859    # Replace #undef with comments.  This is necessary, for example,
18860    # in the case of _POSIX_SOURCE, which is predefined and required
18861    # on some systems where configure will not decide to define it.
18862    if (defundef == "undef") {
18863      print "/*", prefix defundef, macro, "*/"
18864      next
18865    }
18866  }
18867}
18868{ print }
18869_ACAWK
18870_ACEOF
18871cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18872  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
18873fi # test -n "$CONFIG_HEADERS"
18874
18875
18876eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
18877shift
18878for ac_tag
18879do
18880  case $ac_tag in
18881  :[FHLC]) ac_mode=$ac_tag; continue;;
18882  esac
18883  case $ac_mode$ac_tag in
18884  :[FHL]*:*);;
18885  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
18886  :[FH]-) ac_tag=-:-;;
18887  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18888  esac
18889  ac_save_IFS=$IFS
18890  IFS=:
18891  set x $ac_tag
18892  IFS=$ac_save_IFS
18893  shift
18894  ac_file=$1
18895  shift
18896
18897  case $ac_mode in
18898  :L) ac_source=$1;;
18899  :[FH])
18900    ac_file_inputs=
18901    for ac_f
18902    do
18903      case $ac_f in
18904      -) ac_f="$ac_tmp/stdin";;
18905      *) # Look for the file first in the build tree, then in the source tree
18906	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
18907	 # because $ac_f cannot contain `:'.
18908	 test -f "$ac_f" ||
18909	   case $ac_f in
18910	   [\\/$]*) false;;
18911	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18912	   esac ||
18913	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18914      esac
18915      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18916      as_fn_append ac_file_inputs " '$ac_f'"
18917    done
18918
18919    # Let's still pretend it is `configure' which instantiates (i.e., don't
18920    # use $as_me), people would be surprised to read:
18921    #    /* config.h.  Generated by config.status.  */
18922    configure_input='Generated from '`
18923	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18924	`' by configure.'
18925    if test x"$ac_file" != x-; then
18926      configure_input="$ac_file.  $configure_input"
18927      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18928$as_echo "$as_me: creating $ac_file" >&6;}
18929    fi
18930    # Neutralize special characters interpreted by sed in replacement strings.
18931    case $configure_input in #(
18932    *\&* | *\|* | *\\* )
18933       ac_sed_conf_input=`$as_echo "$configure_input" |
18934       sed 's/[\\\\&|]/\\\\&/g'`;; #(
18935    *) ac_sed_conf_input=$configure_input;;
18936    esac
18937
18938    case $ac_tag in
18939    *:-:* | *:-) cat >"$ac_tmp/stdin" \
18940      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
18941    esac
18942    ;;
18943  esac
18944
18945  ac_dir=`$as_dirname -- "$ac_file" ||
18946$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18947	 X"$ac_file" : 'X\(//\)[^/]' \| \
18948	 X"$ac_file" : 'X\(//\)$' \| \
18949	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18950$as_echo X"$ac_file" |
18951    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18952	    s//\1/
18953	    q
18954	  }
18955	  /^X\(\/\/\)[^/].*/{
18956	    s//\1/
18957	    q
18958	  }
18959	  /^X\(\/\/\)$/{
18960	    s//\1/
18961	    q
18962	  }
18963	  /^X\(\/\).*/{
18964	    s//\1/
18965	    q
18966	  }
18967	  s/.*/./; q'`
18968  as_dir="$ac_dir"; as_fn_mkdir_p
18969  ac_builddir=.
18970
18971case "$ac_dir" in
18972.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18973*)
18974  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18975  # A ".." for each directory in $ac_dir_suffix.
18976  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18977  case $ac_top_builddir_sub in
18978  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18979  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18980  esac ;;
18981esac
18982ac_abs_top_builddir=$ac_pwd
18983ac_abs_builddir=$ac_pwd$ac_dir_suffix
18984# for backward compatibility:
18985ac_top_builddir=$ac_top_build_prefix
18986
18987case $srcdir in
18988  .)  # We are building in place.
18989    ac_srcdir=.
18990    ac_top_srcdir=$ac_top_builddir_sub
18991    ac_abs_top_srcdir=$ac_pwd ;;
18992  [\\/]* | ?:[\\/]* )  # Absolute name.
18993    ac_srcdir=$srcdir$ac_dir_suffix;
18994    ac_top_srcdir=$srcdir
18995    ac_abs_top_srcdir=$srcdir ;;
18996  *) # Relative name.
18997    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18998    ac_top_srcdir=$ac_top_build_prefix$srcdir
18999    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19000esac
19001ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19002
19003
19004  case $ac_mode in
19005  :F)
19006  #
19007  # CONFIG_FILE
19008  #
19009
19010  case $INSTALL in
19011  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19012  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19013  esac
19014  ac_MKDIR_P=$MKDIR_P
19015  case $MKDIR_P in
19016  [\\/$]* | ?:[\\/]* ) ;;
19017  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
19018  esac
19019_ACEOF
19020
19021cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19022# If the template does not know about datarootdir, expand it.
19023# FIXME: This hack should be removed a few years after 2.60.
19024ac_datarootdir_hack=; ac_datarootdir_seen=
19025ac_sed_dataroot='
19026/datarootdir/ {
19027  p
19028  q
19029}
19030/@datadir@/p
19031/@docdir@/p
19032/@infodir@/p
19033/@localedir@/p
19034/@mandir@/p'
19035case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19036*datarootdir*) ac_datarootdir_seen=yes;;
19037*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19038  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19039$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19040_ACEOF
19041cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19042  ac_datarootdir_hack='
19043  s&@datadir@&$datadir&g
19044  s&@docdir@&$docdir&g
19045  s&@infodir@&$infodir&g
19046  s&@localedir@&$localedir&g
19047  s&@mandir@&$mandir&g
19048  s&\\\${datarootdir}&$datarootdir&g' ;;
19049esac
19050_ACEOF
19051
19052# Neutralize VPATH when `$srcdir' = `.'.
19053# Shell code in configure.ac might set extrasub.
19054# FIXME: do we really want to maintain this feature?
19055cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19056ac_sed_extra="$ac_vpsub
19057$extrasub
19058_ACEOF
19059cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19060:t
19061/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19062s|@configure_input@|$ac_sed_conf_input|;t t
19063s&@top_builddir@&$ac_top_builddir_sub&;t t
19064s&@top_build_prefix@&$ac_top_build_prefix&;t t
19065s&@srcdir@&$ac_srcdir&;t t
19066s&@abs_srcdir@&$ac_abs_srcdir&;t t
19067s&@top_srcdir@&$ac_top_srcdir&;t t
19068s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19069s&@builddir@&$ac_builddir&;t t
19070s&@abs_builddir@&$ac_abs_builddir&;t t
19071s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19072s&@INSTALL@&$ac_INSTALL&;t t
19073s&@MKDIR_P@&$ac_MKDIR_P&;t t
19074$ac_datarootdir_hack
19075"
19076eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
19077  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19078
19079test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19080  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
19081  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
19082      "$ac_tmp/out"`; test -z "$ac_out"; } &&
19083  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19084which seems to be undefined.  Please make sure it is defined" >&5
19085$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19086which seems to be undefined.  Please make sure it is defined" >&2;}
19087
19088  rm -f "$ac_tmp/stdin"
19089  case $ac_file in
19090  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19091  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19092  esac \
19093  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19094 ;;
19095  :H)
19096  #
19097  # CONFIG_HEADER
19098  #
19099  if test x"$ac_file" != x-; then
19100    {
19101      $as_echo "/* $configure_input  */" \
19102      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19103    } >"$ac_tmp/config.h" \
19104      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19105    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19106      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19107$as_echo "$as_me: $ac_file is unchanged" >&6;}
19108    else
19109      rm -f "$ac_file"
19110      mv "$ac_tmp/config.h" "$ac_file" \
19111	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
19112    fi
19113  else
19114    $as_echo "/* $configure_input  */" \
19115      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19116      || as_fn_error $? "could not create -" "$LINENO" 5
19117  fi
19118# Compute "$ac_file"'s index in $config_headers.
19119_am_arg="$ac_file"
19120_am_stamp_count=1
19121for _am_header in $config_headers :; do
19122  case $_am_header in
19123    $_am_arg | $_am_arg:* )
19124      break ;;
19125    * )
19126      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
19127  esac
19128done
19129echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
19130$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19131	 X"$_am_arg" : 'X\(//\)[^/]' \| \
19132	 X"$_am_arg" : 'X\(//\)$' \| \
19133	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
19134$as_echo X"$_am_arg" |
19135    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19136	    s//\1/
19137	    q
19138	  }
19139	  /^X\(\/\/\)[^/].*/{
19140	    s//\1/
19141	    q
19142	  }
19143	  /^X\(\/\/\)$/{
19144	    s//\1/
19145	    q
19146	  }
19147	  /^X\(\/\).*/{
19148	    s//\1/
19149	    q
19150	  }
19151	  s/.*/./; q'`/stamp-h$_am_stamp_count
19152 ;;
19153
19154  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19155$as_echo "$as_me: executing $ac_file commands" >&6;}
19156 ;;
19157  esac
19158
19159
19160  case $ac_file$ac_mode in
19161    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
19162  # Older Autoconf quotes --file arguments for eval, but not when files
19163  # are listed without --file.  Let's play safe and only enable the eval
19164  # if we detect the quoting.
19165  case $CONFIG_FILES in
19166  *\'*) eval set x "$CONFIG_FILES" ;;
19167  *)   set x $CONFIG_FILES ;;
19168  esac
19169  shift
19170  for mf
19171  do
19172    # Strip MF so we end up with the name of the file.
19173    mf=`echo "$mf" | sed -e 's/:.*$//'`
19174    # Check whether this is an Automake generated Makefile or not.
19175    # We used to match only the files named 'Makefile.in', but
19176    # some people rename them; so instead we look at the file content.
19177    # Grep'ing the first line is not enough: some people post-process
19178    # each Makefile.in and add a new line on top of each file to say so.
19179    # Grep'ing the whole file is not good either: AIX grep has a line
19180    # limit of 2048, but all sed's we know have understand at least 4000.
19181    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
19182      dirpart=`$as_dirname -- "$mf" ||
19183$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19184	 X"$mf" : 'X\(//\)[^/]' \| \
19185	 X"$mf" : 'X\(//\)$' \| \
19186	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
19187$as_echo X"$mf" |
19188    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19189	    s//\1/
19190	    q
19191	  }
19192	  /^X\(\/\/\)[^/].*/{
19193	    s//\1/
19194	    q
19195	  }
19196	  /^X\(\/\/\)$/{
19197	    s//\1/
19198	    q
19199	  }
19200	  /^X\(\/\).*/{
19201	    s//\1/
19202	    q
19203	  }
19204	  s/.*/./; q'`
19205    else
19206      continue
19207    fi
19208    # Extract the definition of DEPDIR, am__include, and am__quote
19209    # from the Makefile without running 'make'.
19210    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
19211    test -z "$DEPDIR" && continue
19212    am__include=`sed -n 's/^am__include = //p' < "$mf"`
19213    test -z "$am__include" && continue
19214    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
19215    # Find all dependency output files, they are included files with
19216    # $(DEPDIR) in their names.  We invoke sed twice because it is the
19217    # simplest approach to changing $(DEPDIR) to its actual value in the
19218    # expansion.
19219    for file in `sed -n "
19220      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
19221	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
19222      # Make sure the directory exists.
19223      test -f "$dirpart/$file" && continue
19224      fdir=`$as_dirname -- "$file" ||
19225$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19226	 X"$file" : 'X\(//\)[^/]' \| \
19227	 X"$file" : 'X\(//\)$' \| \
19228	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
19229$as_echo X"$file" |
19230    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19231	    s//\1/
19232	    q
19233	  }
19234	  /^X\(\/\/\)[^/].*/{
19235	    s//\1/
19236	    q
19237	  }
19238	  /^X\(\/\/\)$/{
19239	    s//\1/
19240	    q
19241	  }
19242	  /^X\(\/\).*/{
19243	    s//\1/
19244	    q
19245	  }
19246	  s/.*/./; q'`
19247      as_dir=$dirpart/$fdir; as_fn_mkdir_p
19248      # echo "creating $dirpart/$file"
19249      echo '# dummy' > "$dirpart/$file"
19250    done
19251  done
19252}
19253 ;;
19254    "libtool":C)
19255
19256    # See if we are running on zsh, and set the options which allow our
19257    # commands through without removal of \ escapes.
19258    if test -n "${ZSH_VERSION+set}" ; then
19259      setopt NO_GLOB_SUBST
19260    fi
19261
19262    cfgfile="${ofile}T"
19263    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
19264    $RM "$cfgfile"
19265
19266    cat <<_LT_EOF >> "$cfgfile"
19267#! $SHELL
19268
19269# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
19270# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
19271# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19272# NOTE: Changes made to this file will be lost: look at ltmain.sh.
19273#
19274#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
19275#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
19276#   Written by Gordon Matzigkeit, 1996
19277#
19278#   This file is part of GNU Libtool.
19279#
19280# GNU Libtool is free software; you can redistribute it and/or
19281# modify it under the terms of the GNU General Public License as
19282# published by the Free Software Foundation; either version 2 of
19283# the License, or (at your option) any later version.
19284#
19285# As a special exception to the GNU General Public License,
19286# if you distribute this file as part of a program or library that
19287# is built using GNU Libtool, you may include this file under the
19288# same distribution terms that you use for the rest of that program.
19289#
19290# GNU Libtool is distributed in the hope that it will be useful,
19291# but WITHOUT ANY WARRANTY; without even the implied warranty of
19292# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19293# GNU General Public License for more details.
19294#
19295# You should have received a copy of the GNU General Public License
19296# along with GNU Libtool; see the file COPYING.  If not, a copy
19297# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
19298# obtained by writing to the Free Software Foundation, Inc.,
19299# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19300
19301
19302# The names of the tagged configurations supported by this script.
19303available_tags=""
19304
19305# ### BEGIN LIBTOOL CONFIG
19306
19307# Whether or not to build shared libraries.
19308build_libtool_libs=$enable_shared
19309
19310# Which release of libtool.m4 was used?
19311macro_version=$macro_version
19312macro_revision=$macro_revision
19313
19314# Whether or not to build static libraries.
19315build_old_libs=$enable_static
19316
19317# What type of objects to build.
19318pic_mode=$pic_mode
19319
19320# Whether or not to optimize for fast installation.
19321fast_install=$enable_fast_install
19322
19323# Shell to use when invoking shell scripts.
19324SHELL=$lt_SHELL
19325
19326# An echo program that protects backslashes.
19327ECHO=$lt_ECHO
19328
19329# The host system.
19330host_alias=$host_alias
19331host=$host
19332host_os=$host_os
19333
19334# The build system.
19335build_alias=$build_alias
19336build=$build
19337build_os=$build_os
19338
19339# A sed program that does not truncate output.
19340SED=$lt_SED
19341
19342# Sed that helps us avoid accidentally triggering echo(1) options like -n.
19343Xsed="\$SED -e 1s/^X//"
19344
19345# A grep program that handles long lines.
19346GREP=$lt_GREP
19347
19348# An ERE matcher.
19349EGREP=$lt_EGREP
19350
19351# A literal string matcher.
19352FGREP=$lt_FGREP
19353
19354# A BSD- or MS-compatible name lister.
19355NM=$lt_NM
19356
19357# Whether we need soft or hard links.
19358LN_S=$lt_LN_S
19359
19360# What is the maximum length of a command?
19361max_cmd_len=$max_cmd_len
19362
19363# Object file suffix (normally "o").
19364objext=$ac_objext
19365
19366# Executable file suffix (normally "").
19367exeext=$exeext
19368
19369# whether the shell understands "unset".
19370lt_unset=$lt_unset
19371
19372# turn spaces into newlines.
19373SP2NL=$lt_lt_SP2NL
19374
19375# turn newlines into spaces.
19376NL2SP=$lt_lt_NL2SP
19377
19378# An object symbol dumper.
19379OBJDUMP=$lt_OBJDUMP
19380
19381# Method to check whether dependent libraries are shared objects.
19382deplibs_check_method=$lt_deplibs_check_method
19383
19384# Command to use when deplibs_check_method == "file_magic".
19385file_magic_cmd=$lt_file_magic_cmd
19386
19387# The archiver.
19388AR=$lt_AR
19389AR_FLAGS=$lt_AR_FLAGS
19390
19391# A symbol stripping program.
19392STRIP=$lt_STRIP
19393
19394# Commands used to install an old-style archive.
19395RANLIB=$lt_RANLIB
19396old_postinstall_cmds=$lt_old_postinstall_cmds
19397old_postuninstall_cmds=$lt_old_postuninstall_cmds
19398
19399# Whether to use a lock for old archive extraction.
19400lock_old_archive_extraction=$lock_old_archive_extraction
19401
19402# A C compiler.
19403LTCC=$lt_CC
19404
19405# LTCC compiler flags.
19406LTCFLAGS=$lt_CFLAGS
19407
19408# Take the output of nm and produce a listing of raw symbols and C names.
19409global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19410
19411# Transform the output of nm in a proper C declaration.
19412global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19413
19414# Transform the output of nm in a C name address pair.
19415global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19416
19417# Transform the output of nm in a C name address pair when lib prefix is needed.
19418global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
19419
19420# The name of the directory that contains temporary libtool files.
19421objdir=$objdir
19422
19423# Used to examine libraries when file_magic_cmd begins with "file".
19424MAGIC_CMD=$MAGIC_CMD
19425
19426# Must we lock files when doing compilation?
19427need_locks=$lt_need_locks
19428
19429# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
19430DSYMUTIL=$lt_DSYMUTIL
19431
19432# Tool to change global to local symbols on Mac OS X.
19433NMEDIT=$lt_NMEDIT
19434
19435# Tool to manipulate fat objects and archives on Mac OS X.
19436LIPO=$lt_LIPO
19437
19438# ldd/readelf like tool for Mach-O binaries on Mac OS X.
19439OTOOL=$lt_OTOOL
19440
19441# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19442OTOOL64=$lt_OTOOL64
19443
19444# Old archive suffix (normally "a").
19445libext=$libext
19446
19447# Shared library suffix (normally ".so").
19448shrext_cmds=$lt_shrext_cmds
19449
19450# The commands to extract the exported symbol list from a shared archive.
19451extract_expsyms_cmds=$lt_extract_expsyms_cmds
19452
19453# Variables whose values should be saved in libtool wrapper scripts and
19454# restored at link time.
19455variables_saved_for_relink=$lt_variables_saved_for_relink
19456
19457# Do we need the "lib" prefix for modules?
19458need_lib_prefix=$need_lib_prefix
19459
19460# Do we need a version for libraries?
19461need_version=$need_version
19462
19463# Library versioning type.
19464version_type=$version_type
19465
19466# Shared library runtime path variable.
19467runpath_var=$runpath_var
19468
19469# Shared library path variable.
19470shlibpath_var=$shlibpath_var
19471
19472# Is shlibpath searched before the hard-coded library search path?
19473shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19474
19475# Format of library name prefix.
19476libname_spec=$lt_libname_spec
19477
19478# List of archive names.  First name is the real one, the rest are links.
19479# The last name is the one that the linker finds with -lNAME
19480library_names_spec=$lt_library_names_spec
19481
19482# The coded name of the library, if different from the real name.
19483soname_spec=$lt_soname_spec
19484
19485# Permission mode override for installation of shared libraries.
19486install_override_mode=$lt_install_override_mode
19487
19488# Command to use after installation of a shared archive.
19489postinstall_cmds=$lt_postinstall_cmds
19490
19491# Command to use after uninstallation of a shared archive.
19492postuninstall_cmds=$lt_postuninstall_cmds
19493
19494# Commands used to finish a libtool library installation in a directory.
19495finish_cmds=$lt_finish_cmds
19496
19497# As "finish_cmds", except a single script fragment to be evaled but
19498# not shown.
19499finish_eval=$lt_finish_eval
19500
19501# Whether we should hardcode library paths into libraries.
19502hardcode_into_libs=$hardcode_into_libs
19503
19504# Compile-time system search path for libraries.
19505sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19506
19507# Run-time system search path for libraries.
19508sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19509
19510# Whether dlopen is supported.
19511dlopen_support=$enable_dlopen
19512
19513# Whether dlopen of programs is supported.
19514dlopen_self=$enable_dlopen_self
19515
19516# Whether dlopen of statically linked programs is supported.
19517dlopen_self_static=$enable_dlopen_self_static
19518
19519# Commands to strip libraries.
19520old_striplib=$lt_old_striplib
19521striplib=$lt_striplib
19522
19523
19524# The linker used to build libraries.
19525LD=$lt_LD
19526
19527# How to create reloadable object files.
19528reload_flag=$lt_reload_flag
19529reload_cmds=$lt_reload_cmds
19530
19531# Commands used to build an old-style archive.
19532old_archive_cmds=$lt_old_archive_cmds
19533
19534# A language specific compiler.
19535CC=$lt_compiler
19536
19537# Is the compiler the GNU compiler?
19538with_gcc=$GCC
19539
19540# Compiler flag to turn off builtin functions.
19541no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19542
19543# How to pass a linker flag through the compiler.
19544wl=$lt_lt_prog_compiler_wl
19545
19546# Additional compiler flags for building library objects.
19547pic_flag=$lt_lt_prog_compiler_pic
19548
19549# Compiler flag to prevent dynamic linking.
19550link_static_flag=$lt_lt_prog_compiler_static
19551
19552# Does compiler simultaneously support -c and -o options?
19553compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19554
19555# Whether or not to add -lc for building shared libraries.
19556build_libtool_need_lc=$archive_cmds_need_lc
19557
19558# Whether or not to disallow shared libs when runtime libs are static.
19559allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19560
19561# Compiler flag to allow reflexive dlopens.
19562export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19563
19564# Compiler flag to generate shared objects directly from archives.
19565whole_archive_flag_spec=$lt_whole_archive_flag_spec
19566
19567# Whether the compiler copes with passing no objects directly.
19568compiler_needs_object=$lt_compiler_needs_object
19569
19570# Create an old-style archive from a shared archive.
19571old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19572
19573# Create a temporary old-style archive to link instead of a shared archive.
19574old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19575
19576# Commands used to build a shared archive.
19577archive_cmds=$lt_archive_cmds
19578archive_expsym_cmds=$lt_archive_expsym_cmds
19579
19580# Commands used to build a loadable module if different from building
19581# a shared archive.
19582module_cmds=$lt_module_cmds
19583module_expsym_cmds=$lt_module_expsym_cmds
19584
19585# Whether we are building with GNU ld or not.
19586with_gnu_ld=$lt_with_gnu_ld
19587
19588# Flag that allows shared libraries with undefined symbols to be built.
19589allow_undefined_flag=$lt_allow_undefined_flag
19590
19591# Flag that enforces no undefined symbols.
19592no_undefined_flag=$lt_no_undefined_flag
19593
19594# Flag to hardcode \$libdir into a binary during linking.
19595# This must work even if \$libdir does not exist
19596hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19597
19598# If ld is used when linking, flag to hardcode \$libdir into a binary
19599# during linking.  This must work even if \$libdir does not exist.
19600hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19601
19602# Whether we need a single "-rpath" flag with a separated argument.
19603hardcode_libdir_separator=$lt_hardcode_libdir_separator
19604
19605# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19606# DIR into the resulting binary.
19607hardcode_direct=$hardcode_direct
19608
19609# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19610# DIR into the resulting binary and the resulting library dependency is
19611# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19612# library is relocated.
19613hardcode_direct_absolute=$hardcode_direct_absolute
19614
19615# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19616# into the resulting binary.
19617hardcode_minus_L=$hardcode_minus_L
19618
19619# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19620# into the resulting binary.
19621hardcode_shlibpath_var=$hardcode_shlibpath_var
19622
19623# Set to "yes" if building a shared library automatically hardcodes DIR
19624# into the library and all subsequent libraries and executables linked
19625# against it.
19626hardcode_automatic=$hardcode_automatic
19627
19628# Set to yes if linker adds runtime paths of dependent libraries
19629# to runtime path list.
19630inherit_rpath=$inherit_rpath
19631
19632# Whether libtool must link a program against all its dependency libraries.
19633link_all_deplibs=$link_all_deplibs
19634
19635# Fix the shell variable \$srcfile for the compiler.
19636fix_srcfile_path=$lt_fix_srcfile_path
19637
19638# Set to "yes" if exported symbols are required.
19639always_export_symbols=$always_export_symbols
19640
19641# The commands to list exported symbols.
19642export_symbols_cmds=$lt_export_symbols_cmds
19643
19644# Symbols that should not be listed in the preloaded symbols.
19645exclude_expsyms=$lt_exclude_expsyms
19646
19647# Symbols that must always be exported.
19648include_expsyms=$lt_include_expsyms
19649
19650# Commands necessary for linking programs (against libraries) with templates.
19651prelink_cmds=$lt_prelink_cmds
19652
19653# Specify filename containing input files.
19654file_list_spec=$lt_file_list_spec
19655
19656# How to hardcode a shared library path into an executable.
19657hardcode_action=$hardcode_action
19658
19659# ### END LIBTOOL CONFIG
19660
19661_LT_EOF
19662
19663  case $host_os in
19664  aix3*)
19665    cat <<\_LT_EOF >> "$cfgfile"
19666# AIX sometimes has problems with the GCC collect2 program.  For some
19667# reason, if we set the COLLECT_NAMES environment variable, the problems
19668# vanish in a puff of smoke.
19669if test "X${COLLECT_NAMES+set}" != Xset; then
19670  COLLECT_NAMES=
19671  export COLLECT_NAMES
19672fi
19673_LT_EOF
19674    ;;
19675  esac
19676
19677
19678ltmain="$ac_aux_dir/ltmain.sh"
19679
19680
19681  # We use sed instead of cat because bash on DJGPP gets confused if
19682  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
19683  # text mode, it properly converts lines to CR/LF.  This bash problem
19684  # is reportedly fixed, but why not run on old versions too?
19685  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19686    || (rm -f "$cfgfile"; exit 1)
19687
19688  case $xsi_shell in
19689  yes)
19690    cat << \_LT_EOF >> "$cfgfile"
19691
19692# func_dirname file append nondir_replacement
19693# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
19694# otherwise set result to NONDIR_REPLACEMENT.
19695func_dirname ()
19696{
19697  case ${1} in
19698    */*) func_dirname_result="${1%/*}${2}" ;;
19699    *  ) func_dirname_result="${3}" ;;
19700  esac
19701}
19702
19703# func_basename file
19704func_basename ()
19705{
19706  func_basename_result="${1##*/}"
19707}
19708
19709# func_dirname_and_basename file append nondir_replacement
19710# perform func_basename and func_dirname in a single function
19711# call:
19712#   dirname:  Compute the dirname of FILE.  If nonempty,
19713#             add APPEND to the result, otherwise set result
19714#             to NONDIR_REPLACEMENT.
19715#             value returned in "$func_dirname_result"
19716#   basename: Compute filename of FILE.
19717#             value retuned in "$func_basename_result"
19718# Implementation must be kept synchronized with func_dirname
19719# and func_basename. For efficiency, we do not delegate to
19720# those functions but instead duplicate the functionality here.
19721func_dirname_and_basename ()
19722{
19723  case ${1} in
19724    */*) func_dirname_result="${1%/*}${2}" ;;
19725    *  ) func_dirname_result="${3}" ;;
19726  esac
19727  func_basename_result="${1##*/}"
19728}
19729
19730# func_stripname prefix suffix name
19731# strip PREFIX and SUFFIX off of NAME.
19732# PREFIX and SUFFIX must not contain globbing or regex special
19733# characters, hashes, percent signs, but SUFFIX may contain a leading
19734# dot (in which case that matches only a dot).
19735func_stripname ()
19736{
19737  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19738  # positional parameters, so assign one to ordinary parameter first.
19739  func_stripname_result=${3}
19740  func_stripname_result=${func_stripname_result#"${1}"}
19741  func_stripname_result=${func_stripname_result%"${2}"}
19742}
19743
19744# func_opt_split
19745func_opt_split ()
19746{
19747  func_opt_split_opt=${1%%=*}
19748  func_opt_split_arg=${1#*=}
19749}
19750
19751# func_lo2o object
19752func_lo2o ()
19753{
19754  case ${1} in
19755    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
19756    *)    func_lo2o_result=${1} ;;
19757  esac
19758}
19759
19760# func_xform libobj-or-source
19761func_xform ()
19762{
19763  func_xform_result=${1%.*}.lo
19764}
19765
19766# func_arith arithmetic-term...
19767func_arith ()
19768{
19769  func_arith_result=$(( $* ))
19770}
19771
19772# func_len string
19773# STRING may not start with a hyphen.
19774func_len ()
19775{
19776  func_len_result=${#1}
19777}
19778
19779_LT_EOF
19780    ;;
19781  *) # Bourne compatible functions.
19782    cat << \_LT_EOF >> "$cfgfile"
19783
19784# func_dirname file append nondir_replacement
19785# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
19786# otherwise set result to NONDIR_REPLACEMENT.
19787func_dirname ()
19788{
19789  # Extract subdirectory from the argument.
19790  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
19791  if test "X$func_dirname_result" = "X${1}"; then
19792    func_dirname_result="${3}"
19793  else
19794    func_dirname_result="$func_dirname_result${2}"
19795  fi
19796}
19797
19798# func_basename file
19799func_basename ()
19800{
19801  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
19802}
19803
19804
19805# func_stripname prefix suffix name
19806# strip PREFIX and SUFFIX off of NAME.
19807# PREFIX and SUFFIX must not contain globbing or regex special
19808# characters, hashes, percent signs, but SUFFIX may contain a leading
19809# dot (in which case that matches only a dot).
19810# func_strip_suffix prefix name
19811func_stripname ()
19812{
19813  case ${2} in
19814    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19815    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19816  esac
19817}
19818
19819# sed scripts:
19820my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
19821my_sed_long_arg='1s/^-[^=]*=//'
19822
19823# func_opt_split
19824func_opt_split ()
19825{
19826  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19827  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19828}
19829
19830# func_lo2o object
19831func_lo2o ()
19832{
19833  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
19834}
19835
19836# func_xform libobj-or-source
19837func_xform ()
19838{
19839  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19840}
19841
19842# func_arith arithmetic-term...
19843func_arith ()
19844{
19845  func_arith_result=`expr "$@"`
19846}
19847
19848# func_len string
19849# STRING may not start with a hyphen.
19850func_len ()
19851{
19852  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19853}
19854
19855_LT_EOF
19856esac
19857
19858case $lt_shell_append in
19859  yes)
19860    cat << \_LT_EOF >> "$cfgfile"
19861
19862# func_append var value
19863# Append VALUE to the end of shell variable VAR.
19864func_append ()
19865{
19866  eval "$1+=\$2"
19867}
19868_LT_EOF
19869    ;;
19870  *)
19871    cat << \_LT_EOF >> "$cfgfile"
19872
19873# func_append var value
19874# Append VALUE to the end of shell variable VAR.
19875func_append ()
19876{
19877  eval "$1=\$$1\$2"
19878}
19879
19880_LT_EOF
19881    ;;
19882  esac
19883
19884
19885  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19886    || (rm -f "$cfgfile"; exit 1)
19887
19888  mv -f "$cfgfile" "$ofile" ||
19889    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19890  chmod +x "$ofile"
19891
19892 ;;
19893    "default-1":C)
19894    for ac_file in $CONFIG_FILES; do
19895      # Support "outfile[:infile[:infile...]]"
19896      case "$ac_file" in
19897        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
19898      esac
19899      # PO directories have a Makefile.in generated from Makefile.in.in.
19900      case "$ac_file" in */Makefile.in)
19901        # Adjust a relative srcdir.
19902        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
19903        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
19904        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
19905        # In autoconf-2.13 it is called $ac_given_srcdir.
19906        # In autoconf-2.50 it is called $srcdir.
19907        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
19908        case "$ac_given_srcdir" in
19909          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
19910          /*) top_srcdir="$ac_given_srcdir" ;;
19911          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
19912        esac
19913        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
19914          rm -f "$ac_dir/POTFILES"
19915          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
19916          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
19917          POMAKEFILEDEPS="POTFILES.in"
19918          # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
19919          # on $ac_dir but don't depend on user-specified configuration
19920          # parameters.
19921          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
19922            # The LINGUAS file contains the set of available languages.
19923            if test -n "$OBSOLETE_ALL_LINGUAS"; then
19924              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
19925            fi
19926            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
19927            # Hide the ALL_LINGUAS assigment from automake.
19928            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
19929            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
19930          else
19931            # The set of available languages was given in configure.ac.
19932            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
19933          fi
19934          case "$ac_given_srcdir" in
19935            .) srcdirpre= ;;
19936            *) srcdirpre='$(srcdir)/' ;;
19937          esac
19938          POFILES=
19939          GMOFILES=
19940          UPDATEPOFILES=
19941          DUMMYPOFILES=
19942          for lang in $ALL_LINGUAS; do
19943            POFILES="$POFILES $srcdirpre$lang.po"
19944            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19945            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
19946            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
19947          done
19948          # CATALOGS depends on both $ac_dir and the user's LINGUAS
19949          # environment variable.
19950          INST_LINGUAS=
19951          if test -n "$ALL_LINGUAS"; then
19952            for presentlang in $ALL_LINGUAS; do
19953              useit=no
19954              if test "%UNSET%" != "$LINGUAS"; then
19955                desiredlanguages="$LINGUAS"
19956              else
19957                desiredlanguages="$ALL_LINGUAS"
19958              fi
19959              for desiredlang in $desiredlanguages; do
19960                # Use the presentlang catalog if desiredlang is
19961                #   a. equal to presentlang, or
19962                #   b. a variant of presentlang (because in this case,
19963                #      presentlang can be used as a fallback for messages
19964                #      which are not translated in the desiredlang catalog).
19965                case "$desiredlang" in
19966                  "$presentlang"*) useit=yes;;
19967                esac
19968              done
19969              if test $useit = yes; then
19970                INST_LINGUAS="$INST_LINGUAS $presentlang"
19971              fi
19972            done
19973          fi
19974          CATALOGS=
19975          if test -n "$INST_LINGUAS"; then
19976            for lang in $INST_LINGUAS; do
19977              CATALOGS="$CATALOGS $lang.gmo"
19978            done
19979          fi
19980          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
19981          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"
19982          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
19983            if test -f "$f"; then
19984              case "$f" in
19985                *.orig | *.bak | *~) ;;
19986                *) cat "$f" >> "$ac_dir/Makefile" ;;
19987              esac
19988            fi
19989          done
19990        fi
19991        ;;
19992      esac
19993    done ;;
19994    "default-2":C)
19995    for ac_file in $CONFIG_FILES; do
19996      # Support "outfile[:infile[:infile...]]"
19997      case "$ac_file" in
19998        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
19999      esac
20000      # PO directories have a Makefile.in generated from Makefile.in.in.
20001      case "$ac_file" in */Makefile.in)
20002        # Adjust a relative srcdir.
20003        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
20004        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20005        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
20006        # In autoconf-2.13 it is called $ac_given_srcdir.
20007        # In autoconf-2.50 it is called $srcdir.
20008        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
20009        case "$ac_given_srcdir" in
20010          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
20011          /*) top_srcdir="$ac_given_srcdir" ;;
20012          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
20013        esac
20014        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
20015          rm -f "$ac_dir/POTFILES"
20016          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
20017          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
20018          POMAKEFILEDEPS="POTFILES.in"
20019          # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
20020          # on $ac_dir but don't depend on user-specified configuration
20021          # parameters.
20022          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
20023            # The LINGUAS file contains the set of available languages.
20024            if test -n "$OBSOLETE_ALL_LINGUAS"; then
20025              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20026            fi
20027            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
20028            # Hide the ALL_LINGUAS assigment from automake.
20029            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
20030            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
20031          else
20032            # The set of available languages was given in configure.ac.
20033            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
20034          fi
20035          case "$ac_given_srcdir" in
20036            .) srcdirpre= ;;
20037            *) srcdirpre='$(srcdir)/' ;;
20038          esac
20039          POFILES=
20040          GMOFILES=
20041          UPDATEPOFILES=
20042          DUMMYPOFILES=
20043          for lang in $ALL_LINGUAS; do
20044            POFILES="$POFILES $srcdirpre$lang.po"
20045            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
20046            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
20047            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
20048          done
20049          # CATALOGS depends on both $ac_dir and the user's LINGUAS
20050          # environment variable.
20051          INST_LINGUAS=
20052          if test -n "$ALL_LINGUAS"; then
20053            for presentlang in $ALL_LINGUAS; do
20054              useit=no
20055              if test "%UNSET%" != "$LINGUAS"; then
20056                desiredlanguages="$LINGUAS"
20057              else
20058                desiredlanguages="$ALL_LINGUAS"
20059              fi
20060              for desiredlang in $desiredlanguages; do
20061                # Use the presentlang catalog if desiredlang is
20062                #   a. equal to presentlang, or
20063                #   b. a variant of presentlang (because in this case,
20064                #      presentlang can be used as a fallback for messages
20065                #      which are not translated in the desiredlang catalog).
20066                case "$desiredlang" in
20067                  "$presentlang"*) useit=yes;;
20068                esac
20069              done
20070              if test $useit = yes; then
20071                INST_LINGUAS="$INST_LINGUAS $presentlang"
20072              fi
20073            done
20074          fi
20075          CATALOGS=
20076          if test -n "$INST_LINGUAS"; then
20077            for lang in $INST_LINGUAS; do
20078              CATALOGS="$CATALOGS $lang.gmo"
20079            done
20080          fi
20081          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
20082          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"
20083          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
20084            if test -f "$f"; then
20085              case "$f" in
20086                *.orig | *.bak | *~) ;;
20087                *) cat "$f" >> "$ac_dir/Makefile" ;;
20088              esac
20089            fi
20090          done
20091        fi
20092        ;;
20093      esac
20094    done ;;
20095    "default":C)
20096case "$srcdir" in
20097  .) srcdirpre= ;;
20098  *) srcdirpre='$(srcdir)/' ;;
20099esac
20100POFILES=
20101GMOFILES=
20102for lang in dummy $OBSOLETE_ALL_LINGUAS; do
20103  if test $lang != dummy; then
20104    POFILES="$POFILES $srcdirpre$lang.po"
20105    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
20106  fi
20107done
20108sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
20109    -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
20110    -e "s,@POFILES@,$POFILES," \
20111    -e "s,@GMOFILES@,$GMOFILES," \
20112    po/Makefile.in > po/Makefile ;;
20113
20114  esac
20115done # for ac_tag
20116
20117
20118as_fn_exit 0
20119_ACEOF
20120ac_clean_files=$ac_clean_files_save
20121
20122test $ac_write_fail = 0 ||
20123  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
20124
20125
20126# configure is writing to config.log, and then calls config.status.
20127# config.status does its own redirection, appending to config.log.
20128# Unfortunately, on DOS this fails, as config.log is still kept open
20129# by configure, so config.status won't be able to write to it; its
20130# output is simply discarded.  So we exec the FD to /dev/null,
20131# effectively closing config.log, so it can be properly (re)opened and
20132# appended to by config.status.  When coming back to configure, we
20133# need to make the FD available again.
20134if test "$no_create" != yes; then
20135  ac_cs_success=:
20136  ac_config_status_args=
20137  test "$silent" = yes &&
20138    ac_config_status_args="$ac_config_status_args --quiet"
20139  exec 5>/dev/null
20140  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20141  exec 5>>config.log
20142  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20143  # would make configure fail if this is the last instruction.
20144  $ac_cs_success || as_fn_exit 1
20145fi
20146if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20147  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20148$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20149fi
20150
20151
20152
20153touch config.status.tmp
20154if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
20155  sed '/as_fn_exit 0/i \
20156sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
20157touch --reference=Makefile Makefile.tmp \
20158mv Makefile.tmp Makefile \
20159' config.status > config.status.tmp
20160  touch --reference=config.status config.status.tmp
20161  mv config.status.tmp config.status
20162  chmod +x config.status
20163  sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
20164  touch --reference=Makefile Makefile.tmp
20165  mv Makefile.tmp Makefile
20166else
20167  rm -f config.status.tmp
20168fi
20169