1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for opcodes 2.37.
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='opcodes'
589PACKAGE_TARNAME='opcodes'
590PACKAGE_VERSION='2.37'
591PACKAGE_STRING='opcodes 2.37'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595ac_unique_file="z8k-dis.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610#  include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615#  include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632ac_subst_vars='am__EXEEXT_FALSE
633am__EXEEXT_TRUE
634LTLIBOBJS
635LIBOBJS
636BFD_MACHINES
637archdefs
638SHARED_DEPENDENCIES
639SHARED_LIBADD
640SHARED_LDFLAGS
641BUILD_LIB_DEPS
642BUILD_LIBS
643LIBM
644cgendir
645CGEN_MAINT_FALSE
646CGEN_MAINT_TRUE
647HDEFINES
648EXEEXT_FOR_BUILD
649CC_FOR_BUILD
650MSGMERGE
651MSGFMT
652MKINSTALLDIRS
653CATOBJEXT
654GENCAT
655INSTOBJEXT
656DATADIRNAME
657CATALOGS
658POSUB
659GMSGFMT
660XGETTEXT
661INCINTL
662LIBINTL_DEP
663LIBINTL
664USE_NLS
665bfdincludedir
666bfdlibdir
667target_noncanonical
668host_noncanonical
669INSTALL_LIBBFD_FALSE
670INSTALL_LIBBFD_TRUE
671MAINT
672MAINTAINER_MODE_FALSE
673MAINTAINER_MODE_TRUE
674WARN_WRITE_STRINGS
675NO_WERROR
676WARN_CFLAGS_FOR_BUILD
677WARN_CFLAGS
678OTOOL64
679OTOOL
680LIPO
681NMEDIT
682DSYMUTIL
683OBJDUMP
684LN_S
685NM
686ac_ct_DUMPBIN
687DUMPBIN
688LD
689FGREP
690SED
691LIBTOOL
692RANLIB
693AR
694EGREP
695GREP
696CPP
697am__fastdepCC_FALSE
698am__fastdepCC_TRUE
699CCDEPMODE
700am__nodep
701AMDEPBACKSLASH
702AMDEP_FALSE
703AMDEP_TRUE
704am__quote
705am__include
706DEPDIR
707OBJEXT
708EXEEXT
709ac_ct_CC
710CPPFLAGS
711LDFLAGS
712CFLAGS
713CC
714AM_BACKSLASH
715AM_DEFAULT_VERBOSITY
716AM_DEFAULT_V
717AM_V
718am__untar
719am__tar
720AMTAR
721am__leading_dot
722SET_MAKE
723AWK
724mkdir_p
725MKDIR_P
726INSTALL_STRIP_PROGRAM
727STRIP
728install_sh
729MAKEINFO
730AUTOHEADER
731AUTOMAKE
732AUTOCONF
733ACLOCAL
734VERSION
735PACKAGE
736CYGPATH_W
737am__isrc
738INSTALL_DATA
739INSTALL_SCRIPT
740INSTALL_PROGRAM
741target_os
742target_vendor
743target_cpu
744target
745host_os
746host_vendor
747host_cpu
748host
749build_os
750build_vendor
751build_cpu
752build
753target_alias
754host_alias
755build_alias
756LIBS
757ECHO_T
758ECHO_N
759ECHO_C
760DEFS
761mandir
762localedir
763libdir
764psdir
765pdfdir
766dvidir
767htmldir
768infodir
769docdir
770oldincludedir
771includedir
772localstatedir
773sharedstatedir
774sysconfdir
775datadir
776datarootdir
777libexecdir
778sbindir
779bindir
780program_transform_name
781prefix
782exec_prefix
783PACKAGE_URL
784PACKAGE_BUGREPORT
785PACKAGE_STRING
786PACKAGE_VERSION
787PACKAGE_TARNAME
788PACKAGE_NAME
789PATH_SEPARATOR
790SHELL'
791ac_subst_files=''
792ac_user_opts='
793enable_option_checking
794enable_silent_rules
795enable_dependency_tracking
796enable_shared
797enable_static
798with_pic
799enable_fast_install
800with_gnu_ld
801enable_libtool_lock
802enable_checking
803enable_targets
804enable_werror
805enable_build_warnings
806enable_maintainer_mode
807enable_install_libbfd
808enable_nls
809enable_cgen_maint
810'
811      ac_precious_vars='build_alias
812host_alias
813target_alias
814CC
815CFLAGS
816LDFLAGS
817LIBS
818CPPFLAGS
819CPP'
820
821
822# Initialize some variables set by options.
823ac_init_help=
824ac_init_version=false
825ac_unrecognized_opts=
826ac_unrecognized_sep=
827# The variables have the same names as the options, with
828# dashes changed to underlines.
829cache_file=/dev/null
830exec_prefix=NONE
831no_create=
832no_recursion=
833prefix=NONE
834program_prefix=NONE
835program_suffix=NONE
836program_transform_name=s,x,x,
837silent=
838site=
839srcdir=
840verbose=
841x_includes=NONE
842x_libraries=NONE
843
844# Installation directory options.
845# These are left unexpanded so users can "make install exec_prefix=/foo"
846# and all the variables that are supposed to be based on exec_prefix
847# by default will actually change.
848# Use braces instead of parens because sh, perl, etc. also accept them.
849# (The list follows the same order as the GNU Coding Standards.)
850bindir='${exec_prefix}/bin'
851sbindir='${exec_prefix}/sbin'
852libexecdir='${exec_prefix}/libexec'
853datarootdir='${prefix}/share'
854datadir='${datarootdir}'
855sysconfdir='${prefix}/etc'
856sharedstatedir='${prefix}/com'
857localstatedir='${prefix}/var'
858includedir='${prefix}/include'
859oldincludedir='/usr/include'
860docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
861infodir='${datarootdir}/info'
862htmldir='${docdir}'
863dvidir='${docdir}'
864pdfdir='${docdir}'
865psdir='${docdir}'
866libdir='${exec_prefix}/lib'
867localedir='${datarootdir}/locale'
868mandir='${datarootdir}/man'
869
870ac_prev=
871ac_dashdash=
872for ac_option
873do
874  # If the previous option needs an argument, assign it.
875  if test -n "$ac_prev"; then
876    eval $ac_prev=\$ac_option
877    ac_prev=
878    continue
879  fi
880
881  case $ac_option in
882  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
883  *=)   ac_optarg= ;;
884  *)    ac_optarg=yes ;;
885  esac
886
887  # Accept the important Cygnus configure options, so we can diagnose typos.
888
889  case $ac_dashdash$ac_option in
890  --)
891    ac_dashdash=yes ;;
892
893  -bindir | --bindir | --bindi | --bind | --bin | --bi)
894    ac_prev=bindir ;;
895  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
896    bindir=$ac_optarg ;;
897
898  -build | --build | --buil | --bui | --bu)
899    ac_prev=build_alias ;;
900  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
901    build_alias=$ac_optarg ;;
902
903  -cache-file | --cache-file | --cache-fil | --cache-fi \
904  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
905    ac_prev=cache_file ;;
906  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
907  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
908    cache_file=$ac_optarg ;;
909
910  --config-cache | -C)
911    cache_file=config.cache ;;
912
913  -datadir | --datadir | --datadi | --datad)
914    ac_prev=datadir ;;
915  -datadir=* | --datadir=* | --datadi=* | --datad=*)
916    datadir=$ac_optarg ;;
917
918  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
919  | --dataroo | --dataro | --datar)
920    ac_prev=datarootdir ;;
921  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
922  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
923    datarootdir=$ac_optarg ;;
924
925  -disable-* | --disable-*)
926    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
927    # Reject names that are not valid shell variable names.
928    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
929      as_fn_error $? "invalid feature name: $ac_useropt"
930    ac_useropt_orig=$ac_useropt
931    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932    case $ac_user_opts in
933      *"
934"enable_$ac_useropt"
935"*) ;;
936      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
937	 ac_unrecognized_sep=', ';;
938    esac
939    eval enable_$ac_useropt=no ;;
940
941  -docdir | --docdir | --docdi | --doc | --do)
942    ac_prev=docdir ;;
943  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
944    docdir=$ac_optarg ;;
945
946  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
947    ac_prev=dvidir ;;
948  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
949    dvidir=$ac_optarg ;;
950
951  -enable-* | --enable-*)
952    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
953    # Reject names that are not valid shell variable names.
954    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
955      as_fn_error $? "invalid feature name: $ac_useropt"
956    ac_useropt_orig=$ac_useropt
957    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
958    case $ac_user_opts in
959      *"
960"enable_$ac_useropt"
961"*) ;;
962      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
963	 ac_unrecognized_sep=', ';;
964    esac
965    eval enable_$ac_useropt=\$ac_optarg ;;
966
967  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
968  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
969  | --exec | --exe | --ex)
970    ac_prev=exec_prefix ;;
971  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
972  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
973  | --exec=* | --exe=* | --ex=*)
974    exec_prefix=$ac_optarg ;;
975
976  -gas | --gas | --ga | --g)
977    # Obsolete; use --with-gas.
978    with_gas=yes ;;
979
980  -help | --help | --hel | --he | -h)
981    ac_init_help=long ;;
982  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
983    ac_init_help=recursive ;;
984  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
985    ac_init_help=short ;;
986
987  -host | --host | --hos | --ho)
988    ac_prev=host_alias ;;
989  -host=* | --host=* | --hos=* | --ho=*)
990    host_alias=$ac_optarg ;;
991
992  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
993    ac_prev=htmldir ;;
994  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
995  | --ht=*)
996    htmldir=$ac_optarg ;;
997
998  -includedir | --includedir | --includedi | --included | --include \
999  | --includ | --inclu | --incl | --inc)
1000    ac_prev=includedir ;;
1001  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1002  | --includ=* | --inclu=* | --incl=* | --inc=*)
1003    includedir=$ac_optarg ;;
1004
1005  -infodir | --infodir | --infodi | --infod | --info | --inf)
1006    ac_prev=infodir ;;
1007  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1008    infodir=$ac_optarg ;;
1009
1010  -libdir | --libdir | --libdi | --libd)
1011    ac_prev=libdir ;;
1012  -libdir=* | --libdir=* | --libdi=* | --libd=*)
1013    libdir=$ac_optarg ;;
1014
1015  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1016  | --libexe | --libex | --libe)
1017    ac_prev=libexecdir ;;
1018  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1019  | --libexe=* | --libex=* | --libe=*)
1020    libexecdir=$ac_optarg ;;
1021
1022  -localedir | --localedir | --localedi | --localed | --locale)
1023    ac_prev=localedir ;;
1024  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1025    localedir=$ac_optarg ;;
1026
1027  -localstatedir | --localstatedir | --localstatedi | --localstated \
1028  | --localstate | --localstat | --localsta | --localst | --locals)
1029    ac_prev=localstatedir ;;
1030  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1031  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1032    localstatedir=$ac_optarg ;;
1033
1034  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1035    ac_prev=mandir ;;
1036  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1037    mandir=$ac_optarg ;;
1038
1039  -nfp | --nfp | --nf)
1040    # Obsolete; use --without-fp.
1041    with_fp=no ;;
1042
1043  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1044  | --no-cr | --no-c | -n)
1045    no_create=yes ;;
1046
1047  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1048  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1049    no_recursion=yes ;;
1050
1051  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1052  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1053  | --oldin | --oldi | --old | --ol | --o)
1054    ac_prev=oldincludedir ;;
1055  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1056  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1057  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1058    oldincludedir=$ac_optarg ;;
1059
1060  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1061    ac_prev=prefix ;;
1062  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1063    prefix=$ac_optarg ;;
1064
1065  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1066  | --program-pre | --program-pr | --program-p)
1067    ac_prev=program_prefix ;;
1068  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1069  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1070    program_prefix=$ac_optarg ;;
1071
1072  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1073  | --program-suf | --program-su | --program-s)
1074    ac_prev=program_suffix ;;
1075  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1076  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1077    program_suffix=$ac_optarg ;;
1078
1079  -program-transform-name | --program-transform-name \
1080  | --program-transform-nam | --program-transform-na \
1081  | --program-transform-n | --program-transform- \
1082  | --program-transform | --program-transfor \
1083  | --program-transfo | --program-transf \
1084  | --program-trans | --program-tran \
1085  | --progr-tra | --program-tr | --program-t)
1086    ac_prev=program_transform_name ;;
1087  -program-transform-name=* | --program-transform-name=* \
1088  | --program-transform-nam=* | --program-transform-na=* \
1089  | --program-transform-n=* | --program-transform-=* \
1090  | --program-transform=* | --program-transfor=* \
1091  | --program-transfo=* | --program-transf=* \
1092  | --program-trans=* | --program-tran=* \
1093  | --progr-tra=* | --program-tr=* | --program-t=*)
1094    program_transform_name=$ac_optarg ;;
1095
1096  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1097    ac_prev=pdfdir ;;
1098  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1099    pdfdir=$ac_optarg ;;
1100
1101  -psdir | --psdir | --psdi | --psd | --ps)
1102    ac_prev=psdir ;;
1103  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1104    psdir=$ac_optarg ;;
1105
1106  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1107  | -silent | --silent | --silen | --sile | --sil)
1108    silent=yes ;;
1109
1110  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1111    ac_prev=sbindir ;;
1112  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1113  | --sbi=* | --sb=*)
1114    sbindir=$ac_optarg ;;
1115
1116  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1117  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1118  | --sharedst | --shareds | --shared | --share | --shar \
1119  | --sha | --sh)
1120    ac_prev=sharedstatedir ;;
1121  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1122  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1123  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1124  | --sha=* | --sh=*)
1125    sharedstatedir=$ac_optarg ;;
1126
1127  -site | --site | --sit)
1128    ac_prev=site ;;
1129  -site=* | --site=* | --sit=*)
1130    site=$ac_optarg ;;
1131
1132  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1133    ac_prev=srcdir ;;
1134  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1135    srcdir=$ac_optarg ;;
1136
1137  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1138  | --syscon | --sysco | --sysc | --sys | --sy)
1139    ac_prev=sysconfdir ;;
1140  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1141  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1142    sysconfdir=$ac_optarg ;;
1143
1144  -target | --target | --targe | --targ | --tar | --ta | --t)
1145    ac_prev=target_alias ;;
1146  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1147    target_alias=$ac_optarg ;;
1148
1149  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1150    verbose=yes ;;
1151
1152  -version | --version | --versio | --versi | --vers | -V)
1153    ac_init_version=: ;;
1154
1155  -with-* | --with-*)
1156    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1157    # Reject names that are not valid shell variable names.
1158    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1159      as_fn_error $? "invalid package name: $ac_useropt"
1160    ac_useropt_orig=$ac_useropt
1161    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162    case $ac_user_opts in
1163      *"
1164"with_$ac_useropt"
1165"*) ;;
1166      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1167	 ac_unrecognized_sep=', ';;
1168    esac
1169    eval with_$ac_useropt=\$ac_optarg ;;
1170
1171  -without-* | --without-*)
1172    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1173    # Reject names that are not valid shell variable names.
1174    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175      as_fn_error $? "invalid package name: $ac_useropt"
1176    ac_useropt_orig=$ac_useropt
1177    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178    case $ac_user_opts in
1179      *"
1180"with_$ac_useropt"
1181"*) ;;
1182      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1183	 ac_unrecognized_sep=', ';;
1184    esac
1185    eval with_$ac_useropt=no ;;
1186
1187  --x)
1188    # Obsolete; use --with-x.
1189    with_x=yes ;;
1190
1191  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1192  | --x-incl | --x-inc | --x-in | --x-i)
1193    ac_prev=x_includes ;;
1194  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1195  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1196    x_includes=$ac_optarg ;;
1197
1198  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1199  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1200    ac_prev=x_libraries ;;
1201  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1202  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1203    x_libraries=$ac_optarg ;;
1204
1205  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1206Try \`$0 --help' for more information"
1207    ;;
1208
1209  *=*)
1210    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211    # Reject names that are not valid shell variable names.
1212    case $ac_envvar in #(
1213      '' | [0-9]* | *[!_$as_cr_alnum]* )
1214      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1215    esac
1216    eval $ac_envvar=\$ac_optarg
1217    export $ac_envvar ;;
1218
1219  *)
1220    # FIXME: should be removed in autoconf 3.0.
1221    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1222    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1223      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1224    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1225    ;;
1226
1227  esac
1228done
1229
1230if test -n "$ac_prev"; then
1231  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1232  as_fn_error $? "missing argument to $ac_option"
1233fi
1234
1235if test -n "$ac_unrecognized_opts"; then
1236  case $enable_option_checking in
1237    no) ;;
1238    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1239    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1240  esac
1241fi
1242
1243# Check all directory arguments for consistency.
1244for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1245		datadir sysconfdir sharedstatedir localstatedir includedir \
1246		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1247		libdir localedir mandir
1248do
1249  eval ac_val=\$$ac_var
1250  # Remove trailing slashes.
1251  case $ac_val in
1252    */ )
1253      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1254      eval $ac_var=\$ac_val;;
1255  esac
1256  # Be sure to have absolute directory names.
1257  case $ac_val in
1258    [\\/$]* | ?:[\\/]* )  continue;;
1259    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1260  esac
1261  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1262done
1263
1264# There might be people who depend on the old broken behavior: `$host'
1265# used to hold the argument of --host etc.
1266# FIXME: To remove some day.
1267build=$build_alias
1268host=$host_alias
1269target=$target_alias
1270
1271# FIXME: To remove some day.
1272if test "x$host_alias" != x; then
1273  if test "x$build_alias" = x; then
1274    cross_compiling=maybe
1275  elif test "x$build_alias" != "x$host_alias"; then
1276    cross_compiling=yes
1277  fi
1278fi
1279
1280ac_tool_prefix=
1281test -n "$host_alias" && ac_tool_prefix=$host_alias-
1282
1283test "$silent" = yes && exec 6>/dev/null
1284
1285
1286ac_pwd=`pwd` && test -n "$ac_pwd" &&
1287ac_ls_di=`ls -di .` &&
1288ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1289  as_fn_error $? "working directory cannot be determined"
1290test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1291  as_fn_error $? "pwd does not report name of working directory"
1292
1293
1294# Find the source files, if location was not specified.
1295if test -z "$srcdir"; then
1296  ac_srcdir_defaulted=yes
1297  # Try the directory containing this script, then the parent directory.
1298  ac_confdir=`$as_dirname -- "$as_myself" ||
1299$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1300	 X"$as_myself" : 'X\(//\)[^/]' \| \
1301	 X"$as_myself" : 'X\(//\)$' \| \
1302	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1303$as_echo X"$as_myself" |
1304    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1305	    s//\1/
1306	    q
1307	  }
1308	  /^X\(\/\/\)[^/].*/{
1309	    s//\1/
1310	    q
1311	  }
1312	  /^X\(\/\/\)$/{
1313	    s//\1/
1314	    q
1315	  }
1316	  /^X\(\/\).*/{
1317	    s//\1/
1318	    q
1319	  }
1320	  s/.*/./; q'`
1321  srcdir=$ac_confdir
1322  if test ! -r "$srcdir/$ac_unique_file"; then
1323    srcdir=..
1324  fi
1325else
1326  ac_srcdir_defaulted=no
1327fi
1328if test ! -r "$srcdir/$ac_unique_file"; then
1329  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1330  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1331fi
1332ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1333ac_abs_confdir=`(
1334	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1335	pwd)`
1336# When building in place, set srcdir=.
1337if test "$ac_abs_confdir" = "$ac_pwd"; then
1338  srcdir=.
1339fi
1340# Remove unnecessary trailing slashes from srcdir.
1341# Double slashes in file names in object file debugging info
1342# mess up M-x gdb in Emacs.
1343case $srcdir in
1344*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1345esac
1346for ac_var in $ac_precious_vars; do
1347  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1348  eval ac_env_${ac_var}_value=\$${ac_var}
1349  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1350  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1351done
1352
1353#
1354# Report the --help message.
1355#
1356if test "$ac_init_help" = "long"; then
1357  # Omit some internal or obsolete options to make the list less imposing.
1358  # This message is too long to be a string in the A/UX 3.1 sh.
1359  cat <<_ACEOF
1360\`configure' configures opcodes 2.37 to adapt to many kinds of systems.
1361
1362Usage: $0 [OPTION]... [VAR=VALUE]...
1363
1364To assign environment variables (e.g., CC, CFLAGS...), specify them as
1365VAR=VALUE.  See below for descriptions of some of the useful variables.
1366
1367Defaults for the options are specified in brackets.
1368
1369Configuration:
1370  -h, --help              display this help and exit
1371      --help=short        display options specific to this package
1372      --help=recursive    display the short help of all the included packages
1373  -V, --version           display version information and exit
1374  -q, --quiet, --silent   do not print \`checking ...' messages
1375      --cache-file=FILE   cache test results in FILE [disabled]
1376  -C, --config-cache      alias for \`--cache-file=config.cache'
1377  -n, --no-create         do not create output files
1378      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1379
1380Installation directories:
1381  --prefix=PREFIX         install architecture-independent files in PREFIX
1382                          [$ac_default_prefix]
1383  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1384                          [PREFIX]
1385
1386By default, \`make install' will install all the files in
1387\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1388an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1389for instance \`--prefix=\$HOME'.
1390
1391For better control, use the options below.
1392
1393Fine tuning of the installation directories:
1394  --bindir=DIR            user executables [EPREFIX/bin]
1395  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1396  --libexecdir=DIR        program executables [EPREFIX/libexec]
1397  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1398  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1399  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1400  --libdir=DIR            object code libraries [EPREFIX/lib]
1401  --includedir=DIR        C header files [PREFIX/include]
1402  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1403  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1404  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1405  --infodir=DIR           info documentation [DATAROOTDIR/info]
1406  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1407  --mandir=DIR            man documentation [DATAROOTDIR/man]
1408  --docdir=DIR            documentation root [DATAROOTDIR/doc/opcodes]
1409  --htmldir=DIR           html documentation [DOCDIR]
1410  --dvidir=DIR            dvi documentation [DOCDIR]
1411  --pdfdir=DIR            pdf documentation [DOCDIR]
1412  --psdir=DIR             ps documentation [DOCDIR]
1413_ACEOF
1414
1415  cat <<\_ACEOF
1416
1417Program names:
1418  --program-prefix=PREFIX            prepend PREFIX to installed program names
1419  --program-suffix=SUFFIX            append SUFFIX to installed program names
1420  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1421
1422System types:
1423  --build=BUILD     configure for building on BUILD [guessed]
1424  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1425  --target=TARGET   configure for building compilers for TARGET [HOST]
1426_ACEOF
1427fi
1428
1429if test -n "$ac_init_help"; then
1430  case $ac_init_help in
1431     short | recursive ) echo "Configuration of opcodes 2.37:";;
1432   esac
1433  cat <<\_ACEOF
1434
1435Optional Features:
1436  --disable-option-checking  ignore unrecognized --enable/--with options
1437  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1438  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1439  --enable-silent-rules   less verbose build output (undo: "make V=1")
1440  --disable-silent-rules  verbose build output (undo: "make V=0")
1441  --enable-dependency-tracking
1442                          do not reject slow dependency extractors
1443  --disable-dependency-tracking
1444                          speeds up one-time build
1445  --enable-shared[=PKGS]  build shared libraries [default=no]
1446  --enable-static[=PKGS]  build static libraries [default=yes]
1447  --enable-fast-install[=PKGS]
1448                          optimize for fast installation [default=yes]
1449  --disable-libtool-lock  avoid locking (might break parallel builds)
1450  --enable-checking       enable run-time checks
1451  --enable-targets        alternative target configurations
1452  --enable-werror         treat compile warnings as errors
1453  --enable-build-warnings enable build-time compiler warnings
1454  --enable-maintainer-mode
1455                          enable make rules and dependencies not useful (and
1456                          sometimes confusing) to the casual installer
1457  --enable-install-libbfd controls installation of libbfd and related headers
1458  --disable-nls           do not use Native Language Support
1459  --enable-cgen-maint=dir    build cgen generated files
1460
1461Optional Packages:
1462  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1463  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1464  --with-pic              try to use only PIC/non-PIC objects [default=use
1465                          both]
1466  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1467
1468Some influential environment variables:
1469  CC          C compiler command
1470  CFLAGS      C compiler flags
1471  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1472              nonstandard directory <lib dir>
1473  LIBS        libraries to pass to the linker, e.g. -l<library>
1474  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1475              you have headers in a nonstandard directory <include dir>
1476  CPP         C preprocessor
1477
1478Use these variables to override the choices made by `configure' or to help
1479it to find libraries and programs with nonstandard names/locations.
1480
1481Report bugs to the package provider.
1482_ACEOF
1483ac_status=$?
1484fi
1485
1486if test "$ac_init_help" = "recursive"; then
1487  # If there are subdirs, report their specific --help.
1488  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1489    test -d "$ac_dir" ||
1490      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1491      continue
1492    ac_builddir=.
1493
1494case "$ac_dir" in
1495.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496*)
1497  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1498  # A ".." for each directory in $ac_dir_suffix.
1499  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1500  case $ac_top_builddir_sub in
1501  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1502  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503  esac ;;
1504esac
1505ac_abs_top_builddir=$ac_pwd
1506ac_abs_builddir=$ac_pwd$ac_dir_suffix
1507# for backward compatibility:
1508ac_top_builddir=$ac_top_build_prefix
1509
1510case $srcdir in
1511  .)  # We are building in place.
1512    ac_srcdir=.
1513    ac_top_srcdir=$ac_top_builddir_sub
1514    ac_abs_top_srcdir=$ac_pwd ;;
1515  [\\/]* | ?:[\\/]* )  # Absolute name.
1516    ac_srcdir=$srcdir$ac_dir_suffix;
1517    ac_top_srcdir=$srcdir
1518    ac_abs_top_srcdir=$srcdir ;;
1519  *) # Relative name.
1520    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1521    ac_top_srcdir=$ac_top_build_prefix$srcdir
1522    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1523esac
1524ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1525
1526    cd "$ac_dir" || { ac_status=$?; continue; }
1527    # Check for guested configure.
1528    if test -f "$ac_srcdir/configure.gnu"; then
1529      echo &&
1530      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1531    elif test -f "$ac_srcdir/configure"; then
1532      echo &&
1533      $SHELL "$ac_srcdir/configure" --help=recursive
1534    else
1535      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1536    fi || ac_status=$?
1537    cd "$ac_pwd" || { ac_status=$?; break; }
1538  done
1539fi
1540
1541test -n "$ac_init_help" && exit $ac_status
1542if $ac_init_version; then
1543  cat <<\_ACEOF
1544opcodes configure 2.37
1545generated by GNU Autoconf 2.69
1546
1547Copyright (C) 2012 Free Software Foundation, Inc.
1548This configure script is free software; the Free Software Foundation
1549gives unlimited permission to copy, distribute and modify it.
1550_ACEOF
1551  exit
1552fi
1553
1554## ------------------------ ##
1555## Autoconf initialization. ##
1556## ------------------------ ##
1557
1558# ac_fn_c_try_compile LINENO
1559# --------------------------
1560# Try to compile conftest.$ac_ext, and return whether this succeeded.
1561ac_fn_c_try_compile ()
1562{
1563  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564  rm -f conftest.$ac_objext
1565  if { { ac_try="$ac_compile"
1566case "(($ac_try" in
1567  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568  *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572  (eval "$ac_compile") 2>conftest.err
1573  ac_status=$?
1574  if test -s conftest.err; then
1575    grep -v '^ *+' conftest.err >conftest.er1
1576    cat conftest.er1 >&5
1577    mv -f conftest.er1 conftest.err
1578  fi
1579  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580  test $ac_status = 0; } && {
1581	 test -z "$ac_c_werror_flag" ||
1582	 test ! -s conftest.err
1583       } && test -s conftest.$ac_objext; then :
1584  ac_retval=0
1585else
1586  $as_echo "$as_me: failed program was:" >&5
1587sed 's/^/| /' conftest.$ac_ext >&5
1588
1589	ac_retval=1
1590fi
1591  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1592  as_fn_set_status $ac_retval
1593
1594} # ac_fn_c_try_compile
1595
1596# ac_fn_c_try_cpp LINENO
1597# ----------------------
1598# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1599ac_fn_c_try_cpp ()
1600{
1601  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602  if { { ac_try="$ac_cpp conftest.$ac_ext"
1603case "(($ac_try" in
1604  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605  *) ac_try_echo=$ac_try;;
1606esac
1607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608$as_echo "$ac_try_echo"; } >&5
1609  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1610  ac_status=$?
1611  if test -s conftest.err; then
1612    grep -v '^ *+' conftest.err >conftest.er1
1613    cat conftest.er1 >&5
1614    mv -f conftest.er1 conftest.err
1615  fi
1616  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617  test $ac_status = 0; } > conftest.i && {
1618	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1619	 test ! -s conftest.err
1620       }; then :
1621  ac_retval=0
1622else
1623  $as_echo "$as_me: failed program was:" >&5
1624sed 's/^/| /' conftest.$ac_ext >&5
1625
1626    ac_retval=1
1627fi
1628  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1629  as_fn_set_status $ac_retval
1630
1631} # ac_fn_c_try_cpp
1632
1633# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1634# -------------------------------------------------------
1635# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1636# the include files in INCLUDES and setting the cache variable VAR
1637# accordingly.
1638ac_fn_c_check_header_mongrel ()
1639{
1640  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641  if eval \${$3+:} false; then :
1642  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643$as_echo_n "checking for $2... " >&6; }
1644if eval \${$3+:} false; then :
1645  $as_echo_n "(cached) " >&6
1646fi
1647eval ac_res=\$$3
1648	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1649$as_echo "$ac_res" >&6; }
1650else
1651  # Is the header compilable?
1652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1653$as_echo_n "checking $2 usability... " >&6; }
1654cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655/* end confdefs.h.  */
1656$4
1657#include <$2>
1658_ACEOF
1659if ac_fn_c_try_compile "$LINENO"; then :
1660  ac_header_compiler=yes
1661else
1662  ac_header_compiler=no
1663fi
1664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1666$as_echo "$ac_header_compiler" >&6; }
1667
1668# Is the header present?
1669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1670$as_echo_n "checking $2 presence... " >&6; }
1671cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672/* end confdefs.h.  */
1673#include <$2>
1674_ACEOF
1675if ac_fn_c_try_cpp "$LINENO"; then :
1676  ac_header_preproc=yes
1677else
1678  ac_header_preproc=no
1679fi
1680rm -f conftest.err conftest.i conftest.$ac_ext
1681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1682$as_echo "$ac_header_preproc" >&6; }
1683
1684# So?  What about this header?
1685case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1686  yes:no: )
1687    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1688$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1689    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691    ;;
1692  no:yes:* )
1693    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1694$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1695    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1696$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1697    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1698$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1699    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1700$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1701    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1702$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1703    ;;
1704esac
1705  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706$as_echo_n "checking for $2... " >&6; }
1707if eval \${$3+:} false; then :
1708  $as_echo_n "(cached) " >&6
1709else
1710  eval "$3=\$ac_header_compiler"
1711fi
1712eval ac_res=\$$3
1713	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1714$as_echo "$ac_res" >&6; }
1715fi
1716  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1717
1718} # ac_fn_c_check_header_mongrel
1719
1720# ac_fn_c_try_run LINENO
1721# ----------------------
1722# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1723# that executables *can* be run.
1724ac_fn_c_try_run ()
1725{
1726  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727  if { { ac_try="$ac_link"
1728case "(($ac_try" in
1729  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730  *) ac_try_echo=$ac_try;;
1731esac
1732eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733$as_echo "$ac_try_echo"; } >&5
1734  (eval "$ac_link") 2>&5
1735  ac_status=$?
1736  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1738  { { case "(($ac_try" in
1739  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1740  *) ac_try_echo=$ac_try;;
1741esac
1742eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743$as_echo "$ac_try_echo"; } >&5
1744  (eval "$ac_try") 2>&5
1745  ac_status=$?
1746  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747  test $ac_status = 0; }; }; then :
1748  ac_retval=0
1749else
1750  $as_echo "$as_me: program exited with status $ac_status" >&5
1751       $as_echo "$as_me: failed program was:" >&5
1752sed 's/^/| /' conftest.$ac_ext >&5
1753
1754       ac_retval=$ac_status
1755fi
1756  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1757  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1758  as_fn_set_status $ac_retval
1759
1760} # ac_fn_c_try_run
1761
1762# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1763# -------------------------------------------------------
1764# Tests whether HEADER exists and can be compiled using the include files in
1765# INCLUDES, setting the cache variable VAR accordingly.
1766ac_fn_c_check_header_compile ()
1767{
1768  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770$as_echo_n "checking for $2... " >&6; }
1771if eval \${$3+:} false; then :
1772  $as_echo_n "(cached) " >&6
1773else
1774  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775/* end confdefs.h.  */
1776$4
1777#include <$2>
1778_ACEOF
1779if ac_fn_c_try_compile "$LINENO"; then :
1780  eval "$3=yes"
1781else
1782  eval "$3=no"
1783fi
1784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785fi
1786eval ac_res=\$$3
1787	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788$as_echo "$ac_res" >&6; }
1789  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1790
1791} # ac_fn_c_check_header_compile
1792
1793# ac_fn_c_try_link LINENO
1794# -----------------------
1795# Try to link conftest.$ac_ext, and return whether this succeeded.
1796ac_fn_c_try_link ()
1797{
1798  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799  rm -f conftest.$ac_objext conftest$ac_exeext
1800  if { { ac_try="$ac_link"
1801case "(($ac_try" in
1802  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1803  *) ac_try_echo=$ac_try;;
1804esac
1805eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1806$as_echo "$ac_try_echo"; } >&5
1807  (eval "$ac_link") 2>conftest.err
1808  ac_status=$?
1809  if test -s conftest.err; then
1810    grep -v '^ *+' conftest.err >conftest.er1
1811    cat conftest.er1 >&5
1812    mv -f conftest.er1 conftest.err
1813  fi
1814  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1815  test $ac_status = 0; } && {
1816	 test -z "$ac_c_werror_flag" ||
1817	 test ! -s conftest.err
1818       } && test -s conftest$ac_exeext && {
1819	 test "$cross_compiling" = yes ||
1820	 test -x conftest$ac_exeext
1821       }; then :
1822  ac_retval=0
1823else
1824  $as_echo "$as_me: failed program was:" >&5
1825sed 's/^/| /' conftest.$ac_ext >&5
1826
1827	ac_retval=1
1828fi
1829  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1830  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1831  # interfere with the next link command; also delete a directory that is
1832  # left behind by Apple's compiler.  We do this before executing the actions.
1833  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1834  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835  as_fn_set_status $ac_retval
1836
1837} # ac_fn_c_try_link
1838
1839# ac_fn_c_check_func LINENO FUNC VAR
1840# ----------------------------------
1841# Tests whether FUNC exists, setting the cache variable VAR accordingly
1842ac_fn_c_check_func ()
1843{
1844  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1846$as_echo_n "checking for $2... " >&6; }
1847if eval \${$3+:} false; then :
1848  $as_echo_n "(cached) " >&6
1849else
1850  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851/* end confdefs.h.  */
1852/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1853   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1854#define $2 innocuous_$2
1855
1856/* System header to define __stub macros and hopefully few prototypes,
1857    which can conflict with char $2 (); below.
1858    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1859    <limits.h> exists even on freestanding compilers.  */
1860
1861#ifdef __STDC__
1862# include <limits.h>
1863#else
1864# include <assert.h>
1865#endif
1866
1867#undef $2
1868
1869/* Override any GCC internal prototype to avoid an error.
1870   Use char because int might match the return type of a GCC
1871   builtin and then its argument prototype would still apply.  */
1872#ifdef __cplusplus
1873extern "C"
1874#endif
1875char $2 ();
1876/* The GNU C library defines this for functions which it implements
1877    to always fail with ENOSYS.  Some functions are actually named
1878    something starting with __ and the normal name is an alias.  */
1879#if defined __stub_$2 || defined __stub___$2
1880choke me
1881#endif
1882
1883int
1884main ()
1885{
1886return $2 ();
1887  ;
1888  return 0;
1889}
1890_ACEOF
1891if ac_fn_c_try_link "$LINENO"; then :
1892  eval "$3=yes"
1893else
1894  eval "$3=no"
1895fi
1896rm -f core conftest.err conftest.$ac_objext \
1897    conftest$ac_exeext conftest.$ac_ext
1898fi
1899eval ac_res=\$$3
1900	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901$as_echo "$ac_res" >&6; }
1902  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1903
1904} # ac_fn_c_check_func
1905
1906# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1907# ---------------------------------------------
1908# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1909# accordingly.
1910ac_fn_c_check_decl ()
1911{
1912  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913  as_decl_name=`echo $2|sed 's/ *(.*//'`
1914  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1915  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1916$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1917if eval \${$3+:} false; then :
1918  $as_echo_n "(cached) " >&6
1919else
1920  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1921/* end confdefs.h.  */
1922$4
1923int
1924main ()
1925{
1926#ifndef $as_decl_name
1927#ifdef __cplusplus
1928  (void) $as_decl_use;
1929#else
1930  (void) $as_decl_name;
1931#endif
1932#endif
1933
1934  ;
1935  return 0;
1936}
1937_ACEOF
1938if ac_fn_c_try_compile "$LINENO"; then :
1939  eval "$3=yes"
1940else
1941  eval "$3=no"
1942fi
1943rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1944fi
1945eval ac_res=\$$3
1946	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1947$as_echo "$ac_res" >&6; }
1948  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1949
1950} # ac_fn_c_check_decl
1951cat >config.log <<_ACEOF
1952This file contains any messages produced by compilers while
1953running configure, to aid debugging if configure makes a mistake.
1954
1955It was created by opcodes $as_me 2.37, which was
1956generated by GNU Autoconf 2.69.  Invocation command line was
1957
1958  $ $0 $@
1959
1960_ACEOF
1961exec 5>>config.log
1962{
1963cat <<_ASUNAME
1964## --------- ##
1965## Platform. ##
1966## --------- ##
1967
1968hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1969uname -m = `(uname -m) 2>/dev/null || echo unknown`
1970uname -r = `(uname -r) 2>/dev/null || echo unknown`
1971uname -s = `(uname -s) 2>/dev/null || echo unknown`
1972uname -v = `(uname -v) 2>/dev/null || echo unknown`
1973
1974/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1975/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1976
1977/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1978/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1979/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1980/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1981/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1982/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1983/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1984
1985_ASUNAME
1986
1987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1988for as_dir in $PATH
1989do
1990  IFS=$as_save_IFS
1991  test -z "$as_dir" && as_dir=.
1992    $as_echo "PATH: $as_dir"
1993  done
1994IFS=$as_save_IFS
1995
1996} >&5
1997
1998cat >&5 <<_ACEOF
1999
2000
2001## ----------- ##
2002## Core tests. ##
2003## ----------- ##
2004
2005_ACEOF
2006
2007
2008# Keep a trace of the command line.
2009# Strip out --no-create and --no-recursion so they do not pile up.
2010# Strip out --silent because we don't want to record it for future runs.
2011# Also quote any args containing shell meta-characters.
2012# Make two passes to allow for proper duplicate-argument suppression.
2013ac_configure_args=
2014ac_configure_args0=
2015ac_configure_args1=
2016ac_must_keep_next=false
2017for ac_pass in 1 2
2018do
2019  for ac_arg
2020  do
2021    case $ac_arg in
2022    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2023    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2024    | -silent | --silent | --silen | --sile | --sil)
2025      continue ;;
2026    *\'*)
2027      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2028    esac
2029    case $ac_pass in
2030    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2031    2)
2032      as_fn_append ac_configure_args1 " '$ac_arg'"
2033      if test $ac_must_keep_next = true; then
2034	ac_must_keep_next=false # Got value, back to normal.
2035      else
2036	case $ac_arg in
2037	  *=* | --config-cache | -C | -disable-* | --disable-* \
2038	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2039	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2040	  | -with-* | --with-* | -without-* | --without-* | --x)
2041	    case "$ac_configure_args0 " in
2042	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2043	    esac
2044	    ;;
2045	  -* ) ac_must_keep_next=true ;;
2046	esac
2047      fi
2048      as_fn_append ac_configure_args " '$ac_arg'"
2049      ;;
2050    esac
2051  done
2052done
2053{ ac_configure_args0=; unset ac_configure_args0;}
2054{ ac_configure_args1=; unset ac_configure_args1;}
2055
2056# When interrupted or exit'd, cleanup temporary files, and complete
2057# config.log.  We remove comments because anyway the quotes in there
2058# would cause problems or look ugly.
2059# WARNING: Use '\'' to represent an apostrophe within the trap.
2060# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2061trap 'exit_status=$?
2062  # Save into config.log some information that might help in debugging.
2063  {
2064    echo
2065
2066    $as_echo "## ---------------- ##
2067## Cache variables. ##
2068## ---------------- ##"
2069    echo
2070    # The following way of writing the cache mishandles newlines in values,
2071(
2072  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2073    eval ac_val=\$$ac_var
2074    case $ac_val in #(
2075    *${as_nl}*)
2076      case $ac_var in #(
2077      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2078$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2079      esac
2080      case $ac_var in #(
2081      _ | IFS | as_nl) ;; #(
2082      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2083      *) { eval $ac_var=; unset $ac_var;} ;;
2084      esac ;;
2085    esac
2086  done
2087  (set) 2>&1 |
2088    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2089    *${as_nl}ac_space=\ *)
2090      sed -n \
2091	"s/'\''/'\''\\\\'\'''\''/g;
2092	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2093      ;; #(
2094    *)
2095      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2096      ;;
2097    esac |
2098    sort
2099)
2100    echo
2101
2102    $as_echo "## ----------------- ##
2103## Output variables. ##
2104## ----------------- ##"
2105    echo
2106    for ac_var in $ac_subst_vars
2107    do
2108      eval ac_val=\$$ac_var
2109      case $ac_val in
2110      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2111      esac
2112      $as_echo "$ac_var='\''$ac_val'\''"
2113    done | sort
2114    echo
2115
2116    if test -n "$ac_subst_files"; then
2117      $as_echo "## ------------------- ##
2118## File substitutions. ##
2119## ------------------- ##"
2120      echo
2121      for ac_var in $ac_subst_files
2122      do
2123	eval ac_val=\$$ac_var
2124	case $ac_val in
2125	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2126	esac
2127	$as_echo "$ac_var='\''$ac_val'\''"
2128      done | sort
2129      echo
2130    fi
2131
2132    if test -s confdefs.h; then
2133      $as_echo "## ----------- ##
2134## confdefs.h. ##
2135## ----------- ##"
2136      echo
2137      cat confdefs.h
2138      echo
2139    fi
2140    test "$ac_signal" != 0 &&
2141      $as_echo "$as_me: caught signal $ac_signal"
2142    $as_echo "$as_me: exit $exit_status"
2143  } >&5
2144  rm -f core *.core core.conftest.* &&
2145    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2146    exit $exit_status
2147' 0
2148for ac_signal in 1 2 13 15; do
2149  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2150done
2151ac_signal=0
2152
2153# confdefs.h avoids OS command line length limits that DEFS can exceed.
2154rm -f -r conftest* confdefs.h
2155
2156$as_echo "/* confdefs.h */" > confdefs.h
2157
2158# Predefined preprocessor variables.
2159
2160cat >>confdefs.h <<_ACEOF
2161#define PACKAGE_NAME "$PACKAGE_NAME"
2162_ACEOF
2163
2164cat >>confdefs.h <<_ACEOF
2165#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2166_ACEOF
2167
2168cat >>confdefs.h <<_ACEOF
2169#define PACKAGE_VERSION "$PACKAGE_VERSION"
2170_ACEOF
2171
2172cat >>confdefs.h <<_ACEOF
2173#define PACKAGE_STRING "$PACKAGE_STRING"
2174_ACEOF
2175
2176cat >>confdefs.h <<_ACEOF
2177#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2178_ACEOF
2179
2180cat >>confdefs.h <<_ACEOF
2181#define PACKAGE_URL "$PACKAGE_URL"
2182_ACEOF
2183
2184
2185# Let the site file select an alternate cache file if it wants to.
2186# Prefer an explicitly selected file to automatically selected ones.
2187ac_site_file1=NONE
2188ac_site_file2=NONE
2189if test -n "$CONFIG_SITE"; then
2190  # We do not want a PATH search for config.site.
2191  case $CONFIG_SITE in #((
2192    -*)  ac_site_file1=./$CONFIG_SITE;;
2193    */*) ac_site_file1=$CONFIG_SITE;;
2194    *)   ac_site_file1=./$CONFIG_SITE;;
2195  esac
2196elif test "x$prefix" != xNONE; then
2197  ac_site_file1=$prefix/share/config.site
2198  ac_site_file2=$prefix/etc/config.site
2199else
2200  ac_site_file1=$ac_default_prefix/share/config.site
2201  ac_site_file2=$ac_default_prefix/etc/config.site
2202fi
2203for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2204do
2205  test "x$ac_site_file" = xNONE && continue
2206  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2207    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2208$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2209    sed 's/^/| /' "$ac_site_file" >&5
2210    . "$ac_site_file" \
2211      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2212$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2213as_fn_error $? "failed to load site script $ac_site_file
2214See \`config.log' for more details" "$LINENO" 5; }
2215  fi
2216done
2217
2218if test -r "$cache_file"; then
2219  # Some versions of bash will fail to source /dev/null (special files
2220  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2221  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2222    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2223$as_echo "$as_me: loading cache $cache_file" >&6;}
2224    case $cache_file in
2225      [\\/]* | ?:[\\/]* ) . "$cache_file";;
2226      *)                      . "./$cache_file";;
2227    esac
2228  fi
2229else
2230  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2231$as_echo "$as_me: creating cache $cache_file" >&6;}
2232  >$cache_file
2233fi
2234
2235# Check that the precious variables saved in the cache have kept the same
2236# value.
2237ac_cache_corrupted=false
2238for ac_var in $ac_precious_vars; do
2239  eval ac_old_set=\$ac_cv_env_${ac_var}_set
2240  eval ac_new_set=\$ac_env_${ac_var}_set
2241  eval ac_old_val=\$ac_cv_env_${ac_var}_value
2242  eval ac_new_val=\$ac_env_${ac_var}_value
2243  case $ac_old_set,$ac_new_set in
2244    set,)
2245      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2246$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2247      ac_cache_corrupted=: ;;
2248    ,set)
2249      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2250$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2251      ac_cache_corrupted=: ;;
2252    ,);;
2253    *)
2254      if test "x$ac_old_val" != "x$ac_new_val"; then
2255	# differences in whitespace do not lead to failure.
2256	ac_old_val_w=`echo x $ac_old_val`
2257	ac_new_val_w=`echo x $ac_new_val`
2258	if test "$ac_old_val_w" != "$ac_new_val_w"; then
2259	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2260$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2261	  ac_cache_corrupted=:
2262	else
2263	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2264$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2265	  eval $ac_var=\$ac_old_val
2266	fi
2267	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2268$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2269	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2270$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2271      fi;;
2272  esac
2273  # Pass precious variables to config.status.
2274  if test "$ac_new_set" = set; then
2275    case $ac_new_val in
2276    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2277    *) ac_arg=$ac_var=$ac_new_val ;;
2278    esac
2279    case " $ac_configure_args " in
2280      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2281      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2282    esac
2283  fi
2284done
2285if $ac_cache_corrupted; then
2286  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2287$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2288  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2289$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2290  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2291fi
2292## -------------------- ##
2293## Main body of script. ##
2294## -------------------- ##
2295
2296ac_ext=c
2297ac_cpp='$CPP $CPPFLAGS'
2298ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2299ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2300ac_compiler_gnu=$ac_cv_c_compiler_gnu
2301
2302
2303
2304
2305
2306
2307
2308ac_aux_dir=
2309for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2310  if test -f "$ac_dir/install-sh"; then
2311    ac_aux_dir=$ac_dir
2312    ac_install_sh="$ac_aux_dir/install-sh -c"
2313    break
2314  elif test -f "$ac_dir/install.sh"; then
2315    ac_aux_dir=$ac_dir
2316    ac_install_sh="$ac_aux_dir/install.sh -c"
2317    break
2318  elif test -f "$ac_dir/shtool"; then
2319    ac_aux_dir=$ac_dir
2320    ac_install_sh="$ac_aux_dir/shtool install -c"
2321    break
2322  fi
2323done
2324if test -z "$ac_aux_dir"; then
2325  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2326fi
2327
2328# These three variables are undocumented and unsupported,
2329# and are intended to be withdrawn in a future Autoconf release.
2330# They can cause serious problems if a builder's source tree is in a directory
2331# whose full name contains unusual characters.
2332ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2333ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2334ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2335
2336
2337# Make sure we can run config.sub.
2338$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2339  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2340
2341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2342$as_echo_n "checking build system type... " >&6; }
2343if ${ac_cv_build+:} false; then :
2344  $as_echo_n "(cached) " >&6
2345else
2346  ac_build_alias=$build_alias
2347test "x$ac_build_alias" = x &&
2348  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2349test "x$ac_build_alias" = x &&
2350  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2351ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2352  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2353
2354fi
2355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2356$as_echo "$ac_cv_build" >&6; }
2357case $ac_cv_build in
2358*-*-*) ;;
2359*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2360esac
2361build=$ac_cv_build
2362ac_save_IFS=$IFS; IFS='-'
2363set x $ac_cv_build
2364shift
2365build_cpu=$1
2366build_vendor=$2
2367shift; shift
2368# Remember, the first character of IFS is used to create $*,
2369# except with old shells:
2370build_os=$*
2371IFS=$ac_save_IFS
2372case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2373
2374
2375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2376$as_echo_n "checking host system type... " >&6; }
2377if ${ac_cv_host+:} false; then :
2378  $as_echo_n "(cached) " >&6
2379else
2380  if test "x$host_alias" = x; then
2381  ac_cv_host=$ac_cv_build
2382else
2383  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2384    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2385fi
2386
2387fi
2388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2389$as_echo "$ac_cv_host" >&6; }
2390case $ac_cv_host in
2391*-*-*) ;;
2392*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2393esac
2394host=$ac_cv_host
2395ac_save_IFS=$IFS; IFS='-'
2396set x $ac_cv_host
2397shift
2398host_cpu=$1
2399host_vendor=$2
2400shift; shift
2401# Remember, the first character of IFS is used to create $*,
2402# except with old shells:
2403host_os=$*
2404IFS=$ac_save_IFS
2405case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2406
2407
2408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2409$as_echo_n "checking target system type... " >&6; }
2410if ${ac_cv_target+:} false; then :
2411  $as_echo_n "(cached) " >&6
2412else
2413  if test "x$target_alias" = x; then
2414  ac_cv_target=$ac_cv_host
2415else
2416  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2417    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2418fi
2419
2420fi
2421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2422$as_echo "$ac_cv_target" >&6; }
2423case $ac_cv_target in
2424*-*-*) ;;
2425*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2426esac
2427target=$ac_cv_target
2428ac_save_IFS=$IFS; IFS='-'
2429set x $ac_cv_target
2430shift
2431target_cpu=$1
2432target_vendor=$2
2433shift; shift
2434# Remember, the first character of IFS is used to create $*,
2435# except with old shells:
2436target_os=$*
2437IFS=$ac_save_IFS
2438case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2439
2440
2441# The aliases save the names the user supplied, while $host etc.
2442# will get canonicalized.
2443test -n "$target_alias" &&
2444  test "$program_prefix$program_suffix$program_transform_name" = \
2445    NONENONEs,x,x, &&
2446  program_prefix=${target_alias}-
2447
2448am__api_version='1.15'
2449
2450# Find a good install program.  We prefer a C program (faster),
2451# so one script is as good as another.  But avoid the broken or
2452# incompatible versions:
2453# SysV /etc/install, /usr/sbin/install
2454# SunOS /usr/etc/install
2455# IRIX /sbin/install
2456# AIX /bin/install
2457# AmigaOS /C/install, which installs bootblocks on floppy discs
2458# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2459# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2460# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2461# OS/2's system install, which has a completely different semantic
2462# ./install, which can be erroneously created by make from ./install.sh.
2463# Reject install programs that cannot install multiple files.
2464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2465$as_echo_n "checking for a BSD-compatible install... " >&6; }
2466if test -z "$INSTALL"; then
2467if ${ac_cv_path_install+:} false; then :
2468  $as_echo_n "(cached) " >&6
2469else
2470  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2471for as_dir in $PATH
2472do
2473  IFS=$as_save_IFS
2474  test -z "$as_dir" && as_dir=.
2475    # Account for people who put trailing slashes in PATH elements.
2476case $as_dir/ in #((
2477  ./ | .// | /[cC]/* | \
2478  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2479  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2480  /usr/ucb/* ) ;;
2481  *)
2482    # OSF1 and SCO ODT 3.0 have their own names for install.
2483    # Don't use installbsd from OSF since it installs stuff as root
2484    # by default.
2485    for ac_prog in ginstall scoinst install; do
2486      for ac_exec_ext in '' $ac_executable_extensions; do
2487	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2488	  if test $ac_prog = install &&
2489	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2490	    # AIX install.  It has an incompatible calling convention.
2491	    :
2492	  elif test $ac_prog = install &&
2493	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2494	    # program-specific install script used by HP pwplus--don't use.
2495	    :
2496	  else
2497	    rm -rf conftest.one conftest.two conftest.dir
2498	    echo one > conftest.one
2499	    echo two > conftest.two
2500	    mkdir conftest.dir
2501	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2502	      test -s conftest.one && test -s conftest.two &&
2503	      test -s conftest.dir/conftest.one &&
2504	      test -s conftest.dir/conftest.two
2505	    then
2506	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2507	      break 3
2508	    fi
2509	  fi
2510	fi
2511      done
2512    done
2513    ;;
2514esac
2515
2516  done
2517IFS=$as_save_IFS
2518
2519rm -rf conftest.one conftest.two conftest.dir
2520
2521fi
2522  if test "${ac_cv_path_install+set}" = set; then
2523    INSTALL=$ac_cv_path_install
2524  else
2525    # As a last resort, use the slow shell script.  Don't cache a
2526    # value for INSTALL within a source directory, because that will
2527    # break other packages using the cache if that directory is
2528    # removed, or if the value is a relative name.
2529    INSTALL=$ac_install_sh
2530  fi
2531fi
2532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2533$as_echo "$INSTALL" >&6; }
2534
2535# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2536# It thinks the first close brace ends the variable substitution.
2537test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2538
2539test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2540
2541test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2542
2543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2544$as_echo_n "checking whether build environment is sane... " >&6; }
2545# Reject unsafe characters in $srcdir or the absolute working directory
2546# name.  Accept space and tab only in the latter.
2547am_lf='
2548'
2549case `pwd` in
2550  *[\\\"\#\$\&\'\`$am_lf]*)
2551    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2552esac
2553case $srcdir in
2554  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2555    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2556esac
2557
2558# Do 'set' in a subshell so we don't clobber the current shell's
2559# arguments.  Must try -L first in case configure is actually a
2560# symlink; some systems play weird games with the mod time of symlinks
2561# (eg FreeBSD returns the mod time of the symlink's containing
2562# directory).
2563if (
2564   am_has_slept=no
2565   for am_try in 1 2; do
2566     echo "timestamp, slept: $am_has_slept" > conftest.file
2567     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2568     if test "$*" = "X"; then
2569	# -L didn't work.
2570	set X `ls -t "$srcdir/configure" conftest.file`
2571     fi
2572     if test "$*" != "X $srcdir/configure conftest.file" \
2573	&& test "$*" != "X conftest.file $srcdir/configure"; then
2574
2575	# If neither matched, then we have a broken ls.  This can happen
2576	# if, for instance, CONFIG_SHELL is bash and it inherits a
2577	# broken ls alias from the environment.  This has actually
2578	# happened.  Such a system could not be considered "sane".
2579	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2580  alias in your environment" "$LINENO" 5
2581     fi
2582     if test "$2" = conftest.file || test $am_try -eq 2; then
2583       break
2584     fi
2585     # Just in case.
2586     sleep 1
2587     am_has_slept=yes
2588   done
2589   test "$2" = conftest.file
2590   )
2591then
2592   # Ok.
2593   :
2594else
2595   as_fn_error $? "newly created file is older than distributed files!
2596Check your system clock" "$LINENO" 5
2597fi
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2599$as_echo "yes" >&6; }
2600# If we didn't sleep, we still need to ensure time stamps of config.status and
2601# generated files are strictly newer.
2602am_sleep_pid=
2603if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2604  ( sleep 1 ) &
2605  am_sleep_pid=$!
2606fi
2607
2608rm -f conftest.file
2609
2610test "$program_prefix" != NONE &&
2611  program_transform_name="s&^&$program_prefix&;$program_transform_name"
2612# Use a double $ so make ignores it.
2613test "$program_suffix" != NONE &&
2614  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2615# Double any \ or $.
2616# By default was `s,x,x', remove it if useless.
2617ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2618program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2619
2620# Expand $ac_aux_dir to an absolute path.
2621am_aux_dir=`cd "$ac_aux_dir" && pwd`
2622
2623if test x"${MISSING+set}" != xset; then
2624  case $am_aux_dir in
2625  *\ * | *\	*)
2626    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2627  *)
2628    MISSING="\${SHELL} $am_aux_dir/missing" ;;
2629  esac
2630fi
2631# Use eval to expand $SHELL
2632if eval "$MISSING --is-lightweight"; then
2633  am_missing_run="$MISSING "
2634else
2635  am_missing_run=
2636  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2637$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2638fi
2639
2640if test x"${install_sh+set}" != xset; then
2641  case $am_aux_dir in
2642  *\ * | *\	*)
2643    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2644  *)
2645    install_sh="\${SHELL} $am_aux_dir/install-sh"
2646  esac
2647fi
2648
2649# Installed binaries are usually stripped using 'strip' when the user
2650# run "make install-strip".  However 'strip' might not be the right
2651# tool to use in cross-compilation environments, therefore Automake
2652# will honor the 'STRIP' environment variable to overrule this program.
2653if test "$cross_compiling" != no; then
2654  if test -n "$ac_tool_prefix"; then
2655  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2656set dummy ${ac_tool_prefix}strip; ac_word=$2
2657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2658$as_echo_n "checking for $ac_word... " >&6; }
2659if ${ac_cv_prog_STRIP+:} false; then :
2660  $as_echo_n "(cached) " >&6
2661else
2662  if test -n "$STRIP"; then
2663  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2664else
2665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2666for as_dir in $PATH
2667do
2668  IFS=$as_save_IFS
2669  test -z "$as_dir" && as_dir=.
2670    for ac_exec_ext in '' $ac_executable_extensions; do
2671  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2672    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2673    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2674    break 2
2675  fi
2676done
2677  done
2678IFS=$as_save_IFS
2679
2680fi
2681fi
2682STRIP=$ac_cv_prog_STRIP
2683if test -n "$STRIP"; then
2684  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2685$as_echo "$STRIP" >&6; }
2686else
2687  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2688$as_echo "no" >&6; }
2689fi
2690
2691
2692fi
2693if test -z "$ac_cv_prog_STRIP"; then
2694  ac_ct_STRIP=$STRIP
2695  # Extract the first word of "strip", so it can be a program name with args.
2696set dummy strip; ac_word=$2
2697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2698$as_echo_n "checking for $ac_word... " >&6; }
2699if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2700  $as_echo_n "(cached) " >&6
2701else
2702  if test -n "$ac_ct_STRIP"; then
2703  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2704else
2705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2706for as_dir in $PATH
2707do
2708  IFS=$as_save_IFS
2709  test -z "$as_dir" && as_dir=.
2710    for ac_exec_ext in '' $ac_executable_extensions; do
2711  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2712    ac_cv_prog_ac_ct_STRIP="strip"
2713    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2714    break 2
2715  fi
2716done
2717  done
2718IFS=$as_save_IFS
2719
2720fi
2721fi
2722ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2723if test -n "$ac_ct_STRIP"; then
2724  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2725$as_echo "$ac_ct_STRIP" >&6; }
2726else
2727  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2728$as_echo "no" >&6; }
2729fi
2730
2731  if test "x$ac_ct_STRIP" = x; then
2732    STRIP=":"
2733  else
2734    case $cross_compiling:$ac_tool_warned in
2735yes:)
2736{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2737$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2738ac_tool_warned=yes ;;
2739esac
2740    STRIP=$ac_ct_STRIP
2741  fi
2742else
2743  STRIP="$ac_cv_prog_STRIP"
2744fi
2745
2746fi
2747INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2748
2749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2750$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2751if test -z "$MKDIR_P"; then
2752  if ${ac_cv_path_mkdir+:} false; then :
2753  $as_echo_n "(cached) " >&6
2754else
2755  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2756for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2757do
2758  IFS=$as_save_IFS
2759  test -z "$as_dir" && as_dir=.
2760    for ac_prog in mkdir gmkdir; do
2761	 for ac_exec_ext in '' $ac_executable_extensions; do
2762	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2763	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2764	     'mkdir (GNU coreutils) '* | \
2765	     'mkdir (coreutils) '* | \
2766	     'mkdir (fileutils) '4.1*)
2767	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2768	       break 3;;
2769	   esac
2770	 done
2771       done
2772  done
2773IFS=$as_save_IFS
2774
2775fi
2776
2777  test -d ./--version && rmdir ./--version
2778  if test "${ac_cv_path_mkdir+set}" = set; then
2779    MKDIR_P="$ac_cv_path_mkdir -p"
2780  else
2781    # As a last resort, use the slow shell script.  Don't cache a
2782    # value for MKDIR_P within a source directory, because that will
2783    # break other packages using the cache if that directory is
2784    # removed, or if the value is a relative name.
2785    MKDIR_P="$ac_install_sh -d"
2786  fi
2787fi
2788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2789$as_echo "$MKDIR_P" >&6; }
2790
2791for ac_prog in gawk mawk nawk awk
2792do
2793  # Extract the first word of "$ac_prog", so it can be a program name with args.
2794set dummy $ac_prog; ac_word=$2
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2796$as_echo_n "checking for $ac_word... " >&6; }
2797if ${ac_cv_prog_AWK+:} false; then :
2798  $as_echo_n "(cached) " >&6
2799else
2800  if test -n "$AWK"; then
2801  ac_cv_prog_AWK="$AWK" # Let the user override the test.
2802else
2803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804for as_dir in $PATH
2805do
2806  IFS=$as_save_IFS
2807  test -z "$as_dir" && as_dir=.
2808    for ac_exec_ext in '' $ac_executable_extensions; do
2809  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2810    ac_cv_prog_AWK="$ac_prog"
2811    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2812    break 2
2813  fi
2814done
2815  done
2816IFS=$as_save_IFS
2817
2818fi
2819fi
2820AWK=$ac_cv_prog_AWK
2821if test -n "$AWK"; then
2822  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2823$as_echo "$AWK" >&6; }
2824else
2825  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2826$as_echo "no" >&6; }
2827fi
2828
2829
2830  test -n "$AWK" && break
2831done
2832
2833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2834$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2835set x ${MAKE-make}
2836ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2837if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2838  $as_echo_n "(cached) " >&6
2839else
2840  cat >conftest.make <<\_ACEOF
2841SHELL = /bin/sh
2842all:
2843	@echo '@@@%%%=$(MAKE)=@@@%%%'
2844_ACEOF
2845# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2846case `${MAKE-make} -f conftest.make 2>/dev/null` in
2847  *@@@%%%=?*=@@@%%%*)
2848    eval ac_cv_prog_make_${ac_make}_set=yes;;
2849  *)
2850    eval ac_cv_prog_make_${ac_make}_set=no;;
2851esac
2852rm -f conftest.make
2853fi
2854if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2855  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2856$as_echo "yes" >&6; }
2857  SET_MAKE=
2858else
2859  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2860$as_echo "no" >&6; }
2861  SET_MAKE="MAKE=${MAKE-make}"
2862fi
2863
2864rm -rf .tst 2>/dev/null
2865mkdir .tst 2>/dev/null
2866if test -d .tst; then
2867  am__leading_dot=.
2868else
2869  am__leading_dot=_
2870fi
2871rmdir .tst 2>/dev/null
2872
2873# Check whether --enable-silent-rules was given.
2874if test "${enable_silent_rules+set}" = set; then :
2875  enableval=$enable_silent_rules;
2876fi
2877
2878case $enable_silent_rules in # (((
2879  yes) AM_DEFAULT_VERBOSITY=0;;
2880   no) AM_DEFAULT_VERBOSITY=1;;
2881    *) AM_DEFAULT_VERBOSITY=1;;
2882esac
2883am_make=${MAKE-make}
2884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2885$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2886if ${am_cv_make_support_nested_variables+:} false; then :
2887  $as_echo_n "(cached) " >&6
2888else
2889  if $as_echo 'TRUE=$(BAR$(V))
2890BAR0=false
2891BAR1=true
2892V=1
2893am__doit:
2894	@$(TRUE)
2895.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2896  am_cv_make_support_nested_variables=yes
2897else
2898  am_cv_make_support_nested_variables=no
2899fi
2900fi
2901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2902$as_echo "$am_cv_make_support_nested_variables" >&6; }
2903if test $am_cv_make_support_nested_variables = yes; then
2904    AM_V='$(V)'
2905  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2906else
2907  AM_V=$AM_DEFAULT_VERBOSITY
2908  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2909fi
2910AM_BACKSLASH='\'
2911
2912if test "`cd $srcdir && pwd`" != "`pwd`"; then
2913  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2914  # is not polluted with repeated "-I."
2915  am__isrc=' -I$(srcdir)'
2916  # test to see if srcdir already configured
2917  if test -f $srcdir/config.status; then
2918    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2919  fi
2920fi
2921
2922# test whether we have cygpath
2923if test -z "$CYGPATH_W"; then
2924  if (cygpath --version) >/dev/null 2>/dev/null; then
2925    CYGPATH_W='cygpath -w'
2926  else
2927    CYGPATH_W=echo
2928  fi
2929fi
2930
2931
2932# Define the identity of the package.
2933 PACKAGE='opcodes'
2934 VERSION='2.37'
2935
2936
2937cat >>confdefs.h <<_ACEOF
2938#define PACKAGE "$PACKAGE"
2939_ACEOF
2940
2941
2942cat >>confdefs.h <<_ACEOF
2943#define VERSION "$VERSION"
2944_ACEOF
2945
2946# Some tools Automake needs.
2947
2948ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2949
2950
2951AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2952
2953
2954AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2955
2956
2957AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2958
2959
2960MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2961
2962# For better backward compatibility.  To be removed once Automake 1.9.x
2963# dies out for good.  For more background, see:
2964# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2965# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2966mkdir_p='$(MKDIR_P)'
2967
2968# We need awk for the "check" target (and possibly the TAP driver).  The
2969# system "awk" is bad on some platforms.
2970# Always define AMTAR for backward compatibility.  Yes, it's still used
2971# in the wild :-(  We should find a proper way to deprecate it ...
2972AMTAR='$${TAR-tar}'
2973
2974
2975# We'll loop over all known methods to create a tar archive until one works.
2976_am_tools='gnutar  pax cpio none'
2977
2978am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2979
2980
2981
2982
2983
2984
2985# POSIX will say in a future version that running "rm -f" with no argument
2986# is OK; and we want to be able to make that assumption in our Makefile
2987# recipes.  So use an aggressive probe to check that the usage we want is
2988# actually supported "in the wild" to an acceptable degree.
2989# See automake bug#10828.
2990# To make any issue more visible, cause the running configure to be aborted
2991# by default if the 'rm' program in use doesn't match our expectations; the
2992# user can still override this though.
2993if rm -f && rm -fr && rm -rf; then : OK; else
2994  cat >&2 <<'END'
2995Oops!
2996
2997Your 'rm' program seems unable to run without file operands specified
2998on the command line, even when the '-f' option is present.  This is contrary
2999to the behaviour of most rm programs out there, and not conforming with
3000the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3001
3002Please tell bug-automake@gnu.org about your system, including the value
3003of your $PATH and any error possibly output before this message.  This
3004can help us improve future automake versions.
3005
3006END
3007  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3008    echo 'Configuration will proceed anyway, since you have set the' >&2
3009    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3010    echo >&2
3011  else
3012    cat >&2 <<'END'
3013Aborting the configuration process, to ensure you take notice of the issue.
3014
3015You can download and install GNU coreutils to get an 'rm' implementation
3016that behaves properly: <http://www.gnu.org/software/coreutils/>.
3017
3018If you want to complete the configuration process using your problematic
3019'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3020to "yes", and re-run configure.
3021
3022END
3023    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3024  fi
3025fi
3026
3027
3028ac_ext=c
3029ac_cpp='$CPP $CPPFLAGS'
3030ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3031ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3032ac_compiler_gnu=$ac_cv_c_compiler_gnu
3033if test -n "$ac_tool_prefix"; then
3034  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3035set dummy ${ac_tool_prefix}gcc; ac_word=$2
3036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3037$as_echo_n "checking for $ac_word... " >&6; }
3038if ${ac_cv_prog_CC+:} false; then :
3039  $as_echo_n "(cached) " >&6
3040else
3041  if test -n "$CC"; then
3042  ac_cv_prog_CC="$CC" # Let the user override the test.
3043else
3044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3045for as_dir in $PATH
3046do
3047  IFS=$as_save_IFS
3048  test -z "$as_dir" && as_dir=.
3049    for ac_exec_ext in '' $ac_executable_extensions; do
3050  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3051    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3052    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3053    break 2
3054  fi
3055done
3056  done
3057IFS=$as_save_IFS
3058
3059fi
3060fi
3061CC=$ac_cv_prog_CC
3062if test -n "$CC"; then
3063  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3064$as_echo "$CC" >&6; }
3065else
3066  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3067$as_echo "no" >&6; }
3068fi
3069
3070
3071fi
3072if test -z "$ac_cv_prog_CC"; then
3073  ac_ct_CC=$CC
3074  # Extract the first word of "gcc", so it can be a program name with args.
3075set dummy gcc; ac_word=$2
3076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3077$as_echo_n "checking for $ac_word... " >&6; }
3078if ${ac_cv_prog_ac_ct_CC+:} false; then :
3079  $as_echo_n "(cached) " >&6
3080else
3081  if test -n "$ac_ct_CC"; then
3082  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3083else
3084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3085for as_dir in $PATH
3086do
3087  IFS=$as_save_IFS
3088  test -z "$as_dir" && as_dir=.
3089    for ac_exec_ext in '' $ac_executable_extensions; do
3090  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3091    ac_cv_prog_ac_ct_CC="gcc"
3092    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3093    break 2
3094  fi
3095done
3096  done
3097IFS=$as_save_IFS
3098
3099fi
3100fi
3101ac_ct_CC=$ac_cv_prog_ac_ct_CC
3102if test -n "$ac_ct_CC"; then
3103  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3104$as_echo "$ac_ct_CC" >&6; }
3105else
3106  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3107$as_echo "no" >&6; }
3108fi
3109
3110  if test "x$ac_ct_CC" = x; then
3111    CC=""
3112  else
3113    case $cross_compiling:$ac_tool_warned in
3114yes:)
3115{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3117ac_tool_warned=yes ;;
3118esac
3119    CC=$ac_ct_CC
3120  fi
3121else
3122  CC="$ac_cv_prog_CC"
3123fi
3124
3125if test -z "$CC"; then
3126          if test -n "$ac_tool_prefix"; then
3127    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3128set dummy ${ac_tool_prefix}cc; ac_word=$2
3129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3130$as_echo_n "checking for $ac_word... " >&6; }
3131if ${ac_cv_prog_CC+:} false; then :
3132  $as_echo_n "(cached) " >&6
3133else
3134  if test -n "$CC"; then
3135  ac_cv_prog_CC="$CC" # Let the user override the test.
3136else
3137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3138for as_dir in $PATH
3139do
3140  IFS=$as_save_IFS
3141  test -z "$as_dir" && as_dir=.
3142    for ac_exec_ext in '' $ac_executable_extensions; do
3143  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3144    ac_cv_prog_CC="${ac_tool_prefix}cc"
3145    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3146    break 2
3147  fi
3148done
3149  done
3150IFS=$as_save_IFS
3151
3152fi
3153fi
3154CC=$ac_cv_prog_CC
3155if test -n "$CC"; then
3156  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3157$as_echo "$CC" >&6; }
3158else
3159  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3160$as_echo "no" >&6; }
3161fi
3162
3163
3164  fi
3165fi
3166if test -z "$CC"; then
3167  # Extract the first word of "cc", so it can be a program name with args.
3168set dummy cc; ac_word=$2
3169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3170$as_echo_n "checking for $ac_word... " >&6; }
3171if ${ac_cv_prog_CC+:} false; then :
3172  $as_echo_n "(cached) " >&6
3173else
3174  if test -n "$CC"; then
3175  ac_cv_prog_CC="$CC" # Let the user override the test.
3176else
3177  ac_prog_rejected=no
3178as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3179for as_dir in $PATH
3180do
3181  IFS=$as_save_IFS
3182  test -z "$as_dir" && as_dir=.
3183    for ac_exec_ext in '' $ac_executable_extensions; do
3184  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3185    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3186       ac_prog_rejected=yes
3187       continue
3188     fi
3189    ac_cv_prog_CC="cc"
3190    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3191    break 2
3192  fi
3193done
3194  done
3195IFS=$as_save_IFS
3196
3197if test $ac_prog_rejected = yes; then
3198  # We found a bogon in the path, so make sure we never use it.
3199  set dummy $ac_cv_prog_CC
3200  shift
3201  if test $# != 0; then
3202    # We chose a different compiler from the bogus one.
3203    # However, it has the same basename, so the bogon will be chosen
3204    # first if we set CC to just the basename; use the full file name.
3205    shift
3206    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3207  fi
3208fi
3209fi
3210fi
3211CC=$ac_cv_prog_CC
3212if test -n "$CC"; then
3213  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3214$as_echo "$CC" >&6; }
3215else
3216  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3217$as_echo "no" >&6; }
3218fi
3219
3220
3221fi
3222if test -z "$CC"; then
3223  if test -n "$ac_tool_prefix"; then
3224  for ac_prog in cl.exe
3225  do
3226    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3227set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3229$as_echo_n "checking for $ac_word... " >&6; }
3230if ${ac_cv_prog_CC+:} false; then :
3231  $as_echo_n "(cached) " >&6
3232else
3233  if test -n "$CC"; then
3234  ac_cv_prog_CC="$CC" # Let the user override the test.
3235else
3236as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3237for as_dir in $PATH
3238do
3239  IFS=$as_save_IFS
3240  test -z "$as_dir" && as_dir=.
3241    for ac_exec_ext in '' $ac_executable_extensions; do
3242  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3243    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3244    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3245    break 2
3246  fi
3247done
3248  done
3249IFS=$as_save_IFS
3250
3251fi
3252fi
3253CC=$ac_cv_prog_CC
3254if test -n "$CC"; then
3255  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3256$as_echo "$CC" >&6; }
3257else
3258  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3259$as_echo "no" >&6; }
3260fi
3261
3262
3263    test -n "$CC" && break
3264  done
3265fi
3266if test -z "$CC"; then
3267  ac_ct_CC=$CC
3268  for ac_prog in cl.exe
3269do
3270  # Extract the first word of "$ac_prog", so it can be a program name with args.
3271set dummy $ac_prog; ac_word=$2
3272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3273$as_echo_n "checking for $ac_word... " >&6; }
3274if ${ac_cv_prog_ac_ct_CC+:} false; then :
3275  $as_echo_n "(cached) " >&6
3276else
3277  if test -n "$ac_ct_CC"; then
3278  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3279else
3280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3281for as_dir in $PATH
3282do
3283  IFS=$as_save_IFS
3284  test -z "$as_dir" && as_dir=.
3285    for ac_exec_ext in '' $ac_executable_extensions; do
3286  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3287    ac_cv_prog_ac_ct_CC="$ac_prog"
3288    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3289    break 2
3290  fi
3291done
3292  done
3293IFS=$as_save_IFS
3294
3295fi
3296fi
3297ac_ct_CC=$ac_cv_prog_ac_ct_CC
3298if test -n "$ac_ct_CC"; then
3299  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3300$as_echo "$ac_ct_CC" >&6; }
3301else
3302  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3303$as_echo "no" >&6; }
3304fi
3305
3306
3307  test -n "$ac_ct_CC" && break
3308done
3309
3310  if test "x$ac_ct_CC" = x; then
3311    CC=""
3312  else
3313    case $cross_compiling:$ac_tool_warned in
3314yes:)
3315{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3316$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3317ac_tool_warned=yes ;;
3318esac
3319    CC=$ac_ct_CC
3320  fi
3321fi
3322
3323fi
3324
3325
3326test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3328as_fn_error $? "no acceptable C compiler found in \$PATH
3329See \`config.log' for more details" "$LINENO" 5; }
3330
3331# Provide some information about the compiler.
3332$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3333set X $ac_compile
3334ac_compiler=$2
3335for ac_option in --version -v -V -qversion; do
3336  { { ac_try="$ac_compiler $ac_option >&5"
3337case "(($ac_try" in
3338  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339  *) ac_try_echo=$ac_try;;
3340esac
3341eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3342$as_echo "$ac_try_echo"; } >&5
3343  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3344  ac_status=$?
3345  if test -s conftest.err; then
3346    sed '10a\
3347... rest of stderr output deleted ...
3348         10q' conftest.err >conftest.er1
3349    cat conftest.er1 >&5
3350  fi
3351  rm -f conftest.er1 conftest.err
3352  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3353  test $ac_status = 0; }
3354done
3355
3356cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3357/* end confdefs.h.  */
3358
3359int
3360main ()
3361{
3362
3363  ;
3364  return 0;
3365}
3366_ACEOF
3367ac_clean_files_save=$ac_clean_files
3368ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3369# Try to create an executable without -o first, disregard a.out.
3370# It will help us diagnose broken compilers, and finding out an intuition
3371# of exeext.
3372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3373$as_echo_n "checking whether the C compiler works... " >&6; }
3374ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3375
3376# The possible output files:
3377ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3378
3379ac_rmfiles=
3380for ac_file in $ac_files
3381do
3382  case $ac_file in
3383    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3384    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3385  esac
3386done
3387rm -f $ac_rmfiles
3388
3389if { { ac_try="$ac_link_default"
3390case "(($ac_try" in
3391  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3392  *) ac_try_echo=$ac_try;;
3393esac
3394eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3395$as_echo "$ac_try_echo"; } >&5
3396  (eval "$ac_link_default") 2>&5
3397  ac_status=$?
3398  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3399  test $ac_status = 0; }; then :
3400  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3401# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3402# in a Makefile.  We should not override ac_cv_exeext if it was cached,
3403# so that the user can short-circuit this test for compilers unknown to
3404# Autoconf.
3405for ac_file in $ac_files ''
3406do
3407  test -f "$ac_file" || continue
3408  case $ac_file in
3409    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3410	;;
3411    [ab].out )
3412	# We found the default executable, but exeext='' is most
3413	# certainly right.
3414	break;;
3415    *.* )
3416	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3417	then :; else
3418	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3419	fi
3420	# We set ac_cv_exeext here because the later test for it is not
3421	# safe: cross compilers may not add the suffix if given an `-o'
3422	# argument, so we may need to know it at that point already.
3423	# Even if this section looks crufty: it has the advantage of
3424	# actually working.
3425	break;;
3426    * )
3427	break;;
3428  esac
3429done
3430test "$ac_cv_exeext" = no && ac_cv_exeext=
3431
3432else
3433  ac_file=''
3434fi
3435if test -z "$ac_file"; then :
3436  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3437$as_echo "no" >&6; }
3438$as_echo "$as_me: failed program was:" >&5
3439sed 's/^/| /' conftest.$ac_ext >&5
3440
3441{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3442$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3443as_fn_error 77 "C compiler cannot create executables
3444See \`config.log' for more details" "$LINENO" 5; }
3445else
3446  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3447$as_echo "yes" >&6; }
3448fi
3449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3450$as_echo_n "checking for C compiler default output file name... " >&6; }
3451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3452$as_echo "$ac_file" >&6; }
3453ac_exeext=$ac_cv_exeext
3454
3455rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3456ac_clean_files=$ac_clean_files_save
3457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3458$as_echo_n "checking for suffix of executables... " >&6; }
3459if { { ac_try="$ac_link"
3460case "(($ac_try" in
3461  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3462  *) ac_try_echo=$ac_try;;
3463esac
3464eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3465$as_echo "$ac_try_echo"; } >&5
3466  (eval "$ac_link") 2>&5
3467  ac_status=$?
3468  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3469  test $ac_status = 0; }; then :
3470  # If both `conftest.exe' and `conftest' are `present' (well, observable)
3471# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3472# work properly (i.e., refer to `conftest.exe'), while it won't with
3473# `rm'.
3474for ac_file in conftest.exe conftest conftest.*; do
3475  test -f "$ac_file" || continue
3476  case $ac_file in
3477    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3478    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3479	  break;;
3480    * ) break;;
3481  esac
3482done
3483else
3484  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3485$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3486as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3487See \`config.log' for more details" "$LINENO" 5; }
3488fi
3489rm -f conftest conftest$ac_cv_exeext
3490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3491$as_echo "$ac_cv_exeext" >&6; }
3492
3493rm -f conftest.$ac_ext
3494EXEEXT=$ac_cv_exeext
3495ac_exeext=$EXEEXT
3496cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497/* end confdefs.h.  */
3498#include <stdio.h>
3499int
3500main ()
3501{
3502FILE *f = fopen ("conftest.out", "w");
3503 return ferror (f) || fclose (f) != 0;
3504
3505  ;
3506  return 0;
3507}
3508_ACEOF
3509ac_clean_files="$ac_clean_files conftest.out"
3510# Check that the compiler produces executables we can run.  If not, either
3511# the compiler is broken, or we cross compile.
3512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3513$as_echo_n "checking whether we are cross compiling... " >&6; }
3514if test "$cross_compiling" != yes; then
3515  { { ac_try="$ac_link"
3516case "(($ac_try" in
3517  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518  *) ac_try_echo=$ac_try;;
3519esac
3520eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3521$as_echo "$ac_try_echo"; } >&5
3522  (eval "$ac_link") 2>&5
3523  ac_status=$?
3524  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3525  test $ac_status = 0; }
3526  if { ac_try='./conftest$ac_cv_exeext'
3527  { { case "(($ac_try" in
3528  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529  *) ac_try_echo=$ac_try;;
3530esac
3531eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3532$as_echo "$ac_try_echo"; } >&5
3533  (eval "$ac_try") 2>&5
3534  ac_status=$?
3535  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3536  test $ac_status = 0; }; }; then
3537    cross_compiling=no
3538  else
3539    if test "$cross_compiling" = maybe; then
3540	cross_compiling=yes
3541    else
3542	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3543$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3544as_fn_error $? "cannot run C compiled programs.
3545If you meant to cross compile, use \`--host'.
3546See \`config.log' for more details" "$LINENO" 5; }
3547    fi
3548  fi
3549fi
3550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3551$as_echo "$cross_compiling" >&6; }
3552
3553rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3554ac_clean_files=$ac_clean_files_save
3555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3556$as_echo_n "checking for suffix of object files... " >&6; }
3557if ${ac_cv_objext+:} false; then :
3558  $as_echo_n "(cached) " >&6
3559else
3560  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3561/* end confdefs.h.  */
3562
3563int
3564main ()
3565{
3566
3567  ;
3568  return 0;
3569}
3570_ACEOF
3571rm -f conftest.o conftest.obj
3572if { { ac_try="$ac_compile"
3573case "(($ac_try" in
3574  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3575  *) ac_try_echo=$ac_try;;
3576esac
3577eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3578$as_echo "$ac_try_echo"; } >&5
3579  (eval "$ac_compile") 2>&5
3580  ac_status=$?
3581  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3582  test $ac_status = 0; }; then :
3583  for ac_file in conftest.o conftest.obj conftest.*; do
3584  test -f "$ac_file" || continue;
3585  case $ac_file in
3586    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3587    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3588       break;;
3589  esac
3590done
3591else
3592  $as_echo "$as_me: failed program was:" >&5
3593sed 's/^/| /' conftest.$ac_ext >&5
3594
3595{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3596$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3597as_fn_error $? "cannot compute suffix of object files: cannot compile
3598See \`config.log' for more details" "$LINENO" 5; }
3599fi
3600rm -f conftest.$ac_cv_objext conftest.$ac_ext
3601fi
3602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3603$as_echo "$ac_cv_objext" >&6; }
3604OBJEXT=$ac_cv_objext
3605ac_objext=$OBJEXT
3606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3607$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3608if ${ac_cv_c_compiler_gnu+:} false; then :
3609  $as_echo_n "(cached) " >&6
3610else
3611  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3612/* end confdefs.h.  */
3613
3614int
3615main ()
3616{
3617#ifndef __GNUC__
3618       choke me
3619#endif
3620
3621  ;
3622  return 0;
3623}
3624_ACEOF
3625if ac_fn_c_try_compile "$LINENO"; then :
3626  ac_compiler_gnu=yes
3627else
3628  ac_compiler_gnu=no
3629fi
3630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3631ac_cv_c_compiler_gnu=$ac_compiler_gnu
3632
3633fi
3634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3635$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3636if test $ac_compiler_gnu = yes; then
3637  GCC=yes
3638else
3639  GCC=
3640fi
3641ac_test_CFLAGS=${CFLAGS+set}
3642ac_save_CFLAGS=$CFLAGS
3643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3644$as_echo_n "checking whether $CC accepts -g... " >&6; }
3645if ${ac_cv_prog_cc_g+:} false; then :
3646  $as_echo_n "(cached) " >&6
3647else
3648  ac_save_c_werror_flag=$ac_c_werror_flag
3649   ac_c_werror_flag=yes
3650   ac_cv_prog_cc_g=no
3651   CFLAGS="-g"
3652   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3653/* end confdefs.h.  */
3654
3655int
3656main ()
3657{
3658
3659  ;
3660  return 0;
3661}
3662_ACEOF
3663if ac_fn_c_try_compile "$LINENO"; then :
3664  ac_cv_prog_cc_g=yes
3665else
3666  CFLAGS=""
3667      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3668/* end confdefs.h.  */
3669
3670int
3671main ()
3672{
3673
3674  ;
3675  return 0;
3676}
3677_ACEOF
3678if ac_fn_c_try_compile "$LINENO"; then :
3679
3680else
3681  ac_c_werror_flag=$ac_save_c_werror_flag
3682	 CFLAGS="-g"
3683	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3684/* end confdefs.h.  */
3685
3686int
3687main ()
3688{
3689
3690  ;
3691  return 0;
3692}
3693_ACEOF
3694if ac_fn_c_try_compile "$LINENO"; then :
3695  ac_cv_prog_cc_g=yes
3696fi
3697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3698fi
3699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3700fi
3701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3702   ac_c_werror_flag=$ac_save_c_werror_flag
3703fi
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3705$as_echo "$ac_cv_prog_cc_g" >&6; }
3706if test "$ac_test_CFLAGS" = set; then
3707  CFLAGS=$ac_save_CFLAGS
3708elif test $ac_cv_prog_cc_g = yes; then
3709  if test "$GCC" = yes; then
3710    CFLAGS="-g -O2"
3711  else
3712    CFLAGS="-g"
3713  fi
3714else
3715  if test "$GCC" = yes; then
3716    CFLAGS="-O2"
3717  else
3718    CFLAGS=
3719  fi
3720fi
3721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3722$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3723if ${ac_cv_prog_cc_c89+:} false; then :
3724  $as_echo_n "(cached) " >&6
3725else
3726  ac_cv_prog_cc_c89=no
3727ac_save_CC=$CC
3728cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3729/* end confdefs.h.  */
3730#include <stdarg.h>
3731#include <stdio.h>
3732struct stat;
3733/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3734struct buf { int x; };
3735FILE * (*rcsopen) (struct buf *, struct stat *, int);
3736static char *e (p, i)
3737     char **p;
3738     int i;
3739{
3740  return p[i];
3741}
3742static char *f (char * (*g) (char **, int), char **p, ...)
3743{
3744  char *s;
3745  va_list v;
3746  va_start (v,p);
3747  s = g (p, va_arg (v,int));
3748  va_end (v);
3749  return s;
3750}
3751
3752/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3753   function prototypes and stuff, but not '\xHH' hex character constants.
3754   These don't provoke an error unfortunately, instead are silently treated
3755   as 'x'.  The following induces an error, until -std is added to get
3756   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3757   array size at least.  It's necessary to write '\x00'==0 to get something
3758   that's true only with -std.  */
3759int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3760
3761/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3762   inside strings and character constants.  */
3763#define FOO(x) 'x'
3764int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3765
3766int test (int i, double x);
3767struct s1 {int (*f) (int a);};
3768struct s2 {int (*f) (double a);};
3769int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3770int argc;
3771char **argv;
3772int
3773main ()
3774{
3775return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3776  ;
3777  return 0;
3778}
3779_ACEOF
3780for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3781	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3782do
3783  CC="$ac_save_CC $ac_arg"
3784  if ac_fn_c_try_compile "$LINENO"; then :
3785  ac_cv_prog_cc_c89=$ac_arg
3786fi
3787rm -f core conftest.err conftest.$ac_objext
3788  test "x$ac_cv_prog_cc_c89" != "xno" && break
3789done
3790rm -f conftest.$ac_ext
3791CC=$ac_save_CC
3792
3793fi
3794# AC_CACHE_VAL
3795case "x$ac_cv_prog_cc_c89" in
3796  x)
3797    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3798$as_echo "none needed" >&6; } ;;
3799  xno)
3800    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3801$as_echo "unsupported" >&6; } ;;
3802  *)
3803    CC="$CC $ac_cv_prog_cc_c89"
3804    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3805$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3806esac
3807if test "x$ac_cv_prog_cc_c89" != xno; then :
3808
3809fi
3810
3811ac_ext=c
3812ac_cpp='$CPP $CPPFLAGS'
3813ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3814ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3815ac_compiler_gnu=$ac_cv_c_compiler_gnu
3816
3817ac_ext=c
3818ac_cpp='$CPP $CPPFLAGS'
3819ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3820ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3821ac_compiler_gnu=$ac_cv_c_compiler_gnu
3822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3823$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3824if ${am_cv_prog_cc_c_o+:} false; then :
3825  $as_echo_n "(cached) " >&6
3826else
3827  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3828/* end confdefs.h.  */
3829
3830int
3831main ()
3832{
3833
3834  ;
3835  return 0;
3836}
3837_ACEOF
3838  # Make sure it works both with $CC and with simple cc.
3839  # Following AC_PROG_CC_C_O, we do the test twice because some
3840  # compilers refuse to overwrite an existing .o file with -o,
3841  # though they will create one.
3842  am_cv_prog_cc_c_o=yes
3843  for am_i in 1 2; do
3844    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3845   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3846   ac_status=$?
3847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848   (exit $ac_status); } \
3849         && test -f conftest2.$ac_objext; then
3850      : OK
3851    else
3852      am_cv_prog_cc_c_o=no
3853      break
3854    fi
3855  done
3856  rm -f core conftest*
3857  unset am_i
3858fi
3859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3860$as_echo "$am_cv_prog_cc_c_o" >&6; }
3861if test "$am_cv_prog_cc_c_o" != yes; then
3862   # Losing compiler, so override with the script.
3863   # FIXME: It is wrong to rewrite CC.
3864   # But if we don't then we get into trouble of one sort or another.
3865   # A longer-term fix would be to have automake use am__CC in this case,
3866   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3867   CC="$am_aux_dir/compile $CC"
3868fi
3869ac_ext=c
3870ac_cpp='$CPP $CPPFLAGS'
3871ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3872ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3873ac_compiler_gnu=$ac_cv_c_compiler_gnu
3874
3875DEPDIR="${am__leading_dot}deps"
3876
3877ac_config_commands="$ac_config_commands depfiles"
3878
3879
3880am_make=${MAKE-make}
3881cat > confinc << 'END'
3882am__doit:
3883	@echo this is the am__doit target
3884.PHONY: am__doit
3885END
3886# If we don't find an include directive, just comment out the code.
3887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3888$as_echo_n "checking for style of include used by $am_make... " >&6; }
3889am__include="#"
3890am__quote=
3891_am_result=none
3892# First try GNU make style include.
3893echo "include confinc" > confmf
3894# Ignore all kinds of additional output from 'make'.
3895case `$am_make -s -f confmf 2> /dev/null` in #(
3896*the\ am__doit\ target*)
3897  am__include=include
3898  am__quote=
3899  _am_result=GNU
3900  ;;
3901esac
3902# Now try BSD make style include.
3903if test "$am__include" = "#"; then
3904   echo '.include "confinc"' > confmf
3905   case `$am_make -s -f confmf 2> /dev/null` in #(
3906   *the\ am__doit\ target*)
3907     am__include=.include
3908     am__quote="\""
3909     _am_result=BSD
3910     ;;
3911   esac
3912fi
3913
3914
3915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3916$as_echo "$_am_result" >&6; }
3917rm -f confinc confmf
3918
3919# Check whether --enable-dependency-tracking was given.
3920if test "${enable_dependency_tracking+set}" = set; then :
3921  enableval=$enable_dependency_tracking;
3922fi
3923
3924if test "x$enable_dependency_tracking" != xno; then
3925  am_depcomp="$ac_aux_dir/depcomp"
3926  AMDEPBACKSLASH='\'
3927  am__nodep='_no'
3928fi
3929 if test "x$enable_dependency_tracking" != xno; then
3930  AMDEP_TRUE=
3931  AMDEP_FALSE='#'
3932else
3933  AMDEP_TRUE='#'
3934  AMDEP_FALSE=
3935fi
3936
3937
3938
3939depcc="$CC"   am_compiler_list=
3940
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3942$as_echo_n "checking dependency style of $depcc... " >&6; }
3943if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3944  $as_echo_n "(cached) " >&6
3945else
3946  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3947  # We make a subdir and do the tests there.  Otherwise we can end up
3948  # making bogus files that we don't know about and never remove.  For
3949  # instance it was reported that on HP-UX the gcc test will end up
3950  # making a dummy file named 'D' -- because '-MD' means "put the output
3951  # in D".
3952  rm -rf conftest.dir
3953  mkdir conftest.dir
3954  # Copy depcomp to subdir because otherwise we won't find it if we're
3955  # using a relative directory.
3956  cp "$am_depcomp" conftest.dir
3957  cd conftest.dir
3958  # We will build objects and dependencies in a subdirectory because
3959  # it helps to detect inapplicable dependency modes.  For instance
3960  # both Tru64's cc and ICC support -MD to output dependencies as a
3961  # side effect of compilation, but ICC will put the dependencies in
3962  # the current directory while Tru64 will put them in the object
3963  # directory.
3964  mkdir sub
3965
3966  am_cv_CC_dependencies_compiler_type=none
3967  if test "$am_compiler_list" = ""; then
3968     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3969  fi
3970  am__universal=false
3971  case " $depcc " in #(
3972     *\ -arch\ *\ -arch\ *) am__universal=true ;;
3973     esac
3974
3975  for depmode in $am_compiler_list; do
3976    # Setup a source with many dependencies, because some compilers
3977    # like to wrap large dependency lists on column 80 (with \), and
3978    # we should not choose a depcomp mode which is confused by this.
3979    #
3980    # We need to recreate these files for each test, as the compiler may
3981    # overwrite some of them when testing with obscure command lines.
3982    # This happens at least with the AIX C compiler.
3983    : > sub/conftest.c
3984    for i in 1 2 3 4 5 6; do
3985      echo '#include "conftst'$i'.h"' >> sub/conftest.c
3986      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3987      # Solaris 10 /bin/sh.
3988      echo '/* dummy */' > sub/conftst$i.h
3989    done
3990    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3991
3992    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3993    # mode.  It turns out that the SunPro C++ compiler does not properly
3994    # handle '-M -o', and we need to detect this.  Also, some Intel
3995    # versions had trouble with output in subdirs.
3996    am__obj=sub/conftest.${OBJEXT-o}
3997    am__minus_obj="-o $am__obj"
3998    case $depmode in
3999    gcc)
4000      # This depmode causes a compiler race in universal mode.
4001      test "$am__universal" = false || continue
4002      ;;
4003    nosideeffect)
4004      # After this tag, mechanisms are not by side-effect, so they'll
4005      # only be used when explicitly requested.
4006      if test "x$enable_dependency_tracking" = xyes; then
4007	continue
4008      else
4009	break
4010      fi
4011      ;;
4012    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4013      # This compiler won't grok '-c -o', but also, the minuso test has
4014      # not run yet.  These depmodes are late enough in the game, and
4015      # so weak that their functioning should not be impacted.
4016      am__obj=conftest.${OBJEXT-o}
4017      am__minus_obj=
4018      ;;
4019    none) break ;;
4020    esac
4021    if depmode=$depmode \
4022       source=sub/conftest.c object=$am__obj \
4023       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4024       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4025         >/dev/null 2>conftest.err &&
4026       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4027       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4028       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4029       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4030      # icc doesn't choke on unknown options, it will just issue warnings
4031      # or remarks (even with -Werror).  So we grep stderr for any message
4032      # that says an option was ignored or not supported.
4033      # When given -MP, icc 7.0 and 7.1 complain thusly:
4034      #   icc: Command line warning: ignoring option '-M'; no argument required
4035      # The diagnosis changed in icc 8.0:
4036      #   icc: Command line remark: option '-MP' not supported
4037      if (grep 'ignoring option' conftest.err ||
4038          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4039        am_cv_CC_dependencies_compiler_type=$depmode
4040        break
4041      fi
4042    fi
4043  done
4044
4045  cd ..
4046  rm -rf conftest.dir
4047else
4048  am_cv_CC_dependencies_compiler_type=none
4049fi
4050
4051fi
4052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4053$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4054CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4055
4056 if
4057  test "x$enable_dependency_tracking" != xno \
4058  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4059  am__fastdepCC_TRUE=
4060  am__fastdepCC_FALSE='#'
4061else
4062  am__fastdepCC_TRUE='#'
4063  am__fastdepCC_FALSE=
4064fi
4065
4066
4067
4068ac_ext=c
4069ac_cpp='$CPP $CPPFLAGS'
4070ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4071ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4072ac_compiler_gnu=$ac_cv_c_compiler_gnu
4073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4074$as_echo_n "checking how to run the C preprocessor... " >&6; }
4075# On Suns, sometimes $CPP names a directory.
4076if test -n "$CPP" && test -d "$CPP"; then
4077  CPP=
4078fi
4079if test -z "$CPP"; then
4080  if ${ac_cv_prog_CPP+:} false; then :
4081  $as_echo_n "(cached) " >&6
4082else
4083      # Double quotes because CPP needs to be expanded
4084    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4085    do
4086      ac_preproc_ok=false
4087for ac_c_preproc_warn_flag in '' yes
4088do
4089  # Use a header file that comes with gcc, so configuring glibc
4090  # with a fresh cross-compiler works.
4091  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4092  # <limits.h> exists even on freestanding compilers.
4093  # On the NeXT, cc -E runs the code through the compiler's parser,
4094  # not just through cpp. "Syntax error" is here to catch this case.
4095  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4096/* end confdefs.h.  */
4097#ifdef __STDC__
4098# include <limits.h>
4099#else
4100# include <assert.h>
4101#endif
4102		     Syntax error
4103_ACEOF
4104if ac_fn_c_try_cpp "$LINENO"; then :
4105
4106else
4107  # Broken: fails on valid input.
4108continue
4109fi
4110rm -f conftest.err conftest.i conftest.$ac_ext
4111
4112  # OK, works on sane cases.  Now check whether nonexistent headers
4113  # can be detected and how.
4114  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4115/* end confdefs.h.  */
4116#include <ac_nonexistent.h>
4117_ACEOF
4118if ac_fn_c_try_cpp "$LINENO"; then :
4119  # Broken: success on invalid input.
4120continue
4121else
4122  # Passes both tests.
4123ac_preproc_ok=:
4124break
4125fi
4126rm -f conftest.err conftest.i conftest.$ac_ext
4127
4128done
4129# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4130rm -f conftest.i conftest.err conftest.$ac_ext
4131if $ac_preproc_ok; then :
4132  break
4133fi
4134
4135    done
4136    ac_cv_prog_CPP=$CPP
4137
4138fi
4139  CPP=$ac_cv_prog_CPP
4140else
4141  ac_cv_prog_CPP=$CPP
4142fi
4143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4144$as_echo "$CPP" >&6; }
4145ac_preproc_ok=false
4146for ac_c_preproc_warn_flag in '' yes
4147do
4148  # Use a header file that comes with gcc, so configuring glibc
4149  # with a fresh cross-compiler works.
4150  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4151  # <limits.h> exists even on freestanding compilers.
4152  # On the NeXT, cc -E runs the code through the compiler's parser,
4153  # not just through cpp. "Syntax error" is here to catch this case.
4154  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4155/* end confdefs.h.  */
4156#ifdef __STDC__
4157# include <limits.h>
4158#else
4159# include <assert.h>
4160#endif
4161		     Syntax error
4162_ACEOF
4163if ac_fn_c_try_cpp "$LINENO"; then :
4164
4165else
4166  # Broken: fails on valid input.
4167continue
4168fi
4169rm -f conftest.err conftest.i conftest.$ac_ext
4170
4171  # OK, works on sane cases.  Now check whether nonexistent headers
4172  # can be detected and how.
4173  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4174/* end confdefs.h.  */
4175#include <ac_nonexistent.h>
4176_ACEOF
4177if ac_fn_c_try_cpp "$LINENO"; then :
4178  # Broken: success on invalid input.
4179continue
4180else
4181  # Passes both tests.
4182ac_preproc_ok=:
4183break
4184fi
4185rm -f conftest.err conftest.i conftest.$ac_ext
4186
4187done
4188# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4189rm -f conftest.i conftest.err conftest.$ac_ext
4190if $ac_preproc_ok; then :
4191
4192else
4193  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4194$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4195as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4196See \`config.log' for more details" "$LINENO" 5; }
4197fi
4198
4199ac_ext=c
4200ac_cpp='$CPP $CPPFLAGS'
4201ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4202ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4203ac_compiler_gnu=$ac_cv_c_compiler_gnu
4204
4205
4206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4207$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4208if ${ac_cv_path_GREP+:} false; then :
4209  $as_echo_n "(cached) " >&6
4210else
4211  if test -z "$GREP"; then
4212  ac_path_GREP_found=false
4213  # Loop through the user's path and test for each of PROGNAME-LIST
4214  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4216do
4217  IFS=$as_save_IFS
4218  test -z "$as_dir" && as_dir=.
4219    for ac_prog in grep ggrep; do
4220    for ac_exec_ext in '' $ac_executable_extensions; do
4221      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4222      as_fn_executable_p "$ac_path_GREP" || continue
4223# Check for GNU ac_path_GREP and select it if it is found.
4224  # Check for GNU $ac_path_GREP
4225case `"$ac_path_GREP" --version 2>&1` in
4226*GNU*)
4227  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4228*)
4229  ac_count=0
4230  $as_echo_n 0123456789 >"conftest.in"
4231  while :
4232  do
4233    cat "conftest.in" "conftest.in" >"conftest.tmp"
4234    mv "conftest.tmp" "conftest.in"
4235    cp "conftest.in" "conftest.nl"
4236    $as_echo 'GREP' >> "conftest.nl"
4237    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4238    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4239    as_fn_arith $ac_count + 1 && ac_count=$as_val
4240    if test $ac_count -gt ${ac_path_GREP_max-0}; then
4241      # Best one so far, save it but keep looking for a better one
4242      ac_cv_path_GREP="$ac_path_GREP"
4243      ac_path_GREP_max=$ac_count
4244    fi
4245    # 10*(2^10) chars as input seems more than enough
4246    test $ac_count -gt 10 && break
4247  done
4248  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4249esac
4250
4251      $ac_path_GREP_found && break 3
4252    done
4253  done
4254  done
4255IFS=$as_save_IFS
4256  if test -z "$ac_cv_path_GREP"; then
4257    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4258  fi
4259else
4260  ac_cv_path_GREP=$GREP
4261fi
4262
4263fi
4264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4265$as_echo "$ac_cv_path_GREP" >&6; }
4266 GREP="$ac_cv_path_GREP"
4267
4268
4269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4270$as_echo_n "checking for egrep... " >&6; }
4271if ${ac_cv_path_EGREP+:} false; then :
4272  $as_echo_n "(cached) " >&6
4273else
4274  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4275   then ac_cv_path_EGREP="$GREP -E"
4276   else
4277     if test -z "$EGREP"; then
4278  ac_path_EGREP_found=false
4279  # Loop through the user's path and test for each of PROGNAME-LIST
4280  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4281for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4282do
4283  IFS=$as_save_IFS
4284  test -z "$as_dir" && as_dir=.
4285    for ac_prog in egrep; do
4286    for ac_exec_ext in '' $ac_executable_extensions; do
4287      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4288      as_fn_executable_p "$ac_path_EGREP" || continue
4289# Check for GNU ac_path_EGREP and select it if it is found.
4290  # Check for GNU $ac_path_EGREP
4291case `"$ac_path_EGREP" --version 2>&1` in
4292*GNU*)
4293  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4294*)
4295  ac_count=0
4296  $as_echo_n 0123456789 >"conftest.in"
4297  while :
4298  do
4299    cat "conftest.in" "conftest.in" >"conftest.tmp"
4300    mv "conftest.tmp" "conftest.in"
4301    cp "conftest.in" "conftest.nl"
4302    $as_echo 'EGREP' >> "conftest.nl"
4303    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4304    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4305    as_fn_arith $ac_count + 1 && ac_count=$as_val
4306    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4307      # Best one so far, save it but keep looking for a better one
4308      ac_cv_path_EGREP="$ac_path_EGREP"
4309      ac_path_EGREP_max=$ac_count
4310    fi
4311    # 10*(2^10) chars as input seems more than enough
4312    test $ac_count -gt 10 && break
4313  done
4314  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4315esac
4316
4317      $ac_path_EGREP_found && break 3
4318    done
4319  done
4320  done
4321IFS=$as_save_IFS
4322  if test -z "$ac_cv_path_EGREP"; then
4323    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4324  fi
4325else
4326  ac_cv_path_EGREP=$EGREP
4327fi
4328
4329   fi
4330fi
4331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4332$as_echo "$ac_cv_path_EGREP" >&6; }
4333 EGREP="$ac_cv_path_EGREP"
4334
4335
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4337$as_echo_n "checking for ANSI C header files... " >&6; }
4338if ${ac_cv_header_stdc+:} false; then :
4339  $as_echo_n "(cached) " >&6
4340else
4341  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4342/* end confdefs.h.  */
4343#include <stdlib.h>
4344#include <stdarg.h>
4345#include <string.h>
4346#include <float.h>
4347
4348int
4349main ()
4350{
4351
4352  ;
4353  return 0;
4354}
4355_ACEOF
4356if ac_fn_c_try_compile "$LINENO"; then :
4357  ac_cv_header_stdc=yes
4358else
4359  ac_cv_header_stdc=no
4360fi
4361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4362
4363if test $ac_cv_header_stdc = yes; then
4364  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4365  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366/* end confdefs.h.  */
4367#include <string.h>
4368
4369_ACEOF
4370if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4371  $EGREP "memchr" >/dev/null 2>&1; then :
4372
4373else
4374  ac_cv_header_stdc=no
4375fi
4376rm -f conftest*
4377
4378fi
4379
4380if test $ac_cv_header_stdc = yes; then
4381  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4382  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4383/* end confdefs.h.  */
4384#include <stdlib.h>
4385
4386_ACEOF
4387if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4388  $EGREP "free" >/dev/null 2>&1; then :
4389
4390else
4391  ac_cv_header_stdc=no
4392fi
4393rm -f conftest*
4394
4395fi
4396
4397if test $ac_cv_header_stdc = yes; then
4398  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4399  if test "$cross_compiling" = yes; then :
4400  :
4401else
4402  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4403/* end confdefs.h.  */
4404#include <ctype.h>
4405#include <stdlib.h>
4406#if ((' ' & 0x0FF) == 0x020)
4407# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4408# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4409#else
4410# define ISLOWER(c) \
4411		   (('a' <= (c) && (c) <= 'i') \
4412		     || ('j' <= (c) && (c) <= 'r') \
4413		     || ('s' <= (c) && (c) <= 'z'))
4414# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4415#endif
4416
4417#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4418int
4419main ()
4420{
4421  int i;
4422  for (i = 0; i < 256; i++)
4423    if (XOR (islower (i), ISLOWER (i))
4424	|| toupper (i) != TOUPPER (i))
4425      return 2;
4426  return 0;
4427}
4428_ACEOF
4429if ac_fn_c_try_run "$LINENO"; then :
4430
4431else
4432  ac_cv_header_stdc=no
4433fi
4434rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4435  conftest.$ac_objext conftest.beam conftest.$ac_ext
4436fi
4437
4438fi
4439fi
4440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4441$as_echo "$ac_cv_header_stdc" >&6; }
4442if test $ac_cv_header_stdc = yes; then
4443
4444$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4445
4446fi
4447
4448# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4449for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4450		  inttypes.h stdint.h unistd.h
4451do :
4452  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4453ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4454"
4455if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4456  cat >>confdefs.h <<_ACEOF
4457#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4458_ACEOF
4459
4460fi
4461
4462done
4463
4464
4465
4466  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4467if test "x$ac_cv_header_minix_config_h" = xyes; then :
4468  MINIX=yes
4469else
4470  MINIX=
4471fi
4472
4473
4474  if test "$MINIX" = yes; then
4475
4476$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4477
4478
4479$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4480
4481
4482$as_echo "#define _MINIX 1" >>confdefs.h
4483
4484  fi
4485
4486
4487  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4488$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4489if ${ac_cv_safe_to_define___extensions__+:} false; then :
4490  $as_echo_n "(cached) " >&6
4491else
4492  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4493/* end confdefs.h.  */
4494
4495#         define __EXTENSIONS__ 1
4496          $ac_includes_default
4497int
4498main ()
4499{
4500
4501  ;
4502  return 0;
4503}
4504_ACEOF
4505if ac_fn_c_try_compile "$LINENO"; then :
4506  ac_cv_safe_to_define___extensions__=yes
4507else
4508  ac_cv_safe_to_define___extensions__=no
4509fi
4510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4511fi
4512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4513$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4514  test $ac_cv_safe_to_define___extensions__ = yes &&
4515    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4516
4517  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4518
4519  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4520
4521  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4522
4523  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4524
4525
4526
4527
4528
4529if test -n "$ac_tool_prefix"; then
4530  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4531set dummy ${ac_tool_prefix}ar; ac_word=$2
4532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4533$as_echo_n "checking for $ac_word... " >&6; }
4534if ${ac_cv_prog_AR+:} false; then :
4535  $as_echo_n "(cached) " >&6
4536else
4537  if test -n "$AR"; then
4538  ac_cv_prog_AR="$AR" # Let the user override the test.
4539else
4540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4541for as_dir in $PATH
4542do
4543  IFS=$as_save_IFS
4544  test -z "$as_dir" && as_dir=.
4545    for ac_exec_ext in '' $ac_executable_extensions; do
4546  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4547    ac_cv_prog_AR="${ac_tool_prefix}ar"
4548    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4549    break 2
4550  fi
4551done
4552  done
4553IFS=$as_save_IFS
4554
4555fi
4556fi
4557AR=$ac_cv_prog_AR
4558if test -n "$AR"; then
4559  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4560$as_echo "$AR" >&6; }
4561else
4562  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4563$as_echo "no" >&6; }
4564fi
4565
4566
4567fi
4568if test -z "$ac_cv_prog_AR"; then
4569  ac_ct_AR=$AR
4570  # Extract the first word of "ar", so it can be a program name with args.
4571set dummy ar; ac_word=$2
4572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4573$as_echo_n "checking for $ac_word... " >&6; }
4574if ${ac_cv_prog_ac_ct_AR+:} false; then :
4575  $as_echo_n "(cached) " >&6
4576else
4577  if test -n "$ac_ct_AR"; then
4578  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4579else
4580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581for as_dir in $PATH
4582do
4583  IFS=$as_save_IFS
4584  test -z "$as_dir" && as_dir=.
4585    for ac_exec_ext in '' $ac_executable_extensions; do
4586  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4587    ac_cv_prog_ac_ct_AR="ar"
4588    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4589    break 2
4590  fi
4591done
4592  done
4593IFS=$as_save_IFS
4594
4595fi
4596fi
4597ac_ct_AR=$ac_cv_prog_ac_ct_AR
4598if test -n "$ac_ct_AR"; then
4599  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4600$as_echo "$ac_ct_AR" >&6; }
4601else
4602  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4603$as_echo "no" >&6; }
4604fi
4605
4606  if test "x$ac_ct_AR" = x; then
4607    AR=""
4608  else
4609    case $cross_compiling:$ac_tool_warned in
4610yes:)
4611{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4612$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4613ac_tool_warned=yes ;;
4614esac
4615    AR=$ac_ct_AR
4616  fi
4617else
4618  AR="$ac_cv_prog_AR"
4619fi
4620
4621if test -n "$ac_tool_prefix"; then
4622  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4623set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4625$as_echo_n "checking for $ac_word... " >&6; }
4626if ${ac_cv_prog_RANLIB+:} false; then :
4627  $as_echo_n "(cached) " >&6
4628else
4629  if test -n "$RANLIB"; then
4630  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4631else
4632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4633for as_dir in $PATH
4634do
4635  IFS=$as_save_IFS
4636  test -z "$as_dir" && as_dir=.
4637    for ac_exec_ext in '' $ac_executable_extensions; do
4638  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4639    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4640    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4641    break 2
4642  fi
4643done
4644  done
4645IFS=$as_save_IFS
4646
4647fi
4648fi
4649RANLIB=$ac_cv_prog_RANLIB
4650if test -n "$RANLIB"; then
4651  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4652$as_echo "$RANLIB" >&6; }
4653else
4654  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4655$as_echo "no" >&6; }
4656fi
4657
4658
4659fi
4660if test -z "$ac_cv_prog_RANLIB"; then
4661  ac_ct_RANLIB=$RANLIB
4662  # Extract the first word of "ranlib", so it can be a program name with args.
4663set dummy ranlib; ac_word=$2
4664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4665$as_echo_n "checking for $ac_word... " >&6; }
4666if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4667  $as_echo_n "(cached) " >&6
4668else
4669  if test -n "$ac_ct_RANLIB"; then
4670  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4671else
4672as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4673for as_dir in $PATH
4674do
4675  IFS=$as_save_IFS
4676  test -z "$as_dir" && as_dir=.
4677    for ac_exec_ext in '' $ac_executable_extensions; do
4678  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4679    ac_cv_prog_ac_ct_RANLIB="ranlib"
4680    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4681    break 2
4682  fi
4683done
4684  done
4685IFS=$as_save_IFS
4686
4687fi
4688fi
4689ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4690if test -n "$ac_ct_RANLIB"; then
4691  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4692$as_echo "$ac_ct_RANLIB" >&6; }
4693else
4694  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4695$as_echo "no" >&6; }
4696fi
4697
4698  if test "x$ac_ct_RANLIB" = x; then
4699    RANLIB=":"
4700  else
4701    case $cross_compiling:$ac_tool_warned in
4702yes:)
4703{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4704$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4705ac_tool_warned=yes ;;
4706esac
4707    RANLIB=$ac_ct_RANLIB
4708  fi
4709else
4710  RANLIB="$ac_cv_prog_RANLIB"
4711fi
4712
4713
4714# Check whether --enable-shared was given.
4715if test "${enable_shared+set}" = set; then :
4716  enableval=$enable_shared; p=${PACKAGE-default}
4717    case $enableval in
4718    yes) enable_shared=yes ;;
4719    no) enable_shared=no ;;
4720    *)
4721      enable_shared=no
4722      # Look at the argument we got.  We use all the common list separators.
4723      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4724      for pkg in $enableval; do
4725	IFS="$lt_save_ifs"
4726	if test "X$pkg" = "X$p"; then
4727	  enable_shared=yes
4728	fi
4729      done
4730      IFS="$lt_save_ifs"
4731      ;;
4732    esac
4733else
4734  enable_shared=no
4735fi
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746case `pwd` in
4747  *\ * | *\	*)
4748    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4749$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4750esac
4751
4752
4753
4754macro_version='2.2.7a'
4755macro_revision='1.3134'
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769ltmain="$ac_aux_dir/ltmain.sh"
4770
4771# Backslashify metacharacters that are still active within
4772# double-quoted strings.
4773sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4774
4775# Same as above, but do not quote variable references.
4776double_quote_subst='s/\(["`\\]\)/\\\1/g'
4777
4778# Sed substitution to delay expansion of an escaped shell variable in a
4779# double_quote_subst'ed string.
4780delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4781
4782# Sed substitution to delay expansion of an escaped single quote.
4783delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4784
4785# Sed substitution to avoid accidental globbing in evaled expressions
4786no_glob_subst='s/\*/\\\*/g'
4787
4788ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4789ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4790ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4791
4792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4793$as_echo_n "checking how to print strings... " >&6; }
4794# Test print first, because it will be a builtin if present.
4795if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4796   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4797  ECHO='print -r --'
4798elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4799  ECHO='printf %s\n'
4800else
4801  # Use this function as a fallback that always works.
4802  func_fallback_echo ()
4803  {
4804    eval 'cat <<_LTECHO_EOF
4805$1
4806_LTECHO_EOF'
4807  }
4808  ECHO='func_fallback_echo'
4809fi
4810
4811# func_echo_all arg...
4812# Invoke $ECHO with all args, space-separated.
4813func_echo_all ()
4814{
4815    $ECHO ""
4816}
4817
4818case "$ECHO" in
4819  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4820$as_echo "printf" >&6; } ;;
4821  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4822$as_echo "print -r" >&6; } ;;
4823  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4824$as_echo "cat" >&6; } ;;
4825esac
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4841$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4842if ${ac_cv_path_SED+:} false; then :
4843  $as_echo_n "(cached) " >&6
4844else
4845            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4846     for ac_i in 1 2 3 4 5 6 7; do
4847       ac_script="$ac_script$as_nl$ac_script"
4848     done
4849     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4850     { ac_script=; unset ac_script;}
4851     if test -z "$SED"; then
4852  ac_path_SED_found=false
4853  # Loop through the user's path and test for each of PROGNAME-LIST
4854  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855for as_dir in $PATH
4856do
4857  IFS=$as_save_IFS
4858  test -z "$as_dir" && as_dir=.
4859    for ac_prog in sed gsed; do
4860    for ac_exec_ext in '' $ac_executable_extensions; do
4861      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4862      as_fn_executable_p "$ac_path_SED" || continue
4863# Check for GNU ac_path_SED and select it if it is found.
4864  # Check for GNU $ac_path_SED
4865case `"$ac_path_SED" --version 2>&1` in
4866*GNU*)
4867  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4868*)
4869  ac_count=0
4870  $as_echo_n 0123456789 >"conftest.in"
4871  while :
4872  do
4873    cat "conftest.in" "conftest.in" >"conftest.tmp"
4874    mv "conftest.tmp" "conftest.in"
4875    cp "conftest.in" "conftest.nl"
4876    $as_echo '' >> "conftest.nl"
4877    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4878    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4879    as_fn_arith $ac_count + 1 && ac_count=$as_val
4880    if test $ac_count -gt ${ac_path_SED_max-0}; then
4881      # Best one so far, save it but keep looking for a better one
4882      ac_cv_path_SED="$ac_path_SED"
4883      ac_path_SED_max=$ac_count
4884    fi
4885    # 10*(2^10) chars as input seems more than enough
4886    test $ac_count -gt 10 && break
4887  done
4888  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4889esac
4890
4891      $ac_path_SED_found && break 3
4892    done
4893  done
4894  done
4895IFS=$as_save_IFS
4896  if test -z "$ac_cv_path_SED"; then
4897    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4898  fi
4899else
4900  ac_cv_path_SED=$SED
4901fi
4902
4903fi
4904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4905$as_echo "$ac_cv_path_SED" >&6; }
4906 SED="$ac_cv_path_SED"
4907  rm -f conftest.sed
4908
4909test -z "$SED" && SED=sed
4910Xsed="$SED -e 1s/^X//"
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4923$as_echo_n "checking for fgrep... " >&6; }
4924if ${ac_cv_path_FGREP+:} false; then :
4925  $as_echo_n "(cached) " >&6
4926else
4927  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4928   then ac_cv_path_FGREP="$GREP -F"
4929   else
4930     if test -z "$FGREP"; then
4931  ac_path_FGREP_found=false
4932  # Loop through the user's path and test for each of PROGNAME-LIST
4933  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4934for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4935do
4936  IFS=$as_save_IFS
4937  test -z "$as_dir" && as_dir=.
4938    for ac_prog in fgrep; do
4939    for ac_exec_ext in '' $ac_executable_extensions; do
4940      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4941      as_fn_executable_p "$ac_path_FGREP" || continue
4942# Check for GNU ac_path_FGREP and select it if it is found.
4943  # Check for GNU $ac_path_FGREP
4944case `"$ac_path_FGREP" --version 2>&1` in
4945*GNU*)
4946  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4947*)
4948  ac_count=0
4949  $as_echo_n 0123456789 >"conftest.in"
4950  while :
4951  do
4952    cat "conftest.in" "conftest.in" >"conftest.tmp"
4953    mv "conftest.tmp" "conftest.in"
4954    cp "conftest.in" "conftest.nl"
4955    $as_echo 'FGREP' >> "conftest.nl"
4956    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4957    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4958    as_fn_arith $ac_count + 1 && ac_count=$as_val
4959    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4960      # Best one so far, save it but keep looking for a better one
4961      ac_cv_path_FGREP="$ac_path_FGREP"
4962      ac_path_FGREP_max=$ac_count
4963    fi
4964    # 10*(2^10) chars as input seems more than enough
4965    test $ac_count -gt 10 && break
4966  done
4967  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4968esac
4969
4970      $ac_path_FGREP_found && break 3
4971    done
4972  done
4973  done
4974IFS=$as_save_IFS
4975  if test -z "$ac_cv_path_FGREP"; then
4976    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4977  fi
4978else
4979  ac_cv_path_FGREP=$FGREP
4980fi
4981
4982   fi
4983fi
4984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4985$as_echo "$ac_cv_path_FGREP" >&6; }
4986 FGREP="$ac_cv_path_FGREP"
4987
4988
4989test -z "$GREP" && GREP=grep
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009# Check whether --with-gnu-ld was given.
5010if test "${with_gnu_ld+set}" = set; then :
5011  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5012else
5013  with_gnu_ld=no
5014fi
5015
5016ac_prog=ld
5017if test "$GCC" = yes; then
5018  # Check if gcc -print-prog-name=ld gives a path.
5019  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5020$as_echo_n "checking for ld used by $CC... " >&6; }
5021  case $host in
5022  *-*-mingw*)
5023    # gcc leaves a trailing carriage return which upsets mingw
5024    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5025  *)
5026    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5027  esac
5028  case $ac_prog in
5029    # Accept absolute paths.
5030    [\\/]* | ?:[\\/]*)
5031      re_direlt='/[^/][^/]*/\.\./'
5032      # Canonicalize the pathname of ld
5033      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5034      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5035	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5036      done
5037      test -z "$LD" && LD="$ac_prog"
5038      ;;
5039  "")
5040    # If it fails, then pretend we aren't using GCC.
5041    ac_prog=ld
5042    ;;
5043  *)
5044    # If it is relative, then search for the first ld in PATH.
5045    with_gnu_ld=unknown
5046    ;;
5047  esac
5048elif test "$with_gnu_ld" = yes; then
5049  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5050$as_echo_n "checking for GNU ld... " >&6; }
5051else
5052  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5053$as_echo_n "checking for non-GNU ld... " >&6; }
5054fi
5055if ${lt_cv_path_LD+:} false; then :
5056  $as_echo_n "(cached) " >&6
5057else
5058  if test -z "$LD"; then
5059  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5060  for ac_dir in $PATH; do
5061    IFS="$lt_save_ifs"
5062    test -z "$ac_dir" && ac_dir=.
5063    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5064      lt_cv_path_LD="$ac_dir/$ac_prog"
5065      # Check to see if the program is GNU ld.  I'd rather use --version,
5066      # but apparently some variants of GNU ld only accept -v.
5067      # Break only if it was the GNU/non-GNU ld that we prefer.
5068      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5069      *GNU* | *'with BFD'*)
5070	test "$with_gnu_ld" != no && break
5071	;;
5072      *)
5073	test "$with_gnu_ld" != yes && break
5074	;;
5075      esac
5076    fi
5077  done
5078  IFS="$lt_save_ifs"
5079else
5080  lt_cv_path_LD="$LD" # Let the user override the test with a path.
5081fi
5082fi
5083
5084LD="$lt_cv_path_LD"
5085if test -n "$LD"; then
5086  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5087$as_echo "$LD" >&6; }
5088else
5089  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090$as_echo "no" >&6; }
5091fi
5092test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5094$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5095if ${lt_cv_prog_gnu_ld+:} false; then :
5096  $as_echo_n "(cached) " >&6
5097else
5098  # I'd rather use --version here, but apparently some GNU lds only accept -v.
5099case `$LD -v 2>&1 </dev/null` in
5100*GNU* | *'with BFD'*)
5101  lt_cv_prog_gnu_ld=yes
5102  ;;
5103*)
5104  lt_cv_prog_gnu_ld=no
5105  ;;
5106esac
5107fi
5108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5109$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5110with_gnu_ld=$lt_cv_prog_gnu_ld
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5121$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5122if ${lt_cv_path_NM+:} false; then :
5123  $as_echo_n "(cached) " >&6
5124else
5125  if test -n "$NM"; then
5126  # Let the user override the test.
5127  lt_cv_path_NM="$NM"
5128else
5129  lt_nm_to_check="${ac_tool_prefix}nm"
5130  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5131    lt_nm_to_check="$lt_nm_to_check nm"
5132  fi
5133  for lt_tmp_nm in $lt_nm_to_check; do
5134    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5135    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5136      IFS="$lt_save_ifs"
5137      test -z "$ac_dir" && ac_dir=.
5138      tmp_nm="$ac_dir/$lt_tmp_nm"
5139      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5140	# Check to see if the nm accepts a BSD-compat flag.
5141	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
5142	#   nm: unknown option "B" ignored
5143	# Tru64's nm complains that /dev/null is an invalid object file
5144	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5145	*/dev/null* | *'Invalid file or object type'*)
5146	  lt_cv_path_NM="$tmp_nm -B"
5147	  break
5148	  ;;
5149	*)
5150	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5151	  */dev/null*)
5152	    lt_cv_path_NM="$tmp_nm -p"
5153	    break
5154	    ;;
5155	  *)
5156	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5157	    continue # so that we can try to find one that supports BSD flags
5158	    ;;
5159	  esac
5160	  ;;
5161	esac
5162      fi
5163    done
5164    IFS="$lt_save_ifs"
5165  done
5166  : ${lt_cv_path_NM=no}
5167fi
5168fi
5169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5170$as_echo "$lt_cv_path_NM" >&6; }
5171if test "$lt_cv_path_NM" != "no"; then
5172  NM="$lt_cv_path_NM"
5173else
5174  # Didn't find any BSD compatible name lister, look for dumpbin.
5175  if test -n "$DUMPBIN"; then :
5176    # Let the user override the test.
5177  else
5178    if test -n "$ac_tool_prefix"; then
5179  for ac_prog in dumpbin "link -dump"
5180  do
5181    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5182set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5184$as_echo_n "checking for $ac_word... " >&6; }
5185if ${ac_cv_prog_DUMPBIN+:} false; then :
5186  $as_echo_n "(cached) " >&6
5187else
5188  if test -n "$DUMPBIN"; then
5189  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5190else
5191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5192for as_dir in $PATH
5193do
5194  IFS=$as_save_IFS
5195  test -z "$as_dir" && as_dir=.
5196    for ac_exec_ext in '' $ac_executable_extensions; do
5197  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5198    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5199    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5200    break 2
5201  fi
5202done
5203  done
5204IFS=$as_save_IFS
5205
5206fi
5207fi
5208DUMPBIN=$ac_cv_prog_DUMPBIN
5209if test -n "$DUMPBIN"; then
5210  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5211$as_echo "$DUMPBIN" >&6; }
5212else
5213  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5214$as_echo "no" >&6; }
5215fi
5216
5217
5218    test -n "$DUMPBIN" && break
5219  done
5220fi
5221if test -z "$DUMPBIN"; then
5222  ac_ct_DUMPBIN=$DUMPBIN
5223  for ac_prog in dumpbin "link -dump"
5224do
5225  # Extract the first word of "$ac_prog", so it can be a program name with args.
5226set dummy $ac_prog; ac_word=$2
5227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5228$as_echo_n "checking for $ac_word... " >&6; }
5229if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5230  $as_echo_n "(cached) " >&6
5231else
5232  if test -n "$ac_ct_DUMPBIN"; then
5233  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5234else
5235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5236for as_dir in $PATH
5237do
5238  IFS=$as_save_IFS
5239  test -z "$as_dir" && as_dir=.
5240    for ac_exec_ext in '' $ac_executable_extensions; do
5241  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5242    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5243    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5244    break 2
5245  fi
5246done
5247  done
5248IFS=$as_save_IFS
5249
5250fi
5251fi
5252ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5253if test -n "$ac_ct_DUMPBIN"; then
5254  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5255$as_echo "$ac_ct_DUMPBIN" >&6; }
5256else
5257  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5258$as_echo "no" >&6; }
5259fi
5260
5261
5262  test -n "$ac_ct_DUMPBIN" && break
5263done
5264
5265  if test "x$ac_ct_DUMPBIN" = x; then
5266    DUMPBIN=":"
5267  else
5268    case $cross_compiling:$ac_tool_warned in
5269yes:)
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5271$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5272ac_tool_warned=yes ;;
5273esac
5274    DUMPBIN=$ac_ct_DUMPBIN
5275  fi
5276fi
5277
5278    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5279    *COFF*)
5280      DUMPBIN="$DUMPBIN -symbols"
5281      ;;
5282    *)
5283      DUMPBIN=:
5284      ;;
5285    esac
5286  fi
5287
5288  if test "$DUMPBIN" != ":"; then
5289    NM="$DUMPBIN"
5290  fi
5291fi
5292test -z "$NM" && NM=nm
5293
5294
5295
5296
5297
5298
5299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5300$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5301if ${lt_cv_nm_interface+:} false; then :
5302  $as_echo_n "(cached) " >&6
5303else
5304  lt_cv_nm_interface="BSD nm"
5305  echo "int some_variable = 0;" > conftest.$ac_ext
5306  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5307  (eval "$ac_compile" 2>conftest.err)
5308  cat conftest.err >&5
5309  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5310  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5311  cat conftest.err >&5
5312  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5313  cat conftest.out >&5
5314  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5315    lt_cv_nm_interface="MS dumpbin"
5316  fi
5317  rm -f conftest*
5318fi
5319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5320$as_echo "$lt_cv_nm_interface" >&6; }
5321
5322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5323$as_echo_n "checking whether ln -s works... " >&6; }
5324LN_S=$as_ln_s
5325if test "$LN_S" = "ln -s"; then
5326  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5327$as_echo "yes" >&6; }
5328else
5329  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5330$as_echo "no, using $LN_S" >&6; }
5331fi
5332
5333# find the maximum length of command line arguments
5334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5335$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5336if ${lt_cv_sys_max_cmd_len+:} false; then :
5337  $as_echo_n "(cached) " >&6
5338else
5339    i=0
5340  teststring="ABCD"
5341
5342  case $build_os in
5343  msdosdjgpp*)
5344    # On DJGPP, this test can blow up pretty badly due to problems in libc
5345    # (any single argument exceeding 2000 bytes causes a buffer overrun
5346    # during glob expansion).  Even if it were fixed, the result of this
5347    # check would be larger than it should be.
5348    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
5349    ;;
5350
5351  gnu*)
5352    # Under GNU Hurd, this test is not required because there is
5353    # no limit to the length of command line arguments.
5354    # Libtool will interpret -1 as no limit whatsoever
5355    lt_cv_sys_max_cmd_len=-1;
5356    ;;
5357
5358  cygwin* | mingw* | cegcc*)
5359    # On Win9x/ME, this test blows up -- it succeeds, but takes
5360    # about 5 minutes as the teststring grows exponentially.
5361    # Worse, since 9x/ME are not pre-emptively multitasking,
5362    # you end up with a "frozen" computer, even though with patience
5363    # the test eventually succeeds (with a max line length of 256k).
5364    # Instead, let's just punt: use the minimum linelength reported by
5365    # all of the supported platforms: 8192 (on NT/2K/XP).
5366    lt_cv_sys_max_cmd_len=8192;
5367    ;;
5368
5369  mint*)
5370    # On MiNT this can take a long time and run out of memory.
5371    lt_cv_sys_max_cmd_len=8192;
5372    ;;
5373
5374  amigaos*)
5375    # On AmigaOS with pdksh, this test takes hours, literally.
5376    # So we just punt and use a minimum line length of 8192.
5377    lt_cv_sys_max_cmd_len=8192;
5378    ;;
5379
5380  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5381    # This has been around since 386BSD, at least.  Likely further.
5382    if test -x /sbin/sysctl; then
5383      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5384    elif test -x /usr/sbin/sysctl; then
5385      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5386    else
5387      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
5388    fi
5389    # And add a safety zone
5390    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5391    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5392    ;;
5393
5394  interix*)
5395    # We know the value 262144 and hardcode it with a safety zone (like BSD)
5396    lt_cv_sys_max_cmd_len=196608
5397    ;;
5398
5399  osf*)
5400    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5401    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5402    # nice to cause kernel panics so lets avoid the loop below.
5403    # First set a reasonable default.
5404    lt_cv_sys_max_cmd_len=16384
5405    #
5406    if test -x /sbin/sysconfig; then
5407      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5408        *1*) lt_cv_sys_max_cmd_len=-1 ;;
5409      esac
5410    fi
5411    ;;
5412  sco3.2v5*)
5413    lt_cv_sys_max_cmd_len=102400
5414    ;;
5415  sysv5* | sco5v6* | sysv4.2uw2*)
5416    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5417    if test -n "$kargmax"; then
5418      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
5419    else
5420      lt_cv_sys_max_cmd_len=32768
5421    fi
5422    ;;
5423  *)
5424    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5425    if test -n "$lt_cv_sys_max_cmd_len"; then
5426      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5427      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5428    else
5429      # Make teststring a little bigger before we do anything with it.
5430      # a 1K string should be a reasonable start.
5431      for i in 1 2 3 4 5 6 7 8 ; do
5432        teststring=$teststring$teststring
5433      done
5434      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5435      # If test is not a shell built-in, we'll probably end up computing a
5436      # maximum length that is only half of the actual maximum length, but
5437      # we can't tell.
5438      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5439	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5440	      test $i != 17 # 1/2 MB should be enough
5441      do
5442        i=`expr $i + 1`
5443        teststring=$teststring$teststring
5444      done
5445      # Only check the string length outside the loop.
5446      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5447      teststring=
5448      # Add a significant safety factor because C++ compilers can tack on
5449      # massive amounts of additional arguments before passing them to the
5450      # linker.  It appears as though 1/2 is a usable value.
5451      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5452    fi
5453    ;;
5454  esac
5455
5456fi
5457
5458if test -n $lt_cv_sys_max_cmd_len ; then
5459  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5460$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5461else
5462  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5463$as_echo "none" >&6; }
5464fi
5465max_cmd_len=$lt_cv_sys_max_cmd_len
5466
5467
5468
5469
5470
5471
5472: ${CP="cp -f"}
5473: ${MV="mv -f"}
5474: ${RM="rm -f"}
5475
5476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5477$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5478# Try some XSI features
5479xsi_shell=no
5480( _lt_dummy="a/b/c"
5481  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5482      = c,a/b,, \
5483    && eval 'test $(( 1 + 1 )) -eq 2 \
5484    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5485  && xsi_shell=yes
5486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5487$as_echo "$xsi_shell" >&6; }
5488
5489
5490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5491$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5492lt_shell_append=no
5493( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5494    >/dev/null 2>&1 \
5495  && lt_shell_append=yes
5496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5497$as_echo "$lt_shell_append" >&6; }
5498
5499
5500if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5501  lt_unset=unset
5502else
5503  lt_unset=false
5504fi
5505
5506
5507
5508
5509
5510# test EBCDIC or ASCII
5511case `echo X|tr X '\101'` in
5512 A) # ASCII based system
5513    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5514  lt_SP2NL='tr \040 \012'
5515  lt_NL2SP='tr \015\012 \040\040'
5516  ;;
5517 *) # EBCDIC based system
5518  lt_SP2NL='tr \100 \n'
5519  lt_NL2SP='tr \r\n \100\100'
5520  ;;
5521esac
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5532$as_echo_n "checking for $LD option to reload object files... " >&6; }
5533if ${lt_cv_ld_reload_flag+:} false; then :
5534  $as_echo_n "(cached) " >&6
5535else
5536  lt_cv_ld_reload_flag='-r'
5537fi
5538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5539$as_echo "$lt_cv_ld_reload_flag" >&6; }
5540reload_flag=$lt_cv_ld_reload_flag
5541case $reload_flag in
5542"" | " "*) ;;
5543*) reload_flag=" $reload_flag" ;;
5544esac
5545reload_cmds='$LD$reload_flag -o $output$reload_objs'
5546case $host_os in
5547  darwin*)
5548    if test "$GCC" = yes; then
5549      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5550    else
5551      reload_cmds='$LD$reload_flag -o $output$reload_objs'
5552    fi
5553    ;;
5554esac
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564if test -n "$ac_tool_prefix"; then
5565  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5566set dummy ${ac_tool_prefix}objdump; ac_word=$2
5567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5568$as_echo_n "checking for $ac_word... " >&6; }
5569if ${ac_cv_prog_OBJDUMP+:} false; then :
5570  $as_echo_n "(cached) " >&6
5571else
5572  if test -n "$OBJDUMP"; then
5573  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5574else
5575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576for as_dir in $PATH
5577do
5578  IFS=$as_save_IFS
5579  test -z "$as_dir" && as_dir=.
5580    for ac_exec_ext in '' $ac_executable_extensions; do
5581  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5582    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5583    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5584    break 2
5585  fi
5586done
5587  done
5588IFS=$as_save_IFS
5589
5590fi
5591fi
5592OBJDUMP=$ac_cv_prog_OBJDUMP
5593if test -n "$OBJDUMP"; then
5594  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5595$as_echo "$OBJDUMP" >&6; }
5596else
5597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598$as_echo "no" >&6; }
5599fi
5600
5601
5602fi
5603if test -z "$ac_cv_prog_OBJDUMP"; then
5604  ac_ct_OBJDUMP=$OBJDUMP
5605  # Extract the first word of "objdump", so it can be a program name with args.
5606set dummy objdump; ac_word=$2
5607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5608$as_echo_n "checking for $ac_word... " >&6; }
5609if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5610  $as_echo_n "(cached) " >&6
5611else
5612  if test -n "$ac_ct_OBJDUMP"; then
5613  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5614else
5615as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5616for as_dir in $PATH
5617do
5618  IFS=$as_save_IFS
5619  test -z "$as_dir" && as_dir=.
5620    for ac_exec_ext in '' $ac_executable_extensions; do
5621  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5622    ac_cv_prog_ac_ct_OBJDUMP="objdump"
5623    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5624    break 2
5625  fi
5626done
5627  done
5628IFS=$as_save_IFS
5629
5630fi
5631fi
5632ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5633if test -n "$ac_ct_OBJDUMP"; then
5634  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5635$as_echo "$ac_ct_OBJDUMP" >&6; }
5636else
5637  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5638$as_echo "no" >&6; }
5639fi
5640
5641  if test "x$ac_ct_OBJDUMP" = x; then
5642    OBJDUMP="false"
5643  else
5644    case $cross_compiling:$ac_tool_warned in
5645yes:)
5646{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5647$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5648ac_tool_warned=yes ;;
5649esac
5650    OBJDUMP=$ac_ct_OBJDUMP
5651  fi
5652else
5653  OBJDUMP="$ac_cv_prog_OBJDUMP"
5654fi
5655
5656test -z "$OBJDUMP" && OBJDUMP=objdump
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5667$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5668if ${lt_cv_deplibs_check_method+:} false; then :
5669  $as_echo_n "(cached) " >&6
5670else
5671  lt_cv_file_magic_cmd='$MAGIC_CMD'
5672lt_cv_file_magic_test_file=
5673lt_cv_deplibs_check_method='unknown'
5674# Need to set the preceding variable on all platforms that support
5675# interlibrary dependencies.
5676# 'none' -- dependencies not supported.
5677# `unknown' -- same as none, but documents that we really don't know.
5678# 'pass_all' -- all dependencies passed with no checks.
5679# 'test_compile' -- check by making test program.
5680# 'file_magic [[regex]]' -- check by looking for files in library path
5681# which responds to the $file_magic_cmd with a given extended regex.
5682# If you have `file' or equivalent on your system and you're not sure
5683# whether `pass_all' will *always* work, you probably want this one.
5684
5685case $host_os in
5686aix[4-9]*)
5687  lt_cv_deplibs_check_method=pass_all
5688  ;;
5689
5690beos*)
5691  lt_cv_deplibs_check_method=pass_all
5692  ;;
5693
5694bsdi[45]*)
5695  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5696  lt_cv_file_magic_cmd='/usr/bin/file -L'
5697  lt_cv_file_magic_test_file=/shlib/libc.so
5698  ;;
5699
5700cygwin*)
5701  # func_win32_libid is a shell function defined in ltmain.sh
5702  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5703  lt_cv_file_magic_cmd='func_win32_libid'
5704  ;;
5705
5706mingw* | pw32*)
5707  # Base MSYS/MinGW do not provide the 'file' command needed by
5708  # func_win32_libid shell function, so use a weaker test based on 'objdump',
5709  # unless we find 'file', for example because we are cross-compiling.
5710  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5711  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5712    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5713    lt_cv_file_magic_cmd='func_win32_libid'
5714  else
5715    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5716    lt_cv_file_magic_cmd='$OBJDUMP -f'
5717  fi
5718  ;;
5719
5720cegcc*)
5721  # use the weaker test based on 'objdump'. See mingw*.
5722  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5723  lt_cv_file_magic_cmd='$OBJDUMP -f'
5724  ;;
5725
5726darwin* | rhapsody*)
5727  lt_cv_deplibs_check_method=pass_all
5728  ;;
5729
5730freebsd* | dragonfly*)
5731  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5732    case $host_cpu in
5733    i*86 )
5734      # Not sure whether the presence of OpenBSD here was a mistake.
5735      # Let's accept both of them until this is cleared up.
5736      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5737      lt_cv_file_magic_cmd=/usr/bin/file
5738      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5739      ;;
5740    esac
5741  else
5742    lt_cv_deplibs_check_method=pass_all
5743  fi
5744  ;;
5745
5746gnu*)
5747  lt_cv_deplibs_check_method=pass_all
5748  ;;
5749
5750haiku*)
5751  lt_cv_deplibs_check_method=pass_all
5752  ;;
5753
5754hpux10.20* | hpux11*)
5755  lt_cv_file_magic_cmd=/usr/bin/file
5756  case $host_cpu in
5757  ia64*)
5758    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5759    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5760    ;;
5761  hppa*64*)
5762    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]'
5763    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5764    ;;
5765  *)
5766    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5767    lt_cv_file_magic_test_file=/usr/lib/libc.sl
5768    ;;
5769  esac
5770  ;;
5771
5772interix[3-9]*)
5773  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5774  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5775  ;;
5776
5777irix5* | irix6* | nonstopux*)
5778  case $LD in
5779  *-32|*"-32 ") libmagic=32-bit;;
5780  *-n32|*"-n32 ") libmagic=N32;;
5781  *-64|*"-64 ") libmagic=64-bit;;
5782  *) libmagic=never-match;;
5783  esac
5784  lt_cv_deplibs_check_method=pass_all
5785  ;;
5786
5787# This must be Linux ELF.
5788linux* | k*bsd*-gnu | kopensolaris*-gnu)
5789  lt_cv_deplibs_check_method=pass_all
5790  ;;
5791
5792netbsd*)
5793  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5794    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5795  else
5796    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5797  fi
5798  ;;
5799
5800newos6*)
5801  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5802  lt_cv_file_magic_cmd=/usr/bin/file
5803  lt_cv_file_magic_test_file=/usr/lib/libnls.so
5804  ;;
5805
5806*nto* | *qnx*)
5807  lt_cv_deplibs_check_method=pass_all
5808  ;;
5809
5810openbsd*)
5811  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5812    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5813  else
5814    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5815  fi
5816  ;;
5817
5818osf3* | osf4* | osf5*)
5819  lt_cv_deplibs_check_method=pass_all
5820  ;;
5821
5822rdos*)
5823  lt_cv_deplibs_check_method=pass_all
5824  ;;
5825
5826solaris*)
5827  lt_cv_deplibs_check_method=pass_all
5828  ;;
5829
5830sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5831  lt_cv_deplibs_check_method=pass_all
5832  ;;
5833
5834sysv4 | sysv4.3*)
5835  case $host_vendor in
5836  motorola)
5837    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]'
5838    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5839    ;;
5840  ncr)
5841    lt_cv_deplibs_check_method=pass_all
5842    ;;
5843  sequent)
5844    lt_cv_file_magic_cmd='/bin/file'
5845    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5846    ;;
5847  sni)
5848    lt_cv_file_magic_cmd='/bin/file'
5849    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5850    lt_cv_file_magic_test_file=/lib/libc.so
5851    ;;
5852  siemens)
5853    lt_cv_deplibs_check_method=pass_all
5854    ;;
5855  pc)
5856    lt_cv_deplibs_check_method=pass_all
5857    ;;
5858  esac
5859  ;;
5860
5861tpf*)
5862  lt_cv_deplibs_check_method=pass_all
5863  ;;
5864esac
5865
5866fi
5867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5868$as_echo "$lt_cv_deplibs_check_method" >&6; }
5869file_magic_cmd=$lt_cv_file_magic_cmd
5870deplibs_check_method=$lt_cv_deplibs_check_method
5871test -z "$deplibs_check_method" && deplibs_check_method=unknown
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884plugin_option=
5885plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5886for plugin in $plugin_names; do
5887  plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5888  if test x$plugin_so = x$plugin; then
5889    plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5890  fi
5891  if test x$plugin_so != x$plugin; then
5892    plugin_option="--plugin $plugin_so"
5893    break
5894  fi
5895done
5896
5897if test -n "$ac_tool_prefix"; then
5898  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5899set dummy ${ac_tool_prefix}ar; ac_word=$2
5900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5901$as_echo_n "checking for $ac_word... " >&6; }
5902if ${ac_cv_prog_AR+:} false; then :
5903  $as_echo_n "(cached) " >&6
5904else
5905  if test -n "$AR"; then
5906  ac_cv_prog_AR="$AR" # Let the user override the test.
5907else
5908as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909for as_dir in $PATH
5910do
5911  IFS=$as_save_IFS
5912  test -z "$as_dir" && as_dir=.
5913    for ac_exec_ext in '' $ac_executable_extensions; do
5914  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5915    ac_cv_prog_AR="${ac_tool_prefix}ar"
5916    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5917    break 2
5918  fi
5919done
5920  done
5921IFS=$as_save_IFS
5922
5923fi
5924fi
5925AR=$ac_cv_prog_AR
5926if test -n "$AR"; then
5927  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5928$as_echo "$AR" >&6; }
5929else
5930  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5931$as_echo "no" >&6; }
5932fi
5933
5934
5935fi
5936if test -z "$ac_cv_prog_AR"; then
5937  ac_ct_AR=$AR
5938  # Extract the first word of "ar", so it can be a program name with args.
5939set dummy ar; ac_word=$2
5940{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5941$as_echo_n "checking for $ac_word... " >&6; }
5942if ${ac_cv_prog_ac_ct_AR+:} false; then :
5943  $as_echo_n "(cached) " >&6
5944else
5945  if test -n "$ac_ct_AR"; then
5946  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5947else
5948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5949for as_dir in $PATH
5950do
5951  IFS=$as_save_IFS
5952  test -z "$as_dir" && as_dir=.
5953    for ac_exec_ext in '' $ac_executable_extensions; do
5954  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5955    ac_cv_prog_ac_ct_AR="ar"
5956    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5957    break 2
5958  fi
5959done
5960  done
5961IFS=$as_save_IFS
5962
5963fi
5964fi
5965ac_ct_AR=$ac_cv_prog_ac_ct_AR
5966if test -n "$ac_ct_AR"; then
5967  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5968$as_echo "$ac_ct_AR" >&6; }
5969else
5970  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5971$as_echo "no" >&6; }
5972fi
5973
5974  if test "x$ac_ct_AR" = x; then
5975    AR="false"
5976  else
5977    case $cross_compiling:$ac_tool_warned in
5978yes:)
5979{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5980$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5981ac_tool_warned=yes ;;
5982esac
5983    AR=$ac_ct_AR
5984  fi
5985else
5986  AR="$ac_cv_prog_AR"
5987fi
5988
5989test -z "$AR" && AR=ar
5990if test -n "$plugin_option"; then
5991  if $AR --help 2>&1 | grep -q "\--plugin"; then
5992    touch conftest.c
5993    $AR $plugin_option rc conftest.a conftest.c
5994    if test "$?" != 0; then
5995      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5996$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5997    else
5998      AR="$AR $plugin_option"
5999    fi
6000    rm -f conftest.*
6001  fi
6002fi
6003test -z "$AR_FLAGS" && AR_FLAGS=cru
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015if test -n "$ac_tool_prefix"; then
6016  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6017set dummy ${ac_tool_prefix}strip; ac_word=$2
6018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6019$as_echo_n "checking for $ac_word... " >&6; }
6020if ${ac_cv_prog_STRIP+:} false; then :
6021  $as_echo_n "(cached) " >&6
6022else
6023  if test -n "$STRIP"; then
6024  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6025else
6026as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6027for as_dir in $PATH
6028do
6029  IFS=$as_save_IFS
6030  test -z "$as_dir" && as_dir=.
6031    for ac_exec_ext in '' $ac_executable_extensions; do
6032  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6033    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6034    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6035    break 2
6036  fi
6037done
6038  done
6039IFS=$as_save_IFS
6040
6041fi
6042fi
6043STRIP=$ac_cv_prog_STRIP
6044if test -n "$STRIP"; then
6045  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6046$as_echo "$STRIP" >&6; }
6047else
6048  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6049$as_echo "no" >&6; }
6050fi
6051
6052
6053fi
6054if test -z "$ac_cv_prog_STRIP"; then
6055  ac_ct_STRIP=$STRIP
6056  # Extract the first word of "strip", so it can be a program name with args.
6057set dummy strip; ac_word=$2
6058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6059$as_echo_n "checking for $ac_word... " >&6; }
6060if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6061  $as_echo_n "(cached) " >&6
6062else
6063  if test -n "$ac_ct_STRIP"; then
6064  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6065else
6066as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6067for as_dir in $PATH
6068do
6069  IFS=$as_save_IFS
6070  test -z "$as_dir" && as_dir=.
6071    for ac_exec_ext in '' $ac_executable_extensions; do
6072  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6073    ac_cv_prog_ac_ct_STRIP="strip"
6074    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6075    break 2
6076  fi
6077done
6078  done
6079IFS=$as_save_IFS
6080
6081fi
6082fi
6083ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6084if test -n "$ac_ct_STRIP"; then
6085  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6086$as_echo "$ac_ct_STRIP" >&6; }
6087else
6088  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089$as_echo "no" >&6; }
6090fi
6091
6092  if test "x$ac_ct_STRIP" = x; then
6093    STRIP=":"
6094  else
6095    case $cross_compiling:$ac_tool_warned in
6096yes:)
6097{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6098$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6099ac_tool_warned=yes ;;
6100esac
6101    STRIP=$ac_ct_STRIP
6102  fi
6103else
6104  STRIP="$ac_cv_prog_STRIP"
6105fi
6106
6107test -z "$STRIP" && STRIP=:
6108
6109
6110
6111
6112
6113
6114if test -n "$ac_tool_prefix"; then
6115  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6116set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6118$as_echo_n "checking for $ac_word... " >&6; }
6119if ${ac_cv_prog_RANLIB+:} false; then :
6120  $as_echo_n "(cached) " >&6
6121else
6122  if test -n "$RANLIB"; then
6123  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6124else
6125as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6126for as_dir in $PATH
6127do
6128  IFS=$as_save_IFS
6129  test -z "$as_dir" && as_dir=.
6130    for ac_exec_ext in '' $ac_executable_extensions; do
6131  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6132    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6133    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6134    break 2
6135  fi
6136done
6137  done
6138IFS=$as_save_IFS
6139
6140fi
6141fi
6142RANLIB=$ac_cv_prog_RANLIB
6143if test -n "$RANLIB"; then
6144  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6145$as_echo "$RANLIB" >&6; }
6146else
6147  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6148$as_echo "no" >&6; }
6149fi
6150
6151
6152fi
6153if test -z "$ac_cv_prog_RANLIB"; then
6154  ac_ct_RANLIB=$RANLIB
6155  # Extract the first word of "ranlib", so it can be a program name with args.
6156set dummy ranlib; ac_word=$2
6157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6158$as_echo_n "checking for $ac_word... " >&6; }
6159if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6160  $as_echo_n "(cached) " >&6
6161else
6162  if test -n "$ac_ct_RANLIB"; then
6163  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6164else
6165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6166for as_dir in $PATH
6167do
6168  IFS=$as_save_IFS
6169  test -z "$as_dir" && as_dir=.
6170    for ac_exec_ext in '' $ac_executable_extensions; do
6171  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6172    ac_cv_prog_ac_ct_RANLIB="ranlib"
6173    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6174    break 2
6175  fi
6176done
6177  done
6178IFS=$as_save_IFS
6179
6180fi
6181fi
6182ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6183if test -n "$ac_ct_RANLIB"; then
6184  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6185$as_echo "$ac_ct_RANLIB" >&6; }
6186else
6187  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6188$as_echo "no" >&6; }
6189fi
6190
6191  if test "x$ac_ct_RANLIB" = x; then
6192    RANLIB=":"
6193  else
6194    case $cross_compiling:$ac_tool_warned in
6195yes:)
6196{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6197$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6198ac_tool_warned=yes ;;
6199esac
6200    RANLIB=$ac_ct_RANLIB
6201  fi
6202else
6203  RANLIB="$ac_cv_prog_RANLIB"
6204fi
6205
6206test -z "$RANLIB" && RANLIB=:
6207if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6208  if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6209    RANLIB="$RANLIB $plugin_option"
6210  fi
6211fi
6212
6213
6214
6215
6216
6217
6218# Determine commands to create old-style static archives.
6219old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6220old_postinstall_cmds='chmod 644 $oldlib'
6221old_postuninstall_cmds=
6222
6223if test -n "$RANLIB"; then
6224  case $host_os in
6225  openbsd*)
6226    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6227    ;;
6228  *)
6229    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6230    ;;
6231  esac
6232  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6233fi
6234
6235case $host_os in
6236  darwin*)
6237    lock_old_archive_extraction=yes ;;
6238  *)
6239    lock_old_archive_extraction=no ;;
6240esac
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280# If no C compiler was specified, use CC.
6281LTCC=${LTCC-"$CC"}
6282
6283# If no C compiler flags were specified, use CFLAGS.
6284LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6285
6286# Allow CC to be a program name with arguments.
6287compiler=$CC
6288
6289
6290# Check for command to grab the raw symbol name followed by C symbol from nm.
6291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6292$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6293if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6294  $as_echo_n "(cached) " >&6
6295else
6296
6297# These are sane defaults that work on at least a few old systems.
6298# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
6299
6300# Character class describing NM global symbol codes.
6301symcode='[BCDEGRST]'
6302
6303# Regexp to match symbols that can be accessed directly from C.
6304sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6305
6306# Define system-specific variables.
6307case $host_os in
6308aix*)
6309  symcode='[BCDT]'
6310  ;;
6311cygwin* | mingw* | pw32* | cegcc*)
6312  symcode='[ABCDGISTW]'
6313  ;;
6314hpux*)
6315  if test "$host_cpu" = ia64; then
6316    symcode='[ABCDEGRST]'
6317  fi
6318  ;;
6319irix* | nonstopux*)
6320  symcode='[BCDEGRST]'
6321  ;;
6322osf*)
6323  symcode='[BCDEGQRST]'
6324  ;;
6325solaris*)
6326  symcode='[BDRT]'
6327  ;;
6328sco3.2v5*)
6329  symcode='[DT]'
6330  ;;
6331sysv4.2uw2*)
6332  symcode='[DT]'
6333  ;;
6334sysv5* | sco5v6* | unixware* | OpenUNIX*)
6335  symcode='[ABDT]'
6336  ;;
6337sysv4)
6338  symcode='[DFNSTU]'
6339  ;;
6340esac
6341
6342# If we're using GNU nm, then use its standard symbol codes.
6343case `$NM -V 2>&1` in
6344*GNU* | *'with BFD'*)
6345  symcode='[ABCDGIRSTW]' ;;
6346esac
6347
6348# Transform an extracted symbol line into a proper C declaration.
6349# Some systems (esp. on ia64) link data and code symbols differently,
6350# so use this general approach.
6351lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6352
6353# Transform an extracted symbol line into symbol name and symbol address
6354lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
6355lt_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'"
6356
6357# Handle CRLF in mingw tool chain
6358opt_cr=
6359case $build_os in
6360mingw*)
6361  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6362  ;;
6363esac
6364
6365# Try without a prefix underscore, then with it.
6366for ac_symprfx in "" "_"; do
6367
6368  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6369  symxfrm="\\1 $ac_symprfx\\2 \\2"
6370
6371  # Write the raw and C identifiers.
6372  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6373    # Fake it for dumpbin and say T for any non-static function
6374    # and D for any global variable.
6375    # Also find C++ and __fastcall symbols from MSVC++,
6376    # which start with @ or ?.
6377    lt_cv_sys_global_symbol_pipe="$AWK '"\
6378"     {last_section=section; section=\$ 3};"\
6379"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6380"     \$ 0!~/External *\|/{next};"\
6381"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6382"     {if(hide[section]) next};"\
6383"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6384"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6385"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
6386"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6387"     ' prfx=^$ac_symprfx"
6388  else
6389    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6390  fi
6391
6392  # Check to see that the pipe works correctly.
6393  pipe_works=no
6394
6395  rm -f conftest*
6396  cat > conftest.$ac_ext <<_LT_EOF
6397#ifdef __cplusplus
6398extern "C" {
6399#endif
6400char nm_test_var;
6401void nm_test_func(void);
6402void nm_test_func(void){}
6403#ifdef __cplusplus
6404}
6405#endif
6406int main(){nm_test_var='a';nm_test_func();return(0);}
6407_LT_EOF
6408
6409  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6410  (eval $ac_compile) 2>&5
6411  ac_status=$?
6412  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6413  test $ac_status = 0; }; then
6414    # Now try to grab the symbols.
6415    nlist=conftest.nm
6416    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6417  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6418  ac_status=$?
6419  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6420  test $ac_status = 0; } && test -s "$nlist"; then
6421      # Try sorting and uniquifying the output.
6422      if sort "$nlist" | uniq > "$nlist"T; then
6423	mv -f "$nlist"T "$nlist"
6424      else
6425	rm -f "$nlist"T
6426      fi
6427
6428      # Make sure that we snagged all the symbols we need.
6429      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6430	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6431	  cat <<_LT_EOF > conftest.$ac_ext
6432#ifdef __cplusplus
6433extern "C" {
6434#endif
6435
6436_LT_EOF
6437	  # Now generate the symbol file.
6438	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6439
6440	  cat <<_LT_EOF >> conftest.$ac_ext
6441
6442/* The mapping between symbol names and symbols.  */
6443const struct {
6444  const char *name;
6445  void       *address;
6446}
6447lt__PROGRAM__LTX_preloaded_symbols[] =
6448{
6449  { "@PROGRAM@", (void *) 0 },
6450_LT_EOF
6451	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6452	  cat <<\_LT_EOF >> conftest.$ac_ext
6453  {0, (void *) 0}
6454};
6455
6456/* This works around a problem in FreeBSD linker */
6457#ifdef FREEBSD_WORKAROUND
6458static const void *lt_preloaded_setup() {
6459  return lt__PROGRAM__LTX_preloaded_symbols;
6460}
6461#endif
6462
6463#ifdef __cplusplus
6464}
6465#endif
6466_LT_EOF
6467	  # Now try linking the two files.
6468	  mv conftest.$ac_objext conftstm.$ac_objext
6469	  lt_save_LIBS="$LIBS"
6470	  lt_save_CFLAGS="$CFLAGS"
6471	  LIBS="conftstm.$ac_objext"
6472	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6473	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6474  (eval $ac_link) 2>&5
6475  ac_status=$?
6476  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6477  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6478	    pipe_works=yes
6479	  fi
6480	  LIBS="$lt_save_LIBS"
6481	  CFLAGS="$lt_save_CFLAGS"
6482	else
6483	  echo "cannot find nm_test_func in $nlist" >&5
6484	fi
6485      else
6486	echo "cannot find nm_test_var in $nlist" >&5
6487      fi
6488    else
6489      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6490    fi
6491  else
6492    echo "$progname: failed program was:" >&5
6493    cat conftest.$ac_ext >&5
6494  fi
6495  rm -rf conftest* conftst*
6496
6497  # Do not use the global_symbol_pipe unless it works.
6498  if test "$pipe_works" = yes; then
6499    break
6500  else
6501    lt_cv_sys_global_symbol_pipe=
6502  fi
6503done
6504
6505fi
6506
6507if test -z "$lt_cv_sys_global_symbol_pipe"; then
6508  lt_cv_sys_global_symbol_to_cdecl=
6509fi
6510if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6512$as_echo "failed" >&6; }
6513else
6514  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6515$as_echo "ok" >&6; }
6516fi
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539# Check whether --enable-libtool-lock was given.
6540if test "${enable_libtool_lock+set}" = set; then :
6541  enableval=$enable_libtool_lock;
6542fi
6543
6544test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6545
6546# Some flags need to be propagated to the compiler or linker for good
6547# libtool support.
6548case $host in
6549ia64-*-hpux*)
6550  # Find out which ABI we are using.
6551  echo 'int i;' > conftest.$ac_ext
6552  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6553  (eval $ac_compile) 2>&5
6554  ac_status=$?
6555  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6556  test $ac_status = 0; }; then
6557    case `/usr/bin/file conftest.$ac_objext` in
6558      *ELF-32*)
6559	HPUX_IA64_MODE="32"
6560	;;
6561      *ELF-64*)
6562	HPUX_IA64_MODE="64"
6563	;;
6564    esac
6565  fi
6566  rm -rf conftest*
6567  ;;
6568*-*-irix6*)
6569  # Find out which ABI we are using.
6570  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6571  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6572  (eval $ac_compile) 2>&5
6573  ac_status=$?
6574  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6575  test $ac_status = 0; }; then
6576    if test "$lt_cv_prog_gnu_ld" = yes; then
6577      case `/usr/bin/file conftest.$ac_objext` in
6578	*32-bit*)
6579	  LD="${LD-ld} -melf32bsmip"
6580	  ;;
6581	*N32*)
6582	  LD="${LD-ld} -melf32bmipn32"
6583	  ;;
6584	*64-bit*)
6585	  LD="${LD-ld} -melf64bmip"
6586	;;
6587      esac
6588    else
6589      case `/usr/bin/file conftest.$ac_objext` in
6590	*32-bit*)
6591	  LD="${LD-ld} -32"
6592	  ;;
6593	*N32*)
6594	  LD="${LD-ld} -n32"
6595	  ;;
6596	*64-bit*)
6597	  LD="${LD-ld} -64"
6598	  ;;
6599      esac
6600    fi
6601  fi
6602  rm -rf conftest*
6603  ;;
6604
6605x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6606s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6607  # Find out which ABI we are using.
6608  echo 'int i;' > conftest.$ac_ext
6609  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6610  (eval $ac_compile) 2>&5
6611  ac_status=$?
6612  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6613  test $ac_status = 0; }; then
6614    case `/usr/bin/file conftest.o` in
6615      *32-bit*)
6616	case $host in
6617	  x86_64-*kfreebsd*-gnu)
6618	    LD="${LD-ld} -m elf_i386_fbsd"
6619	    ;;
6620	  x86_64-*linux*)
6621	    case `/usr/bin/file conftest.o` in
6622	      *x86-64*)
6623		LD="${LD-ld} -m elf32_x86_64"
6624		;;
6625	      *)
6626		LD="${LD-ld} -m elf_i386"
6627		;;
6628	    esac
6629	    ;;
6630	  powerpc64le-*linux*)
6631	    LD="${LD-ld} -m elf32lppclinux"
6632	    ;;
6633	  powerpc64-*linux*)
6634	    LD="${LD-ld} -m elf32ppclinux"
6635	    ;;
6636	  s390x-*linux*)
6637	    LD="${LD-ld} -m elf_s390"
6638	    ;;
6639	  sparc64-*linux*)
6640	    LD="${LD-ld} -m elf32_sparc"
6641	    ;;
6642	esac
6643	;;
6644      *64-bit*)
6645	case $host in
6646	  x86_64-*kfreebsd*-gnu)
6647	    LD="${LD-ld} -m elf_x86_64_fbsd"
6648	    ;;
6649	  x86_64-*linux*)
6650	    LD="${LD-ld} -m elf_x86_64"
6651	    ;;
6652	  powerpcle-*linux*)
6653	    LD="${LD-ld} -m elf64lppc"
6654	    ;;
6655	  powerpc-*linux*)
6656	    LD="${LD-ld} -m elf64ppc"
6657	    ;;
6658	  s390*-*linux*|s390*-*tpf*)
6659	    LD="${LD-ld} -m elf64_s390"
6660	    ;;
6661	  sparc*-*linux*)
6662	    LD="${LD-ld} -m elf64_sparc"
6663	    ;;
6664	esac
6665	;;
6666    esac
6667  fi
6668  rm -rf conftest*
6669  ;;
6670
6671*-*-sco3.2v5*)
6672  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6673  SAVE_CFLAGS="$CFLAGS"
6674  CFLAGS="$CFLAGS -belf"
6675  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6676$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6677if ${lt_cv_cc_needs_belf+:} false; then :
6678  $as_echo_n "(cached) " >&6
6679else
6680  ac_ext=c
6681ac_cpp='$CPP $CPPFLAGS'
6682ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6683ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6684ac_compiler_gnu=$ac_cv_c_compiler_gnu
6685
6686     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6687/* end confdefs.h.  */
6688
6689int
6690main ()
6691{
6692
6693  ;
6694  return 0;
6695}
6696_ACEOF
6697if ac_fn_c_try_link "$LINENO"; then :
6698  lt_cv_cc_needs_belf=yes
6699else
6700  lt_cv_cc_needs_belf=no
6701fi
6702rm -f core conftest.err conftest.$ac_objext \
6703    conftest$ac_exeext conftest.$ac_ext
6704     ac_ext=c
6705ac_cpp='$CPP $CPPFLAGS'
6706ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6707ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6708ac_compiler_gnu=$ac_cv_c_compiler_gnu
6709
6710fi
6711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6712$as_echo "$lt_cv_cc_needs_belf" >&6; }
6713  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6714    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6715    CFLAGS="$SAVE_CFLAGS"
6716  fi
6717  ;;
6718sparc*-*solaris*)
6719  # Find out which ABI we are using.
6720  echo 'int i;' > conftest.$ac_ext
6721  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6722  (eval $ac_compile) 2>&5
6723  ac_status=$?
6724  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6725  test $ac_status = 0; }; then
6726    case `/usr/bin/file conftest.o` in
6727    *64-bit*)
6728      case $lt_cv_prog_gnu_ld in
6729      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6730      *)
6731	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6732	  LD="${LD-ld} -64"
6733	fi
6734	;;
6735      esac
6736      ;;
6737    esac
6738  fi
6739  rm -rf conftest*
6740  ;;
6741esac
6742
6743need_locks="$enable_libtool_lock"
6744
6745
6746  case $host_os in
6747    rhapsody* | darwin*)
6748    if test -n "$ac_tool_prefix"; then
6749  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6750set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6752$as_echo_n "checking for $ac_word... " >&6; }
6753if ${ac_cv_prog_DSYMUTIL+:} false; then :
6754  $as_echo_n "(cached) " >&6
6755else
6756  if test -n "$DSYMUTIL"; then
6757  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6758else
6759as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6760for as_dir in $PATH
6761do
6762  IFS=$as_save_IFS
6763  test -z "$as_dir" && as_dir=.
6764    for ac_exec_ext in '' $ac_executable_extensions; do
6765  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6766    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6767    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6768    break 2
6769  fi
6770done
6771  done
6772IFS=$as_save_IFS
6773
6774fi
6775fi
6776DSYMUTIL=$ac_cv_prog_DSYMUTIL
6777if test -n "$DSYMUTIL"; then
6778  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6779$as_echo "$DSYMUTIL" >&6; }
6780else
6781  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6782$as_echo "no" >&6; }
6783fi
6784
6785
6786fi
6787if test -z "$ac_cv_prog_DSYMUTIL"; then
6788  ac_ct_DSYMUTIL=$DSYMUTIL
6789  # Extract the first word of "dsymutil", so it can be a program name with args.
6790set dummy dsymutil; ac_word=$2
6791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6792$as_echo_n "checking for $ac_word... " >&6; }
6793if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6794  $as_echo_n "(cached) " >&6
6795else
6796  if test -n "$ac_ct_DSYMUTIL"; then
6797  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6798else
6799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6800for as_dir in $PATH
6801do
6802  IFS=$as_save_IFS
6803  test -z "$as_dir" && as_dir=.
6804    for ac_exec_ext in '' $ac_executable_extensions; do
6805  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6806    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6807    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6808    break 2
6809  fi
6810done
6811  done
6812IFS=$as_save_IFS
6813
6814fi
6815fi
6816ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6817if test -n "$ac_ct_DSYMUTIL"; then
6818  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6819$as_echo "$ac_ct_DSYMUTIL" >&6; }
6820else
6821  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6822$as_echo "no" >&6; }
6823fi
6824
6825  if test "x$ac_ct_DSYMUTIL" = x; then
6826    DSYMUTIL=":"
6827  else
6828    case $cross_compiling:$ac_tool_warned in
6829yes:)
6830{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6831$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6832ac_tool_warned=yes ;;
6833esac
6834    DSYMUTIL=$ac_ct_DSYMUTIL
6835  fi
6836else
6837  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6838fi
6839
6840    if test -n "$ac_tool_prefix"; then
6841  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6842set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6844$as_echo_n "checking for $ac_word... " >&6; }
6845if ${ac_cv_prog_NMEDIT+:} false; then :
6846  $as_echo_n "(cached) " >&6
6847else
6848  if test -n "$NMEDIT"; then
6849  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6850else
6851as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6852for as_dir in $PATH
6853do
6854  IFS=$as_save_IFS
6855  test -z "$as_dir" && as_dir=.
6856    for ac_exec_ext in '' $ac_executable_extensions; do
6857  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6858    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6859    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6860    break 2
6861  fi
6862done
6863  done
6864IFS=$as_save_IFS
6865
6866fi
6867fi
6868NMEDIT=$ac_cv_prog_NMEDIT
6869if test -n "$NMEDIT"; then
6870  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6871$as_echo "$NMEDIT" >&6; }
6872else
6873  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6874$as_echo "no" >&6; }
6875fi
6876
6877
6878fi
6879if test -z "$ac_cv_prog_NMEDIT"; then
6880  ac_ct_NMEDIT=$NMEDIT
6881  # Extract the first word of "nmedit", so it can be a program name with args.
6882set dummy nmedit; ac_word=$2
6883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6884$as_echo_n "checking for $ac_word... " >&6; }
6885if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6886  $as_echo_n "(cached) " >&6
6887else
6888  if test -n "$ac_ct_NMEDIT"; then
6889  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6890else
6891as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6892for as_dir in $PATH
6893do
6894  IFS=$as_save_IFS
6895  test -z "$as_dir" && as_dir=.
6896    for ac_exec_ext in '' $ac_executable_extensions; do
6897  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6898    ac_cv_prog_ac_ct_NMEDIT="nmedit"
6899    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6900    break 2
6901  fi
6902done
6903  done
6904IFS=$as_save_IFS
6905
6906fi
6907fi
6908ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6909if test -n "$ac_ct_NMEDIT"; then
6910  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6911$as_echo "$ac_ct_NMEDIT" >&6; }
6912else
6913  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6914$as_echo "no" >&6; }
6915fi
6916
6917  if test "x$ac_ct_NMEDIT" = x; then
6918    NMEDIT=":"
6919  else
6920    case $cross_compiling:$ac_tool_warned in
6921yes:)
6922{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6923$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6924ac_tool_warned=yes ;;
6925esac
6926    NMEDIT=$ac_ct_NMEDIT
6927  fi
6928else
6929  NMEDIT="$ac_cv_prog_NMEDIT"
6930fi
6931
6932    if test -n "$ac_tool_prefix"; then
6933  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6934set dummy ${ac_tool_prefix}lipo; ac_word=$2
6935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6936$as_echo_n "checking for $ac_word... " >&6; }
6937if ${ac_cv_prog_LIPO+:} false; then :
6938  $as_echo_n "(cached) " >&6
6939else
6940  if test -n "$LIPO"; then
6941  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6942else
6943as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6944for as_dir in $PATH
6945do
6946  IFS=$as_save_IFS
6947  test -z "$as_dir" && as_dir=.
6948    for ac_exec_ext in '' $ac_executable_extensions; do
6949  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6950    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6951    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6952    break 2
6953  fi
6954done
6955  done
6956IFS=$as_save_IFS
6957
6958fi
6959fi
6960LIPO=$ac_cv_prog_LIPO
6961if test -n "$LIPO"; then
6962  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6963$as_echo "$LIPO" >&6; }
6964else
6965  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6966$as_echo "no" >&6; }
6967fi
6968
6969
6970fi
6971if test -z "$ac_cv_prog_LIPO"; then
6972  ac_ct_LIPO=$LIPO
6973  # Extract the first word of "lipo", so it can be a program name with args.
6974set dummy lipo; ac_word=$2
6975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6976$as_echo_n "checking for $ac_word... " >&6; }
6977if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6978  $as_echo_n "(cached) " >&6
6979else
6980  if test -n "$ac_ct_LIPO"; then
6981  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6982else
6983as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6984for as_dir in $PATH
6985do
6986  IFS=$as_save_IFS
6987  test -z "$as_dir" && as_dir=.
6988    for ac_exec_ext in '' $ac_executable_extensions; do
6989  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6990    ac_cv_prog_ac_ct_LIPO="lipo"
6991    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6992    break 2
6993  fi
6994done
6995  done
6996IFS=$as_save_IFS
6997
6998fi
6999fi
7000ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7001if test -n "$ac_ct_LIPO"; then
7002  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7003$as_echo "$ac_ct_LIPO" >&6; }
7004else
7005  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7006$as_echo "no" >&6; }
7007fi
7008
7009  if test "x$ac_ct_LIPO" = x; then
7010    LIPO=":"
7011  else
7012    case $cross_compiling:$ac_tool_warned in
7013yes:)
7014{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7015$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7016ac_tool_warned=yes ;;
7017esac
7018    LIPO=$ac_ct_LIPO
7019  fi
7020else
7021  LIPO="$ac_cv_prog_LIPO"
7022fi
7023
7024    if test -n "$ac_tool_prefix"; then
7025  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7026set dummy ${ac_tool_prefix}otool; ac_word=$2
7027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7028$as_echo_n "checking for $ac_word... " >&6; }
7029if ${ac_cv_prog_OTOOL+:} false; then :
7030  $as_echo_n "(cached) " >&6
7031else
7032  if test -n "$OTOOL"; then
7033  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7034else
7035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7036for as_dir in $PATH
7037do
7038  IFS=$as_save_IFS
7039  test -z "$as_dir" && as_dir=.
7040    for ac_exec_ext in '' $ac_executable_extensions; do
7041  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7042    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7043    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7044    break 2
7045  fi
7046done
7047  done
7048IFS=$as_save_IFS
7049
7050fi
7051fi
7052OTOOL=$ac_cv_prog_OTOOL
7053if test -n "$OTOOL"; then
7054  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7055$as_echo "$OTOOL" >&6; }
7056else
7057  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7058$as_echo "no" >&6; }
7059fi
7060
7061
7062fi
7063if test -z "$ac_cv_prog_OTOOL"; then
7064  ac_ct_OTOOL=$OTOOL
7065  # Extract the first word of "otool", so it can be a program name with args.
7066set dummy otool; ac_word=$2
7067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7068$as_echo_n "checking for $ac_word... " >&6; }
7069if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7070  $as_echo_n "(cached) " >&6
7071else
7072  if test -n "$ac_ct_OTOOL"; then
7073  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7074else
7075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7076for as_dir in $PATH
7077do
7078  IFS=$as_save_IFS
7079  test -z "$as_dir" && as_dir=.
7080    for ac_exec_ext in '' $ac_executable_extensions; do
7081  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7082    ac_cv_prog_ac_ct_OTOOL="otool"
7083    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7084    break 2
7085  fi
7086done
7087  done
7088IFS=$as_save_IFS
7089
7090fi
7091fi
7092ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7093if test -n "$ac_ct_OTOOL"; then
7094  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7095$as_echo "$ac_ct_OTOOL" >&6; }
7096else
7097  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7098$as_echo "no" >&6; }
7099fi
7100
7101  if test "x$ac_ct_OTOOL" = x; then
7102    OTOOL=":"
7103  else
7104    case $cross_compiling:$ac_tool_warned in
7105yes:)
7106{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7107$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7108ac_tool_warned=yes ;;
7109esac
7110    OTOOL=$ac_ct_OTOOL
7111  fi
7112else
7113  OTOOL="$ac_cv_prog_OTOOL"
7114fi
7115
7116    if test -n "$ac_tool_prefix"; then
7117  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7118set dummy ${ac_tool_prefix}otool64; ac_word=$2
7119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7120$as_echo_n "checking for $ac_word... " >&6; }
7121if ${ac_cv_prog_OTOOL64+:} false; then :
7122  $as_echo_n "(cached) " >&6
7123else
7124  if test -n "$OTOOL64"; then
7125  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7126else
7127as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7128for as_dir in $PATH
7129do
7130  IFS=$as_save_IFS
7131  test -z "$as_dir" && as_dir=.
7132    for ac_exec_ext in '' $ac_executable_extensions; do
7133  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7134    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7135    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7136    break 2
7137  fi
7138done
7139  done
7140IFS=$as_save_IFS
7141
7142fi
7143fi
7144OTOOL64=$ac_cv_prog_OTOOL64
7145if test -n "$OTOOL64"; then
7146  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7147$as_echo "$OTOOL64" >&6; }
7148else
7149  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7150$as_echo "no" >&6; }
7151fi
7152
7153
7154fi
7155if test -z "$ac_cv_prog_OTOOL64"; then
7156  ac_ct_OTOOL64=$OTOOL64
7157  # Extract the first word of "otool64", so it can be a program name with args.
7158set dummy otool64; ac_word=$2
7159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7160$as_echo_n "checking for $ac_word... " >&6; }
7161if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7162  $as_echo_n "(cached) " >&6
7163else
7164  if test -n "$ac_ct_OTOOL64"; then
7165  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7166else
7167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7168for as_dir in $PATH
7169do
7170  IFS=$as_save_IFS
7171  test -z "$as_dir" && as_dir=.
7172    for ac_exec_ext in '' $ac_executable_extensions; do
7173  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7174    ac_cv_prog_ac_ct_OTOOL64="otool64"
7175    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7176    break 2
7177  fi
7178done
7179  done
7180IFS=$as_save_IFS
7181
7182fi
7183fi
7184ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7185if test -n "$ac_ct_OTOOL64"; then
7186  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7187$as_echo "$ac_ct_OTOOL64" >&6; }
7188else
7189  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7190$as_echo "no" >&6; }
7191fi
7192
7193  if test "x$ac_ct_OTOOL64" = x; then
7194    OTOOL64=":"
7195  else
7196    case $cross_compiling:$ac_tool_warned in
7197yes:)
7198{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7199$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7200ac_tool_warned=yes ;;
7201esac
7202    OTOOL64=$ac_ct_OTOOL64
7203  fi
7204else
7205  OTOOL64="$ac_cv_prog_OTOOL64"
7206fi
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7235$as_echo_n "checking for -single_module linker flag... " >&6; }
7236if ${lt_cv_apple_cc_single_mod+:} false; then :
7237  $as_echo_n "(cached) " >&6
7238else
7239  lt_cv_apple_cc_single_mod=no
7240      if test -z "${LT_MULTI_MODULE}"; then
7241	# By default we will add the -single_module flag. You can override
7242	# by either setting the environment variable LT_MULTI_MODULE
7243	# non-empty at configure time, or by adding -multi_module to the
7244	# link flags.
7245	rm -rf libconftest.dylib*
7246	echo "int foo(void){return 1;}" > conftest.c
7247	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7248-dynamiclib -Wl,-single_module conftest.c" >&5
7249	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7250	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7251        _lt_result=$?
7252	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7253	  lt_cv_apple_cc_single_mod=yes
7254	else
7255	  cat conftest.err >&5
7256	fi
7257	rm -rf libconftest.dylib*
7258	rm -f conftest.*
7259      fi
7260fi
7261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7262$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7263    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7264$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7265if ${lt_cv_ld_exported_symbols_list+:} false; then :
7266  $as_echo_n "(cached) " >&6
7267else
7268  lt_cv_ld_exported_symbols_list=no
7269      save_LDFLAGS=$LDFLAGS
7270      echo "_main" > conftest.sym
7271      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7272      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7273/* end confdefs.h.  */
7274
7275int
7276main ()
7277{
7278
7279  ;
7280  return 0;
7281}
7282_ACEOF
7283if ac_fn_c_try_link "$LINENO"; then :
7284  lt_cv_ld_exported_symbols_list=yes
7285else
7286  lt_cv_ld_exported_symbols_list=no
7287fi
7288rm -f core conftest.err conftest.$ac_objext \
7289    conftest$ac_exeext conftest.$ac_ext
7290	LDFLAGS="$save_LDFLAGS"
7291
7292fi
7293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7294$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7295    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7296$as_echo_n "checking for -force_load linker flag... " >&6; }
7297if ${lt_cv_ld_force_load+:} false; then :
7298  $as_echo_n "(cached) " >&6
7299else
7300  lt_cv_ld_force_load=no
7301      cat > conftest.c << _LT_EOF
7302int forced_loaded() { return 2;}
7303_LT_EOF
7304      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7305      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7306      echo "$AR cru libconftest.a conftest.o" >&5
7307      $AR cru libconftest.a conftest.o 2>&5
7308      cat > conftest.c << _LT_EOF
7309int main() { return 0;}
7310_LT_EOF
7311      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7312      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7313      _lt_result=$?
7314      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7315	lt_cv_ld_force_load=yes
7316      else
7317	cat conftest.err >&5
7318      fi
7319        rm -f conftest.err libconftest.a conftest conftest.c
7320        rm -rf conftest.dSYM
7321
7322fi
7323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7324$as_echo "$lt_cv_ld_force_load" >&6; }
7325    case $host_os in
7326    rhapsody* | darwin1.[012])
7327      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7328    darwin1.*)
7329      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7330    darwin*) # darwin 5.x on
7331      # if running on 10.5 or later, the deployment target defaults
7332      # to the OS version, if on x86, and 10.4, the deployment
7333      # target defaults to 10.4. Don't you love it?
7334      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7335	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7336	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7337	10.[012][,.]*)
7338	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7339	10.*)
7340	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7341      esac
7342    ;;
7343  esac
7344    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7345      _lt_dar_single_mod='$single_module'
7346    fi
7347    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7348      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7349    else
7350      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7351    fi
7352    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7353      _lt_dsymutil='~$DSYMUTIL $lib || :'
7354    else
7355      _lt_dsymutil=
7356    fi
7357    ;;
7358  esac
7359
7360for ac_header in dlfcn.h
7361do :
7362  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7363"
7364if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7365  cat >>confdefs.h <<_ACEOF
7366#define HAVE_DLFCN_H 1
7367_ACEOF
7368
7369fi
7370
7371done
7372
7373
7374
7375
7376
7377# Set options
7378
7379
7380
7381        enable_dlopen=no
7382
7383
7384  enable_win32_dll=no
7385
7386
7387
7388  # Check whether --enable-static was given.
7389if test "${enable_static+set}" = set; then :
7390  enableval=$enable_static; p=${PACKAGE-default}
7391    case $enableval in
7392    yes) enable_static=yes ;;
7393    no) enable_static=no ;;
7394    *)
7395     enable_static=no
7396      # Look at the argument we got.  We use all the common list separators.
7397      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7398      for pkg in $enableval; do
7399	IFS="$lt_save_ifs"
7400	if test "X$pkg" = "X$p"; then
7401	  enable_static=yes
7402	fi
7403      done
7404      IFS="$lt_save_ifs"
7405      ;;
7406    esac
7407else
7408  enable_static=yes
7409fi
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420# Check whether --with-pic was given.
7421if test "${with_pic+set}" = set; then :
7422  withval=$with_pic; pic_mode="$withval"
7423else
7424  pic_mode=default
7425fi
7426
7427
7428test -z "$pic_mode" && pic_mode=default
7429
7430
7431
7432
7433
7434
7435
7436  # Check whether --enable-fast-install was given.
7437if test "${enable_fast_install+set}" = set; then :
7438  enableval=$enable_fast_install; p=${PACKAGE-default}
7439    case $enableval in
7440    yes) enable_fast_install=yes ;;
7441    no) enable_fast_install=no ;;
7442    *)
7443      enable_fast_install=no
7444      # Look at the argument we got.  We use all the common list separators.
7445      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7446      for pkg in $enableval; do
7447	IFS="$lt_save_ifs"
7448	if test "X$pkg" = "X$p"; then
7449	  enable_fast_install=yes
7450	fi
7451      done
7452      IFS="$lt_save_ifs"
7453      ;;
7454    esac
7455else
7456  enable_fast_install=yes
7457fi
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469# This can be used to rebuild libtool when needed
7470LIBTOOL_DEPS="$ltmain"
7471
7472# Always use our own libtool.
7473LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500test -z "$LN_S" && LN_S="ln -s"
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515if test -n "${ZSH_VERSION+set}" ; then
7516   setopt NO_GLOB_SUBST
7517fi
7518
7519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7520$as_echo_n "checking for objdir... " >&6; }
7521if ${lt_cv_objdir+:} false; then :
7522  $as_echo_n "(cached) " >&6
7523else
7524  rm -f .libs 2>/dev/null
7525mkdir .libs 2>/dev/null
7526if test -d .libs; then
7527  lt_cv_objdir=.libs
7528else
7529  # MS-DOS does not allow filenames that begin with a dot.
7530  lt_cv_objdir=_libs
7531fi
7532rmdir .libs 2>/dev/null
7533fi
7534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7535$as_echo "$lt_cv_objdir" >&6; }
7536objdir=$lt_cv_objdir
7537
7538
7539
7540
7541
7542cat >>confdefs.h <<_ACEOF
7543#define LT_OBJDIR "$lt_cv_objdir/"
7544_ACEOF
7545
7546
7547
7548
7549case $host_os in
7550aix3*)
7551  # AIX sometimes has problems with the GCC collect2 program.  For some
7552  # reason, if we set the COLLECT_NAMES environment variable, the problems
7553  # vanish in a puff of smoke.
7554  if test "X${COLLECT_NAMES+set}" != Xset; then
7555    COLLECT_NAMES=
7556    export COLLECT_NAMES
7557  fi
7558  ;;
7559esac
7560
7561# Global variables:
7562ofile=libtool
7563can_build_shared=yes
7564
7565# All known linkers require a `.a' archive for static linking (except MSVC,
7566# which needs '.lib').
7567libext=a
7568
7569with_gnu_ld="$lt_cv_prog_gnu_ld"
7570
7571old_CC="$CC"
7572old_CFLAGS="$CFLAGS"
7573
7574# Set sane defaults for various variables
7575test -z "$CC" && CC=cc
7576test -z "$LTCC" && LTCC=$CC
7577test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7578test -z "$LD" && LD=ld
7579test -z "$ac_objext" && ac_objext=o
7580
7581for cc_temp in $compiler""; do
7582  case $cc_temp in
7583    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7584    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7585    \-*) ;;
7586    *) break;;
7587  esac
7588done
7589cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7590
7591
7592# Only perform the check for file, if the check method requires it
7593test -z "$MAGIC_CMD" && MAGIC_CMD=file
7594case $deplibs_check_method in
7595file_magic*)
7596  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7597    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7598$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7599if ${lt_cv_path_MAGIC_CMD+:} false; then :
7600  $as_echo_n "(cached) " >&6
7601else
7602  case $MAGIC_CMD in
7603[\\/*] |  ?:[\\/]*)
7604  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7605  ;;
7606*)
7607  lt_save_MAGIC_CMD="$MAGIC_CMD"
7608  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7609  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7610  for ac_dir in $ac_dummy; do
7611    IFS="$lt_save_ifs"
7612    test -z "$ac_dir" && ac_dir=.
7613    if test -f $ac_dir/${ac_tool_prefix}file; then
7614      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7615      if test -n "$file_magic_test_file"; then
7616	case $deplibs_check_method in
7617	"file_magic "*)
7618	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7619	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7620	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7621	    $EGREP "$file_magic_regex" > /dev/null; then
7622	    :
7623	  else
7624	    cat <<_LT_EOF 1>&2
7625
7626*** Warning: the command libtool uses to detect shared libraries,
7627*** $file_magic_cmd, produces output that libtool cannot recognize.
7628*** The result is that libtool may fail to recognize shared libraries
7629*** as such.  This will affect the creation of libtool libraries that
7630*** depend on shared libraries, but programs linked with such libtool
7631*** libraries will work regardless of this problem.  Nevertheless, you
7632*** may want to report the problem to your system manager and/or to
7633*** bug-libtool@gnu.org
7634
7635_LT_EOF
7636	  fi ;;
7637	esac
7638      fi
7639      break
7640    fi
7641  done
7642  IFS="$lt_save_ifs"
7643  MAGIC_CMD="$lt_save_MAGIC_CMD"
7644  ;;
7645esac
7646fi
7647
7648MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7649if test -n "$MAGIC_CMD"; then
7650  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7651$as_echo "$MAGIC_CMD" >&6; }
7652else
7653  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654$as_echo "no" >&6; }
7655fi
7656
7657
7658
7659
7660
7661if test -z "$lt_cv_path_MAGIC_CMD"; then
7662  if test -n "$ac_tool_prefix"; then
7663    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7664$as_echo_n "checking for file... " >&6; }
7665if ${lt_cv_path_MAGIC_CMD+:} false; then :
7666  $as_echo_n "(cached) " >&6
7667else
7668  case $MAGIC_CMD in
7669[\\/*] |  ?:[\\/]*)
7670  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7671  ;;
7672*)
7673  lt_save_MAGIC_CMD="$MAGIC_CMD"
7674  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7675  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7676  for ac_dir in $ac_dummy; do
7677    IFS="$lt_save_ifs"
7678    test -z "$ac_dir" && ac_dir=.
7679    if test -f $ac_dir/file; then
7680      lt_cv_path_MAGIC_CMD="$ac_dir/file"
7681      if test -n "$file_magic_test_file"; then
7682	case $deplibs_check_method in
7683	"file_magic "*)
7684	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7685	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7686	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7687	    $EGREP "$file_magic_regex" > /dev/null; then
7688	    :
7689	  else
7690	    cat <<_LT_EOF 1>&2
7691
7692*** Warning: the command libtool uses to detect shared libraries,
7693*** $file_magic_cmd, produces output that libtool cannot recognize.
7694*** The result is that libtool may fail to recognize shared libraries
7695*** as such.  This will affect the creation of libtool libraries that
7696*** depend on shared libraries, but programs linked with such libtool
7697*** libraries will work regardless of this problem.  Nevertheless, you
7698*** may want to report the problem to your system manager and/or to
7699*** bug-libtool@gnu.org
7700
7701_LT_EOF
7702	  fi ;;
7703	esac
7704      fi
7705      break
7706    fi
7707  done
7708  IFS="$lt_save_ifs"
7709  MAGIC_CMD="$lt_save_MAGIC_CMD"
7710  ;;
7711esac
7712fi
7713
7714MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7715if test -n "$MAGIC_CMD"; then
7716  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7717$as_echo "$MAGIC_CMD" >&6; }
7718else
7719  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7720$as_echo "no" >&6; }
7721fi
7722
7723
7724  else
7725    MAGIC_CMD=:
7726  fi
7727fi
7728
7729  fi
7730  ;;
7731esac
7732
7733# Use C for the default configuration in the libtool script
7734
7735lt_save_CC="$CC"
7736ac_ext=c
7737ac_cpp='$CPP $CPPFLAGS'
7738ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7739ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7740ac_compiler_gnu=$ac_cv_c_compiler_gnu
7741
7742
7743# Source file extension for C test sources.
7744ac_ext=c
7745
7746# Object file extension for compiled C test sources.
7747objext=o
7748objext=$objext
7749
7750# Code to be used in simple compile tests
7751lt_simple_compile_test_code="int some_variable = 0;"
7752
7753# Code to be used in simple link tests
7754lt_simple_link_test_code='int main(){return(0);}'
7755
7756
7757
7758
7759
7760
7761
7762# If no C compiler was specified, use CC.
7763LTCC=${LTCC-"$CC"}
7764
7765# If no C compiler flags were specified, use CFLAGS.
7766LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7767
7768# Allow CC to be a program name with arguments.
7769compiler=$CC
7770
7771# Save the default compiler, since it gets overwritten when the other
7772# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7773compiler_DEFAULT=$CC
7774
7775# save warnings/boilerplate of simple test code
7776ac_outfile=conftest.$ac_objext
7777echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7778eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7779_lt_compiler_boilerplate=`cat conftest.err`
7780$RM conftest*
7781
7782ac_outfile=conftest.$ac_objext
7783echo "$lt_simple_link_test_code" >conftest.$ac_ext
7784eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7785_lt_linker_boilerplate=`cat conftest.err`
7786$RM -r conftest*
7787
7788
7789## CAVEAT EMPTOR:
7790## There is no encapsulation within the following macros, do not change
7791## the running order or otherwise move them around unless you know exactly
7792## what you are doing...
7793if test -n "$compiler"; then
7794
7795lt_prog_compiler_no_builtin_flag=
7796
7797if test "$GCC" = yes; then
7798  case $cc_basename in
7799  nvcc*)
7800    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7801  *)
7802    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7803  esac
7804
7805  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7806$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7807if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7808  $as_echo_n "(cached) " >&6
7809else
7810  lt_cv_prog_compiler_rtti_exceptions=no
7811   ac_outfile=conftest.$ac_objext
7812   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7813   lt_compiler_flag="-fno-rtti -fno-exceptions"
7814   # Insert the option either (1) after the last *FLAGS variable, or
7815   # (2) before a word containing "conftest.", or (3) at the end.
7816   # Note that $ac_compile itself does not contain backslashes and begins
7817   # with a dollar sign (not a hyphen), so the echo should work correctly.
7818   # The option is referenced via a variable to avoid confusing sed.
7819   lt_compile=`echo "$ac_compile" | $SED \
7820   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7821   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7822   -e 's:$: $lt_compiler_flag:'`
7823   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7824   (eval "$lt_compile" 2>conftest.err)
7825   ac_status=$?
7826   cat conftest.err >&5
7827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7828   if (exit $ac_status) && test -s "$ac_outfile"; then
7829     # The compiler can only warn and ignore the option if not recognized
7830     # So say no if there are warnings other than the usual output.
7831     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7832     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7833     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7834       lt_cv_prog_compiler_rtti_exceptions=yes
7835     fi
7836   fi
7837   $RM conftest*
7838
7839fi
7840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7841$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7842
7843if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7844    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7845else
7846    :
7847fi
7848
7849fi
7850
7851
7852
7853
7854
7855
7856  lt_prog_compiler_wl=
7857lt_prog_compiler_pic=
7858lt_prog_compiler_static=
7859
7860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7861$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7862
7863  if test "$GCC" = yes; then
7864    lt_prog_compiler_wl='-Wl,'
7865    lt_prog_compiler_static='-static'
7866
7867    case $host_os in
7868      aix*)
7869      # All AIX code is PIC.
7870      if test "$host_cpu" = ia64; then
7871	# AIX 5 now supports IA64 processor
7872	lt_prog_compiler_static='-Bstatic'
7873      fi
7874      lt_prog_compiler_pic='-fPIC'
7875      ;;
7876
7877    amigaos*)
7878      case $host_cpu in
7879      powerpc)
7880            # see comment about AmigaOS4 .so support
7881            lt_prog_compiler_pic='-fPIC'
7882        ;;
7883      m68k)
7884            # FIXME: we need at least 68020 code to build shared libraries, but
7885            # adding the `-m68020' flag to GCC prevents building anything better,
7886            # like `-m68040'.
7887            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7888        ;;
7889      esac
7890      ;;
7891
7892    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7893      # PIC is the default for these OSes.
7894      ;;
7895
7896    mingw* | cygwin* | pw32* | os2* | cegcc*)
7897      # This hack is so that the source file can tell whether it is being
7898      # built for inclusion in a dll (and should export symbols for example).
7899      # Although the cygwin gcc ignores -fPIC, still need this for old-style
7900      # (--disable-auto-import) libraries
7901      lt_prog_compiler_pic='-DDLL_EXPORT'
7902      ;;
7903
7904    darwin* | rhapsody*)
7905      # PIC is the default on this platform
7906      # Common symbols not allowed in MH_DYLIB files
7907      lt_prog_compiler_pic='-fno-common'
7908      ;;
7909
7910    haiku*)
7911      # PIC is the default for Haiku.
7912      # The "-static" flag exists, but is broken.
7913      lt_prog_compiler_static=
7914      ;;
7915
7916    hpux*)
7917      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7918      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7919      # sets the default TLS model and affects inlining.
7920      case $host_cpu in
7921      hppa*64*)
7922	# +Z the default
7923	;;
7924      *)
7925	lt_prog_compiler_pic='-fPIC'
7926	;;
7927      esac
7928      ;;
7929
7930    interix[3-9]*)
7931      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7932      # Instead, we relocate shared libraries at runtime.
7933      ;;
7934
7935    msdosdjgpp*)
7936      # Just because we use GCC doesn't mean we suddenly get shared libraries
7937      # on systems that don't support them.
7938      lt_prog_compiler_can_build_shared=no
7939      enable_shared=no
7940      ;;
7941
7942    *nto* | *qnx*)
7943      # QNX uses GNU C++, but need to define -shared option too, otherwise
7944      # it will coredump.
7945      lt_prog_compiler_pic='-fPIC -shared'
7946      ;;
7947
7948    sysv4*MP*)
7949      if test -d /usr/nec; then
7950	lt_prog_compiler_pic=-Kconform_pic
7951      fi
7952      ;;
7953
7954    *)
7955      lt_prog_compiler_pic='-fPIC'
7956      ;;
7957    esac
7958
7959    case $cc_basename in
7960    nvcc*) # Cuda Compiler Driver 2.2
7961      lt_prog_compiler_wl='-Xlinker '
7962      lt_prog_compiler_pic='-Xcompiler -fPIC'
7963      ;;
7964    esac
7965  else
7966    # PORTME Check for flag to pass linker flags through the system compiler.
7967    case $host_os in
7968    aix*)
7969      lt_prog_compiler_wl='-Wl,'
7970      if test "$host_cpu" = ia64; then
7971	# AIX 5 now supports IA64 processor
7972	lt_prog_compiler_static='-Bstatic'
7973      else
7974	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7975      fi
7976      ;;
7977
7978    mingw* | cygwin* | pw32* | os2* | cegcc*)
7979      # This hack is so that the source file can tell whether it is being
7980      # built for inclusion in a dll (and should export symbols for example).
7981      lt_prog_compiler_pic='-DDLL_EXPORT'
7982      ;;
7983
7984    hpux9* | hpux10* | hpux11*)
7985      lt_prog_compiler_wl='-Wl,'
7986      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7987      # not for PA HP-UX.
7988      case $host_cpu in
7989      hppa*64*|ia64*)
7990	# +Z the default
7991	;;
7992      *)
7993	lt_prog_compiler_pic='+Z'
7994	;;
7995      esac
7996      # Is there a better lt_prog_compiler_static that works with the bundled CC?
7997      lt_prog_compiler_static='${wl}-a ${wl}archive'
7998      ;;
7999
8000    irix5* | irix6* | nonstopux*)
8001      lt_prog_compiler_wl='-Wl,'
8002      # PIC (with -KPIC) is the default.
8003      lt_prog_compiler_static='-non_shared'
8004      ;;
8005
8006    linux* | k*bsd*-gnu | kopensolaris*-gnu)
8007      case $cc_basename in
8008      # old Intel for x86_64 which still supported -KPIC.
8009      ecc*)
8010	lt_prog_compiler_wl='-Wl,'
8011	lt_prog_compiler_pic='-KPIC'
8012	lt_prog_compiler_static='-static'
8013        ;;
8014      # icc used to be incompatible with GCC.
8015      # ICC 10 doesn't accept -KPIC any more.
8016      icc* | ifort*)
8017	lt_prog_compiler_wl='-Wl,'
8018	lt_prog_compiler_pic='-fPIC'
8019	lt_prog_compiler_static='-static'
8020        ;;
8021      # Lahey Fortran 8.1.
8022      lf95*)
8023	lt_prog_compiler_wl='-Wl,'
8024	lt_prog_compiler_pic='--shared'
8025	lt_prog_compiler_static='--static'
8026	;;
8027      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8028        # Portland Group compilers (*not* the Pentium gcc compiler,
8029	# which looks to be a dead project)
8030	lt_prog_compiler_wl='-Wl,'
8031	lt_prog_compiler_pic='-fpic'
8032	lt_prog_compiler_static='-Bstatic'
8033        ;;
8034      ccc*)
8035        lt_prog_compiler_wl='-Wl,'
8036        # All Alpha code is PIC.
8037        lt_prog_compiler_static='-non_shared'
8038        ;;
8039      xl* | bgxl* | bgf* | mpixl*)
8040	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8041	lt_prog_compiler_wl='-Wl,'
8042	lt_prog_compiler_pic='-qpic'
8043	lt_prog_compiler_static='-qstaticlink'
8044	;;
8045      *)
8046	case `$CC -V 2>&1 | sed 5q` in
8047	*Sun\ F* | *Sun*Fortran*)
8048	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
8049	  lt_prog_compiler_pic='-KPIC'
8050	  lt_prog_compiler_static='-Bstatic'
8051	  lt_prog_compiler_wl=''
8052	  ;;
8053	*Sun\ C*)
8054	  # Sun C 5.9
8055	  lt_prog_compiler_pic='-KPIC'
8056	  lt_prog_compiler_static='-Bstatic'
8057	  lt_prog_compiler_wl='-Wl,'
8058	  ;;
8059	esac
8060	;;
8061      esac
8062      ;;
8063
8064    newsos6)
8065      lt_prog_compiler_pic='-KPIC'
8066      lt_prog_compiler_static='-Bstatic'
8067      ;;
8068
8069    *nto* | *qnx*)
8070      # QNX uses GNU C++, but need to define -shared option too, otherwise
8071      # it will coredump.
8072      lt_prog_compiler_pic='-fPIC -shared'
8073      ;;
8074
8075    osf3* | osf4* | osf5*)
8076      lt_prog_compiler_wl='-Wl,'
8077      # All OSF/1 code is PIC.
8078      lt_prog_compiler_static='-non_shared'
8079      ;;
8080
8081    rdos*)
8082      lt_prog_compiler_static='-non_shared'
8083      ;;
8084
8085    solaris*)
8086      lt_prog_compiler_pic='-KPIC'
8087      lt_prog_compiler_static='-Bstatic'
8088      case $cc_basename in
8089      f77* | f90* | f95*)
8090	lt_prog_compiler_wl='-Qoption ld ';;
8091      *)
8092	lt_prog_compiler_wl='-Wl,';;
8093      esac
8094      ;;
8095
8096    sunos4*)
8097      lt_prog_compiler_wl='-Qoption ld '
8098      lt_prog_compiler_pic='-PIC'
8099      lt_prog_compiler_static='-Bstatic'
8100      ;;
8101
8102    sysv4 | sysv4.2uw2* | sysv4.3*)
8103      lt_prog_compiler_wl='-Wl,'
8104      lt_prog_compiler_pic='-KPIC'
8105      lt_prog_compiler_static='-Bstatic'
8106      ;;
8107
8108    sysv4*MP*)
8109      if test -d /usr/nec ;then
8110	lt_prog_compiler_pic='-Kconform_pic'
8111	lt_prog_compiler_static='-Bstatic'
8112      fi
8113      ;;
8114
8115    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8116      lt_prog_compiler_wl='-Wl,'
8117      lt_prog_compiler_pic='-KPIC'
8118      lt_prog_compiler_static='-Bstatic'
8119      ;;
8120
8121    unicos*)
8122      lt_prog_compiler_wl='-Wl,'
8123      lt_prog_compiler_can_build_shared=no
8124      ;;
8125
8126    uts4*)
8127      lt_prog_compiler_pic='-pic'
8128      lt_prog_compiler_static='-Bstatic'
8129      ;;
8130
8131    *)
8132      lt_prog_compiler_can_build_shared=no
8133      ;;
8134    esac
8135  fi
8136
8137case $host_os in
8138  # For platforms which do not support PIC, -DPIC is meaningless:
8139  *djgpp*)
8140    lt_prog_compiler_pic=
8141    ;;
8142  *)
8143    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8144    ;;
8145esac
8146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8147$as_echo "$lt_prog_compiler_pic" >&6; }
8148
8149
8150
8151
8152
8153
8154#
8155# Check to make sure the PIC flag actually works.
8156#
8157if test -n "$lt_prog_compiler_pic"; then
8158  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8159$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8160if ${lt_cv_prog_compiler_pic_works+:} false; then :
8161  $as_echo_n "(cached) " >&6
8162else
8163  lt_cv_prog_compiler_pic_works=no
8164   ac_outfile=conftest.$ac_objext
8165   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8166   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8167   # Insert the option either (1) after the last *FLAGS variable, or
8168   # (2) before a word containing "conftest.", or (3) at the end.
8169   # Note that $ac_compile itself does not contain backslashes and begins
8170   # with a dollar sign (not a hyphen), so the echo should work correctly.
8171   # The option is referenced via a variable to avoid confusing sed.
8172   lt_compile=`echo "$ac_compile" | $SED \
8173   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8174   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8175   -e 's:$: $lt_compiler_flag:'`
8176   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8177   (eval "$lt_compile" 2>conftest.err)
8178   ac_status=$?
8179   cat conftest.err >&5
8180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8181   if (exit $ac_status) && test -s "$ac_outfile"; then
8182     # The compiler can only warn and ignore the option if not recognized
8183     # So say no if there are warnings other than the usual output.
8184     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8185     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8186     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8187       lt_cv_prog_compiler_pic_works=yes
8188     fi
8189   fi
8190   $RM conftest*
8191
8192fi
8193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8194$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8195
8196if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8197    case $lt_prog_compiler_pic in
8198     "" | " "*) ;;
8199     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8200     esac
8201else
8202    lt_prog_compiler_pic=
8203     lt_prog_compiler_can_build_shared=no
8204fi
8205
8206fi
8207
8208
8209
8210
8211
8212
8213#
8214# Check to make sure the static flag actually works.
8215#
8216wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8218$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8219if ${lt_cv_prog_compiler_static_works+:} false; then :
8220  $as_echo_n "(cached) " >&6
8221else
8222  lt_cv_prog_compiler_static_works=no
8223   save_LDFLAGS="$LDFLAGS"
8224   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8225   echo "$lt_simple_link_test_code" > conftest.$ac_ext
8226   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8227     # The linker can only warn and ignore the option if not recognized
8228     # So say no if there are warnings
8229     if test -s conftest.err; then
8230       # Append any errors to the config.log.
8231       cat conftest.err 1>&5
8232       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8233       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8234       if diff conftest.exp conftest.er2 >/dev/null; then
8235         lt_cv_prog_compiler_static_works=yes
8236       fi
8237     else
8238       lt_cv_prog_compiler_static_works=yes
8239     fi
8240   fi
8241   $RM -r conftest*
8242   LDFLAGS="$save_LDFLAGS"
8243
8244fi
8245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8246$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8247
8248if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8249    :
8250else
8251    lt_prog_compiler_static=
8252fi
8253
8254
8255
8256
8257
8258
8259
8260  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8261$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8262if ${lt_cv_prog_compiler_c_o+:} false; then :
8263  $as_echo_n "(cached) " >&6
8264else
8265  lt_cv_prog_compiler_c_o=no
8266   $RM -r conftest 2>/dev/null
8267   mkdir conftest
8268   cd conftest
8269   mkdir out
8270   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8271
8272   lt_compiler_flag="-o out/conftest2.$ac_objext"
8273   # Insert the option either (1) after the last *FLAGS variable, or
8274   # (2) before a word containing "conftest.", or (3) at the end.
8275   # Note that $ac_compile itself does not contain backslashes and begins
8276   # with a dollar sign (not a hyphen), so the echo should work correctly.
8277   lt_compile=`echo "$ac_compile" | $SED \
8278   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8279   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8280   -e 's:$: $lt_compiler_flag:'`
8281   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8282   (eval "$lt_compile" 2>out/conftest.err)
8283   ac_status=$?
8284   cat out/conftest.err >&5
8285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8286   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8287   then
8288     # The compiler can only warn and ignore the option if not recognized
8289     # So say no if there are warnings
8290     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8291     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8292     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8293       lt_cv_prog_compiler_c_o=yes
8294     fi
8295   fi
8296   chmod u+w . 2>&5
8297   $RM conftest*
8298   # SGI C++ compiler will create directory out/ii_files/ for
8299   # template instantiation
8300   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8301   $RM out/* && rmdir out
8302   cd ..
8303   $RM -r conftest
8304   $RM conftest*
8305
8306fi
8307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8308$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8309
8310
8311
8312
8313
8314
8315  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8316$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8317if ${lt_cv_prog_compiler_c_o+:} false; then :
8318  $as_echo_n "(cached) " >&6
8319else
8320  lt_cv_prog_compiler_c_o=no
8321   $RM -r conftest 2>/dev/null
8322   mkdir conftest
8323   cd conftest
8324   mkdir out
8325   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8326
8327   lt_compiler_flag="-o out/conftest2.$ac_objext"
8328   # Insert the option either (1) after the last *FLAGS variable, or
8329   # (2) before a word containing "conftest.", or (3) at the end.
8330   # Note that $ac_compile itself does not contain backslashes and begins
8331   # with a dollar sign (not a hyphen), so the echo should work correctly.
8332   lt_compile=`echo "$ac_compile" | $SED \
8333   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8334   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8335   -e 's:$: $lt_compiler_flag:'`
8336   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8337   (eval "$lt_compile" 2>out/conftest.err)
8338   ac_status=$?
8339   cat out/conftest.err >&5
8340   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8341   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8342   then
8343     # The compiler can only warn and ignore the option if not recognized
8344     # So say no if there are warnings
8345     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8346     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8347     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8348       lt_cv_prog_compiler_c_o=yes
8349     fi
8350   fi
8351   chmod u+w . 2>&5
8352   $RM conftest*
8353   # SGI C++ compiler will create directory out/ii_files/ for
8354   # template instantiation
8355   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8356   $RM out/* && rmdir out
8357   cd ..
8358   $RM -r conftest
8359   $RM conftest*
8360
8361fi
8362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8363$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8364
8365
8366
8367
8368hard_links="nottested"
8369if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8370  # do not overwrite the value of need_locks provided by the user
8371  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8372$as_echo_n "checking if we can lock with hard links... " >&6; }
8373  hard_links=yes
8374  $RM conftest*
8375  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8376  touch conftest.a
8377  ln conftest.a conftest.b 2>&5 || hard_links=no
8378  ln conftest.a conftest.b 2>/dev/null && hard_links=no
8379  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8380$as_echo "$hard_links" >&6; }
8381  if test "$hard_links" = no; then
8382    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8383$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8384    need_locks=warn
8385  fi
8386else
8387  need_locks=no
8388fi
8389
8390
8391
8392
8393
8394
8395  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8396$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8397
8398  runpath_var=
8399  allow_undefined_flag=
8400  always_export_symbols=no
8401  archive_cmds=
8402  archive_expsym_cmds=
8403  compiler_needs_object=no
8404  enable_shared_with_static_runtimes=no
8405  export_dynamic_flag_spec=
8406  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8407  hardcode_automatic=no
8408  hardcode_direct=no
8409  hardcode_direct_absolute=no
8410  hardcode_libdir_flag_spec=
8411  hardcode_libdir_flag_spec_ld=
8412  hardcode_libdir_separator=
8413  hardcode_minus_L=no
8414  hardcode_shlibpath_var=unsupported
8415  inherit_rpath=no
8416  link_all_deplibs=unknown
8417  module_cmds=
8418  module_expsym_cmds=
8419  old_archive_from_new_cmds=
8420  old_archive_from_expsyms_cmds=
8421  thread_safe_flag_spec=
8422  whole_archive_flag_spec=
8423  # include_expsyms should be a list of space-separated symbols to be *always*
8424  # included in the symbol list
8425  include_expsyms=
8426  # exclude_expsyms can be an extended regexp of symbols to exclude
8427  # it will be wrapped by ` (' and `)$', so one must not match beginning or
8428  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8429  # as well as any symbol that contains `d'.
8430  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8431  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8432  # platforms (ab)use it in PIC code, but their linkers get confused if
8433  # the symbol is explicitly referenced.  Since portable code cannot
8434  # rely on this symbol name, it's probably fine to never include it in
8435  # preloaded symbol tables.
8436  # Exclude shared library initialization/finalization symbols.
8437  extract_expsyms_cmds=
8438
8439  case $host_os in
8440  cygwin* | mingw* | pw32* | cegcc*)
8441    # FIXME: the MSVC++ port hasn't been tested in a loooong time
8442    # When not using gcc, we currently assume that we are using
8443    # Microsoft Visual C++.
8444    if test "$GCC" != yes; then
8445      with_gnu_ld=no
8446    fi
8447    ;;
8448  interix*)
8449    # we just hope/assume this is gcc and not c89 (= MSVC++)
8450    with_gnu_ld=yes
8451    ;;
8452  openbsd*)
8453    with_gnu_ld=no
8454    ;;
8455  esac
8456
8457  ld_shlibs=yes
8458
8459  # On some targets, GNU ld is compatible enough with the native linker
8460  # that we're better off using the native interface for both.
8461  lt_use_gnu_ld_interface=no
8462  if test "$with_gnu_ld" = yes; then
8463    case $host_os in
8464      aix*)
8465	# The AIX port of GNU ld has always aspired to compatibility
8466	# with the native linker.  However, as the warning in the GNU ld
8467	# block says, versions before 2.19.5* couldn't really create working
8468	# shared libraries, regardless of the interface used.
8469	case `$LD -v 2>&1` in
8470	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8471	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8472	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8473	  *)
8474	    lt_use_gnu_ld_interface=yes
8475	    ;;
8476	esac
8477	;;
8478      *)
8479	lt_use_gnu_ld_interface=yes
8480	;;
8481    esac
8482  fi
8483
8484  if test "$lt_use_gnu_ld_interface" = yes; then
8485    # If archive_cmds runs LD, not CC, wlarc should be empty
8486    wlarc='${wl}'
8487
8488    # Set some defaults for GNU ld with shared library support. These
8489    # are reset later if shared libraries are not supported. Putting them
8490    # here allows them to be overridden if necessary.
8491    runpath_var=LD_RUN_PATH
8492    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8493    export_dynamic_flag_spec='${wl}--export-dynamic'
8494    # ancient GNU ld didn't support --whole-archive et. al.
8495    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8496      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8497    else
8498      whole_archive_flag_spec=
8499    fi
8500    supports_anon_versioning=no
8501    case `$LD -v 2>&1` in
8502      *GNU\ gold*) supports_anon_versioning=yes ;;
8503      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8504      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8505      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8506      *\ 2.11.*) ;; # other 2.11 versions
8507      *) supports_anon_versioning=yes ;;
8508    esac
8509
8510    # See if GNU ld supports shared libraries.
8511    case $host_os in
8512    aix[3-9]*)
8513      # On AIX/PPC, the GNU linker is very broken
8514      if test "$host_cpu" != ia64; then
8515	ld_shlibs=no
8516	cat <<_LT_EOF 1>&2
8517
8518*** Warning: the GNU linker, at least up to release 2.19, is reported
8519*** to be unable to reliably create shared libraries on AIX.
8520*** Therefore, libtool is disabling shared libraries support.  If you
8521*** really care for shared libraries, you may want to install binutils
8522*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8523*** You will then need to restart the configuration process.
8524
8525_LT_EOF
8526      fi
8527      ;;
8528
8529    amigaos*)
8530      case $host_cpu in
8531      powerpc)
8532            # see comment about AmigaOS4 .so support
8533            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8534            archive_expsym_cmds=''
8535        ;;
8536      m68k)
8537            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)'
8538            hardcode_libdir_flag_spec='-L$libdir'
8539            hardcode_minus_L=yes
8540        ;;
8541      esac
8542      ;;
8543
8544    beos*)
8545      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8546	allow_undefined_flag=unsupported
8547	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8548	# support --undefined.  This deserves some investigation.  FIXME
8549	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8550      else
8551	ld_shlibs=no
8552      fi
8553      ;;
8554
8555    cygwin* | mingw* | pw32* | cegcc*)
8556      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8557      # as there is no search path for DLLs.
8558      hardcode_libdir_flag_spec='-L$libdir'
8559      export_dynamic_flag_spec='${wl}--export-all-symbols'
8560      allow_undefined_flag=unsupported
8561      always_export_symbols=no
8562      enable_shared_with_static_runtimes=yes
8563      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8564
8565      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8566        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8567	# If the export-symbols file already is a .def file (1st line
8568	# is EXPORTS), use it as is; otherwise, prepend...
8569	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8570	  cp $export_symbols $output_objdir/$soname.def;
8571	else
8572	  echo EXPORTS > $output_objdir/$soname.def;
8573	  cat $export_symbols >> $output_objdir/$soname.def;
8574	fi~
8575	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8576      else
8577	ld_shlibs=no
8578      fi
8579      ;;
8580
8581    haiku*)
8582      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8583      link_all_deplibs=yes
8584      ;;
8585
8586    interix[3-9]*)
8587      hardcode_direct=no
8588      hardcode_shlibpath_var=no
8589      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8590      export_dynamic_flag_spec='${wl}-E'
8591      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8592      # Instead, shared libraries are loaded at an image base (0x10000000 by
8593      # default) and relocated if they conflict, which is a slow very memory
8594      # consuming and fragmenting process.  To avoid this, we pick a random,
8595      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8596      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
8597      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8598      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'
8599      ;;
8600
8601    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8602      tmp_diet=no
8603      if test "$host_os" = linux-dietlibc; then
8604	case $cc_basename in
8605	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
8606	esac
8607      fi
8608      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8609	 && test "$tmp_diet" = no
8610      then
8611	tmp_addflag=' $pic_flag'
8612	tmp_sharedflag='-shared'
8613	case $cc_basename,$host_cpu in
8614        pgcc*)				# Portland Group C compiler
8615	  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'
8616	  tmp_addflag=' $pic_flag'
8617	  ;;
8618	pgf77* | pgf90* | pgf95* | pgfortran*)
8619					# Portland Group f77 and f90 compilers
8620	  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'
8621	  tmp_addflag=' $pic_flag -Mnomain' ;;
8622	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
8623	  tmp_addflag=' -i_dynamic' ;;
8624	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
8625	  tmp_addflag=' -i_dynamic -nofor_main' ;;
8626	ifc* | ifort*)			# Intel Fortran compiler
8627	  tmp_addflag=' -nofor_main' ;;
8628	lf95*)				# Lahey Fortran 8.1
8629	  whole_archive_flag_spec=
8630	  tmp_sharedflag='--shared' ;;
8631	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8632	  tmp_sharedflag='-qmkshrobj'
8633	  tmp_addflag= ;;
8634	nvcc*)	# Cuda Compiler Driver 2.2
8635	  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'
8636	  compiler_needs_object=yes
8637	  ;;
8638	esac
8639	case `$CC -V 2>&1 | sed 5q` in
8640	*Sun\ C*)			# Sun C 5.9
8641	  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'
8642	  compiler_needs_object=yes
8643	  tmp_sharedflag='-G' ;;
8644	*Sun\ F*)			# Sun Fortran 8.3
8645	  tmp_sharedflag='-G' ;;
8646	esac
8647	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8648
8649        if test "x$supports_anon_versioning" = xyes; then
8650          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8651	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8652	    echo "local: *; };" >> $output_objdir/$libname.ver~
8653	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8654        fi
8655
8656	case $cc_basename in
8657	xlf* | bgf* | bgxlf* | mpixlf*)
8658	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8659	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8660	  hardcode_libdir_flag_spec=
8661	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
8662	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8663	  if test "x$supports_anon_versioning" = xyes; then
8664	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8665	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8666	      echo "local: *; };" >> $output_objdir/$libname.ver~
8667	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8668	  fi
8669	  ;;
8670	esac
8671      else
8672        ld_shlibs=no
8673      fi
8674      ;;
8675
8676    netbsd*)
8677      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8678	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8679	wlarc=
8680      else
8681	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8682	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8683      fi
8684      ;;
8685
8686    solaris*)
8687      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8688	ld_shlibs=no
8689	cat <<_LT_EOF 1>&2
8690
8691*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8692*** create shared libraries on Solaris systems.  Therefore, libtool
8693*** is disabling shared libraries support.  We urge you to upgrade GNU
8694*** binutils to release 2.9.1 or newer.  Another option is to modify
8695*** your PATH or compiler configuration so that the native linker is
8696*** used, and then restart.
8697
8698_LT_EOF
8699      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8700	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8701	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8702      else
8703	ld_shlibs=no
8704      fi
8705      ;;
8706
8707    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8708      case `$LD -v 2>&1` in
8709        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8710	ld_shlibs=no
8711	cat <<_LT_EOF 1>&2
8712
8713*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8714*** reliably create shared libraries on SCO systems.  Therefore, libtool
8715*** is disabling shared libraries support.  We urge you to upgrade GNU
8716*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8717*** your PATH or compiler configuration so that the native linker is
8718*** used, and then restart.
8719
8720_LT_EOF
8721	;;
8722	*)
8723	  # For security reasons, it is highly recommended that you always
8724	  # use absolute paths for naming shared libraries, and exclude the
8725	  # DT_RUNPATH tag from executables and libraries.  But doing so
8726	  # requires that you compile everything twice, which is a pain.
8727	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8728	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8729	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8730	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8731	  else
8732	    ld_shlibs=no
8733	  fi
8734	;;
8735      esac
8736      ;;
8737
8738    sunos4*)
8739      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8740      wlarc=
8741      hardcode_direct=yes
8742      hardcode_shlibpath_var=no
8743      ;;
8744
8745    *)
8746      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8747	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8748	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8749      else
8750	ld_shlibs=no
8751      fi
8752      ;;
8753    esac
8754
8755    if test "$ld_shlibs" = no; then
8756      runpath_var=
8757      hardcode_libdir_flag_spec=
8758      export_dynamic_flag_spec=
8759      whole_archive_flag_spec=
8760    fi
8761  else
8762    # PORTME fill in a description of your system's linker (not GNU ld)
8763    case $host_os in
8764    aix3*)
8765      allow_undefined_flag=unsupported
8766      always_export_symbols=yes
8767      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'
8768      # Note: this linker hardcodes the directories in LIBPATH if there
8769      # are no directories specified by -L.
8770      hardcode_minus_L=yes
8771      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8772	# Neither direct hardcoding nor static linking is supported with a
8773	# broken collect2.
8774	hardcode_direct=unsupported
8775      fi
8776      ;;
8777
8778    aix[4-9]*)
8779      if test "$host_cpu" = ia64; then
8780	# On IA64, the linker does run time linking by default, so we don't
8781	# have to do anything special.
8782	aix_use_runtimelinking=no
8783	exp_sym_flag='-Bexport'
8784	no_entry_flag=""
8785      else
8786	# If we're using GNU nm, then we don't want the "-C" option.
8787	# -C means demangle to AIX nm, but means don't demangle with GNU nm
8788	# Also, AIX nm treats weak defined symbols like other global
8789	# defined symbols, whereas GNU nm marks them as "W".
8790	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8791	  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'
8792	else
8793	  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'
8794	fi
8795	aix_use_runtimelinking=no
8796
8797	# Test if we are trying to use run time linking or normal
8798	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
8799	# need to do runtime linking.
8800	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8801	  for ld_flag in $LDFLAGS; do
8802	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8803	    aix_use_runtimelinking=yes
8804	    break
8805	  fi
8806	  done
8807	  ;;
8808	esac
8809
8810	exp_sym_flag='-bexport'
8811	no_entry_flag='-bnoentry'
8812      fi
8813
8814      # When large executables or shared objects are built, AIX ld can
8815      # have problems creating the table of contents.  If linking a library
8816      # or program results in "error TOC overflow" add -mminimal-toc to
8817      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8818      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8819
8820      archive_cmds=''
8821      hardcode_direct=yes
8822      hardcode_direct_absolute=yes
8823      hardcode_libdir_separator=':'
8824      link_all_deplibs=yes
8825      file_list_spec='${wl}-f,'
8826
8827      if test "$GCC" = yes; then
8828	case $host_os in aix4.[012]|aix4.[012].*)
8829	# We only want to do this on AIX 4.2 and lower, the check
8830	# below for broken collect2 doesn't work under 4.3+
8831	  collect2name=`${CC} -print-prog-name=collect2`
8832	  if test -f "$collect2name" &&
8833	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8834	  then
8835	  # We have reworked collect2
8836	  :
8837	  else
8838	  # We have old collect2
8839	  hardcode_direct=unsupported
8840	  # It fails to find uninstalled libraries when the uninstalled
8841	  # path is not listed in the libpath.  Setting hardcode_minus_L
8842	  # to unsupported forces relinking
8843	  hardcode_minus_L=yes
8844	  hardcode_libdir_flag_spec='-L$libdir'
8845	  hardcode_libdir_separator=
8846	  fi
8847	  ;;
8848	esac
8849	shared_flag='-shared'
8850	if test "$aix_use_runtimelinking" = yes; then
8851	  shared_flag="$shared_flag "'${wl}-G'
8852	fi
8853      else
8854	# not using gcc
8855	if test "$host_cpu" = ia64; then
8856	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8857	# chokes on -Wl,-G. The following line is correct:
8858	  shared_flag='-G'
8859	else
8860	  if test "$aix_use_runtimelinking" = yes; then
8861	    shared_flag='${wl}-G'
8862	  else
8863	    shared_flag='${wl}-bM:SRE'
8864	  fi
8865	fi
8866      fi
8867
8868      export_dynamic_flag_spec='${wl}-bexpall'
8869      # It seems that -bexpall does not export symbols beginning with
8870      # underscore (_), so it is better to generate a list of symbols to export.
8871      always_export_symbols=yes
8872      if test "$aix_use_runtimelinking" = yes; then
8873	# Warning - without using the other runtime loading flags (-brtl),
8874	# -berok will link without error, but may produce a broken library.
8875	allow_undefined_flag='-berok'
8876        # Determine the default libpath from the value encoded in an
8877        # empty executable.
8878        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8879/* end confdefs.h.  */
8880
8881int
8882main ()
8883{
8884
8885  ;
8886  return 0;
8887}
8888_ACEOF
8889if ac_fn_c_try_link "$LINENO"; then :
8890
8891lt_aix_libpath_sed='
8892    /Import File Strings/,/^$/ {
8893	/^0/ {
8894	    s/^0  *\(.*\)$/\1/
8895	    p
8896	}
8897    }'
8898aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8899# Check for a 64-bit object if we didn't find anything.
8900if test -z "$aix_libpath"; then
8901  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8902fi
8903fi
8904rm -f core conftest.err conftest.$ac_objext \
8905    conftest$ac_exeext conftest.$ac_ext
8906if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8907
8908        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8909        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"
8910      else
8911	if test "$host_cpu" = ia64; then
8912	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8913	  allow_undefined_flag="-z nodefs"
8914	  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"
8915	else
8916	 # Determine the default libpath from the value encoded in an
8917	 # empty executable.
8918	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8919/* end confdefs.h.  */
8920
8921int
8922main ()
8923{
8924
8925  ;
8926  return 0;
8927}
8928_ACEOF
8929if ac_fn_c_try_link "$LINENO"; then :
8930
8931lt_aix_libpath_sed='
8932    /Import File Strings/,/^$/ {
8933	/^0/ {
8934	    s/^0  *\(.*\)$/\1/
8935	    p
8936	}
8937    }'
8938aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8939# Check for a 64-bit object if we didn't find anything.
8940if test -z "$aix_libpath"; then
8941  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8942fi
8943fi
8944rm -f core conftest.err conftest.$ac_objext \
8945    conftest$ac_exeext conftest.$ac_ext
8946if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8947
8948	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8949	  # Warning - without using the other run time loading flags,
8950	  # -berok will link without error, but may produce a broken library.
8951	  no_undefined_flag=' ${wl}-bernotok'
8952	  allow_undefined_flag=' ${wl}-berok'
8953	  if test "$with_gnu_ld" = yes; then
8954	    # We only use this code for GNU lds that support --whole-archive.
8955	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8956	  else
8957	    # Exported symbols can be pulled into shared objects from archives
8958	    whole_archive_flag_spec='$convenience'
8959	  fi
8960	  archive_cmds_need_lc=yes
8961	  # This is similar to how AIX traditionally builds its shared libraries.
8962	  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'
8963	fi
8964      fi
8965      ;;
8966
8967    amigaos*)
8968      case $host_cpu in
8969      powerpc)
8970            # see comment about AmigaOS4 .so support
8971            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8972            archive_expsym_cmds=''
8973        ;;
8974      m68k)
8975            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)'
8976            hardcode_libdir_flag_spec='-L$libdir'
8977            hardcode_minus_L=yes
8978        ;;
8979      esac
8980      ;;
8981
8982    bsdi[45]*)
8983      export_dynamic_flag_spec=-rdynamic
8984      ;;
8985
8986    cygwin* | mingw* | pw32* | cegcc*)
8987      # When not using gcc, we currently assume that we are using
8988      # Microsoft Visual C++.
8989      # hardcode_libdir_flag_spec is actually meaningless, as there is
8990      # no search path for DLLs.
8991      hardcode_libdir_flag_spec=' '
8992      allow_undefined_flag=unsupported
8993      # Tell ltmain to make .lib files, not .a files.
8994      libext=lib
8995      # Tell ltmain to make .dll files, not .so files.
8996      shrext_cmds=".dll"
8997      # FIXME: Setting linknames here is a bad hack.
8998      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8999      # The linker will automatically build a .lib file if we build a DLL.
9000      old_archive_from_new_cmds='true'
9001      # FIXME: Should let the user specify the lib program.
9002      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9003      fix_srcfile_path='`cygpath -w "$srcfile"`'
9004      enable_shared_with_static_runtimes=yes
9005      ;;
9006
9007    darwin* | rhapsody*)
9008
9009
9010  archive_cmds_need_lc=no
9011  hardcode_direct=no
9012  hardcode_automatic=yes
9013  hardcode_shlibpath_var=unsupported
9014  if test "$lt_cv_ld_force_load" = "yes"; then
9015    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\"`'
9016  else
9017    whole_archive_flag_spec=''
9018  fi
9019  link_all_deplibs=yes
9020  allow_undefined_flag="$_lt_dar_allow_undefined"
9021  case $cc_basename in
9022     ifort*) _lt_dar_can_shared=yes ;;
9023     *) _lt_dar_can_shared=$GCC ;;
9024  esac
9025  if test "$_lt_dar_can_shared" = "yes"; then
9026    output_verbose_link_cmd=func_echo_all
9027    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9028    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9029    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}"
9030    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}"
9031
9032  else
9033  ld_shlibs=no
9034  fi
9035
9036      ;;
9037
9038    dgux*)
9039      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9040      hardcode_libdir_flag_spec='-L$libdir'
9041      hardcode_shlibpath_var=no
9042      ;;
9043
9044    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9045    # support.  Future versions do this automatically, but an explicit c++rt0.o
9046    # does not break anything, and helps significantly (at the cost of a little
9047    # extra space).
9048    freebsd2.2*)
9049      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9050      hardcode_libdir_flag_spec='-R$libdir'
9051      hardcode_direct=yes
9052      hardcode_shlibpath_var=no
9053      ;;
9054
9055    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9056    freebsd2.*)
9057      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9058      hardcode_direct=yes
9059      hardcode_minus_L=yes
9060      hardcode_shlibpath_var=no
9061      ;;
9062
9063    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9064    freebsd* | dragonfly*)
9065      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9066      hardcode_libdir_flag_spec='-R$libdir'
9067      hardcode_direct=yes
9068      hardcode_shlibpath_var=no
9069      ;;
9070
9071    hpux9*)
9072      if test "$GCC" = yes; then
9073	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'
9074      else
9075	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'
9076      fi
9077      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9078      hardcode_libdir_separator=:
9079      hardcode_direct=yes
9080
9081      # hardcode_minus_L: Not really in the search PATH,
9082      # but as the default location of the library.
9083      hardcode_minus_L=yes
9084      export_dynamic_flag_spec='${wl}-E'
9085      ;;
9086
9087    hpux10*)
9088      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9089	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9090      else
9091	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9092      fi
9093      if test "$with_gnu_ld" = no; then
9094	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9095	hardcode_libdir_flag_spec_ld='+b $libdir'
9096	hardcode_libdir_separator=:
9097	hardcode_direct=yes
9098	hardcode_direct_absolute=yes
9099	export_dynamic_flag_spec='${wl}-E'
9100	# hardcode_minus_L: Not really in the search PATH,
9101	# but as the default location of the library.
9102	hardcode_minus_L=yes
9103      fi
9104      ;;
9105
9106    hpux11*)
9107      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9108	case $host_cpu in
9109	hppa*64*)
9110	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9111	  ;;
9112	ia64*)
9113	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9114	  ;;
9115	*)
9116	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9117	  ;;
9118	esac
9119      else
9120	case $host_cpu in
9121	hppa*64*)
9122	  archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9123	  ;;
9124	ia64*)
9125	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9126	  ;;
9127	*)
9128
9129	  # Older versions of the 11.00 compiler do not understand -b yet
9130	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9131	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9132$as_echo_n "checking if $CC understands -b... " >&6; }
9133if ${lt_cv_prog_compiler__b+:} false; then :
9134  $as_echo_n "(cached) " >&6
9135else
9136  lt_cv_prog_compiler__b=no
9137   save_LDFLAGS="$LDFLAGS"
9138   LDFLAGS="$LDFLAGS -b"
9139   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9140   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9141     # The linker can only warn and ignore the option if not recognized
9142     # So say no if there are warnings
9143     if test -s conftest.err; then
9144       # Append any errors to the config.log.
9145       cat conftest.err 1>&5
9146       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9147       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9148       if diff conftest.exp conftest.er2 >/dev/null; then
9149         lt_cv_prog_compiler__b=yes
9150       fi
9151     else
9152       lt_cv_prog_compiler__b=yes
9153     fi
9154   fi
9155   $RM -r conftest*
9156   LDFLAGS="$save_LDFLAGS"
9157
9158fi
9159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9160$as_echo "$lt_cv_prog_compiler__b" >&6; }
9161
9162if test x"$lt_cv_prog_compiler__b" = xyes; then
9163    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9164else
9165    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9166fi
9167
9168	  ;;
9169	esac
9170      fi
9171      if test "$with_gnu_ld" = no; then
9172	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9173	hardcode_libdir_separator=:
9174
9175	case $host_cpu in
9176	hppa*64*|ia64*)
9177	  hardcode_direct=no
9178	  hardcode_shlibpath_var=no
9179	  ;;
9180	*)
9181	  hardcode_direct=yes
9182	  hardcode_direct_absolute=yes
9183	  export_dynamic_flag_spec='${wl}-E'
9184
9185	  # hardcode_minus_L: Not really in the search PATH,
9186	  # but as the default location of the library.
9187	  hardcode_minus_L=yes
9188	  ;;
9189	esac
9190      fi
9191      ;;
9192
9193    irix5* | irix6* | nonstopux*)
9194      if test "$GCC" = yes; then
9195	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'
9196	# Try to use the -exported_symbol ld option, if it does not
9197	# work, assume that -exports_file does not work either and
9198	# implicitly export all symbols.
9199        save_LDFLAGS="$LDFLAGS"
9200        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9201        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9202/* end confdefs.h.  */
9203int foo(void) {}
9204_ACEOF
9205if ac_fn_c_try_link "$LINENO"; then :
9206  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'
9207
9208fi
9209rm -f core conftest.err conftest.$ac_objext \
9210    conftest$ac_exeext conftest.$ac_ext
9211        LDFLAGS="$save_LDFLAGS"
9212      else
9213	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'
9214	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'
9215      fi
9216      archive_cmds_need_lc='no'
9217      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9218      hardcode_libdir_separator=:
9219      inherit_rpath=yes
9220      link_all_deplibs=yes
9221      ;;
9222
9223    netbsd*)
9224      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9225	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9226      else
9227	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
9228      fi
9229      hardcode_libdir_flag_spec='-R$libdir'
9230      hardcode_direct=yes
9231      hardcode_shlibpath_var=no
9232      ;;
9233
9234    newsos6)
9235      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9236      hardcode_direct=yes
9237      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9238      hardcode_libdir_separator=:
9239      hardcode_shlibpath_var=no
9240      ;;
9241
9242    *nto* | *qnx*)
9243      ;;
9244
9245    openbsd*)
9246      if test -f /usr/libexec/ld.so; then
9247	hardcode_direct=yes
9248	hardcode_shlibpath_var=no
9249	hardcode_direct_absolute=yes
9250	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9251	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9252	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9253	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9254	  export_dynamic_flag_spec='${wl}-E'
9255	else
9256	  case $host_os in
9257	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9258	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9259	     hardcode_libdir_flag_spec='-R$libdir'
9260	     ;;
9261	   *)
9262	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9263	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9264	     ;;
9265	  esac
9266	fi
9267      else
9268	ld_shlibs=no
9269      fi
9270      ;;
9271
9272    os2*)
9273      hardcode_libdir_flag_spec='-L$libdir'
9274      hardcode_minus_L=yes
9275      allow_undefined_flag=unsupported
9276      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'
9277      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9278      ;;
9279
9280    osf3*)
9281      if test "$GCC" = yes; then
9282	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9283	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'
9284      else
9285	allow_undefined_flag=' -expect_unresolved \*'
9286	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'
9287      fi
9288      archive_cmds_need_lc='no'
9289      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9290      hardcode_libdir_separator=:
9291      ;;
9292
9293    osf4* | osf5*)	# as osf3* with the addition of -msym flag
9294      if test "$GCC" = yes; then
9295	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9296	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'
9297	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9298      else
9299	allow_undefined_flag=' -expect_unresolved \*'
9300	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'
9301	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~
9302	$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'
9303
9304	# Both c and cxx compiler support -rpath directly
9305	hardcode_libdir_flag_spec='-rpath $libdir'
9306      fi
9307      archive_cmds_need_lc='no'
9308      hardcode_libdir_separator=:
9309      ;;
9310
9311    solaris*)
9312      no_undefined_flag=' -z defs'
9313      if test "$GCC" = yes; then
9314	wlarc='${wl}'
9315	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9316	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9317	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9318      else
9319	case `$CC -V 2>&1` in
9320	*"Compilers 5.0"*)
9321	  wlarc=''
9322	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9323	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9324	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9325	  ;;
9326	*)
9327	  wlarc='${wl}'
9328	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9329	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9330	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9331	  ;;
9332	esac
9333      fi
9334      hardcode_libdir_flag_spec='-R$libdir'
9335      hardcode_shlibpath_var=no
9336      case $host_os in
9337      solaris2.[0-5] | solaris2.[0-5].*) ;;
9338      *)
9339	# The compiler driver will combine and reorder linker options,
9340	# but understands `-z linker_flag'.  GCC discards it without `$wl',
9341	# but is careful enough not to reorder.
9342	# Supported since Solaris 2.6 (maybe 2.5.1?)
9343	if test "$GCC" = yes; then
9344	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9345	else
9346	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9347	fi
9348	;;
9349      esac
9350      link_all_deplibs=yes
9351      ;;
9352
9353    sunos4*)
9354      if test "x$host_vendor" = xsequent; then
9355	# Use $CC to link under sequent, because it throws in some extra .o
9356	# files that make .init and .fini sections work.
9357	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9358      else
9359	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9360      fi
9361      hardcode_libdir_flag_spec='-L$libdir'
9362      hardcode_direct=yes
9363      hardcode_minus_L=yes
9364      hardcode_shlibpath_var=no
9365      ;;
9366
9367    sysv4)
9368      case $host_vendor in
9369	sni)
9370	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9371	  hardcode_direct=yes # is this really true???
9372	;;
9373	siemens)
9374	  ## LD is ld it makes a PLAMLIB
9375	  ## CC just makes a GrossModule.
9376	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9377	  reload_cmds='$CC -r -o $output$reload_objs'
9378	  hardcode_direct=no
9379        ;;
9380	motorola)
9381	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9382	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9383	;;
9384      esac
9385      runpath_var='LD_RUN_PATH'
9386      hardcode_shlibpath_var=no
9387      ;;
9388
9389    sysv4.3*)
9390      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9391      hardcode_shlibpath_var=no
9392      export_dynamic_flag_spec='-Bexport'
9393      ;;
9394
9395    sysv4*MP*)
9396      if test -d /usr/nec; then
9397	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9398	hardcode_shlibpath_var=no
9399	runpath_var=LD_RUN_PATH
9400	hardcode_runpath_var=yes
9401	ld_shlibs=yes
9402      fi
9403      ;;
9404
9405    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9406      no_undefined_flag='${wl}-z,text'
9407      archive_cmds_need_lc=no
9408      hardcode_shlibpath_var=no
9409      runpath_var='LD_RUN_PATH'
9410
9411      if test "$GCC" = yes; then
9412	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9413	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9414      else
9415	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9416	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9417      fi
9418      ;;
9419
9420    sysv5* | sco3.2v5* | sco5v6*)
9421      # Note: We can NOT use -z defs as we might desire, because we do not
9422      # link with -lc, and that would cause any symbols used from libc to
9423      # always be unresolved, which means just about no library would
9424      # ever link correctly.  If we're not using GNU ld we use -z text
9425      # though, which does catch some bad symbols but isn't as heavy-handed
9426      # as -z defs.
9427      no_undefined_flag='${wl}-z,text'
9428      allow_undefined_flag='${wl}-z,nodefs'
9429      archive_cmds_need_lc=no
9430      hardcode_shlibpath_var=no
9431      hardcode_libdir_flag_spec='${wl}-R,$libdir'
9432      hardcode_libdir_separator=':'
9433      link_all_deplibs=yes
9434      export_dynamic_flag_spec='${wl}-Bexport'
9435      runpath_var='LD_RUN_PATH'
9436
9437      if test "$GCC" = yes; then
9438	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9439	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9440      else
9441	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9442	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9443      fi
9444      ;;
9445
9446    uts4*)
9447      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9448      hardcode_libdir_flag_spec='-L$libdir'
9449      hardcode_shlibpath_var=no
9450      ;;
9451
9452    *)
9453      ld_shlibs=no
9454      ;;
9455    esac
9456
9457    if test x$host_vendor = xsni; then
9458      case $host in
9459      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9460	export_dynamic_flag_spec='${wl}-Blargedynsym'
9461	;;
9462      esac
9463    fi
9464  fi
9465
9466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9467$as_echo "$ld_shlibs" >&6; }
9468test "$ld_shlibs" = no && can_build_shared=no
9469
9470with_gnu_ld=$with_gnu_ld
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486#
9487# Do we need to explicitly link libc?
9488#
9489case "x$archive_cmds_need_lc" in
9490x|xyes)
9491  # Assume -lc should be added
9492  archive_cmds_need_lc=yes
9493
9494  if test "$enable_shared" = yes && test "$GCC" = yes; then
9495    case $archive_cmds in
9496    *'~'*)
9497      # FIXME: we may have to deal with multi-command sequences.
9498      ;;
9499    '$CC '*)
9500      # Test whether the compiler implicitly links with -lc since on some
9501      # systems, -lgcc has to come before -lc. If gcc already passes -lc
9502      # to ld, don't add -lc before -lgcc.
9503      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9504$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9505if ${lt_cv_archive_cmds_need_lc+:} false; then :
9506  $as_echo_n "(cached) " >&6
9507else
9508  $RM conftest*
9509	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9510
9511	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9512  (eval $ac_compile) 2>&5
9513  ac_status=$?
9514  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9515  test $ac_status = 0; } 2>conftest.err; then
9516	  soname=conftest
9517	  lib=conftest
9518	  libobjs=conftest.$ac_objext
9519	  deplibs=
9520	  wl=$lt_prog_compiler_wl
9521	  pic_flag=$lt_prog_compiler_pic
9522	  compiler_flags=-v
9523	  linker_flags=-v
9524	  verstring=
9525	  output_objdir=.
9526	  libname=conftest
9527	  lt_save_allow_undefined_flag=$allow_undefined_flag
9528	  allow_undefined_flag=
9529	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9530  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9531  ac_status=$?
9532  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9533  test $ac_status = 0; }
9534	  then
9535	    lt_cv_archive_cmds_need_lc=no
9536	  else
9537	    lt_cv_archive_cmds_need_lc=yes
9538	  fi
9539	  allow_undefined_flag=$lt_save_allow_undefined_flag
9540	else
9541	  cat conftest.err 1>&5
9542	fi
9543	$RM conftest*
9544
9545fi
9546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9547$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9548      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9549      ;;
9550    esac
9551  fi
9552  ;;
9553esac
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9712$as_echo_n "checking dynamic linker characteristics... " >&6; }
9713
9714if test "$GCC" = yes; then
9715  case $host_os in
9716    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9717    *) lt_awk_arg="/^libraries:/" ;;
9718  esac
9719  case $host_os in
9720    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9721    *) lt_sed_strip_eq="s,=/,/,g" ;;
9722  esac
9723  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9724  case $lt_search_path_spec in
9725  *\;*)
9726    # if the path contains ";" then we assume it to be the separator
9727    # otherwise default to the standard path separator (i.e. ":") - it is
9728    # assumed that no part of a normal pathname contains ";" but that should
9729    # okay in the real world where ";" in dirpaths is itself problematic.
9730    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9731    ;;
9732  *)
9733    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9734    ;;
9735  esac
9736  # Ok, now we have the path, separated by spaces, we can step through it
9737  # and add multilib dir if necessary.
9738  lt_tmp_lt_search_path_spec=
9739  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9740  for lt_sys_path in $lt_search_path_spec; do
9741    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9742      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9743    else
9744      test -d "$lt_sys_path" && \
9745	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9746    fi
9747  done
9748  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9749BEGIN {RS=" "; FS="/|\n";} {
9750  lt_foo="";
9751  lt_count=0;
9752  for (lt_i = NF; lt_i > 0; lt_i--) {
9753    if ($lt_i != "" && $lt_i != ".") {
9754      if ($lt_i == "..") {
9755        lt_count++;
9756      } else {
9757        if (lt_count == 0) {
9758          lt_foo="/" $lt_i lt_foo;
9759        } else {
9760          lt_count--;
9761        }
9762      }
9763    }
9764  }
9765  if (lt_foo != "") { lt_freq[lt_foo]++; }
9766  if (lt_freq[lt_foo] == 1) { print lt_foo; }
9767}'`
9768  # AWK program above erroneously prepends '/' to C:/dos/paths
9769  # for these hosts.
9770  case $host_os in
9771    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9772      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9773  esac
9774  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9775else
9776  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9777fi
9778library_names_spec=
9779libname_spec='lib$name'
9780soname_spec=
9781shrext_cmds=".so"
9782postinstall_cmds=
9783postuninstall_cmds=
9784finish_cmds=
9785finish_eval=
9786shlibpath_var=
9787shlibpath_overrides_runpath=unknown
9788version_type=none
9789dynamic_linker="$host_os ld.so"
9790sys_lib_dlsearch_path_spec="/lib /usr/lib"
9791need_lib_prefix=unknown
9792hardcode_into_libs=no
9793
9794# when you set need_version to no, make sure it does not cause -set_version
9795# flags to be left without arguments
9796need_version=unknown
9797
9798case $host_os in
9799aix3*)
9800  version_type=linux
9801  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9802  shlibpath_var=LIBPATH
9803
9804  # AIX 3 has no versioning support, so we append a major version to the name.
9805  soname_spec='${libname}${release}${shared_ext}$major'
9806  ;;
9807
9808aix[4-9]*)
9809  version_type=linux
9810  need_lib_prefix=no
9811  need_version=no
9812  hardcode_into_libs=yes
9813  if test "$host_cpu" = ia64; then
9814    # AIX 5 supports IA64
9815    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9816    shlibpath_var=LD_LIBRARY_PATH
9817  else
9818    # With GCC up to 2.95.x, collect2 would create an import file
9819    # for dependence libraries.  The import file would start with
9820    # the line `#! .'.  This would cause the generated library to
9821    # depend on `.', always an invalid library.  This was fixed in
9822    # development snapshots of GCC prior to 3.0.
9823    case $host_os in
9824      aix4 | aix4.[01] | aix4.[01].*)
9825      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9826	   echo ' yes '
9827	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9828	:
9829      else
9830	can_build_shared=no
9831      fi
9832      ;;
9833    esac
9834    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9835    # soname into executable. Probably we can add versioning support to
9836    # collect2, so additional links can be useful in future.
9837    if test "$aix_use_runtimelinking" = yes; then
9838      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9839      # instead of lib<name>.a to let people know that these are not
9840      # typical AIX shared libraries.
9841      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9842    else
9843      # We preserve .a as extension for shared libraries through AIX4.2
9844      # and later when we are not doing run time linking.
9845      library_names_spec='${libname}${release}.a $libname.a'
9846      soname_spec='${libname}${release}${shared_ext}$major'
9847    fi
9848    shlibpath_var=LIBPATH
9849  fi
9850  ;;
9851
9852amigaos*)
9853  case $host_cpu in
9854  powerpc)
9855    # Since July 2007 AmigaOS4 officially supports .so libraries.
9856    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9857    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9858    ;;
9859  m68k)
9860    library_names_spec='$libname.ixlibrary $libname.a'
9861    # Create ${libname}_ixlibrary.a entries in /sys/libs.
9862    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'
9863    ;;
9864  esac
9865  ;;
9866
9867beos*)
9868  library_names_spec='${libname}${shared_ext}'
9869  dynamic_linker="$host_os ld.so"
9870  shlibpath_var=LIBRARY_PATH
9871  ;;
9872
9873bsdi[45]*)
9874  version_type=linux
9875  need_version=no
9876  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9877  soname_spec='${libname}${release}${shared_ext}$major'
9878  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9879  shlibpath_var=LD_LIBRARY_PATH
9880  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9881  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9882  # the default ld.so.conf also contains /usr/contrib/lib and
9883  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9884  # libtool to hard-code these into programs
9885  ;;
9886
9887cygwin* | mingw* | pw32* | cegcc*)
9888  version_type=windows
9889  shrext_cmds=".dll"
9890  need_version=no
9891  need_lib_prefix=no
9892
9893  case $GCC,$host_os in
9894  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9895    library_names_spec='$libname.dll.a'
9896    # DLL is installed to $(libdir)/../bin by postinstall_cmds
9897    postinstall_cmds='base_file=`basename \${file}`~
9898      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9899      dldir=$destdir/`dirname \$dlpath`~
9900      test -d \$dldir || mkdir -p \$dldir~
9901      $install_prog $dir/$dlname \$dldir/$dlname~
9902      chmod a+x \$dldir/$dlname~
9903      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9904        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9905      fi'
9906    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9907      dlpath=$dir/\$dldll~
9908       $RM \$dlpath'
9909    shlibpath_overrides_runpath=yes
9910
9911    case $host_os in
9912    cygwin*)
9913      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9914      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9915
9916      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9917      ;;
9918    mingw* | cegcc*)
9919      # MinGW DLLs use traditional 'lib' prefix
9920      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9921      ;;
9922    pw32*)
9923      # pw32 DLLs use 'pw' prefix rather than 'lib'
9924      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9925      ;;
9926    esac
9927    ;;
9928
9929  *)
9930    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9931    ;;
9932  esac
9933  dynamic_linker='Win32 ld.exe'
9934  # FIXME: first we should search . and the directory the executable is in
9935  shlibpath_var=PATH
9936  ;;
9937
9938darwin* | rhapsody*)
9939  dynamic_linker="$host_os dyld"
9940  version_type=darwin
9941  need_lib_prefix=no
9942  need_version=no
9943  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9944  soname_spec='${libname}${release}${major}$shared_ext'
9945  shlibpath_overrides_runpath=yes
9946  shlibpath_var=DYLD_LIBRARY_PATH
9947  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9948
9949  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9950  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9951  ;;
9952
9953dgux*)
9954  version_type=linux
9955  need_lib_prefix=no
9956  need_version=no
9957  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9958  soname_spec='${libname}${release}${shared_ext}$major'
9959  shlibpath_var=LD_LIBRARY_PATH
9960  ;;
9961
9962freebsd* | dragonfly*)
9963  # DragonFly does not have aout.  When/if they implement a new
9964  # versioning mechanism, adjust this.
9965  if test -x /usr/bin/objformat; then
9966    objformat=`/usr/bin/objformat`
9967  else
9968    case $host_os in
9969    freebsd[23].*) objformat=aout ;;
9970    *) objformat=elf ;;
9971    esac
9972  fi
9973  version_type=freebsd-$objformat
9974  case $version_type in
9975    freebsd-elf*)
9976      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9977      need_version=no
9978      need_lib_prefix=no
9979      ;;
9980    freebsd-*)
9981      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9982      need_version=yes
9983      ;;
9984  esac
9985  shlibpath_var=LD_LIBRARY_PATH
9986  case $host_os in
9987  freebsd2.*)
9988    shlibpath_overrides_runpath=yes
9989    ;;
9990  freebsd3.[01]* | freebsdelf3.[01]*)
9991    shlibpath_overrides_runpath=yes
9992    hardcode_into_libs=yes
9993    ;;
9994  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9995  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9996    shlibpath_overrides_runpath=no
9997    hardcode_into_libs=yes
9998    ;;
9999  *) # from 4.6 on, and DragonFly
10000    shlibpath_overrides_runpath=yes
10001    hardcode_into_libs=yes
10002    ;;
10003  esac
10004  ;;
10005
10006haiku*)
10007  version_type=linux
10008  need_lib_prefix=no
10009  need_version=no
10010  dynamic_linker="$host_os runtime_loader"
10011  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10012  soname_spec='${libname}${release}${shared_ext}$major'
10013  shlibpath_var=LIBRARY_PATH
10014  shlibpath_overrides_runpath=yes
10015  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10016  hardcode_into_libs=yes
10017  ;;
10018
10019hpux9* | hpux10* | hpux11*)
10020  # Give a soname corresponding to the major version so that dld.sl refuses to
10021  # link against other versions.
10022  version_type=sunos
10023  need_lib_prefix=no
10024  need_version=no
10025  case $host_cpu in
10026  ia64*)
10027    shrext_cmds='.so'
10028    hardcode_into_libs=yes
10029    dynamic_linker="$host_os dld.so"
10030    shlibpath_var=LD_LIBRARY_PATH
10031    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10032    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10033    soname_spec='${libname}${release}${shared_ext}$major'
10034    if test "X$HPUX_IA64_MODE" = X32; then
10035      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10036    else
10037      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10038    fi
10039    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10040    ;;
10041  hppa*64*)
10042    shrext_cmds='.sl'
10043    hardcode_into_libs=yes
10044    dynamic_linker="$host_os dld.sl"
10045    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10046    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10047    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10048    soname_spec='${libname}${release}${shared_ext}$major'
10049    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10050    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10051    ;;
10052  *)
10053    shrext_cmds='.sl'
10054    dynamic_linker="$host_os dld.sl"
10055    shlibpath_var=SHLIB_PATH
10056    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10057    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10058    soname_spec='${libname}${release}${shared_ext}$major'
10059    ;;
10060  esac
10061  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10062  postinstall_cmds='chmod 555 $lib'
10063  # or fails outright, so override atomically:
10064  install_override_mode=555
10065  ;;
10066
10067interix[3-9]*)
10068  version_type=linux
10069  need_lib_prefix=no
10070  need_version=no
10071  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10072  soname_spec='${libname}${release}${shared_ext}$major'
10073  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10074  shlibpath_var=LD_LIBRARY_PATH
10075  shlibpath_overrides_runpath=no
10076  hardcode_into_libs=yes
10077  ;;
10078
10079irix5* | irix6* | nonstopux*)
10080  case $host_os in
10081    nonstopux*) version_type=nonstopux ;;
10082    *)
10083	if test "$lt_cv_prog_gnu_ld" = yes; then
10084		version_type=linux
10085	else
10086		version_type=irix
10087	fi ;;
10088  esac
10089  need_lib_prefix=no
10090  need_version=no
10091  soname_spec='${libname}${release}${shared_ext}$major'
10092  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10093  case $host_os in
10094  irix5* | nonstopux*)
10095    libsuff= shlibsuff=
10096    ;;
10097  *)
10098    case $LD in # libtool.m4 will add one of these switches to LD
10099    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10100      libsuff= shlibsuff= libmagic=32-bit;;
10101    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10102      libsuff=32 shlibsuff=N32 libmagic=N32;;
10103    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10104      libsuff=64 shlibsuff=64 libmagic=64-bit;;
10105    *) libsuff= shlibsuff= libmagic=never-match;;
10106    esac
10107    ;;
10108  esac
10109  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10110  shlibpath_overrides_runpath=no
10111  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10112  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10113  hardcode_into_libs=yes
10114  ;;
10115
10116# No shared lib support for Linux oldld, aout, or coff.
10117linux*oldld* | linux*aout* | linux*coff*)
10118  dynamic_linker=no
10119  ;;
10120
10121# This must be Linux ELF.
10122linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10123  version_type=linux
10124  need_lib_prefix=no
10125  need_version=no
10126  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10127  soname_spec='${libname}${release}${shared_ext}$major'
10128  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10129  shlibpath_var=LD_LIBRARY_PATH
10130  shlibpath_overrides_runpath=no
10131
10132  # Some binutils ld are patched to set DT_RUNPATH
10133  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10134  $as_echo_n "(cached) " >&6
10135else
10136  lt_cv_shlibpath_overrides_runpath=no
10137    save_LDFLAGS=$LDFLAGS
10138    save_libdir=$libdir
10139    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10140	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10141    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10142/* end confdefs.h.  */
10143
10144int
10145main ()
10146{
10147
10148  ;
10149  return 0;
10150}
10151_ACEOF
10152if ac_fn_c_try_link "$LINENO"; then :
10153  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10154  lt_cv_shlibpath_overrides_runpath=yes
10155fi
10156fi
10157rm -f core conftest.err conftest.$ac_objext \
10158    conftest$ac_exeext conftest.$ac_ext
10159    LDFLAGS=$save_LDFLAGS
10160    libdir=$save_libdir
10161
10162fi
10163
10164  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10165
10166  # This implies no fast_install, which is unacceptable.
10167  # Some rework will be needed to allow for fast_install
10168  # before this can be enabled.
10169  hardcode_into_libs=yes
10170
10171  # Append ld.so.conf contents to the search path
10172  if test -f /etc/ld.so.conf; then
10173    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' ' '`
10174    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10175  fi
10176
10177  # We used to test for /lib/ld.so.1 and disable shared libraries on
10178  # powerpc, because MkLinux only supported shared libraries with the
10179  # GNU dynamic linker.  Since this was broken with cross compilers,
10180  # most powerpc-linux boxes support dynamic linking these days and
10181  # people can always --disable-shared, the test was removed, and we
10182  # assume the GNU/Linux dynamic linker is in use.
10183  dynamic_linker='GNU/Linux ld.so'
10184  ;;
10185
10186netbsd*)
10187  version_type=sunos
10188  need_lib_prefix=no
10189  need_version=no
10190  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10191    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10192    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10193    dynamic_linker='NetBSD (a.out) ld.so'
10194  else
10195    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10196    soname_spec='${libname}${release}${shared_ext}$major'
10197    dynamic_linker='NetBSD ld.elf_so'
10198  fi
10199  shlibpath_var=LD_LIBRARY_PATH
10200  shlibpath_overrides_runpath=yes
10201  hardcode_into_libs=yes
10202  ;;
10203
10204newsos6)
10205  version_type=linux
10206  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10207  shlibpath_var=LD_LIBRARY_PATH
10208  shlibpath_overrides_runpath=yes
10209  ;;
10210
10211*nto* | *qnx*)
10212  version_type=qnx
10213  need_lib_prefix=no
10214  need_version=no
10215  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10216  soname_spec='${libname}${release}${shared_ext}$major'
10217  shlibpath_var=LD_LIBRARY_PATH
10218  shlibpath_overrides_runpath=no
10219  hardcode_into_libs=yes
10220  dynamic_linker='ldqnx.so'
10221  ;;
10222
10223openbsd*)
10224  version_type=sunos
10225  sys_lib_dlsearch_path_spec="/usr/lib"
10226  need_lib_prefix=no
10227  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10228  case $host_os in
10229    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
10230    *)				need_version=no  ;;
10231  esac
10232  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10233  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10234  shlibpath_var=LD_LIBRARY_PATH
10235  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10236    case $host_os in
10237      openbsd2.[89] | openbsd2.[89].*)
10238	shlibpath_overrides_runpath=no
10239	;;
10240      *)
10241	shlibpath_overrides_runpath=yes
10242	;;
10243      esac
10244  else
10245    shlibpath_overrides_runpath=yes
10246  fi
10247  ;;
10248
10249os2*)
10250  libname_spec='$name'
10251  shrext_cmds=".dll"
10252  need_lib_prefix=no
10253  library_names_spec='$libname${shared_ext} $libname.a'
10254  dynamic_linker='OS/2 ld.exe'
10255  shlibpath_var=LIBPATH
10256  ;;
10257
10258osf3* | osf4* | osf5*)
10259  version_type=osf
10260  need_lib_prefix=no
10261  need_version=no
10262  soname_spec='${libname}${release}${shared_ext}$major'
10263  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10264  shlibpath_var=LD_LIBRARY_PATH
10265  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10266  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10267  ;;
10268
10269rdos*)
10270  dynamic_linker=no
10271  ;;
10272
10273solaris*)
10274  version_type=linux
10275  need_lib_prefix=no
10276  need_version=no
10277  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10278  soname_spec='${libname}${release}${shared_ext}$major'
10279  shlibpath_var=LD_LIBRARY_PATH
10280  shlibpath_overrides_runpath=yes
10281  hardcode_into_libs=yes
10282  # ldd complains unless libraries are executable
10283  postinstall_cmds='chmod +x $lib'
10284  ;;
10285
10286sunos4*)
10287  version_type=sunos
10288  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10289  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10290  shlibpath_var=LD_LIBRARY_PATH
10291  shlibpath_overrides_runpath=yes
10292  if test "$with_gnu_ld" = yes; then
10293    need_lib_prefix=no
10294  fi
10295  need_version=yes
10296  ;;
10297
10298sysv4 | sysv4.3*)
10299  version_type=linux
10300  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10301  soname_spec='${libname}${release}${shared_ext}$major'
10302  shlibpath_var=LD_LIBRARY_PATH
10303  case $host_vendor in
10304    sni)
10305      shlibpath_overrides_runpath=no
10306      need_lib_prefix=no
10307      runpath_var=LD_RUN_PATH
10308      ;;
10309    siemens)
10310      need_lib_prefix=no
10311      ;;
10312    motorola)
10313      need_lib_prefix=no
10314      need_version=no
10315      shlibpath_overrides_runpath=no
10316      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10317      ;;
10318  esac
10319  ;;
10320
10321sysv4*MP*)
10322  if test -d /usr/nec ;then
10323    version_type=linux
10324    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10325    soname_spec='$libname${shared_ext}.$major'
10326    shlibpath_var=LD_LIBRARY_PATH
10327  fi
10328  ;;
10329
10330sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10331  version_type=freebsd-elf
10332  need_lib_prefix=no
10333  need_version=no
10334  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10335  soname_spec='${libname}${release}${shared_ext}$major'
10336  shlibpath_var=LD_LIBRARY_PATH
10337  shlibpath_overrides_runpath=yes
10338  hardcode_into_libs=yes
10339  if test "$with_gnu_ld" = yes; then
10340    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10341  else
10342    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10343    case $host_os in
10344      sco3.2v5*)
10345        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10346	;;
10347    esac
10348  fi
10349  sys_lib_dlsearch_path_spec='/usr/lib'
10350  ;;
10351
10352tpf*)
10353  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
10354  version_type=linux
10355  need_lib_prefix=no
10356  need_version=no
10357  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10358  shlibpath_var=LD_LIBRARY_PATH
10359  shlibpath_overrides_runpath=no
10360  hardcode_into_libs=yes
10361  ;;
10362
10363uts4*)
10364  version_type=linux
10365  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10366  soname_spec='${libname}${release}${shared_ext}$major'
10367  shlibpath_var=LD_LIBRARY_PATH
10368  ;;
10369
10370*)
10371  dynamic_linker=no
10372  ;;
10373esac
10374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10375$as_echo "$dynamic_linker" >&6; }
10376test "$dynamic_linker" = no && can_build_shared=no
10377
10378variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10379if test "$GCC" = yes; then
10380  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10381fi
10382
10383if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10384  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10385fi
10386if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10387  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10388fi
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10482$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10483hardcode_action=
10484if test -n "$hardcode_libdir_flag_spec" ||
10485   test -n "$runpath_var" ||
10486   test "X$hardcode_automatic" = "Xyes" ; then
10487
10488  # We can hardcode non-existent directories.
10489  if test "$hardcode_direct" != no &&
10490     # If the only mechanism to avoid hardcoding is shlibpath_var, we
10491     # have to relink, otherwise we might link with an installed library
10492     # when we should be linking with a yet-to-be-installed one
10493     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10494     test "$hardcode_minus_L" != no; then
10495    # Linking always hardcodes the temporary library directory.
10496    hardcode_action=relink
10497  else
10498    # We can link without hardcoding, and we can hardcode nonexisting dirs.
10499    hardcode_action=immediate
10500  fi
10501else
10502  # We cannot hardcode anything, or else we can only hardcode existing
10503  # directories.
10504  hardcode_action=unsupported
10505fi
10506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10507$as_echo "$hardcode_action" >&6; }
10508
10509if test "$hardcode_action" = relink ||
10510   test "$inherit_rpath" = yes; then
10511  # Fast installation is not supported
10512  enable_fast_install=no
10513elif test "$shlibpath_overrides_runpath" = yes ||
10514     test "$enable_shared" = no; then
10515  # Fast installation is not necessary
10516  enable_fast_install=needless
10517fi
10518
10519
10520
10521
10522
10523
10524  if test "x$enable_dlopen" != xyes; then
10525  enable_dlopen=unknown
10526  enable_dlopen_self=unknown
10527  enable_dlopen_self_static=unknown
10528else
10529  lt_cv_dlopen=no
10530  lt_cv_dlopen_libs=
10531
10532  case $host_os in
10533  beos*)
10534    lt_cv_dlopen="load_add_on"
10535    lt_cv_dlopen_libs=
10536    lt_cv_dlopen_self=yes
10537    ;;
10538
10539  mingw* | pw32* | cegcc*)
10540    lt_cv_dlopen="LoadLibrary"
10541    lt_cv_dlopen_libs=
10542    ;;
10543
10544  cygwin*)
10545    lt_cv_dlopen="dlopen"
10546    lt_cv_dlopen_libs=
10547    ;;
10548
10549  darwin*)
10550  # if libdl is installed we need to link against it
10551    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10552$as_echo_n "checking for dlopen in -ldl... " >&6; }
10553if ${ac_cv_lib_dl_dlopen+:} false; then :
10554  $as_echo_n "(cached) " >&6
10555else
10556  ac_check_lib_save_LIBS=$LIBS
10557LIBS="-ldl  $LIBS"
10558cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10559/* end confdefs.h.  */
10560
10561/* Override any GCC internal prototype to avoid an error.
10562   Use char because int might match the return type of a GCC
10563   builtin and then its argument prototype would still apply.  */
10564#ifdef __cplusplus
10565extern "C"
10566#endif
10567char dlopen ();
10568int
10569main ()
10570{
10571return dlopen ();
10572  ;
10573  return 0;
10574}
10575_ACEOF
10576if ac_fn_c_try_link "$LINENO"; then :
10577  ac_cv_lib_dl_dlopen=yes
10578else
10579  ac_cv_lib_dl_dlopen=no
10580fi
10581rm -f core conftest.err conftest.$ac_objext \
10582    conftest$ac_exeext conftest.$ac_ext
10583LIBS=$ac_check_lib_save_LIBS
10584fi
10585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10586$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10587if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10588  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10589else
10590
10591    lt_cv_dlopen="dyld"
10592    lt_cv_dlopen_libs=
10593    lt_cv_dlopen_self=yes
10594
10595fi
10596
10597    ;;
10598
10599  *)
10600    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10601if test "x$ac_cv_func_shl_load" = xyes; then :
10602  lt_cv_dlopen="shl_load"
10603else
10604  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10605$as_echo_n "checking for shl_load in -ldld... " >&6; }
10606if ${ac_cv_lib_dld_shl_load+:} false; then :
10607  $as_echo_n "(cached) " >&6
10608else
10609  ac_check_lib_save_LIBS=$LIBS
10610LIBS="-ldld  $LIBS"
10611cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10612/* end confdefs.h.  */
10613
10614/* Override any GCC internal prototype to avoid an error.
10615   Use char because int might match the return type of a GCC
10616   builtin and then its argument prototype would still apply.  */
10617#ifdef __cplusplus
10618extern "C"
10619#endif
10620char shl_load ();
10621int
10622main ()
10623{
10624return shl_load ();
10625  ;
10626  return 0;
10627}
10628_ACEOF
10629if ac_fn_c_try_link "$LINENO"; then :
10630  ac_cv_lib_dld_shl_load=yes
10631else
10632  ac_cv_lib_dld_shl_load=no
10633fi
10634rm -f core conftest.err conftest.$ac_objext \
10635    conftest$ac_exeext conftest.$ac_ext
10636LIBS=$ac_check_lib_save_LIBS
10637fi
10638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10639$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10640if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10641  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10642else
10643  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10644if test "x$ac_cv_func_dlopen" = xyes; then :
10645  lt_cv_dlopen="dlopen"
10646else
10647  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10648$as_echo_n "checking for dlopen in -ldl... " >&6; }
10649if ${ac_cv_lib_dl_dlopen+:} false; then :
10650  $as_echo_n "(cached) " >&6
10651else
10652  ac_check_lib_save_LIBS=$LIBS
10653LIBS="-ldl  $LIBS"
10654cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10655/* end confdefs.h.  */
10656
10657/* Override any GCC internal prototype to avoid an error.
10658   Use char because int might match the return type of a GCC
10659   builtin and then its argument prototype would still apply.  */
10660#ifdef __cplusplus
10661extern "C"
10662#endif
10663char dlopen ();
10664int
10665main ()
10666{
10667return dlopen ();
10668  ;
10669  return 0;
10670}
10671_ACEOF
10672if ac_fn_c_try_link "$LINENO"; then :
10673  ac_cv_lib_dl_dlopen=yes
10674else
10675  ac_cv_lib_dl_dlopen=no
10676fi
10677rm -f core conftest.err conftest.$ac_objext \
10678    conftest$ac_exeext conftest.$ac_ext
10679LIBS=$ac_check_lib_save_LIBS
10680fi
10681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10682$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10683if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10684  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10685else
10686  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10687$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10688if ${ac_cv_lib_svld_dlopen+:} false; then :
10689  $as_echo_n "(cached) " >&6
10690else
10691  ac_check_lib_save_LIBS=$LIBS
10692LIBS="-lsvld  $LIBS"
10693cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10694/* end confdefs.h.  */
10695
10696/* Override any GCC internal prototype to avoid an error.
10697   Use char because int might match the return type of a GCC
10698   builtin and then its argument prototype would still apply.  */
10699#ifdef __cplusplus
10700extern "C"
10701#endif
10702char dlopen ();
10703int
10704main ()
10705{
10706return dlopen ();
10707  ;
10708  return 0;
10709}
10710_ACEOF
10711if ac_fn_c_try_link "$LINENO"; then :
10712  ac_cv_lib_svld_dlopen=yes
10713else
10714  ac_cv_lib_svld_dlopen=no
10715fi
10716rm -f core conftest.err conftest.$ac_objext \
10717    conftest$ac_exeext conftest.$ac_ext
10718LIBS=$ac_check_lib_save_LIBS
10719fi
10720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10721$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10722if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10723  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10724else
10725  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10726$as_echo_n "checking for dld_link in -ldld... " >&6; }
10727if ${ac_cv_lib_dld_dld_link+:} false; then :
10728  $as_echo_n "(cached) " >&6
10729else
10730  ac_check_lib_save_LIBS=$LIBS
10731LIBS="-ldld  $LIBS"
10732cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10733/* end confdefs.h.  */
10734
10735/* Override any GCC internal prototype to avoid an error.
10736   Use char because int might match the return type of a GCC
10737   builtin and then its argument prototype would still apply.  */
10738#ifdef __cplusplus
10739extern "C"
10740#endif
10741char dld_link ();
10742int
10743main ()
10744{
10745return dld_link ();
10746  ;
10747  return 0;
10748}
10749_ACEOF
10750if ac_fn_c_try_link "$LINENO"; then :
10751  ac_cv_lib_dld_dld_link=yes
10752else
10753  ac_cv_lib_dld_dld_link=no
10754fi
10755rm -f core conftest.err conftest.$ac_objext \
10756    conftest$ac_exeext conftest.$ac_ext
10757LIBS=$ac_check_lib_save_LIBS
10758fi
10759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10760$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10761if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10762  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10763fi
10764
10765
10766fi
10767
10768
10769fi
10770
10771
10772fi
10773
10774
10775fi
10776
10777
10778fi
10779
10780    ;;
10781  esac
10782
10783  if test "x$lt_cv_dlopen" != xno; then
10784    enable_dlopen=yes
10785  else
10786    enable_dlopen=no
10787  fi
10788
10789  case $lt_cv_dlopen in
10790  dlopen)
10791    save_CPPFLAGS="$CPPFLAGS"
10792    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10793
10794    save_LDFLAGS="$LDFLAGS"
10795    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10796
10797    save_LIBS="$LIBS"
10798    LIBS="$lt_cv_dlopen_libs $LIBS"
10799
10800    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10801$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10802if ${lt_cv_dlopen_self+:} false; then :
10803  $as_echo_n "(cached) " >&6
10804else
10805  	  if test "$cross_compiling" = yes; then :
10806  lt_cv_dlopen_self=cross
10807else
10808  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10809  lt_status=$lt_dlunknown
10810  cat > conftest.$ac_ext <<_LT_EOF
10811#line 10811 "configure"
10812#include "confdefs.h"
10813
10814#if HAVE_DLFCN_H
10815#include <dlfcn.h>
10816#endif
10817
10818#include <stdio.h>
10819
10820#ifdef RTLD_GLOBAL
10821#  define LT_DLGLOBAL		RTLD_GLOBAL
10822#else
10823#  ifdef DL_GLOBAL
10824#    define LT_DLGLOBAL		DL_GLOBAL
10825#  else
10826#    define LT_DLGLOBAL		0
10827#  endif
10828#endif
10829
10830/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10831   find out it does not work in some platform. */
10832#ifndef LT_DLLAZY_OR_NOW
10833#  ifdef RTLD_LAZY
10834#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
10835#  else
10836#    ifdef DL_LAZY
10837#      define LT_DLLAZY_OR_NOW		DL_LAZY
10838#    else
10839#      ifdef RTLD_NOW
10840#        define LT_DLLAZY_OR_NOW	RTLD_NOW
10841#      else
10842#        ifdef DL_NOW
10843#          define LT_DLLAZY_OR_NOW	DL_NOW
10844#        else
10845#          define LT_DLLAZY_OR_NOW	0
10846#        endif
10847#      endif
10848#    endif
10849#  endif
10850#endif
10851
10852/* When -fvisbility=hidden is used, assume the code has been annotated
10853   correspondingly for the symbols needed.  */
10854#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10855void fnord () __attribute__((visibility("default")));
10856#endif
10857
10858void fnord () { int i=42; }
10859int main ()
10860{
10861  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10862  int status = $lt_dlunknown;
10863
10864  if (self)
10865    {
10866      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10867      else
10868        {
10869	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
10870          else puts (dlerror ());
10871	}
10872      /* dlclose (self); */
10873    }
10874  else
10875    puts (dlerror ());
10876
10877  return status;
10878}
10879_LT_EOF
10880  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10881  (eval $ac_link) 2>&5
10882  ac_status=$?
10883  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10884  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10885    (./conftest; exit; ) >&5 2>/dev/null
10886    lt_status=$?
10887    case x$lt_status in
10888      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10889      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10890      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10891    esac
10892  else :
10893    # compilation failed
10894    lt_cv_dlopen_self=no
10895  fi
10896fi
10897rm -fr conftest*
10898
10899
10900fi
10901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10902$as_echo "$lt_cv_dlopen_self" >&6; }
10903
10904    if test "x$lt_cv_dlopen_self" = xyes; then
10905      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10906      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10907$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10908if ${lt_cv_dlopen_self_static+:} false; then :
10909  $as_echo_n "(cached) " >&6
10910else
10911  	  if test "$cross_compiling" = yes; then :
10912  lt_cv_dlopen_self_static=cross
10913else
10914  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10915  lt_status=$lt_dlunknown
10916  cat > conftest.$ac_ext <<_LT_EOF
10917#line 10917 "configure"
10918#include "confdefs.h"
10919
10920#if HAVE_DLFCN_H
10921#include <dlfcn.h>
10922#endif
10923
10924#include <stdio.h>
10925
10926#ifdef RTLD_GLOBAL
10927#  define LT_DLGLOBAL		RTLD_GLOBAL
10928#else
10929#  ifdef DL_GLOBAL
10930#    define LT_DLGLOBAL		DL_GLOBAL
10931#  else
10932#    define LT_DLGLOBAL		0
10933#  endif
10934#endif
10935
10936/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10937   find out it does not work in some platform. */
10938#ifndef LT_DLLAZY_OR_NOW
10939#  ifdef RTLD_LAZY
10940#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
10941#  else
10942#    ifdef DL_LAZY
10943#      define LT_DLLAZY_OR_NOW		DL_LAZY
10944#    else
10945#      ifdef RTLD_NOW
10946#        define LT_DLLAZY_OR_NOW	RTLD_NOW
10947#      else
10948#        ifdef DL_NOW
10949#          define LT_DLLAZY_OR_NOW	DL_NOW
10950#        else
10951#          define LT_DLLAZY_OR_NOW	0
10952#        endif
10953#      endif
10954#    endif
10955#  endif
10956#endif
10957
10958/* When -fvisbility=hidden is used, assume the code has been annotated
10959   correspondingly for the symbols needed.  */
10960#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10961void fnord () __attribute__((visibility("default")));
10962#endif
10963
10964void fnord () { int i=42; }
10965int main ()
10966{
10967  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10968  int status = $lt_dlunknown;
10969
10970  if (self)
10971    {
10972      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10973      else
10974        {
10975	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
10976          else puts (dlerror ());
10977	}
10978      /* dlclose (self); */
10979    }
10980  else
10981    puts (dlerror ());
10982
10983  return status;
10984}
10985_LT_EOF
10986  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10987  (eval $ac_link) 2>&5
10988  ac_status=$?
10989  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10990  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10991    (./conftest; exit; ) >&5 2>/dev/null
10992    lt_status=$?
10993    case x$lt_status in
10994      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10995      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10996      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10997    esac
10998  else :
10999    # compilation failed
11000    lt_cv_dlopen_self_static=no
11001  fi
11002fi
11003rm -fr conftest*
11004
11005
11006fi
11007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11008$as_echo "$lt_cv_dlopen_self_static" >&6; }
11009    fi
11010
11011    CPPFLAGS="$save_CPPFLAGS"
11012    LDFLAGS="$save_LDFLAGS"
11013    LIBS="$save_LIBS"
11014    ;;
11015  esac
11016
11017  case $lt_cv_dlopen_self in
11018  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11019  *) enable_dlopen_self=unknown ;;
11020  esac
11021
11022  case $lt_cv_dlopen_self_static in
11023  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11024  *) enable_dlopen_self_static=unknown ;;
11025  esac
11026fi
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044striplib=
11045old_striplib=
11046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11047$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11048if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11049  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11050  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11051  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11052$as_echo "yes" >&6; }
11053else
11054# FIXME - insert some real tests, host_os isn't really good enough
11055  case $host_os in
11056  darwin*)
11057    if test -n "$STRIP" ; then
11058      striplib="$STRIP -x"
11059      old_striplib="$STRIP -S"
11060      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11061$as_echo "yes" >&6; }
11062    else
11063      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11064$as_echo "no" >&6; }
11065    fi
11066    ;;
11067  *)
11068    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11069$as_echo "no" >&6; }
11070    ;;
11071  esac
11072fi
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085  # Report which library types will actually be built
11086  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11087$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11088  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11089$as_echo "$can_build_shared" >&6; }
11090
11091  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11092$as_echo_n "checking whether to build shared libraries... " >&6; }
11093  test "$can_build_shared" = "no" && enable_shared=no
11094
11095  # On AIX, shared libraries and static libraries use the same namespace, and
11096  # are all built from PIC.
11097  case $host_os in
11098  aix3*)
11099    test "$enable_shared" = yes && enable_static=no
11100    if test -n "$RANLIB"; then
11101      archive_cmds="$archive_cmds~\$RANLIB \$lib"
11102      postinstall_cmds='$RANLIB $lib'
11103    fi
11104    ;;
11105
11106  aix[4-9]*)
11107    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11108      test "$enable_shared" = yes && enable_static=no
11109    fi
11110    ;;
11111  esac
11112  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11113$as_echo "$enable_shared" >&6; }
11114
11115  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11116$as_echo_n "checking whether to build static libraries... " >&6; }
11117  # Make sure either enable_shared or enable_static is yes.
11118  test "$enable_shared" = yes || enable_static=yes
11119  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11120$as_echo "$enable_static" >&6; }
11121
11122
11123
11124
11125fi
11126ac_ext=c
11127ac_cpp='$CPP $CPPFLAGS'
11128ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11129ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11130ac_compiler_gnu=$ac_cv_c_compiler_gnu
11131
11132CC="$lt_save_CC"
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146        ac_config_commands="$ac_config_commands libtool"
11147
11148
11149
11150
11151# Only expand once:
11152
11153
11154
11155ac_checking=
11156. ${srcdir}/../bfd/development.sh
11157test "$development" = true && ac_checking=yes
11158# Check whether --enable-checking was given.
11159if test "${enable_checking+set}" = set; then :
11160  enableval=$enable_checking; case "${enableval}" in
11161  no|none)  ac_checking= ;;
11162  *)	    ac_checking=yes ;;
11163esac
11164fi
11165if test x$ac_checking != x ; then
11166
11167$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11168
11169fi
11170
11171# Check whether --enable-targets was given.
11172if test "${enable_targets+set}" = set; then :
11173  enableval=$enable_targets; case "${enableval}" in
11174  yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11175            ;;
11176  no)       enable_targets= ;;
11177  *)        enable_targets=$enableval ;;
11178esac
11179fi
11180
11181
11182# Set the 'development' global.
11183. $srcdir/../bfd/development.sh
11184
11185# Set acp_cpp_for_build variable
11186ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11187
11188# Default set of GCC warnings to enable.
11189GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11190GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11191
11192# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11193cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11194/* end confdefs.h.  */
11195__GNUC__
11196_ACEOF
11197if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11198  $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11199
11200else
11201  GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11202fi
11203rm -f conftest*
11204
11205
11206# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11207cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11208/* end confdefs.h.  */
11209__GNUC__
11210_ACEOF
11211if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11212  $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11213
11214else
11215  GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11216fi
11217rm -f conftest*
11218
11219
11220# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11221WARN_WRITE_STRINGS=""
11222cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11223/* end confdefs.h.  */
11224__GNUC__
11225_ACEOF
11226if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11227  $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11228
11229else
11230  WARN_WRITE_STRINGS="-Wwrite-strings"
11231fi
11232rm -f conftest*
11233
11234
11235# Verify CC_FOR_BUILD to be compatible with warning flags
11236
11237# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11238cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11239/* end confdefs.h.  */
11240__GNUC__
11241_ACEOF
11242if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11243  $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11244
11245else
11246  GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11247fi
11248rm -f conftest*
11249
11250
11251# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11252cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11253/* end confdefs.h.  */
11254__GNUC__
11255_ACEOF
11256if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11257  $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11258
11259else
11260  GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11261fi
11262rm -f conftest*
11263
11264
11265# Check whether --enable-werror was given.
11266if test "${enable_werror+set}" = set; then :
11267  enableval=$enable_werror; case "${enableval}" in
11268     yes | y) ERROR_ON_WARNING="yes" ;;
11269     no | n)  ERROR_ON_WARNING="no" ;;
11270     *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11271   esac
11272fi
11273
11274
11275# Disable -Wformat by default when using gcc on mingw
11276case "${host}" in
11277  *-*-mingw32*)
11278    if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11279      GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11280      GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11281    fi
11282    ;;
11283  *) ;;
11284esac
11285
11286# Enable -Werror by default when using gcc.  Turn it off for releases.
11287if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11288    ERROR_ON_WARNING=yes
11289fi
11290
11291NO_WERROR=
11292if test "${ERROR_ON_WARNING}" = yes ; then
11293    GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11294    GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11295    NO_WERROR="-Wno-error"
11296fi
11297
11298if test "${GCC}" = yes ; then
11299  WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11300  WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11301fi
11302
11303# Check whether --enable-build-warnings was given.
11304if test "${enable_build_warnings+set}" = set; then :
11305  enableval=$enable_build_warnings; case "${enableval}" in
11306  yes)	WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11307        WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11308  no)	if test "${GCC}" = yes ; then
11309	  WARN_CFLAGS="-w"
11310      WARN_CFLAGS_FOR_BUILD="-w"
11311	fi;;
11312  ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11313        WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11314        WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11315  *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
11316        WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11317        WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11318  *)    WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11319        WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11320esac
11321fi
11322
11323
11324if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11325  echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11326fi
11327
11328
11329
11330
11331
11332
11333
11334ac_config_headers="$ac_config_headers config.h:config.in"
11335
11336
11337# PR 14072
11338
11339
11340if test -z "$target" ; then
11341    as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
11342fi
11343
11344
11345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11346$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11347    # Check whether --enable-maintainer-mode was given.
11348if test "${enable_maintainer_mode+set}" = set; then :
11349  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11350else
11351  USE_MAINTAINER_MODE=no
11352fi
11353
11354  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11355$as_echo "$USE_MAINTAINER_MODE" >&6; }
11356   if test $USE_MAINTAINER_MODE = yes; then
11357  MAINTAINER_MODE_TRUE=
11358  MAINTAINER_MODE_FALSE='#'
11359else
11360  MAINTAINER_MODE_TRUE='#'
11361  MAINTAINER_MODE_FALSE=
11362fi
11363
11364  MAINT=$MAINTAINER_MODE_TRUE
11365
11366
11367 case ${build_alias} in
11368  "") build_noncanonical=${build} ;;
11369  *) build_noncanonical=${build_alias} ;;
11370esac
11371
11372 case ${host_alias} in
11373  "") host_noncanonical=${build_noncanonical} ;;
11374  *) host_noncanonical=${host_alias} ;;
11375esac
11376
11377 case ${target_alias} in
11378  "") target_noncanonical=${host_noncanonical} ;;
11379  *) target_noncanonical=${target_alias} ;;
11380esac
11381
11382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11383$as_echo_n "checking whether to install libbfd... " >&6; }
11384  # Check whether --enable-install-libbfd was given.
11385if test "${enable_install_libbfd+set}" = set; then :
11386  enableval=$enable_install_libbfd; install_libbfd_p=$enableval
11387else
11388  if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11389        install_libbfd_p=yes
11390      else
11391        install_libbfd_p=no
11392      fi
11393fi
11394
11395  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11396$as_echo "$install_libbfd_p" >&6; }
11397   if test $install_libbfd_p = yes; then
11398  INSTALL_LIBBFD_TRUE=
11399  INSTALL_LIBBFD_FALSE='#'
11400else
11401  INSTALL_LIBBFD_TRUE='#'
11402  INSTALL_LIBBFD_FALSE=
11403fi
11404
11405  # Need _noncanonical variables for this.
11406
11407
11408
11409
11410  # libbfd.a is a host library containing target dependent code
11411  bfdlibdir='$(libdir)'
11412  bfdincludedir='$(includedir)'
11413  if test "${host}" != "${target}"; then
11414    bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11415    bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11416  fi
11417
11418
11419
11420
11421
11422
11423
11424
11425# host-specific stuff:
11426
11427ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
11428# If we haven't got the data from the intl directory,
11429# assume NLS is disabled.
11430USE_NLS=no
11431LIBINTL=
11432LIBINTL_DEP=
11433INCINTL=
11434XGETTEXT=
11435GMSGFMT=
11436POSUB=
11437
11438if test -f  ../intl/config.intl; then
11439  .  ../intl/config.intl
11440fi
11441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11442$as_echo_n "checking whether NLS is requested... " >&6; }
11443if test x"$USE_NLS" != xyes; then
11444  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11445$as_echo "no" >&6; }
11446else
11447  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11448$as_echo "yes" >&6; }
11449
11450$as_echo "#define ENABLE_NLS 1" >>confdefs.h
11451
11452
11453  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11454$as_echo_n "checking for catalogs to be installed... " >&6; }
11455  # Look for .po and .gmo files in the source directory.
11456  CATALOGS=
11457  XLINGUAS=
11458  for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11459    # If there aren't any .gmo files the shell will give us the
11460    # literal string "../path/to/srcdir/po/*.gmo" which has to be
11461    # weeded out.
11462    case "$cat" in *\**)
11463      continue;;
11464    esac
11465    # The quadruple backslash is collapsed to a double backslash
11466    # by the backticks, then collapsed again by the double quotes,
11467    # leaving us with one backslash in the sed expression (right
11468    # before the dot that mustn't act as a wildcard).
11469    cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11470    lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11471    # The user is allowed to set LINGUAS to a list of languages to
11472    # install catalogs for.  If it's empty that means "all of them."
11473    if test "x$LINGUAS" = x; then
11474      CATALOGS="$CATALOGS $cat"
11475      XLINGUAS="$XLINGUAS $lang"
11476    else
11477      case "$LINGUAS" in *$lang*)
11478        CATALOGS="$CATALOGS $cat"
11479        XLINGUAS="$XLINGUAS $lang"
11480        ;;
11481      esac
11482    fi
11483  done
11484  LINGUAS="$XLINGUAS"
11485  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11486$as_echo "$LINGUAS" >&6; }
11487
11488
11489    DATADIRNAME=share
11490
11491  INSTOBJEXT=.mo
11492
11493  GENCAT=gencat
11494
11495  CATOBJEXT=.gmo
11496
11497fi
11498
11499        MKINSTALLDIRS=
11500  if test -n "$ac_aux_dir"; then
11501    case "$ac_aux_dir" in
11502      /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11503      *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11504    esac
11505  fi
11506  if test -z "$MKINSTALLDIRS"; then
11507    MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11508  fi
11509
11510
11511
11512  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11513$as_echo_n "checking whether NLS is requested... " >&6; }
11514    # Check whether --enable-nls was given.
11515if test "${enable_nls+set}" = set; then :
11516  enableval=$enable_nls; USE_NLS=$enableval
11517else
11518  USE_NLS=yes
11519fi
11520
11521  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11522$as_echo "$USE_NLS" >&6; }
11523
11524
11525
11526
11527
11528
11529# Prepare PATH_SEPARATOR.
11530# The user is always right.
11531if test "${PATH_SEPARATOR+set}" != set; then
11532  echo "#! /bin/sh" >conf$$.sh
11533  echo  "exit 0"   >>conf$$.sh
11534  chmod +x conf$$.sh
11535  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11536    PATH_SEPARATOR=';'
11537  else
11538    PATH_SEPARATOR=:
11539  fi
11540  rm -f conf$$.sh
11541fi
11542
11543# Find out how to test for executable files. Don't use a zero-byte file,
11544# as systems may use methods other than mode bits to determine executability.
11545cat >conf$$.file <<_ASEOF
11546#! /bin/sh
11547exit 0
11548_ASEOF
11549chmod +x conf$$.file
11550if test -x conf$$.file >/dev/null 2>&1; then
11551  ac_executable_p="test -x"
11552else
11553  ac_executable_p="test -f"
11554fi
11555rm -f conf$$.file
11556
11557# Extract the first word of "msgfmt", so it can be a program name with args.
11558set dummy msgfmt; ac_word=$2
11559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11560$as_echo_n "checking for $ac_word... " >&6; }
11561if ${ac_cv_path_MSGFMT+:} false; then :
11562  $as_echo_n "(cached) " >&6
11563else
11564  case "$MSGFMT" in
11565  [\\/]* | ?:[\\/]*)
11566    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11567    ;;
11568  *)
11569    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11570    for ac_dir in $PATH; do
11571      IFS="$ac_save_IFS"
11572      test -z "$ac_dir" && ac_dir=.
11573      for ac_exec_ext in '' $ac_executable_extensions; do
11574        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11575          if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11576     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11577            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11578            break 2
11579          fi
11580        fi
11581      done
11582    done
11583    IFS="$ac_save_IFS"
11584  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11585    ;;
11586esac
11587fi
11588MSGFMT="$ac_cv_path_MSGFMT"
11589if test "$MSGFMT" != ":"; then
11590  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11591$as_echo "$MSGFMT" >&6; }
11592else
11593  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11594$as_echo "no" >&6; }
11595fi
11596
11597  # Extract the first word of "gmsgfmt", so it can be a program name with args.
11598set dummy gmsgfmt; ac_word=$2
11599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11600$as_echo_n "checking for $ac_word... " >&6; }
11601if ${ac_cv_path_GMSGFMT+:} false; then :
11602  $as_echo_n "(cached) " >&6
11603else
11604  case $GMSGFMT in
11605  [\\/]* | ?:[\\/]*)
11606  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11607  ;;
11608  *)
11609  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11610for as_dir in $PATH
11611do
11612  IFS=$as_save_IFS
11613  test -z "$as_dir" && as_dir=.
11614    for ac_exec_ext in '' $ac_executable_extensions; do
11615  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11616    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11617    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11618    break 2
11619  fi
11620done
11621  done
11622IFS=$as_save_IFS
11623
11624  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11625  ;;
11626esac
11627fi
11628GMSGFMT=$ac_cv_path_GMSGFMT
11629if test -n "$GMSGFMT"; then
11630  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11631$as_echo "$GMSGFMT" >&6; }
11632else
11633  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11634$as_echo "no" >&6; }
11635fi
11636
11637
11638
11639
11640# Prepare PATH_SEPARATOR.
11641# The user is always right.
11642if test "${PATH_SEPARATOR+set}" != set; then
11643  echo "#! /bin/sh" >conf$$.sh
11644  echo  "exit 0"   >>conf$$.sh
11645  chmod +x conf$$.sh
11646  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11647    PATH_SEPARATOR=';'
11648  else
11649    PATH_SEPARATOR=:
11650  fi
11651  rm -f conf$$.sh
11652fi
11653
11654# Find out how to test for executable files. Don't use a zero-byte file,
11655# as systems may use methods other than mode bits to determine executability.
11656cat >conf$$.file <<_ASEOF
11657#! /bin/sh
11658exit 0
11659_ASEOF
11660chmod +x conf$$.file
11661if test -x conf$$.file >/dev/null 2>&1; then
11662  ac_executable_p="test -x"
11663else
11664  ac_executable_p="test -f"
11665fi
11666rm -f conf$$.file
11667
11668# Extract the first word of "xgettext", so it can be a program name with args.
11669set dummy xgettext; ac_word=$2
11670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11671$as_echo_n "checking for $ac_word... " >&6; }
11672if ${ac_cv_path_XGETTEXT+:} false; then :
11673  $as_echo_n "(cached) " >&6
11674else
11675  case "$XGETTEXT" in
11676  [\\/]* | ?:[\\/]*)
11677    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11678    ;;
11679  *)
11680    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11681    for ac_dir in $PATH; do
11682      IFS="$ac_save_IFS"
11683      test -z "$ac_dir" && ac_dir=.
11684      for ac_exec_ext in '' $ac_executable_extensions; do
11685        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11686          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11687     (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
11688            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11689            break 2
11690          fi
11691        fi
11692      done
11693    done
11694    IFS="$ac_save_IFS"
11695  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11696    ;;
11697esac
11698fi
11699XGETTEXT="$ac_cv_path_XGETTEXT"
11700if test "$XGETTEXT" != ":"; then
11701  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11702$as_echo "$XGETTEXT" >&6; }
11703else
11704  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11705$as_echo "no" >&6; }
11706fi
11707
11708    rm -f messages.po
11709
11710
11711# Prepare PATH_SEPARATOR.
11712# The user is always right.
11713if test "${PATH_SEPARATOR+set}" != set; then
11714  echo "#! /bin/sh" >conf$$.sh
11715  echo  "exit 0"   >>conf$$.sh
11716  chmod +x conf$$.sh
11717  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11718    PATH_SEPARATOR=';'
11719  else
11720    PATH_SEPARATOR=:
11721  fi
11722  rm -f conf$$.sh
11723fi
11724
11725# Find out how to test for executable files. Don't use a zero-byte file,
11726# as systems may use methods other than mode bits to determine executability.
11727cat >conf$$.file <<_ASEOF
11728#! /bin/sh
11729exit 0
11730_ASEOF
11731chmod +x conf$$.file
11732if test -x conf$$.file >/dev/null 2>&1; then
11733  ac_executable_p="test -x"
11734else
11735  ac_executable_p="test -f"
11736fi
11737rm -f conf$$.file
11738
11739# Extract the first word of "msgmerge", so it can be a program name with args.
11740set dummy msgmerge; ac_word=$2
11741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11742$as_echo_n "checking for $ac_word... " >&6; }
11743if ${ac_cv_path_MSGMERGE+:} false; then :
11744  $as_echo_n "(cached) " >&6
11745else
11746  case "$MSGMERGE" in
11747  [\\/]* | ?:[\\/]*)
11748    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
11749    ;;
11750  *)
11751    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11752    for ac_dir in $PATH; do
11753      IFS="$ac_save_IFS"
11754      test -z "$ac_dir" && ac_dir=.
11755      for ac_exec_ext in '' $ac_executable_extensions; do
11756        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11757          if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
11758            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
11759            break 2
11760          fi
11761        fi
11762      done
11763    done
11764    IFS="$ac_save_IFS"
11765  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
11766    ;;
11767esac
11768fi
11769MSGMERGE="$ac_cv_path_MSGMERGE"
11770if test "$MSGMERGE" != ":"; then
11771  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
11772$as_echo "$MSGMERGE" >&6; }
11773else
11774  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11775$as_echo "no" >&6; }
11776fi
11777
11778
11779      if test "$GMSGFMT" != ":"; then
11780            if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
11781       (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11782      : ;
11783    else
11784      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
11785      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
11786$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
11787      GMSGFMT=":"
11788    fi
11789  fi
11790
11791      if test "$XGETTEXT" != ":"; then
11792            if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11793       (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
11794      : ;
11795    else
11796      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
11797$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
11798      XGETTEXT=":"
11799    fi
11800        rm -f messages.po
11801  fi
11802
11803  ac_config_commands="$ac_config_commands default-1"
11804
11805
11806
11807. ${srcdir}/../bfd/configure.host
11808
11809# Put a plausible default for CC_FOR_BUILD in Makefile.
11810if test -z "$CC_FOR_BUILD"; then
11811  if test "x$cross_compiling" = "xno"; then
11812    CC_FOR_BUILD='$(CC)'
11813  else
11814    CC_FOR_BUILD=gcc
11815  fi
11816fi
11817
11818# Also set EXEEXT_FOR_BUILD.
11819if test "x$cross_compiling" = "xno"; then
11820  EXEEXT_FOR_BUILD='$(EXEEXT)'
11821else
11822  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
11823$as_echo_n "checking for build system executable suffix... " >&6; }
11824if ${bfd_cv_build_exeext+:} false; then :
11825  $as_echo_n "(cached) " >&6
11826else
11827  rm -f conftest*
11828     echo 'int main () { return 0; }' > conftest.c
11829     bfd_cv_build_exeext=
11830     ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
11831     for file in conftest.*; do
11832       case $file in
11833       *.c | *.o | *.obj | *.ilk | *.pdb) ;;
11834       *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
11835       esac
11836     done
11837     rm -f conftest*
11838     test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
11839fi
11840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
11841$as_echo "$bfd_cv_build_exeext" >&6; }
11842  EXEEXT_FOR_BUILD=""
11843  test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
11844fi
11845
11846
11847
11848
11849
11850ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
11851if test "x$ac_cv_have_decl_basename" = xyes; then :
11852  ac_have_decl=1
11853else
11854  ac_have_decl=0
11855fi
11856
11857cat >>confdefs.h <<_ACEOF
11858#define HAVE_DECL_BASENAME $ac_have_decl
11859_ACEOF
11860ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
11861if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
11862  ac_have_decl=1
11863else
11864  ac_have_decl=0
11865fi
11866
11867cat >>confdefs.h <<_ACEOF
11868#define HAVE_DECL_STPCPY $ac_have_decl
11869_ACEOF
11870
11871
11872# Check if sigsetjmp is available.  Using AC_CHECK_FUNCS won't do
11873# since sigsetjmp might only be defined as a macro.
11874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
11875$as_echo_n "checking for sigsetjmp... " >&6; }
11876if ${gdb_cv_func_sigsetjmp+:} false; then :
11877  $as_echo_n "(cached) " >&6
11878else
11879  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880/* end confdefs.h.  */
11881
11882#include <setjmp.h>
11883
11884int
11885main ()
11886{
11887sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
11888  ;
11889  return 0;
11890}
11891_ACEOF
11892if ac_fn_c_try_compile "$LINENO"; then :
11893  bfd_cv_func_sigsetjmp=yes
11894else
11895  bfd_cv_func_sigsetjmp=no
11896fi
11897rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11898fi
11899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
11900$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
11901if test $bfd_cv_func_sigsetjmp = yes; then
11902
11903$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
11904
11905fi
11906
11907cgen_maint=no
11908cgendir='$(srcdir)/../cgen'
11909
11910# Check whether --enable-cgen-maint was given.
11911if test "${enable_cgen_maint+set}" = set; then :
11912  enableval=$enable_cgen_maint; case "${enableval}" in
11913  yes)	cgen_maint=yes ;;
11914  no)	cgen_maint=no ;;
11915  *)
11916	# Argument is a directory where cgen can be found.  In some
11917	# future world cgen could be installable, but right now this
11918	# is not the case.  Instead we assume the directory is a path
11919	# to the cgen source tree.
11920	cgen_maint=yes
11921        if test -r ${enableval}/iformat.scm; then
11922          # This looks like a cgen source tree.
11923	  cgendir=${enableval}
11924        else
11925	  as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
11926        fi
11927	;;
11928esac
11929fi
11930 if test x${cgen_maint} = xyes; then
11931  CGEN_MAINT_TRUE=
11932  CGEN_MAINT_FALSE='#'
11933else
11934  CGEN_MAINT_TRUE='#'
11935  CGEN_MAINT_FALSE=
11936fi
11937
11938
11939
11940using_cgen=no
11941
11942# Check if linker supports --as-needed and --no-as-needed options
11943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
11944$as_echo_n "checking linker --as-needed support... " >&6; }
11945if ${bfd_cv_ld_as_needed+:} false; then :
11946  $as_echo_n "(cached) " >&6
11947else
11948  bfd_cv_ld_as_needed=no
11949	if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
11950		bfd_cv_ld_as_needed=yes
11951	fi
11952
11953fi
11954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
11955$as_echo "$bfd_cv_ld_as_needed" >&6; }
11956
11957LIBM=
11958case $host in
11959*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
11960  # These system don't have libm, or don't need it
11961  ;;
11962*-ncr-sysv4.3*)
11963  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
11964$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
11965if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
11966  $as_echo_n "(cached) " >&6
11967else
11968  ac_check_lib_save_LIBS=$LIBS
11969LIBS="-lmw  $LIBS"
11970cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11971/* end confdefs.h.  */
11972
11973/* Override any GCC internal prototype to avoid an error.
11974   Use char because int might match the return type of a GCC
11975   builtin and then its argument prototype would still apply.  */
11976#ifdef __cplusplus
11977extern "C"
11978#endif
11979char _mwvalidcheckl ();
11980int
11981main ()
11982{
11983return _mwvalidcheckl ();
11984  ;
11985  return 0;
11986}
11987_ACEOF
11988if ac_fn_c_try_link "$LINENO"; then :
11989  ac_cv_lib_mw__mwvalidcheckl=yes
11990else
11991  ac_cv_lib_mw__mwvalidcheckl=no
11992fi
11993rm -f core conftest.err conftest.$ac_objext \
11994    conftest$ac_exeext conftest.$ac_ext
11995LIBS=$ac_check_lib_save_LIBS
11996fi
11997{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
11998$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
11999if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12000  LIBM="-lmw"
12001fi
12002
12003  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12004$as_echo_n "checking for cos in -lm... " >&6; }
12005if ${ac_cv_lib_m_cos+:} false; then :
12006  $as_echo_n "(cached) " >&6
12007else
12008  ac_check_lib_save_LIBS=$LIBS
12009LIBS="-lm  $LIBS"
12010cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12011/* end confdefs.h.  */
12012
12013/* Override any GCC internal prototype to avoid an error.
12014   Use char because int might match the return type of a GCC
12015   builtin and then its argument prototype would still apply.  */
12016#ifdef __cplusplus
12017extern "C"
12018#endif
12019char cos ();
12020int
12021main ()
12022{
12023return cos ();
12024  ;
12025  return 0;
12026}
12027_ACEOF
12028if ac_fn_c_try_link "$LINENO"; then :
12029  ac_cv_lib_m_cos=yes
12030else
12031  ac_cv_lib_m_cos=no
12032fi
12033rm -f core conftest.err conftest.$ac_objext \
12034    conftest$ac_exeext conftest.$ac_ext
12035LIBS=$ac_check_lib_save_LIBS
12036fi
12037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12038$as_echo "$ac_cv_lib_m_cos" >&6; }
12039if test "x$ac_cv_lib_m_cos" = xyes; then :
12040  LIBM="$LIBM -lm"
12041fi
12042
12043  ;;
12044*)
12045  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12046$as_echo_n "checking for cos in -lm... " >&6; }
12047if ${ac_cv_lib_m_cos+:} false; then :
12048  $as_echo_n "(cached) " >&6
12049else
12050  ac_check_lib_save_LIBS=$LIBS
12051LIBS="-lm  $LIBS"
12052cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12053/* end confdefs.h.  */
12054
12055/* Override any GCC internal prototype to avoid an error.
12056   Use char because int might match the return type of a GCC
12057   builtin and then its argument prototype would still apply.  */
12058#ifdef __cplusplus
12059extern "C"
12060#endif
12061char cos ();
12062int
12063main ()
12064{
12065return cos ();
12066  ;
12067  return 0;
12068}
12069_ACEOF
12070if ac_fn_c_try_link "$LINENO"; then :
12071  ac_cv_lib_m_cos=yes
12072else
12073  ac_cv_lib_m_cos=no
12074fi
12075rm -f core conftest.err conftest.$ac_objext \
12076    conftest$ac_exeext conftest.$ac_ext
12077LIBS=$ac_check_lib_save_LIBS
12078fi
12079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12080$as_echo "$ac_cv_lib_m_cos" >&6; }
12081if test "x$ac_cv_lib_m_cos" = xyes; then :
12082  LIBM="-lm"
12083fi
12084
12085  ;;
12086esac
12087
12088
12089
12090#Libs for generator progs
12091if test "x$cross_compiling" = "xno"; then
12092  BUILD_LIBS=../libiberty/libiberty.a
12093  BUILD_LIB_DEPS=$BUILD_LIBS
12094else
12095  # if cross-compiling, assume that the system provides -liberty
12096  # and that the version is compatible with new headers.
12097  BUILD_LIBS=-liberty
12098  BUILD_LIB_DEPS=
12099fi
12100BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12101BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12102
12103
12104
12105
12106# Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12107SHARED_LDFLAGS=
12108SHARED_LIBADD=
12109SHARED_DEPENDENCIES=
12110if test "$enable_shared" = "yes"; then
12111# When building a shared libopcodes, link against the pic version of libiberty
12112# so that apps that use libopcodes won't need libiberty just to satisfy any
12113# libopcodes references.
12114# We can't do that if a pic libiberty is unavailable since including non-pic
12115# code would insert text relocations into libopcodes.
12116# Note that linking against libbfd as we do here, which is itself linked
12117# against libiberty, may not satisfy all the libopcodes libiberty references
12118# since libbfd may not pull in the entirety of libiberty.
12119# Also, jam libintl into the right place in all of this: after libiberty,
12120# which uses it, but before -lcygwin, which it uses.
12121  x=`sed -n -e 's/^[ 	]*PICFLAG[ 	]*=[ 	]*//p' < ../libiberty/Makefile | sed -n '$p'`
12122  if test -n "$x"; then
12123    SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12124  fi
12125fi
12126
12127SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
12128
12129if test "$enable_shared" = "yes"; then
12130  case "${host}" in
12131    *-*-cygwin*)
12132      SHARED_LDFLAGS="-no-undefined"
12133      SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty $SHARED_LIBADD"
12134      ;;
12135   *-*-darwin*)
12136     SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12137     SHARED_DEPENDENCIES="../bfd/libbfd.la"
12138     ;;
12139    *)
12140      case "$host_vendor" in
12141        hp)
12142          SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12143	  ;;
12144	*)
12145          SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12146	  ;;
12147      esac
12148      SHARED_DEPENDENCIES="../bfd/libbfd.la"
12149      ;;
12150  esac
12151
12152  if test -n "$SHARED_LIBADD"; then
12153    if test -n "$LIBM"; then
12154      if test x"$bfd_cv_ld_as_needed" = xyes; then
12155	# Link against libm only when needed.  Put -lc, -lm inside -Wl
12156	# to stop libtool reordering these options.
12157	SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12158      else
12159	SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12160      fi
12161    fi
12162  fi
12163fi
12164
12165
12166
12167
12168# target-specific stuff:
12169
12170# Canonicalize the secondary target names.
12171if test -n "$enable_targets" ; then
12172    for targ in `echo $enable_targets | sed 's/,/ /g'`
12173    do
12174	result=`$ac_config_sub $targ 2>/dev/null`
12175	if test -n "$result" ; then
12176	    canon_targets="$canon_targets $result"
12177	else
12178	    # Allow targets that config.sub doesn't recognize, like "all".
12179	    canon_targets="$canon_targets $targ"
12180	fi
12181    done
12182fi
12183
12184all_targets=false
12185selarchs=
12186for targ in $target $canon_targets
12187do
12188    if test "x$targ" = "xall" ; then
12189        all_targets=true
12190    else
12191	. $srcdir/../bfd/config.bfd
12192	selarchs="$selarchs $targ_archs"
12193    fi
12194done
12195
12196# Utility var, documents generic cgen support files.
12197
12198cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12199
12200# We don't do any links based on the target system, just makefile config.
12201
12202if test x${all_targets} = xfalse ; then
12203
12204    # Target architecture .o files.
12205    ta=
12206
12207    for arch in $selarchs
12208    do
12209	ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12210	archdefs="$archdefs -DARCH_$ad"
12211	case "$arch" in
12212	bfd_aarch64_arch)	ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12213	bfd_alpha_arch)		ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12214	bfd_arc_arch)		ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12215	bfd_arm_arch)		ta="$ta arm-dis.lo" ;;
12216	bfd_avr_arch)		ta="$ta avr-dis.lo" ;;
12217	bfd_bfin_arch)		ta="$ta bfin-dis.lo" ;;
12218	bfd_cr16_arch)		ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12219	bfd_cris_arch)		ta="$ta cris-desc.lo cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12220	bfd_crx_arch)		ta="$ta crx-dis.lo crx-opc.lo" ;;
12221	bfd_csky_arch)		ta="$ta csky-dis.lo" ;;
12222	bfd_d10v_arch)		ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12223	bfd_d30v_arch)		ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12224	bfd_dlx_arch)		ta="$ta dlx-dis.lo" ;;
12225	bfd_fr30_arch)		ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12226	bfd_frv_arch)		ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12227	bfd_ft32_arch)		ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12228	bfd_moxie_arch)		ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12229	bfd_h8300_arch)		ta="$ta h8300-dis.lo" ;;
12230	bfd_hppa_arch)		ta="$ta hppa-dis.lo" ;;
12231	bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12232				ta="$ta i386-dis.lo i386-opc.lo" ;;
12233	bfd_ia64_arch)		ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12234	bfd_ip2k_arch)		ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12235	bfd_epiphany_arch)	ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12236	bfd_iq2000_arch)	ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12237	bfd_lm32_arch)		ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
12238	bfd_m32c_arch)		ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12239	bfd_m32r_arch)		ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
12240	bfd_m68hc11_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12241	bfd_m68hc12_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12242	bfd_m9s12x_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12243	bfd_m9s12xg_arch)	ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12244	bfd_s12z_arch)		ta="$ta s12z-dis.lo s12z-opc.lo" ;;
12245	bfd_m68k_arch)		ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12246	bfd_mcore_arch)		ta="$ta mcore-dis.lo" ;;
12247	bfd_mep_arch)		ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12248	bfd_metag_arch)		ta="$ta metag-dis.lo" ;;
12249	bfd_microblaze_arch)	ta="$ta microblaze-dis.lo" ;;
12250	bfd_mips_arch)		ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12251	bfd_mmix_arch)		ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12252	bfd_mn10200_arch)	ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12253	bfd_mn10300_arch)	ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12254	bfd_mt_arch)		ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12255	bfd_msp430_arch)	ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12256	bfd_nds32_arch)		ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12257	bfd_nfp_arch)		ta="$ta nfp-dis.lo" ;;
12258	bfd_nios2_arch)		ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12259	bfd_ns32k_arch)		ta="$ta ns32k-dis.lo" ;;
12260	bfd_or1k_arch)		ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12261	bfd_pdp11_arch)		ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12262	bfd_pj_arch)		ta="$ta pj-dis.lo pj-opc.lo" ;;
12263	bfd_powerpc_arch)	ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12264	bfd_powerpc_64_arch)	ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12265	bfd_pru_arch)		ta="$ta pru-dis.lo pru-opc.lo" ;;
12266	bfd_pyramid_arch)	;;
12267	bfd_romp_arch)		;;
12268	bfd_riscv_arch)         ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12269	bfd_rs6000_arch)	ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12270	bfd_rl78_arch)		ta="$ta rl78-dis.lo rl78-decode.lo";;
12271	bfd_rx_arch)		ta="$ta rx-dis.lo rx-decode.lo";;
12272	bfd_s390_arch)		ta="$ta s390-dis.lo s390-opc.lo" ;;
12273	bfd_score_arch)		ta="$ta score-dis.lo score7-dis.lo" ;;
12274	bfd_sh_arch)		ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12275	bfd_sparc_arch)		ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12276	bfd_spu_arch)		ta="$ta spu-dis.lo spu-opc.lo" ;;
12277	bfd_tic30_arch)		ta="$ta tic30-dis.lo" ;;
12278	bfd_tic4x_arch)		ta="$ta tic4x-dis.lo" ;;
12279	bfd_tic54x_arch)	ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12280	bfd_tic6x_arch)		ta="$ta tic6x-dis.lo" ;;
12281	bfd_tilegx_arch)	ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12282	bfd_tilepro_arch)	ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12283	bfd_v850_arch)		ta="$ta v850-opc.lo v850-dis.lo" ;;
12284	bfd_v850e_arch)		ta="$ta v850-opc.lo v850-dis.lo" ;;
12285	bfd_v850ea_arch)	ta="$ta v850-opc.lo v850-dis.lo" ;;
12286	bfd_v850_rh850_arch)	ta="$ta v850-opc.lo v850-dis.lo" ;;
12287	bfd_vax_arch)		ta="$ta vax-dis.lo" ;;
12288	bfd_visium_arch)	ta="$ta visium-dis.lo visium-opc.lo" ;;
12289        bfd_wasm32_arch)        ta="$ta wasm32-dis.lo" ;;
12290	bfd_xc16x_arch)		ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12291	bfd_xgate_arch)		ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12292	bfd_xstormy16_arch)	ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12293	bfd_xtensa_arch)	ta="$ta xtensa-dis.lo" ;;
12294	bfd_z80_arch)		ta="$ta z80-dis.lo" ;;
12295	bfd_z8k_arch)		ta="$ta z8k-dis.lo" ;;
12296	bfd_bpf_arch)		ta="$ta bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo" using_cgen=yes ;;
12297
12298	"")			;;
12299	*)		as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
12300	esac
12301    done
12302
12303    if test $using_cgen = yes ; then
12304	ta="$ta $cgen_files"
12305    fi
12306
12307    # Weed out duplicate .o files.
12308    f=""
12309    for i in $ta ; do
12310	case " $f " in
12311	*" $i "*) ;;
12312	*) f="$f $i" ;;
12313	esac
12314    done
12315    ta="$f"
12316
12317    # And duplicate -D flags.
12318    f=""
12319    for i in $archdefs ; do
12320	case " $f " in
12321	*" $i "*) ;;
12322	*) f="$f $i" ;;
12323	esac
12324    done
12325    archdefs="$f"
12326
12327    BFD_MACHINES="$ta"
12328
12329else	# all_targets is true
12330    archdefs=-DARCH_all
12331    BFD_MACHINES='$(ALL_MACHINES)'
12332fi
12333
12334
12335
12336
12337ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12338
12339cat >confcache <<\_ACEOF
12340# This file is a shell script that caches the results of configure
12341# tests run on this system so they can be shared between configure
12342# scripts and configure runs, see configure's option --config-cache.
12343# It is not useful on other systems.  If it contains results you don't
12344# want to keep, you may remove or edit it.
12345#
12346# config.status only pays attention to the cache file if you give it
12347# the --recheck option to rerun configure.
12348#
12349# `ac_cv_env_foo' variables (set or unset) will be overridden when
12350# loading this file, other *unset* `ac_cv_foo' will be assigned the
12351# following values.
12352
12353_ACEOF
12354
12355# The following way of writing the cache mishandles newlines in values,
12356# but we know of no workaround that is simple, portable, and efficient.
12357# So, we kill variables containing newlines.
12358# Ultrix sh set writes to stderr and can't be redirected directly,
12359# and sets the high bit in the cache file unless we assign to the vars.
12360(
12361  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12362    eval ac_val=\$$ac_var
12363    case $ac_val in #(
12364    *${as_nl}*)
12365      case $ac_var in #(
12366      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12367$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12368      esac
12369      case $ac_var in #(
12370      _ | IFS | as_nl) ;; #(
12371      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12372      *) { eval $ac_var=; unset $ac_var;} ;;
12373      esac ;;
12374    esac
12375  done
12376
12377  (set) 2>&1 |
12378    case $as_nl`(ac_space=' '; set) 2>&1` in #(
12379    *${as_nl}ac_space=\ *)
12380      # `set' does not quote correctly, so add quotes: double-quote
12381      # substitution turns \\\\ into \\, and sed turns \\ into \.
12382      sed -n \
12383	"s/'/'\\\\''/g;
12384	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12385      ;; #(
12386    *)
12387      # `set' quotes correctly as required by POSIX, so do not add quotes.
12388      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12389      ;;
12390    esac |
12391    sort
12392) |
12393  sed '
12394     /^ac_cv_env_/b end
12395     t clear
12396     :clear
12397     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12398     t end
12399     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12400     :end' >>confcache
12401if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12402  if test -w "$cache_file"; then
12403    if test "x$cache_file" != "x/dev/null"; then
12404      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12405$as_echo "$as_me: updating cache $cache_file" >&6;}
12406      if test ! -f "$cache_file" || test -h "$cache_file"; then
12407	cat confcache >"$cache_file"
12408      else
12409        case $cache_file in #(
12410        */* | ?:*)
12411	  mv -f confcache "$cache_file"$$ &&
12412	  mv -f "$cache_file"$$ "$cache_file" ;; #(
12413        *)
12414	  mv -f confcache "$cache_file" ;;
12415	esac
12416      fi
12417    fi
12418  else
12419    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12420$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12421  fi
12422fi
12423rm -f confcache
12424
12425test "x$prefix" = xNONE && prefix=$ac_default_prefix
12426# Let make expand exec_prefix.
12427test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12428
12429DEFS=-DHAVE_CONFIG_H
12430
12431ac_libobjs=
12432ac_ltlibobjs=
12433U=
12434for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12435  # 1. Remove the extension, and $U if already installed.
12436  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12437  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12438  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
12439  #    will be set to the directory where LIBOBJS objects are built.
12440  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12441  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12442done
12443LIBOBJS=$ac_libobjs
12444
12445LTLIBOBJS=$ac_ltlibobjs
12446
12447
12448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12449$as_echo_n "checking that generated files are newer than configure... " >&6; }
12450   if test -n "$am_sleep_pid"; then
12451     # Hide warnings about reused PIDs.
12452     wait $am_sleep_pid 2>/dev/null
12453   fi
12454   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12455$as_echo "done" >&6; }
12456 if test -n "$EXEEXT"; then
12457  am__EXEEXT_TRUE=
12458  am__EXEEXT_FALSE='#'
12459else
12460  am__EXEEXT_TRUE='#'
12461  am__EXEEXT_FALSE=
12462fi
12463
12464if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12465  as_fn_error $? "conditional \"AMDEP\" was never defined.
12466Usually this means the macro was only invoked conditionally." "$LINENO" 5
12467fi
12468if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12469  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
12470Usually this means the macro was only invoked conditionally." "$LINENO" 5
12471fi
12472if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12473  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12474Usually this means the macro was only invoked conditionally." "$LINENO" 5
12475fi
12476if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12477  as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
12478Usually this means the macro was only invoked conditionally." "$LINENO" 5
12479fi
12480if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12481  as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
12482Usually this means the macro was only invoked conditionally." "$LINENO" 5
12483fi
12484
12485: "${CONFIG_STATUS=./config.status}"
12486ac_write_fail=0
12487ac_clean_files_save=$ac_clean_files
12488ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12489{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12490$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12491as_write_fail=0
12492cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12493#! $SHELL
12494# Generated by $as_me.
12495# Run this file to recreate the current configuration.
12496# Compiler output produced by configure, useful for debugging
12497# configure, is in config.log if it exists.
12498
12499debug=false
12500ac_cs_recheck=false
12501ac_cs_silent=false
12502
12503SHELL=\${CONFIG_SHELL-$SHELL}
12504export SHELL
12505_ASEOF
12506cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12507## -------------------- ##
12508## M4sh Initialization. ##
12509## -------------------- ##
12510
12511# Be more Bourne compatible
12512DUALCASE=1; export DUALCASE # for MKS sh
12513if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12514  emulate sh
12515  NULLCMD=:
12516  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12517  # is contrary to our usage.  Disable this feature.
12518  alias -g '${1+"$@"}'='"$@"'
12519  setopt NO_GLOB_SUBST
12520else
12521  case `(set -o) 2>/dev/null` in #(
12522  *posix*) :
12523    set -o posix ;; #(
12524  *) :
12525     ;;
12526esac
12527fi
12528
12529
12530as_nl='
12531'
12532export as_nl
12533# Printing a long string crashes Solaris 7 /usr/bin/printf.
12534as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12535as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12536as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12537# Prefer a ksh shell builtin over an external printf program on Solaris,
12538# but without wasting forks for bash or zsh.
12539if test -z "$BASH_VERSION$ZSH_VERSION" \
12540    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12541  as_echo='print -r --'
12542  as_echo_n='print -rn --'
12543elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12544  as_echo='printf %s\n'
12545  as_echo_n='printf %s'
12546else
12547  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12548    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12549    as_echo_n='/usr/ucb/echo -n'
12550  else
12551    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12552    as_echo_n_body='eval
12553      arg=$1;
12554      case $arg in #(
12555      *"$as_nl"*)
12556	expr "X$arg" : "X\\(.*\\)$as_nl";
12557	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12558      esac;
12559      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12560    '
12561    export as_echo_n_body
12562    as_echo_n='sh -c $as_echo_n_body as_echo'
12563  fi
12564  export as_echo_body
12565  as_echo='sh -c $as_echo_body as_echo'
12566fi
12567
12568# The user is always right.
12569if test "${PATH_SEPARATOR+set}" != set; then
12570  PATH_SEPARATOR=:
12571  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12572    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12573      PATH_SEPARATOR=';'
12574  }
12575fi
12576
12577
12578# IFS
12579# We need space, tab and new line, in precisely that order.  Quoting is
12580# there to prevent editors from complaining about space-tab.
12581# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12582# splitting by setting IFS to empty value.)
12583IFS=" ""	$as_nl"
12584
12585# Find who we are.  Look in the path if we contain no directory separator.
12586as_myself=
12587case $0 in #((
12588  *[\\/]* ) as_myself=$0 ;;
12589  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12590for as_dir in $PATH
12591do
12592  IFS=$as_save_IFS
12593  test -z "$as_dir" && as_dir=.
12594    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12595  done
12596IFS=$as_save_IFS
12597
12598     ;;
12599esac
12600# We did not find ourselves, most probably we were run as `sh COMMAND'
12601# in which case we are not to be found in the path.
12602if test "x$as_myself" = x; then
12603  as_myself=$0
12604fi
12605if test ! -f "$as_myself"; then
12606  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12607  exit 1
12608fi
12609
12610# Unset variables that we do not need and which cause bugs (e.g. in
12611# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
12612# suppresses any "Segmentation fault" message there.  '((' could
12613# trigger a bug in pdksh 5.2.14.
12614for as_var in BASH_ENV ENV MAIL MAILPATH
12615do eval test x\${$as_var+set} = xset \
12616  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12617done
12618PS1='$ '
12619PS2='> '
12620PS4='+ '
12621
12622# NLS nuisances.
12623LC_ALL=C
12624export LC_ALL
12625LANGUAGE=C
12626export LANGUAGE
12627
12628# CDPATH.
12629(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12630
12631
12632# as_fn_error STATUS ERROR [LINENO LOG_FD]
12633# ----------------------------------------
12634# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12635# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12636# script with STATUS, using 1 if that was 0.
12637as_fn_error ()
12638{
12639  as_status=$1; test $as_status -eq 0 && as_status=1
12640  if test "$4"; then
12641    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12642    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12643  fi
12644  $as_echo "$as_me: error: $2" >&2
12645  as_fn_exit $as_status
12646} # as_fn_error
12647
12648
12649# as_fn_set_status STATUS
12650# -----------------------
12651# Set $? to STATUS, without forking.
12652as_fn_set_status ()
12653{
12654  return $1
12655} # as_fn_set_status
12656
12657# as_fn_exit STATUS
12658# -----------------
12659# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12660as_fn_exit ()
12661{
12662  set +e
12663  as_fn_set_status $1
12664  exit $1
12665} # as_fn_exit
12666
12667# as_fn_unset VAR
12668# ---------------
12669# Portably unset VAR.
12670as_fn_unset ()
12671{
12672  { eval $1=; unset $1;}
12673}
12674as_unset=as_fn_unset
12675# as_fn_append VAR VALUE
12676# ----------------------
12677# Append the text in VALUE to the end of the definition contained in VAR. Take
12678# advantage of any shell optimizations that allow amortized linear growth over
12679# repeated appends, instead of the typical quadratic growth present in naive
12680# implementations.
12681if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12682  eval 'as_fn_append ()
12683  {
12684    eval $1+=\$2
12685  }'
12686else
12687  as_fn_append ()
12688  {
12689    eval $1=\$$1\$2
12690  }
12691fi # as_fn_append
12692
12693# as_fn_arith ARG...
12694# ------------------
12695# Perform arithmetic evaluation on the ARGs, and store the result in the
12696# global $as_val. Take advantage of shells that can avoid forks. The arguments
12697# must be portable across $(()) and expr.
12698if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12699  eval 'as_fn_arith ()
12700  {
12701    as_val=$(( $* ))
12702  }'
12703else
12704  as_fn_arith ()
12705  {
12706    as_val=`expr "$@" || test $? -eq 1`
12707  }
12708fi # as_fn_arith
12709
12710
12711if expr a : '\(a\)' >/dev/null 2>&1 &&
12712   test "X`expr 00001 : '.*\(...\)'`" = X001; then
12713  as_expr=expr
12714else
12715  as_expr=false
12716fi
12717
12718if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12719  as_basename=basename
12720else
12721  as_basename=false
12722fi
12723
12724if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12725  as_dirname=dirname
12726else
12727  as_dirname=false
12728fi
12729
12730as_me=`$as_basename -- "$0" ||
12731$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12732	 X"$0" : 'X\(//\)$' \| \
12733	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12734$as_echo X/"$0" |
12735    sed '/^.*\/\([^/][^/]*\)\/*$/{
12736	    s//\1/
12737	    q
12738	  }
12739	  /^X\/\(\/\/\)$/{
12740	    s//\1/
12741	    q
12742	  }
12743	  /^X\/\(\/\).*/{
12744	    s//\1/
12745	    q
12746	  }
12747	  s/.*/./; q'`
12748
12749# Avoid depending upon Character Ranges.
12750as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12751as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12752as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12753as_cr_digits='0123456789'
12754as_cr_alnum=$as_cr_Letters$as_cr_digits
12755
12756ECHO_C= ECHO_N= ECHO_T=
12757case `echo -n x` in #(((((
12758-n*)
12759  case `echo 'xy\c'` in
12760  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
12761  xy)  ECHO_C='\c';;
12762  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
12763       ECHO_T='	';;
12764  esac;;
12765*)
12766  ECHO_N='-n';;
12767esac
12768
12769rm -f conf$$ conf$$.exe conf$$.file
12770if test -d conf$$.dir; then
12771  rm -f conf$$.dir/conf$$.file
12772else
12773  rm -f conf$$.dir
12774  mkdir conf$$.dir 2>/dev/null
12775fi
12776if (echo >conf$$.file) 2>/dev/null; then
12777  if ln -s conf$$.file conf$$ 2>/dev/null; then
12778    as_ln_s='ln -s'
12779    # ... but there are two gotchas:
12780    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12781    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12782    # In both cases, we have to default to `cp -pR'.
12783    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12784      as_ln_s='cp -pR'
12785  elif ln conf$$.file conf$$ 2>/dev/null; then
12786    as_ln_s=ln
12787  else
12788    as_ln_s='cp -pR'
12789  fi
12790else
12791  as_ln_s='cp -pR'
12792fi
12793rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12794rmdir conf$$.dir 2>/dev/null
12795
12796
12797# as_fn_mkdir_p
12798# -------------
12799# Create "$as_dir" as a directory, including parents if necessary.
12800as_fn_mkdir_p ()
12801{
12802
12803  case $as_dir in #(
12804  -*) as_dir=./$as_dir;;
12805  esac
12806  test -d "$as_dir" || eval $as_mkdir_p || {
12807    as_dirs=
12808    while :; do
12809      case $as_dir in #(
12810      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12811      *) as_qdir=$as_dir;;
12812      esac
12813      as_dirs="'$as_qdir' $as_dirs"
12814      as_dir=`$as_dirname -- "$as_dir" ||
12815$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12816	 X"$as_dir" : 'X\(//\)[^/]' \| \
12817	 X"$as_dir" : 'X\(//\)$' \| \
12818	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12819$as_echo X"$as_dir" |
12820    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12821	    s//\1/
12822	    q
12823	  }
12824	  /^X\(\/\/\)[^/].*/{
12825	    s//\1/
12826	    q
12827	  }
12828	  /^X\(\/\/\)$/{
12829	    s//\1/
12830	    q
12831	  }
12832	  /^X\(\/\).*/{
12833	    s//\1/
12834	    q
12835	  }
12836	  s/.*/./; q'`
12837      test -d "$as_dir" && break
12838    done
12839    test -z "$as_dirs" || eval "mkdir $as_dirs"
12840  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12841
12842
12843} # as_fn_mkdir_p
12844if mkdir -p . 2>/dev/null; then
12845  as_mkdir_p='mkdir -p "$as_dir"'
12846else
12847  test -d ./-p && rmdir ./-p
12848  as_mkdir_p=false
12849fi
12850
12851
12852# as_fn_executable_p FILE
12853# -----------------------
12854# Test if FILE is an executable regular file.
12855as_fn_executable_p ()
12856{
12857  test -f "$1" && test -x "$1"
12858} # as_fn_executable_p
12859as_test_x='test -x'
12860as_executable_p=as_fn_executable_p
12861
12862# Sed expression to map a string onto a valid CPP name.
12863as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12864
12865# Sed expression to map a string onto a valid variable name.
12866as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12867
12868
12869exec 6>&1
12870## ----------------------------------- ##
12871## Main body of $CONFIG_STATUS script. ##
12872## ----------------------------------- ##
12873_ASEOF
12874test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12875
12876cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12877# Save the log message, to keep $0 and so on meaningful, and to
12878# report actual input values of CONFIG_FILES etc. instead of their
12879# values after options handling.
12880ac_log="
12881This file was extended by opcodes $as_me 2.37, which was
12882generated by GNU Autoconf 2.69.  Invocation command line was
12883
12884  CONFIG_FILES    = $CONFIG_FILES
12885  CONFIG_HEADERS  = $CONFIG_HEADERS
12886  CONFIG_LINKS    = $CONFIG_LINKS
12887  CONFIG_COMMANDS = $CONFIG_COMMANDS
12888  $ $0 $@
12889
12890on `(hostname || uname -n) 2>/dev/null | sed 1q`
12891"
12892
12893_ACEOF
12894
12895case $ac_config_files in *"
12896"*) set x $ac_config_files; shift; ac_config_files=$*;;
12897esac
12898
12899case $ac_config_headers in *"
12900"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12901esac
12902
12903
12904cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12905# Files that config.status was made for.
12906config_files="$ac_config_files"
12907config_headers="$ac_config_headers"
12908config_commands="$ac_config_commands"
12909
12910_ACEOF
12911
12912cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12913ac_cs_usage="\
12914\`$as_me' instantiates files and other configuration actions
12915from templates according to the current configuration.  Unless the files
12916and actions are specified as TAGs, all are instantiated by default.
12917
12918Usage: $0 [OPTION]... [TAG]...
12919
12920  -h, --help       print this help, then exit
12921  -V, --version    print version number and configuration settings, then exit
12922      --config     print configuration, then exit
12923  -q, --quiet, --silent
12924                   do not print progress messages
12925  -d, --debug      don't remove temporary files
12926      --recheck    update $as_me by reconfiguring in the same conditions
12927      --file=FILE[:TEMPLATE]
12928                   instantiate the configuration file FILE
12929      --header=FILE[:TEMPLATE]
12930                   instantiate the configuration header FILE
12931
12932Configuration files:
12933$config_files
12934
12935Configuration headers:
12936$config_headers
12937
12938Configuration commands:
12939$config_commands
12940
12941Report bugs to the package provider."
12942
12943_ACEOF
12944cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12945ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12946ac_cs_version="\\
12947opcodes config.status 2.37
12948configured by $0, generated by GNU Autoconf 2.69,
12949  with options \\"\$ac_cs_config\\"
12950
12951Copyright (C) 2012 Free Software Foundation, Inc.
12952This config.status script is free software; the Free Software Foundation
12953gives unlimited permission to copy, distribute and modify it."
12954
12955ac_pwd='$ac_pwd'
12956srcdir='$srcdir'
12957INSTALL='$INSTALL'
12958MKDIR_P='$MKDIR_P'
12959AWK='$AWK'
12960test -n "\$AWK" || AWK=awk
12961_ACEOF
12962
12963cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12964# The default lists apply if the user does not specify any file.
12965ac_need_defaults=:
12966while test $# != 0
12967do
12968  case $1 in
12969  --*=?*)
12970    ac_option=`expr "X$1" : 'X\([^=]*\)='`
12971    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12972    ac_shift=:
12973    ;;
12974  --*=)
12975    ac_option=`expr "X$1" : 'X\([^=]*\)='`
12976    ac_optarg=
12977    ac_shift=:
12978    ;;
12979  *)
12980    ac_option=$1
12981    ac_optarg=$2
12982    ac_shift=shift
12983    ;;
12984  esac
12985
12986  case $ac_option in
12987  # Handling of the options.
12988  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12989    ac_cs_recheck=: ;;
12990  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12991    $as_echo "$ac_cs_version"; exit ;;
12992  --config | --confi | --conf | --con | --co | --c )
12993    $as_echo "$ac_cs_config"; exit ;;
12994  --debug | --debu | --deb | --de | --d | -d )
12995    debug=: ;;
12996  --file | --fil | --fi | --f )
12997    $ac_shift
12998    case $ac_optarg in
12999    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13000    '') as_fn_error $? "missing file argument" ;;
13001    esac
13002    as_fn_append CONFIG_FILES " '$ac_optarg'"
13003    ac_need_defaults=false;;
13004  --header | --heade | --head | --hea )
13005    $ac_shift
13006    case $ac_optarg in
13007    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13008    esac
13009    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13010    ac_need_defaults=false;;
13011  --he | --h)
13012    # Conflict between --help and --header
13013    as_fn_error $? "ambiguous option: \`$1'
13014Try \`$0 --help' for more information.";;
13015  --help | --hel | -h )
13016    $as_echo "$ac_cs_usage"; exit ;;
13017  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13018  | -silent | --silent | --silen | --sile | --sil | --si | --s)
13019    ac_cs_silent=: ;;
13020
13021  # This is an error.
13022  -*) as_fn_error $? "unrecognized option: \`$1'
13023Try \`$0 --help' for more information." ;;
13024
13025  *) as_fn_append ac_config_targets " $1"
13026     ac_need_defaults=false ;;
13027
13028  esac
13029  shift
13030done
13031
13032ac_configure_extra_args=
13033
13034if $ac_cs_silent; then
13035  exec 6>/dev/null
13036  ac_configure_extra_args="$ac_configure_extra_args --silent"
13037fi
13038
13039_ACEOF
13040cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13041if \$ac_cs_recheck; then
13042  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13043  shift
13044  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13045  CONFIG_SHELL='$SHELL'
13046  export CONFIG_SHELL
13047  exec "\$@"
13048fi
13049
13050_ACEOF
13051cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13052exec 5>>config.log
13053{
13054  echo
13055  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13056## Running $as_me. ##
13057_ASBOX
13058  $as_echo "$ac_log"
13059} >&5
13060
13061_ACEOF
13062cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13063#
13064# INIT-COMMANDS
13065#
13066AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13067
13068
13069# The HP-UX ksh and POSIX shell print the target directory to stdout
13070# if CDPATH is set.
13071(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13072
13073sed_quote_subst='$sed_quote_subst'
13074double_quote_subst='$double_quote_subst'
13075delay_variable_subst='$delay_variable_subst'
13076enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13077macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13078macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13079enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13080pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13081enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13082SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13083ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13084host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13085host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13086host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13087build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13088build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13089build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13090SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13091Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13092GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13093EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13094FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13095LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13096NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13097LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13098max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13099ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13100exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13101lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13102lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13103lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13104reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13105reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13106OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13107deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13108file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13109AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13110AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13111STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13112RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13113old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13114old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13115old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13116lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13117CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13118CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13119compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13120GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13121lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13122lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13123lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13124lt_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"`'
13125objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13126MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13127lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13128lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13129lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13130lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13131lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13132need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13133DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13134NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13135LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13136OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13137OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13138libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13139shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13140extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13141archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13142enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13143export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13144whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13145compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13146old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13147old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13148archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13149archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13150module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13151module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13152with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13153allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13154no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13155hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13156hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13157hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13158hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13159hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13160hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13161hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13162hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13163inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13164link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13165fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13166always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13167export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13168exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13169include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13170prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13171file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13172variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13173need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13174need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13175version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13176runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13177shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13178shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13179libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13180library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13181soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13182install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13183postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13184postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13185finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13186finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13187hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13188sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13189sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13190hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13191enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13192enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13193enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13194old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13195striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13196
13197LTCC='$LTCC'
13198LTCFLAGS='$LTCFLAGS'
13199compiler='$compiler_DEFAULT'
13200
13201# A function that is used when there is no print builtin or printf.
13202func_fallback_echo ()
13203{
13204  eval 'cat <<_LTECHO_EOF
13205\$1
13206_LTECHO_EOF'
13207}
13208
13209# Quote evaled strings.
13210for var in SHELL \
13211ECHO \
13212SED \
13213GREP \
13214EGREP \
13215FGREP \
13216LD \
13217NM \
13218LN_S \
13219lt_SP2NL \
13220lt_NL2SP \
13221reload_flag \
13222OBJDUMP \
13223deplibs_check_method \
13224file_magic_cmd \
13225AR \
13226AR_FLAGS \
13227STRIP \
13228RANLIB \
13229CC \
13230CFLAGS \
13231compiler \
13232lt_cv_sys_global_symbol_pipe \
13233lt_cv_sys_global_symbol_to_cdecl \
13234lt_cv_sys_global_symbol_to_c_name_address \
13235lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13236lt_prog_compiler_no_builtin_flag \
13237lt_prog_compiler_wl \
13238lt_prog_compiler_pic \
13239lt_prog_compiler_static \
13240lt_cv_prog_compiler_c_o \
13241need_locks \
13242DSYMUTIL \
13243NMEDIT \
13244LIPO \
13245OTOOL \
13246OTOOL64 \
13247shrext_cmds \
13248export_dynamic_flag_spec \
13249whole_archive_flag_spec \
13250compiler_needs_object \
13251with_gnu_ld \
13252allow_undefined_flag \
13253no_undefined_flag \
13254hardcode_libdir_flag_spec \
13255hardcode_libdir_flag_spec_ld \
13256hardcode_libdir_separator \
13257fix_srcfile_path \
13258exclude_expsyms \
13259include_expsyms \
13260file_list_spec \
13261variables_saved_for_relink \
13262libname_spec \
13263library_names_spec \
13264soname_spec \
13265install_override_mode \
13266finish_eval \
13267old_striplib \
13268striplib; do
13269    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13270    *[\\\\\\\`\\"\\\$]*)
13271      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13272      ;;
13273    *)
13274      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13275      ;;
13276    esac
13277done
13278
13279# Double-quote double-evaled strings.
13280for var in reload_cmds \
13281old_postinstall_cmds \
13282old_postuninstall_cmds \
13283old_archive_cmds \
13284extract_expsyms_cmds \
13285old_archive_from_new_cmds \
13286old_archive_from_expsyms_cmds \
13287archive_cmds \
13288archive_expsym_cmds \
13289module_cmds \
13290module_expsym_cmds \
13291export_symbols_cmds \
13292prelink_cmds \
13293postinstall_cmds \
13294postuninstall_cmds \
13295finish_cmds \
13296sys_lib_search_path_spec \
13297sys_lib_dlsearch_path_spec; do
13298    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13299    *[\\\\\\\`\\"\\\$]*)
13300      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13301      ;;
13302    *)
13303      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13304      ;;
13305    esac
13306done
13307
13308ac_aux_dir='$ac_aux_dir'
13309xsi_shell='$xsi_shell'
13310lt_shell_append='$lt_shell_append'
13311
13312# See if we are running on zsh, and set the options which allow our
13313# commands through without removal of \ escapes INIT.
13314if test -n "\${ZSH_VERSION+set}" ; then
13315   setopt NO_GLOB_SUBST
13316fi
13317
13318
13319    PACKAGE='$PACKAGE'
13320    VERSION='$VERSION'
13321    TIMESTAMP='$TIMESTAMP'
13322    RM='$RM'
13323    ofile='$ofile'
13324
13325
13326
13327# Capture the value of obsolete ALL_LINGUAS because we need it to compute
13328    # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13329    # from automake.
13330    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13331    # Capture the value of LINGUAS because we need it to compute CATALOGS.
13332    LINGUAS="${LINGUAS-%UNSET%}"
13333
13334
13335_ACEOF
13336
13337cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13338
13339# Handling of arguments.
13340for ac_config_target in $ac_config_targets
13341do
13342  case $ac_config_target in
13343    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13344    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13345    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13346    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13347    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13348    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13349
13350  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13351  esac
13352done
13353
13354
13355# If the user did not use the arguments to specify the items to instantiate,
13356# then the envvar interface is used.  Set only those that are not.
13357# We use the long form for the default assignment because of an extremely
13358# bizarre bug on SunOS 4.1.3.
13359if $ac_need_defaults; then
13360  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13361  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13362  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13363fi
13364
13365# Have a temporary directory for convenience.  Make it in the build tree
13366# simply because there is no reason against having it here, and in addition,
13367# creating and moving files from /tmp can sometimes cause problems.
13368# Hook for its removal unless debugging.
13369# Note that there is a small window in which the directory will not be cleaned:
13370# after its creation but before its name has been assigned to `$tmp'.
13371$debug ||
13372{
13373  tmp= ac_tmp=
13374  trap 'exit_status=$?
13375  : "${ac_tmp:=$tmp}"
13376  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13377' 0
13378  trap 'as_fn_exit 1' 1 2 13 15
13379}
13380# Create a (secure) tmp directory for tmp files.
13381
13382{
13383  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13384  test -d "$tmp"
13385}  ||
13386{
13387  tmp=./conf$$-$RANDOM
13388  (umask 077 && mkdir "$tmp")
13389} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13390ac_tmp=$tmp
13391
13392# Set up the scripts for CONFIG_FILES section.
13393# No need to generate them if there are no CONFIG_FILES.
13394# This happens for instance with `./config.status config.h'.
13395if test -n "$CONFIG_FILES"; then
13396
13397
13398ac_cr=`echo X | tr X '\015'`
13399# On cygwin, bash can eat \r inside `` if the user requested igncr.
13400# But we know of no other shell where ac_cr would be empty at this
13401# point, so we can use a bashism as a fallback.
13402if test "x$ac_cr" = x; then
13403  eval ac_cr=\$\'\\r\'
13404fi
13405ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13406if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13407  ac_cs_awk_cr='\\r'
13408else
13409  ac_cs_awk_cr=$ac_cr
13410fi
13411
13412echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13413_ACEOF
13414
13415
13416{
13417  echo "cat >conf$$subs.awk <<_ACEOF" &&
13418  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13419  echo "_ACEOF"
13420} >conf$$subs.sh ||
13421  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13422ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13423ac_delim='%!_!# '
13424for ac_last_try in false false false false false :; do
13425  . ./conf$$subs.sh ||
13426    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13427
13428  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13429  if test $ac_delim_n = $ac_delim_num; then
13430    break
13431  elif $ac_last_try; then
13432    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13433  else
13434    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13435  fi
13436done
13437rm -f conf$$subs.sh
13438
13439cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13440cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13441_ACEOF
13442sed -n '
13443h
13444s/^/S["/; s/!.*/"]=/
13445p
13446g
13447s/^[^!]*!//
13448:repl
13449t repl
13450s/'"$ac_delim"'$//
13451t delim
13452:nl
13453h
13454s/\(.\{148\}\)..*/\1/
13455t more1
13456s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13457p
13458n
13459b repl
13460:more1
13461s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13462p
13463g
13464s/.\{148\}//
13465t nl
13466:delim
13467h
13468s/\(.\{148\}\)..*/\1/
13469t more2
13470s/["\\]/\\&/g; s/^/"/; s/$/"/
13471p
13472b
13473:more2
13474s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13475p
13476g
13477s/.\{148\}//
13478t delim
13479' <conf$$subs.awk | sed '
13480/^[^""]/{
13481  N
13482  s/\n//
13483}
13484' >>$CONFIG_STATUS || ac_write_fail=1
13485rm -f conf$$subs.awk
13486cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13487_ACAWK
13488cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13489  for (key in S) S_is_set[key] = 1
13490  FS = ""
13491
13492}
13493{
13494  line = $ 0
13495  nfields = split(line, field, "@")
13496  substed = 0
13497  len = length(field[1])
13498  for (i = 2; i < nfields; i++) {
13499    key = field[i]
13500    keylen = length(key)
13501    if (S_is_set[key]) {
13502      value = S[key]
13503      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13504      len += length(value) + length(field[++i])
13505      substed = 1
13506    } else
13507      len += 1 + keylen
13508  }
13509
13510  print line
13511}
13512
13513_ACAWK
13514_ACEOF
13515cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13516if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13517  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13518else
13519  cat
13520fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13521  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13522_ACEOF
13523
13524# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13525# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13526# trailing colons and then remove the whole line if VPATH becomes empty
13527# (actually we leave an empty line to preserve line numbers).
13528if test "x$srcdir" = x.; then
13529  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
13530h
13531s///
13532s/^/:/
13533s/[	 ]*$/:/
13534s/:\$(srcdir):/:/g
13535s/:\${srcdir}:/:/g
13536s/:@srcdir@:/:/g
13537s/^:*//
13538s/:*$//
13539x
13540s/\(=[	 ]*\).*/\1/
13541G
13542s/\n//
13543s/^[^=]*=[	 ]*$//
13544}'
13545fi
13546
13547cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13548fi # test -n "$CONFIG_FILES"
13549
13550# Set up the scripts for CONFIG_HEADERS section.
13551# No need to generate them if there are no CONFIG_HEADERS.
13552# This happens for instance with `./config.status Makefile'.
13553if test -n "$CONFIG_HEADERS"; then
13554cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13555BEGIN {
13556_ACEOF
13557
13558# Transform confdefs.h into an awk script `defines.awk', embedded as
13559# here-document in config.status, that substitutes the proper values into
13560# config.h.in to produce config.h.
13561
13562# Create a delimiter string that does not exist in confdefs.h, to ease
13563# handling of long lines.
13564ac_delim='%!_!# '
13565for ac_last_try in false false :; do
13566  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13567  if test -z "$ac_tt"; then
13568    break
13569  elif $ac_last_try; then
13570    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13571  else
13572    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13573  fi
13574done
13575
13576# For the awk script, D is an array of macro values keyed by name,
13577# likewise P contains macro parameters if any.  Preserve backslash
13578# newline sequences.
13579
13580ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13581sed -n '
13582s/.\{148\}/&'"$ac_delim"'/g
13583t rset
13584:rset
13585s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
13586t def
13587d
13588:def
13589s/\\$//
13590t bsnl
13591s/["\\]/\\&/g
13592s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
13593D["\1"]=" \3"/p
13594s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
13595d
13596:bsnl
13597s/["\\]/\\&/g
13598s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
13599D["\1"]=" \3\\\\\\n"\\/p
13600t cont
13601s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13602t cont
13603d
13604:cont
13605n
13606s/.\{148\}/&'"$ac_delim"'/g
13607t clear
13608:clear
13609s/\\$//
13610t bsnlc
13611s/["\\]/\\&/g; s/^/"/; s/$/"/p
13612d
13613:bsnlc
13614s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13615b cont
13616' <confdefs.h | sed '
13617s/'"$ac_delim"'/"\\\
13618"/g' >>$CONFIG_STATUS || ac_write_fail=1
13619
13620cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13621  for (key in D) D_is_set[key] = 1
13622  FS = ""
13623}
13624/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13625  line = \$ 0
13626  split(line, arg, " ")
13627  if (arg[1] == "#") {
13628    defundef = arg[2]
13629    mac1 = arg[3]
13630  } else {
13631    defundef = substr(arg[1], 2)
13632    mac1 = arg[2]
13633  }
13634  split(mac1, mac2, "(") #)
13635  macro = mac2[1]
13636  prefix = substr(line, 1, index(line, defundef) - 1)
13637  if (D_is_set[macro]) {
13638    # Preserve the white space surrounding the "#".
13639    print prefix "define", macro P[macro] D[macro]
13640    next
13641  } else {
13642    # Replace #undef with comments.  This is necessary, for example,
13643    # in the case of _POSIX_SOURCE, which is predefined and required
13644    # on some systems where configure will not decide to define it.
13645    if (defundef == "undef") {
13646      print "/*", prefix defundef, macro, "*/"
13647      next
13648    }
13649  }
13650}
13651{ print }
13652_ACAWK
13653_ACEOF
13654cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13655  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13656fi # test -n "$CONFIG_HEADERS"
13657
13658
13659eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
13660shift
13661for ac_tag
13662do
13663  case $ac_tag in
13664  :[FHLC]) ac_mode=$ac_tag; continue;;
13665  esac
13666  case $ac_mode$ac_tag in
13667  :[FHL]*:*);;
13668  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13669  :[FH]-) ac_tag=-:-;;
13670  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13671  esac
13672  ac_save_IFS=$IFS
13673  IFS=:
13674  set x $ac_tag
13675  IFS=$ac_save_IFS
13676  shift
13677  ac_file=$1
13678  shift
13679
13680  case $ac_mode in
13681  :L) ac_source=$1;;
13682  :[FH])
13683    ac_file_inputs=
13684    for ac_f
13685    do
13686      case $ac_f in
13687      -) ac_f="$ac_tmp/stdin";;
13688      *) # Look for the file first in the build tree, then in the source tree
13689	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
13690	 # because $ac_f cannot contain `:'.
13691	 test -f "$ac_f" ||
13692	   case $ac_f in
13693	   [\\/$]*) false;;
13694	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13695	   esac ||
13696	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13697      esac
13698      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13699      as_fn_append ac_file_inputs " '$ac_f'"
13700    done
13701
13702    # Let's still pretend it is `configure' which instantiates (i.e., don't
13703    # use $as_me), people would be surprised to read:
13704    #    /* config.h.  Generated by config.status.  */
13705    configure_input='Generated from '`
13706	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13707	`' by configure.'
13708    if test x"$ac_file" != x-; then
13709      configure_input="$ac_file.  $configure_input"
13710      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13711$as_echo "$as_me: creating $ac_file" >&6;}
13712    fi
13713    # Neutralize special characters interpreted by sed in replacement strings.
13714    case $configure_input in #(
13715    *\&* | *\|* | *\\* )
13716       ac_sed_conf_input=`$as_echo "$configure_input" |
13717       sed 's/[\\\\&|]/\\\\&/g'`;; #(
13718    *) ac_sed_conf_input=$configure_input;;
13719    esac
13720
13721    case $ac_tag in
13722    *:-:* | *:-) cat >"$ac_tmp/stdin" \
13723      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13724    esac
13725    ;;
13726  esac
13727
13728  ac_dir=`$as_dirname -- "$ac_file" ||
13729$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13730	 X"$ac_file" : 'X\(//\)[^/]' \| \
13731	 X"$ac_file" : 'X\(//\)$' \| \
13732	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13733$as_echo X"$ac_file" |
13734    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13735	    s//\1/
13736	    q
13737	  }
13738	  /^X\(\/\/\)[^/].*/{
13739	    s//\1/
13740	    q
13741	  }
13742	  /^X\(\/\/\)$/{
13743	    s//\1/
13744	    q
13745	  }
13746	  /^X\(\/\).*/{
13747	    s//\1/
13748	    q
13749	  }
13750	  s/.*/./; q'`
13751  as_dir="$ac_dir"; as_fn_mkdir_p
13752  ac_builddir=.
13753
13754case "$ac_dir" in
13755.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13756*)
13757  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13758  # A ".." for each directory in $ac_dir_suffix.
13759  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13760  case $ac_top_builddir_sub in
13761  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13762  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13763  esac ;;
13764esac
13765ac_abs_top_builddir=$ac_pwd
13766ac_abs_builddir=$ac_pwd$ac_dir_suffix
13767# for backward compatibility:
13768ac_top_builddir=$ac_top_build_prefix
13769
13770case $srcdir in
13771  .)  # We are building in place.
13772    ac_srcdir=.
13773    ac_top_srcdir=$ac_top_builddir_sub
13774    ac_abs_top_srcdir=$ac_pwd ;;
13775  [\\/]* | ?:[\\/]* )  # Absolute name.
13776    ac_srcdir=$srcdir$ac_dir_suffix;
13777    ac_top_srcdir=$srcdir
13778    ac_abs_top_srcdir=$srcdir ;;
13779  *) # Relative name.
13780    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13781    ac_top_srcdir=$ac_top_build_prefix$srcdir
13782    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13783esac
13784ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13785
13786
13787  case $ac_mode in
13788  :F)
13789  #
13790  # CONFIG_FILE
13791  #
13792
13793  case $INSTALL in
13794  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13795  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13796  esac
13797  ac_MKDIR_P=$MKDIR_P
13798  case $MKDIR_P in
13799  [\\/$]* | ?:[\\/]* ) ;;
13800  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13801  esac
13802_ACEOF
13803
13804cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13805# If the template does not know about datarootdir, expand it.
13806# FIXME: This hack should be removed a few years after 2.60.
13807ac_datarootdir_hack=; ac_datarootdir_seen=
13808ac_sed_dataroot='
13809/datarootdir/ {
13810  p
13811  q
13812}
13813/@datadir@/p
13814/@docdir@/p
13815/@infodir@/p
13816/@localedir@/p
13817/@mandir@/p'
13818case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13819*datarootdir*) ac_datarootdir_seen=yes;;
13820*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13821  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13822$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13823_ACEOF
13824cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13825  ac_datarootdir_hack='
13826  s&@datadir@&$datadir&g
13827  s&@docdir@&$docdir&g
13828  s&@infodir@&$infodir&g
13829  s&@localedir@&$localedir&g
13830  s&@mandir@&$mandir&g
13831  s&\\\${datarootdir}&$datarootdir&g' ;;
13832esac
13833_ACEOF
13834
13835# Neutralize VPATH when `$srcdir' = `.'.
13836# Shell code in configure.ac might set extrasub.
13837# FIXME: do we really want to maintain this feature?
13838cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13839ac_sed_extra="$ac_vpsub
13840$extrasub
13841_ACEOF
13842cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13843:t
13844/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13845s|@configure_input@|$ac_sed_conf_input|;t t
13846s&@top_builddir@&$ac_top_builddir_sub&;t t
13847s&@top_build_prefix@&$ac_top_build_prefix&;t t
13848s&@srcdir@&$ac_srcdir&;t t
13849s&@abs_srcdir@&$ac_abs_srcdir&;t t
13850s&@top_srcdir@&$ac_top_srcdir&;t t
13851s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13852s&@builddir@&$ac_builddir&;t t
13853s&@abs_builddir@&$ac_abs_builddir&;t t
13854s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13855s&@INSTALL@&$ac_INSTALL&;t t
13856s&@MKDIR_P@&$ac_MKDIR_P&;t t
13857$ac_datarootdir_hack
13858"
13859eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13860  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13861
13862test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13863  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13864  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
13865      "$ac_tmp/out"`; test -z "$ac_out"; } &&
13866  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13867which seems to be undefined.  Please make sure it is defined" >&5
13868$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13869which seems to be undefined.  Please make sure it is defined" >&2;}
13870
13871  rm -f "$ac_tmp/stdin"
13872  case $ac_file in
13873  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13874  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13875  esac \
13876  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13877 ;;
13878  :H)
13879  #
13880  # CONFIG_HEADER
13881  #
13882  if test x"$ac_file" != x-; then
13883    {
13884      $as_echo "/* $configure_input  */" \
13885      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13886    } >"$ac_tmp/config.h" \
13887      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13888    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13889      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13890$as_echo "$as_me: $ac_file is unchanged" >&6;}
13891    else
13892      rm -f "$ac_file"
13893      mv "$ac_tmp/config.h" "$ac_file" \
13894	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
13895    fi
13896  else
13897    $as_echo "/* $configure_input  */" \
13898      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13899      || as_fn_error $? "could not create -" "$LINENO" 5
13900  fi
13901# Compute "$ac_file"'s index in $config_headers.
13902_am_arg="$ac_file"
13903_am_stamp_count=1
13904for _am_header in $config_headers :; do
13905  case $_am_header in
13906    $_am_arg | $_am_arg:* )
13907      break ;;
13908    * )
13909      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13910  esac
13911done
13912echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13913$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13914	 X"$_am_arg" : 'X\(//\)[^/]' \| \
13915	 X"$_am_arg" : 'X\(//\)$' \| \
13916	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13917$as_echo X"$_am_arg" |
13918    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13919	    s//\1/
13920	    q
13921	  }
13922	  /^X\(\/\/\)[^/].*/{
13923	    s//\1/
13924	    q
13925	  }
13926	  /^X\(\/\/\)$/{
13927	    s//\1/
13928	    q
13929	  }
13930	  /^X\(\/\).*/{
13931	    s//\1/
13932	    q
13933	  }
13934	  s/.*/./; q'`/stamp-h$_am_stamp_count
13935 ;;
13936
13937  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13938$as_echo "$as_me: executing $ac_file commands" >&6;}
13939 ;;
13940  esac
13941
13942
13943  case $ac_file$ac_mode in
13944    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13945  # Older Autoconf quotes --file arguments for eval, but not when files
13946  # are listed without --file.  Let's play safe and only enable the eval
13947  # if we detect the quoting.
13948  case $CONFIG_FILES in
13949  *\'*) eval set x "$CONFIG_FILES" ;;
13950  *)   set x $CONFIG_FILES ;;
13951  esac
13952  shift
13953  for mf
13954  do
13955    # Strip MF so we end up with the name of the file.
13956    mf=`echo "$mf" | sed -e 's/:.*$//'`
13957    # Check whether this is an Automake generated Makefile or not.
13958    # We used to match only the files named 'Makefile.in', but
13959    # some people rename them; so instead we look at the file content.
13960    # Grep'ing the first line is not enough: some people post-process
13961    # each Makefile.in and add a new line on top of each file to say so.
13962    # Grep'ing the whole file is not good either: AIX grep has a line
13963    # limit of 2048, but all sed's we know have understand at least 4000.
13964    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13965      dirpart=`$as_dirname -- "$mf" ||
13966$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13967	 X"$mf" : 'X\(//\)[^/]' \| \
13968	 X"$mf" : 'X\(//\)$' \| \
13969	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13970$as_echo X"$mf" |
13971    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13972	    s//\1/
13973	    q
13974	  }
13975	  /^X\(\/\/\)[^/].*/{
13976	    s//\1/
13977	    q
13978	  }
13979	  /^X\(\/\/\)$/{
13980	    s//\1/
13981	    q
13982	  }
13983	  /^X\(\/\).*/{
13984	    s//\1/
13985	    q
13986	  }
13987	  s/.*/./; q'`
13988    else
13989      continue
13990    fi
13991    # Extract the definition of DEPDIR, am__include, and am__quote
13992    # from the Makefile without running 'make'.
13993    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13994    test -z "$DEPDIR" && continue
13995    am__include=`sed -n 's/^am__include = //p' < "$mf"`
13996    test -z "$am__include" && continue
13997    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13998    # Find all dependency output files, they are included files with
13999    # $(DEPDIR) in their names.  We invoke sed twice because it is the
14000    # simplest approach to changing $(DEPDIR) to its actual value in the
14001    # expansion.
14002    for file in `sed -n "
14003      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14004	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14005      # Make sure the directory exists.
14006      test -f "$dirpart/$file" && continue
14007      fdir=`$as_dirname -- "$file" ||
14008$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14009	 X"$file" : 'X\(//\)[^/]' \| \
14010	 X"$file" : 'X\(//\)$' \| \
14011	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14012$as_echo X"$file" |
14013    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14014	    s//\1/
14015	    q
14016	  }
14017	  /^X\(\/\/\)[^/].*/{
14018	    s//\1/
14019	    q
14020	  }
14021	  /^X\(\/\/\)$/{
14022	    s//\1/
14023	    q
14024	  }
14025	  /^X\(\/\).*/{
14026	    s//\1/
14027	    q
14028	  }
14029	  s/.*/./; q'`
14030      as_dir=$dirpart/$fdir; as_fn_mkdir_p
14031      # echo "creating $dirpart/$file"
14032      echo '# dummy' > "$dirpart/$file"
14033    done
14034  done
14035}
14036 ;;
14037    "libtool":C)
14038
14039    # See if we are running on zsh, and set the options which allow our
14040    # commands through without removal of \ escapes.
14041    if test -n "${ZSH_VERSION+set}" ; then
14042      setopt NO_GLOB_SUBST
14043    fi
14044
14045    cfgfile="${ofile}T"
14046    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14047    $RM "$cfgfile"
14048
14049    cat <<_LT_EOF >> "$cfgfile"
14050#! $SHELL
14051
14052# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14053# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14054# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14055# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14056#
14057#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14058#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14059#   Written by Gordon Matzigkeit, 1996
14060#
14061#   This file is part of GNU Libtool.
14062#
14063# GNU Libtool is free software; you can redistribute it and/or
14064# modify it under the terms of the GNU General Public License as
14065# published by the Free Software Foundation; either version 2 of
14066# the License, or (at your option) any later version.
14067#
14068# As a special exception to the GNU General Public License,
14069# if you distribute this file as part of a program or library that
14070# is built using GNU Libtool, you may include this file under the
14071# same distribution terms that you use for the rest of that program.
14072#
14073# GNU Libtool is distributed in the hope that it will be useful,
14074# but WITHOUT ANY WARRANTY; without even the implied warranty of
14075# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14076# GNU General Public License for more details.
14077#
14078# You should have received a copy of the GNU General Public License
14079# along with GNU Libtool; see the file COPYING.  If not, a copy
14080# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14081# obtained by writing to the Free Software Foundation, Inc.,
14082# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14083
14084
14085# The names of the tagged configurations supported by this script.
14086available_tags=""
14087
14088# ### BEGIN LIBTOOL CONFIG
14089
14090# Whether or not to build shared libraries.
14091build_libtool_libs=$enable_shared
14092
14093# Which release of libtool.m4 was used?
14094macro_version=$macro_version
14095macro_revision=$macro_revision
14096
14097# Whether or not to build static libraries.
14098build_old_libs=$enable_static
14099
14100# What type of objects to build.
14101pic_mode=$pic_mode
14102
14103# Whether or not to optimize for fast installation.
14104fast_install=$enable_fast_install
14105
14106# Shell to use when invoking shell scripts.
14107SHELL=$lt_SHELL
14108
14109# An echo program that protects backslashes.
14110ECHO=$lt_ECHO
14111
14112# The host system.
14113host_alias=$host_alias
14114host=$host
14115host_os=$host_os
14116
14117# The build system.
14118build_alias=$build_alias
14119build=$build
14120build_os=$build_os
14121
14122# A sed program that does not truncate output.
14123SED=$lt_SED
14124
14125# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14126Xsed="\$SED -e 1s/^X//"
14127
14128# A grep program that handles long lines.
14129GREP=$lt_GREP
14130
14131# An ERE matcher.
14132EGREP=$lt_EGREP
14133
14134# A literal string matcher.
14135FGREP=$lt_FGREP
14136
14137# A BSD- or MS-compatible name lister.
14138NM=$lt_NM
14139
14140# Whether we need soft or hard links.
14141LN_S=$lt_LN_S
14142
14143# What is the maximum length of a command?
14144max_cmd_len=$max_cmd_len
14145
14146# Object file suffix (normally "o").
14147objext=$ac_objext
14148
14149# Executable file suffix (normally "").
14150exeext=$exeext
14151
14152# whether the shell understands "unset".
14153lt_unset=$lt_unset
14154
14155# turn spaces into newlines.
14156SP2NL=$lt_lt_SP2NL
14157
14158# turn newlines into spaces.
14159NL2SP=$lt_lt_NL2SP
14160
14161# An object symbol dumper.
14162OBJDUMP=$lt_OBJDUMP
14163
14164# Method to check whether dependent libraries are shared objects.
14165deplibs_check_method=$lt_deplibs_check_method
14166
14167# Command to use when deplibs_check_method == "file_magic".
14168file_magic_cmd=$lt_file_magic_cmd
14169
14170# The archiver.
14171AR=$lt_AR
14172AR_FLAGS=$lt_AR_FLAGS
14173
14174# A symbol stripping program.
14175STRIP=$lt_STRIP
14176
14177# Commands used to install an old-style archive.
14178RANLIB=$lt_RANLIB
14179old_postinstall_cmds=$lt_old_postinstall_cmds
14180old_postuninstall_cmds=$lt_old_postuninstall_cmds
14181
14182# Whether to use a lock for old archive extraction.
14183lock_old_archive_extraction=$lock_old_archive_extraction
14184
14185# A C compiler.
14186LTCC=$lt_CC
14187
14188# LTCC compiler flags.
14189LTCFLAGS=$lt_CFLAGS
14190
14191# Take the output of nm and produce a listing of raw symbols and C names.
14192global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14193
14194# Transform the output of nm in a proper C declaration.
14195global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14196
14197# Transform the output of nm in a C name address pair.
14198global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14199
14200# Transform the output of nm in a C name address pair when lib prefix is needed.
14201global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14202
14203# The name of the directory that contains temporary libtool files.
14204objdir=$objdir
14205
14206# Used to examine libraries when file_magic_cmd begins with "file".
14207MAGIC_CMD=$MAGIC_CMD
14208
14209# Must we lock files when doing compilation?
14210need_locks=$lt_need_locks
14211
14212# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14213DSYMUTIL=$lt_DSYMUTIL
14214
14215# Tool to change global to local symbols on Mac OS X.
14216NMEDIT=$lt_NMEDIT
14217
14218# Tool to manipulate fat objects and archives on Mac OS X.
14219LIPO=$lt_LIPO
14220
14221# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14222OTOOL=$lt_OTOOL
14223
14224# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14225OTOOL64=$lt_OTOOL64
14226
14227# Old archive suffix (normally "a").
14228libext=$libext
14229
14230# Shared library suffix (normally ".so").
14231shrext_cmds=$lt_shrext_cmds
14232
14233# The commands to extract the exported symbol list from a shared archive.
14234extract_expsyms_cmds=$lt_extract_expsyms_cmds
14235
14236# Variables whose values should be saved in libtool wrapper scripts and
14237# restored at link time.
14238variables_saved_for_relink=$lt_variables_saved_for_relink
14239
14240# Do we need the "lib" prefix for modules?
14241need_lib_prefix=$need_lib_prefix
14242
14243# Do we need a version for libraries?
14244need_version=$need_version
14245
14246# Library versioning type.
14247version_type=$version_type
14248
14249# Shared library runtime path variable.
14250runpath_var=$runpath_var
14251
14252# Shared library path variable.
14253shlibpath_var=$shlibpath_var
14254
14255# Is shlibpath searched before the hard-coded library search path?
14256shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14257
14258# Format of library name prefix.
14259libname_spec=$lt_libname_spec
14260
14261# List of archive names.  First name is the real one, the rest are links.
14262# The last name is the one that the linker finds with -lNAME
14263library_names_spec=$lt_library_names_spec
14264
14265# The coded name of the library, if different from the real name.
14266soname_spec=$lt_soname_spec
14267
14268# Permission mode override for installation of shared libraries.
14269install_override_mode=$lt_install_override_mode
14270
14271# Command to use after installation of a shared archive.
14272postinstall_cmds=$lt_postinstall_cmds
14273
14274# Command to use after uninstallation of a shared archive.
14275postuninstall_cmds=$lt_postuninstall_cmds
14276
14277# Commands used to finish a libtool library installation in a directory.
14278finish_cmds=$lt_finish_cmds
14279
14280# As "finish_cmds", except a single script fragment to be evaled but
14281# not shown.
14282finish_eval=$lt_finish_eval
14283
14284# Whether we should hardcode library paths into libraries.
14285hardcode_into_libs=$hardcode_into_libs
14286
14287# Compile-time system search path for libraries.
14288sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14289
14290# Run-time system search path for libraries.
14291sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14292
14293# Whether dlopen is supported.
14294dlopen_support=$enable_dlopen
14295
14296# Whether dlopen of programs is supported.
14297dlopen_self=$enable_dlopen_self
14298
14299# Whether dlopen of statically linked programs is supported.
14300dlopen_self_static=$enable_dlopen_self_static
14301
14302# Commands to strip libraries.
14303old_striplib=$lt_old_striplib
14304striplib=$lt_striplib
14305
14306
14307# The linker used to build libraries.
14308LD=$lt_LD
14309
14310# How to create reloadable object files.
14311reload_flag=$lt_reload_flag
14312reload_cmds=$lt_reload_cmds
14313
14314# Commands used to build an old-style archive.
14315old_archive_cmds=$lt_old_archive_cmds
14316
14317# A language specific compiler.
14318CC=$lt_compiler
14319
14320# Is the compiler the GNU compiler?
14321with_gcc=$GCC
14322
14323# Compiler flag to turn off builtin functions.
14324no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14325
14326# How to pass a linker flag through the compiler.
14327wl=$lt_lt_prog_compiler_wl
14328
14329# Additional compiler flags for building library objects.
14330pic_flag=$lt_lt_prog_compiler_pic
14331
14332# Compiler flag to prevent dynamic linking.
14333link_static_flag=$lt_lt_prog_compiler_static
14334
14335# Does compiler simultaneously support -c and -o options?
14336compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14337
14338# Whether or not to add -lc for building shared libraries.
14339build_libtool_need_lc=$archive_cmds_need_lc
14340
14341# Whether or not to disallow shared libs when runtime libs are static.
14342allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14343
14344# Compiler flag to allow reflexive dlopens.
14345export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14346
14347# Compiler flag to generate shared objects directly from archives.
14348whole_archive_flag_spec=$lt_whole_archive_flag_spec
14349
14350# Whether the compiler copes with passing no objects directly.
14351compiler_needs_object=$lt_compiler_needs_object
14352
14353# Create an old-style archive from a shared archive.
14354old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14355
14356# Create a temporary old-style archive to link instead of a shared archive.
14357old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14358
14359# Commands used to build a shared archive.
14360archive_cmds=$lt_archive_cmds
14361archive_expsym_cmds=$lt_archive_expsym_cmds
14362
14363# Commands used to build a loadable module if different from building
14364# a shared archive.
14365module_cmds=$lt_module_cmds
14366module_expsym_cmds=$lt_module_expsym_cmds
14367
14368# Whether we are building with GNU ld or not.
14369with_gnu_ld=$lt_with_gnu_ld
14370
14371# Flag that allows shared libraries with undefined symbols to be built.
14372allow_undefined_flag=$lt_allow_undefined_flag
14373
14374# Flag that enforces no undefined symbols.
14375no_undefined_flag=$lt_no_undefined_flag
14376
14377# Flag to hardcode \$libdir into a binary during linking.
14378# This must work even if \$libdir does not exist
14379hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14380
14381# If ld is used when linking, flag to hardcode \$libdir into a binary
14382# during linking.  This must work even if \$libdir does not exist.
14383hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14384
14385# Whether we need a single "-rpath" flag with a separated argument.
14386hardcode_libdir_separator=$lt_hardcode_libdir_separator
14387
14388# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14389# DIR into the resulting binary.
14390hardcode_direct=$hardcode_direct
14391
14392# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14393# DIR into the resulting binary and the resulting library dependency is
14394# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14395# library is relocated.
14396hardcode_direct_absolute=$hardcode_direct_absolute
14397
14398# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14399# into the resulting binary.
14400hardcode_minus_L=$hardcode_minus_L
14401
14402# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14403# into the resulting binary.
14404hardcode_shlibpath_var=$hardcode_shlibpath_var
14405
14406# Set to "yes" if building a shared library automatically hardcodes DIR
14407# into the library and all subsequent libraries and executables linked
14408# against it.
14409hardcode_automatic=$hardcode_automatic
14410
14411# Set to yes if linker adds runtime paths of dependent libraries
14412# to runtime path list.
14413inherit_rpath=$inherit_rpath
14414
14415# Whether libtool must link a program against all its dependency libraries.
14416link_all_deplibs=$link_all_deplibs
14417
14418# Fix the shell variable \$srcfile for the compiler.
14419fix_srcfile_path=$lt_fix_srcfile_path
14420
14421# Set to "yes" if exported symbols are required.
14422always_export_symbols=$always_export_symbols
14423
14424# The commands to list exported symbols.
14425export_symbols_cmds=$lt_export_symbols_cmds
14426
14427# Symbols that should not be listed in the preloaded symbols.
14428exclude_expsyms=$lt_exclude_expsyms
14429
14430# Symbols that must always be exported.
14431include_expsyms=$lt_include_expsyms
14432
14433# Commands necessary for linking programs (against libraries) with templates.
14434prelink_cmds=$lt_prelink_cmds
14435
14436# Specify filename containing input files.
14437file_list_spec=$lt_file_list_spec
14438
14439# How to hardcode a shared library path into an executable.
14440hardcode_action=$hardcode_action
14441
14442# ### END LIBTOOL CONFIG
14443
14444_LT_EOF
14445
14446  case $host_os in
14447  aix3*)
14448    cat <<\_LT_EOF >> "$cfgfile"
14449# AIX sometimes has problems with the GCC collect2 program.  For some
14450# reason, if we set the COLLECT_NAMES environment variable, the problems
14451# vanish in a puff of smoke.
14452if test "X${COLLECT_NAMES+set}" != Xset; then
14453  COLLECT_NAMES=
14454  export COLLECT_NAMES
14455fi
14456_LT_EOF
14457    ;;
14458  esac
14459
14460
14461ltmain="$ac_aux_dir/ltmain.sh"
14462
14463
14464  # We use sed instead of cat because bash on DJGPP gets confused if
14465  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
14466  # text mode, it properly converts lines to CR/LF.  This bash problem
14467  # is reportedly fixed, but why not run on old versions too?
14468  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14469    || (rm -f "$cfgfile"; exit 1)
14470
14471  case $xsi_shell in
14472  yes)
14473    cat << \_LT_EOF >> "$cfgfile"
14474
14475# func_dirname file append nondir_replacement
14476# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14477# otherwise set result to NONDIR_REPLACEMENT.
14478func_dirname ()
14479{
14480  case ${1} in
14481    */*) func_dirname_result="${1%/*}${2}" ;;
14482    *  ) func_dirname_result="${3}" ;;
14483  esac
14484}
14485
14486# func_basename file
14487func_basename ()
14488{
14489  func_basename_result="${1##*/}"
14490}
14491
14492# func_dirname_and_basename file append nondir_replacement
14493# perform func_basename and func_dirname in a single function
14494# call:
14495#   dirname:  Compute the dirname of FILE.  If nonempty,
14496#             add APPEND to the result, otherwise set result
14497#             to NONDIR_REPLACEMENT.
14498#             value returned in "$func_dirname_result"
14499#   basename: Compute filename of FILE.
14500#             value retuned in "$func_basename_result"
14501# Implementation must be kept synchronized with func_dirname
14502# and func_basename. For efficiency, we do not delegate to
14503# those functions but instead duplicate the functionality here.
14504func_dirname_and_basename ()
14505{
14506  case ${1} in
14507    */*) func_dirname_result="${1%/*}${2}" ;;
14508    *  ) func_dirname_result="${3}" ;;
14509  esac
14510  func_basename_result="${1##*/}"
14511}
14512
14513# func_stripname prefix suffix name
14514# strip PREFIX and SUFFIX off of NAME.
14515# PREFIX and SUFFIX must not contain globbing or regex special
14516# characters, hashes, percent signs, but SUFFIX may contain a leading
14517# dot (in which case that matches only a dot).
14518func_stripname ()
14519{
14520  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14521  # positional parameters, so assign one to ordinary parameter first.
14522  func_stripname_result=${3}
14523  func_stripname_result=${func_stripname_result#"${1}"}
14524  func_stripname_result=${func_stripname_result%"${2}"}
14525}
14526
14527# func_opt_split
14528func_opt_split ()
14529{
14530  func_opt_split_opt=${1%%=*}
14531  func_opt_split_arg=${1#*=}
14532}
14533
14534# func_lo2o object
14535func_lo2o ()
14536{
14537  case ${1} in
14538    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14539    *)    func_lo2o_result=${1} ;;
14540  esac
14541}
14542
14543# func_xform libobj-or-source
14544func_xform ()
14545{
14546  func_xform_result=${1%.*}.lo
14547}
14548
14549# func_arith arithmetic-term...
14550func_arith ()
14551{
14552  func_arith_result=$(( $* ))
14553}
14554
14555# func_len string
14556# STRING may not start with a hyphen.
14557func_len ()
14558{
14559  func_len_result=${#1}
14560}
14561
14562_LT_EOF
14563    ;;
14564  *) # Bourne compatible functions.
14565    cat << \_LT_EOF >> "$cfgfile"
14566
14567# func_dirname file append nondir_replacement
14568# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
14569# otherwise set result to NONDIR_REPLACEMENT.
14570func_dirname ()
14571{
14572  # Extract subdirectory from the argument.
14573  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14574  if test "X$func_dirname_result" = "X${1}"; then
14575    func_dirname_result="${3}"
14576  else
14577    func_dirname_result="$func_dirname_result${2}"
14578  fi
14579}
14580
14581# func_basename file
14582func_basename ()
14583{
14584  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14585}
14586
14587
14588# func_stripname prefix suffix name
14589# strip PREFIX and SUFFIX off of NAME.
14590# PREFIX and SUFFIX must not contain globbing or regex special
14591# characters, hashes, percent signs, but SUFFIX may contain a leading
14592# dot (in which case that matches only a dot).
14593# func_strip_suffix prefix name
14594func_stripname ()
14595{
14596  case ${2} in
14597    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14598    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14599  esac
14600}
14601
14602# sed scripts:
14603my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14604my_sed_long_arg='1s/^-[^=]*=//'
14605
14606# func_opt_split
14607func_opt_split ()
14608{
14609  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14610  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14611}
14612
14613# func_lo2o object
14614func_lo2o ()
14615{
14616  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14617}
14618
14619# func_xform libobj-or-source
14620func_xform ()
14621{
14622  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14623}
14624
14625# func_arith arithmetic-term...
14626func_arith ()
14627{
14628  func_arith_result=`expr "$@"`
14629}
14630
14631# func_len string
14632# STRING may not start with a hyphen.
14633func_len ()
14634{
14635  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14636}
14637
14638_LT_EOF
14639esac
14640
14641case $lt_shell_append in
14642  yes)
14643    cat << \_LT_EOF >> "$cfgfile"
14644
14645# func_append var value
14646# Append VALUE to the end of shell variable VAR.
14647func_append ()
14648{
14649  eval "$1+=\$2"
14650}
14651_LT_EOF
14652    ;;
14653  *)
14654    cat << \_LT_EOF >> "$cfgfile"
14655
14656# func_append var value
14657# Append VALUE to the end of shell variable VAR.
14658func_append ()
14659{
14660  eval "$1=\$$1\$2"
14661}
14662
14663_LT_EOF
14664    ;;
14665  esac
14666
14667
14668  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14669    || (rm -f "$cfgfile"; exit 1)
14670
14671  mv -f "$cfgfile" "$ofile" ||
14672    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14673  chmod +x "$ofile"
14674
14675 ;;
14676    "default-1":C)
14677    for ac_file in $CONFIG_FILES; do
14678      # Support "outfile[:infile[:infile...]]"
14679      case "$ac_file" in
14680        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
14681      esac
14682      # PO directories have a Makefile.in generated from Makefile.in.in.
14683      case "$ac_file" in */Makefile.in)
14684        # Adjust a relative srcdir.
14685        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
14686        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
14687        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
14688        # In autoconf-2.13 it is called $ac_given_srcdir.
14689        # In autoconf-2.50 it is called $srcdir.
14690        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
14691        case "$ac_given_srcdir" in
14692          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
14693          /*) top_srcdir="$ac_given_srcdir" ;;
14694          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
14695        esac
14696        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
14697          rm -f "$ac_dir/POTFILES"
14698          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
14699          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
14700          POMAKEFILEDEPS="POTFILES.in"
14701          # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
14702          # on $ac_dir but don't depend on user-specified configuration
14703          # parameters.
14704          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
14705            # The LINGUAS file contains the set of available languages.
14706            if test -n "$OBSOLETE_ALL_LINGUAS"; then
14707              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
14708            fi
14709            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
14710            # Hide the ALL_LINGUAS assigment from automake.
14711            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
14712            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
14713          else
14714            # The set of available languages was given in configure.ac.
14715            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
14716          fi
14717          case "$ac_given_srcdir" in
14718            .) srcdirpre= ;;
14719            *) srcdirpre='$(srcdir)/' ;;
14720          esac
14721          POFILES=
14722          GMOFILES=
14723          UPDATEPOFILES=
14724          DUMMYPOFILES=
14725          for lang in $ALL_LINGUAS; do
14726            POFILES="$POFILES $srcdirpre$lang.po"
14727            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
14728            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
14729            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
14730          done
14731          # CATALOGS depends on both $ac_dir and the user's LINGUAS
14732          # environment variable.
14733          INST_LINGUAS=
14734          if test -n "$ALL_LINGUAS"; then
14735            for presentlang in $ALL_LINGUAS; do
14736              useit=no
14737              if test "%UNSET%" != "$LINGUAS"; then
14738                desiredlanguages="$LINGUAS"
14739              else
14740                desiredlanguages="$ALL_LINGUAS"
14741              fi
14742              for desiredlang in $desiredlanguages; do
14743                # Use the presentlang catalog if desiredlang is
14744                #   a. equal to presentlang, or
14745                #   b. a variant of presentlang (because in this case,
14746                #      presentlang can be used as a fallback for messages
14747                #      which are not translated in the desiredlang catalog).
14748                case "$desiredlang" in
14749                  "$presentlang"*) useit=yes;;
14750                esac
14751              done
14752              if test $useit = yes; then
14753                INST_LINGUAS="$INST_LINGUAS $presentlang"
14754              fi
14755            done
14756          fi
14757          CATALOGS=
14758          if test -n "$INST_LINGUAS"; then
14759            for lang in $INST_LINGUAS; do
14760              CATALOGS="$CATALOGS $lang.gmo"
14761            done
14762          fi
14763          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
14764          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"
14765          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
14766            if test -f "$f"; then
14767              case "$f" in
14768                *.orig | *.bak | *~) ;;
14769                *) cat "$f" >> "$ac_dir/Makefile" ;;
14770              esac
14771            fi
14772          done
14773        fi
14774        ;;
14775      esac
14776    done ;;
14777
14778  esac
14779done # for ac_tag
14780
14781
14782as_fn_exit 0
14783_ACEOF
14784ac_clean_files=$ac_clean_files_save
14785
14786test $ac_write_fail = 0 ||
14787  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14788
14789
14790# configure is writing to config.log, and then calls config.status.
14791# config.status does its own redirection, appending to config.log.
14792# Unfortunately, on DOS this fails, as config.log is still kept open
14793# by configure, so config.status won't be able to write to it; its
14794# output is simply discarded.  So we exec the FD to /dev/null,
14795# effectively closing config.log, so it can be properly (re)opened and
14796# appended to by config.status.  When coming back to configure, we
14797# need to make the FD available again.
14798if test "$no_create" != yes; then
14799  ac_cs_success=:
14800  ac_config_status_args=
14801  test "$silent" = yes &&
14802    ac_config_status_args="$ac_config_status_args --quiet"
14803  exec 5>/dev/null
14804  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14805  exec 5>>config.log
14806  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14807  # would make configure fail if this is the last instruction.
14808  $ac_cs_success || as_fn_exit 1
14809fi
14810if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14811  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14812$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14813fi
14814
14815
14816
14817touch config.status.tmp
14818if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
14819  sed '/as_fn_exit 0/i \
14820sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
14821touch --reference=Makefile Makefile.tmp \
14822mv Makefile.tmp Makefile \
14823' config.status > config.status.tmp
14824  touch --reference=config.status config.status.tmp
14825  mv config.status.tmp config.status
14826  chmod +x config.status
14827  sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
14828  touch --reference=Makefile Makefile.tmp
14829  mv Makefile.tmp Makefile
14830else
14831  rm -f config.status.tmp
14832fi
14833