]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gas/configure
generated bfd files, and kvx regen
[thirdparty/binutils-gdb.git] / gas / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for gas 2.41.50.
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='gas'
589PACKAGE_TARNAME='gas'
590PACKAGE_VERSION='2.41.50'
591PACKAGE_STRING='gas 2.41.50'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595ac_unique_file="as.h"
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
636ZSTD_LIBS
637ZSTD_CFLAGS
638PKG_CONFIG_LIBDIR
639PKG_CONFIG_PATH
640PKG_CONFIG
641zlibinc
642zlibdir
643LIBM
644GENINSRC_NEVER_FALSE
645GENINSRC_NEVER_TRUE
646MAINT
647MAINTAINER_MODE_FALSE
648MAINTAINER_MODE_TRUE
649MSGMERGE
650MSGFMT
651MKINSTALLDIRS
652CATOBJEXT
653GENCAT
654INSTOBJEXT
655DATADIRNAME
656CATALOGS
657POSUB
658GMSGFMT
659XGETTEXT
660INCINTL
661LIBINTL_DEP
662LIBINTL
663USE_NLS
664LEXLIB
665LEX_OUTPUT_ROOT
666LEX
667YFLAGS
668YACC
669OPCODES_LIB
670atof
671install_tooldir
672te_file
673obj_format
674target_cpu_type
675extra_objects
676cgen_cpu_prefix
677GDBINIT
678WARN_WRITE_STRINGS
679NO_WERROR
680WARN_CFLAGS_FOR_BUILD
681WARN_CFLAGS
682do_compare
683LARGEFILE_CPPFLAGS
684OTOOL64
685OTOOL
686LIPO
687NMEDIT
688DSYMUTIL
689RANLIB
690AR
691OBJDUMP
692LN_S
693NM
694ac_ct_DUMPBIN
695DUMPBIN
696LD
697FGREP
698SED
699LIBTOOL
700EGREP
701GREP
702CPP
703am__fastdepCC_FALSE
704am__fastdepCC_TRUE
705CCDEPMODE
706am__nodep
707AMDEPBACKSLASH
708AMDEP_FALSE
709AMDEP_TRUE
710am__quote
711am__include
712DEPDIR
713OBJEXT
714EXEEXT
715ac_ct_CC
716CPPFLAGS
717LDFLAGS
718CFLAGS
719CC
720AM_BACKSLASH
721AM_DEFAULT_VERBOSITY
722AM_DEFAULT_V
723AM_V
724am__untar
725am__tar
726AMTAR
727am__leading_dot
728SET_MAKE
729AWK
730mkdir_p
731MKDIR_P
732INSTALL_STRIP_PROGRAM
733STRIP
734install_sh
735MAKEINFO
736AUTOHEADER
737AUTOMAKE
738AUTOCONF
739ACLOCAL
740VERSION
741PACKAGE
742CYGPATH_W
743am__isrc
744INSTALL_DATA
745INSTALL_SCRIPT
746INSTALL_PROGRAM
747target_os
748target_vendor
749target_cpu
750target
751host_os
752host_vendor
753host_cpu
754host
755build_os
756build_vendor
757build_cpu
758build
759target_alias
760host_alias
761build_alias
762LIBS
763ECHO_T
764ECHO_N
765ECHO_C
766DEFS
767mandir
768localedir
769libdir
770psdir
771pdfdir
772dvidir
773htmldir
774infodir
775docdir
776oldincludedir
777includedir
778localstatedir
779sharedstatedir
780sysconfdir
781datadir
782datarootdir
783libexecdir
784sbindir
785bindir
786program_transform_name
787prefix
788exec_prefix
789PACKAGE_URL
790PACKAGE_BUGREPORT
791PACKAGE_STRING
792PACKAGE_VERSION
793PACKAGE_TARNAME
794PACKAGE_NAME
795PATH_SEPARATOR
796SHELL'
797ac_subst_files=''
798ac_user_opts='
799enable_option_checking
800enable_silent_rules
801enable_dependency_tracking
802enable_shared
803enable_static
804with_pic
805enable_fast_install
806with_gnu_ld
807enable_libtool_lock
808enable_plugins
809enable_largefile
810enable_targets
811enable_checking
812enable_compressed_debug_sections
813enable_default_compressed_debug_sections_algorithm
814enable_x86_relax_relocations
815enable_elf_stt_common
816enable_generate_build_notes
817enable_mips_fix_loongson3_llsc
818enable_x86_used_note
819enable_default_riscv_attribute
820enable_werror
821enable_build_warnings
822with_cpu
823enable_nls
824enable_maintainer_mode
825with_system_zlib
826with_zstd
827'
828 ac_precious_vars='build_alias
829host_alias
830target_alias
831CC
832CFLAGS
833LDFLAGS
834LIBS
835CPPFLAGS
836CPP
837YACC
838YFLAGS
839PKG_CONFIG
840PKG_CONFIG_PATH
841PKG_CONFIG_LIBDIR
842ZSTD_CFLAGS
843ZSTD_LIBS'
844
845
846# Initialize some variables set by options.
847ac_init_help=
848ac_init_version=false
849ac_unrecognized_opts=
850ac_unrecognized_sep=
851# The variables have the same names as the options, with
852# dashes changed to underlines.
853cache_file=/dev/null
854exec_prefix=NONE
855no_create=
856no_recursion=
857prefix=NONE
858program_prefix=NONE
859program_suffix=NONE
860program_transform_name=s,x,x,
861silent=
862site=
863srcdir=
864verbose=
865x_includes=NONE
866x_libraries=NONE
867
868# Installation directory options.
869# These are left unexpanded so users can "make install exec_prefix=/foo"
870# and all the variables that are supposed to be based on exec_prefix
871# by default will actually change.
872# Use braces instead of parens because sh, perl, etc. also accept them.
873# (The list follows the same order as the GNU Coding Standards.)
874bindir='${exec_prefix}/bin'
875sbindir='${exec_prefix}/sbin'
876libexecdir='${exec_prefix}/libexec'
877datarootdir='${prefix}/share'
878datadir='${datarootdir}'
879sysconfdir='${prefix}/etc'
880sharedstatedir='${prefix}/com'
881localstatedir='${prefix}/var'
882includedir='${prefix}/include'
883oldincludedir='/usr/include'
884docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
885infodir='${datarootdir}/info'
886htmldir='${docdir}'
887dvidir='${docdir}'
888pdfdir='${docdir}'
889psdir='${docdir}'
890libdir='${exec_prefix}/lib'
891localedir='${datarootdir}/locale'
892mandir='${datarootdir}/man'
893
894ac_prev=
895ac_dashdash=
896for ac_option
897do
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
900 eval $ac_prev=\$ac_option
901 ac_prev=
902 continue
903 fi
904
905 case $ac_option in
906 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
907 *=) ac_optarg= ;;
908 *) ac_optarg=yes ;;
909 esac
910
911 # Accept the important Cygnus configure options, so we can diagnose typos.
912
913 case $ac_dashdash$ac_option in
914 --)
915 ac_dashdash=yes ;;
916
917 -bindir | --bindir | --bindi | --bind | --bin | --bi)
918 ac_prev=bindir ;;
919 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
920 bindir=$ac_optarg ;;
921
922 -build | --build | --buil | --bui | --bu)
923 ac_prev=build_alias ;;
924 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
925 build_alias=$ac_optarg ;;
926
927 -cache-file | --cache-file | --cache-fil | --cache-fi \
928 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
929 ac_prev=cache_file ;;
930 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
931 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
932 cache_file=$ac_optarg ;;
933
934 --config-cache | -C)
935 cache_file=config.cache ;;
936
937 -datadir | --datadir | --datadi | --datad)
938 ac_prev=datadir ;;
939 -datadir=* | --datadir=* | --datadi=* | --datad=*)
940 datadir=$ac_optarg ;;
941
942 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
943 | --dataroo | --dataro | --datar)
944 ac_prev=datarootdir ;;
945 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
946 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
947 datarootdir=$ac_optarg ;;
948
949 -disable-* | --disable-*)
950 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
951 # Reject names that are not valid shell variable names.
952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
953 as_fn_error $? "invalid feature name: $ac_useropt"
954 ac_useropt_orig=$ac_useropt
955 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
957 *"
958"enable_$ac_useropt"
959"*) ;;
960 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep=', ';;
962 esac
963 eval enable_$ac_useropt=no ;;
964
965 -docdir | --docdir | --docdi | --doc | --do)
966 ac_prev=docdir ;;
967 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
968 docdir=$ac_optarg ;;
969
970 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
971 ac_prev=dvidir ;;
972 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
973 dvidir=$ac_optarg ;;
974
975 -enable-* | --enable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 as_fn_error $? "invalid feature name: $ac_useropt"
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
983 *"
984"enable_$ac_useropt"
985"*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=\$ac_optarg ;;
990
991 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
992 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
993 | --exec | --exe | --ex)
994 ac_prev=exec_prefix ;;
995 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
996 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
997 | --exec=* | --exe=* | --ex=*)
998 exec_prefix=$ac_optarg ;;
999
1000 -gas | --gas | --ga | --g)
1001 # Obsolete; use --with-gas.
1002 with_gas=yes ;;
1003
1004 -help | --help | --hel | --he | -h)
1005 ac_init_help=long ;;
1006 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1007 ac_init_help=recursive ;;
1008 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1009 ac_init_help=short ;;
1010
1011 -host | --host | --hos | --ho)
1012 ac_prev=host_alias ;;
1013 -host=* | --host=* | --hos=* | --ho=*)
1014 host_alias=$ac_optarg ;;
1015
1016 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1017 ac_prev=htmldir ;;
1018 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1019 | --ht=*)
1020 htmldir=$ac_optarg ;;
1021
1022 -includedir | --includedir | --includedi | --included | --include \
1023 | --includ | --inclu | --incl | --inc)
1024 ac_prev=includedir ;;
1025 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1026 | --includ=* | --inclu=* | --incl=* | --inc=*)
1027 includedir=$ac_optarg ;;
1028
1029 -infodir | --infodir | --infodi | --infod | --info | --inf)
1030 ac_prev=infodir ;;
1031 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1032 infodir=$ac_optarg ;;
1033
1034 -libdir | --libdir | --libdi | --libd)
1035 ac_prev=libdir ;;
1036 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1037 libdir=$ac_optarg ;;
1038
1039 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1040 | --libexe | --libex | --libe)
1041 ac_prev=libexecdir ;;
1042 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1043 | --libexe=* | --libex=* | --libe=*)
1044 libexecdir=$ac_optarg ;;
1045
1046 -localedir | --localedir | --localedi | --localed | --locale)
1047 ac_prev=localedir ;;
1048 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1049 localedir=$ac_optarg ;;
1050
1051 -localstatedir | --localstatedir | --localstatedi | --localstated \
1052 | --localstate | --localstat | --localsta | --localst | --locals)
1053 ac_prev=localstatedir ;;
1054 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1055 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1056 localstatedir=$ac_optarg ;;
1057
1058 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1059 ac_prev=mandir ;;
1060 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1061 mandir=$ac_optarg ;;
1062
1063 -nfp | --nfp | --nf)
1064 # Obsolete; use --without-fp.
1065 with_fp=no ;;
1066
1067 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1068 | --no-cr | --no-c | -n)
1069 no_create=yes ;;
1070
1071 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1072 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1073 no_recursion=yes ;;
1074
1075 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1076 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1077 | --oldin | --oldi | --old | --ol | --o)
1078 ac_prev=oldincludedir ;;
1079 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1080 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1081 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1082 oldincludedir=$ac_optarg ;;
1083
1084 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1085 ac_prev=prefix ;;
1086 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1087 prefix=$ac_optarg ;;
1088
1089 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1090 | --program-pre | --program-pr | --program-p)
1091 ac_prev=program_prefix ;;
1092 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1093 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1094 program_prefix=$ac_optarg ;;
1095
1096 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1097 | --program-suf | --program-su | --program-s)
1098 ac_prev=program_suffix ;;
1099 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1100 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1101 program_suffix=$ac_optarg ;;
1102
1103 -program-transform-name | --program-transform-name \
1104 | --program-transform-nam | --program-transform-na \
1105 | --program-transform-n | --program-transform- \
1106 | --program-transform | --program-transfor \
1107 | --program-transfo | --program-transf \
1108 | --program-trans | --program-tran \
1109 | --progr-tra | --program-tr | --program-t)
1110 ac_prev=program_transform_name ;;
1111 -program-transform-name=* | --program-transform-name=* \
1112 | --program-transform-nam=* | --program-transform-na=* \
1113 | --program-transform-n=* | --program-transform-=* \
1114 | --program-transform=* | --program-transfor=* \
1115 | --program-transfo=* | --program-transf=* \
1116 | --program-trans=* | --program-tran=* \
1117 | --progr-tra=* | --program-tr=* | --program-t=*)
1118 program_transform_name=$ac_optarg ;;
1119
1120 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1121 ac_prev=pdfdir ;;
1122 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1123 pdfdir=$ac_optarg ;;
1124
1125 -psdir | --psdir | --psdi | --psd | --ps)
1126 ac_prev=psdir ;;
1127 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1128 psdir=$ac_optarg ;;
1129
1130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1131 | -silent | --silent | --silen | --sile | --sil)
1132 silent=yes ;;
1133
1134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1135 ac_prev=sbindir ;;
1136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1137 | --sbi=* | --sb=*)
1138 sbindir=$ac_optarg ;;
1139
1140 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1141 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1142 | --sharedst | --shareds | --shared | --share | --shar \
1143 | --sha | --sh)
1144 ac_prev=sharedstatedir ;;
1145 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1146 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1147 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1148 | --sha=* | --sh=*)
1149 sharedstatedir=$ac_optarg ;;
1150
1151 -site | --site | --sit)
1152 ac_prev=site ;;
1153 -site=* | --site=* | --sit=*)
1154 site=$ac_optarg ;;
1155
1156 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1157 ac_prev=srcdir ;;
1158 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1159 srcdir=$ac_optarg ;;
1160
1161 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1162 | --syscon | --sysco | --sysc | --sys | --sy)
1163 ac_prev=sysconfdir ;;
1164 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1165 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1166 sysconfdir=$ac_optarg ;;
1167
1168 -target | --target | --targe | --targ | --tar | --ta | --t)
1169 ac_prev=target_alias ;;
1170 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1171 target_alias=$ac_optarg ;;
1172
1173 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1174 verbose=yes ;;
1175
1176 -version | --version | --versio | --versi | --vers | -V)
1177 ac_init_version=: ;;
1178
1179 -with-* | --with-*)
1180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error $? "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1187 *"
1188"with_$ac_useropt"
1189"*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1192 esac
1193 eval with_$ac_useropt=\$ac_optarg ;;
1194
1195 -without-* | --without-*)
1196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1197 # Reject names that are not valid shell variable names.
1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1199 as_fn_error $? "invalid package name: $ac_useropt"
1200 ac_useropt_orig=$ac_useropt
1201 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1203 *"
1204"with_$ac_useropt"
1205"*) ;;
1206 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep=', ';;
1208 esac
1209 eval with_$ac_useropt=no ;;
1210
1211 --x)
1212 # Obsolete; use --with-x.
1213 with_x=yes ;;
1214
1215 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1216 | --x-incl | --x-inc | --x-in | --x-i)
1217 ac_prev=x_includes ;;
1218 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1219 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1220 x_includes=$ac_optarg ;;
1221
1222 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1223 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1224 ac_prev=x_libraries ;;
1225 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1226 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1227 x_libraries=$ac_optarg ;;
1228
1229 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1230Try \`$0 --help' for more information"
1231 ;;
1232
1233 *=*)
1234 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
1236 case $ac_envvar in #(
1237 '' | [0-9]* | *[!_$as_cr_alnum]* )
1238 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1239 esac
1240 eval $ac_envvar=\$ac_optarg
1241 export $ac_envvar ;;
1242
1243 *)
1244 # FIXME: should be removed in autoconf 3.0.
1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1248 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1249 ;;
1250
1251 esac
1252done
1253
1254if test -n "$ac_prev"; then
1255 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1256 as_fn_error $? "missing argument to $ac_option"
1257fi
1258
1259if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1261 no) ;;
1262 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1264 esac
1265fi
1266
1267# Check all directory arguments for consistency.
1268for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1271 libdir localedir mandir
1272do
1273 eval ac_val=\$$ac_var
1274 # Remove trailing slashes.
1275 case $ac_val in
1276 */ )
1277 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\$ac_val;;
1279 esac
1280 # Be sure to have absolute directory names.
1281 case $ac_val in
1282 [\\/$]* | ?:[\\/]* ) continue;;
1283 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1284 esac
1285 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1286done
1287
1288# There might be people who depend on the old broken behavior: `$host'
1289# used to hold the argument of --host etc.
1290# FIXME: To remove some day.
1291build=$build_alias
1292host=$host_alias
1293target=$target_alias
1294
1295# FIXME: To remove some day.
1296if test "x$host_alias" != x; then
1297 if test "x$build_alias" = x; then
1298 cross_compiling=maybe
1299 elif test "x$build_alias" != "x$host_alias"; then
1300 cross_compiling=yes
1301 fi
1302fi
1303
1304ac_tool_prefix=
1305test -n "$host_alias" && ac_tool_prefix=$host_alias-
1306
1307test "$silent" = yes && exec 6>/dev/null
1308
1309
1310ac_pwd=`pwd` && test -n "$ac_pwd" &&
1311ac_ls_di=`ls -di .` &&
1312ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1313 as_fn_error $? "working directory cannot be determined"
1314test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1315 as_fn_error $? "pwd does not report name of working directory"
1316
1317
1318# Find the source files, if location was not specified.
1319if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir=`$as_dirname -- "$as_myself" ||
1323$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327$as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\).*/{
1341 s//\1/
1342 q
1343 }
1344 s/.*/./; q'`
1345 srcdir=$ac_confdir
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 srcdir=..
1348 fi
1349else
1350 ac_srcdir_defaulted=no
1351fi
1352if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1354 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1355fi
1356ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1357ac_abs_confdir=`(
1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1359 pwd)`
1360# When building in place, set srcdir=.
1361if test "$ac_abs_confdir" = "$ac_pwd"; then
1362 srcdir=.
1363fi
1364# Remove unnecessary trailing slashes from srcdir.
1365# Double slashes in file names in object file debugging info
1366# mess up M-x gdb in Emacs.
1367case $srcdir in
1368*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369esac
1370for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375done
1376
1377#
1378# Report the --help message.
1379#
1380if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384\`configure' configures gas 2.41.50 to adapt to many kinds of systems.
1385
1386Usage: $0 [OPTION]... [VAR=VALUE]...
1387
1388To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389VAR=VALUE. See below for descriptions of some of the useful variables.
1390
1391Defaults for the options are specified in brackets.
1392
1393Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking ...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403
1404Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
1406 [$ac_default_prefix]
1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1408 [PREFIX]
1409
1410By default, \`make install' will install all the files in
1411\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413for instance \`--prefix=\$HOME'.
1414
1415For better control, use the options below.
1416
1417Fine tuning of the installation directories:
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1437_ACEOF
1438
1439 cat <<\_ACEOF
1440
1441Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1445
1446System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450_ACEOF
1451fi
1452
1453if test -n "$ac_init_help"; then
1454 case $ac_init_help in
1455 short | recursive ) echo "Configuration of gas 2.41.50:";;
1456 esac
1457 cat <<\_ACEOF
1458
1459Optional Features:
1460 --disable-option-checking ignore unrecognized --enable/--with options
1461 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1462 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1463 --enable-silent-rules less verbose build output (undo: "make V=1")
1464 --disable-silent-rules verbose build output (undo: "make V=0")
1465 --enable-dependency-tracking
1466 do not reject slow dependency extractors
1467 --disable-dependency-tracking
1468 speeds up one-time build
1469 --enable-shared[=PKGS] build shared libraries [default=yes]
1470 --enable-static[=PKGS] build static libraries [default=yes]
1471 --enable-fast-install[=PKGS]
1472 optimize for fast installation [default=yes]
1473 --disable-libtool-lock avoid locking (might break parallel builds)
1474 --enable-plugins Enable support for plugins
1475 --disable-largefile omit support for large files
1476 --enable-targets alternative target configurations besides the primary
1477 --enable-checking enable run-time checks
1478 --enable-compressed-debug-sections={all,gas,none}
1479 compress debug sections by default
1480 --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
1481 Default compression algorithm for
1482 --enable-compressed-debug-sections.
1483 --enable-x86-relax-relocations
1484 generate x86 relax relocations by default
1485 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1486 default
1487 --enable-generate-build-notes
1488 generate GNU Build notes if none are provided by the
1489 input
1490 --enable-mips-fix-loongson3-llsc
1491 enable MIPS fix Loongson3 LLSC errata
1492 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1493 --enable-default-riscv-attribute
1494 generate RISC-V arch attribute by default
1495 --enable-werror treat compile warnings as errors
1496 --enable-build-warnings enable build-time compiler warnings
1497 --disable-nls do not use Native Language Support
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
1501
1502Optional Packages:
1503 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1504 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1505 --with-pic try to use only PIC/non-PIC objects [default=use
1506 both]
1507 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1508 --with-cpu=CPU default cpu variant is CPU (currently only supported
1509 on ARC)
1510 --with-system-zlib use installed libz
1511 --with-zstd support zstd compressed debug sections
1512 (default=auto)
1513
1514Some influential environment variables:
1515 CC C compiler command
1516 CFLAGS C compiler flags
1517 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1518 nonstandard directory <lib dir>
1519 LIBS libraries to pass to the linker, e.g. -l<library>
1520 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1521 you have headers in a nonstandard directory <include dir>
1522 CPP C preprocessor
1523 YACC The `Yet Another Compiler Compiler' implementation to use.
1524 Defaults to the first program found out of: `bison -y', `byacc',
1525 `yacc'.
1526 YFLAGS The list of arguments that will be passed by default to $YACC.
1527 This script will default YFLAGS to the empty string to avoid a
1528 default value of `-d' given by some make applications.
1529 PKG_CONFIG path to pkg-config utility
1530 PKG_CONFIG_PATH
1531 directories to add to pkg-config's search path
1532 PKG_CONFIG_LIBDIR
1533 path overriding pkg-config's built-in search path
1534 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1535 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
1536
1537Use these variables to override the choices made by `configure' or to help
1538it to find libraries and programs with nonstandard names/locations.
1539
1540Report bugs to the package provider.
1541_ACEOF
1542ac_status=$?
1543fi
1544
1545if test "$ac_init_help" = "recursive"; then
1546 # If there are subdirs, report their specific --help.
1547 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1548 test -d "$ac_dir" ||
1549 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1550 continue
1551 ac_builddir=.
1552
1553case "$ac_dir" in
1554.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555*)
1556 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1557 # A ".." for each directory in $ac_dir_suffix.
1558 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1559 case $ac_top_builddir_sub in
1560 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1561 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1562 esac ;;
1563esac
1564ac_abs_top_builddir=$ac_pwd
1565ac_abs_builddir=$ac_pwd$ac_dir_suffix
1566# for backward compatibility:
1567ac_top_builddir=$ac_top_build_prefix
1568
1569case $srcdir in
1570 .) # We are building in place.
1571 ac_srcdir=.
1572 ac_top_srcdir=$ac_top_builddir_sub
1573 ac_abs_top_srcdir=$ac_pwd ;;
1574 [\\/]* | ?:[\\/]* ) # Absolute name.
1575 ac_srcdir=$srcdir$ac_dir_suffix;
1576 ac_top_srcdir=$srcdir
1577 ac_abs_top_srcdir=$srcdir ;;
1578 *) # Relative name.
1579 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1580 ac_top_srcdir=$ac_top_build_prefix$srcdir
1581 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1582esac
1583ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1584
1585 cd "$ac_dir" || { ac_status=$?; continue; }
1586 # Check for guested configure.
1587 if test -f "$ac_srcdir/configure.gnu"; then
1588 echo &&
1589 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1590 elif test -f "$ac_srcdir/configure"; then
1591 echo &&
1592 $SHELL "$ac_srcdir/configure" --help=recursive
1593 else
1594 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1595 fi || ac_status=$?
1596 cd "$ac_pwd" || { ac_status=$?; break; }
1597 done
1598fi
1599
1600test -n "$ac_init_help" && exit $ac_status
1601if $ac_init_version; then
1602 cat <<\_ACEOF
1603gas configure 2.41.50
1604generated by GNU Autoconf 2.69
1605
1606Copyright (C) 2012 Free Software Foundation, Inc.
1607This configure script is free software; the Free Software Foundation
1608gives unlimited permission to copy, distribute and modify it.
1609_ACEOF
1610 exit
1611fi
1612
1613## ------------------------ ##
1614## Autoconf initialization. ##
1615## ------------------------ ##
1616
1617# ac_fn_c_try_compile LINENO
1618# --------------------------
1619# Try to compile conftest.$ac_ext, and return whether this succeeded.
1620ac_fn_c_try_compile ()
1621{
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 rm -f conftest.$ac_objext
1624 if { { ac_try="$ac_compile"
1625case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628esac
1629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630$as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_compile") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1637 fi
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } && {
1640 test -z "$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 } && test -s conftest.$ac_objext; then :
1643 ac_retval=0
1644else
1645 $as_echo "$as_me: failed program was:" >&5
1646sed 's/^/| /' conftest.$ac_ext >&5
1647
1648 ac_retval=1
1649fi
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
1652
1653} # ac_fn_c_try_compile
1654
1655# ac_fn_c_try_cpp LINENO
1656# ----------------------
1657# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1658ac_fn_c_try_cpp ()
1659{
1660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1661 if { { ac_try="$ac_cpp conftest.$ac_ext"
1662case "(($ac_try" in
1663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1664 *) ac_try_echo=$ac_try;;
1665esac
1666eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1667$as_echo "$ac_try_echo"; } >&5
1668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1669 ac_status=$?
1670 if test -s conftest.err; then
1671 grep -v '^ *+' conftest.err >conftest.er1
1672 cat conftest.er1 >&5
1673 mv -f conftest.er1 conftest.err
1674 fi
1675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1676 test $ac_status = 0; } > conftest.i && {
1677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1678 test ! -s conftest.err
1679 }; then :
1680 ac_retval=0
1681else
1682 $as_echo "$as_me: failed program was:" >&5
1683sed 's/^/| /' conftest.$ac_ext >&5
1684
1685 ac_retval=1
1686fi
1687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688 as_fn_set_status $ac_retval
1689
1690} # ac_fn_c_try_cpp
1691
1692# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1693# -------------------------------------------------------
1694# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1695# the include files in INCLUDES and setting the cache variable VAR
1696# accordingly.
1697ac_fn_c_check_header_mongrel ()
1698{
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if eval \${$3+:} false; then :
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1702$as_echo_n "checking for $2... " >&6; }
1703if eval \${$3+:} false; then :
1704 $as_echo_n "(cached) " >&6
1705fi
1706eval ac_res=\$$3
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708$as_echo "$ac_res" >&6; }
1709else
1710 # Is the header compilable?
1711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1712$as_echo_n "checking $2 usability... " >&6; }
1713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714/* end confdefs.h. */
1715$4
1716#include <$2>
1717_ACEOF
1718if ac_fn_c_try_compile "$LINENO"; then :
1719 ac_header_compiler=yes
1720else
1721 ac_header_compiler=no
1722fi
1723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1725$as_echo "$ac_header_compiler" >&6; }
1726
1727# Is the header present?
1728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1729$as_echo_n "checking $2 presence... " >&6; }
1730cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731/* end confdefs.h. */
1732#include <$2>
1733_ACEOF
1734if ac_fn_c_try_cpp "$LINENO"; then :
1735 ac_header_preproc=yes
1736else
1737 ac_header_preproc=no
1738fi
1739rm -f conftest.err conftest.i conftest.$ac_ext
1740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1741$as_echo "$ac_header_preproc" >&6; }
1742
1743# So? What about this header?
1744case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1745 yes:no: )
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1747$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1749$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1750 ;;
1751 no:yes:* )
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1753$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1755$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1757$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1759$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1761$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1762 ;;
1763esac
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; }
1766if eval \${$3+:} false; then :
1767 $as_echo_n "(cached) " >&6
1768else
1769 eval "$3=\$ac_header_compiler"
1770fi
1771eval ac_res=\$$3
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1773$as_echo "$ac_res" >&6; }
1774fi
1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1776
1777} # ac_fn_c_check_header_mongrel
1778
1779# ac_fn_c_try_run LINENO
1780# ----------------------
1781# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1782# that executables *can* be run.
1783ac_fn_c_try_run ()
1784{
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 if { { ac_try="$ac_link"
1787case "(($ac_try" in
1788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1789 *) ac_try_echo=$ac_try;;
1790esac
1791eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1792$as_echo "$ac_try_echo"; } >&5
1793 (eval "$ac_link") 2>&5
1794 ac_status=$?
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1797 { { case "(($ac_try" in
1798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1799 *) ac_try_echo=$ac_try;;
1800esac
1801eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802$as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_try") 2>&5
1804 ac_status=$?
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; }; }; then :
1807 ac_retval=0
1808else
1809 $as_echo "$as_me: program exited with status $ac_status" >&5
1810 $as_echo "$as_me: failed program was:" >&5
1811sed 's/^/| /' conftest.$ac_ext >&5
1812
1813 ac_retval=$ac_status
1814fi
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1817 as_fn_set_status $ac_retval
1818
1819} # ac_fn_c_try_run
1820
1821# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1822# -------------------------------------------------------
1823# Tests whether HEADER exists and can be compiled using the include files in
1824# INCLUDES, setting the cache variable VAR accordingly.
1825ac_fn_c_check_header_compile ()
1826{
1827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829$as_echo_n "checking for $2... " >&6; }
1830if eval \${$3+:} false; then :
1831 $as_echo_n "(cached) " >&6
1832else
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834/* end confdefs.h. */
1835$4
1836#include <$2>
1837_ACEOF
1838if ac_fn_c_try_compile "$LINENO"; then :
1839 eval "$3=yes"
1840else
1841 eval "$3=no"
1842fi
1843rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1844fi
1845eval ac_res=\$$3
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847$as_echo "$ac_res" >&6; }
1848 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1849
1850} # ac_fn_c_check_header_compile
1851
1852# ac_fn_c_try_link LINENO
1853# -----------------------
1854# Try to link conftest.$ac_ext, and return whether this succeeded.
1855ac_fn_c_try_link ()
1856{
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 rm -f conftest.$ac_objext conftest$ac_exeext
1859 if { { ac_try="$ac_link"
1860case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863esac
1864eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865$as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>conftest.err
1867 ac_status=$?
1868 if test -s conftest.err; then
1869 grep -v '^ *+' conftest.err >conftest.er1
1870 cat conftest.er1 >&5
1871 mv -f conftest.er1 conftest.err
1872 fi
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; } && {
1875 test -z "$ac_c_werror_flag" ||
1876 test ! -s conftest.err
1877 } && test -s conftest$ac_exeext && {
1878 test "$cross_compiling" = yes ||
1879 test -x conftest$ac_exeext
1880 }; then :
1881 ac_retval=0
1882else
1883 $as_echo "$as_me: failed program was:" >&5
1884sed 's/^/| /' conftest.$ac_ext >&5
1885
1886 ac_retval=1
1887fi
1888 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1889 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1890 # interfere with the next link command; also delete a directory that is
1891 # left behind by Apple's compiler. We do this before executing the actions.
1892 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1894 as_fn_set_status $ac_retval
1895
1896} # ac_fn_c_try_link
1897
1898# ac_fn_c_check_func LINENO FUNC VAR
1899# ----------------------------------
1900# Tests whether FUNC exists, setting the cache variable VAR accordingly
1901ac_fn_c_check_func ()
1902{
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905$as_echo_n "checking for $2... " >&6; }
1906if eval \${$3+:} false; then :
1907 $as_echo_n "(cached) " >&6
1908else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910/* end confdefs.h. */
1911/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1913#define $2 innocuous_$2
1914
1915/* System header to define __stub macros and hopefully few prototypes,
1916 which can conflict with char $2 (); below.
1917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1918 <limits.h> exists even on freestanding compilers. */
1919
1920#ifdef __STDC__
1921# include <limits.h>
1922#else
1923# include <assert.h>
1924#endif
1925
1926#undef $2
1927
1928/* Override any GCC internal prototype to avoid an error.
1929 Use char because int might match the return type of a GCC
1930 builtin and then its argument prototype would still apply. */
1931#ifdef __cplusplus
1932extern "C"
1933#endif
1934char $2 ();
1935/* The GNU C library defines this for functions which it implements
1936 to always fail with ENOSYS. Some functions are actually named
1937 something starting with __ and the normal name is an alias. */
1938#if defined __stub_$2 || defined __stub___$2
1939choke me
1940#endif
1941
1942int
1943main ()
1944{
1945return $2 ();
1946 ;
1947 return 0;
1948}
1949_ACEOF
1950if ac_fn_c_try_link "$LINENO"; then :
1951 eval "$3=yes"
1952else
1953 eval "$3=no"
1954fi
1955rm -f core conftest.err conftest.$ac_objext \
1956 conftest$ac_exeext conftest.$ac_ext
1957fi
1958eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960$as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1962
1963} # ac_fn_c_check_func
1964
1965# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1966# ---------------------------------------------
1967# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1968# accordingly.
1969ac_fn_c_check_decl ()
1970{
1971 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1972 as_decl_name=`echo $2|sed 's/ *(.*//'`
1973 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1975$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1976if eval \${$3+:} false; then :
1977 $as_echo_n "(cached) " >&6
1978else
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980/* end confdefs.h. */
1981$4
1982int
1983main ()
1984{
1985#ifndef $as_decl_name
1986#ifdef __cplusplus
1987 (void) $as_decl_use;
1988#else
1989 (void) $as_decl_name;
1990#endif
1991#endif
1992
1993 ;
1994 return 0;
1995}
1996_ACEOF
1997if ac_fn_c_try_compile "$LINENO"; then :
1998 eval "$3=yes"
1999else
2000 eval "$3=no"
2001fi
2002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003fi
2004eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006$as_echo "$ac_res" >&6; }
2007 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2008
2009} # ac_fn_c_check_decl
2010cat >config.log <<_ACEOF
2011This file contains any messages produced by compilers while
2012running configure, to aid debugging if configure makes a mistake.
2013
2014It was created by gas $as_me 2.41.50, which was
2015generated by GNU Autoconf 2.69. Invocation command line was
2016
2017 $ $0 $@
2018
2019_ACEOF
2020exec 5>>config.log
2021{
2022cat <<_ASUNAME
2023## --------- ##
2024## Platform. ##
2025## --------- ##
2026
2027hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2028uname -m = `(uname -m) 2>/dev/null || echo unknown`
2029uname -r = `(uname -r) 2>/dev/null || echo unknown`
2030uname -s = `(uname -s) 2>/dev/null || echo unknown`
2031uname -v = `(uname -v) 2>/dev/null || echo unknown`
2032
2033/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2034/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2035
2036/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2037/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2038/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2039/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2040/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2041/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2042/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2043
2044_ASUNAME
2045
2046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047for as_dir in $PATH
2048do
2049 IFS=$as_save_IFS
2050 test -z "$as_dir" && as_dir=.
2051 $as_echo "PATH: $as_dir"
2052 done
2053IFS=$as_save_IFS
2054
2055} >&5
2056
2057cat >&5 <<_ACEOF
2058
2059
2060## ----------- ##
2061## Core tests. ##
2062## ----------- ##
2063
2064_ACEOF
2065
2066
2067# Keep a trace of the command line.
2068# Strip out --no-create and --no-recursion so they do not pile up.
2069# Strip out --silent because we don't want to record it for future runs.
2070# Also quote any args containing shell meta-characters.
2071# Make two passes to allow for proper duplicate-argument suppression.
2072ac_configure_args=
2073ac_configure_args0=
2074ac_configure_args1=
2075ac_must_keep_next=false
2076for ac_pass in 1 2
2077do
2078 for ac_arg
2079 do
2080 case $ac_arg in
2081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083 | -silent | --silent | --silen | --sile | --sil)
2084 continue ;;
2085 *\'*)
2086 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2087 esac
2088 case $ac_pass in
2089 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2090 2)
2091 as_fn_append ac_configure_args1 " '$ac_arg'"
2092 if test $ac_must_keep_next = true; then
2093 ac_must_keep_next=false # Got value, back to normal.
2094 else
2095 case $ac_arg in
2096 *=* | --config-cache | -C | -disable-* | --disable-* \
2097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099 | -with-* | --with-* | -without-* | --without-* | --x)
2100 case "$ac_configure_args0 " in
2101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2102 esac
2103 ;;
2104 -* ) ac_must_keep_next=true ;;
2105 esac
2106 fi
2107 as_fn_append ac_configure_args " '$ac_arg'"
2108 ;;
2109 esac
2110 done
2111done
2112{ ac_configure_args0=; unset ac_configure_args0;}
2113{ ac_configure_args1=; unset ac_configure_args1;}
2114
2115# When interrupted or exit'd, cleanup temporary files, and complete
2116# config.log. We remove comments because anyway the quotes in there
2117# would cause problems or look ugly.
2118# WARNING: Use '\'' to represent an apostrophe within the trap.
2119# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2120trap 'exit_status=$?
2121 # Save into config.log some information that might help in debugging.
2122 {
2123 echo
2124
2125 $as_echo "## ---------------- ##
2126## Cache variables. ##
2127## ---------------- ##"
2128 echo
2129 # The following way of writing the cache mishandles newlines in values,
2130(
2131 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2132 eval ac_val=\$$ac_var
2133 case $ac_val in #(
2134 *${as_nl}*)
2135 case $ac_var in #(
2136 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2137$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2138 esac
2139 case $ac_var in #(
2140 _ | IFS | as_nl) ;; #(
2141 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2142 *) { eval $ac_var=; unset $ac_var;} ;;
2143 esac ;;
2144 esac
2145 done
2146 (set) 2>&1 |
2147 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2148 *${as_nl}ac_space=\ *)
2149 sed -n \
2150 "s/'\''/'\''\\\\'\'''\''/g;
2151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2152 ;; #(
2153 *)
2154 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2155 ;;
2156 esac |
2157 sort
2158)
2159 echo
2160
2161 $as_echo "## ----------------- ##
2162## Output variables. ##
2163## ----------------- ##"
2164 echo
2165 for ac_var in $ac_subst_vars
2166 do
2167 eval ac_val=\$$ac_var
2168 case $ac_val in
2169 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 esac
2171 $as_echo "$ac_var='\''$ac_val'\''"
2172 done | sort
2173 echo
2174
2175 if test -n "$ac_subst_files"; then
2176 $as_echo "## ------------------- ##
2177## File substitutions. ##
2178## ------------------- ##"
2179 echo
2180 for ac_var in $ac_subst_files
2181 do
2182 eval ac_val=\$$ac_var
2183 case $ac_val in
2184 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2185 esac
2186 $as_echo "$ac_var='\''$ac_val'\''"
2187 done | sort
2188 echo
2189 fi
2190
2191 if test -s confdefs.h; then
2192 $as_echo "## ----------- ##
2193## confdefs.h. ##
2194## ----------- ##"
2195 echo
2196 cat confdefs.h
2197 echo
2198 fi
2199 test "$ac_signal" != 0 &&
2200 $as_echo "$as_me: caught signal $ac_signal"
2201 $as_echo "$as_me: exit $exit_status"
2202 } >&5
2203 rm -f core *.core core.conftest.* &&
2204 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2205 exit $exit_status
2206' 0
2207for ac_signal in 1 2 13 15; do
2208 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2209done
2210ac_signal=0
2211
2212# confdefs.h avoids OS command line length limits that DEFS can exceed.
2213rm -f -r conftest* confdefs.h
2214
2215$as_echo "/* confdefs.h */" > confdefs.h
2216
2217# Predefined preprocessor variables.
2218
2219cat >>confdefs.h <<_ACEOF
2220#define PACKAGE_NAME "$PACKAGE_NAME"
2221_ACEOF
2222
2223cat >>confdefs.h <<_ACEOF
2224#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2225_ACEOF
2226
2227cat >>confdefs.h <<_ACEOF
2228#define PACKAGE_VERSION "$PACKAGE_VERSION"
2229_ACEOF
2230
2231cat >>confdefs.h <<_ACEOF
2232#define PACKAGE_STRING "$PACKAGE_STRING"
2233_ACEOF
2234
2235cat >>confdefs.h <<_ACEOF
2236#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2237_ACEOF
2238
2239cat >>confdefs.h <<_ACEOF
2240#define PACKAGE_URL "$PACKAGE_URL"
2241_ACEOF
2242
2243
2244# Let the site file select an alternate cache file if it wants to.
2245# Prefer an explicitly selected file to automatically selected ones.
2246ac_site_file1=NONE
2247ac_site_file2=NONE
2248if test -n "$CONFIG_SITE"; then
2249 # We do not want a PATH search for config.site.
2250 case $CONFIG_SITE in #((
2251 -*) ac_site_file1=./$CONFIG_SITE;;
2252 */*) ac_site_file1=$CONFIG_SITE;;
2253 *) ac_site_file1=./$CONFIG_SITE;;
2254 esac
2255elif test "x$prefix" != xNONE; then
2256 ac_site_file1=$prefix/share/config.site
2257 ac_site_file2=$prefix/etc/config.site
2258else
2259 ac_site_file1=$ac_default_prefix/share/config.site
2260 ac_site_file2=$ac_default_prefix/etc/config.site
2261fi
2262for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2263do
2264 test "x$ac_site_file" = xNONE && continue
2265 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2267$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2268 sed 's/^/| /' "$ac_site_file" >&5
2269 . "$ac_site_file" \
2270 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272as_fn_error $? "failed to load site script $ac_site_file
2273See \`config.log' for more details" "$LINENO" 5; }
2274 fi
2275done
2276
2277if test -r "$cache_file"; then
2278 # Some versions of bash will fail to source /dev/null (special files
2279 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2280 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2282$as_echo "$as_me: loading cache $cache_file" >&6;}
2283 case $cache_file in
2284 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2285 *) . "./$cache_file";;
2286 esac
2287 fi
2288else
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2290$as_echo "$as_me: creating cache $cache_file" >&6;}
2291 >$cache_file
2292fi
2293
2294# Check that the precious variables saved in the cache have kept the same
2295# value.
2296ac_cache_corrupted=false
2297for ac_var in $ac_precious_vars; do
2298 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2299 eval ac_new_set=\$ac_env_${ac_var}_set
2300 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2301 eval ac_new_val=\$ac_env_${ac_var}_value
2302 case $ac_old_set,$ac_new_set in
2303 set,)
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2305$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2306 ac_cache_corrupted=: ;;
2307 ,set)
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2309$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2310 ac_cache_corrupted=: ;;
2311 ,);;
2312 *)
2313 if test "x$ac_old_val" != "x$ac_new_val"; then
2314 # differences in whitespace do not lead to failure.
2315 ac_old_val_w=`echo x $ac_old_val`
2316 ac_new_val_w=`echo x $ac_new_val`
2317 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2319$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2320 ac_cache_corrupted=:
2321 else
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2323$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2324 eval $ac_var=\$ac_old_val
2325 fi
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2327$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2329$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2330 fi;;
2331 esac
2332 # Pass precious variables to config.status.
2333 if test "$ac_new_set" = set; then
2334 case $ac_new_val in
2335 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2336 *) ac_arg=$ac_var=$ac_new_val ;;
2337 esac
2338 case " $ac_configure_args " in
2339 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2340 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2341 esac
2342 fi
2343done
2344if $ac_cache_corrupted; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2346$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2348$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2349 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2350fi
2351## -------------------- ##
2352## Main body of script. ##
2353## -------------------- ##
2354
2355ac_ext=c
2356ac_cpp='$CPP $CPPFLAGS'
2357ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2358ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2359ac_compiler_gnu=$ac_cv_c_compiler_gnu
2360
2361
2362
2363
2364
2365
2366
2367ac_aux_dir=
2368for ac_dir in .. "$srcdir"/..; do
2369 if test -f "$ac_dir/install-sh"; then
2370 ac_aux_dir=$ac_dir
2371 ac_install_sh="$ac_aux_dir/install-sh -c"
2372 break
2373 elif test -f "$ac_dir/install.sh"; then
2374 ac_aux_dir=$ac_dir
2375 ac_install_sh="$ac_aux_dir/install.sh -c"
2376 break
2377 elif test -f "$ac_dir/shtool"; then
2378 ac_aux_dir=$ac_dir
2379 ac_install_sh="$ac_aux_dir/shtool install -c"
2380 break
2381 fi
2382done
2383if test -z "$ac_aux_dir"; then
2384 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2385fi
2386
2387# These three variables are undocumented and unsupported,
2388# and are intended to be withdrawn in a future Autoconf release.
2389# They can cause serious problems if a builder's source tree is in a directory
2390# whose full name contains unusual characters.
2391ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2392ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2393ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2394
2395
2396# Make sure we can run config.sub.
2397$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2398 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2399
2400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2401$as_echo_n "checking build system type... " >&6; }
2402if ${ac_cv_build+:} false; then :
2403 $as_echo_n "(cached) " >&6
2404else
2405 ac_build_alias=$build_alias
2406test "x$ac_build_alias" = x &&
2407 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2408test "x$ac_build_alias" = x &&
2409 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2410ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2411 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2412
2413fi
2414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2415$as_echo "$ac_cv_build" >&6; }
2416case $ac_cv_build in
2417*-*-*) ;;
2418*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2419esac
2420build=$ac_cv_build
2421ac_save_IFS=$IFS; IFS='-'
2422set x $ac_cv_build
2423shift
2424build_cpu=$1
2425build_vendor=$2
2426shift; shift
2427# Remember, the first character of IFS is used to create $*,
2428# except with old shells:
2429build_os=$*
2430IFS=$ac_save_IFS
2431case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2432
2433
2434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2435$as_echo_n "checking host system type... " >&6; }
2436if ${ac_cv_host+:} false; then :
2437 $as_echo_n "(cached) " >&6
2438else
2439 if test "x$host_alias" = x; then
2440 ac_cv_host=$ac_cv_build
2441else
2442 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2444fi
2445
2446fi
2447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2448$as_echo "$ac_cv_host" >&6; }
2449case $ac_cv_host in
2450*-*-*) ;;
2451*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2452esac
2453host=$ac_cv_host
2454ac_save_IFS=$IFS; IFS='-'
2455set x $ac_cv_host
2456shift
2457host_cpu=$1
2458host_vendor=$2
2459shift; shift
2460# Remember, the first character of IFS is used to create $*,
2461# except with old shells:
2462host_os=$*
2463IFS=$ac_save_IFS
2464case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2465
2466
2467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2468$as_echo_n "checking target system type... " >&6; }
2469if ${ac_cv_target+:} false; then :
2470 $as_echo_n "(cached) " >&6
2471else
2472 if test "x$target_alias" = x; then
2473 ac_cv_target=$ac_cv_host
2474else
2475 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2476 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2477fi
2478
2479fi
2480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2481$as_echo "$ac_cv_target" >&6; }
2482case $ac_cv_target in
2483*-*-*) ;;
2484*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2485esac
2486target=$ac_cv_target
2487ac_save_IFS=$IFS; IFS='-'
2488set x $ac_cv_target
2489shift
2490target_cpu=$1
2491target_vendor=$2
2492shift; shift
2493# Remember, the first character of IFS is used to create $*,
2494# except with old shells:
2495target_os=$*
2496IFS=$ac_save_IFS
2497case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2498
2499
2500# The aliases save the names the user supplied, while $host etc.
2501# will get canonicalized.
2502test -n "$target_alias" &&
2503 test "$program_prefix$program_suffix$program_transform_name" = \
2504 NONENONEs,x,x, &&
2505 program_prefix=${target_alias}-
2506
2507am__api_version='1.15'
2508
2509# Find a good install program. We prefer a C program (faster),
2510# so one script is as good as another. But avoid the broken or
2511# incompatible versions:
2512# SysV /etc/install, /usr/sbin/install
2513# SunOS /usr/etc/install
2514# IRIX /sbin/install
2515# AIX /bin/install
2516# AmigaOS /C/install, which installs bootblocks on floppy discs
2517# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2518# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2519# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2520# OS/2's system install, which has a completely different semantic
2521# ./install, which can be erroneously created by make from ./install.sh.
2522# Reject install programs that cannot install multiple files.
2523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2524$as_echo_n "checking for a BSD-compatible install... " >&6; }
2525if test -z "$INSTALL"; then
2526if ${ac_cv_path_install+:} false; then :
2527 $as_echo_n "(cached) " >&6
2528else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530for as_dir in $PATH
2531do
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
2534 # Account for people who put trailing slashes in PATH elements.
2535case $as_dir/ in #((
2536 ./ | .// | /[cC]/* | \
2537 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2538 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2539 /usr/ucb/* ) ;;
2540 *)
2541 # OSF1 and SCO ODT 3.0 have their own names for install.
2542 # Don't use installbsd from OSF since it installs stuff as root
2543 # by default.
2544 for ac_prog in ginstall scoinst install; do
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2547 if test $ac_prog = install &&
2548 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2549 # AIX install. It has an incompatible calling convention.
2550 :
2551 elif test $ac_prog = install &&
2552 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2553 # program-specific install script used by HP pwplus--don't use.
2554 :
2555 else
2556 rm -rf conftest.one conftest.two conftest.dir
2557 echo one > conftest.one
2558 echo two > conftest.two
2559 mkdir conftest.dir
2560 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2561 test -s conftest.one && test -s conftest.two &&
2562 test -s conftest.dir/conftest.one &&
2563 test -s conftest.dir/conftest.two
2564 then
2565 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2566 break 3
2567 fi
2568 fi
2569 fi
2570 done
2571 done
2572 ;;
2573esac
2574
2575 done
2576IFS=$as_save_IFS
2577
2578rm -rf conftest.one conftest.two conftest.dir
2579
2580fi
2581 if test "${ac_cv_path_install+set}" = set; then
2582 INSTALL=$ac_cv_path_install
2583 else
2584 # As a last resort, use the slow shell script. Don't cache a
2585 # value for INSTALL within a source directory, because that will
2586 # break other packages using the cache if that directory is
2587 # removed, or if the value is a relative name.
2588 INSTALL=$ac_install_sh
2589 fi
2590fi
2591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2592$as_echo "$INSTALL" >&6; }
2593
2594# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2595# It thinks the first close brace ends the variable substitution.
2596test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2597
2598test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2599
2600test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2601
2602{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2603$as_echo_n "checking whether build environment is sane... " >&6; }
2604# Reject unsafe characters in $srcdir or the absolute working directory
2605# name. Accept space and tab only in the latter.
2606am_lf='
2607'
2608case `pwd` in
2609 *[\\\"\#\$\&\'\`$am_lf]*)
2610 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2611esac
2612case $srcdir in
2613 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2614 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2615esac
2616
2617# Do 'set' in a subshell so we don't clobber the current shell's
2618# arguments. Must try -L first in case configure is actually a
2619# symlink; some systems play weird games with the mod time of symlinks
2620# (eg FreeBSD returns the mod time of the symlink's containing
2621# directory).
2622if (
2623 am_has_slept=no
2624 for am_try in 1 2; do
2625 echo "timestamp, slept: $am_has_slept" > conftest.file
2626 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2627 if test "$*" = "X"; then
2628 # -L didn't work.
2629 set X `ls -t "$srcdir/configure" conftest.file`
2630 fi
2631 if test "$*" != "X $srcdir/configure conftest.file" \
2632 && test "$*" != "X conftest.file $srcdir/configure"; then
2633
2634 # If neither matched, then we have a broken ls. This can happen
2635 # if, for instance, CONFIG_SHELL is bash and it inherits a
2636 # broken ls alias from the environment. This has actually
2637 # happened. Such a system could not be considered "sane".
2638 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2639 alias in your environment" "$LINENO" 5
2640 fi
2641 if test "$2" = conftest.file || test $am_try -eq 2; then
2642 break
2643 fi
2644 # Just in case.
2645 sleep 1
2646 am_has_slept=yes
2647 done
2648 test "$2" = conftest.file
2649 )
2650then
2651 # Ok.
2652 :
2653else
2654 as_fn_error $? "newly created file is older than distributed files!
2655Check your system clock" "$LINENO" 5
2656fi
2657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2658$as_echo "yes" >&6; }
2659# If we didn't sleep, we still need to ensure time stamps of config.status and
2660# generated files are strictly newer.
2661am_sleep_pid=
2662if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2663 ( sleep 1 ) &
2664 am_sleep_pid=$!
2665fi
2666
2667rm -f conftest.file
2668
2669test "$program_prefix" != NONE &&
2670 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2671# Use a double $ so make ignores it.
2672test "$program_suffix" != NONE &&
2673 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2674# Double any \ or $.
2675# By default was `s,x,x', remove it if useless.
2676ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2677program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2678
2679# Expand $ac_aux_dir to an absolute path.
2680am_aux_dir=`cd "$ac_aux_dir" && pwd`
2681
2682if test x"${MISSING+set}" != xset; then
2683 case $am_aux_dir in
2684 *\ * | *\ *)
2685 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2686 *)
2687 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2688 esac
2689fi
2690# Use eval to expand $SHELL
2691if eval "$MISSING --is-lightweight"; then
2692 am_missing_run="$MISSING "
2693else
2694 am_missing_run=
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2696$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2697fi
2698
2699if test x"${install_sh+set}" != xset; then
2700 case $am_aux_dir in
2701 *\ * | *\ *)
2702 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2703 *)
2704 install_sh="\${SHELL} $am_aux_dir/install-sh"
2705 esac
2706fi
2707
2708# Installed binaries are usually stripped using 'strip' when the user
2709# run "make install-strip". However 'strip' might not be the right
2710# tool to use in cross-compilation environments, therefore Automake
2711# will honor the 'STRIP' environment variable to overrule this program.
2712if test "$cross_compiling" != no; then
2713 if test -n "$ac_tool_prefix"; then
2714 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2715set dummy ${ac_tool_prefix}strip; ac_word=$2
2716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2717$as_echo_n "checking for $ac_word... " >&6; }
2718if ${ac_cv_prog_STRIP+:} false; then :
2719 $as_echo_n "(cached) " >&6
2720else
2721 if test -n "$STRIP"; then
2722 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2723else
2724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2725for as_dir in $PATH
2726do
2727 IFS=$as_save_IFS
2728 test -z "$as_dir" && as_dir=.
2729 for ac_exec_ext in '' $ac_executable_extensions; do
2730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2731 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2733 break 2
2734 fi
2735done
2736 done
2737IFS=$as_save_IFS
2738
2739fi
2740fi
2741STRIP=$ac_cv_prog_STRIP
2742if test -n "$STRIP"; then
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2744$as_echo "$STRIP" >&6; }
2745else
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2747$as_echo "no" >&6; }
2748fi
2749
2750
2751fi
2752if test -z "$ac_cv_prog_STRIP"; then
2753 ac_ct_STRIP=$STRIP
2754 # Extract the first word of "strip", so it can be a program name with args.
2755set dummy strip; ac_word=$2
2756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757$as_echo_n "checking for $ac_word... " >&6; }
2758if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2759 $as_echo_n "(cached) " >&6
2760else
2761 if test -n "$ac_ct_STRIP"; then
2762 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2763else
2764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2765for as_dir in $PATH
2766do
2767 IFS=$as_save_IFS
2768 test -z "$as_dir" && as_dir=.
2769 for ac_exec_ext in '' $ac_executable_extensions; do
2770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2771 ac_cv_prog_ac_ct_STRIP="strip"
2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2773 break 2
2774 fi
2775done
2776 done
2777IFS=$as_save_IFS
2778
2779fi
2780fi
2781ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2782if test -n "$ac_ct_STRIP"; then
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2784$as_echo "$ac_ct_STRIP" >&6; }
2785else
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2787$as_echo "no" >&6; }
2788fi
2789
2790 if test "x$ac_ct_STRIP" = x; then
2791 STRIP=":"
2792 else
2793 case $cross_compiling:$ac_tool_warned in
2794yes:)
2795{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2796$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2797ac_tool_warned=yes ;;
2798esac
2799 STRIP=$ac_ct_STRIP
2800 fi
2801else
2802 STRIP="$ac_cv_prog_STRIP"
2803fi
2804
2805fi
2806INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2807
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2809$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2810if test -z "$MKDIR_P"; then
2811 if ${ac_cv_path_mkdir+:} false; then :
2812 $as_echo_n "(cached) " >&6
2813else
2814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2815for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2816do
2817 IFS=$as_save_IFS
2818 test -z "$as_dir" && as_dir=.
2819 for ac_prog in mkdir gmkdir; do
2820 for ac_exec_ext in '' $ac_executable_extensions; do
2821 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2822 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2823 'mkdir (GNU coreutils) '* | \
2824 'mkdir (coreutils) '* | \
2825 'mkdir (fileutils) '4.1*)
2826 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2827 break 3;;
2828 esac
2829 done
2830 done
2831 done
2832IFS=$as_save_IFS
2833
2834fi
2835
2836 test -d ./--version && rmdir ./--version
2837 if test "${ac_cv_path_mkdir+set}" = set; then
2838 MKDIR_P="$ac_cv_path_mkdir -p"
2839 else
2840 # As a last resort, use the slow shell script. Don't cache a
2841 # value for MKDIR_P within a source directory, because that will
2842 # break other packages using the cache if that directory is
2843 # removed, or if the value is a relative name.
2844 MKDIR_P="$ac_install_sh -d"
2845 fi
2846fi
2847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2848$as_echo "$MKDIR_P" >&6; }
2849
2850for ac_prog in gawk mawk nawk awk
2851do
2852 # Extract the first word of "$ac_prog", so it can be a program name with args.
2853set dummy $ac_prog; ac_word=$2
2854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855$as_echo_n "checking for $ac_word... " >&6; }
2856if ${ac_cv_prog_AWK+:} false; then :
2857 $as_echo_n "(cached) " >&6
2858else
2859 if test -n "$AWK"; then
2860 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2861else
2862as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863for as_dir in $PATH
2864do
2865 IFS=$as_save_IFS
2866 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
2868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2869 ac_cv_prog_AWK="$ac_prog"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2871 break 2
2872 fi
2873done
2874 done
2875IFS=$as_save_IFS
2876
2877fi
2878fi
2879AWK=$ac_cv_prog_AWK
2880if test -n "$AWK"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2882$as_echo "$AWK" >&6; }
2883else
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885$as_echo "no" >&6; }
2886fi
2887
2888
2889 test -n "$AWK" && break
2890done
2891
2892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2893$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2894set x ${MAKE-make}
2895ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2896if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2897 $as_echo_n "(cached) " >&6
2898else
2899 cat >conftest.make <<\_ACEOF
2900SHELL = /bin/sh
2901all:
2902 @echo '@@@%%%=$(MAKE)=@@@%%%'
2903_ACEOF
2904# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2905case `${MAKE-make} -f conftest.make 2>/dev/null` in
2906 *@@@%%%=?*=@@@%%%*)
2907 eval ac_cv_prog_make_${ac_make}_set=yes;;
2908 *)
2909 eval ac_cv_prog_make_${ac_make}_set=no;;
2910esac
2911rm -f conftest.make
2912fi
2913if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2915$as_echo "yes" >&6; }
2916 SET_MAKE=
2917else
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2919$as_echo "no" >&6; }
2920 SET_MAKE="MAKE=${MAKE-make}"
2921fi
2922
2923rm -rf .tst 2>/dev/null
2924mkdir .tst 2>/dev/null
2925if test -d .tst; then
2926 am__leading_dot=.
2927else
2928 am__leading_dot=_
2929fi
2930rmdir .tst 2>/dev/null
2931
2932# Check whether --enable-silent-rules was given.
2933if test "${enable_silent_rules+set}" = set; then :
2934 enableval=$enable_silent_rules;
2935fi
2936
2937case $enable_silent_rules in # (((
2938 yes) AM_DEFAULT_VERBOSITY=0;;
2939 no) AM_DEFAULT_VERBOSITY=1;;
2940 *) AM_DEFAULT_VERBOSITY=1;;
2941esac
2942am_make=${MAKE-make}
2943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2944$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2945if ${am_cv_make_support_nested_variables+:} false; then :
2946 $as_echo_n "(cached) " >&6
2947else
2948 if $as_echo 'TRUE=$(BAR$(V))
2949BAR0=false
2950BAR1=true
2951V=1
2952am__doit:
2953 @$(TRUE)
2954.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2955 am_cv_make_support_nested_variables=yes
2956else
2957 am_cv_make_support_nested_variables=no
2958fi
2959fi
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2961$as_echo "$am_cv_make_support_nested_variables" >&6; }
2962if test $am_cv_make_support_nested_variables = yes; then
2963 AM_V='$(V)'
2964 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2965else
2966 AM_V=$AM_DEFAULT_VERBOSITY
2967 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2968fi
2969AM_BACKSLASH='\'
2970
2971if test "`cd $srcdir && pwd`" != "`pwd`"; then
2972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2973 # is not polluted with repeated "-I."
2974 am__isrc=' -I$(srcdir)'
2975 # test to see if srcdir already configured
2976 if test -f $srcdir/config.status; then
2977 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2978 fi
2979fi
2980
2981# test whether we have cygpath
2982if test -z "$CYGPATH_W"; then
2983 if (cygpath --version) >/dev/null 2>/dev/null; then
2984 CYGPATH_W='cygpath -w'
2985 else
2986 CYGPATH_W=echo
2987 fi
2988fi
2989
2990
2991# Define the identity of the package.
2992 PACKAGE='gas'
2993 VERSION='2.41.50'
2994
2995
2996cat >>confdefs.h <<_ACEOF
2997#define PACKAGE "$PACKAGE"
2998_ACEOF
2999
3000
3001cat >>confdefs.h <<_ACEOF
3002#define VERSION "$VERSION"
3003_ACEOF
3004
3005# Some tools Automake needs.
3006
3007ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3008
3009
3010AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3011
3012
3013AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3014
3015
3016AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3017
3018
3019MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3020
3021# For better backward compatibility. To be removed once Automake 1.9.x
3022# dies out for good. For more background, see:
3023# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3024# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3025mkdir_p='$(MKDIR_P)'
3026
3027# We need awk for the "check" target (and possibly the TAP driver). The
3028# system "awk" is bad on some platforms.
3029# Always define AMTAR for backward compatibility. Yes, it's still used
3030# in the wild :-( We should find a proper way to deprecate it ...
3031AMTAR='$${TAR-tar}'
3032
3033
3034# We'll loop over all known methods to create a tar archive until one works.
3035_am_tools='gnutar pax cpio none'
3036
3037am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3038
3039
3040
3041
3042
3043
3044# POSIX will say in a future version that running "rm -f" with no argument
3045# is OK; and we want to be able to make that assumption in our Makefile
3046# recipes. So use an aggressive probe to check that the usage we want is
3047# actually supported "in the wild" to an acceptable degree.
3048# See automake bug#10828.
3049# To make any issue more visible, cause the running configure to be aborted
3050# by default if the 'rm' program in use doesn't match our expectations; the
3051# user can still override this though.
3052if rm -f && rm -fr && rm -rf; then : OK; else
3053 cat >&2 <<'END'
3054Oops!
3055
3056Your 'rm' program seems unable to run without file operands specified
3057on the command line, even when the '-f' option is present. This is contrary
3058to the behaviour of most rm programs out there, and not conforming with
3059the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3060
3061Please tell bug-automake@gnu.org about your system, including the value
3062of your $PATH and any error possibly output before this message. This
3063can help us improve future automake versions.
3064
3065END
3066 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3067 echo 'Configuration will proceed anyway, since you have set the' >&2
3068 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3069 echo >&2
3070 else
3071 cat >&2 <<'END'
3072Aborting the configuration process, to ensure you take notice of the issue.
3073
3074You can download and install GNU coreutils to get an 'rm' implementation
3075that behaves properly: <http://www.gnu.org/software/coreutils/>.
3076
3077If you want to complete the configuration process using your problematic
3078'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3079to "yes", and re-run configure.
3080
3081END
3082 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3083 fi
3084fi
3085
3086# Check whether --enable-silent-rules was given.
3087if test "${enable_silent_rules+set}" = set; then :
3088 enableval=$enable_silent_rules;
3089fi
3090
3091case $enable_silent_rules in # (((
3092 yes) AM_DEFAULT_VERBOSITY=0;;
3093 no) AM_DEFAULT_VERBOSITY=1;;
3094 *) AM_DEFAULT_VERBOSITY=0;;
3095esac
3096am_make=${MAKE-make}
3097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3098$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3099if ${am_cv_make_support_nested_variables+:} false; then :
3100 $as_echo_n "(cached) " >&6
3101else
3102 if $as_echo 'TRUE=$(BAR$(V))
3103BAR0=false
3104BAR1=true
3105V=1
3106am__doit:
3107 @$(TRUE)
3108.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3109 am_cv_make_support_nested_variables=yes
3110else
3111 am_cv_make_support_nested_variables=no
3112fi
3113fi
3114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3115$as_echo "$am_cv_make_support_nested_variables" >&6; }
3116if test $am_cv_make_support_nested_variables = yes; then
3117 AM_V='$(V)'
3118 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3119else
3120 AM_V=$AM_DEFAULT_VERBOSITY
3121 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3122fi
3123AM_BACKSLASH='\'
3124
3125
3126ac_ext=c
3127ac_cpp='$CPP $CPPFLAGS'
3128ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3129ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3130ac_compiler_gnu=$ac_cv_c_compiler_gnu
3131if test -n "$ac_tool_prefix"; then
3132 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3133set dummy ${ac_tool_prefix}gcc; ac_word=$2
3134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135$as_echo_n "checking for $ac_word... " >&6; }
3136if ${ac_cv_prog_CC+:} false; then :
3137 $as_echo_n "(cached) " >&6
3138else
3139 if test -n "$CC"; then
3140 ac_cv_prog_CC="$CC" # Let the user override the test.
3141else
3142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143for as_dir in $PATH
3144do
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3149 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 break 2
3152 fi
3153done
3154 done
3155IFS=$as_save_IFS
3156
3157fi
3158fi
3159CC=$ac_cv_prog_CC
3160if test -n "$CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3162$as_echo "$CC" >&6; }
3163else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165$as_echo "no" >&6; }
3166fi
3167
3168
3169fi
3170if test -z "$ac_cv_prog_CC"; then
3171 ac_ct_CC=$CC
3172 # Extract the first word of "gcc", so it can be a program name with args.
3173set dummy gcc; ac_word=$2
3174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3175$as_echo_n "checking for $ac_word... " >&6; }
3176if ${ac_cv_prog_ac_ct_CC+:} false; then :
3177 $as_echo_n "(cached) " >&6
3178else
3179 if test -n "$ac_ct_CC"; then
3180 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3181else
3182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3183for as_dir in $PATH
3184do
3185 IFS=$as_save_IFS
3186 test -z "$as_dir" && as_dir=.
3187 for ac_exec_ext in '' $ac_executable_extensions; do
3188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3189 ac_cv_prog_ac_ct_CC="gcc"
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
3197fi
3198fi
3199ac_ct_CC=$ac_cv_prog_ac_ct_CC
3200if test -n "$ac_ct_CC"; then
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3202$as_echo "$ac_ct_CC" >&6; }
3203else
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3205$as_echo "no" >&6; }
3206fi
3207
3208 if test "x$ac_ct_CC" = x; then
3209 CC=""
3210 else
3211 case $cross_compiling:$ac_tool_warned in
3212yes:)
3213{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3214$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3215ac_tool_warned=yes ;;
3216esac
3217 CC=$ac_ct_CC
3218 fi
3219else
3220 CC="$ac_cv_prog_CC"
3221fi
3222
3223if test -z "$CC"; then
3224 if test -n "$ac_tool_prefix"; then
3225 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3226set dummy ${ac_tool_prefix}cc; ac_word=$2
3227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228$as_echo_n "checking for $ac_word... " >&6; }
3229if ${ac_cv_prog_CC+:} false; then :
3230 $as_echo_n "(cached) " >&6
3231else
3232 if test -n "$CC"; then
3233 ac_cv_prog_CC="$CC" # Let the user override the test.
3234else
3235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3236for as_dir in $PATH
3237do
3238 IFS=$as_save_IFS
3239 test -z "$as_dir" && as_dir=.
3240 for ac_exec_ext in '' $ac_executable_extensions; do
3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3242 ac_cv_prog_CC="${ac_tool_prefix}cc"
3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3244 break 2
3245 fi
3246done
3247 done
3248IFS=$as_save_IFS
3249
3250fi
3251fi
3252CC=$ac_cv_prog_CC
3253if test -n "$CC"; then
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3255$as_echo "$CC" >&6; }
3256else
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258$as_echo "no" >&6; }
3259fi
3260
3261
3262 fi
3263fi
3264if test -z "$CC"; then
3265 # Extract the first word of "cc", so it can be a program name with args.
3266set dummy cc; ac_word=$2
3267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268$as_echo_n "checking for $ac_word... " >&6; }
3269if ${ac_cv_prog_CC+:} false; then :
3270 $as_echo_n "(cached) " >&6
3271else
3272 if test -n "$CC"; then
3273 ac_cv_prog_CC="$CC" # Let the user override the test.
3274else
3275 ac_prog_rejected=no
3276as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277for as_dir in $PATH
3278do
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
3281 for ac_exec_ext in '' $ac_executable_extensions; do
3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3284 ac_prog_rejected=yes
3285 continue
3286 fi
3287 ac_cv_prog_CC="cc"
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
3295if test $ac_prog_rejected = yes; then
3296 # We found a bogon in the path, so make sure we never use it.
3297 set dummy $ac_cv_prog_CC
3298 shift
3299 if test $# != 0; then
3300 # We chose a different compiler from the bogus one.
3301 # However, it has the same basename, so the bogon will be chosen
3302 # first if we set CC to just the basename; use the full file name.
3303 shift
3304 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3305 fi
3306fi
3307fi
3308fi
3309CC=$ac_cv_prog_CC
3310if test -n "$CC"; then
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3312$as_echo "$CC" >&6; }
3313else
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315$as_echo "no" >&6; }
3316fi
3317
3318
3319fi
3320if test -z "$CC"; then
3321 if test -n "$ac_tool_prefix"; then
3322 for ac_prog in cl.exe
3323 do
3324 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3325set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3327$as_echo_n "checking for $ac_word... " >&6; }
3328if ${ac_cv_prog_CC+:} false; then :
3329 $as_echo_n "(cached) " >&6
3330else
3331 if test -n "$CC"; then
3332 ac_cv_prog_CC="$CC" # Let the user override the test.
3333else
3334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3335for as_dir in $PATH
3336do
3337 IFS=$as_save_IFS
3338 test -z "$as_dir" && as_dir=.
3339 for ac_exec_ext in '' $ac_executable_extensions; do
3340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3341 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3343 break 2
3344 fi
3345done
3346 done
3347IFS=$as_save_IFS
3348
3349fi
3350fi
3351CC=$ac_cv_prog_CC
3352if test -n "$CC"; then
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3354$as_echo "$CC" >&6; }
3355else
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3357$as_echo "no" >&6; }
3358fi
3359
3360
3361 test -n "$CC" && break
3362 done
3363fi
3364if test -z "$CC"; then
3365 ac_ct_CC=$CC
3366 for ac_prog in cl.exe
3367do
3368 # Extract the first word of "$ac_prog", so it can be a program name with args.
3369set dummy $ac_prog; ac_word=$2
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3371$as_echo_n "checking for $ac_word... " >&6; }
3372if ${ac_cv_prog_ac_ct_CC+:} false; then :
3373 $as_echo_n "(cached) " >&6
3374else
3375 if test -n "$ac_ct_CC"; then
3376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3377else
3378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3379for as_dir in $PATH
3380do
3381 IFS=$as_save_IFS
3382 test -z "$as_dir" && as_dir=.
3383 for ac_exec_ext in '' $ac_executable_extensions; do
3384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3385 ac_cv_prog_ac_ct_CC="$ac_prog"
3386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3387 break 2
3388 fi
3389done
3390 done
3391IFS=$as_save_IFS
3392
3393fi
3394fi
3395ac_ct_CC=$ac_cv_prog_ac_ct_CC
3396if test -n "$ac_ct_CC"; then
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3398$as_echo "$ac_ct_CC" >&6; }
3399else
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3401$as_echo "no" >&6; }
3402fi
3403
3404
3405 test -n "$ac_ct_CC" && break
3406done
3407
3408 if test "x$ac_ct_CC" = x; then
3409 CC=""
3410 else
3411 case $cross_compiling:$ac_tool_warned in
3412yes:)
3413{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3414$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3415ac_tool_warned=yes ;;
3416esac
3417 CC=$ac_ct_CC
3418 fi
3419fi
3420
3421fi
3422
3423
3424test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3426as_fn_error $? "no acceptable C compiler found in \$PATH
3427See \`config.log' for more details" "$LINENO" 5; }
3428
3429# Provide some information about the compiler.
3430$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3431set X $ac_compile
3432ac_compiler=$2
3433for ac_option in --version -v -V -qversion; do
3434 { { ac_try="$ac_compiler $ac_option >&5"
3435case "(($ac_try" in
3436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437 *) ac_try_echo=$ac_try;;
3438esac
3439eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440$as_echo "$ac_try_echo"; } >&5
3441 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3442 ac_status=$?
3443 if test -s conftest.err; then
3444 sed '10a\
3445... rest of stderr output deleted ...
3446 10q' conftest.err >conftest.er1
3447 cat conftest.er1 >&5
3448 fi
3449 rm -f conftest.er1 conftest.err
3450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3451 test $ac_status = 0; }
3452done
3453
3454cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455/* end confdefs.h. */
3456
3457int
3458main ()
3459{
3460
3461 ;
3462 return 0;
3463}
3464_ACEOF
3465ac_clean_files_save=$ac_clean_files
3466ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3467# Try to create an executable without -o first, disregard a.out.
3468# It will help us diagnose broken compilers, and finding out an intuition
3469# of exeext.
3470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3471$as_echo_n "checking whether the C compiler works... " >&6; }
3472ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3473
3474# The possible output files:
3475ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3476
3477ac_rmfiles=
3478for ac_file in $ac_files
3479do
3480 case $ac_file in
3481 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3482 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3483 esac
3484done
3485rm -f $ac_rmfiles
3486
3487if { { ac_try="$ac_link_default"
3488case "(($ac_try" in
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3491esac
3492eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3493$as_echo "$ac_try_echo"; } >&5
3494 (eval "$ac_link_default") 2>&5
3495 ac_status=$?
3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3497 test $ac_status = 0; }; then :
3498 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3499# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3500# in a Makefile. We should not override ac_cv_exeext if it was cached,
3501# so that the user can short-circuit this test for compilers unknown to
3502# Autoconf.
3503for ac_file in $ac_files ''
3504do
3505 test -f "$ac_file" || continue
3506 case $ac_file in
3507 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3508 ;;
3509 [ab].out )
3510 # We found the default executable, but exeext='' is most
3511 # certainly right.
3512 break;;
3513 *.* )
3514 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3515 then :; else
3516 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3517 fi
3518 # We set ac_cv_exeext here because the later test for it is not
3519 # safe: cross compilers may not add the suffix if given an `-o'
3520 # argument, so we may need to know it at that point already.
3521 # Even if this section looks crufty: it has the advantage of
3522 # actually working.
3523 break;;
3524 * )
3525 break;;
3526 esac
3527done
3528test "$ac_cv_exeext" = no && ac_cv_exeext=
3529
3530else
3531 ac_file=''
3532fi
3533if test -z "$ac_file"; then :
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3535$as_echo "no" >&6; }
3536$as_echo "$as_me: failed program was:" >&5
3537sed 's/^/| /' conftest.$ac_ext >&5
3538
3539{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541as_fn_error 77 "C compiler cannot create executables
3542See \`config.log' for more details" "$LINENO" 5; }
3543else
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3545$as_echo "yes" >&6; }
3546fi
3547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3548$as_echo_n "checking for C compiler default output file name... " >&6; }
3549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3550$as_echo "$ac_file" >&6; }
3551ac_exeext=$ac_cv_exeext
3552
3553rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3554ac_clean_files=$ac_clean_files_save
3555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3556$as_echo_n "checking for suffix of executables... " >&6; }
3557if { { ac_try="$ac_link"
3558case "(($ac_try" in
3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3561esac
3562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3563$as_echo "$ac_try_echo"; } >&5
3564 (eval "$ac_link") 2>&5
3565 ac_status=$?
3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3567 test $ac_status = 0; }; then :
3568 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3569# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3570# work properly (i.e., refer to `conftest.exe'), while it won't with
3571# `rm'.
3572for ac_file in conftest.exe conftest conftest.*; do
3573 test -f "$ac_file" || continue
3574 case $ac_file in
3575 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3576 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3577 break;;
3578 * ) break;;
3579 esac
3580done
3581else
3582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3583$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3584as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3585See \`config.log' for more details" "$LINENO" 5; }
3586fi
3587rm -f conftest conftest$ac_cv_exeext
3588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3589$as_echo "$ac_cv_exeext" >&6; }
3590
3591rm -f conftest.$ac_ext
3592EXEEXT=$ac_cv_exeext
3593ac_exeext=$EXEEXT
3594cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595/* end confdefs.h. */
3596#include <stdio.h>
3597int
3598main ()
3599{
3600FILE *f = fopen ("conftest.out", "w");
3601 return ferror (f) || fclose (f) != 0;
3602
3603 ;
3604 return 0;
3605}
3606_ACEOF
3607ac_clean_files="$ac_clean_files conftest.out"
3608# Check that the compiler produces executables we can run. If not, either
3609# the compiler is broken, or we cross compile.
3610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3611$as_echo_n "checking whether we are cross compiling... " >&6; }
3612if test "$cross_compiling" != yes; then
3613 { { ac_try="$ac_link"
3614case "(($ac_try" in
3615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3616 *) ac_try_echo=$ac_try;;
3617esac
3618eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3619$as_echo "$ac_try_echo"; } >&5
3620 (eval "$ac_link") 2>&5
3621 ac_status=$?
3622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3623 test $ac_status = 0; }
3624 if { ac_try='./conftest$ac_cv_exeext'
3625 { { case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628esac
3629eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3630$as_echo "$ac_try_echo"; } >&5
3631 (eval "$ac_try") 2>&5
3632 ac_status=$?
3633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3634 test $ac_status = 0; }; }; then
3635 cross_compiling=no
3636 else
3637 if test "$cross_compiling" = maybe; then
3638 cross_compiling=yes
3639 else
3640 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3641$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3642as_fn_error $? "cannot run C compiled programs.
3643If you meant to cross compile, use \`--host'.
3644See \`config.log' for more details" "$LINENO" 5; }
3645 fi
3646 fi
3647fi
3648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3649$as_echo "$cross_compiling" >&6; }
3650
3651rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3652ac_clean_files=$ac_clean_files_save
3653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3654$as_echo_n "checking for suffix of object files... " >&6; }
3655if ${ac_cv_objext+:} false; then :
3656 $as_echo_n "(cached) " >&6
3657else
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659/* end confdefs.h. */
3660
3661int
3662main ()
3663{
3664
3665 ;
3666 return 0;
3667}
3668_ACEOF
3669rm -f conftest.o conftest.obj
3670if { { ac_try="$ac_compile"
3671case "(($ac_try" in
3672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3673 *) ac_try_echo=$ac_try;;
3674esac
3675eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3676$as_echo "$ac_try_echo"; } >&5
3677 (eval "$ac_compile") 2>&5
3678 ac_status=$?
3679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3680 test $ac_status = 0; }; then :
3681 for ac_file in conftest.o conftest.obj conftest.*; do
3682 test -f "$ac_file" || continue;
3683 case $ac_file in
3684 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3685 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3686 break;;
3687 esac
3688done
3689else
3690 $as_echo "$as_me: failed program was:" >&5
3691sed 's/^/| /' conftest.$ac_ext >&5
3692
3693{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695as_fn_error $? "cannot compute suffix of object files: cannot compile
3696See \`config.log' for more details" "$LINENO" 5; }
3697fi
3698rm -f conftest.$ac_cv_objext conftest.$ac_ext
3699fi
3700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3701$as_echo "$ac_cv_objext" >&6; }
3702OBJEXT=$ac_cv_objext
3703ac_objext=$OBJEXT
3704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3705$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3706if ${ac_cv_c_compiler_gnu+:} false; then :
3707 $as_echo_n "(cached) " >&6
3708else
3709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3710/* end confdefs.h. */
3711
3712int
3713main ()
3714{
3715#ifndef __GNUC__
3716 choke me
3717#endif
3718
3719 ;
3720 return 0;
3721}
3722_ACEOF
3723if ac_fn_c_try_compile "$LINENO"; then :
3724 ac_compiler_gnu=yes
3725else
3726 ac_compiler_gnu=no
3727fi
3728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729ac_cv_c_compiler_gnu=$ac_compiler_gnu
3730
3731fi
3732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3733$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3734if test $ac_compiler_gnu = yes; then
3735 GCC=yes
3736else
3737 GCC=
3738fi
3739ac_test_CFLAGS=${CFLAGS+set}
3740ac_save_CFLAGS=$CFLAGS
3741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3742$as_echo_n "checking whether $CC accepts -g... " >&6; }
3743if ${ac_cv_prog_cc_g+:} false; then :
3744 $as_echo_n "(cached) " >&6
3745else
3746 ac_save_c_werror_flag=$ac_c_werror_flag
3747 ac_c_werror_flag=yes
3748 ac_cv_prog_cc_g=no
3749 CFLAGS="-g"
3750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3751/* end confdefs.h. */
3752
3753int
3754main ()
3755{
3756
3757 ;
3758 return 0;
3759}
3760_ACEOF
3761if ac_fn_c_try_compile "$LINENO"; then :
3762 ac_cv_prog_cc_g=yes
3763else
3764 CFLAGS=""
3765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3766/* end confdefs.h. */
3767
3768int
3769main ()
3770{
3771
3772 ;
3773 return 0;
3774}
3775_ACEOF
3776if ac_fn_c_try_compile "$LINENO"; then :
3777
3778else
3779 ac_c_werror_flag=$ac_save_c_werror_flag
3780 CFLAGS="-g"
3781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3782/* end confdefs.h. */
3783
3784int
3785main ()
3786{
3787
3788 ;
3789 return 0;
3790}
3791_ACEOF
3792if ac_fn_c_try_compile "$LINENO"; then :
3793 ac_cv_prog_cc_g=yes
3794fi
3795rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3796fi
3797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3798fi
3799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800 ac_c_werror_flag=$ac_save_c_werror_flag
3801fi
3802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3803$as_echo "$ac_cv_prog_cc_g" >&6; }
3804if test "$ac_test_CFLAGS" = set; then
3805 CFLAGS=$ac_save_CFLAGS
3806elif test $ac_cv_prog_cc_g = yes; then
3807 if test "$GCC" = yes; then
3808 CFLAGS="-g -O2"
3809 else
3810 CFLAGS="-g"
3811 fi
3812else
3813 if test "$GCC" = yes; then
3814 CFLAGS="-O2"
3815 else
3816 CFLAGS=
3817 fi
3818fi
3819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3820$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3821if ${ac_cv_prog_cc_c89+:} false; then :
3822 $as_echo_n "(cached) " >&6
3823else
3824 ac_cv_prog_cc_c89=no
3825ac_save_CC=$CC
3826cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827/* end confdefs.h. */
3828#include <stdarg.h>
3829#include <stdio.h>
3830struct stat;
3831/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3832struct buf { int x; };
3833FILE * (*rcsopen) (struct buf *, struct stat *, int);
3834static char *e (p, i)
3835 char **p;
3836 int i;
3837{
3838 return p[i];
3839}
3840static char *f (char * (*g) (char **, int), char **p, ...)
3841{
3842 char *s;
3843 va_list v;
3844 va_start (v,p);
3845 s = g (p, va_arg (v,int));
3846 va_end (v);
3847 return s;
3848}
3849
3850/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3851 function prototypes and stuff, but not '\xHH' hex character constants.
3852 These don't provoke an error unfortunately, instead are silently treated
3853 as 'x'. The following induces an error, until -std is added to get
3854 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3855 array size at least. It's necessary to write '\x00'==0 to get something
3856 that's true only with -std. */
3857int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3858
3859/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3860 inside strings and character constants. */
3861#define FOO(x) 'x'
3862int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3863
3864int test (int i, double x);
3865struct s1 {int (*f) (int a);};
3866struct s2 {int (*f) (double a);};
3867int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3868int argc;
3869char **argv;
3870int
3871main ()
3872{
3873return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3874 ;
3875 return 0;
3876}
3877_ACEOF
3878for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3879 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3880do
3881 CC="$ac_save_CC $ac_arg"
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 ac_cv_prog_cc_c89=$ac_arg
3884fi
3885rm -f core conftest.err conftest.$ac_objext
3886 test "x$ac_cv_prog_cc_c89" != "xno" && break
3887done
3888rm -f conftest.$ac_ext
3889CC=$ac_save_CC
3890
3891fi
3892# AC_CACHE_VAL
3893case "x$ac_cv_prog_cc_c89" in
3894 x)
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3896$as_echo "none needed" >&6; } ;;
3897 xno)
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3899$as_echo "unsupported" >&6; } ;;
3900 *)
3901 CC="$CC $ac_cv_prog_cc_c89"
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3903$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3904esac
3905if test "x$ac_cv_prog_cc_c89" != xno; then :
3906
3907fi
3908
3909ac_ext=c
3910ac_cpp='$CPP $CPPFLAGS'
3911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914
3915ac_ext=c
3916ac_cpp='$CPP $CPPFLAGS'
3917ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3918ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3919ac_compiler_gnu=$ac_cv_c_compiler_gnu
3920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3921$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3922if ${am_cv_prog_cc_c_o+:} false; then :
3923 $as_echo_n "(cached) " >&6
3924else
3925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926/* end confdefs.h. */
3927
3928int
3929main ()
3930{
3931
3932 ;
3933 return 0;
3934}
3935_ACEOF
3936 # Make sure it works both with $CC and with simple cc.
3937 # Following AC_PROG_CC_C_O, we do the test twice because some
3938 # compilers refuse to overwrite an existing .o file with -o,
3939 # though they will create one.
3940 am_cv_prog_cc_c_o=yes
3941 for am_i in 1 2; do
3942 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3943 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3944 ac_status=$?
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); } \
3947 && test -f conftest2.$ac_objext; then
3948 : OK
3949 else
3950 am_cv_prog_cc_c_o=no
3951 break
3952 fi
3953 done
3954 rm -f core conftest*
3955 unset am_i
3956fi
3957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3958$as_echo "$am_cv_prog_cc_c_o" >&6; }
3959if test "$am_cv_prog_cc_c_o" != yes; then
3960 # Losing compiler, so override with the script.
3961 # FIXME: It is wrong to rewrite CC.
3962 # But if we don't then we get into trouble of one sort or another.
3963 # A longer-term fix would be to have automake use am__CC in this case,
3964 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3965 CC="$am_aux_dir/compile $CC"
3966fi
3967ac_ext=c
3968ac_cpp='$CPP $CPPFLAGS'
3969ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3970ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3971ac_compiler_gnu=$ac_cv_c_compiler_gnu
3972
3973DEPDIR="${am__leading_dot}deps"
3974
3975ac_config_commands="$ac_config_commands depfiles"
3976
3977
3978am_make=${MAKE-make}
3979cat > confinc << 'END'
3980am__doit:
3981 @echo this is the am__doit target
3982.PHONY: am__doit
3983END
3984# If we don't find an include directive, just comment out the code.
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3986$as_echo_n "checking for style of include used by $am_make... " >&6; }
3987am__include="#"
3988am__quote=
3989_am_result=none
3990# First try GNU make style include.
3991echo "include confinc" > confmf
3992# Ignore all kinds of additional output from 'make'.
3993case `$am_make -s -f confmf 2> /dev/null` in #(
3994*the\ am__doit\ target*)
3995 am__include=include
3996 am__quote=
3997 _am_result=GNU
3998 ;;
3999esac
4000# Now try BSD make style include.
4001if test "$am__include" = "#"; then
4002 echo '.include "confinc"' > confmf
4003 case `$am_make -s -f confmf 2> /dev/null` in #(
4004 *the\ am__doit\ target*)
4005 am__include=.include
4006 am__quote="\""
4007 _am_result=BSD
4008 ;;
4009 esac
4010fi
4011
4012
4013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4014$as_echo "$_am_result" >&6; }
4015rm -f confinc confmf
4016
4017# Check whether --enable-dependency-tracking was given.
4018if test "${enable_dependency_tracking+set}" = set; then :
4019 enableval=$enable_dependency_tracking;
4020fi
4021
4022if test "x$enable_dependency_tracking" != xno; then
4023 am_depcomp="$ac_aux_dir/depcomp"
4024 AMDEPBACKSLASH='\'
4025 am__nodep='_no'
4026fi
4027 if test "x$enable_dependency_tracking" != xno; then
4028 AMDEP_TRUE=
4029 AMDEP_FALSE='#'
4030else
4031 AMDEP_TRUE='#'
4032 AMDEP_FALSE=
4033fi
4034
4035
4036
4037depcc="$CC" am_compiler_list=
4038
4039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4040$as_echo_n "checking dependency style of $depcc... " >&6; }
4041if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4042 $as_echo_n "(cached) " >&6
4043else
4044 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4045 # We make a subdir and do the tests there. Otherwise we can end up
4046 # making bogus files that we don't know about and never remove. For
4047 # instance it was reported that on HP-UX the gcc test will end up
4048 # making a dummy file named 'D' -- because '-MD' means "put the output
4049 # in D".
4050 rm -rf conftest.dir
4051 mkdir conftest.dir
4052 # Copy depcomp to subdir because otherwise we won't find it if we're
4053 # using a relative directory.
4054 cp "$am_depcomp" conftest.dir
4055 cd conftest.dir
4056 # We will build objects and dependencies in a subdirectory because
4057 # it helps to detect inapplicable dependency modes. For instance
4058 # both Tru64's cc and ICC support -MD to output dependencies as a
4059 # side effect of compilation, but ICC will put the dependencies in
4060 # the current directory while Tru64 will put them in the object
4061 # directory.
4062 mkdir sub
4063
4064 am_cv_CC_dependencies_compiler_type=none
4065 if test "$am_compiler_list" = ""; then
4066 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4067 fi
4068 am__universal=false
4069 case " $depcc " in #(
4070 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4071 esac
4072
4073 for depmode in $am_compiler_list; do
4074 # Setup a source with many dependencies, because some compilers
4075 # like to wrap large dependency lists on column 80 (with \), and
4076 # we should not choose a depcomp mode which is confused by this.
4077 #
4078 # We need to recreate these files for each test, as the compiler may
4079 # overwrite some of them when testing with obscure command lines.
4080 # This happens at least with the AIX C compiler.
4081 : > sub/conftest.c
4082 for i in 1 2 3 4 5 6; do
4083 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4084 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4085 # Solaris 10 /bin/sh.
4086 echo '/* dummy */' > sub/conftst$i.h
4087 done
4088 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4089
4090 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4091 # mode. It turns out that the SunPro C++ compiler does not properly
4092 # handle '-M -o', and we need to detect this. Also, some Intel
4093 # versions had trouble with output in subdirs.
4094 am__obj=sub/conftest.${OBJEXT-o}
4095 am__minus_obj="-o $am__obj"
4096 case $depmode in
4097 gcc)
4098 # This depmode causes a compiler race in universal mode.
4099 test "$am__universal" = false || continue
4100 ;;
4101 nosideeffect)
4102 # After this tag, mechanisms are not by side-effect, so they'll
4103 # only be used when explicitly requested.
4104 if test "x$enable_dependency_tracking" = xyes; then
4105 continue
4106 else
4107 break
4108 fi
4109 ;;
4110 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4111 # This compiler won't grok '-c -o', but also, the minuso test has
4112 # not run yet. These depmodes are late enough in the game, and
4113 # so weak that their functioning should not be impacted.
4114 am__obj=conftest.${OBJEXT-o}
4115 am__minus_obj=
4116 ;;
4117 none) break ;;
4118 esac
4119 if depmode=$depmode \
4120 source=sub/conftest.c object=$am__obj \
4121 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4122 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4123 >/dev/null 2>conftest.err &&
4124 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4125 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4126 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4127 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4128 # icc doesn't choke on unknown options, it will just issue warnings
4129 # or remarks (even with -Werror). So we grep stderr for any message
4130 # that says an option was ignored or not supported.
4131 # When given -MP, icc 7.0 and 7.1 complain thusly:
4132 # icc: Command line warning: ignoring option '-M'; no argument required
4133 # The diagnosis changed in icc 8.0:
4134 # icc: Command line remark: option '-MP' not supported
4135 if (grep 'ignoring option' conftest.err ||
4136 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4137 am_cv_CC_dependencies_compiler_type=$depmode
4138 break
4139 fi
4140 fi
4141 done
4142
4143 cd ..
4144 rm -rf conftest.dir
4145else
4146 am_cv_CC_dependencies_compiler_type=none
4147fi
4148
4149fi
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4151$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4152CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4153
4154 if
4155 test "x$enable_dependency_tracking" != xno \
4156 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4157 am__fastdepCC_TRUE=
4158 am__fastdepCC_FALSE='#'
4159else
4160 am__fastdepCC_TRUE='#'
4161 am__fastdepCC_FALSE=
4162fi
4163
4164
4165
4166ac_ext=c
4167ac_cpp='$CPP $CPPFLAGS'
4168ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4169ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4170ac_compiler_gnu=$ac_cv_c_compiler_gnu
4171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4172$as_echo_n "checking how to run the C preprocessor... " >&6; }
4173# On Suns, sometimes $CPP names a directory.
4174if test -n "$CPP" && test -d "$CPP"; then
4175 CPP=
4176fi
4177if test -z "$CPP"; then
4178 if ${ac_cv_prog_CPP+:} false; then :
4179 $as_echo_n "(cached) " >&6
4180else
4181 # Double quotes because CPP needs to be expanded
4182 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4183 do
4184 ac_preproc_ok=false
4185for ac_c_preproc_warn_flag in '' yes
4186do
4187 # Use a header file that comes with gcc, so configuring glibc
4188 # with a fresh cross-compiler works.
4189 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4190 # <limits.h> exists even on freestanding compilers.
4191 # On the NeXT, cc -E runs the code through the compiler's parser,
4192 # not just through cpp. "Syntax error" is here to catch this case.
4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4194/* end confdefs.h. */
4195#ifdef __STDC__
4196# include <limits.h>
4197#else
4198# include <assert.h>
4199#endif
4200 Syntax error
4201_ACEOF
4202if ac_fn_c_try_cpp "$LINENO"; then :
4203
4204else
4205 # Broken: fails on valid input.
4206continue
4207fi
4208rm -f conftest.err conftest.i conftest.$ac_ext
4209
4210 # OK, works on sane cases. Now check whether nonexistent headers
4211 # can be detected and how.
4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213/* end confdefs.h. */
4214#include <ac_nonexistent.h>
4215_ACEOF
4216if ac_fn_c_try_cpp "$LINENO"; then :
4217 # Broken: success on invalid input.
4218continue
4219else
4220 # Passes both tests.
4221ac_preproc_ok=:
4222break
4223fi
4224rm -f conftest.err conftest.i conftest.$ac_ext
4225
4226done
4227# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4228rm -f conftest.i conftest.err conftest.$ac_ext
4229if $ac_preproc_ok; then :
4230 break
4231fi
4232
4233 done
4234 ac_cv_prog_CPP=$CPP
4235
4236fi
4237 CPP=$ac_cv_prog_CPP
4238else
4239 ac_cv_prog_CPP=$CPP
4240fi
4241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4242$as_echo "$CPP" >&6; }
4243ac_preproc_ok=false
4244for ac_c_preproc_warn_flag in '' yes
4245do
4246 # Use a header file that comes with gcc, so configuring glibc
4247 # with a fresh cross-compiler works.
4248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4249 # <limits.h> exists even on freestanding compilers.
4250 # On the NeXT, cc -E runs the code through the compiler's parser,
4251 # not just through cpp. "Syntax error" is here to catch this case.
4252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4253/* end confdefs.h. */
4254#ifdef __STDC__
4255# include <limits.h>
4256#else
4257# include <assert.h>
4258#endif
4259 Syntax error
4260_ACEOF
4261if ac_fn_c_try_cpp "$LINENO"; then :
4262
4263else
4264 # Broken: fails on valid input.
4265continue
4266fi
4267rm -f conftest.err conftest.i conftest.$ac_ext
4268
4269 # OK, works on sane cases. Now check whether nonexistent headers
4270 # can be detected and how.
4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272/* end confdefs.h. */
4273#include <ac_nonexistent.h>
4274_ACEOF
4275if ac_fn_c_try_cpp "$LINENO"; then :
4276 # Broken: success on invalid input.
4277continue
4278else
4279 # Passes both tests.
4280ac_preproc_ok=:
4281break
4282fi
4283rm -f conftest.err conftest.i conftest.$ac_ext
4284
4285done
4286# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4287rm -f conftest.i conftest.err conftest.$ac_ext
4288if $ac_preproc_ok; then :
4289
4290else
4291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4292$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4293as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4294See \`config.log' for more details" "$LINENO" 5; }
4295fi
4296
4297ac_ext=c
4298ac_cpp='$CPP $CPPFLAGS'
4299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4301ac_compiler_gnu=$ac_cv_c_compiler_gnu
4302
4303
4304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4305$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4306if ${ac_cv_path_GREP+:} false; then :
4307 $as_echo_n "(cached) " >&6
4308else
4309 if test -z "$GREP"; then
4310 ac_path_GREP_found=false
4311 # Loop through the user's path and test for each of PROGNAME-LIST
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4314do
4315 IFS=$as_save_IFS
4316 test -z "$as_dir" && as_dir=.
4317 for ac_prog in grep ggrep; do
4318 for ac_exec_ext in '' $ac_executable_extensions; do
4319 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4320 as_fn_executable_p "$ac_path_GREP" || continue
4321# Check for GNU ac_path_GREP and select it if it is found.
4322 # Check for GNU $ac_path_GREP
4323case `"$ac_path_GREP" --version 2>&1` in
4324*GNU*)
4325 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4326*)
4327 ac_count=0
4328 $as_echo_n 0123456789 >"conftest.in"
4329 while :
4330 do
4331 cat "conftest.in" "conftest.in" >"conftest.tmp"
4332 mv "conftest.tmp" "conftest.in"
4333 cp "conftest.in" "conftest.nl"
4334 $as_echo 'GREP' >> "conftest.nl"
4335 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4336 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4337 as_fn_arith $ac_count + 1 && ac_count=$as_val
4338 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4339 # Best one so far, save it but keep looking for a better one
4340 ac_cv_path_GREP="$ac_path_GREP"
4341 ac_path_GREP_max=$ac_count
4342 fi
4343 # 10*(2^10) chars as input seems more than enough
4344 test $ac_count -gt 10 && break
4345 done
4346 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4347esac
4348
4349 $ac_path_GREP_found && break 3
4350 done
4351 done
4352 done
4353IFS=$as_save_IFS
4354 if test -z "$ac_cv_path_GREP"; then
4355 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4356 fi
4357else
4358 ac_cv_path_GREP=$GREP
4359fi
4360
4361fi
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4363$as_echo "$ac_cv_path_GREP" >&6; }
4364 GREP="$ac_cv_path_GREP"
4365
4366
4367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4368$as_echo_n "checking for egrep... " >&6; }
4369if ${ac_cv_path_EGREP+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371else
4372 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4373 then ac_cv_path_EGREP="$GREP -E"
4374 else
4375 if test -z "$EGREP"; then
4376 ac_path_EGREP_found=false
4377 # Loop through the user's path and test for each of PROGNAME-LIST
4378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4380do
4381 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=.
4383 for ac_prog in egrep; do
4384 for ac_exec_ext in '' $ac_executable_extensions; do
4385 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4386 as_fn_executable_p "$ac_path_EGREP" || continue
4387# Check for GNU ac_path_EGREP and select it if it is found.
4388 # Check for GNU $ac_path_EGREP
4389case `"$ac_path_EGREP" --version 2>&1` in
4390*GNU*)
4391 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4392*)
4393 ac_count=0
4394 $as_echo_n 0123456789 >"conftest.in"
4395 while :
4396 do
4397 cat "conftest.in" "conftest.in" >"conftest.tmp"
4398 mv "conftest.tmp" "conftest.in"
4399 cp "conftest.in" "conftest.nl"
4400 $as_echo 'EGREP' >> "conftest.nl"
4401 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4402 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4403 as_fn_arith $ac_count + 1 && ac_count=$as_val
4404 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4405 # Best one so far, save it but keep looking for a better one
4406 ac_cv_path_EGREP="$ac_path_EGREP"
4407 ac_path_EGREP_max=$ac_count
4408 fi
4409 # 10*(2^10) chars as input seems more than enough
4410 test $ac_count -gt 10 && break
4411 done
4412 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4413esac
4414
4415 $ac_path_EGREP_found && break 3
4416 done
4417 done
4418 done
4419IFS=$as_save_IFS
4420 if test -z "$ac_cv_path_EGREP"; then
4421 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4422 fi
4423else
4424 ac_cv_path_EGREP=$EGREP
4425fi
4426
4427 fi
4428fi
4429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4430$as_echo "$ac_cv_path_EGREP" >&6; }
4431 EGREP="$ac_cv_path_EGREP"
4432
4433
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4435$as_echo_n "checking for ANSI C header files... " >&6; }
4436if ${ac_cv_header_stdc+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438else
4439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4440/* end confdefs.h. */
4441#include <stdlib.h>
4442#include <stdarg.h>
4443#include <string.h>
4444#include <float.h>
4445
4446int
4447main ()
4448{
4449
4450 ;
4451 return 0;
4452}
4453_ACEOF
4454if ac_fn_c_try_compile "$LINENO"; then :
4455 ac_cv_header_stdc=yes
4456else
4457 ac_cv_header_stdc=no
4458fi
4459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4460
4461if test $ac_cv_header_stdc = yes; then
4462 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464/* end confdefs.h. */
4465#include <string.h>
4466
4467_ACEOF
4468if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4469 $EGREP "memchr" >/dev/null 2>&1; then :
4470
4471else
4472 ac_cv_header_stdc=no
4473fi
4474rm -f conftest*
4475
4476fi
4477
4478if test $ac_cv_header_stdc = yes; then
4479 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4481/* end confdefs.h. */
4482#include <stdlib.h>
4483
4484_ACEOF
4485if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4486 $EGREP "free" >/dev/null 2>&1; then :
4487
4488else
4489 ac_cv_header_stdc=no
4490fi
4491rm -f conftest*
4492
4493fi
4494
4495if test $ac_cv_header_stdc = yes; then
4496 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4497 if test "$cross_compiling" = yes; then :
4498 :
4499else
4500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4501/* end confdefs.h. */
4502#include <ctype.h>
4503#include <stdlib.h>
4504#if ((' ' & 0x0FF) == 0x020)
4505# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4506# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4507#else
4508# define ISLOWER(c) \
4509 (('a' <= (c) && (c) <= 'i') \
4510 || ('j' <= (c) && (c) <= 'r') \
4511 || ('s' <= (c) && (c) <= 'z'))
4512# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4513#endif
4514
4515#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4516int
4517main ()
4518{
4519 int i;
4520 for (i = 0; i < 256; i++)
4521 if (XOR (islower (i), ISLOWER (i))
4522 || toupper (i) != TOUPPER (i))
4523 return 2;
4524 return 0;
4525}
4526_ACEOF
4527if ac_fn_c_try_run "$LINENO"; then :
4528
4529else
4530 ac_cv_header_stdc=no
4531fi
4532rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4533 conftest.$ac_objext conftest.beam conftest.$ac_ext
4534fi
4535
4536fi
4537fi
4538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4539$as_echo "$ac_cv_header_stdc" >&6; }
4540if test $ac_cv_header_stdc = yes; then
4541
4542$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4543
4544fi
4545
4546# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4547for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4548 inttypes.h stdint.h unistd.h
4549do :
4550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4551ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4552"
4553if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4554 cat >>confdefs.h <<_ACEOF
4555#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4556_ACEOF
4557
4558fi
4559
4560done
4561
4562
4563
4564 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4565if test "x$ac_cv_header_minix_config_h" = xyes; then :
4566 MINIX=yes
4567else
4568 MINIX=
4569fi
4570
4571
4572 if test "$MINIX" = yes; then
4573
4574$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4575
4576
4577$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4578
4579
4580$as_echo "#define _MINIX 1" >>confdefs.h
4581
4582 fi
4583
4584
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4586$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4587if ${ac_cv_safe_to_define___extensions__+:} false; then :
4588 $as_echo_n "(cached) " >&6
4589else
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591/* end confdefs.h. */
4592
4593# define __EXTENSIONS__ 1
4594 $ac_includes_default
4595int
4596main ()
4597{
4598
4599 ;
4600 return 0;
4601}
4602_ACEOF
4603if ac_fn_c_try_compile "$LINENO"; then :
4604 ac_cv_safe_to_define___extensions__=yes
4605else
4606 ac_cv_safe_to_define___extensions__=no
4607fi
4608rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4609fi
4610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4611$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4612 test $ac_cv_safe_to_define___extensions__ = yes &&
4613 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4614
4615 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4616
4617 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4618
4619 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4620
4621 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4622
4623
4624
4625
4626
4627case `pwd` in
4628 *\ * | *\ *)
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4630$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4631esac
4632
4633
4634
4635macro_version='2.2.7a'
4636macro_revision='1.3134'
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650ltmain="$ac_aux_dir/ltmain.sh"
4651
4652# Backslashify metacharacters that are still active within
4653# double-quoted strings.
4654sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4655
4656# Same as above, but do not quote variable references.
4657double_quote_subst='s/\(["`\\]\)/\\\1/g'
4658
4659# Sed substitution to delay expansion of an escaped shell variable in a
4660# double_quote_subst'ed string.
4661delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4662
4663# Sed substitution to delay expansion of an escaped single quote.
4664delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4665
4666# Sed substitution to avoid accidental globbing in evaled expressions
4667no_glob_subst='s/\*/\\\*/g'
4668
4669ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4670ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4671ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4672
4673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4674$as_echo_n "checking how to print strings... " >&6; }
4675# Test print first, because it will be a builtin if present.
4676if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4677 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4678 ECHO='print -r --'
4679elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4680 ECHO='printf %s\n'
4681else
4682 # Use this function as a fallback that always works.
4683 func_fallback_echo ()
4684 {
4685 eval 'cat <<_LTECHO_EOF
4686$1
4687_LTECHO_EOF'
4688 }
4689 ECHO='func_fallback_echo'
4690fi
4691
4692# func_echo_all arg...
4693# Invoke $ECHO with all args, space-separated.
4694func_echo_all ()
4695{
4696 $ECHO ""
4697}
4698
4699case "$ECHO" in
4700 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4701$as_echo "printf" >&6; } ;;
4702 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4703$as_echo "print -r" >&6; } ;;
4704 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4705$as_echo "cat" >&6; } ;;
4706esac
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4722$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4723if ${ac_cv_path_SED+:} false; then :
4724 $as_echo_n "(cached) " >&6
4725else
4726 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4727 for ac_i in 1 2 3 4 5 6 7; do
4728 ac_script="$ac_script$as_nl$ac_script"
4729 done
4730 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4731 { ac_script=; unset ac_script;}
4732 if test -z "$SED"; then
4733 ac_path_SED_found=false
4734 # Loop through the user's path and test for each of PROGNAME-LIST
4735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4736for as_dir in $PATH
4737do
4738 IFS=$as_save_IFS
4739 test -z "$as_dir" && as_dir=.
4740 for ac_prog in sed gsed; do
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4743 as_fn_executable_p "$ac_path_SED" || continue
4744# Check for GNU ac_path_SED and select it if it is found.
4745 # Check for GNU $ac_path_SED
4746case `"$ac_path_SED" --version 2>&1` in
4747*GNU*)
4748 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4749*)
4750 ac_count=0
4751 $as_echo_n 0123456789 >"conftest.in"
4752 while :
4753 do
4754 cat "conftest.in" "conftest.in" >"conftest.tmp"
4755 mv "conftest.tmp" "conftest.in"
4756 cp "conftest.in" "conftest.nl"
4757 $as_echo '' >> "conftest.nl"
4758 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4759 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4760 as_fn_arith $ac_count + 1 && ac_count=$as_val
4761 if test $ac_count -gt ${ac_path_SED_max-0}; then
4762 # Best one so far, save it but keep looking for a better one
4763 ac_cv_path_SED="$ac_path_SED"
4764 ac_path_SED_max=$ac_count
4765 fi
4766 # 10*(2^10) chars as input seems more than enough
4767 test $ac_count -gt 10 && break
4768 done
4769 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4770esac
4771
4772 $ac_path_SED_found && break 3
4773 done
4774 done
4775 done
4776IFS=$as_save_IFS
4777 if test -z "$ac_cv_path_SED"; then
4778 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4779 fi
4780else
4781 ac_cv_path_SED=$SED
4782fi
4783
4784fi
4785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4786$as_echo "$ac_cv_path_SED" >&6; }
4787 SED="$ac_cv_path_SED"
4788 rm -f conftest.sed
4789
4790test -z "$SED" && SED=sed
4791Xsed="$SED -e 1s/^X//"
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4804$as_echo_n "checking for fgrep... " >&6; }
4805if ${ac_cv_path_FGREP+:} false; then :
4806 $as_echo_n "(cached) " >&6
4807else
4808 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4809 then ac_cv_path_FGREP="$GREP -F"
4810 else
4811 if test -z "$FGREP"; then
4812 ac_path_FGREP_found=false
4813 # Loop through the user's path and test for each of PROGNAME-LIST
4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4816do
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_prog in fgrep; do
4820 for ac_exec_ext in '' $ac_executable_extensions; do
4821 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4822 as_fn_executable_p "$ac_path_FGREP" || continue
4823# Check for GNU ac_path_FGREP and select it if it is found.
4824 # Check for GNU $ac_path_FGREP
4825case `"$ac_path_FGREP" --version 2>&1` in
4826*GNU*)
4827 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4828*)
4829 ac_count=0
4830 $as_echo_n 0123456789 >"conftest.in"
4831 while :
4832 do
4833 cat "conftest.in" "conftest.in" >"conftest.tmp"
4834 mv "conftest.tmp" "conftest.in"
4835 cp "conftest.in" "conftest.nl"
4836 $as_echo 'FGREP' >> "conftest.nl"
4837 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4838 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4839 as_fn_arith $ac_count + 1 && ac_count=$as_val
4840 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4841 # Best one so far, save it but keep looking for a better one
4842 ac_cv_path_FGREP="$ac_path_FGREP"
4843 ac_path_FGREP_max=$ac_count
4844 fi
4845 # 10*(2^10) chars as input seems more than enough
4846 test $ac_count -gt 10 && break
4847 done
4848 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4849esac
4850
4851 $ac_path_FGREP_found && break 3
4852 done
4853 done
4854 done
4855IFS=$as_save_IFS
4856 if test -z "$ac_cv_path_FGREP"; then
4857 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4858 fi
4859else
4860 ac_cv_path_FGREP=$FGREP
4861fi
4862
4863 fi
4864fi
4865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4866$as_echo "$ac_cv_path_FGREP" >&6; }
4867 FGREP="$ac_cv_path_FGREP"
4868
4869
4870test -z "$GREP" && GREP=grep
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890# Check whether --with-gnu-ld was given.
4891if test "${with_gnu_ld+set}" = set; then :
4892 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4893else
4894 with_gnu_ld=no
4895fi
4896
4897ac_prog=ld
4898if test "$GCC" = yes; then
4899 # Check if gcc -print-prog-name=ld gives a path.
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4901$as_echo_n "checking for ld used by $CC... " >&6; }
4902 case $host in
4903 *-*-mingw*)
4904 # gcc leaves a trailing carriage return which upsets mingw
4905 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4906 *)
4907 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4908 esac
4909 case $ac_prog in
4910 # Accept absolute paths.
4911 [\\/]* | ?:[\\/]*)
4912 re_direlt='/[^/][^/]*/\.\./'
4913 # Canonicalize the pathname of ld
4914 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4915 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4916 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4917 done
4918 test -z "$LD" && LD="$ac_prog"
4919 ;;
4920 "")
4921 # If it fails, then pretend we aren't using GCC.
4922 ac_prog=ld
4923 ;;
4924 *)
4925 # If it is relative, then search for the first ld in PATH.
4926 with_gnu_ld=unknown
4927 ;;
4928 esac
4929elif test "$with_gnu_ld" = yes; then
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4931$as_echo_n "checking for GNU ld... " >&6; }
4932else
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4934$as_echo_n "checking for non-GNU ld... " >&6; }
4935fi
4936if ${lt_cv_path_LD+:} false; then :
4937 $as_echo_n "(cached) " >&6
4938else
4939 if test -z "$LD"; then
4940 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4941 for ac_dir in $PATH; do
4942 IFS="$lt_save_ifs"
4943 test -z "$ac_dir" && ac_dir=.
4944 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4945 lt_cv_path_LD="$ac_dir/$ac_prog"
4946 # Check to see if the program is GNU ld. I'd rather use --version,
4947 # but apparently some variants of GNU ld only accept -v.
4948 # Break only if it was the GNU/non-GNU ld that we prefer.
4949 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4950 *GNU* | *'with BFD'*)
4951 test "$with_gnu_ld" != no && break
4952 ;;
4953 *)
4954 test "$with_gnu_ld" != yes && break
4955 ;;
4956 esac
4957 fi
4958 done
4959 IFS="$lt_save_ifs"
4960else
4961 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4962fi
4963fi
4964
4965LD="$lt_cv_path_LD"
4966if test -n "$LD"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4968$as_echo "$LD" >&6; }
4969else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971$as_echo "no" >&6; }
4972fi
4973test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4975$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4976if ${lt_cv_prog_gnu_ld+:} false; then :
4977 $as_echo_n "(cached) " >&6
4978else
4979 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4980case `$LD -v 2>&1 </dev/null` in
4981*GNU* | *'with BFD'*)
4982 lt_cv_prog_gnu_ld=yes
4983 ;;
4984*)
4985 lt_cv_prog_gnu_ld=no
4986 ;;
4987esac
4988fi
4989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4990$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4991with_gnu_ld=$lt_cv_prog_gnu_ld
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5002$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5003if ${lt_cv_path_NM+:} false; then :
5004 $as_echo_n "(cached) " >&6
5005else
5006 if test -n "$NM"; then
5007 # Let the user override the nm to test.
5008 lt_nm_to_check="$NM"
5009 else
5010 lt_nm_to_check="${ac_tool_prefix}nm"
5011 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5012 lt_nm_to_check="$lt_nm_to_check nm"
5013 fi
5014 fi
5015 for lt_tmp_nm in "$lt_nm_to_check"; do
5016 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5017 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5018 IFS="$lt_save_ifs"
5019 test -z "$ac_dir" && ac_dir=.
5020 # Strip out any user-provided options from the nm to test twice,
5021 # the first time to test to see if nm (rather than its options) has
5022 # an explicit path, the second time to yield a file which can be
5023 # nm'ed itself.
5024 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5025 case "$tmp_nm_path" in
5026 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5027 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5028 esac
5029 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5030 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5031 # Check to see if the nm accepts a BSD-compat flag.
5032 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5033 # nm: unknown option "B" ignored
5034 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5035 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5036 break
5037 ;;
5038 *)
5039 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5040 *$tmp_nm*)
5041 lt_cv_path_NM="$tmp_nm -p"
5042 break
5043 ;;
5044 *)
5045 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5046 continue # so that we can try to find one that supports BSD flags
5047 ;;
5048 esac
5049 ;;
5050 esac
5051 fi
5052 done
5053 IFS="$lt_save_ifs"
5054 done
5055 : ${lt_cv_path_NM=no}
5056fi
5057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5058$as_echo "$lt_cv_path_NM" >&6; }
5059if test "$lt_cv_path_NM" != "no"; then
5060 NM="$lt_cv_path_NM"
5061else
5062 # Didn't find any BSD compatible name lister, look for dumpbin.
5063 if test -n "$DUMPBIN"; then :
5064 # Let the user override the test.
5065 else
5066 if test -n "$ac_tool_prefix"; then
5067 for ac_prog in dumpbin "link -dump"
5068 do
5069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5070set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072$as_echo_n "checking for $ac_word... " >&6; }
5073if ${ac_cv_prog_DUMPBIN+:} false; then :
5074 $as_echo_n "(cached) " >&6
5075else
5076 if test -n "$DUMPBIN"; then
5077 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5078else
5079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5080for as_dir in $PATH
5081do
5082 IFS=$as_save_IFS
5083 test -z "$as_dir" && as_dir=.
5084 for ac_exec_ext in '' $ac_executable_extensions; do
5085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5086 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5088 break 2
5089 fi
5090done
5091 done
5092IFS=$as_save_IFS
5093
5094fi
5095fi
5096DUMPBIN=$ac_cv_prog_DUMPBIN
5097if test -n "$DUMPBIN"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5099$as_echo "$DUMPBIN" >&6; }
5100else
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102$as_echo "no" >&6; }
5103fi
5104
5105
5106 test -n "$DUMPBIN" && break
5107 done
5108fi
5109if test -z "$DUMPBIN"; then
5110 ac_ct_DUMPBIN=$DUMPBIN
5111 for ac_prog in dumpbin "link -dump"
5112do
5113 # Extract the first word of "$ac_prog", so it can be a program name with args.
5114set dummy $ac_prog; ac_word=$2
5115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116$as_echo_n "checking for $ac_word... " >&6; }
5117if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5118 $as_echo_n "(cached) " >&6
5119else
5120 if test -n "$ac_ct_DUMPBIN"; then
5121 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5122else
5123as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124for as_dir in $PATH
5125do
5126 IFS=$as_save_IFS
5127 test -z "$as_dir" && as_dir=.
5128 for ac_exec_ext in '' $ac_executable_extensions; do
5129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5130 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5132 break 2
5133 fi
5134done
5135 done
5136IFS=$as_save_IFS
5137
5138fi
5139fi
5140ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5141if test -n "$ac_ct_DUMPBIN"; then
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5143$as_echo "$ac_ct_DUMPBIN" >&6; }
5144else
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146$as_echo "no" >&6; }
5147fi
5148
5149
5150 test -n "$ac_ct_DUMPBIN" && break
5151done
5152
5153 if test "x$ac_ct_DUMPBIN" = x; then
5154 DUMPBIN=":"
5155 else
5156 case $cross_compiling:$ac_tool_warned in
5157yes:)
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5159$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5160ac_tool_warned=yes ;;
5161esac
5162 DUMPBIN=$ac_ct_DUMPBIN
5163 fi
5164fi
5165
5166 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5167 *COFF*)
5168 DUMPBIN="$DUMPBIN -symbols"
5169 ;;
5170 *)
5171 DUMPBIN=:
5172 ;;
5173 esac
5174 fi
5175
5176 if test "$DUMPBIN" != ":"; then
5177 NM="$DUMPBIN"
5178 fi
5179fi
5180test -z "$NM" && NM=nm
5181
5182
5183
5184
5185
5186
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5188$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5189if ${lt_cv_nm_interface+:} false; then :
5190 $as_echo_n "(cached) " >&6
5191else
5192 lt_cv_nm_interface="BSD nm"
5193 echo "int some_variable = 0;" > conftest.$ac_ext
5194 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5195 (eval "$ac_compile" 2>conftest.err)
5196 cat conftest.err >&5
5197 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5198 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5199 cat conftest.err >&5
5200 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5201 cat conftest.out >&5
5202 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5203 lt_cv_nm_interface="MS dumpbin"
5204 fi
5205 rm -f conftest*
5206fi
5207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5208$as_echo "$lt_cv_nm_interface" >&6; }
5209
5210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5211$as_echo_n "checking whether ln -s works... " >&6; }
5212LN_S=$as_ln_s
5213if test "$LN_S" = "ln -s"; then
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5215$as_echo "yes" >&6; }
5216else
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5218$as_echo "no, using $LN_S" >&6; }
5219fi
5220
5221# find the maximum length of command line arguments
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5223$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5224if ${lt_cv_sys_max_cmd_len+:} false; then :
5225 $as_echo_n "(cached) " >&6
5226else
5227 i=0
5228 teststring="ABCD"
5229
5230 case $build_os in
5231 msdosdjgpp*)
5232 # On DJGPP, this test can blow up pretty badly due to problems in libc
5233 # (any single argument exceeding 2000 bytes causes a buffer overrun
5234 # during glob expansion). Even if it were fixed, the result of this
5235 # check would be larger than it should be.
5236 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5237 ;;
5238
5239 gnu*)
5240 # Under GNU Hurd, this test is not required because there is
5241 # no limit to the length of command line arguments.
5242 # Libtool will interpret -1 as no limit whatsoever
5243 lt_cv_sys_max_cmd_len=-1;
5244 ;;
5245
5246 cygwin* | mingw* | cegcc*)
5247 # On Win9x/ME, this test blows up -- it succeeds, but takes
5248 # about 5 minutes as the teststring grows exponentially.
5249 # Worse, since 9x/ME are not pre-emptively multitasking,
5250 # you end up with a "frozen" computer, even though with patience
5251 # the test eventually succeeds (with a max line length of 256k).
5252 # Instead, let's just punt: use the minimum linelength reported by
5253 # all of the supported platforms: 8192 (on NT/2K/XP).
5254 lt_cv_sys_max_cmd_len=8192;
5255 ;;
5256
5257 mint*)
5258 # On MiNT this can take a long time and run out of memory.
5259 lt_cv_sys_max_cmd_len=8192;
5260 ;;
5261
5262 amigaos*)
5263 # On AmigaOS with pdksh, this test takes hours, literally.
5264 # So we just punt and use a minimum line length of 8192.
5265 lt_cv_sys_max_cmd_len=8192;
5266 ;;
5267
5268 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5269 # This has been around since 386BSD, at least. Likely further.
5270 if test -x /sbin/sysctl; then
5271 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5272 elif test -x /usr/sbin/sysctl; then
5273 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5274 else
5275 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5276 fi
5277 # And add a safety zone
5278 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5279 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5280 ;;
5281
5282 interix*)
5283 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5284 lt_cv_sys_max_cmd_len=196608
5285 ;;
5286
5287 osf*)
5288 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5289 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5290 # nice to cause kernel panics so lets avoid the loop below.
5291 # First set a reasonable default.
5292 lt_cv_sys_max_cmd_len=16384
5293 #
5294 if test -x /sbin/sysconfig; then
5295 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5296 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5297 esac
5298 fi
5299 ;;
5300 sco3.2v5*)
5301 lt_cv_sys_max_cmd_len=102400
5302 ;;
5303 sysv5* | sco5v6* | sysv4.2uw2*)
5304 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5305 if test -n "$kargmax"; then
5306 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5307 else
5308 lt_cv_sys_max_cmd_len=32768
5309 fi
5310 ;;
5311 *)
5312 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5313 if test -n "$lt_cv_sys_max_cmd_len"; then
5314 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5316 else
5317 # Make teststring a little bigger before we do anything with it.
5318 # a 1K string should be a reasonable start.
5319 for i in 1 2 3 4 5 6 7 8 ; do
5320 teststring=$teststring$teststring
5321 done
5322 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5323 # If test is not a shell built-in, we'll probably end up computing a
5324 # maximum length that is only half of the actual maximum length, but
5325 # we can't tell.
5326 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5327 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5328 test $i != 17 # 1/2 MB should be enough
5329 do
5330 i=`expr $i + 1`
5331 teststring=$teststring$teststring
5332 done
5333 # Only check the string length outside the loop.
5334 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5335 teststring=
5336 # Add a significant safety factor because C++ compilers can tack on
5337 # massive amounts of additional arguments before passing them to the
5338 # linker. It appears as though 1/2 is a usable value.
5339 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5340 fi
5341 ;;
5342 esac
5343
5344fi
5345
5346if test -n $lt_cv_sys_max_cmd_len ; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5348$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5349else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5351$as_echo "none" >&6; }
5352fi
5353max_cmd_len=$lt_cv_sys_max_cmd_len
5354
5355
5356
5357
5358
5359
5360: ${CP="cp -f"}
5361: ${MV="mv -f"}
5362: ${RM="rm -f"}
5363
5364{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5365$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5366# Try some XSI features
5367xsi_shell=no
5368( _lt_dummy="a/b/c"
5369 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5370 = c,a/b,, \
5371 && eval 'test $(( 1 + 1 )) -eq 2 \
5372 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5373 && xsi_shell=yes
5374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5375$as_echo "$xsi_shell" >&6; }
5376
5377
5378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5379$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5380lt_shell_append=no
5381( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5382 >/dev/null 2>&1 \
5383 && lt_shell_append=yes
5384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5385$as_echo "$lt_shell_append" >&6; }
5386
5387
5388if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5389 lt_unset=unset
5390else
5391 lt_unset=false
5392fi
5393
5394
5395
5396
5397
5398# test EBCDIC or ASCII
5399case `echo X|tr X '\101'` in
5400 A) # ASCII based system
5401 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5402 lt_SP2NL='tr \040 \012'
5403 lt_NL2SP='tr \015\012 \040\040'
5404 ;;
5405 *) # EBCDIC based system
5406 lt_SP2NL='tr \100 \n'
5407 lt_NL2SP='tr \r\n \100\100'
5408 ;;
5409esac
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5420$as_echo_n "checking for $LD option to reload object files... " >&6; }
5421if ${lt_cv_ld_reload_flag+:} false; then :
5422 $as_echo_n "(cached) " >&6
5423else
5424 lt_cv_ld_reload_flag='-r'
5425fi
5426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5427$as_echo "$lt_cv_ld_reload_flag" >&6; }
5428reload_flag=$lt_cv_ld_reload_flag
5429case $reload_flag in
5430"" | " "*) ;;
5431*) reload_flag=" $reload_flag" ;;
5432esac
5433reload_cmds='$LD$reload_flag -o $output$reload_objs'
5434case $host_os in
5435 darwin*)
5436 if test "$GCC" = yes; then
5437 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5438 else
5439 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5440 fi
5441 ;;
5442esac
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452if test -n "$ac_tool_prefix"; then
5453 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5454set dummy ${ac_tool_prefix}objdump; ac_word=$2
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5456$as_echo_n "checking for $ac_word... " >&6; }
5457if ${ac_cv_prog_OBJDUMP+:} false; then :
5458 $as_echo_n "(cached) " >&6
5459else
5460 if test -n "$OBJDUMP"; then
5461 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5462else
5463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464for as_dir in $PATH
5465do
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5470 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 break 2
5473 fi
5474done
5475 done
5476IFS=$as_save_IFS
5477
5478fi
5479fi
5480OBJDUMP=$ac_cv_prog_OBJDUMP
5481if test -n "$OBJDUMP"; then
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5483$as_echo "$OBJDUMP" >&6; }
5484else
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5486$as_echo "no" >&6; }
5487fi
5488
5489
5490fi
5491if test -z "$ac_cv_prog_OBJDUMP"; then
5492 ac_ct_OBJDUMP=$OBJDUMP
5493 # Extract the first word of "objdump", so it can be a program name with args.
5494set dummy objdump; ac_word=$2
5495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5496$as_echo_n "checking for $ac_word... " >&6; }
5497if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5498 $as_echo_n "(cached) " >&6
5499else
5500 if test -n "$ac_ct_OBJDUMP"; then
5501 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5502else
5503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504for as_dir in $PATH
5505do
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5510 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 break 2
5513 fi
5514done
5515 done
5516IFS=$as_save_IFS
5517
5518fi
5519fi
5520ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5521if test -n "$ac_ct_OBJDUMP"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5523$as_echo "$ac_ct_OBJDUMP" >&6; }
5524else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5526$as_echo "no" >&6; }
5527fi
5528
5529 if test "x$ac_ct_OBJDUMP" = x; then
5530 OBJDUMP="false"
5531 else
5532 case $cross_compiling:$ac_tool_warned in
5533yes:)
5534{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5535$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5536ac_tool_warned=yes ;;
5537esac
5538 OBJDUMP=$ac_ct_OBJDUMP
5539 fi
5540else
5541 OBJDUMP="$ac_cv_prog_OBJDUMP"
5542fi
5543
5544test -z "$OBJDUMP" && OBJDUMP=objdump
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5555$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5556if ${lt_cv_deplibs_check_method+:} false; then :
5557 $as_echo_n "(cached) " >&6
5558else
5559 lt_cv_file_magic_cmd='$MAGIC_CMD'
5560lt_cv_file_magic_test_file=
5561lt_cv_deplibs_check_method='unknown'
5562# Need to set the preceding variable on all platforms that support
5563# interlibrary dependencies.
5564# 'none' -- dependencies not supported.
5565# `unknown' -- same as none, but documents that we really don't know.
5566# 'pass_all' -- all dependencies passed with no checks.
5567# 'test_compile' -- check by making test program.
5568# 'file_magic [[regex]]' -- check by looking for files in library path
5569# which responds to the $file_magic_cmd with a given extended regex.
5570# If you have `file' or equivalent on your system and you're not sure
5571# whether `pass_all' will *always* work, you probably want this one.
5572
5573case $host_os in
5574aix[4-9]*)
5575 lt_cv_deplibs_check_method=pass_all
5576 ;;
5577
5578beos*)
5579 lt_cv_deplibs_check_method=pass_all
5580 ;;
5581
5582bsdi[45]*)
5583 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5584 lt_cv_file_magic_cmd='/usr/bin/file -L'
5585 lt_cv_file_magic_test_file=/shlib/libc.so
5586 ;;
5587
5588cygwin*)
5589 # func_win32_libid is a shell function defined in ltmain.sh
5590 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5591 lt_cv_file_magic_cmd='func_win32_libid'
5592 ;;
5593
5594mingw* | pw32*)
5595 # Base MSYS/MinGW do not provide the 'file' command needed by
5596 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5597 # unless we find 'file', for example because we are cross-compiling.
5598 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5599 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5600 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5601 lt_cv_file_magic_cmd='func_win32_libid'
5602 else
5603 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5604 lt_cv_file_magic_cmd='$OBJDUMP -f'
5605 fi
5606 ;;
5607
5608cegcc*)
5609 # use the weaker test based on 'objdump'. See mingw*.
5610 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5611 lt_cv_file_magic_cmd='$OBJDUMP -f'
5612 ;;
5613
5614darwin* | rhapsody*)
5615 lt_cv_deplibs_check_method=pass_all
5616 ;;
5617
5618freebsd* | dragonfly*)
5619 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5620 case $host_cpu in
5621 i*86 )
5622 # Not sure whether the presence of OpenBSD here was a mistake.
5623 # Let's accept both of them until this is cleared up.
5624 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5627 ;;
5628 esac
5629 else
5630 lt_cv_deplibs_check_method=pass_all
5631 fi
5632 ;;
5633
5634gnu*)
5635 lt_cv_deplibs_check_method=pass_all
5636 ;;
5637
5638haiku*)
5639 lt_cv_deplibs_check_method=pass_all
5640 ;;
5641
5642hpux10.20* | hpux11*)
5643 lt_cv_file_magic_cmd=/usr/bin/file
5644 case $host_cpu in
5645 ia64*)
5646 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5647 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5648 ;;
5649 hppa*64*)
5650 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]'
5651 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5652 ;;
5653 *)
5654 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5655 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5656 ;;
5657 esac
5658 ;;
5659
5660interix[3-9]*)
5661 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5662 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5663 ;;
5664
5665irix5* | irix6* | nonstopux*)
5666 case $LD in
5667 *-32|*"-32 ") libmagic=32-bit;;
5668 *-n32|*"-n32 ") libmagic=N32;;
5669 *-64|*"-64 ") libmagic=64-bit;;
5670 *) libmagic=never-match;;
5671 esac
5672 lt_cv_deplibs_check_method=pass_all
5673 ;;
5674
5675# This must be Linux ELF.
5676linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
5677 lt_cv_deplibs_check_method=pass_all
5678 ;;
5679
5680netbsd*)
5681 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5683 else
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5685 fi
5686 ;;
5687
5688newos6*)
5689 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5690 lt_cv_file_magic_cmd=/usr/bin/file
5691 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5692 ;;
5693
5694*nto* | *qnx*)
5695 lt_cv_deplibs_check_method=pass_all
5696 ;;
5697
5698openbsd*)
5699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5701 else
5702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5703 fi
5704 ;;
5705
5706osf3* | osf4* | osf5*)
5707 lt_cv_deplibs_check_method=pass_all
5708 ;;
5709
5710rdos*)
5711 lt_cv_deplibs_check_method=pass_all
5712 ;;
5713
5714solaris*)
5715 lt_cv_deplibs_check_method=pass_all
5716 ;;
5717
5718sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5719 lt_cv_deplibs_check_method=pass_all
5720 ;;
5721
5722sysv4 | sysv4.3*)
5723 case $host_vendor in
5724 motorola)
5725 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]'
5726 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5727 ;;
5728 ncr)
5729 lt_cv_deplibs_check_method=pass_all
5730 ;;
5731 sequent)
5732 lt_cv_file_magic_cmd='/bin/file'
5733 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5734 ;;
5735 sni)
5736 lt_cv_file_magic_cmd='/bin/file'
5737 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5738 lt_cv_file_magic_test_file=/lib/libc.so
5739 ;;
5740 siemens)
5741 lt_cv_deplibs_check_method=pass_all
5742 ;;
5743 pc)
5744 lt_cv_deplibs_check_method=pass_all
5745 ;;
5746 esac
5747 ;;
5748
5749tpf*)
5750 lt_cv_deplibs_check_method=pass_all
5751 ;;
5752vxworks*)
5753 # Assume VxWorks cross toolchains are built on Linux, possibly
5754 # as canadian for Windows hosts.
5755 lt_cv_deplibs_check_method=pass_all
5756 ;;
5757esac
5758
5759fi
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5761$as_echo "$lt_cv_deplibs_check_method" >&6; }
5762file_magic_cmd=$lt_cv_file_magic_cmd
5763deplibs_check_method=$lt_cv_deplibs_check_method
5764test -z "$deplibs_check_method" && deplibs_check_method=unknown
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777plugin_option=
5778plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5779for plugin in $plugin_names; do
5780 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5781 if test x$plugin_so = x$plugin; then
5782 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5783 fi
5784 if test x$plugin_so != x$plugin; then
5785 plugin_option="--plugin $plugin_so"
5786 break
5787 fi
5788done
5789
5790if test -n "$ac_tool_prefix"; then
5791 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5792set dummy ${ac_tool_prefix}ar; ac_word=$2
5793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5794$as_echo_n "checking for $ac_word... " >&6; }
5795if ${ac_cv_prog_AR+:} false; then :
5796 $as_echo_n "(cached) " >&6
5797else
5798 if test -n "$AR"; then
5799 ac_cv_prog_AR="$AR" # Let the user override the test.
5800else
5801as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5802for as_dir in $PATH
5803do
5804 IFS=$as_save_IFS
5805 test -z "$as_dir" && as_dir=.
5806 for ac_exec_ext in '' $ac_executable_extensions; do
5807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5808 ac_cv_prog_AR="${ac_tool_prefix}ar"
5809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5810 break 2
5811 fi
5812done
5813 done
5814IFS=$as_save_IFS
5815
5816fi
5817fi
5818AR=$ac_cv_prog_AR
5819if test -n "$AR"; then
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5821$as_echo "$AR" >&6; }
5822else
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5824$as_echo "no" >&6; }
5825fi
5826
5827
5828fi
5829if test -z "$ac_cv_prog_AR"; then
5830 ac_ct_AR=$AR
5831 # Extract the first word of "ar", so it can be a program name with args.
5832set dummy ar; ac_word=$2
5833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5834$as_echo_n "checking for $ac_word... " >&6; }
5835if ${ac_cv_prog_ac_ct_AR+:} false; then :
5836 $as_echo_n "(cached) " >&6
5837else
5838 if test -n "$ac_ct_AR"; then
5839 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5840else
5841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5842for as_dir in $PATH
5843do
5844 IFS=$as_save_IFS
5845 test -z "$as_dir" && as_dir=.
5846 for ac_exec_ext in '' $ac_executable_extensions; do
5847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5848 ac_cv_prog_ac_ct_AR="ar"
5849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 break 2
5851 fi
5852done
5853 done
5854IFS=$as_save_IFS
5855
5856fi
5857fi
5858ac_ct_AR=$ac_cv_prog_ac_ct_AR
5859if test -n "$ac_ct_AR"; then
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5861$as_echo "$ac_ct_AR" >&6; }
5862else
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5864$as_echo "no" >&6; }
5865fi
5866
5867 if test "x$ac_ct_AR" = x; then
5868 AR="false"
5869 else
5870 case $cross_compiling:$ac_tool_warned in
5871yes:)
5872{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5873$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5874ac_tool_warned=yes ;;
5875esac
5876 AR=$ac_ct_AR
5877 fi
5878else
5879 AR="$ac_cv_prog_AR"
5880fi
5881
5882test -z "$AR" && AR=ar
5883if test -n "$plugin_option"; then
5884 if $AR --help 2>&1 | grep -q "\--plugin"; then
5885 touch conftest.c
5886 $AR $plugin_option rc conftest.a conftest.c
5887 if test "$?" != 0; then
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5889$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5890 else
5891 AR="$AR $plugin_option"
5892 fi
5893 rm -f conftest.*
5894 fi
5895fi
5896test -z "$AR_FLAGS" && AR_FLAGS=cru
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908if test -n "$ac_tool_prefix"; then
5909 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5910set dummy ${ac_tool_prefix}strip; ac_word=$2
5911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5912$as_echo_n "checking for $ac_word... " >&6; }
5913if ${ac_cv_prog_STRIP+:} false; then :
5914 $as_echo_n "(cached) " >&6
5915else
5916 if test -n "$STRIP"; then
5917 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5918else
5919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920for as_dir in $PATH
5921do
5922 IFS=$as_save_IFS
5923 test -z "$as_dir" && as_dir=.
5924 for ac_exec_ext in '' $ac_executable_extensions; do
5925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5926 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5928 break 2
5929 fi
5930done
5931 done
5932IFS=$as_save_IFS
5933
5934fi
5935fi
5936STRIP=$ac_cv_prog_STRIP
5937if test -n "$STRIP"; then
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5939$as_echo "$STRIP" >&6; }
5940else
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5942$as_echo "no" >&6; }
5943fi
5944
5945
5946fi
5947if test -z "$ac_cv_prog_STRIP"; then
5948 ac_ct_STRIP=$STRIP
5949 # Extract the first word of "strip", so it can be a program name with args.
5950set dummy strip; ac_word=$2
5951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952$as_echo_n "checking for $ac_word... " >&6; }
5953if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5954 $as_echo_n "(cached) " >&6
5955else
5956 if test -n "$ac_ct_STRIP"; then
5957 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5958else
5959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5960for as_dir in $PATH
5961do
5962 IFS=$as_save_IFS
5963 test -z "$as_dir" && as_dir=.
5964 for ac_exec_ext in '' $ac_executable_extensions; do
5965 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5966 ac_cv_prog_ac_ct_STRIP="strip"
5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5968 break 2
5969 fi
5970done
5971 done
5972IFS=$as_save_IFS
5973
5974fi
5975fi
5976ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5977if test -n "$ac_ct_STRIP"; then
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5979$as_echo "$ac_ct_STRIP" >&6; }
5980else
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5982$as_echo "no" >&6; }
5983fi
5984
5985 if test "x$ac_ct_STRIP" = x; then
5986 STRIP=":"
5987 else
5988 case $cross_compiling:$ac_tool_warned in
5989yes:)
5990{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5991$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5992ac_tool_warned=yes ;;
5993esac
5994 STRIP=$ac_ct_STRIP
5995 fi
5996else
5997 STRIP="$ac_cv_prog_STRIP"
5998fi
5999
6000test -z "$STRIP" && STRIP=:
6001
6002
6003
6004
6005
6006
6007if test -n "$ac_tool_prefix"; then
6008 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6009set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6011$as_echo_n "checking for $ac_word... " >&6; }
6012if ${ac_cv_prog_RANLIB+:} false; then :
6013 $as_echo_n "(cached) " >&6
6014else
6015 if test -n "$RANLIB"; then
6016 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6017else
6018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019for as_dir in $PATH
6020do
6021 IFS=$as_save_IFS
6022 test -z "$as_dir" && as_dir=.
6023 for ac_exec_ext in '' $ac_executable_extensions; do
6024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6025 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6027 break 2
6028 fi
6029done
6030 done
6031IFS=$as_save_IFS
6032
6033fi
6034fi
6035RANLIB=$ac_cv_prog_RANLIB
6036if test -n "$RANLIB"; then
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6038$as_echo "$RANLIB" >&6; }
6039else
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6041$as_echo "no" >&6; }
6042fi
6043
6044
6045fi
6046if test -z "$ac_cv_prog_RANLIB"; then
6047 ac_ct_RANLIB=$RANLIB
6048 # Extract the first word of "ranlib", so it can be a program name with args.
6049set dummy ranlib; ac_word=$2
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6051$as_echo_n "checking for $ac_word... " >&6; }
6052if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6053 $as_echo_n "(cached) " >&6
6054else
6055 if test -n "$ac_ct_RANLIB"; then
6056 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6057else
6058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6059for as_dir in $PATH
6060do
6061 IFS=$as_save_IFS
6062 test -z "$as_dir" && as_dir=.
6063 for ac_exec_ext in '' $ac_executable_extensions; do
6064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6065 ac_cv_prog_ac_ct_RANLIB="ranlib"
6066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6067 break 2
6068 fi
6069done
6070 done
6071IFS=$as_save_IFS
6072
6073fi
6074fi
6075ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6076if test -n "$ac_ct_RANLIB"; then
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6078$as_echo "$ac_ct_RANLIB" >&6; }
6079else
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6081$as_echo "no" >&6; }
6082fi
6083
6084 if test "x$ac_ct_RANLIB" = x; then
6085 RANLIB=":"
6086 else
6087 case $cross_compiling:$ac_tool_warned in
6088yes:)
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6090$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6091ac_tool_warned=yes ;;
6092esac
6093 RANLIB=$ac_ct_RANLIB
6094 fi
6095else
6096 RANLIB="$ac_cv_prog_RANLIB"
6097fi
6098
6099test -z "$RANLIB" && RANLIB=:
6100if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6101 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6102 RANLIB="$RANLIB $plugin_option"
6103 fi
6104fi
6105
6106
6107
6108
6109
6110
6111# Determine commands to create old-style static archives.
6112old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6113old_postinstall_cmds='chmod 644 $oldlib'
6114old_postuninstall_cmds=
6115
6116if test -n "$RANLIB"; then
6117 case $host_os in
6118 openbsd*)
6119 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6120 ;;
6121 *)
6122 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6123 ;;
6124 esac
6125 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6126fi
6127
6128case $host_os in
6129 darwin*)
6130 lock_old_archive_extraction=yes ;;
6131 *)
6132 lock_old_archive_extraction=no ;;
6133esac
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173# If no C compiler was specified, use CC.
6174LTCC=${LTCC-"$CC"}
6175
6176# If no C compiler flags were specified, use CFLAGS.
6177LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6178
6179# Allow CC to be a program name with arguments.
6180compiler=$CC
6181
6182
6183# Check for command to grab the raw symbol name followed by C symbol from nm.
6184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6185$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6186if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6187 $as_echo_n "(cached) " >&6
6188else
6189
6190# These are sane defaults that work on at least a few old systems.
6191# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6192
6193# Character class describing NM global symbol codes.
6194symcode='[BCDEGRST]'
6195
6196# Regexp to match symbols that can be accessed directly from C.
6197sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6198
6199# Define system-specific variables.
6200case $host_os in
6201aix*)
6202 symcode='[BCDT]'
6203 ;;
6204cygwin* | mingw* | pw32* | cegcc*)
6205 symcode='[ABCDGISTW]'
6206 ;;
6207hpux*)
6208 if test "$host_cpu" = ia64; then
6209 symcode='[ABCDEGRST]'
6210 fi
6211 ;;
6212irix* | nonstopux*)
6213 symcode='[BCDEGRST]'
6214 ;;
6215osf*)
6216 symcode='[BCDEGQRST]'
6217 ;;
6218solaris*)
6219 symcode='[BCDRT]'
6220 ;;
6221sco3.2v5*)
6222 symcode='[DT]'
6223 ;;
6224sysv4.2uw2*)
6225 symcode='[DT]'
6226 ;;
6227sysv5* | sco5v6* | unixware* | OpenUNIX*)
6228 symcode='[ABDT]'
6229 ;;
6230sysv4)
6231 symcode='[DFNSTU]'
6232 ;;
6233esac
6234
6235# If we're using GNU nm, then use its standard symbol codes.
6236case `$NM -V 2>&1` in
6237*GNU* | *'with BFD'*)
6238 symcode='[ABCDGIRSTW]' ;;
6239esac
6240
6241# Transform an extracted symbol line into a proper C declaration.
6242# Some systems (esp. on ia64) link data and code symbols differently,
6243# so use this general approach.
6244lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6245
6246# Transform an extracted symbol line into symbol name and symbol address
6247lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6248lt_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'"
6249
6250# Handle CRLF in mingw tool chain
6251opt_cr=
6252case $build_os in
6253mingw*)
6254 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6255 ;;
6256esac
6257
6258# Try without a prefix underscore, then with it.
6259for ac_symprfx in "" "_"; do
6260
6261 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6262 symxfrm="\\1 $ac_symprfx\\2 \\2"
6263
6264 # Write the raw and C identifiers.
6265 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6266 # Fake it for dumpbin and say T for any non-static function
6267 # and D for any global variable.
6268 # Also find C++ and __fastcall symbols from MSVC++,
6269 # which start with @ or ?.
6270 lt_cv_sys_global_symbol_pipe="$AWK '"\
6271" {last_section=section; section=\$ 3};"\
6272" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6273" \$ 0!~/External *\|/{next};"\
6274" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6275" {if(hide[section]) next};"\
6276" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6277" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6278" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6279" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6280" ' prfx=^$ac_symprfx"
6281 else
6282 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6283 fi
6284
6285 # Check to see that the pipe works correctly.
6286 pipe_works=no
6287
6288 rm -f conftest*
6289 cat > conftest.$ac_ext <<_LT_EOF
6290#ifdef __cplusplus
6291extern "C" {
6292#endif
6293char nm_test_var;
6294void nm_test_func(void);
6295void nm_test_func(void){}
6296#ifdef __cplusplus
6297}
6298#endif
6299int main(){nm_test_var='a';nm_test_func();return(0);}
6300_LT_EOF
6301
6302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6303 (eval $ac_compile) 2>&5
6304 ac_status=$?
6305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6306 test $ac_status = 0; }; then
6307 # Now try to grab the symbols.
6308 nlist=conftest.nm
6309 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6310 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6311 ac_status=$?
6312 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6313 test $ac_status = 0; } && test -s "$nlist"; then
6314 # Try sorting and uniquifying the output.
6315 if sort "$nlist" | uniq > "$nlist"T; then
6316 mv -f "$nlist"T "$nlist"
6317 else
6318 rm -f "$nlist"T
6319 fi
6320
6321 # Make sure that we snagged all the symbols we need.
6322 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6323 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6324 cat <<_LT_EOF > conftest.$ac_ext
6325#ifdef __cplusplus
6326extern "C" {
6327#endif
6328
6329_LT_EOF
6330 # Now generate the symbol file.
6331 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6332
6333 cat <<_LT_EOF >> conftest.$ac_ext
6334
6335/* The mapping between symbol names and symbols. */
6336const struct {
6337 const char *name;
6338 void *address;
6339}
6340lt__PROGRAM__LTX_preloaded_symbols[] =
6341{
6342 { "@PROGRAM@", (void *) 0 },
6343_LT_EOF
6344 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6345 cat <<\_LT_EOF >> conftest.$ac_ext
6346 {0, (void *) 0}
6347};
6348
6349/* This works around a problem in FreeBSD linker */
6350#ifdef FREEBSD_WORKAROUND
6351static const void *lt_preloaded_setup() {
6352 return lt__PROGRAM__LTX_preloaded_symbols;
6353}
6354#endif
6355
6356#ifdef __cplusplus
6357}
6358#endif
6359_LT_EOF
6360 # Now try linking the two files.
6361 mv conftest.$ac_objext conftstm.$ac_objext
6362 lt_save_LIBS="$LIBS"
6363 lt_save_CFLAGS="$CFLAGS"
6364 LIBS="conftstm.$ac_objext"
6365 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6366 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6367 (eval $ac_link) 2>&5
6368 ac_status=$?
6369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6370 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6371 pipe_works=yes
6372 fi
6373 LIBS="$lt_save_LIBS"
6374 CFLAGS="$lt_save_CFLAGS"
6375 else
6376 echo "cannot find nm_test_func in $nlist" >&5
6377 fi
6378 else
6379 echo "cannot find nm_test_var in $nlist" >&5
6380 fi
6381 else
6382 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6383 fi
6384 else
6385 echo "$progname: failed program was:" >&5
6386 cat conftest.$ac_ext >&5
6387 fi
6388 rm -rf conftest* conftst*
6389
6390 # Do not use the global_symbol_pipe unless it works.
6391 if test "$pipe_works" = yes; then
6392 break
6393 else
6394 lt_cv_sys_global_symbol_pipe=
6395 fi
6396done
6397
6398fi
6399
6400if test -z "$lt_cv_sys_global_symbol_pipe"; then
6401 lt_cv_sys_global_symbol_to_cdecl=
6402fi
6403if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6405$as_echo "failed" >&6; }
6406else
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6408$as_echo "ok" >&6; }
6409fi
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432# Check whether --enable-libtool-lock was given.
6433if test "${enable_libtool_lock+set}" = set; then :
6434 enableval=$enable_libtool_lock;
6435fi
6436
6437test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6438
6439# Some flags need to be propagated to the compiler or linker for good
6440# libtool support.
6441case $host in
6442ia64-*-hpux*)
6443 # Find out which ABI we are using.
6444 echo 'int i;' > conftest.$ac_ext
6445 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6446 (eval $ac_compile) 2>&5
6447 ac_status=$?
6448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6449 test $ac_status = 0; }; then
6450 case `/usr/bin/file conftest.$ac_objext` in
6451 *ELF-32*)
6452 HPUX_IA64_MODE="32"
6453 ;;
6454 *ELF-64*)
6455 HPUX_IA64_MODE="64"
6456 ;;
6457 esac
6458 fi
6459 rm -rf conftest*
6460 ;;
6461*-*-irix6*)
6462 # Find out which ABI we are using.
6463 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6464 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6465 (eval $ac_compile) 2>&5
6466 ac_status=$?
6467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6468 test $ac_status = 0; }; then
6469 if test "$lt_cv_prog_gnu_ld" = yes; then
6470 case `/usr/bin/file conftest.$ac_objext` in
6471 *32-bit*)
6472 LD="${LD-ld} -melf32bsmip"
6473 ;;
6474 *N32*)
6475 LD="${LD-ld} -melf32bmipn32"
6476 ;;
6477 *64-bit*)
6478 LD="${LD-ld} -melf64bmip"
6479 ;;
6480 esac
6481 else
6482 case `/usr/bin/file conftest.$ac_objext` in
6483 *32-bit*)
6484 LD="${LD-ld} -32"
6485 ;;
6486 *N32*)
6487 LD="${LD-ld} -n32"
6488 ;;
6489 *64-bit*)
6490 LD="${LD-ld} -64"
6491 ;;
6492 esac
6493 fi
6494 fi
6495 rm -rf conftest*
6496 ;;
6497
6498x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6499s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6500 # Find out which ABI we are using.
6501 echo 'int i;' > conftest.$ac_ext
6502 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6503 (eval $ac_compile) 2>&5
6504 ac_status=$?
6505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6506 test $ac_status = 0; }; then
6507 case `/usr/bin/file conftest.o` in
6508 *32-bit*)
6509 case $host in
6510 x86_64-*kfreebsd*-gnu)
6511 LD="${LD-ld} -m elf_i386_fbsd"
6512 ;;
6513 x86_64-*linux*)
6514 case `/usr/bin/file conftest.o` in
6515 *x86-64*)
6516 LD="${LD-ld} -m elf32_x86_64"
6517 ;;
6518 *)
6519 LD="${LD-ld} -m elf_i386"
6520 ;;
6521 esac
6522 ;;
6523 powerpc64le-*linux*)
6524 LD="${LD-ld} -m elf32lppclinux"
6525 ;;
6526 powerpc64-*linux*)
6527 LD="${LD-ld} -m elf32ppclinux"
6528 ;;
6529 s390x-*linux*)
6530 LD="${LD-ld} -m elf_s390"
6531 ;;
6532 sparc64-*linux*)
6533 LD="${LD-ld} -m elf32_sparc"
6534 ;;
6535 esac
6536 ;;
6537 *64-bit*)
6538 case $host in
6539 x86_64-*kfreebsd*-gnu)
6540 LD="${LD-ld} -m elf_x86_64_fbsd"
6541 ;;
6542 x86_64-*linux*)
6543 LD="${LD-ld} -m elf_x86_64"
6544 ;;
6545 powerpcle-*linux*)
6546 LD="${LD-ld} -m elf64lppc"
6547 ;;
6548 powerpc-*linux*)
6549 LD="${LD-ld} -m elf64ppc"
6550 ;;
6551 s390*-*linux*|s390*-*tpf*)
6552 LD="${LD-ld} -m elf64_s390"
6553 ;;
6554 sparc*-*linux*)
6555 LD="${LD-ld} -m elf64_sparc"
6556 ;;
6557 esac
6558 ;;
6559 esac
6560 fi
6561 rm -rf conftest*
6562 ;;
6563
6564*-*-sco3.2v5*)
6565 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6566 SAVE_CFLAGS="$CFLAGS"
6567 CFLAGS="$CFLAGS -belf"
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6569$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6570if ${lt_cv_cc_needs_belf+:} false; then :
6571 $as_echo_n "(cached) " >&6
6572else
6573 ac_ext=c
6574ac_cpp='$CPP $CPPFLAGS'
6575ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6576ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6577ac_compiler_gnu=$ac_cv_c_compiler_gnu
6578
6579 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6580/* end confdefs.h. */
6581
6582int
6583main ()
6584{
6585
6586 ;
6587 return 0;
6588}
6589_ACEOF
6590if ac_fn_c_try_link "$LINENO"; then :
6591 lt_cv_cc_needs_belf=yes
6592else
6593 lt_cv_cc_needs_belf=no
6594fi
6595rm -f core conftest.err conftest.$ac_objext \
6596 conftest$ac_exeext conftest.$ac_ext
6597 ac_ext=c
6598ac_cpp='$CPP $CPPFLAGS'
6599ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6600ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6601ac_compiler_gnu=$ac_cv_c_compiler_gnu
6602
6603fi
6604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6605$as_echo "$lt_cv_cc_needs_belf" >&6; }
6606 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6607 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6608 CFLAGS="$SAVE_CFLAGS"
6609 fi
6610 ;;
6611sparc*-*solaris*)
6612 # Find out which ABI we are using.
6613 echo 'int i;' > conftest.$ac_ext
6614 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6615 (eval $ac_compile) 2>&5
6616 ac_status=$?
6617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6618 test $ac_status = 0; }; then
6619 case `/usr/bin/file conftest.o` in
6620 *64-bit*)
6621 case $lt_cv_prog_gnu_ld in
6622 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6623 *)
6624 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6625 LD="${LD-ld} -64"
6626 fi
6627 ;;
6628 esac
6629 ;;
6630 esac
6631 fi
6632 rm -rf conftest*
6633 ;;
6634esac
6635
6636need_locks="$enable_libtool_lock"
6637
6638
6639 case $host_os in
6640 rhapsody* | darwin*)
6641 if test -n "$ac_tool_prefix"; then
6642 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6643set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6645$as_echo_n "checking for $ac_word... " >&6; }
6646if ${ac_cv_prog_DSYMUTIL+:} false; then :
6647 $as_echo_n "(cached) " >&6
6648else
6649 if test -n "$DSYMUTIL"; then
6650 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6651else
6652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6653for as_dir in $PATH
6654do
6655 IFS=$as_save_IFS
6656 test -z "$as_dir" && as_dir=.
6657 for ac_exec_ext in '' $ac_executable_extensions; do
6658 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6659 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6661 break 2
6662 fi
6663done
6664 done
6665IFS=$as_save_IFS
6666
6667fi
6668fi
6669DSYMUTIL=$ac_cv_prog_DSYMUTIL
6670if test -n "$DSYMUTIL"; then
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6672$as_echo "$DSYMUTIL" >&6; }
6673else
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6675$as_echo "no" >&6; }
6676fi
6677
6678
6679fi
6680if test -z "$ac_cv_prog_DSYMUTIL"; then
6681 ac_ct_DSYMUTIL=$DSYMUTIL
6682 # Extract the first word of "dsymutil", so it can be a program name with args.
6683set dummy dsymutil; ac_word=$2
6684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6685$as_echo_n "checking for $ac_word... " >&6; }
6686if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6687 $as_echo_n "(cached) " >&6
6688else
6689 if test -n "$ac_ct_DSYMUTIL"; then
6690 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6691else
6692as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6693for as_dir in $PATH
6694do
6695 IFS=$as_save_IFS
6696 test -z "$as_dir" && as_dir=.
6697 for ac_exec_ext in '' $ac_executable_extensions; do
6698 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6699 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6701 break 2
6702 fi
6703done
6704 done
6705IFS=$as_save_IFS
6706
6707fi
6708fi
6709ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6710if test -n "$ac_ct_DSYMUTIL"; then
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6712$as_echo "$ac_ct_DSYMUTIL" >&6; }
6713else
6714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6715$as_echo "no" >&6; }
6716fi
6717
6718 if test "x$ac_ct_DSYMUTIL" = x; then
6719 DSYMUTIL=":"
6720 else
6721 case $cross_compiling:$ac_tool_warned in
6722yes:)
6723{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6724$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6725ac_tool_warned=yes ;;
6726esac
6727 DSYMUTIL=$ac_ct_DSYMUTIL
6728 fi
6729else
6730 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6731fi
6732
6733 if test -n "$ac_tool_prefix"; then
6734 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6735set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6737$as_echo_n "checking for $ac_word... " >&6; }
6738if ${ac_cv_prog_NMEDIT+:} false; then :
6739 $as_echo_n "(cached) " >&6
6740else
6741 if test -n "$NMEDIT"; then
6742 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6743else
6744as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6745for as_dir in $PATH
6746do
6747 IFS=$as_save_IFS
6748 test -z "$as_dir" && as_dir=.
6749 for ac_exec_ext in '' $ac_executable_extensions; do
6750 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6751 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6752 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6753 break 2
6754 fi
6755done
6756 done
6757IFS=$as_save_IFS
6758
6759fi
6760fi
6761NMEDIT=$ac_cv_prog_NMEDIT
6762if test -n "$NMEDIT"; then
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6764$as_echo "$NMEDIT" >&6; }
6765else
6766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6767$as_echo "no" >&6; }
6768fi
6769
6770
6771fi
6772if test -z "$ac_cv_prog_NMEDIT"; then
6773 ac_ct_NMEDIT=$NMEDIT
6774 # Extract the first word of "nmedit", so it can be a program name with args.
6775set dummy nmedit; ac_word=$2
6776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6777$as_echo_n "checking for $ac_word... " >&6; }
6778if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6779 $as_echo_n "(cached) " >&6
6780else
6781 if test -n "$ac_ct_NMEDIT"; then
6782 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6783else
6784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6785for as_dir in $PATH
6786do
6787 IFS=$as_save_IFS
6788 test -z "$as_dir" && as_dir=.
6789 for ac_exec_ext in '' $ac_executable_extensions; do
6790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6791 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6793 break 2
6794 fi
6795done
6796 done
6797IFS=$as_save_IFS
6798
6799fi
6800fi
6801ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6802if test -n "$ac_ct_NMEDIT"; then
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6804$as_echo "$ac_ct_NMEDIT" >&6; }
6805else
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6807$as_echo "no" >&6; }
6808fi
6809
6810 if test "x$ac_ct_NMEDIT" = x; then
6811 NMEDIT=":"
6812 else
6813 case $cross_compiling:$ac_tool_warned in
6814yes:)
6815{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6816$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6817ac_tool_warned=yes ;;
6818esac
6819 NMEDIT=$ac_ct_NMEDIT
6820 fi
6821else
6822 NMEDIT="$ac_cv_prog_NMEDIT"
6823fi
6824
6825 if test -n "$ac_tool_prefix"; then
6826 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6827set dummy ${ac_tool_prefix}lipo; ac_word=$2
6828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829$as_echo_n "checking for $ac_word... " >&6; }
6830if ${ac_cv_prog_LIPO+:} false; then :
6831 $as_echo_n "(cached) " >&6
6832else
6833 if test -n "$LIPO"; then
6834 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6835else
6836as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6837for as_dir in $PATH
6838do
6839 IFS=$as_save_IFS
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6843 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 break 2
6846 fi
6847done
6848 done
6849IFS=$as_save_IFS
6850
6851fi
6852fi
6853LIPO=$ac_cv_prog_LIPO
6854if test -n "$LIPO"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6856$as_echo "$LIPO" >&6; }
6857else
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859$as_echo "no" >&6; }
6860fi
6861
6862
6863fi
6864if test -z "$ac_cv_prog_LIPO"; then
6865 ac_ct_LIPO=$LIPO
6866 # Extract the first word of "lipo", so it can be a program name with args.
6867set dummy lipo; ac_word=$2
6868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6869$as_echo_n "checking for $ac_word... " >&6; }
6870if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6871 $as_echo_n "(cached) " >&6
6872else
6873 if test -n "$ac_ct_LIPO"; then
6874 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6875else
6876as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6877for as_dir in $PATH
6878do
6879 IFS=$as_save_IFS
6880 test -z "$as_dir" && as_dir=.
6881 for ac_exec_ext in '' $ac_executable_extensions; do
6882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6883 ac_cv_prog_ac_ct_LIPO="lipo"
6884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6885 break 2
6886 fi
6887done
6888 done
6889IFS=$as_save_IFS
6890
6891fi
6892fi
6893ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6894if test -n "$ac_ct_LIPO"; then
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6896$as_echo "$ac_ct_LIPO" >&6; }
6897else
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6899$as_echo "no" >&6; }
6900fi
6901
6902 if test "x$ac_ct_LIPO" = x; then
6903 LIPO=":"
6904 else
6905 case $cross_compiling:$ac_tool_warned in
6906yes:)
6907{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6908$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6909ac_tool_warned=yes ;;
6910esac
6911 LIPO=$ac_ct_LIPO
6912 fi
6913else
6914 LIPO="$ac_cv_prog_LIPO"
6915fi
6916
6917 if test -n "$ac_tool_prefix"; then
6918 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6919set dummy ${ac_tool_prefix}otool; ac_word=$2
6920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6921$as_echo_n "checking for $ac_word... " >&6; }
6922if ${ac_cv_prog_OTOOL+:} false; then :
6923 $as_echo_n "(cached) " >&6
6924else
6925 if test -n "$OTOOL"; then
6926 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6927else
6928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6929for as_dir in $PATH
6930do
6931 IFS=$as_save_IFS
6932 test -z "$as_dir" && as_dir=.
6933 for ac_exec_ext in '' $ac_executable_extensions; do
6934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6935 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6937 break 2
6938 fi
6939done
6940 done
6941IFS=$as_save_IFS
6942
6943fi
6944fi
6945OTOOL=$ac_cv_prog_OTOOL
6946if test -n "$OTOOL"; then
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6948$as_echo "$OTOOL" >&6; }
6949else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6951$as_echo "no" >&6; }
6952fi
6953
6954
6955fi
6956if test -z "$ac_cv_prog_OTOOL"; then
6957 ac_ct_OTOOL=$OTOOL
6958 # Extract the first word of "otool", so it can be a program name with args.
6959set dummy otool; ac_word=$2
6960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6961$as_echo_n "checking for $ac_word... " >&6; }
6962if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6963 $as_echo_n "(cached) " >&6
6964else
6965 if test -n "$ac_ct_OTOOL"; then
6966 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6967else
6968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6969for as_dir in $PATH
6970do
6971 IFS=$as_save_IFS
6972 test -z "$as_dir" && as_dir=.
6973 for ac_exec_ext in '' $ac_executable_extensions; do
6974 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6975 ac_cv_prog_ac_ct_OTOOL="otool"
6976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6977 break 2
6978 fi
6979done
6980 done
6981IFS=$as_save_IFS
6982
6983fi
6984fi
6985ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6986if test -n "$ac_ct_OTOOL"; then
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6988$as_echo "$ac_ct_OTOOL" >&6; }
6989else
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6991$as_echo "no" >&6; }
6992fi
6993
6994 if test "x$ac_ct_OTOOL" = x; then
6995 OTOOL=":"
6996 else
6997 case $cross_compiling:$ac_tool_warned in
6998yes:)
6999{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7000$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7001ac_tool_warned=yes ;;
7002esac
7003 OTOOL=$ac_ct_OTOOL
7004 fi
7005else
7006 OTOOL="$ac_cv_prog_OTOOL"
7007fi
7008
7009 if test -n "$ac_tool_prefix"; then
7010 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7011set dummy ${ac_tool_prefix}otool64; ac_word=$2
7012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7013$as_echo_n "checking for $ac_word... " >&6; }
7014if ${ac_cv_prog_OTOOL64+:} false; then :
7015 $as_echo_n "(cached) " >&6
7016else
7017 if test -n "$OTOOL64"; then
7018 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7019else
7020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7021for as_dir in $PATH
7022do
7023 IFS=$as_save_IFS
7024 test -z "$as_dir" && as_dir=.
7025 for ac_exec_ext in '' $ac_executable_extensions; do
7026 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7027 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7029 break 2
7030 fi
7031done
7032 done
7033IFS=$as_save_IFS
7034
7035fi
7036fi
7037OTOOL64=$ac_cv_prog_OTOOL64
7038if test -n "$OTOOL64"; then
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7040$as_echo "$OTOOL64" >&6; }
7041else
7042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7043$as_echo "no" >&6; }
7044fi
7045
7046
7047fi
7048if test -z "$ac_cv_prog_OTOOL64"; then
7049 ac_ct_OTOOL64=$OTOOL64
7050 # Extract the first word of "otool64", so it can be a program name with args.
7051set dummy otool64; ac_word=$2
7052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7053$as_echo_n "checking for $ac_word... " >&6; }
7054if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7055 $as_echo_n "(cached) " >&6
7056else
7057 if test -n "$ac_ct_OTOOL64"; then
7058 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7059else
7060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7061for as_dir in $PATH
7062do
7063 IFS=$as_save_IFS
7064 test -z "$as_dir" && as_dir=.
7065 for ac_exec_ext in '' $ac_executable_extensions; do
7066 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7067 ac_cv_prog_ac_ct_OTOOL64="otool64"
7068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7069 break 2
7070 fi
7071done
7072 done
7073IFS=$as_save_IFS
7074
7075fi
7076fi
7077ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7078if test -n "$ac_ct_OTOOL64"; then
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7080$as_echo "$ac_ct_OTOOL64" >&6; }
7081else
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7083$as_echo "no" >&6; }
7084fi
7085
7086 if test "x$ac_ct_OTOOL64" = x; then
7087 OTOOL64=":"
7088 else
7089 case $cross_compiling:$ac_tool_warned in
7090yes:)
7091{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7092$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7093ac_tool_warned=yes ;;
7094esac
7095 OTOOL64=$ac_ct_OTOOL64
7096 fi
7097else
7098 OTOOL64="$ac_cv_prog_OTOOL64"
7099fi
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7128$as_echo_n "checking for -single_module linker flag... " >&6; }
7129if ${lt_cv_apple_cc_single_mod+:} false; then :
7130 $as_echo_n "(cached) " >&6
7131else
7132 lt_cv_apple_cc_single_mod=no
7133 if test -z "${LT_MULTI_MODULE}"; then
7134 # By default we will add the -single_module flag. You can override
7135 # by either setting the environment variable LT_MULTI_MODULE
7136 # non-empty at configure time, or by adding -multi_module to the
7137 # link flags.
7138 rm -rf libconftest.dylib*
7139 echo "int foo(void){return 1;}" > conftest.c
7140 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7141-dynamiclib -Wl,-single_module conftest.c" >&5
7142 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7143 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7144 _lt_result=$?
7145 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7146 lt_cv_apple_cc_single_mod=yes
7147 else
7148 cat conftest.err >&5
7149 fi
7150 rm -rf libconftest.dylib*
7151 rm -f conftest.*
7152 fi
7153fi
7154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7155$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7157$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7158if ${lt_cv_ld_exported_symbols_list+:} false; then :
7159 $as_echo_n "(cached) " >&6
7160else
7161 lt_cv_ld_exported_symbols_list=no
7162 save_LDFLAGS=$LDFLAGS
7163 echo "_main" > conftest.sym
7164 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7166/* end confdefs.h. */
7167
7168int
7169main ()
7170{
7171
7172 ;
7173 return 0;
7174}
7175_ACEOF
7176if ac_fn_c_try_link "$LINENO"; then :
7177 lt_cv_ld_exported_symbols_list=yes
7178else
7179 lt_cv_ld_exported_symbols_list=no
7180fi
7181rm -f core conftest.err conftest.$ac_objext \
7182 conftest$ac_exeext conftest.$ac_ext
7183 LDFLAGS="$save_LDFLAGS"
7184
7185fi
7186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7187$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7189$as_echo_n "checking for -force_load linker flag... " >&6; }
7190if ${lt_cv_ld_force_load+:} false; then :
7191 $as_echo_n "(cached) " >&6
7192else
7193 lt_cv_ld_force_load=no
7194 cat > conftest.c << _LT_EOF
7195int forced_loaded() { return 2;}
7196_LT_EOF
7197 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7198 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7199 echo "$AR cru libconftest.a conftest.o" >&5
7200 $AR cru libconftest.a conftest.o 2>&5
7201 cat > conftest.c << _LT_EOF
7202int main() { return 0;}
7203_LT_EOF
7204 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7205 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7206 _lt_result=$?
7207 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7208 lt_cv_ld_force_load=yes
7209 else
7210 cat conftest.err >&5
7211 fi
7212 rm -f conftest.err libconftest.a conftest conftest.c
7213 rm -rf conftest.dSYM
7214
7215fi
7216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7217$as_echo "$lt_cv_ld_force_load" >&6; }
7218 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7219 # build without first building modern cctools / linker.
7220 case $host_cpu-$host_os in
7221 *-rhapsody* | *-darwin1.[012])
7222 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7223 *-darwin1.*)
7224 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7225 *-darwin*)
7226 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7227 # deployment target is forced to an earlier version.
7228 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7229 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7230 ;;
7231 10.[012][,.]*)
7232 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7233 ;;
7234 *)
7235 ;;
7236 esac
7237 ;;
7238 esac
7239 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7240 _lt_dar_single_mod='$single_module'
7241 fi
7242 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7243 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7244 else
7245 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7246 fi
7247 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7248 _lt_dsymutil='~$DSYMUTIL $lib || :'
7249 else
7250 _lt_dsymutil=
7251 fi
7252 ;;
7253 esac
7254
7255for ac_header in dlfcn.h
7256do :
7257 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7258"
7259if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7260 cat >>confdefs.h <<_ACEOF
7261#define HAVE_DLFCN_H 1
7262_ACEOF
7263
7264fi
7265
7266done
7267
7268
7269
7270
7271
7272# Set options
7273
7274
7275
7276 enable_dlopen=no
7277
7278
7279 enable_win32_dll=no
7280
7281
7282 # Check whether --enable-shared was given.
7283if test "${enable_shared+set}" = set; then :
7284 enableval=$enable_shared; p=${PACKAGE-default}
7285 case $enableval in
7286 yes) enable_shared=yes ;;
7287 no) enable_shared=no ;;
7288 *)
7289 enable_shared=no
7290 # Look at the argument we got. We use all the common list separators.
7291 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7292 for pkg in $enableval; do
7293 IFS="$lt_save_ifs"
7294 if test "X$pkg" = "X$p"; then
7295 enable_shared=yes
7296 fi
7297 done
7298 IFS="$lt_save_ifs"
7299 ;;
7300 esac
7301else
7302 enable_shared=yes
7303fi
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313 # Check whether --enable-static was given.
7314if test "${enable_static+set}" = set; then :
7315 enableval=$enable_static; p=${PACKAGE-default}
7316 case $enableval in
7317 yes) enable_static=yes ;;
7318 no) enable_static=no ;;
7319 *)
7320 enable_static=no
7321 # Look at the argument we got. We use all the common list separators.
7322 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7323 for pkg in $enableval; do
7324 IFS="$lt_save_ifs"
7325 if test "X$pkg" = "X$p"; then
7326 enable_static=yes
7327 fi
7328 done
7329 IFS="$lt_save_ifs"
7330 ;;
7331 esac
7332else
7333 enable_static=yes
7334fi
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345# Check whether --with-pic was given.
7346if test "${with_pic+set}" = set; then :
7347 withval=$with_pic; pic_mode="$withval"
7348else
7349 pic_mode=default
7350fi
7351
7352
7353test -z "$pic_mode" && pic_mode=default
7354
7355
7356
7357
7358
7359
7360
7361 # Check whether --enable-fast-install was given.
7362if test "${enable_fast_install+set}" = set; then :
7363 enableval=$enable_fast_install; p=${PACKAGE-default}
7364 case $enableval in
7365 yes) enable_fast_install=yes ;;
7366 no) enable_fast_install=no ;;
7367 *)
7368 enable_fast_install=no
7369 # Look at the argument we got. We use all the common list separators.
7370 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7371 for pkg in $enableval; do
7372 IFS="$lt_save_ifs"
7373 if test "X$pkg" = "X$p"; then
7374 enable_fast_install=yes
7375 fi
7376 done
7377 IFS="$lt_save_ifs"
7378 ;;
7379 esac
7380else
7381 enable_fast_install=yes
7382fi
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394# This can be used to rebuild libtool when needed
7395LIBTOOL_DEPS="$ltmain"
7396
7397# Always use our own libtool.
7398LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425test -z "$LN_S" && LN_S="ln -s"
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440if test -n "${ZSH_VERSION+set}" ; then
7441 setopt NO_GLOB_SUBST
7442fi
7443
7444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7445$as_echo_n "checking for objdir... " >&6; }
7446if ${lt_cv_objdir+:} false; then :
7447 $as_echo_n "(cached) " >&6
7448else
7449 rm -f .libs 2>/dev/null
7450mkdir .libs 2>/dev/null
7451if test -d .libs; then
7452 lt_cv_objdir=.libs
7453else
7454 # MS-DOS does not allow filenames that begin with a dot.
7455 lt_cv_objdir=_libs
7456fi
7457rmdir .libs 2>/dev/null
7458fi
7459{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7460$as_echo "$lt_cv_objdir" >&6; }
7461objdir=$lt_cv_objdir
7462
7463
7464
7465
7466
7467cat >>confdefs.h <<_ACEOF
7468#define LT_OBJDIR "$lt_cv_objdir/"
7469_ACEOF
7470
7471
7472
7473
7474case $host_os in
7475aix3*)
7476 # AIX sometimes has problems with the GCC collect2 program. For some
7477 # reason, if we set the COLLECT_NAMES environment variable, the problems
7478 # vanish in a puff of smoke.
7479 if test "X${COLLECT_NAMES+set}" != Xset; then
7480 COLLECT_NAMES=
7481 export COLLECT_NAMES
7482 fi
7483 ;;
7484esac
7485
7486# Global variables:
7487ofile=libtool
7488can_build_shared=yes
7489
7490# All known linkers require a `.a' archive for static linking (except MSVC,
7491# which needs '.lib').
7492libext=a
7493
7494with_gnu_ld="$lt_cv_prog_gnu_ld"
7495
7496old_CC="$CC"
7497old_CFLAGS="$CFLAGS"
7498
7499# Set sane defaults for various variables
7500test -z "$CC" && CC=cc
7501test -z "$LTCC" && LTCC=$CC
7502test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7503test -z "$LD" && LD=ld
7504test -z "$ac_objext" && ac_objext=o
7505
7506for cc_temp in $compiler""; do
7507 case $cc_temp in
7508 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7509 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7510 \-*) ;;
7511 *) break;;
7512 esac
7513done
7514cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7515
7516
7517# Only perform the check for file, if the check method requires it
7518test -z "$MAGIC_CMD" && MAGIC_CMD=file
7519case $deplibs_check_method in
7520file_magic*)
7521 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7523$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7524if ${lt_cv_path_MAGIC_CMD+:} false; then :
7525 $as_echo_n "(cached) " >&6
7526else
7527 case $MAGIC_CMD in
7528[\\/*] | ?:[\\/]*)
7529 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7530 ;;
7531*)
7532 lt_save_MAGIC_CMD="$MAGIC_CMD"
7533 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7534 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7535 for ac_dir in $ac_dummy; do
7536 IFS="$lt_save_ifs"
7537 test -z "$ac_dir" && ac_dir=.
7538 if test -f $ac_dir/${ac_tool_prefix}file; then
7539 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7540 if test -n "$file_magic_test_file"; then
7541 case $deplibs_check_method in
7542 "file_magic "*)
7543 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7544 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7545 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7546 $EGREP "$file_magic_regex" > /dev/null; then
7547 :
7548 else
7549 cat <<_LT_EOF 1>&2
7550
7551*** Warning: the command libtool uses to detect shared libraries,
7552*** $file_magic_cmd, produces output that libtool cannot recognize.
7553*** The result is that libtool may fail to recognize shared libraries
7554*** as such. This will affect the creation of libtool libraries that
7555*** depend on shared libraries, but programs linked with such libtool
7556*** libraries will work regardless of this problem. Nevertheless, you
7557*** may want to report the problem to your system manager and/or to
7558*** bug-libtool@gnu.org
7559
7560_LT_EOF
7561 fi ;;
7562 esac
7563 fi
7564 break
7565 fi
7566 done
7567 IFS="$lt_save_ifs"
7568 MAGIC_CMD="$lt_save_MAGIC_CMD"
7569 ;;
7570esac
7571fi
7572
7573MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7574if test -n "$MAGIC_CMD"; then
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7576$as_echo "$MAGIC_CMD" >&6; }
7577else
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7579$as_echo "no" >&6; }
7580fi
7581
7582
7583
7584
7585
7586if test -z "$lt_cv_path_MAGIC_CMD"; then
7587 if test -n "$ac_tool_prefix"; then
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7589$as_echo_n "checking for file... " >&6; }
7590if ${lt_cv_path_MAGIC_CMD+:} false; then :
7591 $as_echo_n "(cached) " >&6
7592else
7593 case $MAGIC_CMD in
7594[\\/*] | ?:[\\/]*)
7595 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7596 ;;
7597*)
7598 lt_save_MAGIC_CMD="$MAGIC_CMD"
7599 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7600 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7601 for ac_dir in $ac_dummy; do
7602 IFS="$lt_save_ifs"
7603 test -z "$ac_dir" && ac_dir=.
7604 if test -f $ac_dir/file; then
7605 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7606 if test -n "$file_magic_test_file"; then
7607 case $deplibs_check_method in
7608 "file_magic "*)
7609 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7610 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7611 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7612 $EGREP "$file_magic_regex" > /dev/null; then
7613 :
7614 else
7615 cat <<_LT_EOF 1>&2
7616
7617*** Warning: the command libtool uses to detect shared libraries,
7618*** $file_magic_cmd, produces output that libtool cannot recognize.
7619*** The result is that libtool may fail to recognize shared libraries
7620*** as such. This will affect the creation of libtool libraries that
7621*** depend on shared libraries, but programs linked with such libtool
7622*** libraries will work regardless of this problem. Nevertheless, you
7623*** may want to report the problem to your system manager and/or to
7624*** bug-libtool@gnu.org
7625
7626_LT_EOF
7627 fi ;;
7628 esac
7629 fi
7630 break
7631 fi
7632 done
7633 IFS="$lt_save_ifs"
7634 MAGIC_CMD="$lt_save_MAGIC_CMD"
7635 ;;
7636esac
7637fi
7638
7639MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7640if test -n "$MAGIC_CMD"; then
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7642$as_echo "$MAGIC_CMD" >&6; }
7643else
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7645$as_echo "no" >&6; }
7646fi
7647
7648
7649 else
7650 MAGIC_CMD=:
7651 fi
7652fi
7653
7654 fi
7655 ;;
7656esac
7657
7658# Use C for the default configuration in the libtool script
7659
7660lt_save_CC="$CC"
7661ac_ext=c
7662ac_cpp='$CPP $CPPFLAGS'
7663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7665ac_compiler_gnu=$ac_cv_c_compiler_gnu
7666
7667
7668# Source file extension for C test sources.
7669ac_ext=c
7670
7671# Object file extension for compiled C test sources.
7672objext=o
7673objext=$objext
7674
7675# Code to be used in simple compile tests
7676lt_simple_compile_test_code="int some_variable = 0;"
7677
7678# Code to be used in simple link tests
7679lt_simple_link_test_code='int main(){return(0);}'
7680
7681
7682
7683
7684
7685
7686
7687# If no C compiler was specified, use CC.
7688LTCC=${LTCC-"$CC"}
7689
7690# If no C compiler flags were specified, use CFLAGS.
7691LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7692
7693# Allow CC to be a program name with arguments.
7694compiler=$CC
7695
7696# Save the default compiler, since it gets overwritten when the other
7697# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7698compiler_DEFAULT=$CC
7699
7700# save warnings/boilerplate of simple test code
7701ac_outfile=conftest.$ac_objext
7702echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7703eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7704_lt_compiler_boilerplate=`cat conftest.err`
7705$RM conftest*
7706
7707ac_outfile=conftest.$ac_objext
7708echo "$lt_simple_link_test_code" >conftest.$ac_ext
7709eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7710_lt_linker_boilerplate=`cat conftest.err`
7711$RM -r conftest*
7712
7713
7714## CAVEAT EMPTOR:
7715## There is no encapsulation within the following macros, do not change
7716## the running order or otherwise move them around unless you know exactly
7717## what you are doing...
7718if test -n "$compiler"; then
7719
7720lt_prog_compiler_no_builtin_flag=
7721
7722if test "$GCC" = yes; then
7723 case $cc_basename in
7724 nvcc*)
7725 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7726 *)
7727 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7728 esac
7729
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7731$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7732if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7733 $as_echo_n "(cached) " >&6
7734else
7735 lt_cv_prog_compiler_rtti_exceptions=no
7736 ac_outfile=conftest.$ac_objext
7737 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7738 lt_compiler_flag="-fno-rtti -fno-exceptions"
7739 # Insert the option either (1) after the last *FLAGS variable, or
7740 # (2) before a word containing "conftest.", or (3) at the end.
7741 # Note that $ac_compile itself does not contain backslashes and begins
7742 # with a dollar sign (not a hyphen), so the echo should work correctly.
7743 # The option is referenced via a variable to avoid confusing sed.
7744 lt_compile=`echo "$ac_compile" | $SED \
7745 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7746 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7747 -e 's:$: $lt_compiler_flag:'`
7748 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7749 (eval "$lt_compile" 2>conftest.err)
7750 ac_status=$?
7751 cat conftest.err >&5
7752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 if (exit $ac_status) && test -s "$ac_outfile"; then
7754 # The compiler can only warn and ignore the option if not recognized
7755 # So say no if there are warnings other than the usual output.
7756 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7757 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7758 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7759 lt_cv_prog_compiler_rtti_exceptions=yes
7760 fi
7761 fi
7762 $RM conftest*
7763
7764fi
7765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7766$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7767
7768if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7769 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7770else
7771 :
7772fi
7773
7774fi
7775
7776
7777
7778
7779
7780
7781 lt_prog_compiler_wl=
7782lt_prog_compiler_pic=
7783lt_prog_compiler_static=
7784
7785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7786$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7787
7788 if test "$GCC" = yes; then
7789 lt_prog_compiler_wl='-Wl,'
7790 lt_prog_compiler_static='-static'
7791
7792 case $host_os in
7793 aix*)
7794 # All AIX code is PIC.
7795 if test "$host_cpu" = ia64; then
7796 # AIX 5 now supports IA64 processor
7797 lt_prog_compiler_static='-Bstatic'
7798 fi
7799 lt_prog_compiler_pic='-fPIC'
7800 ;;
7801
7802 amigaos*)
7803 case $host_cpu in
7804 powerpc)
7805 # see comment about AmigaOS4 .so support
7806 lt_prog_compiler_pic='-fPIC'
7807 ;;
7808 m68k)
7809 # FIXME: we need at least 68020 code to build shared libraries, but
7810 # adding the `-m68020' flag to GCC prevents building anything better,
7811 # like `-m68040'.
7812 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7813 ;;
7814 esac
7815 ;;
7816
7817 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7818 # PIC is the default for these OSes.
7819 ;;
7820
7821 mingw* | cygwin* | pw32* | os2* | cegcc*)
7822 # This hack is so that the source file can tell whether it is being
7823 # built for inclusion in a dll (and should export symbols for example).
7824 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7825 # (--disable-auto-import) libraries
7826 lt_prog_compiler_pic='-DDLL_EXPORT'
7827 ;;
7828
7829 darwin* | rhapsody*)
7830 # PIC is the default on this platform
7831 # Common symbols not allowed in MH_DYLIB files
7832 lt_prog_compiler_pic='-fno-common'
7833 ;;
7834
7835 haiku*)
7836 # PIC is the default for Haiku.
7837 # The "-static" flag exists, but is broken.
7838 lt_prog_compiler_static=
7839 ;;
7840
7841 hpux*)
7842 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7843 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7844 # sets the default TLS model and affects inlining.
7845 case $host_cpu in
7846 hppa*64*)
7847 # +Z the default
7848 ;;
7849 *)
7850 lt_prog_compiler_pic='-fPIC'
7851 ;;
7852 esac
7853 ;;
7854
7855 interix[3-9]*)
7856 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7857 # Instead, we relocate shared libraries at runtime.
7858 ;;
7859
7860 msdosdjgpp*)
7861 # Just because we use GCC doesn't mean we suddenly get shared libraries
7862 # on systems that don't support them.
7863 lt_prog_compiler_can_build_shared=no
7864 enable_shared=no
7865 ;;
7866
7867 *nto* | *qnx*)
7868 # QNX uses GNU C++, but need to define -shared option too, otherwise
7869 # it will coredump.
7870 lt_prog_compiler_pic='-fPIC -shared'
7871 ;;
7872
7873 sysv4*MP*)
7874 if test -d /usr/nec; then
7875 lt_prog_compiler_pic=-Kconform_pic
7876 fi
7877 ;;
7878
7879 *)
7880 lt_prog_compiler_pic='-fPIC'
7881 ;;
7882 esac
7883
7884 case $cc_basename in
7885 nvcc*) # Cuda Compiler Driver 2.2
7886 lt_prog_compiler_wl='-Xlinker '
7887 lt_prog_compiler_pic='-Xcompiler -fPIC'
7888 ;;
7889 esac
7890 else
7891 # PORTME Check for flag to pass linker flags through the system compiler.
7892 case $host_os in
7893 aix*)
7894 lt_prog_compiler_wl='-Wl,'
7895 if test "$host_cpu" = ia64; then
7896 # AIX 5 now supports IA64 processor
7897 lt_prog_compiler_static='-Bstatic'
7898 else
7899 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7900 fi
7901 ;;
7902
7903 mingw* | cygwin* | pw32* | os2* | cegcc*)
7904 # This hack is so that the source file can tell whether it is being
7905 # built for inclusion in a dll (and should export symbols for example).
7906 lt_prog_compiler_pic='-DDLL_EXPORT'
7907 ;;
7908
7909 hpux9* | hpux10* | hpux11*)
7910 lt_prog_compiler_wl='-Wl,'
7911 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7912 # not for PA HP-UX.
7913 case $host_cpu in
7914 hppa*64*|ia64*)
7915 # +Z the default
7916 ;;
7917 *)
7918 lt_prog_compiler_pic='+Z'
7919 ;;
7920 esac
7921 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7922 lt_prog_compiler_static='${wl}-a ${wl}archive'
7923 ;;
7924
7925 irix5* | irix6* | nonstopux*)
7926 lt_prog_compiler_wl='-Wl,'
7927 # PIC (with -KPIC) is the default.
7928 lt_prog_compiler_static='-non_shared'
7929 ;;
7930
7931 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7932 case $cc_basename in
7933 # old Intel for x86_64 which still supported -KPIC.
7934 ecc*)
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-KPIC'
7937 lt_prog_compiler_static='-static'
7938 ;;
7939 # icc used to be incompatible with GCC.
7940 # ICC 10 doesn't accept -KPIC any more.
7941 icc* | ifort*)
7942 lt_prog_compiler_wl='-Wl,'
7943 lt_prog_compiler_pic='-fPIC'
7944 lt_prog_compiler_static='-static'
7945 ;;
7946 # Lahey Fortran 8.1.
7947 lf95*)
7948 lt_prog_compiler_wl='-Wl,'
7949 lt_prog_compiler_pic='--shared'
7950 lt_prog_compiler_static='--static'
7951 ;;
7952 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7953 # Portland Group compilers (*not* the Pentium gcc compiler,
7954 # which looks to be a dead project)
7955 lt_prog_compiler_wl='-Wl,'
7956 lt_prog_compiler_pic='-fpic'
7957 lt_prog_compiler_static='-Bstatic'
7958 ;;
7959 ccc*)
7960 lt_prog_compiler_wl='-Wl,'
7961 # All Alpha code is PIC.
7962 lt_prog_compiler_static='-non_shared'
7963 ;;
7964 xl* | bgxl* | bgf* | mpixl*)
7965 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7966 lt_prog_compiler_wl='-Wl,'
7967 lt_prog_compiler_pic='-qpic'
7968 lt_prog_compiler_static='-qstaticlink'
7969 ;;
7970 *)
7971 case `$CC -V 2>&1 | sed 5q` in
7972 *Sun\ F* | *Sun*Fortran*)
7973 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7974 lt_prog_compiler_pic='-KPIC'
7975 lt_prog_compiler_static='-Bstatic'
7976 lt_prog_compiler_wl=''
7977 ;;
7978 *Sun\ C*)
7979 # Sun C 5.9
7980 lt_prog_compiler_pic='-KPIC'
7981 lt_prog_compiler_static='-Bstatic'
7982 lt_prog_compiler_wl='-Wl,'
7983 ;;
7984 esac
7985 ;;
7986 esac
7987 ;;
7988
7989 newsos6)
7990 lt_prog_compiler_pic='-KPIC'
7991 lt_prog_compiler_static='-Bstatic'
7992 ;;
7993
7994 *nto* | *qnx*)
7995 # QNX uses GNU C++, but need to define -shared option too, otherwise
7996 # it will coredump.
7997 lt_prog_compiler_pic='-fPIC -shared'
7998 ;;
7999
8000 osf3* | osf4* | osf5*)
8001 lt_prog_compiler_wl='-Wl,'
8002 # All OSF/1 code is PIC.
8003 lt_prog_compiler_static='-non_shared'
8004 ;;
8005
8006 rdos*)
8007 lt_prog_compiler_static='-non_shared'
8008 ;;
8009
8010 solaris*)
8011 lt_prog_compiler_pic='-KPIC'
8012 lt_prog_compiler_static='-Bstatic'
8013 case $cc_basename in
8014 f77* | f90* | f95*)
8015 lt_prog_compiler_wl='-Qoption ld ';;
8016 *)
8017 lt_prog_compiler_wl='-Wl,';;
8018 esac
8019 ;;
8020
8021 sunos4*)
8022 lt_prog_compiler_wl='-Qoption ld '
8023 lt_prog_compiler_pic='-PIC'
8024 lt_prog_compiler_static='-Bstatic'
8025 ;;
8026
8027 sysv4 | sysv4.2uw2* | sysv4.3*)
8028 lt_prog_compiler_wl='-Wl,'
8029 lt_prog_compiler_pic='-KPIC'
8030 lt_prog_compiler_static='-Bstatic'
8031 ;;
8032
8033 sysv4*MP*)
8034 if test -d /usr/nec ;then
8035 lt_prog_compiler_pic='-Kconform_pic'
8036 lt_prog_compiler_static='-Bstatic'
8037 fi
8038 ;;
8039
8040 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8041 lt_prog_compiler_wl='-Wl,'
8042 lt_prog_compiler_pic='-KPIC'
8043 lt_prog_compiler_static='-Bstatic'
8044 ;;
8045
8046 unicos*)
8047 lt_prog_compiler_wl='-Wl,'
8048 lt_prog_compiler_can_build_shared=no
8049 ;;
8050
8051 uts4*)
8052 lt_prog_compiler_pic='-pic'
8053 lt_prog_compiler_static='-Bstatic'
8054 ;;
8055
8056 *)
8057 lt_prog_compiler_can_build_shared=no
8058 ;;
8059 esac
8060 fi
8061
8062case $host_os in
8063 # For platforms which do not support PIC, -DPIC is meaningless:
8064 *djgpp*)
8065 lt_prog_compiler_pic=
8066 ;;
8067 *)
8068 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8069 ;;
8070esac
8071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8072$as_echo "$lt_prog_compiler_pic" >&6; }
8073
8074
8075
8076
8077
8078
8079#
8080# Check to make sure the PIC flag actually works.
8081#
8082if test -n "$lt_prog_compiler_pic"; then
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8084$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8085if ${lt_cv_prog_compiler_pic_works+:} false; then :
8086 $as_echo_n "(cached) " >&6
8087else
8088 lt_cv_prog_compiler_pic_works=no
8089 ac_outfile=conftest.$ac_objext
8090 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8091 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8092 # Insert the option either (1) after the last *FLAGS variable, or
8093 # (2) before a word containing "conftest.", or (3) at the end.
8094 # Note that $ac_compile itself does not contain backslashes and begins
8095 # with a dollar sign (not a hyphen), so the echo should work correctly.
8096 # The option is referenced via a variable to avoid confusing sed.
8097 lt_compile=`echo "$ac_compile" | $SED \
8098 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8099 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8100 -e 's:$: $lt_compiler_flag:'`
8101 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8102 (eval "$lt_compile" 2>conftest.err)
8103 ac_status=$?
8104 cat conftest.err >&5
8105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8106 if (exit $ac_status) && test -s "$ac_outfile"; then
8107 # The compiler can only warn and ignore the option if not recognized
8108 # So say no if there are warnings other than the usual output.
8109 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8110 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8111 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8112 lt_cv_prog_compiler_pic_works=yes
8113 fi
8114 fi
8115 $RM conftest*
8116
8117fi
8118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8119$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8120
8121if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8122 case $lt_prog_compiler_pic in
8123 "" | " "*) ;;
8124 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8125 esac
8126else
8127 lt_prog_compiler_pic=
8128 lt_prog_compiler_can_build_shared=no
8129fi
8130
8131fi
8132
8133
8134
8135
8136
8137
8138#
8139# Check to make sure the static flag actually works.
8140#
8141wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8143$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8144if ${lt_cv_prog_compiler_static_works+:} false; then :
8145 $as_echo_n "(cached) " >&6
8146else
8147 lt_cv_prog_compiler_static_works=no
8148 save_LDFLAGS="$LDFLAGS"
8149 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8150 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8151 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8152 # The linker can only warn and ignore the option if not recognized
8153 # So say no if there are warnings
8154 if test -s conftest.err; then
8155 # Append any errors to the config.log.
8156 cat conftest.err 1>&5
8157 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8158 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8159 if diff conftest.exp conftest.er2 >/dev/null; then
8160 lt_cv_prog_compiler_static_works=yes
8161 fi
8162 else
8163 lt_cv_prog_compiler_static_works=yes
8164 fi
8165 fi
8166 $RM -r conftest*
8167 LDFLAGS="$save_LDFLAGS"
8168
8169fi
8170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8171$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8172
8173if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8174 :
8175else
8176 lt_prog_compiler_static=
8177fi
8178
8179
8180
8181
8182
8183
8184
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8186$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8187if ${lt_cv_prog_compiler_c_o+:} false; then :
8188 $as_echo_n "(cached) " >&6
8189else
8190 lt_cv_prog_compiler_c_o=no
8191 $RM -r conftest 2>/dev/null
8192 mkdir conftest
8193 cd conftest
8194 mkdir out
8195 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8196
8197 lt_compiler_flag="-o out/conftest2.$ac_objext"
8198 # Insert the option either (1) after the last *FLAGS variable, or
8199 # (2) before a word containing "conftest.", or (3) at the end.
8200 # Note that $ac_compile itself does not contain backslashes and begins
8201 # with a dollar sign (not a hyphen), so the echo should work correctly.
8202 lt_compile=`echo "$ac_compile" | $SED \
8203 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8204 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8205 -e 's:$: $lt_compiler_flag:'`
8206 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8207 (eval "$lt_compile" 2>out/conftest.err)
8208 ac_status=$?
8209 cat out/conftest.err >&5
8210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8211 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8212 then
8213 # The compiler can only warn and ignore the option if not recognized
8214 # So say no if there are warnings
8215 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8216 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8217 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8218 lt_cv_prog_compiler_c_o=yes
8219 fi
8220 fi
8221 chmod u+w . 2>&5
8222 $RM conftest*
8223 # SGI C++ compiler will create directory out/ii_files/ for
8224 # template instantiation
8225 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8226 $RM out/* && rmdir out
8227 cd ..
8228 $RM -r conftest
8229 $RM conftest*
8230
8231fi
8232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8233$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8234
8235
8236
8237
8238
8239
8240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8241$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8242if ${lt_cv_prog_compiler_c_o+:} false; then :
8243 $as_echo_n "(cached) " >&6
8244else
8245 lt_cv_prog_compiler_c_o=no
8246 $RM -r conftest 2>/dev/null
8247 mkdir conftest
8248 cd conftest
8249 mkdir out
8250 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8251
8252 lt_compiler_flag="-o out/conftest2.$ac_objext"
8253 # Insert the option either (1) after the last *FLAGS variable, or
8254 # (2) before a word containing "conftest.", or (3) at the end.
8255 # Note that $ac_compile itself does not contain backslashes and begins
8256 # with a dollar sign (not a hyphen), so the echo should work correctly.
8257 lt_compile=`echo "$ac_compile" | $SED \
8258 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8259 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8260 -e 's:$: $lt_compiler_flag:'`
8261 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8262 (eval "$lt_compile" 2>out/conftest.err)
8263 ac_status=$?
8264 cat out/conftest.err >&5
8265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8266 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8267 then
8268 # The compiler can only warn and ignore the option if not recognized
8269 # So say no if there are warnings
8270 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8271 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8272 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8273 lt_cv_prog_compiler_c_o=yes
8274 fi
8275 fi
8276 chmod u+w . 2>&5
8277 $RM conftest*
8278 # SGI C++ compiler will create directory out/ii_files/ for
8279 # template instantiation
8280 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8281 $RM out/* && rmdir out
8282 cd ..
8283 $RM -r conftest
8284 $RM conftest*
8285
8286fi
8287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8288$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8289
8290
8291
8292
8293hard_links="nottested"
8294if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8295 # do not overwrite the value of need_locks provided by the user
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8297$as_echo_n "checking if we can lock with hard links... " >&6; }
8298 hard_links=yes
8299 $RM conftest*
8300 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8301 touch conftest.a
8302 ln conftest.a conftest.b 2>&5 || hard_links=no
8303 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8305$as_echo "$hard_links" >&6; }
8306 if test "$hard_links" = no; then
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8308$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8309 need_locks=warn
8310 fi
8311else
8312 need_locks=no
8313fi
8314
8315
8316
8317
8318
8319
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8321$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8322
8323 runpath_var=
8324 allow_undefined_flag=
8325 always_export_symbols=no
8326 archive_cmds=
8327 archive_expsym_cmds=
8328 compiler_needs_object=no
8329 enable_shared_with_static_runtimes=no
8330 export_dynamic_flag_spec=
8331 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8332 hardcode_automatic=no
8333 hardcode_direct=no
8334 hardcode_direct_absolute=no
8335 hardcode_libdir_flag_spec=
8336 hardcode_libdir_flag_spec_ld=
8337 hardcode_libdir_separator=
8338 hardcode_minus_L=no
8339 hardcode_shlibpath_var=unsupported
8340 inherit_rpath=no
8341 link_all_deplibs=unknown
8342 module_cmds=
8343 module_expsym_cmds=
8344 old_archive_from_new_cmds=
8345 old_archive_from_expsyms_cmds=
8346 thread_safe_flag_spec=
8347 whole_archive_flag_spec=
8348 # include_expsyms should be a list of space-separated symbols to be *always*
8349 # included in the symbol list
8350 include_expsyms=
8351 # exclude_expsyms can be an extended regexp of symbols to exclude
8352 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8353 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8354 # as well as any symbol that contains `d'.
8355 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8356 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8357 # platforms (ab)use it in PIC code, but their linkers get confused if
8358 # the symbol is explicitly referenced. Since portable code cannot
8359 # rely on this symbol name, it's probably fine to never include it in
8360 # preloaded symbol tables.
8361 # Exclude shared library initialization/finalization symbols.
8362 extract_expsyms_cmds=
8363
8364 case $host_os in
8365 cygwin* | mingw* | pw32* | cegcc*)
8366 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8367 # When not using gcc, we currently assume that we are using
8368 # Microsoft Visual C++.
8369 if test "$GCC" != yes; then
8370 with_gnu_ld=no
8371 fi
8372 ;;
8373 interix*)
8374 # we just hope/assume this is gcc and not c89 (= MSVC++)
8375 with_gnu_ld=yes
8376 ;;
8377 openbsd*)
8378 with_gnu_ld=no
8379 ;;
8380 esac
8381
8382 ld_shlibs=yes
8383
8384 # On some targets, GNU ld is compatible enough with the native linker
8385 # that we're better off using the native interface for both.
8386 lt_use_gnu_ld_interface=no
8387 if test "$with_gnu_ld" = yes; then
8388 case $host_os in
8389 aix*)
8390 # The AIX port of GNU ld has always aspired to compatibility
8391 # with the native linker. However, as the warning in the GNU ld
8392 # block says, versions before 2.19.5* couldn't really create working
8393 # shared libraries, regardless of the interface used.
8394 case `$LD -v 2>&1` in
8395 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8396 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8397 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8398 *)
8399 lt_use_gnu_ld_interface=yes
8400 ;;
8401 esac
8402 ;;
8403 *)
8404 lt_use_gnu_ld_interface=yes
8405 ;;
8406 esac
8407 fi
8408
8409 if test "$lt_use_gnu_ld_interface" = yes; then
8410 # If archive_cmds runs LD, not CC, wlarc should be empty
8411 wlarc='${wl}'
8412
8413 # Set some defaults for GNU ld with shared library support. These
8414 # are reset later if shared libraries are not supported. Putting them
8415 # here allows them to be overridden if necessary.
8416 runpath_var=LD_RUN_PATH
8417 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8418 export_dynamic_flag_spec='${wl}--export-dynamic'
8419 # ancient GNU ld didn't support --whole-archive et. al.
8420 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8421 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8422 else
8423 whole_archive_flag_spec=
8424 fi
8425 supports_anon_versioning=no
8426 case `$LD -v 2>&1` in
8427 *GNU\ gold*) supports_anon_versioning=yes ;;
8428 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8429 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8430 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8431 *\ 2.11.*) ;; # other 2.11 versions
8432 *) supports_anon_versioning=yes ;;
8433 esac
8434
8435 # See if GNU ld supports shared libraries.
8436 case $host_os in
8437 aix[3-9]*)
8438 # On AIX/PPC, the GNU linker is very broken
8439 if test "$host_cpu" != ia64; then
8440 ld_shlibs=no
8441 cat <<_LT_EOF 1>&2
8442
8443*** Warning: the GNU linker, at least up to release 2.19, is reported
8444*** to be unable to reliably create shared libraries on AIX.
8445*** Therefore, libtool is disabling shared libraries support. If you
8446*** really care for shared libraries, you may want to install binutils
8447*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8448*** You will then need to restart the configuration process.
8449
8450_LT_EOF
8451 fi
8452 ;;
8453
8454 amigaos*)
8455 case $host_cpu in
8456 powerpc)
8457 # see comment about AmigaOS4 .so support
8458 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8459 archive_expsym_cmds=''
8460 ;;
8461 m68k)
8462 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)'
8463 hardcode_libdir_flag_spec='-L$libdir'
8464 hardcode_minus_L=yes
8465 ;;
8466 esac
8467 ;;
8468
8469 beos*)
8470 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8471 allow_undefined_flag=unsupported
8472 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8473 # support --undefined. This deserves some investigation. FIXME
8474 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8475 else
8476 ld_shlibs=no
8477 fi
8478 ;;
8479
8480 cygwin* | mingw* | pw32* | cegcc*)
8481 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8482 # as there is no search path for DLLs.
8483 hardcode_libdir_flag_spec='-L$libdir'
8484 export_dynamic_flag_spec='${wl}--export-all-symbols'
8485 allow_undefined_flag=unsupported
8486 always_export_symbols=no
8487 enable_shared_with_static_runtimes=yes
8488 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8489
8490 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8491 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8492 # If the export-symbols file already is a .def file (1st line
8493 # is EXPORTS), use it as is; otherwise, prepend...
8494 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8495 cp $export_symbols $output_objdir/$soname.def;
8496 else
8497 echo EXPORTS > $output_objdir/$soname.def;
8498 cat $export_symbols >> $output_objdir/$soname.def;
8499 fi~
8500 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8501 else
8502 ld_shlibs=no
8503 fi
8504 ;;
8505
8506 haiku*)
8507 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8508 link_all_deplibs=yes
8509 ;;
8510
8511 interix[3-9]*)
8512 hardcode_direct=no
8513 hardcode_shlibpath_var=no
8514 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8515 export_dynamic_flag_spec='${wl}-E'
8516 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8517 # Instead, shared libraries are loaded at an image base (0x10000000 by
8518 # default) and relocated if they conflict, which is a slow very memory
8519 # consuming and fragmenting process. To avoid this, we pick a random,
8520 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8521 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8522 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8523 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'
8524 ;;
8525
8526 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8527 tmp_diet=no
8528 if test "$host_os" = linux-dietlibc; then
8529 case $cc_basename in
8530 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8531 esac
8532 fi
8533 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8534 && test "$tmp_diet" = no
8535 then
8536 tmp_addflag=' $pic_flag'
8537 tmp_sharedflag='-shared'
8538 case $cc_basename,$host_cpu in
8539 pgcc*) # Portland Group C compiler
8540 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'
8541 tmp_addflag=' $pic_flag'
8542 ;;
8543 pgf77* | pgf90* | pgf95* | pgfortran*)
8544 # Portland Group f77 and f90 compilers
8545 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'
8546 tmp_addflag=' $pic_flag -Mnomain' ;;
8547 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8548 tmp_addflag=' -i_dynamic' ;;
8549 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8550 tmp_addflag=' -i_dynamic -nofor_main' ;;
8551 ifc* | ifort*) # Intel Fortran compiler
8552 tmp_addflag=' -nofor_main' ;;
8553 lf95*) # Lahey Fortran 8.1
8554 whole_archive_flag_spec=
8555 tmp_sharedflag='--shared' ;;
8556 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8557 tmp_sharedflag='-qmkshrobj'
8558 tmp_addflag= ;;
8559 nvcc*) # Cuda Compiler Driver 2.2
8560 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'
8561 compiler_needs_object=yes
8562 ;;
8563 esac
8564 case `$CC -V 2>&1 | sed 5q` in
8565 *Sun\ C*) # Sun C 5.9
8566 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'
8567 compiler_needs_object=yes
8568 tmp_sharedflag='-G' ;;
8569 *Sun\ F*) # Sun Fortran 8.3
8570 tmp_sharedflag='-G' ;;
8571 esac
8572 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8573
8574 if test "x$supports_anon_versioning" = xyes; then
8575 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8576 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8577 echo "local: *; };" >> $output_objdir/$libname.ver~
8578 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8579 fi
8580
8581 case $cc_basename in
8582 xlf* | bgf* | bgxlf* | mpixlf*)
8583 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8584 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8585 hardcode_libdir_flag_spec=
8586 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8587 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8588 if test "x$supports_anon_versioning" = xyes; then
8589 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8590 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8591 echo "local: *; };" >> $output_objdir/$libname.ver~
8592 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8593 fi
8594 ;;
8595 esac
8596 else
8597 ld_shlibs=no
8598 fi
8599 ;;
8600
8601 netbsd*)
8602 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8603 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8604 wlarc=
8605 else
8606 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8607 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8608 fi
8609 ;;
8610
8611 solaris*)
8612 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8613 ld_shlibs=no
8614 cat <<_LT_EOF 1>&2
8615
8616*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8617*** create shared libraries on Solaris systems. Therefore, libtool
8618*** is disabling shared libraries support. We urge you to upgrade GNU
8619*** binutils to release 2.9.1 or newer. Another option is to modify
8620*** your PATH or compiler configuration so that the native linker is
8621*** used, and then restart.
8622
8623_LT_EOF
8624 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8625 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8626 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8627 else
8628 ld_shlibs=no
8629 fi
8630 ;;
8631
8632 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8633 case `$LD -v 2>&1` in
8634 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8635 ld_shlibs=no
8636 cat <<_LT_EOF 1>&2
8637
8638*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8639*** reliably create shared libraries on SCO systems. Therefore, libtool
8640*** is disabling shared libraries support. We urge you to upgrade GNU
8641*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8642*** your PATH or compiler configuration so that the native linker is
8643*** used, and then restart.
8644
8645_LT_EOF
8646 ;;
8647 *)
8648 # For security reasons, it is highly recommended that you always
8649 # use absolute paths for naming shared libraries, and exclude the
8650 # DT_RUNPATH tag from executables and libraries. But doing so
8651 # requires that you compile everything twice, which is a pain.
8652 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8653 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8654 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8655 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8656 else
8657 ld_shlibs=no
8658 fi
8659 ;;
8660 esac
8661 ;;
8662
8663 sunos4*)
8664 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8665 wlarc=
8666 hardcode_direct=yes
8667 hardcode_shlibpath_var=no
8668 ;;
8669
8670 *)
8671 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8672 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8673 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8674 else
8675 ld_shlibs=no
8676 fi
8677 ;;
8678 esac
8679
8680 if test "$ld_shlibs" = no; then
8681 runpath_var=
8682 hardcode_libdir_flag_spec=
8683 export_dynamic_flag_spec=
8684 whole_archive_flag_spec=
8685 fi
8686 else
8687 # PORTME fill in a description of your system's linker (not GNU ld)
8688 case $host_os in
8689 aix3*)
8690 allow_undefined_flag=unsupported
8691 always_export_symbols=yes
8692 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'
8693 # Note: this linker hardcodes the directories in LIBPATH if there
8694 # are no directories specified by -L.
8695 hardcode_minus_L=yes
8696 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8697 # Neither direct hardcoding nor static linking is supported with a
8698 # broken collect2.
8699 hardcode_direct=unsupported
8700 fi
8701 ;;
8702
8703 aix[4-9]*)
8704 if test "$host_cpu" = ia64; then
8705 # On IA64, the linker does run time linking by default, so we don't
8706 # have to do anything special.
8707 aix_use_runtimelinking=no
8708 exp_sym_flag='-Bexport'
8709 no_entry_flag=""
8710 else
8711 # If we're using GNU nm, then we don't want the "-C" option.
8712 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8713 # Also, AIX nm treats weak defined symbols like other global
8714 # defined symbols, whereas GNU nm marks them as "W".
8715 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8716 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'
8717 else
8718 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'
8719 fi
8720 aix_use_runtimelinking=no
8721
8722 # Test if we are trying to use run time linking or normal
8723 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8724 # need to do runtime linking.
8725 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8726 for ld_flag in $LDFLAGS; do
8727 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8728 aix_use_runtimelinking=yes
8729 break
8730 fi
8731 done
8732 ;;
8733 esac
8734
8735 exp_sym_flag='-bexport'
8736 no_entry_flag='-bnoentry'
8737 fi
8738
8739 # When large executables or shared objects are built, AIX ld can
8740 # have problems creating the table of contents. If linking a library
8741 # or program results in "error TOC overflow" add -mminimal-toc to
8742 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8743 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8744
8745 archive_cmds=''
8746 hardcode_direct=yes
8747 hardcode_direct_absolute=yes
8748 hardcode_libdir_separator=':'
8749 link_all_deplibs=yes
8750 file_list_spec='${wl}-f,'
8751
8752 if test "$GCC" = yes; then
8753 case $host_os in aix4.[012]|aix4.[012].*)
8754 # We only want to do this on AIX 4.2 and lower, the check
8755 # below for broken collect2 doesn't work under 4.3+
8756 collect2name=`${CC} -print-prog-name=collect2`
8757 if test -f "$collect2name" &&
8758 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8759 then
8760 # We have reworked collect2
8761 :
8762 else
8763 # We have old collect2
8764 hardcode_direct=unsupported
8765 # It fails to find uninstalled libraries when the uninstalled
8766 # path is not listed in the libpath. Setting hardcode_minus_L
8767 # to unsupported forces relinking
8768 hardcode_minus_L=yes
8769 hardcode_libdir_flag_spec='-L$libdir'
8770 hardcode_libdir_separator=
8771 fi
8772 ;;
8773 esac
8774 shared_flag='-shared'
8775 if test "$aix_use_runtimelinking" = yes; then
8776 shared_flag="$shared_flag "'${wl}-G'
8777 fi
8778 else
8779 # not using gcc
8780 if test "$host_cpu" = ia64; then
8781 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8782 # chokes on -Wl,-G. The following line is correct:
8783 shared_flag='-G'
8784 else
8785 if test "$aix_use_runtimelinking" = yes; then
8786 shared_flag='${wl}-G'
8787 else
8788 shared_flag='${wl}-bM:SRE'
8789 fi
8790 fi
8791 fi
8792
8793 export_dynamic_flag_spec='${wl}-bexpall'
8794 # It seems that -bexpall does not export symbols beginning with
8795 # underscore (_), so it is better to generate a list of symbols to export.
8796 always_export_symbols=yes
8797 if test "$aix_use_runtimelinking" = yes; then
8798 # Warning - without using the other runtime loading flags (-brtl),
8799 # -berok will link without error, but may produce a broken library.
8800 allow_undefined_flag='-berok'
8801 # Determine the default libpath from the value encoded in an
8802 # empty executable.
8803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8804/* end confdefs.h. */
8805
8806int
8807main ()
8808{
8809
8810 ;
8811 return 0;
8812}
8813_ACEOF
8814if ac_fn_c_try_link "$LINENO"; then :
8815
8816lt_aix_libpath_sed='
8817 /Import File Strings/,/^$/ {
8818 /^0/ {
8819 s/^0 *\(.*\)$/\1/
8820 p
8821 }
8822 }'
8823aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8824# Check for a 64-bit object if we didn't find anything.
8825if test -z "$aix_libpath"; then
8826 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8827fi
8828fi
8829rm -f core conftest.err conftest.$ac_objext \
8830 conftest$ac_exeext conftest.$ac_ext
8831if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8832
8833 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8834 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"
8835 else
8836 if test "$host_cpu" = ia64; then
8837 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8838 allow_undefined_flag="-z nodefs"
8839 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"
8840 else
8841 # Determine the default libpath from the value encoded in an
8842 # empty executable.
8843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8844/* end confdefs.h. */
8845
8846int
8847main ()
8848{
8849
8850 ;
8851 return 0;
8852}
8853_ACEOF
8854if ac_fn_c_try_link "$LINENO"; then :
8855
8856lt_aix_libpath_sed='
8857 /Import File Strings/,/^$/ {
8858 /^0/ {
8859 s/^0 *\(.*\)$/\1/
8860 p
8861 }
8862 }'
8863aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8864# Check for a 64-bit object if we didn't find anything.
8865if test -z "$aix_libpath"; then
8866 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8867fi
8868fi
8869rm -f core conftest.err conftest.$ac_objext \
8870 conftest$ac_exeext conftest.$ac_ext
8871if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8872
8873 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8874 # Warning - without using the other run time loading flags,
8875 # -berok will link without error, but may produce a broken library.
8876 no_undefined_flag=' ${wl}-bernotok'
8877 allow_undefined_flag=' ${wl}-berok'
8878 if test "$with_gnu_ld" = yes; then
8879 # We only use this code for GNU lds that support --whole-archive.
8880 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8881 else
8882 # Exported symbols can be pulled into shared objects from archives
8883 whole_archive_flag_spec='$convenience'
8884 fi
8885 archive_cmds_need_lc=yes
8886 # This is similar to how AIX traditionally builds its shared libraries.
8887 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'
8888 fi
8889 fi
8890 ;;
8891
8892 amigaos*)
8893 case $host_cpu in
8894 powerpc)
8895 # see comment about AmigaOS4 .so support
8896 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8897 archive_expsym_cmds=''
8898 ;;
8899 m68k)
8900 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)'
8901 hardcode_libdir_flag_spec='-L$libdir'
8902 hardcode_minus_L=yes
8903 ;;
8904 esac
8905 ;;
8906
8907 bsdi[45]*)
8908 export_dynamic_flag_spec=-rdynamic
8909 ;;
8910
8911 cygwin* | mingw* | pw32* | cegcc*)
8912 # When not using gcc, we currently assume that we are using
8913 # Microsoft Visual C++.
8914 # hardcode_libdir_flag_spec is actually meaningless, as there is
8915 # no search path for DLLs.
8916 hardcode_libdir_flag_spec=' '
8917 allow_undefined_flag=unsupported
8918 # Tell ltmain to make .lib files, not .a files.
8919 libext=lib
8920 # Tell ltmain to make .dll files, not .so files.
8921 shrext_cmds=".dll"
8922 # FIXME: Setting linknames here is a bad hack.
8923 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8924 # The linker will automatically build a .lib file if we build a DLL.
8925 old_archive_from_new_cmds='true'
8926 # FIXME: Should let the user specify the lib program.
8927 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8928 fix_srcfile_path='`cygpath -w "$srcfile"`'
8929 enable_shared_with_static_runtimes=yes
8930 ;;
8931
8932 darwin* | rhapsody*)
8933
8934
8935 archive_cmds_need_lc=no
8936 hardcode_direct=no
8937 hardcode_automatic=yes
8938 hardcode_shlibpath_var=unsupported
8939 if test "$lt_cv_ld_force_load" = "yes"; then
8940 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\"`'
8941 else
8942 whole_archive_flag_spec=''
8943 fi
8944 link_all_deplibs=yes
8945 allow_undefined_flag="$_lt_dar_allow_undefined"
8946 case $cc_basename in
8947 ifort*) _lt_dar_can_shared=yes ;;
8948 *) _lt_dar_can_shared=$GCC ;;
8949 esac
8950 if test "$_lt_dar_can_shared" = "yes"; then
8951 output_verbose_link_cmd=func_echo_all
8952 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8953 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8954 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}"
8955 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}"
8956
8957 else
8958 ld_shlibs=no
8959 fi
8960
8961 ;;
8962
8963 dgux*)
8964 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8965 hardcode_libdir_flag_spec='-L$libdir'
8966 hardcode_shlibpath_var=no
8967 ;;
8968
8969 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8970 # support. Future versions do this automatically, but an explicit c++rt0.o
8971 # does not break anything, and helps significantly (at the cost of a little
8972 # extra space).
8973 freebsd2.2*)
8974 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8975 hardcode_libdir_flag_spec='-R$libdir'
8976 hardcode_direct=yes
8977 hardcode_shlibpath_var=no
8978 ;;
8979
8980 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8981 freebsd2.*)
8982 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8983 hardcode_direct=yes
8984 hardcode_minus_L=yes
8985 hardcode_shlibpath_var=no
8986 ;;
8987
8988 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8989 freebsd* | dragonfly*)
8990 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8991 hardcode_libdir_flag_spec='-R$libdir'
8992 hardcode_direct=yes
8993 hardcode_shlibpath_var=no
8994 ;;
8995
8996 hpux9*)
8997 if test "$GCC" = yes; then
8998 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'
8999 else
9000 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'
9001 fi
9002 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9003 hardcode_libdir_separator=:
9004 hardcode_direct=yes
9005
9006 # hardcode_minus_L: Not really in the search PATH,
9007 # but as the default location of the library.
9008 hardcode_minus_L=yes
9009 export_dynamic_flag_spec='${wl}-E'
9010 ;;
9011
9012 hpux10*)
9013 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9014 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9015 else
9016 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9017 fi
9018 if test "$with_gnu_ld" = no; then
9019 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9020 hardcode_libdir_flag_spec_ld='+b $libdir'
9021 hardcode_libdir_separator=:
9022 hardcode_direct=yes
9023 hardcode_direct_absolute=yes
9024 export_dynamic_flag_spec='${wl}-E'
9025 # hardcode_minus_L: Not really in the search PATH,
9026 # but as the default location of the library.
9027 hardcode_minus_L=yes
9028 fi
9029 ;;
9030
9031 hpux11*)
9032 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9033 case $host_cpu in
9034 hppa*64*)
9035 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9036 ;;
9037 ia64*)
9038 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9039 ;;
9040 *)
9041 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9042 ;;
9043 esac
9044 else
9045 case $host_cpu in
9046 hppa*64*)
9047 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9048 ;;
9049 ia64*)
9050 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9051 ;;
9052 *)
9053
9054 # Older versions of the 11.00 compiler do not understand -b yet
9055 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9057$as_echo_n "checking if $CC understands -b... " >&6; }
9058if ${lt_cv_prog_compiler__b+:} false; then :
9059 $as_echo_n "(cached) " >&6
9060else
9061 lt_cv_prog_compiler__b=no
9062 save_LDFLAGS="$LDFLAGS"
9063 LDFLAGS="$LDFLAGS -b"
9064 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9065 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9066 # The linker can only warn and ignore the option if not recognized
9067 # So say no if there are warnings
9068 if test -s conftest.err; then
9069 # Append any errors to the config.log.
9070 cat conftest.err 1>&5
9071 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9072 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9073 if diff conftest.exp conftest.er2 >/dev/null; then
9074 lt_cv_prog_compiler__b=yes
9075 fi
9076 else
9077 lt_cv_prog_compiler__b=yes
9078 fi
9079 fi
9080 $RM -r conftest*
9081 LDFLAGS="$save_LDFLAGS"
9082
9083fi
9084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9085$as_echo "$lt_cv_prog_compiler__b" >&6; }
9086
9087if test x"$lt_cv_prog_compiler__b" = xyes; then
9088 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9089else
9090 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9091fi
9092
9093 ;;
9094 esac
9095 fi
9096 if test "$with_gnu_ld" = no; then
9097 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9098 hardcode_libdir_separator=:
9099
9100 case $host_cpu in
9101 hppa*64*|ia64*)
9102 hardcode_direct=no
9103 hardcode_shlibpath_var=no
9104 ;;
9105 *)
9106 hardcode_direct=yes
9107 hardcode_direct_absolute=yes
9108 export_dynamic_flag_spec='${wl}-E'
9109
9110 # hardcode_minus_L: Not really in the search PATH,
9111 # but as the default location of the library.
9112 hardcode_minus_L=yes
9113 ;;
9114 esac
9115 fi
9116 ;;
9117
9118 irix5* | irix6* | nonstopux*)
9119 if test "$GCC" = yes; then
9120 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'
9121 # Try to use the -exported_symbol ld option, if it does not
9122 # work, assume that -exports_file does not work either and
9123 # implicitly export all symbols.
9124 save_LDFLAGS="$LDFLAGS"
9125 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9127/* end confdefs.h. */
9128int foo(void) {}
9129_ACEOF
9130if ac_fn_c_try_link "$LINENO"; then :
9131 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'
9132
9133fi
9134rm -f core conftest.err conftest.$ac_objext \
9135 conftest$ac_exeext conftest.$ac_ext
9136 LDFLAGS="$save_LDFLAGS"
9137 else
9138 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'
9139 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'
9140 fi
9141 archive_cmds_need_lc='no'
9142 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9143 hardcode_libdir_separator=:
9144 inherit_rpath=yes
9145 link_all_deplibs=yes
9146 ;;
9147
9148 netbsd*)
9149 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9150 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9151 else
9152 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9153 fi
9154 hardcode_libdir_flag_spec='-R$libdir'
9155 hardcode_direct=yes
9156 hardcode_shlibpath_var=no
9157 ;;
9158
9159 newsos6)
9160 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9161 hardcode_direct=yes
9162 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9163 hardcode_libdir_separator=:
9164 hardcode_shlibpath_var=no
9165 ;;
9166
9167 *nto* | *qnx*)
9168 ;;
9169
9170 openbsd*)
9171 if test -f /usr/libexec/ld.so; then
9172 hardcode_direct=yes
9173 hardcode_shlibpath_var=no
9174 hardcode_direct_absolute=yes
9175 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9176 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9177 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9178 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9179 export_dynamic_flag_spec='${wl}-E'
9180 else
9181 case $host_os in
9182 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9183 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9184 hardcode_libdir_flag_spec='-R$libdir'
9185 ;;
9186 *)
9187 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9188 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9189 ;;
9190 esac
9191 fi
9192 else
9193 ld_shlibs=no
9194 fi
9195 ;;
9196
9197 os2*)
9198 hardcode_libdir_flag_spec='-L$libdir'
9199 hardcode_minus_L=yes
9200 allow_undefined_flag=unsupported
9201 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'
9202 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9203 ;;
9204
9205 osf3*)
9206 if test "$GCC" = yes; then
9207 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9208 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'
9209 else
9210 allow_undefined_flag=' -expect_unresolved \*'
9211 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'
9212 fi
9213 archive_cmds_need_lc='no'
9214 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9215 hardcode_libdir_separator=:
9216 ;;
9217
9218 osf4* | osf5*) # as osf3* with the addition of -msym flag
9219 if test "$GCC" = yes; then
9220 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9221 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'
9222 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9223 else
9224 allow_undefined_flag=' -expect_unresolved \*'
9225 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'
9226 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~
9227 $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'
9228
9229 # Both c and cxx compiler support -rpath directly
9230 hardcode_libdir_flag_spec='-rpath $libdir'
9231 fi
9232 archive_cmds_need_lc='no'
9233 hardcode_libdir_separator=:
9234 ;;
9235
9236 solaris*)
9237 no_undefined_flag=' -z defs'
9238 if test "$GCC" = yes; then
9239 wlarc='${wl}'
9240 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9241 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9242 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9243 else
9244 case `$CC -V 2>&1` in
9245 *"Compilers 5.0"*)
9246 wlarc=''
9247 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9248 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9249 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9250 ;;
9251 *)
9252 wlarc='${wl}'
9253 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9254 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9255 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9256 ;;
9257 esac
9258 fi
9259 hardcode_libdir_flag_spec='-R$libdir'
9260 hardcode_shlibpath_var=no
9261 case $host_os in
9262 solaris2.[0-5] | solaris2.[0-5].*) ;;
9263 *)
9264 # The compiler driver will combine and reorder linker options,
9265 # but understands `-z linker_flag'. GCC discards it without `$wl',
9266 # but is careful enough not to reorder.
9267 # Supported since Solaris 2.6 (maybe 2.5.1?)
9268 if test "$GCC" = yes; then
9269 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9270 else
9271 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9272 fi
9273 ;;
9274 esac
9275 link_all_deplibs=yes
9276 ;;
9277
9278 sunos4*)
9279 if test "x$host_vendor" = xsequent; then
9280 # Use $CC to link under sequent, because it throws in some extra .o
9281 # files that make .init and .fini sections work.
9282 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9283 else
9284 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9285 fi
9286 hardcode_libdir_flag_spec='-L$libdir'
9287 hardcode_direct=yes
9288 hardcode_minus_L=yes
9289 hardcode_shlibpath_var=no
9290 ;;
9291
9292 sysv4)
9293 case $host_vendor in
9294 sni)
9295 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9296 hardcode_direct=yes # is this really true???
9297 ;;
9298 siemens)
9299 ## LD is ld it makes a PLAMLIB
9300 ## CC just makes a GrossModule.
9301 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9302 reload_cmds='$CC -r -o $output$reload_objs'
9303 hardcode_direct=no
9304 ;;
9305 motorola)
9306 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9307 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9308 ;;
9309 esac
9310 runpath_var='LD_RUN_PATH'
9311 hardcode_shlibpath_var=no
9312 ;;
9313
9314 sysv4.3*)
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_shlibpath_var=no
9317 export_dynamic_flag_spec='-Bexport'
9318 ;;
9319
9320 sysv4*MP*)
9321 if test -d /usr/nec; then
9322 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9323 hardcode_shlibpath_var=no
9324 runpath_var=LD_RUN_PATH
9325 hardcode_runpath_var=yes
9326 ld_shlibs=yes
9327 fi
9328 ;;
9329
9330 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9331 no_undefined_flag='${wl}-z,text'
9332 archive_cmds_need_lc=no
9333 hardcode_shlibpath_var=no
9334 runpath_var='LD_RUN_PATH'
9335
9336 if test "$GCC" = yes; then
9337 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9338 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9339 else
9340 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9341 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9342 fi
9343 ;;
9344
9345 sysv5* | sco3.2v5* | sco5v6*)
9346 # Note: We can NOT use -z defs as we might desire, because we do not
9347 # link with -lc, and that would cause any symbols used from libc to
9348 # always be unresolved, which means just about no library would
9349 # ever link correctly. If we're not using GNU ld we use -z text
9350 # though, which does catch some bad symbols but isn't as heavy-handed
9351 # as -z defs.
9352 no_undefined_flag='${wl}-z,text'
9353 allow_undefined_flag='${wl}-z,nodefs'
9354 archive_cmds_need_lc=no
9355 hardcode_shlibpath_var=no
9356 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9357 hardcode_libdir_separator=':'
9358 link_all_deplibs=yes
9359 export_dynamic_flag_spec='${wl}-Bexport'
9360 runpath_var='LD_RUN_PATH'
9361
9362 if test "$GCC" = yes; then
9363 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9364 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9365 else
9366 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9367 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9368 fi
9369 ;;
9370
9371 uts4*)
9372 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9373 hardcode_libdir_flag_spec='-L$libdir'
9374 hardcode_shlibpath_var=no
9375 ;;
9376
9377 *)
9378 ld_shlibs=no
9379 ;;
9380 esac
9381
9382 if test x$host_vendor = xsni; then
9383 case $host in
9384 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9385 export_dynamic_flag_spec='${wl}-Blargedynsym'
9386 ;;
9387 esac
9388 fi
9389 fi
9390
9391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9392$as_echo "$ld_shlibs" >&6; }
9393test "$ld_shlibs" = no && can_build_shared=no
9394
9395with_gnu_ld=$with_gnu_ld
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411#
9412# Do we need to explicitly link libc?
9413#
9414case "x$archive_cmds_need_lc" in
9415x|xyes)
9416 # Assume -lc should be added
9417 archive_cmds_need_lc=yes
9418
9419 if test "$enable_shared" = yes && test "$GCC" = yes; then
9420 case $archive_cmds in
9421 *'~'*)
9422 # FIXME: we may have to deal with multi-command sequences.
9423 ;;
9424 '$CC '*)
9425 # Test whether the compiler implicitly links with -lc since on some
9426 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9427 # to ld, don't add -lc before -lgcc.
9428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9429$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9430if ${lt_cv_archive_cmds_need_lc+:} false; then :
9431 $as_echo_n "(cached) " >&6
9432else
9433 $RM conftest*
9434 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9435
9436 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9437 (eval $ac_compile) 2>&5
9438 ac_status=$?
9439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9440 test $ac_status = 0; } 2>conftest.err; then
9441 soname=conftest
9442 lib=conftest
9443 libobjs=conftest.$ac_objext
9444 deplibs=
9445 wl=$lt_prog_compiler_wl
9446 pic_flag=$lt_prog_compiler_pic
9447 compiler_flags=-v
9448 linker_flags=-v
9449 verstring=
9450 output_objdir=.
9451 libname=conftest
9452 lt_save_allow_undefined_flag=$allow_undefined_flag
9453 allow_undefined_flag=
9454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9455 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9456 ac_status=$?
9457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9458 test $ac_status = 0; }
9459 then
9460 lt_cv_archive_cmds_need_lc=no
9461 else
9462 lt_cv_archive_cmds_need_lc=yes
9463 fi
9464 allow_undefined_flag=$lt_save_allow_undefined_flag
9465 else
9466 cat conftest.err 1>&5
9467 fi
9468 $RM conftest*
9469
9470fi
9471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9472$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9473 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9474 ;;
9475 esac
9476 fi
9477 ;;
9478esac
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9637$as_echo_n "checking dynamic linker characteristics... " >&6; }
9638
9639if test "$GCC" = yes; then
9640 case $host_os in
9641 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9642 *) lt_awk_arg="/^libraries:/" ;;
9643 esac
9644 case $host_os in
9645 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9646 *) lt_sed_strip_eq="s,=/,/,g" ;;
9647 esac
9648 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9649 case $lt_search_path_spec in
9650 *\;*)
9651 # if the path contains ";" then we assume it to be the separator
9652 # otherwise default to the standard path separator (i.e. ":") - it is
9653 # assumed that no part of a normal pathname contains ";" but that should
9654 # okay in the real world where ";" in dirpaths is itself problematic.
9655 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9656 ;;
9657 *)
9658 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9659 ;;
9660 esac
9661 # Ok, now we have the path, separated by spaces, we can step through it
9662 # and add multilib dir if necessary.
9663 lt_tmp_lt_search_path_spec=
9664 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9665 for lt_sys_path in $lt_search_path_spec; do
9666 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9667 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9668 else
9669 test -d "$lt_sys_path" && \
9670 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9671 fi
9672 done
9673 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9674BEGIN {RS=" "; FS="/|\n";} {
9675 lt_foo="";
9676 lt_count=0;
9677 for (lt_i = NF; lt_i > 0; lt_i--) {
9678 if ($lt_i != "" && $lt_i != ".") {
9679 if ($lt_i == "..") {
9680 lt_count++;
9681 } else {
9682 if (lt_count == 0) {
9683 lt_foo="/" $lt_i lt_foo;
9684 } else {
9685 lt_count--;
9686 }
9687 }
9688 }
9689 }
9690 if (lt_foo != "") { lt_freq[lt_foo]++; }
9691 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9692}'`
9693 # AWK program above erroneously prepends '/' to C:/dos/paths
9694 # for these hosts.
9695 case $host_os in
9696 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9697 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9698 esac
9699 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9700else
9701 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9702fi
9703library_names_spec=
9704libname_spec='lib$name'
9705soname_spec=
9706shrext_cmds=".so"
9707postinstall_cmds=
9708postuninstall_cmds=
9709finish_cmds=
9710finish_eval=
9711shlibpath_var=
9712shlibpath_overrides_runpath=unknown
9713version_type=none
9714dynamic_linker="$host_os ld.so"
9715sys_lib_dlsearch_path_spec="/lib /usr/lib"
9716need_lib_prefix=unknown
9717hardcode_into_libs=no
9718
9719# when you set need_version to no, make sure it does not cause -set_version
9720# flags to be left without arguments
9721need_version=unknown
9722
9723case $host_os in
9724aix3*)
9725 version_type=linux
9726 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9727 shlibpath_var=LIBPATH
9728
9729 # AIX 3 has no versioning support, so we append a major version to the name.
9730 soname_spec='${libname}${release}${shared_ext}$major'
9731 ;;
9732
9733aix[4-9]*)
9734 version_type=linux
9735 need_lib_prefix=no
9736 need_version=no
9737 hardcode_into_libs=yes
9738 if test "$host_cpu" = ia64; then
9739 # AIX 5 supports IA64
9740 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9741 shlibpath_var=LD_LIBRARY_PATH
9742 else
9743 # With GCC up to 2.95.x, collect2 would create an import file
9744 # for dependence libraries. The import file would start with
9745 # the line `#! .'. This would cause the generated library to
9746 # depend on `.', always an invalid library. This was fixed in
9747 # development snapshots of GCC prior to 3.0.
9748 case $host_os in
9749 aix4 | aix4.[01] | aix4.[01].*)
9750 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9751 echo ' yes '
9752 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9753 :
9754 else
9755 can_build_shared=no
9756 fi
9757 ;;
9758 esac
9759 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9760 # soname into executable. Probably we can add versioning support to
9761 # collect2, so additional links can be useful in future.
9762 if test "$aix_use_runtimelinking" = yes; then
9763 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9764 # instead of lib<name>.a to let people know that these are not
9765 # typical AIX shared libraries.
9766 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9767 else
9768 # We preserve .a as extension for shared libraries through AIX4.2
9769 # and later when we are not doing run time linking.
9770 library_names_spec='${libname}${release}.a $libname.a'
9771 soname_spec='${libname}${release}${shared_ext}$major'
9772 fi
9773 shlibpath_var=LIBPATH
9774 fi
9775 ;;
9776
9777amigaos*)
9778 case $host_cpu in
9779 powerpc)
9780 # Since July 2007 AmigaOS4 officially supports .so libraries.
9781 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9783 ;;
9784 m68k)
9785 library_names_spec='$libname.ixlibrary $libname.a'
9786 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9787 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'
9788 ;;
9789 esac
9790 ;;
9791
9792beos*)
9793 library_names_spec='${libname}${shared_ext}'
9794 dynamic_linker="$host_os ld.so"
9795 shlibpath_var=LIBRARY_PATH
9796 ;;
9797
9798bsdi[45]*)
9799 version_type=linux
9800 need_version=no
9801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9802 soname_spec='${libname}${release}${shared_ext}$major'
9803 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9804 shlibpath_var=LD_LIBRARY_PATH
9805 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9806 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9807 # the default ld.so.conf also contains /usr/contrib/lib and
9808 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9809 # libtool to hard-code these into programs
9810 ;;
9811
9812cygwin* | mingw* | pw32* | cegcc*)
9813 version_type=windows
9814 shrext_cmds=".dll"
9815 need_version=no
9816 need_lib_prefix=no
9817
9818 case $GCC,$host_os in
9819 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9820 library_names_spec='$libname.dll.a'
9821 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9822 postinstall_cmds='base_file=`basename \${file}`~
9823 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9824 dldir=$destdir/`dirname \$dlpath`~
9825 test -d \$dldir || mkdir -p \$dldir~
9826 $install_prog $dir/$dlname \$dldir/$dlname~
9827 chmod a+x \$dldir/$dlname~
9828 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9829 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9830 fi'
9831 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9832 dlpath=$dir/\$dldll~
9833 $RM \$dlpath'
9834 shlibpath_overrides_runpath=yes
9835
9836 case $host_os in
9837 cygwin*)
9838 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9839 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9840
9841 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9842 ;;
9843 mingw* | cegcc*)
9844 # MinGW DLLs use traditional 'lib' prefix
9845 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9846 ;;
9847 pw32*)
9848 # pw32 DLLs use 'pw' prefix rather than 'lib'
9849 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9850 ;;
9851 esac
9852 ;;
9853
9854 *)
9855 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9856 ;;
9857 esac
9858 dynamic_linker='Win32 ld.exe'
9859 # FIXME: first we should search . and the directory the executable is in
9860 shlibpath_var=PATH
9861 ;;
9862
9863darwin* | rhapsody*)
9864 dynamic_linker="$host_os dyld"
9865 version_type=darwin
9866 need_lib_prefix=no
9867 need_version=no
9868 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9869 soname_spec='${libname}${release}${major}$shared_ext'
9870 shlibpath_overrides_runpath=yes
9871 shlibpath_var=DYLD_LIBRARY_PATH
9872 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9873
9874 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9875 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9876 ;;
9877
9878dgux*)
9879 version_type=linux
9880 need_lib_prefix=no
9881 need_version=no
9882 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9883 soname_spec='${libname}${release}${shared_ext}$major'
9884 shlibpath_var=LD_LIBRARY_PATH
9885 ;;
9886
9887freebsd* | dragonfly*)
9888 # DragonFly does not have aout. When/if they implement a new
9889 # versioning mechanism, adjust this.
9890 if test -x /usr/bin/objformat; then
9891 objformat=`/usr/bin/objformat`
9892 else
9893 case $host_os in
9894 freebsd[23].*) objformat=aout ;;
9895 *) objformat=elf ;;
9896 esac
9897 fi
9898 version_type=freebsd-$objformat
9899 case $version_type in
9900 freebsd-elf*)
9901 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9902 need_version=no
9903 need_lib_prefix=no
9904 ;;
9905 freebsd-*)
9906 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9907 need_version=yes
9908 ;;
9909 esac
9910 shlibpath_var=LD_LIBRARY_PATH
9911 case $host_os in
9912 freebsd2.*)
9913 shlibpath_overrides_runpath=yes
9914 ;;
9915 freebsd3.[01]* | freebsdelf3.[01]*)
9916 shlibpath_overrides_runpath=yes
9917 hardcode_into_libs=yes
9918 ;;
9919 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9920 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9921 shlibpath_overrides_runpath=no
9922 hardcode_into_libs=yes
9923 ;;
9924 *) # from 4.6 on, and DragonFly
9925 shlibpath_overrides_runpath=yes
9926 hardcode_into_libs=yes
9927 ;;
9928 esac
9929 ;;
9930
9931haiku*)
9932 version_type=linux
9933 need_lib_prefix=no
9934 need_version=no
9935 dynamic_linker="$host_os runtime_loader"
9936 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9937 soname_spec='${libname}${release}${shared_ext}$major'
9938 shlibpath_var=LIBRARY_PATH
9939 shlibpath_overrides_runpath=yes
9940 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9941 hardcode_into_libs=yes
9942 ;;
9943
9944hpux9* | hpux10* | hpux11*)
9945 # Give a soname corresponding to the major version so that dld.sl refuses to
9946 # link against other versions.
9947 version_type=sunos
9948 need_lib_prefix=no
9949 need_version=no
9950 case $host_cpu in
9951 ia64*)
9952 shrext_cmds='.so'
9953 hardcode_into_libs=yes
9954 dynamic_linker="$host_os dld.so"
9955 shlibpath_var=LD_LIBRARY_PATH
9956 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
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 if test "X$HPUX_IA64_MODE" = X32; then
9960 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9961 else
9962 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9963 fi
9964 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9965 ;;
9966 hppa*64*)
9967 shrext_cmds='.sl'
9968 hardcode_into_libs=yes
9969 dynamic_linker="$host_os dld.sl"
9970 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9971 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9972 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9973 soname_spec='${libname}${release}${shared_ext}$major'
9974 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9975 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9976 ;;
9977 *)
9978 shrext_cmds='.sl'
9979 dynamic_linker="$host_os dld.sl"
9980 shlibpath_var=SHLIB_PATH
9981 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9983 soname_spec='${libname}${release}${shared_ext}$major'
9984 ;;
9985 esac
9986 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9987 postinstall_cmds='chmod 555 $lib'
9988 # or fails outright, so override atomically:
9989 install_override_mode=555
9990 ;;
9991
9992interix[3-9]*)
9993 version_type=linux
9994 need_lib_prefix=no
9995 need_version=no
9996 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9997 soname_spec='${libname}${release}${shared_ext}$major'
9998 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9999 shlibpath_var=LD_LIBRARY_PATH
10000 shlibpath_overrides_runpath=no
10001 hardcode_into_libs=yes
10002 ;;
10003
10004irix5* | irix6* | nonstopux*)
10005 case $host_os in
10006 nonstopux*) version_type=nonstopux ;;
10007 *)
10008 if test "$lt_cv_prog_gnu_ld" = yes; then
10009 version_type=linux
10010 else
10011 version_type=irix
10012 fi ;;
10013 esac
10014 need_lib_prefix=no
10015 need_version=no
10016 soname_spec='${libname}${release}${shared_ext}$major'
10017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10018 case $host_os in
10019 irix5* | nonstopux*)
10020 libsuff= shlibsuff=
10021 ;;
10022 *)
10023 case $LD in # libtool.m4 will add one of these switches to LD
10024 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10025 libsuff= shlibsuff= libmagic=32-bit;;
10026 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10027 libsuff=32 shlibsuff=N32 libmagic=N32;;
10028 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10029 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10030 *) libsuff= shlibsuff= libmagic=never-match;;
10031 esac
10032 ;;
10033 esac
10034 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10035 shlibpath_overrides_runpath=no
10036 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10037 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10038 hardcode_into_libs=yes
10039 ;;
10040
10041# No shared lib support for Linux oldld, aout, or coff.
10042linux*oldld* | linux*aout* | linux*coff*)
10043 dynamic_linker=no
10044 ;;
10045
10046# This must be Linux ELF.
10047
10048# uclinux* changes (here and below) have been submitted to the libtool
10049# project, but have not yet been accepted: they are GCC-local changes
10050# for the time being. (See
10051# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10052linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10053 version_type=linux
10054 need_lib_prefix=no
10055 need_version=no
10056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10057 soname_spec='${libname}${release}${shared_ext}$major'
10058 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10059 shlibpath_var=LD_LIBRARY_PATH
10060 shlibpath_overrides_runpath=no
10061
10062 # Some binutils ld are patched to set DT_RUNPATH
10063 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10064 $as_echo_n "(cached) " >&6
10065else
10066 lt_cv_shlibpath_overrides_runpath=no
10067 save_LDFLAGS=$LDFLAGS
10068 save_libdir=$libdir
10069 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10070 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10072/* end confdefs.h. */
10073
10074int
10075main ()
10076{
10077
10078 ;
10079 return 0;
10080}
10081_ACEOF
10082if ac_fn_c_try_link "$LINENO"; then :
10083 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10084 lt_cv_shlibpath_overrides_runpath=yes
10085fi
10086fi
10087rm -f core conftest.err conftest.$ac_objext \
10088 conftest$ac_exeext conftest.$ac_ext
10089 LDFLAGS=$save_LDFLAGS
10090 libdir=$save_libdir
10091
10092fi
10093
10094 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10095
10096 # This implies no fast_install, which is unacceptable.
10097 # Some rework will be needed to allow for fast_install
10098 # before this can be enabled.
10099 hardcode_into_libs=yes
10100
10101 # Append ld.so.conf contents to the search path
10102 if test -f /etc/ld.so.conf; then
10103 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' ' '`
10104 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10105 fi
10106
10107 # We used to test for /lib/ld.so.1 and disable shared libraries on
10108 # powerpc, because MkLinux only supported shared libraries with the
10109 # GNU dynamic linker. Since this was broken with cross compilers,
10110 # most powerpc-linux boxes support dynamic linking these days and
10111 # people can always --disable-shared, the test was removed, and we
10112 # assume the GNU/Linux dynamic linker is in use.
10113 dynamic_linker='GNU/Linux ld.so'
10114 ;;
10115
10116netbsd*)
10117 version_type=sunos
10118 need_lib_prefix=no
10119 need_version=no
10120 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10121 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10122 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10123 dynamic_linker='NetBSD (a.out) ld.so'
10124 else
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10126 soname_spec='${libname}${release}${shared_ext}$major'
10127 dynamic_linker='NetBSD ld.elf_so'
10128 fi
10129 shlibpath_var=LD_LIBRARY_PATH
10130 shlibpath_overrides_runpath=yes
10131 hardcode_into_libs=yes
10132 ;;
10133
10134newsos6)
10135 version_type=linux
10136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10137 shlibpath_var=LD_LIBRARY_PATH
10138 shlibpath_overrides_runpath=yes
10139 ;;
10140
10141*nto* | *qnx*)
10142 version_type=qnx
10143 need_lib_prefix=no
10144 need_version=no
10145 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10146 soname_spec='${libname}${release}${shared_ext}$major'
10147 shlibpath_var=LD_LIBRARY_PATH
10148 shlibpath_overrides_runpath=no
10149 hardcode_into_libs=yes
10150 dynamic_linker='ldqnx.so'
10151 ;;
10152
10153openbsd*)
10154 version_type=sunos
10155 sys_lib_dlsearch_path_spec="/usr/lib"
10156 need_lib_prefix=no
10157 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10158 case $host_os in
10159 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10160 *) need_version=no ;;
10161 esac
10162 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10163 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10164 shlibpath_var=LD_LIBRARY_PATH
10165 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10166 case $host_os in
10167 openbsd2.[89] | openbsd2.[89].*)
10168 shlibpath_overrides_runpath=no
10169 ;;
10170 *)
10171 shlibpath_overrides_runpath=yes
10172 ;;
10173 esac
10174 else
10175 shlibpath_overrides_runpath=yes
10176 fi
10177 ;;
10178
10179os2*)
10180 libname_spec='$name'
10181 shrext_cmds=".dll"
10182 need_lib_prefix=no
10183 library_names_spec='$libname${shared_ext} $libname.a'
10184 dynamic_linker='OS/2 ld.exe'
10185 shlibpath_var=LIBPATH
10186 ;;
10187
10188osf3* | osf4* | osf5*)
10189 version_type=osf
10190 need_lib_prefix=no
10191 need_version=no
10192 soname_spec='${libname}${release}${shared_ext}$major'
10193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10194 shlibpath_var=LD_LIBRARY_PATH
10195 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10196 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10197 ;;
10198
10199rdos*)
10200 dynamic_linker=no
10201 ;;
10202
10203solaris*)
10204 version_type=linux
10205 need_lib_prefix=no
10206 need_version=no
10207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 shlibpath_var=LD_LIBRARY_PATH
10210 shlibpath_overrides_runpath=yes
10211 hardcode_into_libs=yes
10212 # ldd complains unless libraries are executable
10213 postinstall_cmds='chmod +x $lib'
10214 ;;
10215
10216sunos4*)
10217 version_type=sunos
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10219 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 shlibpath_overrides_runpath=yes
10222 if test "$with_gnu_ld" = yes; then
10223 need_lib_prefix=no
10224 fi
10225 need_version=yes
10226 ;;
10227
10228sysv4 | sysv4.3*)
10229 version_type=linux
10230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10231 soname_spec='${libname}${release}${shared_ext}$major'
10232 shlibpath_var=LD_LIBRARY_PATH
10233 case $host_vendor in
10234 sni)
10235 shlibpath_overrides_runpath=no
10236 need_lib_prefix=no
10237 runpath_var=LD_RUN_PATH
10238 ;;
10239 siemens)
10240 need_lib_prefix=no
10241 ;;
10242 motorola)
10243 need_lib_prefix=no
10244 need_version=no
10245 shlibpath_overrides_runpath=no
10246 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10247 ;;
10248 esac
10249 ;;
10250
10251sysv4*MP*)
10252 if test -d /usr/nec ;then
10253 version_type=linux
10254 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10255 soname_spec='$libname${shared_ext}.$major'
10256 shlibpath_var=LD_LIBRARY_PATH
10257 fi
10258 ;;
10259
10260sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10261 version_type=freebsd-elf
10262 need_lib_prefix=no
10263 need_version=no
10264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10265 soname_spec='${libname}${release}${shared_ext}$major'
10266 shlibpath_var=LD_LIBRARY_PATH
10267 shlibpath_overrides_runpath=yes
10268 hardcode_into_libs=yes
10269 if test "$with_gnu_ld" = yes; then
10270 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10271 else
10272 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10273 case $host_os in
10274 sco3.2v5*)
10275 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10276 ;;
10277 esac
10278 fi
10279 sys_lib_dlsearch_path_spec='/usr/lib'
10280 ;;
10281
10282tpf*)
10283 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10284 version_type=linux
10285 need_lib_prefix=no
10286 need_version=no
10287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10288 shlibpath_var=LD_LIBRARY_PATH
10289 shlibpath_overrides_runpath=no
10290 hardcode_into_libs=yes
10291 ;;
10292
10293uts4*)
10294 version_type=linux
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10296 soname_spec='${libname}${release}${shared_ext}$major'
10297 shlibpath_var=LD_LIBRARY_PATH
10298 ;;
10299
10300# Shared libraries for VwWorks, >= 7 only at this stage
10301# and (fpic) still incompatible with "large" code models
10302# in a few configurations. Only for RTP mode in any case,
10303# and upon explicit request at configure time.
10304vxworks7*)
10305 dynamic_linker=no
10306 case ${with_multisubdir}-${enable_shared} in
10307 *large*)
10308 ;;
10309 *mrtp*-yes)
10310 version_type=linux
10311 need_lib_prefix=no
10312 need_version=no
10313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10314 soname_spec='${libname}${release}${shared_ext}$major'
10315 dynamic_linker="$host_os module_loader"
10316 ;;
10317 esac
10318 ;;
10319*)
10320 dynamic_linker=no
10321 ;;
10322esac
10323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10324$as_echo "$dynamic_linker" >&6; }
10325test "$dynamic_linker" = no && can_build_shared=no
10326
10327variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10328if test "$GCC" = yes; then
10329 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10330fi
10331
10332if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10333 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10334fi
10335if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10336 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10337fi
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10431$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10432hardcode_action=
10433if test -n "$hardcode_libdir_flag_spec" ||
10434 test -n "$runpath_var" ||
10435 test "X$hardcode_automatic" = "Xyes" ; then
10436
10437 # We can hardcode non-existent directories.
10438 if test "$hardcode_direct" != no &&
10439 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10440 # have to relink, otherwise we might link with an installed library
10441 # when we should be linking with a yet-to-be-installed one
10442 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10443 test "$hardcode_minus_L" != no; then
10444 # Linking always hardcodes the temporary library directory.
10445 hardcode_action=relink
10446 else
10447 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10448 hardcode_action=immediate
10449 fi
10450else
10451 # We cannot hardcode anything, or else we can only hardcode existing
10452 # directories.
10453 hardcode_action=unsupported
10454fi
10455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10456$as_echo "$hardcode_action" >&6; }
10457
10458if test "$hardcode_action" = relink ||
10459 test "$inherit_rpath" = yes; then
10460 # Fast installation is not supported
10461 enable_fast_install=no
10462elif test "$shlibpath_overrides_runpath" = yes ||
10463 test "$enable_shared" = no; then
10464 # Fast installation is not necessary
10465 enable_fast_install=needless
10466fi
10467
10468
10469
10470
10471
10472
10473 if test "x$enable_dlopen" != xyes; then
10474 enable_dlopen=unknown
10475 enable_dlopen_self=unknown
10476 enable_dlopen_self_static=unknown
10477else
10478 lt_cv_dlopen=no
10479 lt_cv_dlopen_libs=
10480
10481 case $host_os in
10482 beos*)
10483 lt_cv_dlopen="load_add_on"
10484 lt_cv_dlopen_libs=
10485 lt_cv_dlopen_self=yes
10486 ;;
10487
10488 mingw* | pw32* | cegcc*)
10489 lt_cv_dlopen="LoadLibrary"
10490 lt_cv_dlopen_libs=
10491 ;;
10492
10493 cygwin*)
10494 lt_cv_dlopen="dlopen"
10495 lt_cv_dlopen_libs=
10496 ;;
10497
10498 darwin*)
10499 # if libdl is installed we need to link against it
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10501$as_echo_n "checking for dlopen in -ldl... " >&6; }
10502if ${ac_cv_lib_dl_dlopen+:} false; then :
10503 $as_echo_n "(cached) " >&6
10504else
10505 ac_check_lib_save_LIBS=$LIBS
10506LIBS="-ldl $LIBS"
10507cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10508/* end confdefs.h. */
10509
10510/* Override any GCC internal prototype to avoid an error.
10511 Use char because int might match the return type of a GCC
10512 builtin and then its argument prototype would still apply. */
10513#ifdef __cplusplus
10514extern "C"
10515#endif
10516char dlopen ();
10517int
10518main ()
10519{
10520return dlopen ();
10521 ;
10522 return 0;
10523}
10524_ACEOF
10525if ac_fn_c_try_link "$LINENO"; then :
10526 ac_cv_lib_dl_dlopen=yes
10527else
10528 ac_cv_lib_dl_dlopen=no
10529fi
10530rm -f core conftest.err conftest.$ac_objext \
10531 conftest$ac_exeext conftest.$ac_ext
10532LIBS=$ac_check_lib_save_LIBS
10533fi
10534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10535$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10536if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10537 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10538else
10539
10540 lt_cv_dlopen="dyld"
10541 lt_cv_dlopen_libs=
10542 lt_cv_dlopen_self=yes
10543
10544fi
10545
10546 ;;
10547
10548 *)
10549 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10550if test "x$ac_cv_func_shl_load" = xyes; then :
10551 lt_cv_dlopen="shl_load"
10552else
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10554$as_echo_n "checking for shl_load in -ldld... " >&6; }
10555if ${ac_cv_lib_dld_shl_load+:} false; then :
10556 $as_echo_n "(cached) " >&6
10557else
10558 ac_check_lib_save_LIBS=$LIBS
10559LIBS="-ldld $LIBS"
10560cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10561/* end confdefs.h. */
10562
10563/* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10566#ifdef __cplusplus
10567extern "C"
10568#endif
10569char shl_load ();
10570int
10571main ()
10572{
10573return shl_load ();
10574 ;
10575 return 0;
10576}
10577_ACEOF
10578if ac_fn_c_try_link "$LINENO"; then :
10579 ac_cv_lib_dld_shl_load=yes
10580else
10581 ac_cv_lib_dld_shl_load=no
10582fi
10583rm -f core conftest.err conftest.$ac_objext \
10584 conftest$ac_exeext conftest.$ac_ext
10585LIBS=$ac_check_lib_save_LIBS
10586fi
10587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10588$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10589if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10590 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10591else
10592 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10593if test "x$ac_cv_func_dlopen" = xyes; then :
10594 lt_cv_dlopen="dlopen"
10595else
10596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10597$as_echo_n "checking for dlopen in -ldl... " >&6; }
10598if ${ac_cv_lib_dl_dlopen+:} false; then :
10599 $as_echo_n "(cached) " >&6
10600else
10601 ac_check_lib_save_LIBS=$LIBS
10602LIBS="-ldl $LIBS"
10603cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10604/* end confdefs.h. */
10605
10606/* Override any GCC internal prototype to avoid an error.
10607 Use char because int might match the return type of a GCC
10608 builtin and then its argument prototype would still apply. */
10609#ifdef __cplusplus
10610extern "C"
10611#endif
10612char dlopen ();
10613int
10614main ()
10615{
10616return dlopen ();
10617 ;
10618 return 0;
10619}
10620_ACEOF
10621if ac_fn_c_try_link "$LINENO"; then :
10622 ac_cv_lib_dl_dlopen=yes
10623else
10624 ac_cv_lib_dl_dlopen=no
10625fi
10626rm -f core conftest.err conftest.$ac_objext \
10627 conftest$ac_exeext conftest.$ac_ext
10628LIBS=$ac_check_lib_save_LIBS
10629fi
10630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10631$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10632if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10633 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10634else
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10636$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10637if ${ac_cv_lib_svld_dlopen+:} false; then :
10638 $as_echo_n "(cached) " >&6
10639else
10640 ac_check_lib_save_LIBS=$LIBS
10641LIBS="-lsvld $LIBS"
10642cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10643/* end confdefs.h. */
10644
10645/* Override any GCC internal prototype to avoid an error.
10646 Use char because int might match the return type of a GCC
10647 builtin and then its argument prototype would still apply. */
10648#ifdef __cplusplus
10649extern "C"
10650#endif
10651char dlopen ();
10652int
10653main ()
10654{
10655return dlopen ();
10656 ;
10657 return 0;
10658}
10659_ACEOF
10660if ac_fn_c_try_link "$LINENO"; then :
10661 ac_cv_lib_svld_dlopen=yes
10662else
10663 ac_cv_lib_svld_dlopen=no
10664fi
10665rm -f core conftest.err conftest.$ac_objext \
10666 conftest$ac_exeext conftest.$ac_ext
10667LIBS=$ac_check_lib_save_LIBS
10668fi
10669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10670$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10671if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10672 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10673else
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10675$as_echo_n "checking for dld_link in -ldld... " >&6; }
10676if ${ac_cv_lib_dld_dld_link+:} false; then :
10677 $as_echo_n "(cached) " >&6
10678else
10679 ac_check_lib_save_LIBS=$LIBS
10680LIBS="-ldld $LIBS"
10681cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682/* end confdefs.h. */
10683
10684/* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687#ifdef __cplusplus
10688extern "C"
10689#endif
10690char dld_link ();
10691int
10692main ()
10693{
10694return dld_link ();
10695 ;
10696 return 0;
10697}
10698_ACEOF
10699if ac_fn_c_try_link "$LINENO"; then :
10700 ac_cv_lib_dld_dld_link=yes
10701else
10702 ac_cv_lib_dld_dld_link=no
10703fi
10704rm -f core conftest.err conftest.$ac_objext \
10705 conftest$ac_exeext conftest.$ac_ext
10706LIBS=$ac_check_lib_save_LIBS
10707fi
10708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10709$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10710if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10711 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10712fi
10713
10714
10715fi
10716
10717
10718fi
10719
10720
10721fi
10722
10723
10724fi
10725
10726
10727fi
10728
10729 ;;
10730 esac
10731
10732 if test "x$lt_cv_dlopen" != xno; then
10733 enable_dlopen=yes
10734 else
10735 enable_dlopen=no
10736 fi
10737
10738 case $lt_cv_dlopen in
10739 dlopen)
10740 save_CPPFLAGS="$CPPFLAGS"
10741 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10742
10743 save_LDFLAGS="$LDFLAGS"
10744 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10745
10746 save_LIBS="$LIBS"
10747 LIBS="$lt_cv_dlopen_libs $LIBS"
10748
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10750$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10751if ${lt_cv_dlopen_self+:} false; then :
10752 $as_echo_n "(cached) " >&6
10753else
10754 if test "$cross_compiling" = yes; then :
10755 lt_cv_dlopen_self=cross
10756else
10757 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10758 lt_status=$lt_dlunknown
10759 cat > conftest.$ac_ext <<_LT_EOF
10760#line 10760 "configure"
10761#include "confdefs.h"
10762
10763#if HAVE_DLFCN_H
10764#include <dlfcn.h>
10765#endif
10766
10767#include <stdio.h>
10768
10769#ifdef RTLD_GLOBAL
10770# define LT_DLGLOBAL RTLD_GLOBAL
10771#else
10772# ifdef DL_GLOBAL
10773# define LT_DLGLOBAL DL_GLOBAL
10774# else
10775# define LT_DLGLOBAL 0
10776# endif
10777#endif
10778
10779/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10780 find out it does not work in some platform. */
10781#ifndef LT_DLLAZY_OR_NOW
10782# ifdef RTLD_LAZY
10783# define LT_DLLAZY_OR_NOW RTLD_LAZY
10784# else
10785# ifdef DL_LAZY
10786# define LT_DLLAZY_OR_NOW DL_LAZY
10787# else
10788# ifdef RTLD_NOW
10789# define LT_DLLAZY_OR_NOW RTLD_NOW
10790# else
10791# ifdef DL_NOW
10792# define LT_DLLAZY_OR_NOW DL_NOW
10793# else
10794# define LT_DLLAZY_OR_NOW 0
10795# endif
10796# endif
10797# endif
10798# endif
10799#endif
10800
10801/* When -fvisbility=hidden is used, assume the code has been annotated
10802 correspondingly for the symbols needed. */
10803#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10804void fnord () __attribute__((visibility("default")));
10805#endif
10806
10807void fnord () { int i=42; }
10808int main ()
10809{
10810 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10811 int status = $lt_dlunknown;
10812
10813 if (self)
10814 {
10815 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10816 else
10817 {
10818 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10819 else puts (dlerror ());
10820 }
10821 /* dlclose (self); */
10822 }
10823 else
10824 puts (dlerror ());
10825
10826 return status;
10827}
10828_LT_EOF
10829 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10830 (eval $ac_link) 2>&5
10831 ac_status=$?
10832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10833 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10834 (./conftest; exit; ) >&5 2>/dev/null
10835 lt_status=$?
10836 case x$lt_status in
10837 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10838 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10839 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10840 esac
10841 else :
10842 # compilation failed
10843 lt_cv_dlopen_self=no
10844 fi
10845fi
10846rm -fr conftest*
10847
10848
10849fi
10850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10851$as_echo "$lt_cv_dlopen_self" >&6; }
10852
10853 if test "x$lt_cv_dlopen_self" = xyes; then
10854 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10856$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10857if ${lt_cv_dlopen_self_static+:} false; then :
10858 $as_echo_n "(cached) " >&6
10859else
10860 if test "$cross_compiling" = yes; then :
10861 lt_cv_dlopen_self_static=cross
10862else
10863 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10864 lt_status=$lt_dlunknown
10865 cat > conftest.$ac_ext <<_LT_EOF
10866#line 10866 "configure"
10867#include "confdefs.h"
10868
10869#if HAVE_DLFCN_H
10870#include <dlfcn.h>
10871#endif
10872
10873#include <stdio.h>
10874
10875#ifdef RTLD_GLOBAL
10876# define LT_DLGLOBAL RTLD_GLOBAL
10877#else
10878# ifdef DL_GLOBAL
10879# define LT_DLGLOBAL DL_GLOBAL
10880# else
10881# define LT_DLGLOBAL 0
10882# endif
10883#endif
10884
10885/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10886 find out it does not work in some platform. */
10887#ifndef LT_DLLAZY_OR_NOW
10888# ifdef RTLD_LAZY
10889# define LT_DLLAZY_OR_NOW RTLD_LAZY
10890# else
10891# ifdef DL_LAZY
10892# define LT_DLLAZY_OR_NOW DL_LAZY
10893# else
10894# ifdef RTLD_NOW
10895# define LT_DLLAZY_OR_NOW RTLD_NOW
10896# else
10897# ifdef DL_NOW
10898# define LT_DLLAZY_OR_NOW DL_NOW
10899# else
10900# define LT_DLLAZY_OR_NOW 0
10901# endif
10902# endif
10903# endif
10904# endif
10905#endif
10906
10907/* When -fvisbility=hidden is used, assume the code has been annotated
10908 correspondingly for the symbols needed. */
10909#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10910void fnord () __attribute__((visibility("default")));
10911#endif
10912
10913void fnord () { int i=42; }
10914int main ()
10915{
10916 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10917 int status = $lt_dlunknown;
10918
10919 if (self)
10920 {
10921 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10922 else
10923 {
10924 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10925 else puts (dlerror ());
10926 }
10927 /* dlclose (self); */
10928 }
10929 else
10930 puts (dlerror ());
10931
10932 return status;
10933}
10934_LT_EOF
10935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10936 (eval $ac_link) 2>&5
10937 ac_status=$?
10938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10939 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10940 (./conftest; exit; ) >&5 2>/dev/null
10941 lt_status=$?
10942 case x$lt_status in
10943 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10944 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10945 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10946 esac
10947 else :
10948 # compilation failed
10949 lt_cv_dlopen_self_static=no
10950 fi
10951fi
10952rm -fr conftest*
10953
10954
10955fi
10956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10957$as_echo "$lt_cv_dlopen_self_static" >&6; }
10958 fi
10959
10960 CPPFLAGS="$save_CPPFLAGS"
10961 LDFLAGS="$save_LDFLAGS"
10962 LIBS="$save_LIBS"
10963 ;;
10964 esac
10965
10966 case $lt_cv_dlopen_self in
10967 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10968 *) enable_dlopen_self=unknown ;;
10969 esac
10970
10971 case $lt_cv_dlopen_self_static in
10972 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10973 *) enable_dlopen_self_static=unknown ;;
10974 esac
10975fi
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993striplib=
10994old_striplib=
10995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10996$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10997if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10998 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10999 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11001$as_echo "yes" >&6; }
11002else
11003# FIXME - insert some real tests, host_os isn't really good enough
11004 case $host_os in
11005 darwin*)
11006 if test -n "$STRIP" ; then
11007 striplib="$STRIP -x"
11008 old_striplib="$STRIP -S"
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11010$as_echo "yes" >&6; }
11011 else
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11013$as_echo "no" >&6; }
11014 fi
11015 ;;
11016 *)
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11018$as_echo "no" >&6; }
11019 ;;
11020 esac
11021fi
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034 # Report which library types will actually be built
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11036$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11038$as_echo "$can_build_shared" >&6; }
11039
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11041$as_echo_n "checking whether to build shared libraries... " >&6; }
11042 test "$can_build_shared" = "no" && enable_shared=no
11043
11044 # On AIX, shared libraries and static libraries use the same namespace, and
11045 # are all built from PIC.
11046 case $host_os in
11047 aix3*)
11048 test "$enable_shared" = yes && enable_static=no
11049 if test -n "$RANLIB"; then
11050 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11051 postinstall_cmds='$RANLIB $lib'
11052 fi
11053 ;;
11054
11055 aix[4-9]*)
11056 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11057 test "$enable_shared" = yes && enable_static=no
11058 fi
11059 ;;
11060 esac
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11062$as_echo "$enable_shared" >&6; }
11063
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11065$as_echo_n "checking whether to build static libraries... " >&6; }
11066 # Make sure either enable_shared or enable_static is yes.
11067 test "$enable_shared" = yes || enable_static=yes
11068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11069$as_echo "$enable_static" >&6; }
11070
11071
11072
11073
11074fi
11075ac_ext=c
11076ac_cpp='$CPP $CPPFLAGS'
11077ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11078ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11079ac_compiler_gnu=$ac_cv_c_compiler_gnu
11080
11081CC="$lt_save_CC"
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095 ac_config_commands="$ac_config_commands libtool"
11096
11097
11098
11099
11100# Only expand once:
11101
11102
11103
11104# The tests for host and target for $enable_largefile require
11105# canonical names.
11106
11107
11108
11109# As the $enable_largefile decision depends on --enable-plugins we must set it
11110# even in directories otherwise not depending on the $plugins option.
11111
11112
11113 maybe_plugins=no
11114 for ac_header in dlfcn.h
11115do :
11116 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11117"
11118if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11119 cat >>confdefs.h <<_ACEOF
11120#define HAVE_DLFCN_H 1
11121_ACEOF
11122 maybe_plugins=yes
11123fi
11124
11125done
11126
11127 for ac_header in windows.h
11128do :
11129 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11130"
11131if test "x$ac_cv_header_windows_h" = xyes; then :
11132 cat >>confdefs.h <<_ACEOF
11133#define HAVE_WINDOWS_H 1
11134_ACEOF
11135 maybe_plugins=yes
11136fi
11137
11138done
11139
11140
11141 # Check whether --enable-plugins was given.
11142if test "${enable_plugins+set}" = set; then :
11143 enableval=$enable_plugins; case "${enableval}" in
11144 no) plugins=no ;;
11145 *) plugins=yes
11146 if test "$maybe_plugins" != "yes" ; then
11147 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11148 fi ;;
11149 esac
11150else
11151 plugins=$maybe_plugins
11152
11153fi
11154
11155 if test "$plugins" = "yes"; then
11156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11157$as_echo_n "checking for library containing dlsym... " >&6; }
11158if ${ac_cv_search_dlsym+:} false; then :
11159 $as_echo_n "(cached) " >&6
11160else
11161 ac_func_search_save_LIBS=$LIBS
11162cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11163/* end confdefs.h. */
11164
11165/* Override any GCC internal prototype to avoid an error.
11166 Use char because int might match the return type of a GCC
11167 builtin and then its argument prototype would still apply. */
11168#ifdef __cplusplus
11169extern "C"
11170#endif
11171char dlsym ();
11172int
11173main ()
11174{
11175return dlsym ();
11176 ;
11177 return 0;
11178}
11179_ACEOF
11180for ac_lib in '' dl; do
11181 if test -z "$ac_lib"; then
11182 ac_res="none required"
11183 else
11184 ac_res=-l$ac_lib
11185 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11186 fi
11187 if ac_fn_c_try_link "$LINENO"; then :
11188 ac_cv_search_dlsym=$ac_res
11189fi
11190rm -f core conftest.err conftest.$ac_objext \
11191 conftest$ac_exeext
11192 if ${ac_cv_search_dlsym+:} false; then :
11193 break
11194fi
11195done
11196if ${ac_cv_search_dlsym+:} false; then :
11197
11198else
11199 ac_cv_search_dlsym=no
11200fi
11201rm conftest.$ac_ext
11202LIBS=$ac_func_search_save_LIBS
11203fi
11204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11205$as_echo "$ac_cv_search_dlsym" >&6; }
11206ac_res=$ac_cv_search_dlsym
11207if test "$ac_res" != no; then :
11208 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11209
11210fi
11211
11212 fi
11213
11214
11215case "${host}" in
11216 sparc-*-solaris*|i?86-*-solaris*)
11217 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11218 # were mutually exclusive until Solaris 11.3. Without procfs support,
11219 # the bfd/ elf module cannot provide certain routines such as
11220 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11221 # explicitly requested large-file support through the
11222 # --enable-largefile switch, disable large-file support in favor of
11223 # procfs support.
11224 #
11225 # Check if <sys/procfs.h> is incompatible with large-file support.
11226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11227/* end confdefs.h. */
11228#define _FILE_OFFSET_BITS 64
11229#define _STRUCTURED_PROC 1
11230#include <sys/procfs.h>
11231int
11232main ()
11233{
11234
11235 ;
11236 return 0;
11237}
11238_ACEOF
11239if ac_fn_c_try_compile "$LINENO"; then :
11240 acx_cv_procfs_lfs=yes
11241else
11242 acx_cv_procfs_lfs=no
11243fi
11244rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11245 #
11246 # Forcefully disable large-file support only if necessary, gdb is in
11247 # tree and enabled.
11248 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11249 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11250 : ${enable_largefile="no"}
11251 if test "$plugins" = yes; then
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11253plugin support disabled; require large-file support which is incompatible with GDB." >&5
11254$as_echo "$as_me: WARNING:
11255plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11256 plugins=no
11257 fi
11258 fi
11259 #
11260 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11261 # benefit of g++ 9+ which predefines it on Solaris.
11262 if test "$enable_largefile" = no; then
11263 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11264
11265 fi
11266 ;;
11267esac
11268
11269# Check whether --enable-largefile was given.
11270if test "${enable_largefile+set}" = set; then :
11271 enableval=$enable_largefile;
11272fi
11273
11274if test "$enable_largefile" != no; then
11275
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11277$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11278if ${ac_cv_sys_largefile_CC+:} false; then :
11279 $as_echo_n "(cached) " >&6
11280else
11281 ac_cv_sys_largefile_CC=no
11282 if test "$GCC" != yes; then
11283 ac_save_CC=$CC
11284 while :; do
11285 # IRIX 6.2 and later do not support large files by default,
11286 # so use the C compiler's -n32 option if that helps.
11287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11288/* end confdefs.h. */
11289#include <sys/types.h>
11290 /* Check that off_t can represent 2**63 - 1 correctly.
11291 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11292 since some C++ compilers masquerading as C compilers
11293 incorrectly reject 9223372036854775807. */
11294#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11295 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11296 && LARGE_OFF_T % 2147483647 == 1)
11297 ? 1 : -1];
11298int
11299main ()
11300{
11301
11302 ;
11303 return 0;
11304}
11305_ACEOF
11306 if ac_fn_c_try_compile "$LINENO"; then :
11307 break
11308fi
11309rm -f core conftest.err conftest.$ac_objext
11310 CC="$CC -n32"
11311 if ac_fn_c_try_compile "$LINENO"; then :
11312 ac_cv_sys_largefile_CC=' -n32'; break
11313fi
11314rm -f core conftest.err conftest.$ac_objext
11315 break
11316 done
11317 CC=$ac_save_CC
11318 rm -f conftest.$ac_ext
11319 fi
11320fi
11321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11322$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11323 if test "$ac_cv_sys_largefile_CC" != no; then
11324 CC=$CC$ac_cv_sys_largefile_CC
11325 fi
11326
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11328$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11329if ${ac_cv_sys_file_offset_bits+:} false; then :
11330 $as_echo_n "(cached) " >&6
11331else
11332 while :; do
11333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11334/* end confdefs.h. */
11335#include <sys/types.h>
11336 /* Check that off_t can represent 2**63 - 1 correctly.
11337 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11338 since some C++ compilers masquerading as C compilers
11339 incorrectly reject 9223372036854775807. */
11340#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11341 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11342 && LARGE_OFF_T % 2147483647 == 1)
11343 ? 1 : -1];
11344int
11345main ()
11346{
11347
11348 ;
11349 return 0;
11350}
11351_ACEOF
11352if ac_fn_c_try_compile "$LINENO"; then :
11353 ac_cv_sys_file_offset_bits=no; break
11354fi
11355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11357/* end confdefs.h. */
11358#define _FILE_OFFSET_BITS 64
11359#include <sys/types.h>
11360 /* Check that off_t can represent 2**63 - 1 correctly.
11361 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11362 since some C++ compilers masquerading as C compilers
11363 incorrectly reject 9223372036854775807. */
11364#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11365 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11366 && LARGE_OFF_T % 2147483647 == 1)
11367 ? 1 : -1];
11368int
11369main ()
11370{
11371
11372 ;
11373 return 0;
11374}
11375_ACEOF
11376if ac_fn_c_try_compile "$LINENO"; then :
11377 ac_cv_sys_file_offset_bits=64; break
11378fi
11379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11380 ac_cv_sys_file_offset_bits=unknown
11381 break
11382done
11383fi
11384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11385$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11386case $ac_cv_sys_file_offset_bits in #(
11387 no | unknown) ;;
11388 *)
11389cat >>confdefs.h <<_ACEOF
11390#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11391_ACEOF
11392;;
11393esac
11394rm -rf conftest*
11395 if test $ac_cv_sys_file_offset_bits = unknown; then
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11397$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11398if ${ac_cv_sys_large_files+:} false; then :
11399 $as_echo_n "(cached) " >&6
11400else
11401 while :; do
11402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11403/* end confdefs.h. */
11404#include <sys/types.h>
11405 /* Check that off_t can represent 2**63 - 1 correctly.
11406 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11407 since some C++ compilers masquerading as C compilers
11408 incorrectly reject 9223372036854775807. */
11409#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11410 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11411 && LARGE_OFF_T % 2147483647 == 1)
11412 ? 1 : -1];
11413int
11414main ()
11415{
11416
11417 ;
11418 return 0;
11419}
11420_ACEOF
11421if ac_fn_c_try_compile "$LINENO"; then :
11422 ac_cv_sys_large_files=no; break
11423fi
11424rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11426/* end confdefs.h. */
11427#define _LARGE_FILES 1
11428#include <sys/types.h>
11429 /* Check that off_t can represent 2**63 - 1 correctly.
11430 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11431 since some C++ compilers masquerading as C compilers
11432 incorrectly reject 9223372036854775807. */
11433#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11434 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11435 && LARGE_OFF_T % 2147483647 == 1)
11436 ? 1 : -1];
11437int
11438main ()
11439{
11440
11441 ;
11442 return 0;
11443}
11444_ACEOF
11445if ac_fn_c_try_compile "$LINENO"; then :
11446 ac_cv_sys_large_files=1; break
11447fi
11448rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11449 ac_cv_sys_large_files=unknown
11450 break
11451done
11452fi
11453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11454$as_echo "$ac_cv_sys_large_files" >&6; }
11455case $ac_cv_sys_large_files in #(
11456 no | unknown) ;;
11457 *)
11458cat >>confdefs.h <<_ACEOF
11459#define _LARGE_FILES $ac_cv_sys_large_files
11460_ACEOF
11461;;
11462esac
11463rm -rf conftest*
11464 fi
11465
11466
11467fi
11468
11469
11470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11471$as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11472if ${gcc_cv_prog_cmp_skip+:} false; then :
11473 $as_echo_n "(cached) " >&6
11474else
11475 echo abfoo >t1
11476 echo cdfoo >t2
11477 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11478 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11479 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11480 :
11481 else
11482 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11483 fi
11484 fi
11485 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11486 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11487 :
11488 else
11489 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11490 fi
11491 fi
11492 rm t1 t2
11493
11494fi
11495{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11496$as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11497do_compare="$gcc_cv_prog_cmp_skip"
11498
11499
11500
11501# Check whether --enable-targets was given.
11502if test "${enable_targets+set}" = set; then :
11503 enableval=$enable_targets; case "${enableval}" in
11504 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11505 ;;
11506 no) enable_targets= ;;
11507 *) enable_targets=$enableval ;;
11508esac
11509fi
11510
11511ac_checking=
11512. ${srcdir}/../bfd/development.sh
11513test "$development" = true && ac_checking=yes
11514# Check whether --enable-checking was given.
11515if test "${enable_checking+set}" = set; then :
11516 enableval=$enable_checking; case "${enableval}" in
11517 no|none) ac_checking= ;;
11518 *) ac_checking=yes ;;
11519esac
11520fi
11521if test x$ac_checking != x ; then
11522
11523$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11524
11525fi
11526
11527# PR gas/19109
11528# Decide the default method for compressing debug sections.
11529ac_default_compressed_debug_sections=unset
11530# Provide a configure time option to override our default.
11531# Check whether --enable-compressed_debug_sections was given.
11532if test "${enable_compressed_debug_sections+set}" = set; then :
11533 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11534 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11535 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11536 *) ac_default_compressed_debug_sections=unset ;;
11537esac
11538fi
11539
11540# Select default compression algorithm.
11541ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_GABI_ZLIB
11542# Check whether --enable-default_compressed_debug_sections_algorithm was given.
11543if test "${enable_default_compressed_debug_sections_algorithm+set}" = set; then :
11544 enableval=$enable_default_compressed_debug_sections_algorithm; case "${enableval}" in
11545 zstd) ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_ZSTD ;;
11546esac
11547fi
11548
11549# PR gas/19520
11550# Decide if x86 assembler should generate relax relocations.
11551ac_default_x86_relax_relocations=unset
11552# Provide a configure time option to override our default.
11553# Check whether --enable-x86_relax_relocations was given.
11554if test "${enable_x86_relax_relocations+set}" = set; then :
11555 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11556 no) ac_default_x86_relax_relocations=0 ;;
11557esac
11558fi
11559
11560# Decide if ELF assembler should generate common symbols with the
11561# STT_COMMON type.
11562ac_default_elf_stt_common=unset
11563# Provide a configure time option to override our default.
11564# Check whether --enable-elf_stt_common was given.
11565if test "${enable_elf_stt_common+set}" = set; then :
11566 enableval=$enable_elf_stt_common; case "${enableval}" in
11567 yes) ac_default_elf_stt_common=1 ;;
11568esac
11569fi
11570
11571
11572# Decide if the ELF assembler should default to generating
11573# GNU Build notes if none are provided by the input.
11574ac_default_generate_build_notes=0
11575# Provide a configuration option to override the default.
11576# Check whether --enable-generate_build_notes was given.
11577if test "${enable_generate_build_notes+set}" = set; then :
11578 enableval=$enable_generate_build_notes; case "${enableval}" in
11579 yes) ac_default_generate_build_notes=1 ;;
11580 no) ac_default_generate_build_notes=0 ;;
11581esac
11582fi
11583
11584# Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11585# LLSC errata.
11586ac_default_mips_fix_loongson3_llsc=unset
11587# Provide a configuration option to override the default.
11588# Check whether --enable-mips-fix-loongson3-llsc was given.
11589if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11590 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11591 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11592 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11593esac
11594fi
11595
11596# Decide if the x86 ELF assembler should default to generating GNU x86
11597# used ISA and feature properties.
11598ac_default_generate_x86_used_note=unset
11599# Provide a configuration option to override the default.
11600# Check whether --enable-x86-used-note was given.
11601if test "${enable_x86_used_note+set}" = set; then :
11602 enableval=$enable_x86_used_note; case "${enableval}" in
11603 yes) ac_default_generate_x86_used_note=1 ;;
11604 no) ac_default_generate_x86_used_note=0 ;;
11605esac
11606fi
11607
11608# Decide if the RISC-V ELF assembler should default to generating attribute.
11609ac_default_generate_riscv_attr=unset
11610# Provide a configuration option to override the default.
11611# Check whether --enable-default-riscv-attribute was given.
11612if test "${enable_default_riscv_attribute+set}" = set; then :
11613 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11614 yes) ac_default_generate_riscv_attr=1 ;;
11615 no) ac_default_generate_riscv_attr=0 ;;
11616esac
11617fi
11618
11619using_cgen=no
11620
11621
11622# Set the 'development' global.
11623. $srcdir/../bfd/development.sh
11624
11625# Set acp_cpp_for_build variable
11626ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11627
11628# Default set of GCC warnings to enable.
11629GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11630GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11631
11632# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11634/* end confdefs.h. */
11635__GNUC__
11636_ACEOF
11637if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11638 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11639
11640else
11641 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11642fi
11643rm -f conftest*
11644
11645
11646# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11648/* end confdefs.h. */
11649__GNUC__
11650_ACEOF
11651if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11652 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11653
11654else
11655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11656/* end confdefs.h. */
11657__clang__
11658_ACEOF
11659if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11660 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11661 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11662fi
11663rm -f conftest*
11664
11665fi
11666rm -f conftest*
11667
11668
11669# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11670WARN_WRITE_STRINGS=""
11671cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11672/* end confdefs.h. */
11673__GNUC__
11674_ACEOF
11675if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11676 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11677
11678else
11679 WARN_WRITE_STRINGS="-Wwrite-strings"
11680fi
11681rm -f conftest*
11682
11683
11684# Verify CC_FOR_BUILD to be compatible with warning flags
11685
11686# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11687cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11688/* end confdefs.h. */
11689__GNUC__
11690_ACEOF
11691if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11692 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11693
11694else
11695 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11696fi
11697rm -f conftest*
11698
11699
11700# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11701cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11702/* end confdefs.h. */
11703__GNUC__
11704_ACEOF
11705if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11706 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11707
11708else
11709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11710/* end confdefs.h. */
11711__clang__
11712_ACEOF
11713if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11714 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11715 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11716fi
11717rm -f conftest*
11718
11719fi
11720rm -f conftest*
11721
11722
11723# Check whether --enable-werror was given.
11724if test "${enable_werror+set}" = set; then :
11725 enableval=$enable_werror; case "${enableval}" in
11726 yes | y) ERROR_ON_WARNING="yes" ;;
11727 no | n) ERROR_ON_WARNING="no" ;;
11728 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11729 esac
11730fi
11731
11732
11733# Disable -Wformat by default when using gcc on mingw
11734case "${host}" in
11735 *-*-mingw32*)
11736 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11737 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11738 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11739 fi
11740 ;;
11741 *) ;;
11742esac
11743
11744# Enable -Werror by default when using gcc. Turn it off for releases.
11745if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11746 ERROR_ON_WARNING=yes
11747fi
11748
11749NO_WERROR=
11750if test "${ERROR_ON_WARNING}" = yes ; then
11751 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11752 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11753 NO_WERROR="-Wno-error"
11754fi
11755
11756if test "${GCC}" = yes ; then
11757 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11758 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11759fi
11760
11761# Check whether --enable-build-warnings was given.
11762if test "${enable_build_warnings+set}" = set; then :
11763 enableval=$enable_build_warnings; case "${enableval}" in
11764 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11765 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11766 no) if test "${GCC}" = yes ; then
11767 WARN_CFLAGS="-w"
11768 WARN_CFLAGS_FOR_BUILD="-w"
11769 fi;;
11770 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11771 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11772 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11773 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11774 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11775 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11776 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11777 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11778esac
11779fi
11780
11781
11782if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11783 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11784fi
11785
11786
11787
11788
11789
11790
11791
11792# Generate a header file
11793ac_config_headers="$ac_config_headers config.h:config.in"
11794
11795
11796
11797# Check whether --with-cpu was given.
11798if test "${with_cpu+set}" = set; then :
11799 withval=$with_cpu;
11800cat >>confdefs.h <<_ACEOF
11801#define TARGET_WITH_CPU "${with_cpu}"
11802_ACEOF
11803
11804fi
11805
11806
11807# PR 14072
11808
11809
11810# If we are on a DOS filesystem, we must use gdb.ini rather than
11811# .gdbinit.
11812case "${host}" in
11813 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11814 GDBINIT="gdb.ini"
11815 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11816
11817 ;;
11818 *)
11819 GDBINIT=".gdbinit"
11820 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11821
11822 ;;
11823esac
11824
11825
11826#We need this for the host.
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11828$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11829if ${ac_cv_c_bigendian+:} false; then :
11830 $as_echo_n "(cached) " >&6
11831else
11832 ac_cv_c_bigendian=unknown
11833 # See if we're dealing with a universal compiler.
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835/* end confdefs.h. */
11836#ifndef __APPLE_CC__
11837 not a universal capable compiler
11838 #endif
11839 typedef int dummy;
11840
11841_ACEOF
11842if ac_fn_c_try_compile "$LINENO"; then :
11843
11844 # Check for potential -arch flags. It is not universal unless
11845 # there are at least two -arch flags with different values.
11846 ac_arch=
11847 ac_prev=
11848 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11849 if test -n "$ac_prev"; then
11850 case $ac_word in
11851 i?86 | x86_64 | ppc | ppc64)
11852 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11853 ac_arch=$ac_word
11854 else
11855 ac_cv_c_bigendian=universal
11856 break
11857 fi
11858 ;;
11859 esac
11860 ac_prev=
11861 elif test "x$ac_word" = "x-arch"; then
11862 ac_prev=arch
11863 fi
11864 done
11865fi
11866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11867 if test $ac_cv_c_bigendian = unknown; then
11868 # See if sys/param.h defines the BYTE_ORDER macro.
11869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11870/* end confdefs.h. */
11871#include <sys/types.h>
11872 #include <sys/param.h>
11873
11874int
11875main ()
11876{
11877#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11878 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11879 && LITTLE_ENDIAN)
11880 bogus endian macros
11881 #endif
11882
11883 ;
11884 return 0;
11885}
11886_ACEOF
11887if ac_fn_c_try_compile "$LINENO"; then :
11888 # It does; now see whether it defined to BIG_ENDIAN or not.
11889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11890/* end confdefs.h. */
11891#include <sys/types.h>
11892 #include <sys/param.h>
11893
11894int
11895main ()
11896{
11897#if BYTE_ORDER != BIG_ENDIAN
11898 not big endian
11899 #endif
11900
11901 ;
11902 return 0;
11903}
11904_ACEOF
11905if ac_fn_c_try_compile "$LINENO"; then :
11906 ac_cv_c_bigendian=yes
11907else
11908 ac_cv_c_bigendian=no
11909fi
11910rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11911fi
11912rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11913 fi
11914 if test $ac_cv_c_bigendian = unknown; then
11915 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11917/* end confdefs.h. */
11918#include <limits.h>
11919
11920int
11921main ()
11922{
11923#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11924 bogus endian macros
11925 #endif
11926
11927 ;
11928 return 0;
11929}
11930_ACEOF
11931if ac_fn_c_try_compile "$LINENO"; then :
11932 # It does; now see whether it defined to _BIG_ENDIAN or not.
11933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11934/* end confdefs.h. */
11935#include <limits.h>
11936
11937int
11938main ()
11939{
11940#ifndef _BIG_ENDIAN
11941 not big endian
11942 #endif
11943
11944 ;
11945 return 0;
11946}
11947_ACEOF
11948if ac_fn_c_try_compile "$LINENO"; then :
11949 ac_cv_c_bigendian=yes
11950else
11951 ac_cv_c_bigendian=no
11952fi
11953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11954fi
11955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 fi
11957 if test $ac_cv_c_bigendian = unknown; then
11958 # Compile a test program.
11959 if test "$cross_compiling" = yes; then :
11960 # Try to guess by grepping values from an object file.
11961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11962/* end confdefs.h. */
11963short int ascii_mm[] =
11964 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11965 short int ascii_ii[] =
11966 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11967 int use_ascii (int i) {
11968 return ascii_mm[i] + ascii_ii[i];
11969 }
11970 short int ebcdic_ii[] =
11971 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11972 short int ebcdic_mm[] =
11973 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11974 int use_ebcdic (int i) {
11975 return ebcdic_mm[i] + ebcdic_ii[i];
11976 }
11977 extern int foo;
11978
11979int
11980main ()
11981{
11982return use_ascii (foo) == use_ebcdic (foo);
11983 ;
11984 return 0;
11985}
11986_ACEOF
11987if ac_fn_c_try_compile "$LINENO"; then :
11988 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11989 ac_cv_c_bigendian=yes
11990 fi
11991 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11992 if test "$ac_cv_c_bigendian" = unknown; then
11993 ac_cv_c_bigendian=no
11994 else
11995 # finding both strings is unlikely to happen, but who knows?
11996 ac_cv_c_bigendian=unknown
11997 fi
11998 fi
11999fi
12000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12001else
12002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12003/* end confdefs.h. */
12004$ac_includes_default
12005int
12006main ()
12007{
12008
12009 /* Are we little or big endian? From Harbison&Steele. */
12010 union
12011 {
12012 long int l;
12013 char c[sizeof (long int)];
12014 } u;
12015 u.l = 1;
12016 return u.c[sizeof (long int) - 1] == 1;
12017
12018 ;
12019 return 0;
12020}
12021_ACEOF
12022if ac_fn_c_try_run "$LINENO"; then :
12023 ac_cv_c_bigendian=no
12024else
12025 ac_cv_c_bigendian=yes
12026fi
12027rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12028 conftest.$ac_objext conftest.beam conftest.$ac_ext
12029fi
12030
12031 fi
12032fi
12033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12034$as_echo "$ac_cv_c_bigendian" >&6; }
12035 case $ac_cv_c_bigendian in #(
12036 yes)
12037 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12038;; #(
12039 no)
12040 ;; #(
12041 universal)
12042
12043$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12044
12045 ;; #(
12046 *)
12047 as_fn_error $? "unknown endianness
12048 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12049 esac
12050
12051
12052te_file=generic
12053
12054# Makefile target for installing gas in $(tooldir)/bin.
12055install_tooldir=install-exec-tooldir
12056
12057canon_targets=""
12058all_targets=no
12059if test -n "$enable_targets" ; then
12060 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12061 if test $t = "all"; then
12062 all_targets=yes
12063 continue
12064 fi
12065 result=`$ac_config_sub $t 2>/dev/null`
12066 if test -n "$result" ; then
12067 canon_targets="$canon_targets $result"
12068# else
12069# # Permit "all", etc. We don't support it yet though.
12070# canon_targets="$canon_targets $t"
12071 fi
12072 done
12073 _gas_uniq_list="$canon_targets"
12074_gas_uniq_newlist=""
12075for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12076 case $_gas_uniq_i in
12077 _gas_uniq_dummy) ;;
12078 *) case " $_gas_uniq_newlist " in
12079 *" $_gas_uniq_i "*) ;;
12080 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12081 esac ;;
12082 esac
12083done
12084canon_targets=$_gas_uniq_newlist
12085
12086fi
12087
12088emulations=""
12089
12090for this_target in $target $canon_targets ; do
12091
12092 targ=${this_target}
12093 . ${srcdir}/configure.tgt
12094
12095 case ${target_cpu} in
12096 crisv32)
12097
12098cat >>confdefs.h <<_ACEOF
12099#define DEFAULT_CRIS_ARCH $arch
12100_ACEOF
12101
12102 ;;
12103 esac
12104
12105 if test ${this_target} = $target ; then
12106 target_cpu_type=${cpu_type}
12107 elif test ${target_cpu_type} != ${cpu_type} ; then
12108 continue
12109 fi
12110
12111 generic_target=${cpu_type}-${target_vendor}-${target_os}
12112 case ${generic_target} in
12113 i386-*-msdosdjgpp* \
12114 | i386-*-go32*)
12115
12116$as_echo "#define STRICTCOFF 1" >>confdefs.h
12117
12118 ;;
12119
12120 i386-*-linux-* | x86_64-*-linux-*)
12121 if test ${this_target} = $target \
12122 && test ${ac_default_generate_x86_used_note} = unset; then
12123 ac_default_generate_x86_used_note=1
12124 fi
12125 ;;
12126
12127 i386-*-solaris2 \
12128 | x86_64-*-solaris2 \
12129 | i386-*-solaris2.[0-9] \
12130 | i386-*-solaris2.1[01] \
12131 | x86_64-*-solaris2.1[01])
12132 if test ${this_target} = $target \
12133 && test ${ac_default_x86_relax_relocations} = unset; then
12134 ac_default_x86_relax_relocations=0
12135 fi
12136 ;;
12137
12138 microblaze*)
12139 ;;
12140
12141 ppc-*-aix5.[01]*)
12142 ;;
12143 ppc-*-aix[5-9].*)
12144
12145$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12146
12147 ;;
12148 ppc-*-solaris*)
12149 if test ${this_target} = $target; then
12150
12151$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12152
12153 fi
12154 if test x${endian} = xbig; then
12155 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12156 fi
12157 ;;
12158 esac
12159
12160 if test ${this_target} = $target ; then
12161 endian_def=
12162 if test x${endian} = xbig; then
12163 endian_def=1
12164 elif test x${endian} = xlittle; then
12165 endian_def=0
12166 fi
12167 if test x${endian_def} != x; then
12168
12169cat >>confdefs.h <<_ACEOF
12170#define TARGET_BYTES_BIG_ENDIAN $endian_def
12171_ACEOF
12172
12173 fi
12174 fi
12175
12176# Other random stuff.
12177
12178 case ${cpu_type} in
12179 mips)
12180 # Set mips_cpu to the name of the default CPU.
12181 case ${target_cpu} in
12182 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12183 mips_cpu=from-abi
12184 ;;
12185 mipsisa32 | mipsisa32el)
12186 mips_cpu=mips32
12187 ;;
12188 mipsisa32r2 | mipsisa32r2el)
12189 mips_cpu=mips32r2
12190 ;;
12191 mipsisa32r3 | mipsisa32r3el)
12192 mips_cpu=mips32r3
12193 ;;
12194 mipsisa32r5 | mipsisa32r5el)
12195 mips_cpu=mips32r5
12196 ;;
12197 mipsisa32r6 | mipsisa32r6el)
12198 mips_cpu=mips32r6
12199 ;;
12200 mipsisa64 | mipsisa64el)
12201 mips_cpu=mips64
12202 ;;
12203 mipsisa64r2 | mipsisa64r2el)
12204 mips_cpu=mips64r2
12205 ;;
12206 mipsisa64r3 | mipsisa64r3el)
12207 mips_cpu=mips64r3
12208 ;;
12209 mipsisa64r5 | mipsisa64r5el)
12210 mips_cpu=mips64r5
12211 ;;
12212 mipsisa64r6 | mipsisa64r6el)
12213 mips_cpu=mips64r6
12214 ;;
12215 mipstx39 | mipstx39el)
12216 mips_cpu=r3900
12217 ;;
12218 mips64vr | mips64vrel)
12219 mips_cpu=vr4100
12220 ;;
12221 mipsisa32r2* | mipsisa64r2*)
12222 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12223 ;;
12224 mipsisa32r6* | mipsisa64r6*)
12225 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12226 ;;
12227 mips64* | mipsisa64* | mipsisa32*)
12228 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12229 ;;
12230 mips*)
12231 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12232 ;;
12233 *)
12234 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12235 ;;
12236 esac
12237 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12238 # binaries. It's a GNU extension that some OSes don't understand.
12239 case ${target} in
12240 *-*-irix*)
12241 use_e_mips_abi_o32=0
12242 ;;
12243 *)
12244 use_e_mips_abi_o32=1
12245 ;;
12246 esac
12247 # Decide whether to generate 32-bit or 64-bit code by default.
12248 # Used to resolve -march=from-abi when an embedded ABI is selected.
12249 case ${target} in
12250 mips64*-*-* | mipsisa64*-*-*)
12251 mips_default_64bit=1
12252 ;;
12253 *)
12254 mips_default_64bit=0
12255 ;;
12256 esac
12257 # Decide which ABI to target by default.
12258 case ${target} in
12259 mips64*-openbsd* | mips64*-linux-gnuabi64)
12260 mips_default_abi=N64_ABI
12261 ;;
12262 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12263 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12264 mips_default_abi=N32_ABI
12265 ;;
12266 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12267 mips_default_abi=O32_ABI
12268 ;;
12269 *)
12270 mips_default_abi=NO_ABI
12271 ;;
12272 esac
12273
12274cat >>confdefs.h <<_ACEOF
12275#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12276_ACEOF
12277
12278
12279cat >>confdefs.h <<_ACEOF
12280#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12281_ACEOF
12282
12283
12284cat >>confdefs.h <<_ACEOF
12285#define MIPS_DEFAULT_64BIT $mips_default_64bit
12286_ACEOF
12287
12288
12289cat >>confdefs.h <<_ACEOF
12290#define MIPS_DEFAULT_ABI $mips_default_abi
12291_ACEOF
12292
12293 ;;
12294 esac
12295
12296 # Do we need the opcodes library?
12297 case ${cpu_type} in
12298 vax | tic30 | i386 | arm)
12299 ;;
12300
12301 *)
12302 need_opcodes=yes
12303
12304 case "${enable_shared}" in
12305 yes) shared_opcodes=true ;;
12306 *opcodes*) shared_opcodes=true ;;
12307 *) shared_opcodes=false ;;
12308 esac
12309 ;;
12310 esac
12311
12312 # Any other special object files needed ?
12313 case ${cpu_type} in
12314
12315 bfin)
12316 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12317 case " $extra_objects " in
12318 *" $f "*) ;;
12319 *) extra_objects="$extra_objects $f" ;;
12320 esac
12321 done
12322 ;;
12323
12324 bpf)
12325 if test $this_target = $target ; then
12326
12327cat >>confdefs.h <<_ACEOF
12328#define DEFAULT_ARCH "${arch}"
12329_ACEOF
12330
12331 fi
12332 ;;
12333 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12334 using_cgen=yes
12335 ;;
12336
12337 loongarch)
12338 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12339 case " $extra_objects " in
12340 *" $f "*) ;;
12341 *) extra_objects="$extra_objects $f" ;;
12342 esac
12343 done
12344 # --target=loongarch[32|64]-*-*. */
12345 if test $this_target = $target ; then
12346
12347cat >>confdefs.h <<_ACEOF
12348#define DEFAULT_ARCH "${arch}"
12349_ACEOF
12350
12351 fi
12352 ;;
12353
12354 m32c)
12355 using_cgen=yes
12356 ;;
12357 frv)
12358 using_cgen=yes
12359 ;;
12360 kvx)
12361 for f in config/kvx-parse.o; do
12362 case " $extra_objects " in
12363 *" $f "*) ;;
12364 *) extra_objects="$extra_objects $f" ;;
12365 esac
12366 done
12367 ;;
12368 m68k)
12369 f=config/m68k-parse.o
12370 case " $extra_objects " in
12371 *" $f "*) ;;
12372 *) extra_objects="$extra_objects $f" ;;
12373 esac
12374 ;;
12375
12376 mep)
12377 using_cgen=yes
12378 ;;
12379
12380 mips)
12381 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12382 case " $extra_objects " in
12383 *" $f "*) ;;
12384 *) extra_objects="$extra_objects $f" ;;
12385 esac
12386 done
12387 ;;
12388
12389 mt)
12390 using_cgen=yes
12391 ;;
12392
12393 nds32)
12394 # setup NDS32_LINUX_TOOLCHAIN definition
12395 if test "linux" = $em; then
12396
12397$as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12398
12399 else
12400
12401$as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12402
12403 fi
12404
12405 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12406 # based on arch_name.
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12408$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12409 if test "x${with_arch}" != x; then
12410 case ${with_arch} in
12411 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12412
12413cat >>confdefs.h <<_ACEOF
12414#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12415_ACEOF
12416
12417 ;;
12418 *)
12419 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12420 ;;
12421 esac
12422 fi
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12424$as_echo "$with_arch" >&6; }
12425
12426 # Decide features one by one.
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12428$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12429 if test "x${enable_dx_regs}" = xyes; then
12430
12431$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12432
12433 else
12434
12435$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12436
12437 fi
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12439$as_echo "$enable_dx_regs" >&6; }
12440
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12442$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12443 if test "x${enable_perf_ext}" = xno; then
12444
12445$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12446
12447 else
12448
12449$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12450
12451 fi
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12453$as_echo "$enable_perf_ext" >&6; }
12454
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12456$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12457 if test "x${enable_perf_ext2}" = xno; then
12458
12459$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12460
12461 else
12462
12463$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12464
12465 fi
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12467$as_echo "$enable_perf_ext2" >&6; }
12468
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12470$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12471 if test "x${enable_string_ext}" = xno; then
12472
12473$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12474
12475 else
12476
12477$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12478
12479 fi
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12481$as_echo "$enable_string_ext" >&6; }
12482
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12484$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12485 if test "x${enable_audio_ext}" = xno; then
12486
12487$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12488
12489 else
12490
12491$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12492
12493 fi
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12495$as_echo "$enable_audio_ext" >&6; }
12496
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12498$as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12499 if test "x${enable_dsp_ext}" = xno; then
12500
12501$as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12502
12503 else
12504
12505$as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12506
12507 fi
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12509$as_echo "$enable_dsp_ext" >&6; }
12510
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12512$as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12513 if test "x${enable_zol_ext}" = xno; then
12514
12515$as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12516
12517 else
12518
12519$as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12520
12521 fi
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12523$as_echo "$enable_zol_ext" >&6; }
12524 ;;
12525
12526 aarch64 | i386 | s390 | sparc)
12527 if test $this_target = $target ; then
12528
12529cat >>confdefs.h <<_ACEOF
12530#define DEFAULT_ARCH "${arch}"
12531_ACEOF
12532
12533 fi
12534 ;;
12535
12536 riscv)
12537 # --target=riscv[32|64]-*-*. */
12538 if test $this_target = $target ; then
12539
12540cat >>confdefs.h <<_ACEOF
12541#define DEFAULT_ARCH "${arch}"
12542_ACEOF
12543
12544 fi
12545
12546 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12548$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12549 if test "x${with_arch}" != x; then
12550
12551cat >>confdefs.h <<_ACEOF
12552#define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12553_ACEOF
12554
12555 fi
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12557$as_echo "$with_arch" >&6; }
12558
12559 # --with-isa-spec=[2.2|20190608|20191213].
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12561$as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12562 if test "x${with_isa_spec}" != x; then
12563
12564cat >>confdefs.h <<_ACEOF
12565#define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12566_ACEOF
12567
12568 fi
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12570$as_echo "$with_isa_spec" >&6; }
12571
12572 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12574$as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12575 if test "x${with_priv_spec}" != x; then
12576
12577cat >>confdefs.h <<_ACEOF
12578#define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12579_ACEOF
12580
12581 fi
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12583$as_echo "$with_priv_spec" >&6; }
12584 ;;
12585
12586 rl78)
12587 f=config/rl78-parse.o
12588 case " $extra_objects " in
12589 *" $f "*) ;;
12590 *) extra_objects="$extra_objects $f" ;;
12591 esac
12592 ;;
12593
12594 rx)
12595 f=config/rx-parse.o
12596 case " $extra_objects " in
12597 *" $f "*) ;;
12598 *) extra_objects="$extra_objects $f" ;;
12599 esac
12600 ;;
12601
12602 xstormy16)
12603 using_cgen=yes
12604 ;;
12605
12606 xtensa)
12607 f=config/xtensa-relax.o
12608 case " $extra_objects " in
12609 *" $f "*) ;;
12610 *) extra_objects="$extra_objects $f" ;;
12611 esac
12612 ;;
12613
12614 *)
12615 ;;
12616 esac
12617
12618 if test $using_cgen = yes ; then
12619 f=cgen.o
12620 case " $extra_objects " in
12621 *" $f "*) ;;
12622 *) extra_objects="$extra_objects $f" ;;
12623 esac
12624 fi
12625
12626# See if we really can support this configuration with the emulation code.
12627
12628 if test $this_target = $target ; then
12629 obj_format=$fmt
12630 te_file=$em
12631 fi
12632
12633 case ${te_file} in
12634 vms)
12635 f=config/te-vms.o
12636 case " $extra_objects " in
12637 *" $f "*) ;;
12638 *) extra_objects="$extra_objects $f" ;;
12639 esac ;;
12640 esac
12641
12642# From target name and format, produce a list of supported emulations.
12643
12644 case ${generic_target}-${fmt} in
12645 mips-*-*-*) case "$endian" in
12646 big) emulation="mipsbelf mipslelf mipself" ;;
12647 *) emulation="mipslelf mipsbelf mipself" ;;
12648 esac ;;
12649 # i386-pc-pe-coff != i386-pc-coff.
12650 i386-*-pe-coff) ;;
12651 # Uncommenting the next line will turn on support for i386 AOUT
12652 # for the default linux configuration
12653 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12654 #
12655 i386-*-aout) emulation="i386aout" ;;
12656 i386-*-coff) emulation="i386coff" ;;
12657 i386-*-elf) emulation="i386elf" ;;
12658
12659 # Always all formats. The first stated emulation becomes the default.
12660 cris-*-*aout*) emulation="crisaout criself" ;;
12661 cris-*-*) emulation="criself crisaout" ;;
12662 esac
12663
12664 emulations="$emulations $emulation"
12665
12666done
12667
12668if test ${ac_default_x86_relax_relocations} = unset; then
12669 ac_default_x86_relax_relocations=1
12670fi
12671
12672cat >>confdefs.h <<_ACEOF
12673#define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12674_ACEOF
12675
12676
12677if test ${ac_default_elf_stt_common} = unset; then
12678 ac_default_elf_stt_common=0
12679fi
12680
12681cat >>confdefs.h <<_ACEOF
12682#define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12683_ACEOF
12684
12685
12686
12687cat >>confdefs.h <<_ACEOF
12688#define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12689_ACEOF
12690
12691
12692if test ${ac_default_generate_x86_used_note} = unset; then
12693 ac_default_generate_x86_used_note=0
12694fi
12695
12696cat >>confdefs.h <<_ACEOF
12697#define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12698_ACEOF
12699
12700
12701if test ${ac_default_generate_riscv_attr} = unset; then
12702 ac_default_generate_riscv_attr=1
12703fi
12704
12705
12706cat >>confdefs.h <<_ACEOF
12707#define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12708_ACEOF
12709
12710
12711if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12712 ac_default_mips_fix_loongson3_llsc=0
12713fi
12714
12715cat >>confdefs.h <<_ACEOF
12716#define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12717_ACEOF
12718
12719
12720if test x$ac_default_compressed_debug_sections = xyes ; then
12721
12722$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12723
12724fi
12725
12726
12727cat >>confdefs.h <<_ACEOF
12728#define DEFAULT_COMPRESSED_DEBUG_ALGORITHM $ac_default_compressed_debug_sections_algorithm
12729_ACEOF
12730
12731
12732# Turn on all targets if possible
12733if test ${all_targets} = "yes"; then
12734 case ${target_cpu_type} in
12735 i386)
12736 case ${obj_format} in
12737 aout)
12738 emulations="$emulations i386coff i386elf"
12739 ;;
12740 coff)
12741 emulations="$emulations i386aout i386elf"
12742 ;;
12743 elf)
12744 emulations="$emulations i386aout i386coff"
12745 ;;
12746 esac
12747 ;;
12748 x86_64)
12749 case ${obj_format} in
12750 aout)
12751 emulations="$emulations i386coff i386elf"
12752 ;;
12753 coff)
12754 emulations="$emulations i386aout i386elf"
12755 ;;
12756 elf)
12757 emulations="$emulations i386aout i386coff"
12758 ;;
12759 esac
12760 ;;
12761 esac
12762fi
12763
12764# PE code has way too many macros tweaking behaviour
12765case ${te_file} in
12766 pe*) emulations="" ;;
12767esac
12768
12769# Assign floating point type. Most processors with FP support
12770# IEEE FP. On those that don't support FP at all, usually IEEE
12771# is emulated.
12772case ${target_cpu} in
12773 vax | pdp11 ) atof=vax ;;
12774 *) atof=ieee ;;
12775esac
12776
12777case "${obj_format}" in
12778 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12779esac
12780
12781# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12782cgen_cpu_prefix=""
12783if test $using_cgen = yes ; then
12784 case ${target_cpu} in
12785 or1knd)
12786 cgen_cpu_prefix=or1k ;;
12787 *) cgen_cpu_prefix=${target_cpu} ;;
12788 esac
12789
12790
12791$as_echo "#define USING_CGEN 1" >>confdefs.h
12792
12793fi
12794
12795
12796if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12797 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12798fi
12799
12800if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12801 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12802fi
12803
12804# Some COFF configurations want these random other flags set.
12805case ${obj_format} in
12806 coff)
12807 case ${target_cpu_type} in
12808 i386)
12809$as_echo "#define I386COFF 1" >>confdefs.h
12810 ;;
12811 x86_64)
12812$as_echo "#define I386COFF 1" >>confdefs.h
12813 ;;
12814 esac
12815 ;;
12816esac
12817
12818# Getting this done right is going to be a bitch. Each configuration specified
12819# with --enable-targets=... should be checked for environment, format, cpu
12820# setting.
12821#
12822# For each configuration, the necessary object file support code must be linked
12823# in. This might be only one, it might be up to four. The necessary emulation
12824# code needs to be provided, too.
12825#
12826# And then there's "--enable-targets=all"....
12827#
12828# For now, just always do it for MIPS ELF configurations. Sigh.
12829
12830formats="${obj_format}"
12831emfiles=""
12832EMULATIONS=""
12833_gas_uniq_list="$emulations"
12834_gas_uniq_newlist=""
12835for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12836 case $_gas_uniq_i in
12837 _gas_uniq_dummy) ;;
12838 *) case " $_gas_uniq_newlist " in
12839 *" $_gas_uniq_i "*) ;;
12840 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12841 esac ;;
12842 esac
12843done
12844emulations=$_gas_uniq_newlist
12845
12846for em in . $emulations ; do
12847 case $em in
12848 .) continue ;;
12849 mipsbelf | mipslelf | mipself)
12850 fmt=elf file=mipself ;;
12851 *coff)
12852 fmt=coff file=$em ;;
12853 *aout)
12854 fmt=aout file=$em ;;
12855 *elf)
12856 fmt=elf file=$em ;;
12857 esac
12858 formats="$formats $fmt"
12859 emfiles="$emfiles config/e-$file.o"
12860 EMULATIONS="$EMULATIONS &$em,"
12861done
12862_gas_uniq_list="$formats"
12863_gas_uniq_newlist=""
12864for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12865 case $_gas_uniq_i in
12866 _gas_uniq_dummy) ;;
12867 *) case " $_gas_uniq_newlist " in
12868 *" $_gas_uniq_i "*) ;;
12869 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12870 esac ;;
12871 esac
12872done
12873formats=$_gas_uniq_newlist
12874
12875_gas_uniq_list="$emfiles"
12876_gas_uniq_newlist=""
12877for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12878 case $_gas_uniq_i in
12879 _gas_uniq_dummy) ;;
12880 *) case " $_gas_uniq_newlist " in
12881 *" $_gas_uniq_i "*) ;;
12882 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12883 esac ;;
12884 esac
12885done
12886emfiles=$_gas_uniq_newlist
12887
12888if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12889 for fmt in $formats ; do
12890 case $fmt in
12891 aout)
12892$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12893 ;;
12894 coff)
12895$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12896 ;;
12897 ecoff)
12898$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12899 ;;
12900 elf)
12901$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12902 ;;
12903 generic)
12904$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12905 ;;
12906 som)
12907$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12908 ;;
12909 esac
12910 extra_objects="$extra_objects config/obj-$fmt.o"
12911 done
12912 obj_format=multi
12913fi
12914if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12915 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12916 # e-mipself has more than one emulation per file, e-i386* has just one at the
12917 # moment. If only one emulation is specified, then don't define
12918 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12919 case "${obj_format}${emfiles}" in
12920 multi* | *mipself*)
12921 extra_objects="$extra_objects $emfiles"
12922
12923$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12924 ;;
12925 esac
12926fi
12927
12928
12929cat >>confdefs.h <<_ACEOF
12930#define EMULATIONS $EMULATIONS
12931_ACEOF
12932
12933
12934cat >>confdefs.h <<_ACEOF
12935#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12936_ACEOF
12937
12938
12939reject_dev_configs=yes
12940
12941case ${reject_dev_configs}-${dev} in
12942 yes-yes) # Oops.
12943 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12944 ;;
12945esac
12946
12947
12948
12949
12950
12951
12952
12953# do we need the opcodes library?
12954case "${need_opcodes}" in
12955yes)
12956 OPCODES_LIB=../opcodes/libopcodes.la
12957 ;;
12958esac
12959
12960
12961
12962
12963cat >>confdefs.h <<_ACEOF
12964#define TARGET_ALIAS "${target_alias}"
12965_ACEOF
12966
12967
12968cat >>confdefs.h <<_ACEOF
12969#define TARGET_CANONICAL "${target}"
12970_ACEOF
12971
12972
12973cat >>confdefs.h <<_ACEOF
12974#define TARGET_CPU "${target_cpu}"
12975_ACEOF
12976
12977
12978cat >>confdefs.h <<_ACEOF
12979#define TARGET_VENDOR "${target_vendor}"
12980_ACEOF
12981
12982
12983cat >>confdefs.h <<_ACEOF
12984#define TARGET_OS "${target_os}"
12985_ACEOF
12986
12987
12988for ac_prog in 'bison -y' byacc
12989do
12990 # Extract the first word of "$ac_prog", so it can be a program name with args.
12991set dummy $ac_prog; ac_word=$2
12992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12993$as_echo_n "checking for $ac_word... " >&6; }
12994if ${ac_cv_prog_YACC+:} false; then :
12995 $as_echo_n "(cached) " >&6
12996else
12997 if test -n "$YACC"; then
12998 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12999else
13000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13001for as_dir in $PATH
13002do
13003 IFS=$as_save_IFS
13004 test -z "$as_dir" && as_dir=.
13005 for ac_exec_ext in '' $ac_executable_extensions; do
13006 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13007 ac_cv_prog_YACC="$ac_prog"
13008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13009 break 2
13010 fi
13011done
13012 done
13013IFS=$as_save_IFS
13014
13015fi
13016fi
13017YACC=$ac_cv_prog_YACC
13018if test -n "$YACC"; then
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
13020$as_echo "$YACC" >&6; }
13021else
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13023$as_echo "no" >&6; }
13024fi
13025
13026
13027 test -n "$YACC" && break
13028done
13029test -n "$YACC" || YACC="yacc"
13030
13031for ac_prog in flex lex
13032do
13033 # Extract the first word of "$ac_prog", so it can be a program name with args.
13034set dummy $ac_prog; ac_word=$2
13035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13036$as_echo_n "checking for $ac_word... " >&6; }
13037if ${ac_cv_prog_LEX+:} false; then :
13038 $as_echo_n "(cached) " >&6
13039else
13040 if test -n "$LEX"; then
13041 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13042else
13043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13044for as_dir in $PATH
13045do
13046 IFS=$as_save_IFS
13047 test -z "$as_dir" && as_dir=.
13048 for ac_exec_ext in '' $ac_executable_extensions; do
13049 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13050 ac_cv_prog_LEX="$ac_prog"
13051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13052 break 2
13053 fi
13054done
13055 done
13056IFS=$as_save_IFS
13057
13058fi
13059fi
13060LEX=$ac_cv_prog_LEX
13061if test -n "$LEX"; then
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13063$as_echo "$LEX" >&6; }
13064else
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13066$as_echo "no" >&6; }
13067fi
13068
13069
13070 test -n "$LEX" && break
13071done
13072test -n "$LEX" || LEX=":"
13073
13074case "$LEX" in
13075 :|*"missing "*) ;;
13076 *) cat >conftest.l <<_ACEOF
13077%%
13078a { ECHO; }
13079b { REJECT; }
13080c { yymore (); }
13081d { yyless (1); }
13082e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13083 yyless ((input () != 0)); }
13084f { unput (yytext[0]); }
13085. { BEGIN INITIAL; }
13086%%
13087#ifdef YYTEXT_POINTER
13088extern char *yytext;
13089#endif
13090int
13091main (void)
13092{
13093 return ! yylex () + ! yywrap ();
13094}
13095_ACEOF
13096{ { ac_try="$LEX conftest.l"
13097case "(($ac_try" in
13098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13099 *) ac_try_echo=$ac_try;;
13100esac
13101eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13102$as_echo "$ac_try_echo"; } >&5
13103 (eval "$LEX conftest.l") 2>&5
13104 ac_status=$?
13105 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13106 test $ac_status = 0; }
13107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13108$as_echo_n "checking lex output file root... " >&6; }
13109if ${ac_cv_prog_lex_root+:} false; then :
13110 $as_echo_n "(cached) " >&6
13111else
13112
13113if test -f lex.yy.c; then
13114 ac_cv_prog_lex_root=lex.yy
13115elif test -f lexyy.c; then
13116 ac_cv_prog_lex_root=lexyy
13117else
13118 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13119fi
13120fi
13121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13122$as_echo "$ac_cv_prog_lex_root" >&6; }
13123LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13124
13125if test -z "${LEXLIB+set}"; then
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13127$as_echo_n "checking lex library... " >&6; }
13128if ${ac_cv_lib_lex+:} false; then :
13129 $as_echo_n "(cached) " >&6
13130else
13131
13132 ac_save_LIBS=$LIBS
13133 ac_cv_lib_lex='none needed'
13134 for ac_lib in '' -lfl -ll; do
13135 LIBS="$ac_lib $ac_save_LIBS"
13136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13137/* end confdefs.h. */
13138`cat $LEX_OUTPUT_ROOT.c`
13139_ACEOF
13140if ac_fn_c_try_link "$LINENO"; then :
13141 ac_cv_lib_lex=$ac_lib
13142fi
13143rm -f core conftest.err conftest.$ac_objext \
13144 conftest$ac_exeext conftest.$ac_ext
13145 test "$ac_cv_lib_lex" != 'none needed' && break
13146 done
13147 LIBS=$ac_save_LIBS
13148
13149fi
13150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13151$as_echo "$ac_cv_lib_lex" >&6; }
13152 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13153fi
13154
13155
13156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13157$as_echo_n "checking whether yytext is a pointer... " >&6; }
13158if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13159 $as_echo_n "(cached) " >&6
13160else
13161 # POSIX says lex can declare yytext either as a pointer or an array; the
13162# default is implementation-dependent. Figure out which it is, since
13163# not all implementations provide the %pointer and %array declarations.
13164ac_cv_prog_lex_yytext_pointer=no
13165ac_save_LIBS=$LIBS
13166LIBS="$LEXLIB $ac_save_LIBS"
13167cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13168/* end confdefs.h. */
13169
13170 #define YYTEXT_POINTER 1
13171`cat $LEX_OUTPUT_ROOT.c`
13172_ACEOF
13173if ac_fn_c_try_link "$LINENO"; then :
13174 ac_cv_prog_lex_yytext_pointer=yes
13175fi
13176rm -f core conftest.err conftest.$ac_objext \
13177 conftest$ac_exeext conftest.$ac_ext
13178LIBS=$ac_save_LIBS
13179
13180fi
13181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13182$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13183if test $ac_cv_prog_lex_yytext_pointer = yes; then
13184
13185$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13186
13187fi
13188rm -f conftest.l $LEX_OUTPUT_ROOT.c
13189 ;;
13190esac
13191if test "$LEX" = :; then
13192 LEX=${am_missing_run}flex
13193fi
13194
13195ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13196# If we haven't got the data from the intl directory,
13197# assume NLS is disabled.
13198USE_NLS=no
13199LIBINTL=
13200LIBINTL_DEP=
13201INCINTL=
13202XGETTEXT=
13203GMSGFMT=
13204POSUB=
13205
13206if test -f ../intl/config.intl; then
13207 . ../intl/config.intl
13208fi
13209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13210$as_echo_n "checking whether NLS is requested... " >&6; }
13211if test x"$USE_NLS" != xyes; then
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13213$as_echo "no" >&6; }
13214else
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13216$as_echo "yes" >&6; }
13217
13218$as_echo "#define ENABLE_NLS 1" >>confdefs.h
13219
13220
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13222$as_echo_n "checking for catalogs to be installed... " >&6; }
13223 # Look for .po and .gmo files in the source directory.
13224 CATALOGS=
13225 XLINGUAS=
13226 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13227 # If there aren't any .gmo files the shell will give us the
13228 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13229 # weeded out.
13230 case "$cat" in *\**)
13231 continue;;
13232 esac
13233 # The quadruple backslash is collapsed to a double backslash
13234 # by the backticks, then collapsed again by the double quotes,
13235 # leaving us with one backslash in the sed expression (right
13236 # before the dot that mustn't act as a wildcard).
13237 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13238 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13239 # The user is allowed to set LINGUAS to a list of languages to
13240 # install catalogs for. If it's empty that means "all of them."
13241 if test "x$LINGUAS" = x; then
13242 CATALOGS="$CATALOGS $cat"
13243 XLINGUAS="$XLINGUAS $lang"
13244 else
13245 case "$LINGUAS" in *$lang*)
13246 CATALOGS="$CATALOGS $cat"
13247 XLINGUAS="$XLINGUAS $lang"
13248 ;;
13249 esac
13250 fi
13251 done
13252 LINGUAS="$XLINGUAS"
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13254$as_echo "$LINGUAS" >&6; }
13255
13256
13257 DATADIRNAME=share
13258
13259 INSTOBJEXT=.mo
13260
13261 GENCAT=gencat
13262
13263 CATOBJEXT=.gmo
13264
13265fi
13266
13267 MKINSTALLDIRS=
13268 if test -n "$ac_aux_dir"; then
13269 case "$ac_aux_dir" in
13270 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13271 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13272 esac
13273 fi
13274 if test -z "$MKINSTALLDIRS"; then
13275 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13276 fi
13277
13278
13279
13280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13281$as_echo_n "checking whether NLS is requested... " >&6; }
13282 # Check whether --enable-nls was given.
13283if test "${enable_nls+set}" = set; then :
13284 enableval=$enable_nls; USE_NLS=$enableval
13285else
13286 USE_NLS=yes
13287fi
13288
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13290$as_echo "$USE_NLS" >&6; }
13291
13292
13293
13294
13295
13296
13297# Prepare PATH_SEPARATOR.
13298# The user is always right.
13299if test "${PATH_SEPARATOR+set}" != set; then
13300 echo "#! /bin/sh" >conf$$.sh
13301 echo "exit 0" >>conf$$.sh
13302 chmod +x conf$$.sh
13303 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13304 PATH_SEPARATOR=';'
13305 else
13306 PATH_SEPARATOR=:
13307 fi
13308 rm -f conf$$.sh
13309fi
13310
13311# Find out how to test for executable files. Don't use a zero-byte file,
13312# as systems may use methods other than mode bits to determine executability.
13313cat >conf$$.file <<_ASEOF
13314#! /bin/sh
13315exit 0
13316_ASEOF
13317chmod +x conf$$.file
13318if test -x conf$$.file >/dev/null 2>&1; then
13319 ac_executable_p="test -x"
13320else
13321 ac_executable_p="test -f"
13322fi
13323rm -f conf$$.file
13324
13325# Extract the first word of "msgfmt", so it can be a program name with args.
13326set dummy msgfmt; ac_word=$2
13327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13328$as_echo_n "checking for $ac_word... " >&6; }
13329if ${ac_cv_path_MSGFMT+:} false; then :
13330 $as_echo_n "(cached) " >&6
13331else
13332 case "$MSGFMT" in
13333 [\\/]* | ?:[\\/]*)
13334 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13335 ;;
13336 *)
13337 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13338 for ac_dir in $PATH; do
13339 IFS="$ac_save_IFS"
13340 test -z "$ac_dir" && ac_dir=.
13341 for ac_exec_ext in '' $ac_executable_extensions; do
13342 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13343 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13344 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13345 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13346 break 2
13347 fi
13348 fi
13349 done
13350 done
13351 IFS="$ac_save_IFS"
13352 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13353 ;;
13354esac
13355fi
13356MSGFMT="$ac_cv_path_MSGFMT"
13357if test "$MSGFMT" != ":"; then
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13359$as_echo "$MSGFMT" >&6; }
13360else
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13362$as_echo "no" >&6; }
13363fi
13364
13365 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13366set dummy gmsgfmt; ac_word=$2
13367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13368$as_echo_n "checking for $ac_word... " >&6; }
13369if ${ac_cv_path_GMSGFMT+:} false; then :
13370 $as_echo_n "(cached) " >&6
13371else
13372 case $GMSGFMT in
13373 [\\/]* | ?:[\\/]*)
13374 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13375 ;;
13376 *)
13377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13378for as_dir in $PATH
13379do
13380 IFS=$as_save_IFS
13381 test -z "$as_dir" && as_dir=.
13382 for ac_exec_ext in '' $ac_executable_extensions; do
13383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13384 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13386 break 2
13387 fi
13388done
13389 done
13390IFS=$as_save_IFS
13391
13392 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13393 ;;
13394esac
13395fi
13396GMSGFMT=$ac_cv_path_GMSGFMT
13397if test -n "$GMSGFMT"; then
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13399$as_echo "$GMSGFMT" >&6; }
13400else
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13402$as_echo "no" >&6; }
13403fi
13404
13405
13406
13407
13408# Prepare PATH_SEPARATOR.
13409# The user is always right.
13410if test "${PATH_SEPARATOR+set}" != set; then
13411 echo "#! /bin/sh" >conf$$.sh
13412 echo "exit 0" >>conf$$.sh
13413 chmod +x conf$$.sh
13414 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13415 PATH_SEPARATOR=';'
13416 else
13417 PATH_SEPARATOR=:
13418 fi
13419 rm -f conf$$.sh
13420fi
13421
13422# Find out how to test for executable files. Don't use a zero-byte file,
13423# as systems may use methods other than mode bits to determine executability.
13424cat >conf$$.file <<_ASEOF
13425#! /bin/sh
13426exit 0
13427_ASEOF
13428chmod +x conf$$.file
13429if test -x conf$$.file >/dev/null 2>&1; then
13430 ac_executable_p="test -x"
13431else
13432 ac_executable_p="test -f"
13433fi
13434rm -f conf$$.file
13435
13436# Extract the first word of "xgettext", so it can be a program name with args.
13437set dummy xgettext; ac_word=$2
13438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13439$as_echo_n "checking for $ac_word... " >&6; }
13440if ${ac_cv_path_XGETTEXT+:} false; then :
13441 $as_echo_n "(cached) " >&6
13442else
13443 case "$XGETTEXT" in
13444 [\\/]* | ?:[\\/]*)
13445 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13446 ;;
13447 *)
13448 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13449 for ac_dir in $PATH; do
13450 IFS="$ac_save_IFS"
13451 test -z "$ac_dir" && ac_dir=.
13452 for ac_exec_ext in '' $ac_executable_extensions; do
13453 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13454 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13455 (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
13456 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13457 break 2
13458 fi
13459 fi
13460 done
13461 done
13462 IFS="$ac_save_IFS"
13463 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13464 ;;
13465esac
13466fi
13467XGETTEXT="$ac_cv_path_XGETTEXT"
13468if test "$XGETTEXT" != ":"; then
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13470$as_echo "$XGETTEXT" >&6; }
13471else
13472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13473$as_echo "no" >&6; }
13474fi
13475
13476 rm -f messages.po
13477
13478
13479# Prepare PATH_SEPARATOR.
13480# The user is always right.
13481if test "${PATH_SEPARATOR+set}" != set; then
13482 echo "#! /bin/sh" >conf$$.sh
13483 echo "exit 0" >>conf$$.sh
13484 chmod +x conf$$.sh
13485 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13486 PATH_SEPARATOR=';'
13487 else
13488 PATH_SEPARATOR=:
13489 fi
13490 rm -f conf$$.sh
13491fi
13492
13493# Find out how to test for executable files. Don't use a zero-byte file,
13494# as systems may use methods other than mode bits to determine executability.
13495cat >conf$$.file <<_ASEOF
13496#! /bin/sh
13497exit 0
13498_ASEOF
13499chmod +x conf$$.file
13500if test -x conf$$.file >/dev/null 2>&1; then
13501 ac_executable_p="test -x"
13502else
13503 ac_executable_p="test -f"
13504fi
13505rm -f conf$$.file
13506
13507# Extract the first word of "msgmerge", so it can be a program name with args.
13508set dummy msgmerge; ac_word=$2
13509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13510$as_echo_n "checking for $ac_word... " >&6; }
13511if ${ac_cv_path_MSGMERGE+:} false; then :
13512 $as_echo_n "(cached) " >&6
13513else
13514 case "$MSGMERGE" in
13515 [\\/]* | ?:[\\/]*)
13516 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13517 ;;
13518 *)
13519 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13520 for ac_dir in $PATH; do
13521 IFS="$ac_save_IFS"
13522 test -z "$ac_dir" && ac_dir=.
13523 for ac_exec_ext in '' $ac_executable_extensions; do
13524 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13525 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13526 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13527 break 2
13528 fi
13529 fi
13530 done
13531 done
13532 IFS="$ac_save_IFS"
13533 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13534 ;;
13535esac
13536fi
13537MSGMERGE="$ac_cv_path_MSGMERGE"
13538if test "$MSGMERGE" != ":"; then
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13540$as_echo "$MSGMERGE" >&6; }
13541else
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13543$as_echo "no" >&6; }
13544fi
13545
13546
13547 if test "$GMSGFMT" != ":"; then
13548 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13549 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13550 : ;
13551 else
13552 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13554$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13555 GMSGFMT=":"
13556 fi
13557 fi
13558
13559 if test "$XGETTEXT" != ":"; then
13560 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13561 (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
13562 : ;
13563 else
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13565$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13566 XGETTEXT=":"
13567 fi
13568 rm -f messages.po
13569 fi
13570
13571 ac_config_commands="$ac_config_commands default-1"
13572
13573
13574
13575
13576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13577$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13578 # Check whether --enable-maintainer-mode was given.
13579if test "${enable_maintainer_mode+set}" = set; then :
13580 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13581else
13582 USE_MAINTAINER_MODE=no
13583fi
13584
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13586$as_echo "$USE_MAINTAINER_MODE" >&6; }
13587 if test $USE_MAINTAINER_MODE = yes; then
13588 MAINTAINER_MODE_TRUE=
13589 MAINTAINER_MODE_FALSE='#'
13590else
13591 MAINTAINER_MODE_TRUE='#'
13592 MAINTAINER_MODE_FALSE=
13593fi
13594
13595 MAINT=$MAINTAINER_MODE_TRUE
13596
13597
13598 if false; then
13599 GENINSRC_NEVER_TRUE=
13600 GENINSRC_NEVER_FALSE='#'
13601else
13602 GENINSRC_NEVER_TRUE='#'
13603 GENINSRC_NEVER_FALSE=
13604fi
13605
13606
13607
13608for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13609do :
13610 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13611ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13612if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13613 cat >>confdefs.h <<_ACEOF
13614#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13615_ACEOF
13616
13617fi
13618
13619done
13620
13621
13622# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13623# people who are not cross-compiling but are compiling cross-assemblers.
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13625$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13626if test "${host}" = "${target}"; then
13627 cross_gas=no
13628else
13629 cross_gas=yes
13630
13631$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13632
13633fi
13634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13635$as_echo "$cross_gas" >&6; }
13636
13637for ac_func in strsignal
13638do :
13639 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13640if test "x$ac_cv_func_strsignal" = xyes; then :
13641 cat >>confdefs.h <<_ACEOF
13642#define HAVE_STRSIGNAL 1
13643_ACEOF
13644
13645fi
13646done
13647
13648
13649
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13651$as_echo_n "checking for LC_MESSAGES... " >&6; }
13652if ${am_cv_val_LC_MESSAGES+:} false; then :
13653 $as_echo_n "(cached) " >&6
13654else
13655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13656/* end confdefs.h. */
13657#include <locale.h>
13658int
13659main ()
13660{
13661return LC_MESSAGES
13662 ;
13663 return 0;
13664}
13665_ACEOF
13666if ac_fn_c_try_link "$LINENO"; then :
13667 am_cv_val_LC_MESSAGES=yes
13668else
13669 am_cv_val_LC_MESSAGES=no
13670fi
13671rm -f core conftest.err conftest.$ac_objext \
13672 conftest$ac_exeext conftest.$ac_ext
13673fi
13674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13675$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13676 if test $am_cv_val_LC_MESSAGES = yes; then
13677
13678$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13679
13680 fi
13681
13682
13683# do we need the math library?
13684case "${need_libm}" in
13685yes)
13686 LIBM=
13687case $host in
13688*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13689 # These system don't have libm, or don't need it
13690 ;;
13691*-ncr-sysv4.3*)
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13693$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13694if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13695 $as_echo_n "(cached) " >&6
13696else
13697 ac_check_lib_save_LIBS=$LIBS
13698LIBS="-lmw $LIBS"
13699cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13700/* end confdefs.h. */
13701
13702/* Override any GCC internal prototype to avoid an error.
13703 Use char because int might match the return type of a GCC
13704 builtin and then its argument prototype would still apply. */
13705#ifdef __cplusplus
13706extern "C"
13707#endif
13708char _mwvalidcheckl ();
13709int
13710main ()
13711{
13712return _mwvalidcheckl ();
13713 ;
13714 return 0;
13715}
13716_ACEOF
13717if ac_fn_c_try_link "$LINENO"; then :
13718 ac_cv_lib_mw__mwvalidcheckl=yes
13719else
13720 ac_cv_lib_mw__mwvalidcheckl=no
13721fi
13722rm -f core conftest.err conftest.$ac_objext \
13723 conftest$ac_exeext conftest.$ac_ext
13724LIBS=$ac_check_lib_save_LIBS
13725fi
13726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13727$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13728if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13729 LIBM="-lmw"
13730fi
13731
13732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13733$as_echo_n "checking for cos in -lm... " >&6; }
13734if ${ac_cv_lib_m_cos+:} false; then :
13735 $as_echo_n "(cached) " >&6
13736else
13737 ac_check_lib_save_LIBS=$LIBS
13738LIBS="-lm $LIBS"
13739cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13740/* end confdefs.h. */
13741
13742/* Override any GCC internal prototype to avoid an error.
13743 Use char because int might match the return type of a GCC
13744 builtin and then its argument prototype would still apply. */
13745#ifdef __cplusplus
13746extern "C"
13747#endif
13748char cos ();
13749int
13750main ()
13751{
13752return cos ();
13753 ;
13754 return 0;
13755}
13756_ACEOF
13757if ac_fn_c_try_link "$LINENO"; then :
13758 ac_cv_lib_m_cos=yes
13759else
13760 ac_cv_lib_m_cos=no
13761fi
13762rm -f core conftest.err conftest.$ac_objext \
13763 conftest$ac_exeext conftest.$ac_ext
13764LIBS=$ac_check_lib_save_LIBS
13765fi
13766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13767$as_echo "$ac_cv_lib_m_cos" >&6; }
13768if test "x$ac_cv_lib_m_cos" = xyes; then :
13769 LIBM="$LIBM -lm"
13770fi
13771
13772 ;;
13773*)
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13775$as_echo_n "checking for cos in -lm... " >&6; }
13776if ${ac_cv_lib_m_cos+:} false; then :
13777 $as_echo_n "(cached) " >&6
13778else
13779 ac_check_lib_save_LIBS=$LIBS
13780LIBS="-lm $LIBS"
13781cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13782/* end confdefs.h. */
13783
13784/* Override any GCC internal prototype to avoid an error.
13785 Use char because int might match the return type of a GCC
13786 builtin and then its argument prototype would still apply. */
13787#ifdef __cplusplus
13788extern "C"
13789#endif
13790char cos ();
13791int
13792main ()
13793{
13794return cos ();
13795 ;
13796 return 0;
13797}
13798_ACEOF
13799if ac_fn_c_try_link "$LINENO"; then :
13800 ac_cv_lib_m_cos=yes
13801else
13802 ac_cv_lib_m_cos=no
13803fi
13804rm -f core conftest.err conftest.$ac_objext \
13805 conftest$ac_exeext conftest.$ac_ext
13806LIBS=$ac_check_lib_save_LIBS
13807fi
13808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13809$as_echo "$ac_cv_lib_m_cos" >&6; }
13810if test "x$ac_cv_lib_m_cos" = xyes; then :
13811 LIBM="-lm"
13812fi
13813
13814 ;;
13815esac
13816
13817
13818
13819 ;;
13820esac
13821
13822# Some non-ANSI preprocessors botch requoting inside strings. That's bad
13823# enough, but on some of those systems, the assert macro relies on requoting
13824# working properly!
13825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13826$as_echo_n "checking for working assert macro... " >&6; }
13827if ${gas_cv_assert_ok+:} false; then :
13828 $as_echo_n "(cached) " >&6
13829else
13830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13831/* end confdefs.h. */
13832#include <assert.h>
13833#include <string.h>
13834#include <stdio.h>
13835int
13836main ()
13837{
13838
13839/* check for requoting problems */
13840static int a, b, c, d;
13841static char *s;
13842assert (!strcmp(s, "foo bar baz quux"));
13843/* check for newline handling */
13844assert (a == b
13845 || c == d);
13846
13847 ;
13848 return 0;
13849}
13850_ACEOF
13851if ac_fn_c_try_link "$LINENO"; then :
13852 gas_cv_assert_ok=yes
13853else
13854 gas_cv_assert_ok=no
13855fi
13856rm -f core conftest.err conftest.$ac_objext \
13857 conftest$ac_exeext conftest.$ac_ext
13858fi
13859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13860$as_echo "$gas_cv_assert_ok" >&6; }
13861test $gas_cv_assert_ok = yes ||
13862$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13863
13864
13865
13866# On some systems, the system header files may not declare malloc, realloc,
13867# and free. There are places where gas needs these functions to have been
13868# declared -- such as when taking their addresses.
13869gas_test_headers="
13870#ifdef HAVE_MEMORY_H
13871#include <memory.h>
13872#endif
13873#include <string.h>
13874#include <stdlib.h>
13875#ifdef HAVE_UNISTD_H
13876#include <unistd.h>
13877#endif
13878"
13879
13880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13881$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13882if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13883 $as_echo_n "(cached) " >&6
13884else
13885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13886/* end confdefs.h. */
13887#include <unistd.h>
13888int
13889main ()
13890{
13891extern int getopt (int, char *const*, const char *);
13892 ;
13893 return 0;
13894}
13895_ACEOF
13896if ac_fn_c_try_compile "$LINENO"; then :
13897 gas_cv_decl_getopt_unistd_h=yes
13898else
13899 gas_cv_decl_getopt_unistd_h=no
13900fi
13901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13902fi
13903
13904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13905$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13906if test $gas_cv_decl_getopt_unistd_h = yes; then
13907
13908$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13909
13910fi
13911
13912
13913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13914$as_echo_n "checking whether declaration is required for environ... " >&6; }
13915if ${gas_cv_decl_needed_environ+:} false; then :
13916 $as_echo_n "(cached) " >&6
13917else
13918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13919/* end confdefs.h. */
13920$gas_test_headers
13921int
13922main ()
13923{
13924
13925typedef char **f;
13926f x;
13927x = (f) environ;
13928
13929 ;
13930 return 0;
13931}
13932_ACEOF
13933if ac_fn_c_try_link "$LINENO"; then :
13934 gas_cv_decl_needed_environ=no
13935else
13936 gas_cv_decl_needed_environ=yes
13937fi
13938rm -f core conftest.err conftest.$ac_objext \
13939 conftest$ac_exeext conftest.$ac_ext
13940fi
13941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13942$as_echo "$gas_cv_decl_needed_environ" >&6; }
13943if test $gas_cv_decl_needed_environ = yes; then
13944
13945$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13946
13947fi
13948
13949
13950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13951$as_echo_n "checking whether declaration is required for ffs... " >&6; }
13952if ${gas_cv_decl_needed_ffs+:} false; then :
13953 $as_echo_n "(cached) " >&6
13954else
13955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13956/* end confdefs.h. */
13957$gas_test_headers
13958int
13959main ()
13960{
13961
13962typedef int (*f)(int);
13963f x;
13964x = (f) ffs;
13965
13966 ;
13967 return 0;
13968}
13969_ACEOF
13970if ac_fn_c_try_link "$LINENO"; then :
13971 gas_cv_decl_needed_ffs=no
13972else
13973 gas_cv_decl_needed_ffs=yes
13974fi
13975rm -f core conftest.err conftest.$ac_objext \
13976 conftest$ac_exeext conftest.$ac_ext
13977fi
13978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13979$as_echo "$gas_cv_decl_needed_ffs" >&6; }
13980if test $gas_cv_decl_needed_ffs = yes; then
13981
13982$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13983
13984fi
13985
13986
13987ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13988if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13989 ac_have_decl=1
13990else
13991 ac_have_decl=0
13992fi
13993
13994cat >>confdefs.h <<_ACEOF
13995#define HAVE_DECL_ASPRINTF $ac_have_decl
13996_ACEOF
13997ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13998if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13999 ac_have_decl=1
14000else
14001 ac_have_decl=0
14002fi
14003
14004cat >>confdefs.h <<_ACEOF
14005#define HAVE_DECL_MEMPCPY $ac_have_decl
14006_ACEOF
14007ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14008if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14009 ac_have_decl=1
14010else
14011 ac_have_decl=0
14012fi
14013
14014cat >>confdefs.h <<_ACEOF
14015#define HAVE_DECL_STPCPY $ac_have_decl
14016_ACEOF
14017
14018
14019
14020case "${host}" in
14021*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14022
14023$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14024 ;;
14025esac
14026
14027# Link in zlib/zstd if we can. This allows us to write compressed debug sections.
14028
14029 # Use the system's zlib library.
14030 zlibdir="-L\$(top_builddir)/../zlib"
14031 zlibinc="-I\$(top_srcdir)/../zlib"
14032
14033# Check whether --with-system-zlib was given.
14034if test "${with_system_zlib+set}" = set; then :
14035 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14036 zlibdir=
14037 zlibinc=
14038 fi
14039
14040fi
14041
14042
14043
14044
14045
14046
14047
14048
14049
14050
14051
14052if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
14053 if test -n "$ac_tool_prefix"; then
14054 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14055set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14057$as_echo_n "checking for $ac_word... " >&6; }
14058if ${ac_cv_path_PKG_CONFIG+:} false; then :
14059 $as_echo_n "(cached) " >&6
14060else
14061 case $PKG_CONFIG in
14062 [\\/]* | ?:[\\/]*)
14063 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14064 ;;
14065 *)
14066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14067for as_dir in $PATH
14068do
14069 IFS=$as_save_IFS
14070 test -z "$as_dir" && as_dir=.
14071 for ac_exec_ext in '' $ac_executable_extensions; do
14072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14073 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14075 break 2
14076 fi
14077done
14078 done
14079IFS=$as_save_IFS
14080
14081 ;;
14082esac
14083fi
14084PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14085if test -n "$PKG_CONFIG"; then
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14087$as_echo "$PKG_CONFIG" >&6; }
14088else
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14090$as_echo "no" >&6; }
14091fi
14092
14093
14094fi
14095if test -z "$ac_cv_path_PKG_CONFIG"; then
14096 ac_pt_PKG_CONFIG=$PKG_CONFIG
14097 # Extract the first word of "pkg-config", so it can be a program name with args.
14098set dummy pkg-config; ac_word=$2
14099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14100$as_echo_n "checking for $ac_word... " >&6; }
14101if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14102 $as_echo_n "(cached) " >&6
14103else
14104 case $ac_pt_PKG_CONFIG in
14105 [\\/]* | ?:[\\/]*)
14106 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14107 ;;
14108 *)
14109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14110for as_dir in $PATH
14111do
14112 IFS=$as_save_IFS
14113 test -z "$as_dir" && as_dir=.
14114 for ac_exec_ext in '' $ac_executable_extensions; do
14115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14116 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14118 break 2
14119 fi
14120done
14121 done
14122IFS=$as_save_IFS
14123
14124 ;;
14125esac
14126fi
14127ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14128if test -n "$ac_pt_PKG_CONFIG"; then
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14130$as_echo "$ac_pt_PKG_CONFIG" >&6; }
14131else
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14133$as_echo "no" >&6; }
14134fi
14135
14136 if test "x$ac_pt_PKG_CONFIG" = x; then
14137 PKG_CONFIG=""
14138 else
14139 case $cross_compiling:$ac_tool_warned in
14140yes:)
14141{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14142$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14143ac_tool_warned=yes ;;
14144esac
14145 PKG_CONFIG=$ac_pt_PKG_CONFIG
14146 fi
14147else
14148 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14149fi
14150
14151fi
14152if test -n "$PKG_CONFIG"; then
14153 _pkg_min_version=0.9.0
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14155$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14156 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14158$as_echo "yes" >&6; }
14159 else
14160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14161$as_echo "no" >&6; }
14162 PKG_CONFIG=""
14163 fi
14164fi
14165
14166
14167# Check whether --with-zstd was given.
14168if test "${with_zstd+set}" = set; then :
14169 withval=$with_zstd;
14170else
14171 with_zstd=auto
14172fi
14173
14174
14175if test "$with_zstd" != no; then :
14176
14177pkg_failed=no
14178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
14179$as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
14180
14181if test -n "$ZSTD_CFLAGS"; then
14182 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
14183 elif test -n "$PKG_CONFIG"; then
14184 if test -n "$PKG_CONFIG" && \
14185 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14186 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14187 ac_status=$?
14188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14189 test $ac_status = 0; }; then
14190 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
14191 test "x$?" != "x0" && pkg_failed=yes
14192else
14193 pkg_failed=yes
14194fi
14195 else
14196 pkg_failed=untried
14197fi
14198if test -n "$ZSTD_LIBS"; then
14199 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
14200 elif test -n "$PKG_CONFIG"; then
14201 if test -n "$PKG_CONFIG" && \
14202 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14203 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14204 ac_status=$?
14205 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14206 test $ac_status = 0; }; then
14207 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
14208 test "x$?" != "x0" && pkg_failed=yes
14209else
14210 pkg_failed=yes
14211fi
14212 else
14213 pkg_failed=untried
14214fi
14215
14216if test $pkg_failed = no; then
14217 pkg_save_LDFLAGS="$LDFLAGS"
14218 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
14219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14220/* end confdefs.h. */
14221
14222int
14223main ()
14224{
14225
14226 ;
14227 return 0;
14228}
14229_ACEOF
14230if ac_fn_c_try_link "$LINENO"; then :
14231
14232else
14233 pkg_failed=yes
14234fi
14235rm -f core conftest.err conftest.$ac_objext \
14236 conftest$ac_exeext conftest.$ac_ext
14237 LDFLAGS=$pkg_save_LDFLAGS
14238fi
14239
14240
14241
14242if test $pkg_failed = yes; then
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14244$as_echo "no" >&6; }
14245
14246if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14247 _pkg_short_errors_supported=yes
14248else
14249 _pkg_short_errors_supported=no
14250fi
14251 if test $_pkg_short_errors_supported = yes; then
14252 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14253 else
14254 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14255 fi
14256 # Put the nasty error message in config.log where it belongs
14257 echo "$ZSTD_PKG_ERRORS" >&5
14258
14259
14260 if test "$with_zstd" = yes; then
14261 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14262 fi
14263
14264elif test $pkg_failed = untried; then
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14266$as_echo "no" >&6; }
14267
14268 if test "$with_zstd" = yes; then
14269 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14270 fi
14271
14272else
14273 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
14274 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
14275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14276$as_echo "yes" >&6; }
14277
14278
14279$as_echo "#define HAVE_ZSTD 1" >>confdefs.h
14280
14281
14282fi
14283
14284fi
14285
14286
14287# Support for VMS timestamps via cross compile
14288
14289if test "$ac_cv_header_time_h" = yes; then
14290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14291$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14292 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
14293 $as_echo_n "(cached) " >&6
14294else
14295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14296/* end confdefs.h. */
14297
14298#define _BSD_SOURCE 1
14299#include <time.h>
14300int
14301main ()
14302{
14303struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14304 ;
14305 return 0;
14306}
14307_ACEOF
14308if ac_fn_c_try_compile "$LINENO"; then :
14309 gas_cv_have_time_type_member_tm_gmtoff=yes
14310else
14311 gas_cv_have_time_type_member_tm_gmtoff=no
14312
14313fi
14314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14315fi
14316
14317 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14318
14319$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14320
14321 fi
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14323$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14324
14325fi
14326
14327if test "$ac_cv_header_sys_stat_h" = yes; then
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14329$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14330 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
14331 $as_echo_n "(cached) " >&6
14332else
14333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14334/* end confdefs.h. */
14335
14336#define _BSD_SOURCE 1
14337#include <sys/stat.h>
14338int
14339main ()
14340{
14341struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14342 ;
14343 return 0;
14344}
14345_ACEOF
14346if ac_fn_c_try_compile "$LINENO"; then :
14347 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14348else
14349 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14350
14351fi
14352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14353fi
14354
14355 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14356
14357$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14358
14359 fi
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14361$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14362
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14364$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14365 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14366 $as_echo_n "(cached) " >&6
14367else
14368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14369/* end confdefs.h. */
14370
14371#define _BSD_SOURCE 1
14372#include <sys/stat.h>
14373int
14374main ()
14375{
14376struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14377 ;
14378 return 0;
14379}
14380_ACEOF
14381if ac_fn_c_try_compile "$LINENO"; then :
14382 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14383else
14384 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14385
14386fi
14387rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14388fi
14389
14390 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14391
14392$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14393
14394 fi
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14396$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14397
14398fi
14399
14400
14401
14402
14403
14404
14405
14406
14407
14408ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14409
14410ac_config_commands="$ac_config_commands default"
14411
14412
14413cat >confcache <<\_ACEOF
14414# This file is a shell script that caches the results of configure
14415# tests run on this system so they can be shared between configure
14416# scripts and configure runs, see configure's option --config-cache.
14417# It is not useful on other systems. If it contains results you don't
14418# want to keep, you may remove or edit it.
14419#
14420# config.status only pays attention to the cache file if you give it
14421# the --recheck option to rerun configure.
14422#
14423# `ac_cv_env_foo' variables (set or unset) will be overridden when
14424# loading this file, other *unset* `ac_cv_foo' will be assigned the
14425# following values.
14426
14427_ACEOF
14428
14429# The following way of writing the cache mishandles newlines in values,
14430# but we know of no workaround that is simple, portable, and efficient.
14431# So, we kill variables containing newlines.
14432# Ultrix sh set writes to stderr and can't be redirected directly,
14433# and sets the high bit in the cache file unless we assign to the vars.
14434(
14435 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14436 eval ac_val=\$$ac_var
14437 case $ac_val in #(
14438 *${as_nl}*)
14439 case $ac_var in #(
14440 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14441$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14442 esac
14443 case $ac_var in #(
14444 _ | IFS | as_nl) ;; #(
14445 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14446 *) { eval $ac_var=; unset $ac_var;} ;;
14447 esac ;;
14448 esac
14449 done
14450
14451 (set) 2>&1 |
14452 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14453 *${as_nl}ac_space=\ *)
14454 # `set' does not quote correctly, so add quotes: double-quote
14455 # substitution turns \\\\ into \\, and sed turns \\ into \.
14456 sed -n \
14457 "s/'/'\\\\''/g;
14458 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14459 ;; #(
14460 *)
14461 # `set' quotes correctly as required by POSIX, so do not add quotes.
14462 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14463 ;;
14464 esac |
14465 sort
14466) |
14467 sed '
14468 /^ac_cv_env_/b end
14469 t clear
14470 :clear
14471 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14472 t end
14473 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14474 :end' >>confcache
14475if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14476 if test -w "$cache_file"; then
14477 if test "x$cache_file" != "x/dev/null"; then
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14479$as_echo "$as_me: updating cache $cache_file" >&6;}
14480 if test ! -f "$cache_file" || test -h "$cache_file"; then
14481 cat confcache >"$cache_file"
14482 else
14483 case $cache_file in #(
14484 */* | ?:*)
14485 mv -f confcache "$cache_file"$$ &&
14486 mv -f "$cache_file"$$ "$cache_file" ;; #(
14487 *)
14488 mv -f confcache "$cache_file" ;;
14489 esac
14490 fi
14491 fi
14492 else
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14494$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14495 fi
14496fi
14497rm -f confcache
14498
14499test "x$prefix" = xNONE && prefix=$ac_default_prefix
14500# Let make expand exec_prefix.
14501test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14502
14503DEFS=-DHAVE_CONFIG_H
14504
14505ac_libobjs=
14506ac_ltlibobjs=
14507U=
14508for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14509 # 1. Remove the extension, and $U if already installed.
14510 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14511 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14512 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14513 # will be set to the directory where LIBOBJS objects are built.
14514 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14515 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14516done
14517LIBOBJS=$ac_libobjs
14518
14519LTLIBOBJS=$ac_ltlibobjs
14520
14521
14522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14523$as_echo_n "checking that generated files are newer than configure... " >&6; }
14524 if test -n "$am_sleep_pid"; then
14525 # Hide warnings about reused PIDs.
14526 wait $am_sleep_pid 2>/dev/null
14527 fi
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14529$as_echo "done" >&6; }
14530 if test -n "$EXEEXT"; then
14531 am__EXEEXT_TRUE=
14532 am__EXEEXT_FALSE='#'
14533else
14534 am__EXEEXT_TRUE='#'
14535 am__EXEEXT_FALSE=
14536fi
14537
14538if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14539 as_fn_error $? "conditional \"AMDEP\" was never defined.
14540Usually this means the macro was only invoked conditionally." "$LINENO" 5
14541fi
14542if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14543 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14544Usually this means the macro was only invoked conditionally." "$LINENO" 5
14545fi
14546
14547if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14548 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14549Usually this means the macro was only invoked conditionally." "$LINENO" 5
14550fi
14551if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14552 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14553Usually this means the macro was only invoked conditionally." "$LINENO" 5
14554fi
14555
14556: "${CONFIG_STATUS=./config.status}"
14557ac_write_fail=0
14558ac_clean_files_save=$ac_clean_files
14559ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14560{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14561$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14562as_write_fail=0
14563cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14564#! $SHELL
14565# Generated by $as_me.
14566# Run this file to recreate the current configuration.
14567# Compiler output produced by configure, useful for debugging
14568# configure, is in config.log if it exists.
14569
14570debug=false
14571ac_cs_recheck=false
14572ac_cs_silent=false
14573
14574SHELL=\${CONFIG_SHELL-$SHELL}
14575export SHELL
14576_ASEOF
14577cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14578## -------------------- ##
14579## M4sh Initialization. ##
14580## -------------------- ##
14581
14582# Be more Bourne compatible
14583DUALCASE=1; export DUALCASE # for MKS sh
14584if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14585 emulate sh
14586 NULLCMD=:
14587 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14588 # is contrary to our usage. Disable this feature.
14589 alias -g '${1+"$@"}'='"$@"'
14590 setopt NO_GLOB_SUBST
14591else
14592 case `(set -o) 2>/dev/null` in #(
14593 *posix*) :
14594 set -o posix ;; #(
14595 *) :
14596 ;;
14597esac
14598fi
14599
14600
14601as_nl='
14602'
14603export as_nl
14604# Printing a long string crashes Solaris 7 /usr/bin/printf.
14605as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14606as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14607as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14608# Prefer a ksh shell builtin over an external printf program on Solaris,
14609# but without wasting forks for bash or zsh.
14610if test -z "$BASH_VERSION$ZSH_VERSION" \
14611 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14612 as_echo='print -r --'
14613 as_echo_n='print -rn --'
14614elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14615 as_echo='printf %s\n'
14616 as_echo_n='printf %s'
14617else
14618 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14619 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14620 as_echo_n='/usr/ucb/echo -n'
14621 else
14622 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14623 as_echo_n_body='eval
14624 arg=$1;
14625 case $arg in #(
14626 *"$as_nl"*)
14627 expr "X$arg" : "X\\(.*\\)$as_nl";
14628 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14629 esac;
14630 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14631 '
14632 export as_echo_n_body
14633 as_echo_n='sh -c $as_echo_n_body as_echo'
14634 fi
14635 export as_echo_body
14636 as_echo='sh -c $as_echo_body as_echo'
14637fi
14638
14639# The user is always right.
14640if test "${PATH_SEPARATOR+set}" != set; then
14641 PATH_SEPARATOR=:
14642 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14643 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14644 PATH_SEPARATOR=';'
14645 }
14646fi
14647
14648
14649# IFS
14650# We need space, tab and new line, in precisely that order. Quoting is
14651# there to prevent editors from complaining about space-tab.
14652# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14653# splitting by setting IFS to empty value.)
14654IFS=" "" $as_nl"
14655
14656# Find who we are. Look in the path if we contain no directory separator.
14657as_myself=
14658case $0 in #((
14659 *[\\/]* ) as_myself=$0 ;;
14660 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14661for as_dir in $PATH
14662do
14663 IFS=$as_save_IFS
14664 test -z "$as_dir" && as_dir=.
14665 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14666 done
14667IFS=$as_save_IFS
14668
14669 ;;
14670esac
14671# We did not find ourselves, most probably we were run as `sh COMMAND'
14672# in which case we are not to be found in the path.
14673if test "x$as_myself" = x; then
14674 as_myself=$0
14675fi
14676if test ! -f "$as_myself"; then
14677 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14678 exit 1
14679fi
14680
14681# Unset variables that we do not need and which cause bugs (e.g. in
14682# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14683# suppresses any "Segmentation fault" message there. '((' could
14684# trigger a bug in pdksh 5.2.14.
14685for as_var in BASH_ENV ENV MAIL MAILPATH
14686do eval test x\${$as_var+set} = xset \
14687 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14688done
14689PS1='$ '
14690PS2='> '
14691PS4='+ '
14692
14693# NLS nuisances.
14694LC_ALL=C
14695export LC_ALL
14696LANGUAGE=C
14697export LANGUAGE
14698
14699# CDPATH.
14700(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14701
14702
14703# as_fn_error STATUS ERROR [LINENO LOG_FD]
14704# ----------------------------------------
14705# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14706# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14707# script with STATUS, using 1 if that was 0.
14708as_fn_error ()
14709{
14710 as_status=$1; test $as_status -eq 0 && as_status=1
14711 if test "$4"; then
14712 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14713 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14714 fi
14715 $as_echo "$as_me: error: $2" >&2
14716 as_fn_exit $as_status
14717} # as_fn_error
14718
14719
14720# as_fn_set_status STATUS
14721# -----------------------
14722# Set $? to STATUS, without forking.
14723as_fn_set_status ()
14724{
14725 return $1
14726} # as_fn_set_status
14727
14728# as_fn_exit STATUS
14729# -----------------
14730# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14731as_fn_exit ()
14732{
14733 set +e
14734 as_fn_set_status $1
14735 exit $1
14736} # as_fn_exit
14737
14738# as_fn_unset VAR
14739# ---------------
14740# Portably unset VAR.
14741as_fn_unset ()
14742{
14743 { eval $1=; unset $1;}
14744}
14745as_unset=as_fn_unset
14746# as_fn_append VAR VALUE
14747# ----------------------
14748# Append the text in VALUE to the end of the definition contained in VAR. Take
14749# advantage of any shell optimizations that allow amortized linear growth over
14750# repeated appends, instead of the typical quadratic growth present in naive
14751# implementations.
14752if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14753 eval 'as_fn_append ()
14754 {
14755 eval $1+=\$2
14756 }'
14757else
14758 as_fn_append ()
14759 {
14760 eval $1=\$$1\$2
14761 }
14762fi # as_fn_append
14763
14764# as_fn_arith ARG...
14765# ------------------
14766# Perform arithmetic evaluation on the ARGs, and store the result in the
14767# global $as_val. Take advantage of shells that can avoid forks. The arguments
14768# must be portable across $(()) and expr.
14769if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14770 eval 'as_fn_arith ()
14771 {
14772 as_val=$(( $* ))
14773 }'
14774else
14775 as_fn_arith ()
14776 {
14777 as_val=`expr "$@" || test $? -eq 1`
14778 }
14779fi # as_fn_arith
14780
14781
14782if expr a : '\(a\)' >/dev/null 2>&1 &&
14783 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14784 as_expr=expr
14785else
14786 as_expr=false
14787fi
14788
14789if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14790 as_basename=basename
14791else
14792 as_basename=false
14793fi
14794
14795if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14796 as_dirname=dirname
14797else
14798 as_dirname=false
14799fi
14800
14801as_me=`$as_basename -- "$0" ||
14802$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14803 X"$0" : 'X\(//\)$' \| \
14804 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14805$as_echo X/"$0" |
14806 sed '/^.*\/\([^/][^/]*\)\/*$/{
14807 s//\1/
14808 q
14809 }
14810 /^X\/\(\/\/\)$/{
14811 s//\1/
14812 q
14813 }
14814 /^X\/\(\/\).*/{
14815 s//\1/
14816 q
14817 }
14818 s/.*/./; q'`
14819
14820# Avoid depending upon Character Ranges.
14821as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14822as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14823as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14824as_cr_digits='0123456789'
14825as_cr_alnum=$as_cr_Letters$as_cr_digits
14826
14827ECHO_C= ECHO_N= ECHO_T=
14828case `echo -n x` in #(((((
14829-n*)
14830 case `echo 'xy\c'` in
14831 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14832 xy) ECHO_C='\c';;
14833 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14834 ECHO_T=' ';;
14835 esac;;
14836*)
14837 ECHO_N='-n';;
14838esac
14839
14840rm -f conf$$ conf$$.exe conf$$.file
14841if test -d conf$$.dir; then
14842 rm -f conf$$.dir/conf$$.file
14843else
14844 rm -f conf$$.dir
14845 mkdir conf$$.dir 2>/dev/null
14846fi
14847if (echo >conf$$.file) 2>/dev/null; then
14848 if ln -s conf$$.file conf$$ 2>/dev/null; then
14849 as_ln_s='ln -s'
14850 # ... but there are two gotchas:
14851 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14852 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14853 # In both cases, we have to default to `cp -pR'.
14854 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14855 as_ln_s='cp -pR'
14856 elif ln conf$$.file conf$$ 2>/dev/null; then
14857 as_ln_s=ln
14858 else
14859 as_ln_s='cp -pR'
14860 fi
14861else
14862 as_ln_s='cp -pR'
14863fi
14864rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14865rmdir conf$$.dir 2>/dev/null
14866
14867
14868# as_fn_mkdir_p
14869# -------------
14870# Create "$as_dir" as a directory, including parents if necessary.
14871as_fn_mkdir_p ()
14872{
14873
14874 case $as_dir in #(
14875 -*) as_dir=./$as_dir;;
14876 esac
14877 test -d "$as_dir" || eval $as_mkdir_p || {
14878 as_dirs=
14879 while :; do
14880 case $as_dir in #(
14881 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14882 *) as_qdir=$as_dir;;
14883 esac
14884 as_dirs="'$as_qdir' $as_dirs"
14885 as_dir=`$as_dirname -- "$as_dir" ||
14886$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14887 X"$as_dir" : 'X\(//\)[^/]' \| \
14888 X"$as_dir" : 'X\(//\)$' \| \
14889 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14890$as_echo X"$as_dir" |
14891 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14892 s//\1/
14893 q
14894 }
14895 /^X\(\/\/\)[^/].*/{
14896 s//\1/
14897 q
14898 }
14899 /^X\(\/\/\)$/{
14900 s//\1/
14901 q
14902 }
14903 /^X\(\/\).*/{
14904 s//\1/
14905 q
14906 }
14907 s/.*/./; q'`
14908 test -d "$as_dir" && break
14909 done
14910 test -z "$as_dirs" || eval "mkdir $as_dirs"
14911 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14912
14913
14914} # as_fn_mkdir_p
14915if mkdir -p . 2>/dev/null; then
14916 as_mkdir_p='mkdir -p "$as_dir"'
14917else
14918 test -d ./-p && rmdir ./-p
14919 as_mkdir_p=false
14920fi
14921
14922
14923# as_fn_executable_p FILE
14924# -----------------------
14925# Test if FILE is an executable regular file.
14926as_fn_executable_p ()
14927{
14928 test -f "$1" && test -x "$1"
14929} # as_fn_executable_p
14930as_test_x='test -x'
14931as_executable_p=as_fn_executable_p
14932
14933# Sed expression to map a string onto a valid CPP name.
14934as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14935
14936# Sed expression to map a string onto a valid variable name.
14937as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14938
14939
14940exec 6>&1
14941## ----------------------------------- ##
14942## Main body of $CONFIG_STATUS script. ##
14943## ----------------------------------- ##
14944_ASEOF
14945test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14946
14947cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14948# Save the log message, to keep $0 and so on meaningful, and to
14949# report actual input values of CONFIG_FILES etc. instead of their
14950# values after options handling.
14951ac_log="
14952This file was extended by gas $as_me 2.41.50, which was
14953generated by GNU Autoconf 2.69. Invocation command line was
14954
14955 CONFIG_FILES = $CONFIG_FILES
14956 CONFIG_HEADERS = $CONFIG_HEADERS
14957 CONFIG_LINKS = $CONFIG_LINKS
14958 CONFIG_COMMANDS = $CONFIG_COMMANDS
14959 $ $0 $@
14960
14961on `(hostname || uname -n) 2>/dev/null | sed 1q`
14962"
14963
14964_ACEOF
14965
14966case $ac_config_files in *"
14967"*) set x $ac_config_files; shift; ac_config_files=$*;;
14968esac
14969
14970case $ac_config_headers in *"
14971"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14972esac
14973
14974
14975cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14976# Files that config.status was made for.
14977config_files="$ac_config_files"
14978config_headers="$ac_config_headers"
14979config_commands="$ac_config_commands"
14980
14981_ACEOF
14982
14983cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14984ac_cs_usage="\
14985\`$as_me' instantiates files and other configuration actions
14986from templates according to the current configuration. Unless the files
14987and actions are specified as TAGs, all are instantiated by default.
14988
14989Usage: $0 [OPTION]... [TAG]...
14990
14991 -h, --help print this help, then exit
14992 -V, --version print version number and configuration settings, then exit
14993 --config print configuration, then exit
14994 -q, --quiet, --silent
14995 do not print progress messages
14996 -d, --debug don't remove temporary files
14997 --recheck update $as_me by reconfiguring in the same conditions
14998 --file=FILE[:TEMPLATE]
14999 instantiate the configuration file FILE
15000 --header=FILE[:TEMPLATE]
15001 instantiate the configuration header FILE
15002
15003Configuration files:
15004$config_files
15005
15006Configuration headers:
15007$config_headers
15008
15009Configuration commands:
15010$config_commands
15011
15012Report bugs to the package provider."
15013
15014_ACEOF
15015cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15016ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15017ac_cs_version="\\
15018gas config.status 2.41.50
15019configured by $0, generated by GNU Autoconf 2.69,
15020 with options \\"\$ac_cs_config\\"
15021
15022Copyright (C) 2012 Free Software Foundation, Inc.
15023This config.status script is free software; the Free Software Foundation
15024gives unlimited permission to copy, distribute and modify it."
15025
15026ac_pwd='$ac_pwd'
15027srcdir='$srcdir'
15028INSTALL='$INSTALL'
15029MKDIR_P='$MKDIR_P'
15030AWK='$AWK'
15031test -n "\$AWK" || AWK=awk
15032_ACEOF
15033
15034cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15035# The default lists apply if the user does not specify any file.
15036ac_need_defaults=:
15037while test $# != 0
15038do
15039 case $1 in
15040 --*=?*)
15041 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15042 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15043 ac_shift=:
15044 ;;
15045 --*=)
15046 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15047 ac_optarg=
15048 ac_shift=:
15049 ;;
15050 *)
15051 ac_option=$1
15052 ac_optarg=$2
15053 ac_shift=shift
15054 ;;
15055 esac
15056
15057 case $ac_option in
15058 # Handling of the options.
15059 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15060 ac_cs_recheck=: ;;
15061 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15062 $as_echo "$ac_cs_version"; exit ;;
15063 --config | --confi | --conf | --con | --co | --c )
15064 $as_echo "$ac_cs_config"; exit ;;
15065 --debug | --debu | --deb | --de | --d | -d )
15066 debug=: ;;
15067 --file | --fil | --fi | --f )
15068 $ac_shift
15069 case $ac_optarg in
15070 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15071 '') as_fn_error $? "missing file argument" ;;
15072 esac
15073 as_fn_append CONFIG_FILES " '$ac_optarg'"
15074 ac_need_defaults=false;;
15075 --header | --heade | --head | --hea )
15076 $ac_shift
15077 case $ac_optarg in
15078 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15079 esac
15080 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15081 ac_need_defaults=false;;
15082 --he | --h)
15083 # Conflict between --help and --header
15084 as_fn_error $? "ambiguous option: \`$1'
15085Try \`$0 --help' for more information.";;
15086 --help | --hel | -h )
15087 $as_echo "$ac_cs_usage"; exit ;;
15088 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15089 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15090 ac_cs_silent=: ;;
15091
15092 # This is an error.
15093 -*) as_fn_error $? "unrecognized option: \`$1'
15094Try \`$0 --help' for more information." ;;
15095
15096 *) as_fn_append ac_config_targets " $1"
15097 ac_need_defaults=false ;;
15098
15099 esac
15100 shift
15101done
15102
15103ac_configure_extra_args=
15104
15105if $ac_cs_silent; then
15106 exec 6>/dev/null
15107 ac_configure_extra_args="$ac_configure_extra_args --silent"
15108fi
15109
15110_ACEOF
15111cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15112if \$ac_cs_recheck; then
15113 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15114 shift
15115 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15116 CONFIG_SHELL='$SHELL'
15117 export CONFIG_SHELL
15118 exec "\$@"
15119fi
15120
15121_ACEOF
15122cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15123exec 5>>config.log
15124{
15125 echo
15126 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15127## Running $as_me. ##
15128_ASBOX
15129 $as_echo "$ac_log"
15130} >&5
15131
15132_ACEOF
15133cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15134#
15135# INIT-COMMANDS
15136#
15137AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15138
15139
15140# The HP-UX ksh and POSIX shell print the target directory to stdout
15141# if CDPATH is set.
15142(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15143
15144sed_quote_subst='$sed_quote_subst'
15145double_quote_subst='$double_quote_subst'
15146delay_variable_subst='$delay_variable_subst'
15147macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15148macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15149enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15150enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15151pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15152enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15153SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15154ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15155host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15156host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15157host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15158build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15159build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15160build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15161SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15162Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15163GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15164EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15165FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15166LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15167NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15168LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15169max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15170ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15171exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15172lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15173lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15174lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15175reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15176reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15177OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15178deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15179file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15180AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15181AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15182STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15183RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15184old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15185old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15186old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15187lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15188CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15189CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15190compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15191GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15192lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15193lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15194lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15195lt_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"`'
15196objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15197MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15198lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15199lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15200lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15201lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15202lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15203need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15204DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15205NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15206LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15207OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15208OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15209libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15210shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15211extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15212archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15213enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15214export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15215whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15216compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15217old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15218old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15219archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15220archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15221module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15222module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15223with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15224allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15225no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15226hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15227hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15228hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15229hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15230hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15231hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15232hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15233hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15234inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15235link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15236fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15237always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15238export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15239exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15240include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15241prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15242file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15243variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15244need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15245need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15246version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15247runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15248shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15249shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15250libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15251library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15252soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15253install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15254postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15255postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15256finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15257finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15258hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15259sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15260sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15261hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15262enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15263enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15264enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15265old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15266striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15267
15268LTCC='$LTCC'
15269LTCFLAGS='$LTCFLAGS'
15270compiler='$compiler_DEFAULT'
15271
15272# A function that is used when there is no print builtin or printf.
15273func_fallback_echo ()
15274{
15275 eval 'cat <<_LTECHO_EOF
15276\$1
15277_LTECHO_EOF'
15278}
15279
15280# Quote evaled strings.
15281for var in SHELL \
15282ECHO \
15283SED \
15284GREP \
15285EGREP \
15286FGREP \
15287LD \
15288NM \
15289LN_S \
15290lt_SP2NL \
15291lt_NL2SP \
15292reload_flag \
15293OBJDUMP \
15294deplibs_check_method \
15295file_magic_cmd \
15296AR \
15297AR_FLAGS \
15298STRIP \
15299RANLIB \
15300CC \
15301CFLAGS \
15302compiler \
15303lt_cv_sys_global_symbol_pipe \
15304lt_cv_sys_global_symbol_to_cdecl \
15305lt_cv_sys_global_symbol_to_c_name_address \
15306lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15307lt_prog_compiler_no_builtin_flag \
15308lt_prog_compiler_wl \
15309lt_prog_compiler_pic \
15310lt_prog_compiler_static \
15311lt_cv_prog_compiler_c_o \
15312need_locks \
15313DSYMUTIL \
15314NMEDIT \
15315LIPO \
15316OTOOL \
15317OTOOL64 \
15318shrext_cmds \
15319export_dynamic_flag_spec \
15320whole_archive_flag_spec \
15321compiler_needs_object \
15322with_gnu_ld \
15323allow_undefined_flag \
15324no_undefined_flag \
15325hardcode_libdir_flag_spec \
15326hardcode_libdir_flag_spec_ld \
15327hardcode_libdir_separator \
15328fix_srcfile_path \
15329exclude_expsyms \
15330include_expsyms \
15331file_list_spec \
15332variables_saved_for_relink \
15333libname_spec \
15334library_names_spec \
15335soname_spec \
15336install_override_mode \
15337finish_eval \
15338old_striplib \
15339striplib; do
15340 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15341 *[\\\\\\\`\\"\\\$]*)
15342 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15343 ;;
15344 *)
15345 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15346 ;;
15347 esac
15348done
15349
15350# Double-quote double-evaled strings.
15351for var in reload_cmds \
15352old_postinstall_cmds \
15353old_postuninstall_cmds \
15354old_archive_cmds \
15355extract_expsyms_cmds \
15356old_archive_from_new_cmds \
15357old_archive_from_expsyms_cmds \
15358archive_cmds \
15359archive_expsym_cmds \
15360module_cmds \
15361module_expsym_cmds \
15362export_symbols_cmds \
15363prelink_cmds \
15364postinstall_cmds \
15365postuninstall_cmds \
15366finish_cmds \
15367sys_lib_search_path_spec \
15368sys_lib_dlsearch_path_spec; do
15369 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15370 *[\\\\\\\`\\"\\\$]*)
15371 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15372 ;;
15373 *)
15374 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15375 ;;
15376 esac
15377done
15378
15379ac_aux_dir='$ac_aux_dir'
15380xsi_shell='$xsi_shell'
15381lt_shell_append='$lt_shell_append'
15382
15383# See if we are running on zsh, and set the options which allow our
15384# commands through without removal of \ escapes INIT.
15385if test -n "\${ZSH_VERSION+set}" ; then
15386 setopt NO_GLOB_SUBST
15387fi
15388
15389
15390 PACKAGE='$PACKAGE'
15391 VERSION='$VERSION'
15392 TIMESTAMP='$TIMESTAMP'
15393 RM='$RM'
15394 ofile='$ofile'
15395
15396
15397
15398# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15399 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15400 # from automake.
15401 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15402 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15403 LINGUAS="${LINGUAS-%UNSET%}"
15404
15405target_cpu_type=${target_cpu_type}
15406 cgen_cpu_prefix=${cgen_cpu_prefix}
15407 obj_format=${obj_format}
15408 te_file=${te_file}
15409
15410_ACEOF
15411
15412cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15413
15414# Handling of arguments.
15415for ac_config_target in $ac_config_targets
15416do
15417 case $ac_config_target in
15418 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15419 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15420 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15421 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15422 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15423 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15424 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15425 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15426 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15427
15428 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15429 esac
15430done
15431
15432
15433# If the user did not use the arguments to specify the items to instantiate,
15434# then the envvar interface is used. Set only those that are not.
15435# We use the long form for the default assignment because of an extremely
15436# bizarre bug on SunOS 4.1.3.
15437if $ac_need_defaults; then
15438 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15439 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15440 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15441fi
15442
15443# Have a temporary directory for convenience. Make it in the build tree
15444# simply because there is no reason against having it here, and in addition,
15445# creating and moving files from /tmp can sometimes cause problems.
15446# Hook for its removal unless debugging.
15447# Note that there is a small window in which the directory will not be cleaned:
15448# after its creation but before its name has been assigned to `$tmp'.
15449$debug ||
15450{
15451 tmp= ac_tmp=
15452 trap 'exit_status=$?
15453 : "${ac_tmp:=$tmp}"
15454 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15455' 0
15456 trap 'as_fn_exit 1' 1 2 13 15
15457}
15458# Create a (secure) tmp directory for tmp files.
15459
15460{
15461 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15462 test -d "$tmp"
15463} ||
15464{
15465 tmp=./conf$$-$RANDOM
15466 (umask 077 && mkdir "$tmp")
15467} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15468ac_tmp=$tmp
15469
15470# Set up the scripts for CONFIG_FILES section.
15471# No need to generate them if there are no CONFIG_FILES.
15472# This happens for instance with `./config.status config.h'.
15473if test -n "$CONFIG_FILES"; then
15474
15475
15476ac_cr=`echo X | tr X '\015'`
15477# On cygwin, bash can eat \r inside `` if the user requested igncr.
15478# But we know of no other shell where ac_cr would be empty at this
15479# point, so we can use a bashism as a fallback.
15480if test "x$ac_cr" = x; then
15481 eval ac_cr=\$\'\\r\'
15482fi
15483ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15484if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15485 ac_cs_awk_cr='\\r'
15486else
15487 ac_cs_awk_cr=$ac_cr
15488fi
15489
15490echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15491_ACEOF
15492
15493
15494{
15495 echo "cat >conf$$subs.awk <<_ACEOF" &&
15496 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15497 echo "_ACEOF"
15498} >conf$$subs.sh ||
15499 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15500ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15501ac_delim='%!_!# '
15502for ac_last_try in false false false false false :; do
15503 . ./conf$$subs.sh ||
15504 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15505
15506 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15507 if test $ac_delim_n = $ac_delim_num; then
15508 break
15509 elif $ac_last_try; then
15510 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15511 else
15512 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15513 fi
15514done
15515rm -f conf$$subs.sh
15516
15517cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15518cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15519_ACEOF
15520sed -n '
15521h
15522s/^/S["/; s/!.*/"]=/
15523p
15524g
15525s/^[^!]*!//
15526:repl
15527t repl
15528s/'"$ac_delim"'$//
15529t delim
15530:nl
15531h
15532s/\(.\{148\}\)..*/\1/
15533t more1
15534s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15535p
15536n
15537b repl
15538:more1
15539s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15540p
15541g
15542s/.\{148\}//
15543t nl
15544:delim
15545h
15546s/\(.\{148\}\)..*/\1/
15547t more2
15548s/["\\]/\\&/g; s/^/"/; s/$/"/
15549p
15550b
15551:more2
15552s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15553p
15554g
15555s/.\{148\}//
15556t delim
15557' <conf$$subs.awk | sed '
15558/^[^""]/{
15559 N
15560 s/\n//
15561}
15562' >>$CONFIG_STATUS || ac_write_fail=1
15563rm -f conf$$subs.awk
15564cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15565_ACAWK
15566cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15567 for (key in S) S_is_set[key] = 1
15568 FS = "\a"
15569
15570}
15571{
15572 line = $ 0
15573 nfields = split(line, field, "@")
15574 substed = 0
15575 len = length(field[1])
15576 for (i = 2; i < nfields; i++) {
15577 key = field[i]
15578 keylen = length(key)
15579 if (S_is_set[key]) {
15580 value = S[key]
15581 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15582 len += length(value) + length(field[++i])
15583 substed = 1
15584 } else
15585 len += 1 + keylen
15586 }
15587
15588 print line
15589}
15590
15591_ACAWK
15592_ACEOF
15593cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15594if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15595 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15596else
15597 cat
15598fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15599 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15600_ACEOF
15601
15602# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15603# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15604# trailing colons and then remove the whole line if VPATH becomes empty
15605# (actually we leave an empty line to preserve line numbers).
15606if test "x$srcdir" = x.; then
15607 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15608h
15609s///
15610s/^/:/
15611s/[ ]*$/:/
15612s/:\$(srcdir):/:/g
15613s/:\${srcdir}:/:/g
15614s/:@srcdir@:/:/g
15615s/^:*//
15616s/:*$//
15617x
15618s/\(=[ ]*\).*/\1/
15619G
15620s/\n//
15621s/^[^=]*=[ ]*$//
15622}'
15623fi
15624
15625cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15626fi # test -n "$CONFIG_FILES"
15627
15628# Set up the scripts for CONFIG_HEADERS section.
15629# No need to generate them if there are no CONFIG_HEADERS.
15630# This happens for instance with `./config.status Makefile'.
15631if test -n "$CONFIG_HEADERS"; then
15632cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15633BEGIN {
15634_ACEOF
15635
15636# Transform confdefs.h into an awk script `defines.awk', embedded as
15637# here-document in config.status, that substitutes the proper values into
15638# config.h.in to produce config.h.
15639
15640# Create a delimiter string that does not exist in confdefs.h, to ease
15641# handling of long lines.
15642ac_delim='%!_!# '
15643for ac_last_try in false false :; do
15644 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15645 if test -z "$ac_tt"; then
15646 break
15647 elif $ac_last_try; then
15648 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15649 else
15650 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15651 fi
15652done
15653
15654# For the awk script, D is an array of macro values keyed by name,
15655# likewise P contains macro parameters if any. Preserve backslash
15656# newline sequences.
15657
15658ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15659sed -n '
15660s/.\{148\}/&'"$ac_delim"'/g
15661t rset
15662:rset
15663s/^[ ]*#[ ]*define[ ][ ]*/ /
15664t def
15665d
15666:def
15667s/\\$//
15668t bsnl
15669s/["\\]/\\&/g
15670s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15671D["\1"]=" \3"/p
15672s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15673d
15674:bsnl
15675s/["\\]/\\&/g
15676s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15677D["\1"]=" \3\\\\\\n"\\/p
15678t cont
15679s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15680t cont
15681d
15682:cont
15683n
15684s/.\{148\}/&'"$ac_delim"'/g
15685t clear
15686:clear
15687s/\\$//
15688t bsnlc
15689s/["\\]/\\&/g; s/^/"/; s/$/"/p
15690d
15691:bsnlc
15692s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15693b cont
15694' <confdefs.h | sed '
15695s/'"$ac_delim"'/"\\\
15696"/g' >>$CONFIG_STATUS || ac_write_fail=1
15697
15698cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15699 for (key in D) D_is_set[key] = 1
15700 FS = "\a"
15701}
15702/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15703 line = \$ 0
15704 split(line, arg, " ")
15705 if (arg[1] == "#") {
15706 defundef = arg[2]
15707 mac1 = arg[3]
15708 } else {
15709 defundef = substr(arg[1], 2)
15710 mac1 = arg[2]
15711 }
15712 split(mac1, mac2, "(") #)
15713 macro = mac2[1]
15714 prefix = substr(line, 1, index(line, defundef) - 1)
15715 if (D_is_set[macro]) {
15716 # Preserve the white space surrounding the "#".
15717 print prefix "define", macro P[macro] D[macro]
15718 next
15719 } else {
15720 # Replace #undef with comments. This is necessary, for example,
15721 # in the case of _POSIX_SOURCE, which is predefined and required
15722 # on some systems where configure will not decide to define it.
15723 if (defundef == "undef") {
15724 print "/*", prefix defundef, macro, "*/"
15725 next
15726 }
15727 }
15728}
15729{ print }
15730_ACAWK
15731_ACEOF
15732cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15733 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15734fi # test -n "$CONFIG_HEADERS"
15735
15736
15737eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15738shift
15739for ac_tag
15740do
15741 case $ac_tag in
15742 :[FHLC]) ac_mode=$ac_tag; continue;;
15743 esac
15744 case $ac_mode$ac_tag in
15745 :[FHL]*:*);;
15746 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15747 :[FH]-) ac_tag=-:-;;
15748 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15749 esac
15750 ac_save_IFS=$IFS
15751 IFS=:
15752 set x $ac_tag
15753 IFS=$ac_save_IFS
15754 shift
15755 ac_file=$1
15756 shift
15757
15758 case $ac_mode in
15759 :L) ac_source=$1;;
15760 :[FH])
15761 ac_file_inputs=
15762 for ac_f
15763 do
15764 case $ac_f in
15765 -) ac_f="$ac_tmp/stdin";;
15766 *) # Look for the file first in the build tree, then in the source tree
15767 # (if the path is not absolute). The absolute path cannot be DOS-style,
15768 # because $ac_f cannot contain `:'.
15769 test -f "$ac_f" ||
15770 case $ac_f in
15771 [\\/$]*) false;;
15772 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15773 esac ||
15774 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15775 esac
15776 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15777 as_fn_append ac_file_inputs " '$ac_f'"
15778 done
15779
15780 # Let's still pretend it is `configure' which instantiates (i.e., don't
15781 # use $as_me), people would be surprised to read:
15782 # /* config.h. Generated by config.status. */
15783 configure_input='Generated from '`
15784 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15785 `' by configure.'
15786 if test x"$ac_file" != x-; then
15787 configure_input="$ac_file. $configure_input"
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15789$as_echo "$as_me: creating $ac_file" >&6;}
15790 fi
15791 # Neutralize special characters interpreted by sed in replacement strings.
15792 case $configure_input in #(
15793 *\&* | *\|* | *\\* )
15794 ac_sed_conf_input=`$as_echo "$configure_input" |
15795 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15796 *) ac_sed_conf_input=$configure_input;;
15797 esac
15798
15799 case $ac_tag in
15800 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15801 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15802 esac
15803 ;;
15804 esac
15805
15806 ac_dir=`$as_dirname -- "$ac_file" ||
15807$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15808 X"$ac_file" : 'X\(//\)[^/]' \| \
15809 X"$ac_file" : 'X\(//\)$' \| \
15810 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15811$as_echo X"$ac_file" |
15812 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15813 s//\1/
15814 q
15815 }
15816 /^X\(\/\/\)[^/].*/{
15817 s//\1/
15818 q
15819 }
15820 /^X\(\/\/\)$/{
15821 s//\1/
15822 q
15823 }
15824 /^X\(\/\).*/{
15825 s//\1/
15826 q
15827 }
15828 s/.*/./; q'`
15829 as_dir="$ac_dir"; as_fn_mkdir_p
15830 ac_builddir=.
15831
15832case "$ac_dir" in
15833.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15834*)
15835 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15836 # A ".." for each directory in $ac_dir_suffix.
15837 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15838 case $ac_top_builddir_sub in
15839 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15840 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15841 esac ;;
15842esac
15843ac_abs_top_builddir=$ac_pwd
15844ac_abs_builddir=$ac_pwd$ac_dir_suffix
15845# for backward compatibility:
15846ac_top_builddir=$ac_top_build_prefix
15847
15848case $srcdir in
15849 .) # We are building in place.
15850 ac_srcdir=.
15851 ac_top_srcdir=$ac_top_builddir_sub
15852 ac_abs_top_srcdir=$ac_pwd ;;
15853 [\\/]* | ?:[\\/]* ) # Absolute name.
15854 ac_srcdir=$srcdir$ac_dir_suffix;
15855 ac_top_srcdir=$srcdir
15856 ac_abs_top_srcdir=$srcdir ;;
15857 *) # Relative name.
15858 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15859 ac_top_srcdir=$ac_top_build_prefix$srcdir
15860 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15861esac
15862ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15863
15864
15865 case $ac_mode in
15866 :F)
15867 #
15868 # CONFIG_FILE
15869 #
15870
15871 case $INSTALL in
15872 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15873 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15874 esac
15875 ac_MKDIR_P=$MKDIR_P
15876 case $MKDIR_P in
15877 [\\/$]* | ?:[\\/]* ) ;;
15878 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15879 esac
15880_ACEOF
15881
15882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15883# If the template does not know about datarootdir, expand it.
15884# FIXME: This hack should be removed a few years after 2.60.
15885ac_datarootdir_hack=; ac_datarootdir_seen=
15886ac_sed_dataroot='
15887/datarootdir/ {
15888 p
15889 q
15890}
15891/@datadir@/p
15892/@docdir@/p
15893/@infodir@/p
15894/@localedir@/p
15895/@mandir@/p'
15896case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15897*datarootdir*) ac_datarootdir_seen=yes;;
15898*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15900$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15901_ACEOF
15902cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15903 ac_datarootdir_hack='
15904 s&@datadir@&$datadir&g
15905 s&@docdir@&$docdir&g
15906 s&@infodir@&$infodir&g
15907 s&@localedir@&$localedir&g
15908 s&@mandir@&$mandir&g
15909 s&\\\${datarootdir}&$datarootdir&g' ;;
15910esac
15911_ACEOF
15912
15913# Neutralize VPATH when `$srcdir' = `.'.
15914# Shell code in configure.ac might set extrasub.
15915# FIXME: do we really want to maintain this feature?
15916cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15917ac_sed_extra="$ac_vpsub
15918$extrasub
15919_ACEOF
15920cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15921:t
15922/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15923s|@configure_input@|$ac_sed_conf_input|;t t
15924s&@top_builddir@&$ac_top_builddir_sub&;t t
15925s&@top_build_prefix@&$ac_top_build_prefix&;t t
15926s&@srcdir@&$ac_srcdir&;t t
15927s&@abs_srcdir@&$ac_abs_srcdir&;t t
15928s&@top_srcdir@&$ac_top_srcdir&;t t
15929s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15930s&@builddir@&$ac_builddir&;t t
15931s&@abs_builddir@&$ac_abs_builddir&;t t
15932s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15933s&@INSTALL@&$ac_INSTALL&;t t
15934s&@MKDIR_P@&$ac_MKDIR_P&;t t
15935$ac_datarootdir_hack
15936"
15937eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15938 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15939
15940test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15941 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15942 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15943 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15945which seems to be undefined. Please make sure it is defined" >&5
15946$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15947which seems to be undefined. Please make sure it is defined" >&2;}
15948
15949 rm -f "$ac_tmp/stdin"
15950 case $ac_file in
15951 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15952 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15953 esac \
15954 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15955 ;;
15956 :H)
15957 #
15958 # CONFIG_HEADER
15959 #
15960 if test x"$ac_file" != x-; then
15961 {
15962 $as_echo "/* $configure_input */" \
15963 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15964 } >"$ac_tmp/config.h" \
15965 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15966 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15967 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15968$as_echo "$as_me: $ac_file is unchanged" >&6;}
15969 else
15970 rm -f "$ac_file"
15971 mv "$ac_tmp/config.h" "$ac_file" \
15972 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15973 fi
15974 else
15975 $as_echo "/* $configure_input */" \
15976 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15977 || as_fn_error $? "could not create -" "$LINENO" 5
15978 fi
15979# Compute "$ac_file"'s index in $config_headers.
15980_am_arg="$ac_file"
15981_am_stamp_count=1
15982for _am_header in $config_headers :; do
15983 case $_am_header in
15984 $_am_arg | $_am_arg:* )
15985 break ;;
15986 * )
15987 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15988 esac
15989done
15990echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15991$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15992 X"$_am_arg" : 'X\(//\)[^/]' \| \
15993 X"$_am_arg" : 'X\(//\)$' \| \
15994 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15995$as_echo X"$_am_arg" |
15996 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15997 s//\1/
15998 q
15999 }
16000 /^X\(\/\/\)[^/].*/{
16001 s//\1/
16002 q
16003 }
16004 /^X\(\/\/\)$/{
16005 s//\1/
16006 q
16007 }
16008 /^X\(\/\).*/{
16009 s//\1/
16010 q
16011 }
16012 s/.*/./; q'`/stamp-h$_am_stamp_count
16013 ;;
16014
16015 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16016$as_echo "$as_me: executing $ac_file commands" >&6;}
16017 ;;
16018 esac
16019
16020
16021 case $ac_file$ac_mode in
16022 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16023 # Older Autoconf quotes --file arguments for eval, but not when files
16024 # are listed without --file. Let's play safe and only enable the eval
16025 # if we detect the quoting.
16026 case $CONFIG_FILES in
16027 *\'*) eval set x "$CONFIG_FILES" ;;
16028 *) set x $CONFIG_FILES ;;
16029 esac
16030 shift
16031 for mf
16032 do
16033 # Strip MF so we end up with the name of the file.
16034 mf=`echo "$mf" | sed -e 's/:.*$//'`
16035 # Check whether this is an Automake generated Makefile or not.
16036 # We used to match only the files named 'Makefile.in', but
16037 # some people rename them; so instead we look at the file content.
16038 # Grep'ing the first line is not enough: some people post-process
16039 # each Makefile.in and add a new line on top of each file to say so.
16040 # Grep'ing the whole file is not good either: AIX grep has a line
16041 # limit of 2048, but all sed's we know have understand at least 4000.
16042 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16043 dirpart=`$as_dirname -- "$mf" ||
16044$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16045 X"$mf" : 'X\(//\)[^/]' \| \
16046 X"$mf" : 'X\(//\)$' \| \
16047 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16048$as_echo X"$mf" |
16049 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16050 s//\1/
16051 q
16052 }
16053 /^X\(\/\/\)[^/].*/{
16054 s//\1/
16055 q
16056 }
16057 /^X\(\/\/\)$/{
16058 s//\1/
16059 q
16060 }
16061 /^X\(\/\).*/{
16062 s//\1/
16063 q
16064 }
16065 s/.*/./; q'`
16066 else
16067 continue
16068 fi
16069 # Extract the definition of DEPDIR, am__include, and am__quote
16070 # from the Makefile without running 'make'.
16071 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16072 test -z "$DEPDIR" && continue
16073 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16074 test -z "$am__include" && continue
16075 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16076 # Find all dependency output files, they are included files with
16077 # $(DEPDIR) in their names. We invoke sed twice because it is the
16078 # simplest approach to changing $(DEPDIR) to its actual value in the
16079 # expansion.
16080 for file in `sed -n "
16081 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16082 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16083 # Make sure the directory exists.
16084 test -f "$dirpart/$file" && continue
16085 fdir=`$as_dirname -- "$file" ||
16086$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16087 X"$file" : 'X\(//\)[^/]' \| \
16088 X"$file" : 'X\(//\)$' \| \
16089 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16090$as_echo X"$file" |
16091 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16092 s//\1/
16093 q
16094 }
16095 /^X\(\/\/\)[^/].*/{
16096 s//\1/
16097 q
16098 }
16099 /^X\(\/\/\)$/{
16100 s//\1/
16101 q
16102 }
16103 /^X\(\/\).*/{
16104 s//\1/
16105 q
16106 }
16107 s/.*/./; q'`
16108 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16109 # echo "creating $dirpart/$file"
16110 echo '# dummy' > "$dirpart/$file"
16111 done
16112 done
16113}
16114 ;;
16115 "libtool":C)
16116
16117 # See if we are running on zsh, and set the options which allow our
16118 # commands through without removal of \ escapes.
16119 if test -n "${ZSH_VERSION+set}" ; then
16120 setopt NO_GLOB_SUBST
16121 fi
16122
16123 cfgfile="${ofile}T"
16124 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16125 $RM "$cfgfile"
16126
16127 cat <<_LT_EOF >> "$cfgfile"
16128#! $SHELL
16129
16130# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16131# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16132# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16133# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16134#
16135# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16136# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16137# Written by Gordon Matzigkeit, 1996
16138#
16139# This file is part of GNU Libtool.
16140#
16141# GNU Libtool is free software; you can redistribute it and/or
16142# modify it under the terms of the GNU General Public License as
16143# published by the Free Software Foundation; either version 2 of
16144# the License, or (at your option) any later version.
16145#
16146# As a special exception to the GNU General Public License,
16147# if you distribute this file as part of a program or library that
16148# is built using GNU Libtool, you may include this file under the
16149# same distribution terms that you use for the rest of that program.
16150#
16151# GNU Libtool is distributed in the hope that it will be useful,
16152# but WITHOUT ANY WARRANTY; without even the implied warranty of
16153# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16154# GNU General Public License for more details.
16155#
16156# You should have received a copy of the GNU General Public License
16157# along with GNU Libtool; see the file COPYING. If not, a copy
16158# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16159# obtained by writing to the Free Software Foundation, Inc.,
16160# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16161
16162
16163# The names of the tagged configurations supported by this script.
16164available_tags=""
16165
16166# ### BEGIN LIBTOOL CONFIG
16167
16168# Which release of libtool.m4 was used?
16169macro_version=$macro_version
16170macro_revision=$macro_revision
16171
16172# Whether or not to build shared libraries.
16173build_libtool_libs=$enable_shared
16174
16175# Whether or not to build static libraries.
16176build_old_libs=$enable_static
16177
16178# What type of objects to build.
16179pic_mode=$pic_mode
16180
16181# Whether or not to optimize for fast installation.
16182fast_install=$enable_fast_install
16183
16184# Shell to use when invoking shell scripts.
16185SHELL=$lt_SHELL
16186
16187# An echo program that protects backslashes.
16188ECHO=$lt_ECHO
16189
16190# The host system.
16191host_alias=$host_alias
16192host=$host
16193host_os=$host_os
16194
16195# The build system.
16196build_alias=$build_alias
16197build=$build
16198build_os=$build_os
16199
16200# A sed program that does not truncate output.
16201SED=$lt_SED
16202
16203# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16204Xsed="\$SED -e 1s/^X//"
16205
16206# A grep program that handles long lines.
16207GREP=$lt_GREP
16208
16209# An ERE matcher.
16210EGREP=$lt_EGREP
16211
16212# A literal string matcher.
16213FGREP=$lt_FGREP
16214
16215# A BSD- or MS-compatible name lister.
16216NM=$lt_NM
16217
16218# Whether we need soft or hard links.
16219LN_S=$lt_LN_S
16220
16221# What is the maximum length of a command?
16222max_cmd_len=$max_cmd_len
16223
16224# Object file suffix (normally "o").
16225objext=$ac_objext
16226
16227# Executable file suffix (normally "").
16228exeext=$exeext
16229
16230# whether the shell understands "unset".
16231lt_unset=$lt_unset
16232
16233# turn spaces into newlines.
16234SP2NL=$lt_lt_SP2NL
16235
16236# turn newlines into spaces.
16237NL2SP=$lt_lt_NL2SP
16238
16239# An object symbol dumper.
16240OBJDUMP=$lt_OBJDUMP
16241
16242# Method to check whether dependent libraries are shared objects.
16243deplibs_check_method=$lt_deplibs_check_method
16244
16245# Command to use when deplibs_check_method == "file_magic".
16246file_magic_cmd=$lt_file_magic_cmd
16247
16248# The archiver.
16249AR=$lt_AR
16250AR_FLAGS=$lt_AR_FLAGS
16251
16252# A symbol stripping program.
16253STRIP=$lt_STRIP
16254
16255# Commands used to install an old-style archive.
16256RANLIB=$lt_RANLIB
16257old_postinstall_cmds=$lt_old_postinstall_cmds
16258old_postuninstall_cmds=$lt_old_postuninstall_cmds
16259
16260# Whether to use a lock for old archive extraction.
16261lock_old_archive_extraction=$lock_old_archive_extraction
16262
16263# A C compiler.
16264LTCC=$lt_CC
16265
16266# LTCC compiler flags.
16267LTCFLAGS=$lt_CFLAGS
16268
16269# Take the output of nm and produce a listing of raw symbols and C names.
16270global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16271
16272# Transform the output of nm in a proper C declaration.
16273global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16274
16275# Transform the output of nm in a C name address pair.
16276global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16277
16278# Transform the output of nm in a C name address pair when lib prefix is needed.
16279global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16280
16281# The name of the directory that contains temporary libtool files.
16282objdir=$objdir
16283
16284# Used to examine libraries when file_magic_cmd begins with "file".
16285MAGIC_CMD=$MAGIC_CMD
16286
16287# Must we lock files when doing compilation?
16288need_locks=$lt_need_locks
16289
16290# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16291DSYMUTIL=$lt_DSYMUTIL
16292
16293# Tool to change global to local symbols on Mac OS X.
16294NMEDIT=$lt_NMEDIT
16295
16296# Tool to manipulate fat objects and archives on Mac OS X.
16297LIPO=$lt_LIPO
16298
16299# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16300OTOOL=$lt_OTOOL
16301
16302# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16303OTOOL64=$lt_OTOOL64
16304
16305# Old archive suffix (normally "a").
16306libext=$libext
16307
16308# Shared library suffix (normally ".so").
16309shrext_cmds=$lt_shrext_cmds
16310
16311# The commands to extract the exported symbol list from a shared archive.
16312extract_expsyms_cmds=$lt_extract_expsyms_cmds
16313
16314# Variables whose values should be saved in libtool wrapper scripts and
16315# restored at link time.
16316variables_saved_for_relink=$lt_variables_saved_for_relink
16317
16318# Do we need the "lib" prefix for modules?
16319need_lib_prefix=$need_lib_prefix
16320
16321# Do we need a version for libraries?
16322need_version=$need_version
16323
16324# Library versioning type.
16325version_type=$version_type
16326
16327# Shared library runtime path variable.
16328runpath_var=$runpath_var
16329
16330# Shared library path variable.
16331shlibpath_var=$shlibpath_var
16332
16333# Is shlibpath searched before the hard-coded library search path?
16334shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16335
16336# Format of library name prefix.
16337libname_spec=$lt_libname_spec
16338
16339# List of archive names. First name is the real one, the rest are links.
16340# The last name is the one that the linker finds with -lNAME
16341library_names_spec=$lt_library_names_spec
16342
16343# The coded name of the library, if different from the real name.
16344soname_spec=$lt_soname_spec
16345
16346# Permission mode override for installation of shared libraries.
16347install_override_mode=$lt_install_override_mode
16348
16349# Command to use after installation of a shared archive.
16350postinstall_cmds=$lt_postinstall_cmds
16351
16352# Command to use after uninstallation of a shared archive.
16353postuninstall_cmds=$lt_postuninstall_cmds
16354
16355# Commands used to finish a libtool library installation in a directory.
16356finish_cmds=$lt_finish_cmds
16357
16358# As "finish_cmds", except a single script fragment to be evaled but
16359# not shown.
16360finish_eval=$lt_finish_eval
16361
16362# Whether we should hardcode library paths into libraries.
16363hardcode_into_libs=$hardcode_into_libs
16364
16365# Compile-time system search path for libraries.
16366sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16367
16368# Run-time system search path for libraries.
16369sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16370
16371# Whether dlopen is supported.
16372dlopen_support=$enable_dlopen
16373
16374# Whether dlopen of programs is supported.
16375dlopen_self=$enable_dlopen_self
16376
16377# Whether dlopen of statically linked programs is supported.
16378dlopen_self_static=$enable_dlopen_self_static
16379
16380# Commands to strip libraries.
16381old_striplib=$lt_old_striplib
16382striplib=$lt_striplib
16383
16384
16385# The linker used to build libraries.
16386LD=$lt_LD
16387
16388# How to create reloadable object files.
16389reload_flag=$lt_reload_flag
16390reload_cmds=$lt_reload_cmds
16391
16392# Commands used to build an old-style archive.
16393old_archive_cmds=$lt_old_archive_cmds
16394
16395# A language specific compiler.
16396CC=$lt_compiler
16397
16398# Is the compiler the GNU compiler?
16399with_gcc=$GCC
16400
16401# Compiler flag to turn off builtin functions.
16402no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16403
16404# How to pass a linker flag through the compiler.
16405wl=$lt_lt_prog_compiler_wl
16406
16407# Additional compiler flags for building library objects.
16408pic_flag=$lt_lt_prog_compiler_pic
16409
16410# Compiler flag to prevent dynamic linking.
16411link_static_flag=$lt_lt_prog_compiler_static
16412
16413# Does compiler simultaneously support -c and -o options?
16414compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16415
16416# Whether or not to add -lc for building shared libraries.
16417build_libtool_need_lc=$archive_cmds_need_lc
16418
16419# Whether or not to disallow shared libs when runtime libs are static.
16420allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16421
16422# Compiler flag to allow reflexive dlopens.
16423export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16424
16425# Compiler flag to generate shared objects directly from archives.
16426whole_archive_flag_spec=$lt_whole_archive_flag_spec
16427
16428# Whether the compiler copes with passing no objects directly.
16429compiler_needs_object=$lt_compiler_needs_object
16430
16431# Create an old-style archive from a shared archive.
16432old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16433
16434# Create a temporary old-style archive to link instead of a shared archive.
16435old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16436
16437# Commands used to build a shared archive.
16438archive_cmds=$lt_archive_cmds
16439archive_expsym_cmds=$lt_archive_expsym_cmds
16440
16441# Commands used to build a loadable module if different from building
16442# a shared archive.
16443module_cmds=$lt_module_cmds
16444module_expsym_cmds=$lt_module_expsym_cmds
16445
16446# Whether we are building with GNU ld or not.
16447with_gnu_ld=$lt_with_gnu_ld
16448
16449# Flag that allows shared libraries with undefined symbols to be built.
16450allow_undefined_flag=$lt_allow_undefined_flag
16451
16452# Flag that enforces no undefined symbols.
16453no_undefined_flag=$lt_no_undefined_flag
16454
16455# Flag to hardcode \$libdir into a binary during linking.
16456# This must work even if \$libdir does not exist
16457hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16458
16459# If ld is used when linking, flag to hardcode \$libdir into a binary
16460# during linking. This must work even if \$libdir does not exist.
16461hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16462
16463# Whether we need a single "-rpath" flag with a separated argument.
16464hardcode_libdir_separator=$lt_hardcode_libdir_separator
16465
16466# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16467# DIR into the resulting binary.
16468hardcode_direct=$hardcode_direct
16469
16470# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16471# DIR into the resulting binary and the resulting library dependency is
16472# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16473# library is relocated.
16474hardcode_direct_absolute=$hardcode_direct_absolute
16475
16476# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16477# into the resulting binary.
16478hardcode_minus_L=$hardcode_minus_L
16479
16480# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16481# into the resulting binary.
16482hardcode_shlibpath_var=$hardcode_shlibpath_var
16483
16484# Set to "yes" if building a shared library automatically hardcodes DIR
16485# into the library and all subsequent libraries and executables linked
16486# against it.
16487hardcode_automatic=$hardcode_automatic
16488
16489# Set to yes if linker adds runtime paths of dependent libraries
16490# to runtime path list.
16491inherit_rpath=$inherit_rpath
16492
16493# Whether libtool must link a program against all its dependency libraries.
16494link_all_deplibs=$link_all_deplibs
16495
16496# Fix the shell variable \$srcfile for the compiler.
16497fix_srcfile_path=$lt_fix_srcfile_path
16498
16499# Set to "yes" if exported symbols are required.
16500always_export_symbols=$always_export_symbols
16501
16502# The commands to list exported symbols.
16503export_symbols_cmds=$lt_export_symbols_cmds
16504
16505# Symbols that should not be listed in the preloaded symbols.
16506exclude_expsyms=$lt_exclude_expsyms
16507
16508# Symbols that must always be exported.
16509include_expsyms=$lt_include_expsyms
16510
16511# Commands necessary for linking programs (against libraries) with templates.
16512prelink_cmds=$lt_prelink_cmds
16513
16514# Specify filename containing input files.
16515file_list_spec=$lt_file_list_spec
16516
16517# How to hardcode a shared library path into an executable.
16518hardcode_action=$hardcode_action
16519
16520# ### END LIBTOOL CONFIG
16521
16522_LT_EOF
16523
16524 case $host_os in
16525 aix3*)
16526 cat <<\_LT_EOF >> "$cfgfile"
16527# AIX sometimes has problems with the GCC collect2 program. For some
16528# reason, if we set the COLLECT_NAMES environment variable, the problems
16529# vanish in a puff of smoke.
16530if test "X${COLLECT_NAMES+set}" != Xset; then
16531 COLLECT_NAMES=
16532 export COLLECT_NAMES
16533fi
16534_LT_EOF
16535 ;;
16536 esac
16537
16538
16539ltmain="$ac_aux_dir/ltmain.sh"
16540
16541
16542 # We use sed instead of cat because bash on DJGPP gets confused if
16543 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16544 # text mode, it properly converts lines to CR/LF. This bash problem
16545 # is reportedly fixed, but why not run on old versions too?
16546 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16547 || (rm -f "$cfgfile"; exit 1)
16548
16549 case $xsi_shell in
16550 yes)
16551 cat << \_LT_EOF >> "$cfgfile"
16552
16553# func_dirname file append nondir_replacement
16554# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16555# otherwise set result to NONDIR_REPLACEMENT.
16556func_dirname ()
16557{
16558 case ${1} in
16559 */*) func_dirname_result="${1%/*}${2}" ;;
16560 * ) func_dirname_result="${3}" ;;
16561 esac
16562}
16563
16564# func_basename file
16565func_basename ()
16566{
16567 func_basename_result="${1##*/}"
16568}
16569
16570# func_dirname_and_basename file append nondir_replacement
16571# perform func_basename and func_dirname in a single function
16572# call:
16573# dirname: Compute the dirname of FILE. If nonempty,
16574# add APPEND to the result, otherwise set result
16575# to NONDIR_REPLACEMENT.
16576# value returned in "$func_dirname_result"
16577# basename: Compute filename of FILE.
16578# value retuned in "$func_basename_result"
16579# Implementation must be kept synchronized with func_dirname
16580# and func_basename. For efficiency, we do not delegate to
16581# those functions but instead duplicate the functionality here.
16582func_dirname_and_basename ()
16583{
16584 case ${1} in
16585 */*) func_dirname_result="${1%/*}${2}" ;;
16586 * ) func_dirname_result="${3}" ;;
16587 esac
16588 func_basename_result="${1##*/}"
16589}
16590
16591# func_stripname prefix suffix name
16592# strip PREFIX and SUFFIX off of NAME.
16593# PREFIX and SUFFIX must not contain globbing or regex special
16594# characters, hashes, percent signs, but SUFFIX may contain a leading
16595# dot (in which case that matches only a dot).
16596func_stripname ()
16597{
16598 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16599 # positional parameters, so assign one to ordinary parameter first.
16600 func_stripname_result=${3}
16601 func_stripname_result=${func_stripname_result#"${1}"}
16602 func_stripname_result=${func_stripname_result%"${2}"}
16603}
16604
16605# func_opt_split
16606func_opt_split ()
16607{
16608 func_opt_split_opt=${1%%=*}
16609 func_opt_split_arg=${1#*=}
16610}
16611
16612# func_lo2o object
16613func_lo2o ()
16614{
16615 case ${1} in
16616 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16617 *) func_lo2o_result=${1} ;;
16618 esac
16619}
16620
16621# func_xform libobj-or-source
16622func_xform ()
16623{
16624 func_xform_result=${1%.*}.lo
16625}
16626
16627# func_arith arithmetic-term...
16628func_arith ()
16629{
16630 func_arith_result=$(( $* ))
16631}
16632
16633# func_len string
16634# STRING may not start with a hyphen.
16635func_len ()
16636{
16637 func_len_result=${#1}
16638}
16639
16640_LT_EOF
16641 ;;
16642 *) # Bourne compatible functions.
16643 cat << \_LT_EOF >> "$cfgfile"
16644
16645# func_dirname file append nondir_replacement
16646# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16647# otherwise set result to NONDIR_REPLACEMENT.
16648func_dirname ()
16649{
16650 # Extract subdirectory from the argument.
16651 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16652 if test "X$func_dirname_result" = "X${1}"; then
16653 func_dirname_result="${3}"
16654 else
16655 func_dirname_result="$func_dirname_result${2}"
16656 fi
16657}
16658
16659# func_basename file
16660func_basename ()
16661{
16662 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16663}
16664
16665
16666# func_stripname prefix suffix name
16667# strip PREFIX and SUFFIX off of NAME.
16668# PREFIX and SUFFIX must not contain globbing or regex special
16669# characters, hashes, percent signs, but SUFFIX may contain a leading
16670# dot (in which case that matches only a dot).
16671# func_strip_suffix prefix name
16672func_stripname ()
16673{
16674 case ${2} in
16675 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16676 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16677 esac
16678}
16679
16680# sed scripts:
16681my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16682my_sed_long_arg='1s/^-[^=]*=//'
16683
16684# func_opt_split
16685func_opt_split ()
16686{
16687 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16688 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16689}
16690
16691# func_lo2o object
16692func_lo2o ()
16693{
16694 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16695}
16696
16697# func_xform libobj-or-source
16698func_xform ()
16699{
16700 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16701}
16702
16703# func_arith arithmetic-term...
16704func_arith ()
16705{
16706 func_arith_result=`expr "$@"`
16707}
16708
16709# func_len string
16710# STRING may not start with a hyphen.
16711func_len ()
16712{
16713 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16714}
16715
16716_LT_EOF
16717esac
16718
16719case $lt_shell_append in
16720 yes)
16721 cat << \_LT_EOF >> "$cfgfile"
16722
16723# func_append var value
16724# Append VALUE to the end of shell variable VAR.
16725func_append ()
16726{
16727 eval "$1+=\$2"
16728}
16729_LT_EOF
16730 ;;
16731 *)
16732 cat << \_LT_EOF >> "$cfgfile"
16733
16734# func_append var value
16735# Append VALUE to the end of shell variable VAR.
16736func_append ()
16737{
16738 eval "$1=\$$1\$2"
16739}
16740
16741_LT_EOF
16742 ;;
16743 esac
16744
16745
16746 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16747 || (rm -f "$cfgfile"; exit 1)
16748
16749 mv -f "$cfgfile" "$ofile" ||
16750 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16751 chmod +x "$ofile"
16752
16753 ;;
16754 "default-1":C)
16755 for ac_file in $CONFIG_FILES; do
16756 # Support "outfile[:infile[:infile...]]"
16757 case "$ac_file" in
16758 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16759 esac
16760 # PO directories have a Makefile.in generated from Makefile.in.in.
16761 case "$ac_file" in */Makefile.in)
16762 # Adjust a relative srcdir.
16763 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16764 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16765 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16766 # In autoconf-2.13 it is called $ac_given_srcdir.
16767 # In autoconf-2.50 it is called $srcdir.
16768 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16769 case "$ac_given_srcdir" in
16770 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16771 /*) top_srcdir="$ac_given_srcdir" ;;
16772 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16773 esac
16774 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16775 rm -f "$ac_dir/POTFILES"
16776 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16777 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16778 POMAKEFILEDEPS="POTFILES.in"
16779 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16780 # on $ac_dir but don't depend on user-specified configuration
16781 # parameters.
16782 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16783 # The LINGUAS file contains the set of available languages.
16784 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16785 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16786 fi
16787 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16788 # Hide the ALL_LINGUAS assigment from automake.
16789 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16790 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16791 else
16792 # The set of available languages was given in configure.ac.
16793 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16794 fi
16795 case "$ac_given_srcdir" in
16796 .) srcdirpre= ;;
16797 *) srcdirpre='$(srcdir)/' ;;
16798 esac
16799 POFILES=
16800 GMOFILES=
16801 UPDATEPOFILES=
16802 DUMMYPOFILES=
16803 for lang in $ALL_LINGUAS; do
16804 POFILES="$POFILES $srcdirpre$lang.po"
16805 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16806 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16807 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16808 done
16809 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16810 # environment variable.
16811 INST_LINGUAS=
16812 if test -n "$ALL_LINGUAS"; then
16813 for presentlang in $ALL_LINGUAS; do
16814 useit=no
16815 if test "%UNSET%" != "$LINGUAS"; then
16816 desiredlanguages="$LINGUAS"
16817 else
16818 desiredlanguages="$ALL_LINGUAS"
16819 fi
16820 for desiredlang in $desiredlanguages; do
16821 # Use the presentlang catalog if desiredlang is
16822 # a. equal to presentlang, or
16823 # b. a variant of presentlang (because in this case,
16824 # presentlang can be used as a fallback for messages
16825 # which are not translated in the desiredlang catalog).
16826 case "$desiredlang" in
16827 "$presentlang"*) useit=yes;;
16828 esac
16829 done
16830 if test $useit = yes; then
16831 INST_LINGUAS="$INST_LINGUAS $presentlang"
16832 fi
16833 done
16834 fi
16835 CATALOGS=
16836 if test -n "$INST_LINGUAS"; then
16837 for lang in $INST_LINGUAS; do
16838 CATALOGS="$CATALOGS $lang.gmo"
16839 done
16840 fi
16841 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16842 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"
16843 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16844 if test -f "$f"; then
16845 case "$f" in
16846 *.orig | *.bak | *~) ;;
16847 *) cat "$f" >> "$ac_dir/Makefile" ;;
16848 esac
16849 fi
16850 done
16851 fi
16852 ;;
16853 esac
16854 done ;;
16855 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
16856 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16857 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16858 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16859 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16860 if test "x$cgen_cpu_prefix" != x ; then
16861 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16862 fi ;;
16863
16864 esac
16865done # for ac_tag
16866
16867
16868as_fn_exit 0
16869_ACEOF
16870ac_clean_files=$ac_clean_files_save
16871
16872test $ac_write_fail = 0 ||
16873 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16874
16875
16876# configure is writing to config.log, and then calls config.status.
16877# config.status does its own redirection, appending to config.log.
16878# Unfortunately, on DOS this fails, as config.log is still kept open
16879# by configure, so config.status won't be able to write to it; its
16880# output is simply discarded. So we exec the FD to /dev/null,
16881# effectively closing config.log, so it can be properly (re)opened and
16882# appended to by config.status. When coming back to configure, we
16883# need to make the FD available again.
16884if test "$no_create" != yes; then
16885 ac_cs_success=:
16886 ac_config_status_args=
16887 test "$silent" = yes &&
16888 ac_config_status_args="$ac_config_status_args --quiet"
16889 exec 5>/dev/null
16890 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16891 exec 5>>config.log
16892 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16893 # would make configure fail if this is the last instruction.
16894 $ac_cs_success || as_fn_exit 1
16895fi
16896if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16898$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16899fi
16900
16901
16902
16903touch config.status.tmp
16904if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16905 sed '/as_fn_exit 0/i \
16906sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16907touch --reference=Makefile Makefile.tmp \
16908mv Makefile.tmp Makefile \
16909' config.status > config.status.tmp
16910 touch --reference=config.status config.status.tmp
16911 mv config.status.tmp config.status
16912 chmod +x config.status
16913 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16914 touch --reference=Makefile Makefile.tmp
16915 mv Makefile.tmp Makefile
16916else
16917 rm -f config.status.tmp
16918fi