sim: avr: move global state to sim/cpu state
[deliverable/binutils-gdb.git] / sim / common / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
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 :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
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 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
b7026657 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
c906108c 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
c906108c 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
c906108c 393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
c906108c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
c906108c 418
b7026657
AC
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 425
c906108c 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
c906108c 457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
b7026657 469esac
c906108c 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
b7026657 491 fi
b7026657
AC
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
c906108c 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
c906108c 504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
c906108c 527
b7026657
AC
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
c906108c 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
c906108c 538
b7026657
AC
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 543
c906108c 544#
b7026657 545# Initializations.
c906108c 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
c906108c 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603TARGET_SUBDIR
604CPP_FOR_TARGET
605REPORT_BUGS_TEXI
606REPORT_BUGS_TO
607PKGVERSION
608sim_profile
609sim_trace
610sim_stdio
611sim_debug
612sim_cflags
613sim_bswap
614MAINT
31e6ad7d
MF
615MAINTAINER_MODE_FALSE
616MAINTAINER_MODE_TRUE
6bb11ab3
L
617lt_cv_dlopen_libs
618OTOOL64
619OTOOL
620LIPO
621NMEDIT
622DSYMUTIL
623AWK
624STRIP
625OBJDUMP
626LN_S
627NM
628ac_ct_DUMPBIN
629DUMPBIN
630LD
631FGREP
632SED
633LIBTOOL
634PLUGINS_FALSE
635PLUGINS_TRUE
aadc9410
MF
636zlibinc
637zlibdir
81ecdfbb
RW
638CATOBJEXT
639GENCAT
640INSTOBJEXT
641DATADIRNAME
642CATALOGS
643POSUB
644GMSGFMT
645XGETTEXT
646INCINTL
647LIBINTL_DEP
648LIBINTL
649USE_NLS
db2e4d67
MF
650GMAKE_FALSE
651GMAKE_TRUE
652MAKE
653CCDEPMODE
654DEPDIR
655am__leading_dot
5f3ef9d0 656PACKAGE
81ecdfbb
RW
657RANLIB
658AR
659HDEFINES
660CC_FOR_BUILD
661INSTALL_DATA
662INSTALL_SCRIPT
663INSTALL_PROGRAM
2232061b
MF
664EGREP
665GREP
666CPP
81ecdfbb
RW
667target_os
668target_vendor
669target_cpu
670target
671host_os
672host_vendor
673host_cpu
674host
675build_os
676build_vendor
677build_cpu
678build
6ffe910a
MF
679OBJEXT
680EXEEXT
681ac_ct_CC
682CPPFLAGS
683LDFLAGS
684CFLAGS
685CC
81ecdfbb
RW
686target_alias
687host_alias
688build_alias
689LIBS
690ECHO_T
691ECHO_N
692ECHO_C
693DEFS
694mandir
695localedir
696libdir
697psdir
698pdfdir
699dvidir
700htmldir
701infodir
702docdir
703oldincludedir
704includedir
705localstatedir
706sharedstatedir
707sysconfdir
708datadir
709datarootdir
710libexecdir
711sbindir
712bindir
713program_transform_name
714prefix
715exec_prefix
716PACKAGE_URL
717PACKAGE_BUGREPORT
718PACKAGE_STRING
719PACKAGE_VERSION
720PACKAGE_TARNAME
721PACKAGE_NAME
722PATH_SEPARATOR
723SHELL
724WERROR_CFLAGS
725WARN_CFLAGS
726sim_xor_endian
727sim_stdcall
728sim_smp
729sim_reserved_bits
730sim_regparm
731sim_packages
732sim_inline
733sim_hw
734sim_hw_objs
735sim_hw_cflags
736sim_default_model
737sim_scache
738sim_float
739sim_hostendian
740sim_endian
741sim_bitsize
742sim_assert
743sim_alignment
744sim_environment'
b7026657 745ac_subst_files=''
81ecdfbb
RW
746ac_user_opts='
747enable_option_checking
aadc9410 748with_system_zlib
6bb11ab3
L
749enable_plugins
750enable_shared
751enable_static
752with_pic
753enable_fast_install
754with_gnu_ld
755enable_libtool_lock
81ecdfbb
RW
756enable_maintainer_mode
757enable_sim_bswap
758enable_sim_cflags
759enable_sim_debug
760enable_sim_stdio
761enable_sim_trace
762enable_sim_profile
763with_pkgversion
764with_bugurl
765'
766 ac_precious_vars='build_alias
767host_alias
768target_alias
769CC
770CFLAGS
771LDFLAGS
772LIBS
773CPPFLAGS
774CPP'
775
c906108c
SS
776
777# Initialize some variables set by options.
b7026657
AC
778ac_init_help=
779ac_init_version=false
81ecdfbb
RW
780ac_unrecognized_opts=
781ac_unrecognized_sep=
c906108c
SS
782# The variables have the same names as the options, with
783# dashes changed to underlines.
b7026657 784cache_file=/dev/null
c906108c 785exec_prefix=NONE
c906108c 786no_create=
c906108c
SS
787no_recursion=
788prefix=NONE
789program_prefix=NONE
790program_suffix=NONE
791program_transform_name=s,x,x,
792silent=
793site=
794srcdir=
c906108c
SS
795verbose=
796x_includes=NONE
797x_libraries=NONE
b7026657
AC
798
799# Installation directory options.
800# These are left unexpanded so users can "make install exec_prefix=/foo"
801# and all the variables that are supposed to be based on exec_prefix
802# by default will actually change.
803# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 804# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
805bindir='${exec_prefix}/bin'
806sbindir='${exec_prefix}/sbin'
807libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
808datarootdir='${prefix}/share'
809datadir='${datarootdir}'
c906108c
SS
810sysconfdir='${prefix}/etc'
811sharedstatedir='${prefix}/com'
812localstatedir='${prefix}/var'
c906108c
SS
813includedir='${prefix}/include'
814oldincludedir='/usr/include'
81ecdfbb
RW
815docdir='${datarootdir}/doc/${PACKAGE}'
816infodir='${datarootdir}/info'
817htmldir='${docdir}'
818dvidir='${docdir}'
819pdfdir='${docdir}'
820psdir='${docdir}'
821libdir='${exec_prefix}/lib'
822localedir='${datarootdir}/locale'
823mandir='${datarootdir}/man'
c906108c 824
c906108c 825ac_prev=
81ecdfbb 826ac_dashdash=
c906108c
SS
827for ac_option
828do
c906108c
SS
829 # If the previous option needs an argument, assign it.
830 if test -n "$ac_prev"; then
81ecdfbb 831 eval $ac_prev=\$ac_option
c906108c
SS
832 ac_prev=
833 continue
834 fi
835
81ecdfbb
RW
836 case $ac_option in
837 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
838 *) ac_optarg=yes ;;
839 esac
c906108c
SS
840
841 # Accept the important Cygnus configure options, so we can diagnose typos.
842
81ecdfbb
RW
843 case $ac_dashdash$ac_option in
844 --)
845 ac_dashdash=yes ;;
c906108c
SS
846
847 -bindir | --bindir | --bindi | --bind | --bin | --bi)
848 ac_prev=bindir ;;
849 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 850 bindir=$ac_optarg ;;
c906108c
SS
851
852 -build | --build | --buil | --bui | --bu)
b7026657 853 ac_prev=build_alias ;;
c906108c 854 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 855 build_alias=$ac_optarg ;;
c906108c
SS
856
857 -cache-file | --cache-file | --cache-fil | --cache-fi \
858 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
859 ac_prev=cache_file ;;
860 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
861 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
862 cache_file=$ac_optarg ;;
863
864 --config-cache | -C)
865 cache_file=config.cache ;;
c906108c 866
81ecdfbb 867 -datadir | --datadir | --datadi | --datad)
c906108c 868 ac_prev=datadir ;;
81ecdfbb 869 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 870 datadir=$ac_optarg ;;
c906108c 871
81ecdfbb
RW
872 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
873 | --dataroo | --dataro | --datar)
874 ac_prev=datarootdir ;;
875 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
876 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
877 datarootdir=$ac_optarg ;;
878
c906108c 879 -disable-* | --disable-*)
81ecdfbb 880 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 881 # Reject names that are not valid shell variable names.
81ecdfbb
RW
882 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
883 as_fn_error "invalid feature name: $ac_useropt"
884 ac_useropt_orig=$ac_useropt
885 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
886 case $ac_user_opts in
887 *"
888"enable_$ac_useropt"
889"*) ;;
890 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
891 ac_unrecognized_sep=', ';;
892 esac
893 eval enable_$ac_useropt=no ;;
894
895 -docdir | --docdir | --docdi | --doc | --do)
896 ac_prev=docdir ;;
897 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
898 docdir=$ac_optarg ;;
899
900 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
901 ac_prev=dvidir ;;
902 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
903 dvidir=$ac_optarg ;;
c906108c
SS
904
905 -enable-* | --enable-*)
81ecdfbb 906 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 907 # Reject names that are not valid shell variable names.
81ecdfbb
RW
908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
909 as_fn_error "invalid feature name: $ac_useropt"
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
c906108c 918 esac
81ecdfbb 919 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
920
921 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
922 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
923 | --exec | --exe | --ex)
924 ac_prev=exec_prefix ;;
925 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
926 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
927 | --exec=* | --exe=* | --ex=*)
b7026657 928 exec_prefix=$ac_optarg ;;
c906108c
SS
929
930 -gas | --gas | --ga | --g)
931 # Obsolete; use --with-gas.
932 with_gas=yes ;;
933
b7026657
AC
934 -help | --help | --hel | --he | -h)
935 ac_init_help=long ;;
936 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
937 ac_init_help=recursive ;;
938 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
939 ac_init_help=short ;;
c906108c
SS
940
941 -host | --host | --hos | --ho)
b7026657 942 ac_prev=host_alias ;;
c906108c 943 -host=* | --host=* | --hos=* | --ho=*)
b7026657 944 host_alias=$ac_optarg ;;
c906108c 945
81ecdfbb
RW
946 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
947 ac_prev=htmldir ;;
948 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
949 | --ht=*)
950 htmldir=$ac_optarg ;;
951
c906108c
SS
952 -includedir | --includedir | --includedi | --included | --include \
953 | --includ | --inclu | --incl | --inc)
954 ac_prev=includedir ;;
955 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
956 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 957 includedir=$ac_optarg ;;
c906108c
SS
958
959 -infodir | --infodir | --infodi | --infod | --info | --inf)
960 ac_prev=infodir ;;
961 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 962 infodir=$ac_optarg ;;
c906108c
SS
963
964 -libdir | --libdir | --libdi | --libd)
965 ac_prev=libdir ;;
966 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 967 libdir=$ac_optarg ;;
c906108c
SS
968
969 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
970 | --libexe | --libex | --libe)
971 ac_prev=libexecdir ;;
972 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
973 | --libexe=* | --libex=* | --libe=*)
b7026657 974 libexecdir=$ac_optarg ;;
c906108c 975
81ecdfbb
RW
976 -localedir | --localedir | --localedi | --localed | --locale)
977 ac_prev=localedir ;;
978 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
979 localedir=$ac_optarg ;;
980
c906108c 981 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 982 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
983 ac_prev=localstatedir ;;
984 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 985 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 986 localstatedir=$ac_optarg ;;
c906108c
SS
987
988 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
989 ac_prev=mandir ;;
990 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 991 mandir=$ac_optarg ;;
c906108c
SS
992
993 -nfp | --nfp | --nf)
994 # Obsolete; use --without-fp.
995 with_fp=no ;;
996
997 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 998 | --no-cr | --no-c | -n)
c906108c
SS
999 no_create=yes ;;
1000
1001 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1002 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1003 no_recursion=yes ;;
1004
1005 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1006 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1007 | --oldin | --oldi | --old | --ol | --o)
1008 ac_prev=oldincludedir ;;
1009 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1010 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1011 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1012 oldincludedir=$ac_optarg ;;
c906108c
SS
1013
1014 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1015 ac_prev=prefix ;;
1016 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1017 prefix=$ac_optarg ;;
c906108c
SS
1018
1019 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1020 | --program-pre | --program-pr | --program-p)
1021 ac_prev=program_prefix ;;
1022 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1023 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1024 program_prefix=$ac_optarg ;;
c906108c
SS
1025
1026 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1027 | --program-suf | --program-su | --program-s)
1028 ac_prev=program_suffix ;;
1029 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1030 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1031 program_suffix=$ac_optarg ;;
c906108c
SS
1032
1033 -program-transform-name | --program-transform-name \
1034 | --program-transform-nam | --program-transform-na \
1035 | --program-transform-n | --program-transform- \
1036 | --program-transform | --program-transfor \
1037 | --program-transfo | --program-transf \
1038 | --program-trans | --program-tran \
1039 | --progr-tra | --program-tr | --program-t)
1040 ac_prev=program_transform_name ;;
1041 -program-transform-name=* | --program-transform-name=* \
1042 | --program-transform-nam=* | --program-transform-na=* \
1043 | --program-transform-n=* | --program-transform-=* \
1044 | --program-transform=* | --program-transfor=* \
1045 | --program-transfo=* | --program-transf=* \
1046 | --program-trans=* | --program-tran=* \
1047 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1048 program_transform_name=$ac_optarg ;;
c906108c 1049
81ecdfbb
RW
1050 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1051 ac_prev=pdfdir ;;
1052 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1053 pdfdir=$ac_optarg ;;
1054
1055 -psdir | --psdir | --psdi | --psd | --ps)
1056 ac_prev=psdir ;;
1057 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1058 psdir=$ac_optarg ;;
1059
c906108c
SS
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 silent=yes ;;
1063
1064 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1065 ac_prev=sbindir ;;
1066 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1067 | --sbi=* | --sb=*)
b7026657 1068 sbindir=$ac_optarg ;;
c906108c
SS
1069
1070 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1071 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1072 | --sharedst | --shareds | --shared | --share | --shar \
1073 | --sha | --sh)
1074 ac_prev=sharedstatedir ;;
1075 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1076 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1077 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1078 | --sha=* | --sh=*)
b7026657 1079 sharedstatedir=$ac_optarg ;;
c906108c
SS
1080
1081 -site | --site | --sit)
1082 ac_prev=site ;;
1083 -site=* | --site=* | --sit=*)
b7026657 1084 site=$ac_optarg ;;
eb2d80b4 1085
c906108c
SS
1086 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1087 ac_prev=srcdir ;;
1088 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1089 srcdir=$ac_optarg ;;
c906108c
SS
1090
1091 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1092 | --syscon | --sysco | --sysc | --sys | --sy)
1093 ac_prev=sysconfdir ;;
1094 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1095 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1096 sysconfdir=$ac_optarg ;;
c906108c
SS
1097
1098 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1099 ac_prev=target_alias ;;
c906108c 1100 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1101 target_alias=$ac_optarg ;;
c906108c
SS
1102
1103 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1104 verbose=yes ;;
1105
b7026657
AC
1106 -version | --version | --versio | --versi | --vers | -V)
1107 ac_init_version=: ;;
c906108c
SS
1108
1109 -with-* | --with-*)
81ecdfbb 1110 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1111 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1112 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1113 as_fn_error "invalid package name: $ac_useropt"
1114 ac_useropt_orig=$ac_useropt
1115 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1116 case $ac_user_opts in
1117 *"
1118"with_$ac_useropt"
1119"*) ;;
1120 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1121 ac_unrecognized_sep=', ';;
c906108c 1122 esac
81ecdfbb 1123 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1124
1125 -without-* | --without-*)
81ecdfbb 1126 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1127 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1129 as_fn_error "invalid package name: $ac_useropt"
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1133 *"
1134"with_$ac_useropt"
1135"*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
1138 esac
1139 eval with_$ac_useropt=no ;;
c906108c
SS
1140
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1144
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1150 x_includes=$ac_optarg ;;
c906108c
SS
1151
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1157 x_libraries=$ac_optarg ;;
c906108c 1158
81ecdfbb
RW
1159 -*) as_fn_error "unrecognized option: \`$ac_option'
1160Try \`$0 --help' for more information."
c906108c
SS
1161 ;;
1162
b7026657
AC
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1166 case $ac_envvar in #(
1167 '' | [0-9]* | *[!_$as_cr_alnum]* )
1168 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1169 esac
1170 eval $ac_envvar=\$ac_optarg
b7026657
AC
1171 export $ac_envvar ;;
1172
c906108c 1173 *)
b7026657 1174 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1175 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1177 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1179 ;;
1180
1181 esac
1182done
1183
1184if test -n "$ac_prev"; then
b7026657 1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1186 as_fn_error "missing argument to $ac_option"
c906108c 1187fi
c906108c 1188
81ecdfbb
RW
1189if test -n "$ac_unrecognized_opts"; then
1190 case $enable_option_checking in
1191 no) ;;
1192 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1193 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1194 esac
81ecdfbb 1195fi
c906108c 1196
81ecdfbb
RW
1197# Check all directory arguments for consistency.
1198for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1199 datadir sysconfdir sharedstatedir localstatedir includedir \
1200 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1201 libdir localedir mandir
c906108c 1202do
81ecdfbb
RW
1203 eval ac_val=\$$ac_var
1204 # Remove trailing slashes.
1205 case $ac_val in
1206 */ )
1207 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1208 eval $ac_var=\$ac_val;;
1209 esac
1210 # Be sure to have absolute directory names.
b7026657 1211 case $ac_val in
81ecdfbb
RW
1212 [\\/$]* | ?:[\\/]* ) continue;;
1213 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1214 esac
81ecdfbb 1215 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1216done
1217
b7026657
AC
1218# There might be people who depend on the old broken behavior: `$host'
1219# used to hold the argument of --host etc.
1220# FIXME: To remove some day.
1221build=$build_alias
1222host=$host_alias
1223target=$target_alias
1224
1225# FIXME: To remove some day.
1226if test "x$host_alias" != x; then
1227 if test "x$build_alias" = x; then
1228 cross_compiling=maybe
81ecdfbb 1229 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1230 If a cross compiler is detected then cross compile mode will be used." >&2
1231 elif test "x$build_alias" != "x$host_alias"; then
1232 cross_compiling=yes
1233 fi
1234fi
c906108c 1235
b7026657
AC
1236ac_tool_prefix=
1237test -n "$host_alias" && ac_tool_prefix=$host_alias-
1238
1239test "$silent" = yes && exec 6>/dev/null
c906108c 1240
c906108c 1241
81ecdfbb
RW
1242ac_pwd=`pwd` && test -n "$ac_pwd" &&
1243ac_ls_di=`ls -di .` &&
1244ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1245 as_fn_error "working directory cannot be determined"
1246test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1247 as_fn_error "pwd does not report name of working directory"
1248
1249
c906108c
SS
1250# Find the source files, if location was not specified.
1251if test -z "$srcdir"; then
1252 ac_srcdir_defaulted=yes
81ecdfbb
RW
1253 # Try the directory containing this script, then the parent directory.
1254 ac_confdir=`$as_dirname -- "$as_myself" ||
1255$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1256 X"$as_myself" : 'X\(//\)[^/]' \| \
1257 X"$as_myself" : 'X\(//\)$' \| \
1258 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1259$as_echo X"$as_myself" |
1260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1261 s//\1/
1262 q
1263 }
1264 /^X\(\/\/\)[^/].*/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\/\)$/{
1269 s//\1/
1270 q
1271 }
1272 /^X\(\/\).*/{
1273 s//\1/
1274 q
1275 }
1276 s/.*/./; q'`
c906108c 1277 srcdir=$ac_confdir
81ecdfbb 1278 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1279 srcdir=..
1280 fi
1281else
1282 ac_srcdir_defaulted=no
1283fi
81ecdfbb
RW
1284if test ! -r "$srcdir/$ac_unique_file"; then
1285 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1286 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1287fi
1288ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1289ac_abs_confdir=`(
1290 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1291 pwd)`
1292# When building in place, set srcdir=.
1293if test "$ac_abs_confdir" = "$ac_pwd"; then
1294 srcdir=.
1295fi
1296# Remove unnecessary trailing slashes from srcdir.
1297# Double slashes in file names in object file debugging info
1298# mess up M-x gdb in Emacs.
1299case $srcdir in
1300*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1301esac
1302for ac_var in $ac_precious_vars; do
1303 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1304 eval ac_env_${ac_var}_value=\$${ac_var}
1305 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1306 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1307done
c906108c 1308
b7026657
AC
1309#
1310# Report the --help message.
1311#
1312if test "$ac_init_help" = "long"; then
1313 # Omit some internal or obsolete options to make the list less imposing.
1314 # This message is too long to be a string in the A/UX 3.1 sh.
1315 cat <<_ACEOF
1316\`configure' configures this package to adapt to many kinds of systems.
c906108c 1317
b7026657 1318Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1319
b7026657
AC
1320To assign environment variables (e.g., CC, CFLAGS...), specify them as
1321VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1322
b7026657 1323Defaults for the options are specified in brackets.
c906108c 1324
b7026657
AC
1325Configuration:
1326 -h, --help display this help and exit
1327 --help=short display options specific to this package
1328 --help=recursive display the short help of all the included packages
1329 -V, --version display version information and exit
1330 -q, --quiet, --silent do not print \`checking...' messages
1331 --cache-file=FILE cache test results in FILE [disabled]
1332 -C, --config-cache alias for \`--cache-file=config.cache'
1333 -n, --no-create do not create output files
1334 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1335
b7026657
AC
1336Installation directories:
1337 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1338 [$ac_default_prefix]
b7026657 1339 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1340 [PREFIX]
c906108c 1341
b7026657
AC
1342By default, \`make install' will install all the files in
1343\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1344an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1345for instance \`--prefix=\$HOME'.
c906108c 1346
b7026657
AC
1347For better control, use the options below.
1348
1349Fine tuning of the installation directories:
81ecdfbb
RW
1350 --bindir=DIR user executables [EPREFIX/bin]
1351 --sbindir=DIR system admin executables [EPREFIX/sbin]
1352 --libexecdir=DIR program executables [EPREFIX/libexec]
1353 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1354 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1355 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1356 --libdir=DIR object code libraries [EPREFIX/lib]
1357 --includedir=DIR C header files [PREFIX/include]
1358 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1359 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1360 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1361 --infodir=DIR info documentation [DATAROOTDIR/info]
1362 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1363 --mandir=DIR man documentation [DATAROOTDIR/man]
1364 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1365 --htmldir=DIR html documentation [DOCDIR]
1366 --dvidir=DIR dvi documentation [DOCDIR]
1367 --pdfdir=DIR pdf documentation [DOCDIR]
1368 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1369_ACEOF
1370
1371 cat <<\_ACEOF
1372
1373Program names:
1374 --program-prefix=PREFIX prepend PREFIX to installed program names
1375 --program-suffix=SUFFIX append SUFFIX to installed program names
1376 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1377
1378System types:
1379 --build=BUILD configure for building on BUILD [guessed]
1380 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1381 --target=TARGET configure for building compilers for TARGET [HOST]
1382_ACEOF
c906108c 1383fi
b7026657
AC
1384
1385if test -n "$ac_init_help"; then
1386
1387 cat <<\_ACEOF
1388
1389Optional Features:
81ecdfbb 1390 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1391 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1392 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1393 --enable-plugins Enable support for plugins
6bb11ab3
L
1394 --enable-shared[=PKGS] build shared libraries [default=yes]
1395 --enable-static[=PKGS] build static libraries [default=yes]
1396 --enable-fast-install[=PKGS]
1397 optimize for fast installation [default=yes]
1398 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1399 --enable-maintainer-mode enable make rules and dependencies not useful
1400 (and sometimes confusing) to the casual installer
8d0978fb
MF
1401 --enable-sim-bswap Use Host specific BSWAP instruction
1402 --enable-sim-cflags=opts
1403 Extra CFLAGS for use in building simulator
1404 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1405 itself)
1406 --enable-sim-stdio Specify whether to use stdio for console
1407 input/output
1408 --enable-sim-trace=opts Enable tracing of simulated programs
1409 --enable-sim-profile=opts
1410 Enable profiling flags
b7026657 1411
6efef468
JM
1412Optional Packages:
1413 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1414 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1415 --with-system-zlib use installed libz
6bb11ab3
L
1416 --with-pic try to use only PIC/non-PIC objects [default=use
1417 both]
1418 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1419 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1420 --with-bugurl=URL Direct users to URL to report a bug
1421
b7026657
AC
1422Some influential environment variables:
1423 CC C compiler command
1424 CFLAGS C compiler flags
1425 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1426 nonstandard directory <lib dir>
81ecdfbb
RW
1427 LIBS libraries to pass to the linker, e.g. -l<library>
1428 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1429 you have headers in a nonstandard directory <include dir>
b7026657
AC
1430 CPP C preprocessor
1431
1432Use these variables to override the choices made by `configure' or to help
1433it to find libraries and programs with nonstandard names/locations.
1434
81ecdfbb 1435Report bugs to the package provider.
b7026657 1436_ACEOF
81ecdfbb 1437ac_status=$?
c906108c
SS
1438fi
1439
b7026657
AC
1440if test "$ac_init_help" = "recursive"; then
1441 # If there are subdirs, report their specific --help.
b7026657 1442 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1443 test -d "$ac_dir" ||
1444 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1445 continue
b7026657 1446 ac_builddir=.
c906108c 1447
81ecdfbb
RW
1448case "$ac_dir" in
1449.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450*)
1451 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1452 # A ".." for each directory in $ac_dir_suffix.
1453 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1454 case $ac_top_builddir_sub in
1455 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1457 esac ;;
1458esac
1459ac_abs_top_builddir=$ac_pwd
1460ac_abs_builddir=$ac_pwd$ac_dir_suffix
1461# for backward compatibility:
1462ac_top_builddir=$ac_top_build_prefix
c906108c 1463
b7026657 1464case $srcdir in
81ecdfbb 1465 .) # We are building in place.
b7026657 1466 ac_srcdir=.
81ecdfbb
RW
1467 ac_top_srcdir=$ac_top_builddir_sub
1468 ac_abs_top_srcdir=$ac_pwd ;;
1469 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1470 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1471 ac_top_srcdir=$srcdir
1472 ac_abs_top_srcdir=$srcdir ;;
1473 *) # Relative name.
1474 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1475 ac_top_srcdir=$ac_top_build_prefix$srcdir
1476 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1477esac
81ecdfbb
RW
1478ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1479
1480 cd "$ac_dir" || { ac_status=$?; continue; }
1481 # Check for guested configure.
1482 if test -f "$ac_srcdir/configure.gnu"; then
1483 echo &&
1484 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1485 elif test -f "$ac_srcdir/configure"; then
1486 echo &&
1487 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1488 else
81ecdfbb
RW
1489 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1490 fi || ac_status=$?
1491 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1492 done
c906108c 1493fi
b7026657 1494
81ecdfbb 1495test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1496if $ac_init_version; then
1497 cat <<\_ACEOF
81ecdfbb
RW
1498configure
1499generated by GNU Autoconf 2.64
b7026657 1500
81ecdfbb 1501Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1502This configure script is free software; the Free Software Foundation
1503gives unlimited permission to copy, distribute and modify it.
1504_ACEOF
81ecdfbb 1505 exit
b7026657 1506fi
b7026657 1507
81ecdfbb
RW
1508## ------------------------ ##
1509## Autoconf initialization. ##
1510## ------------------------ ##
b7026657 1511
81ecdfbb
RW
1512# ac_fn_c_try_compile LINENO
1513# --------------------------
1514# Try to compile conftest.$ac_ext, and return whether this succeeded.
1515ac_fn_c_try_compile ()
b7026657 1516{
81ecdfbb
RW
1517 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1518 rm -f conftest.$ac_objext
1519 if { { ac_try="$ac_compile"
1520case "(($ac_try" in
1521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1522 *) ac_try_echo=$ac_try;;
1523esac
1524eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1525$as_echo "$ac_try_echo"; } >&5
1526 (eval "$ac_compile") 2>conftest.err
1527 ac_status=$?
1528 if test -s conftest.err; then
1529 grep -v '^ *+' conftest.err >conftest.er1
1530 cat conftest.er1 >&5
1531 mv -f conftest.er1 conftest.err
1532 fi
1533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1534 test $ac_status = 0; } && {
1535 test -z "$ac_c_werror_flag" ||
1536 test ! -s conftest.err
1537 } && test -s conftest.$ac_objext; then :
1538 ac_retval=0
1539else
1540 $as_echo "$as_me: failed program was:" >&5
1541sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1542
81ecdfbb
RW
1543 ac_retval=1
1544fi
1545 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1546 return $ac_retval
b7026657 1547
81ecdfbb 1548} # ac_fn_c_try_compile
b7026657 1549
81ecdfbb
RW
1550# ac_fn_c_try_cpp LINENO
1551# ----------------------
1552# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1553ac_fn_c_try_cpp ()
1554{
1555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1556 if { { ac_try="$ac_cpp conftest.$ac_ext"
1557case "(($ac_try" in
1558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1559 *) ac_try_echo=$ac_try;;
1560esac
1561eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1562$as_echo "$ac_try_echo"; } >&5
1563 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1564 ac_status=$?
1565 if test -s conftest.err; then
1566 grep -v '^ *+' conftest.err >conftest.er1
1567 cat conftest.er1 >&5
1568 mv -f conftest.er1 conftest.err
1569 fi
1570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1571 test $ac_status = 0; } >/dev/null && {
1572 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1573 test ! -s conftest.err
1574 }; then :
1575 ac_retval=0
1576else
1577 $as_echo "$as_me: failed program was:" >&5
1578sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1579
81ecdfbb
RW
1580 ac_retval=1
1581fi
1582 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1583 return $ac_retval
b7026657 1584
81ecdfbb 1585} # ac_fn_c_try_cpp
b7026657 1586
81ecdfbb
RW
1587# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1588# -------------------------------------------------------
1589# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1590# the include files in INCLUDES and setting the cache variable VAR
1591# accordingly.
1592ac_fn_c_check_header_mongrel ()
1593{
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1597$as_echo_n "checking for $2... " >&6; }
1598if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1599 $as_echo_n "(cached) " >&6
1600fi
1601eval ac_res=\$$3
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1603$as_echo "$ac_res" >&6; }
1604else
1605 # Is the header compilable?
1606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1607$as_echo_n "checking $2 usability... " >&6; }
1608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1609/* end confdefs.h. */
1610$4
1611#include <$2>
1612_ACEOF
1613if ac_fn_c_try_compile "$LINENO"; then :
1614 ac_header_compiler=yes
1615else
1616 ac_header_compiler=no
1617fi
1618rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1620$as_echo "$ac_header_compiler" >&6; }
1621
1622# Is the header present?
1623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1624$as_echo_n "checking $2 presence... " >&6; }
1625cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1626/* end confdefs.h. */
1627#include <$2>
1628_ACEOF
1629if ac_fn_c_try_cpp "$LINENO"; then :
1630 ac_header_preproc=yes
1631else
1632 ac_header_preproc=no
1633fi
1634rm -f conftest.err conftest.$ac_ext
1635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1636$as_echo "$ac_header_preproc" >&6; }
1637
1638# So? What about this header?
1639case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1640 yes:no: )
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1642$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1644$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1645 ;;
1646 no:yes:* )
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1648$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1650$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1652$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1654$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1656$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1657 ;;
1658esac
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1660$as_echo_n "checking for $2... " >&6; }
1661if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1662 $as_echo_n "(cached) " >&6
1663else
1664 eval "$3=\$ac_header_compiler"
1665fi
1666eval ac_res=\$$3
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1668$as_echo "$ac_res" >&6; }
1669fi
1670 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1671
1672} # ac_fn_c_check_header_mongrel
1673
1674# ac_fn_c_try_run LINENO
1675# ----------------------
1676# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1677# that executables *can* be run.
1678ac_fn_c_try_run ()
1679{
1680 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1681 if { { ac_try="$ac_link"
1682case "(($ac_try" in
1683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1684 *) ac_try_echo=$ac_try;;
1685esac
1686eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1687$as_echo "$ac_try_echo"; } >&5
1688 (eval "$ac_link") 2>&5
1689 ac_status=$?
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1692 { { case "(($ac_try" in
1693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1694 *) ac_try_echo=$ac_try;;
1695esac
1696eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1697$as_echo "$ac_try_echo"; } >&5
1698 (eval "$ac_try") 2>&5
1699 ac_status=$?
1700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1701 test $ac_status = 0; }; }; then :
1702 ac_retval=0
1703else
1704 $as_echo "$as_me: program exited with status $ac_status" >&5
1705 $as_echo "$as_me: failed program was:" >&5
1706sed 's/^/| /' conftest.$ac_ext >&5
1707
1708 ac_retval=$ac_status
1709fi
1710 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1711 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1712 return $ac_retval
1713
1714} # ac_fn_c_try_run
1715
1716# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1717# -------------------------------------------------------
1718# Tests whether HEADER exists and can be compiled using the include files in
1719# INCLUDES, setting the cache variable VAR accordingly.
1720ac_fn_c_check_header_compile ()
1721{
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1724$as_echo_n "checking for $2... " >&6; }
1725if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1726 $as_echo_n "(cached) " >&6
1727else
1728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1729/* end confdefs.h. */
1730$4
1731#include <$2>
1732_ACEOF
1733if ac_fn_c_try_compile "$LINENO"; then :
1734 eval "$3=yes"
1735else
1736 eval "$3=no"
1737fi
1738rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1739fi
1740eval ac_res=\$$3
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1742$as_echo "$ac_res" >&6; }
1743 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1744
1745} # ac_fn_c_check_header_compile
1746
1747# ac_fn_c_try_link LINENO
1748# -----------------------
1749# Try to link conftest.$ac_ext, and return whether this succeeded.
1750ac_fn_c_try_link ()
1751{
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 rm -f conftest.$ac_objext conftest$ac_exeext
1754 if { { ac_try="$ac_link"
1755case "(($ac_try" in
1756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1757 *) ac_try_echo=$ac_try;;
1758esac
1759eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1760$as_echo "$ac_try_echo"; } >&5
1761 (eval "$ac_link") 2>conftest.err
1762 ac_status=$?
1763 if test -s conftest.err; then
1764 grep -v '^ *+' conftest.err >conftest.er1
1765 cat conftest.er1 >&5
1766 mv -f conftest.er1 conftest.err
1767 fi
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && {
1770 test -z "$ac_c_werror_flag" ||
1771 test ! -s conftest.err
1772 } && test -s conftest$ac_exeext && {
1773 test "$cross_compiling" = yes ||
1774 $as_test_x conftest$ac_exeext
1775 }; then :
1776 ac_retval=0
1777else
1778 $as_echo "$as_me: failed program was:" >&5
1779sed 's/^/| /' conftest.$ac_ext >&5
1780
1781 ac_retval=1
1782fi
1783 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1784 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1785 # interfere with the next link command; also delete a directory that is
1786 # left behind by Apple's compiler. We do this before executing the actions.
1787 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1788 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1789 return $ac_retval
1790
1791} # ac_fn_c_try_link
1792
1793# ac_fn_c_check_func LINENO FUNC VAR
1794# ----------------------------------
1795# Tests whether FUNC exists, setting the cache variable VAR accordingly
1796ac_fn_c_check_func ()
1797{
1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1800$as_echo_n "checking for $2... " >&6; }
1801if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1802 $as_echo_n "(cached) " >&6
1803else
1804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1805/* end confdefs.h. */
1806/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1808#define $2 innocuous_$2
1809
1810/* System header to define __stub macros and hopefully few prototypes,
1811 which can conflict with char $2 (); below.
1812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1813 <limits.h> exists even on freestanding compilers. */
1814
1815#ifdef __STDC__
1816# include <limits.h>
1817#else
1818# include <assert.h>
1819#endif
1820
1821#undef $2
1822
1823/* Override any GCC internal prototype to avoid an error.
1824 Use char because int might match the return type of a GCC
1825 builtin and then its argument prototype would still apply. */
1826#ifdef __cplusplus
1827extern "C"
1828#endif
1829char $2 ();
1830/* The GNU C library defines this for functions which it implements
1831 to always fail with ENOSYS. Some functions are actually named
1832 something starting with __ and the normal name is an alias. */
1833#if defined __stub_$2 || defined __stub___$2
1834choke me
1835#endif
1836
1837int
1838main ()
1839{
1840return $2 ();
1841 ;
1842 return 0;
1843}
1844_ACEOF
1845if ac_fn_c_try_link "$LINENO"; then :
1846 eval "$3=yes"
1847else
1848 eval "$3=no"
1849fi
1850rm -f core conftest.err conftest.$ac_objext \
1851 conftest$ac_exeext conftest.$ac_ext
1852fi
1853eval ac_res=\$$3
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855$as_echo "$ac_res" >&6; }
1856 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1857
1858} # ac_fn_c_check_func
1859
1860# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1861# ----------------------------------------------------
1862# Tries to find if the field MEMBER exists in type AGGR, after including
1863# INCLUDES, setting cache variable VAR accordingly.
1864ac_fn_c_check_member ()
1865{
44330079
RW
1866 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1868$as_echo_n "checking for $2.$3... " >&6; }
1869if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1870 $as_echo_n "(cached) " >&6
1871else
1872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1873/* end confdefs.h. */
1874$5
1875int
1876main ()
1877{
1878static $2 ac_aggr;
1879if (ac_aggr.$3)
1880return 0;
1881 ;
1882 return 0;
1883}
1884_ACEOF
1885if ac_fn_c_try_compile "$LINENO"; then :
1886 eval "$4=yes"
1887else
1888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1889/* end confdefs.h. */
1890$5
1891int
1892main ()
1893{
1894static $2 ac_aggr;
1895if (sizeof ac_aggr.$3)
1896return 0;
1897 ;
1898 return 0;
1899}
1900_ACEOF
1901if ac_fn_c_try_compile "$LINENO"; then :
1902 eval "$4=yes"
1903else
1904 eval "$4=no"
1905fi
1906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1907fi
1908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1909fi
1910eval ac_res=\$$4
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1912$as_echo "$ac_res" >&6; }
1913 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1914
81ecdfbb 1915} # ac_fn_c_check_member
75005b3a
MF
1916
1917# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1918# -------------------------------------------
1919# Tests whether TYPE exists after having included INCLUDES, setting cache
1920# variable VAR accordingly.
1921ac_fn_c_check_type ()
1922{
1923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1925$as_echo_n "checking for $2... " >&6; }
1926if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927 $as_echo_n "(cached) " >&6
1928else
1929 eval "$3=no"
1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931/* end confdefs.h. */
1932$4
1933int
1934main ()
1935{
1936if (sizeof ($2))
1937 return 0;
1938 ;
1939 return 0;
1940}
1941_ACEOF
1942if ac_fn_c_try_compile "$LINENO"; then :
1943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1944/* end confdefs.h. */
1945$4
1946int
1947main ()
1948{
1949if (sizeof (($2)))
1950 return 0;
1951 ;
1952 return 0;
1953}
1954_ACEOF
1955if ac_fn_c_try_compile "$LINENO"; then :
1956
1957else
1958 eval "$3=yes"
1959fi
1960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1961fi
1962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1963fi
1964eval ac_res=\$$3
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1966$as_echo "$ac_res" >&6; }
1967 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1968
1969} # ac_fn_c_check_type
81ecdfbb
RW
1970cat >config.log <<_ACEOF
1971This file contains any messages produced by compilers while
1972running configure, to aid debugging if configure makes a mistake.
1973
1974It was created by $as_me, which was
1975generated by GNU Autoconf 2.64. Invocation command line was
1976
1977 $ $0 $@
1978
1979_ACEOF
1980exec 5>>config.log
1981{
1982cat <<_ASUNAME
1983## --------- ##
1984## Platform. ##
1985## --------- ##
1986
1987hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1988uname -m = `(uname -m) 2>/dev/null || echo unknown`
1989uname -r = `(uname -r) 2>/dev/null || echo unknown`
1990uname -s = `(uname -s) 2>/dev/null || echo unknown`
1991uname -v = `(uname -v) 2>/dev/null || echo unknown`
1992
1993/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1994/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1995
1996/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1997/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1998/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1999/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2000/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2001/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2002/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2003
2004_ASUNAME
2005
2006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2007for as_dir in $PATH
2008do
2009 IFS=$as_save_IFS
2010 test -z "$as_dir" && as_dir=.
2011 $as_echo "PATH: $as_dir"
2012 done
2013IFS=$as_save_IFS
2014
2015} >&5
2016
2017cat >&5 <<_ACEOF
b7026657
AC
2018
2019
2020## ----------- ##
2021## Core tests. ##
2022## ----------- ##
2023
2024_ACEOF
2025
2026
2027# Keep a trace of the command line.
2028# Strip out --no-create and --no-recursion so they do not pile up.
2029# Strip out --silent because we don't want to record it for future runs.
2030# Also quote any args containing shell meta-characters.
2031# Make two passes to allow for proper duplicate-argument suppression.
2032ac_configure_args=
2033ac_configure_args0=
2034ac_configure_args1=
b7026657
AC
2035ac_must_keep_next=false
2036for ac_pass in 1 2
2037do
2038 for ac_arg
2039 do
2040 case $ac_arg in
2041 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2042 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2043 | -silent | --silent | --silen | --sile | --sil)
2044 continue ;;
81ecdfbb
RW
2045 *\'*)
2046 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2047 esac
2048 case $ac_pass in
81ecdfbb 2049 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2050 2)
81ecdfbb 2051 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2052 if test $ac_must_keep_next = true; then
2053 ac_must_keep_next=false # Got value, back to normal.
2054 else
2055 case $ac_arg in
2056 *=* | --config-cache | -C | -disable-* | --disable-* \
2057 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2058 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2059 | -with-* | --with-* | -without-* | --without-* | --x)
2060 case "$ac_configure_args0 " in
2061 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2062 esac
2063 ;;
2064 -* ) ac_must_keep_next=true ;;
2065 esac
2066 fi
81ecdfbb 2067 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2068 ;;
2069 esac
2070 done
2071done
81ecdfbb
RW
2072{ ac_configure_args0=; unset ac_configure_args0;}
2073{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2074
2075# When interrupted or exit'd, cleanup temporary files, and complete
2076# config.log. We remove comments because anyway the quotes in there
2077# would cause problems or look ugly.
81ecdfbb
RW
2078# WARNING: Use '\'' to represent an apostrophe within the trap.
2079# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2080trap 'exit_status=$?
2081 # Save into config.log some information that might help in debugging.
2082 {
2083 echo
2084
2085 cat <<\_ASBOX
2086## ---------------- ##
2087## Cache variables. ##
2088## ---------------- ##
2089_ASBOX
2090 echo
2091 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2092(
2093 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2094 eval ac_val=\$$ac_var
2095 case $ac_val in #(
2096 *${as_nl}*)
2097 case $ac_var in #(
2098 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2099$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2100 esac
2101 case $ac_var in #(
2102 _ | IFS | as_nl) ;; #(
2103 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2104 *) { eval $ac_var=; unset $ac_var;} ;;
2105 esac ;;
2106 esac
2107 done
b7026657 2108 (set) 2>&1 |
81ecdfbb
RW
2109 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2110 *${as_nl}ac_space=\ *)
b7026657 2111 sed -n \
81ecdfbb
RW
2112 "s/'\''/'\''\\\\'\'''\''/g;
2113 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2114 ;; #(
b7026657 2115 *)
81ecdfbb 2116 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2117 ;;
81ecdfbb
RW
2118 esac |
2119 sort
2120)
b7026657
AC
2121 echo
2122
2123 cat <<\_ASBOX
2124## ----------------- ##
2125## Output variables. ##
2126## ----------------- ##
2127_ASBOX
2128 echo
2129 for ac_var in $ac_subst_vars
2130 do
81ecdfbb
RW
2131 eval ac_val=\$$ac_var
2132 case $ac_val in
2133 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2134 esac
2135 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2136 done | sort
2137 echo
2138
2139 if test -n "$ac_subst_files"; then
2140 cat <<\_ASBOX
81ecdfbb
RW
2141## ------------------- ##
2142## File substitutions. ##
2143## ------------------- ##
b7026657
AC
2144_ASBOX
2145 echo
2146 for ac_var in $ac_subst_files
2147 do
81ecdfbb
RW
2148 eval ac_val=\$$ac_var
2149 case $ac_val in
2150 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2151 esac
2152 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2153 done | sort
2154 echo
2155 fi
2156
2157 if test -s confdefs.h; then
2158 cat <<\_ASBOX
2159## ----------- ##
2160## confdefs.h. ##
2161## ----------- ##
2162_ASBOX
2163 echo
81ecdfbb 2164 cat confdefs.h
b7026657
AC
2165 echo
2166 fi
2167 test "$ac_signal" != 0 &&
81ecdfbb
RW
2168 $as_echo "$as_me: caught signal $ac_signal"
2169 $as_echo "$as_me: exit $exit_status"
b7026657 2170 } >&5
81ecdfbb
RW
2171 rm -f core *.core core.conftest.* &&
2172 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2173 exit $exit_status
81ecdfbb 2174' 0
b7026657 2175for ac_signal in 1 2 13 15; do
81ecdfbb 2176 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2177done
2178ac_signal=0
2179
2180# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2181rm -f -r conftest* confdefs.h
2182
2183$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2184
2185# Predefined preprocessor variables.
2186
2187cat >>confdefs.h <<_ACEOF
2188#define PACKAGE_NAME "$PACKAGE_NAME"
2189_ACEOF
2190
b7026657
AC
2191cat >>confdefs.h <<_ACEOF
2192#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2193_ACEOF
2194
b7026657
AC
2195cat >>confdefs.h <<_ACEOF
2196#define PACKAGE_VERSION "$PACKAGE_VERSION"
2197_ACEOF
2198
b7026657
AC
2199cat >>confdefs.h <<_ACEOF
2200#define PACKAGE_STRING "$PACKAGE_STRING"
2201_ACEOF
2202
b7026657
AC
2203cat >>confdefs.h <<_ACEOF
2204#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2205_ACEOF
2206
81ecdfbb
RW
2207cat >>confdefs.h <<_ACEOF
2208#define PACKAGE_URL "$PACKAGE_URL"
2209_ACEOF
2210
b7026657
AC
2211
2212# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2213# Prefer an explicitly selected file to automatically selected ones.
2214ac_site_file1=NONE
2215ac_site_file2=NONE
2216if test -n "$CONFIG_SITE"; then
2217 ac_site_file1=$CONFIG_SITE
2218elif test "x$prefix" != xNONE; then
2219 ac_site_file1=$prefix/share/config.site
2220 ac_site_file2=$prefix/etc/config.site
2221else
2222 ac_site_file1=$ac_default_prefix/share/config.site
2223 ac_site_file2=$ac_default_prefix/etc/config.site
2224fi
2225for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2226do
2227 test "x$ac_site_file" = xNONE && continue
b7026657 2228 if test -r "$ac_site_file"; then
81ecdfbb
RW
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2230$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2231 sed 's/^/| /' "$ac_site_file" >&5
2232 . "$ac_site_file"
2233 fi
2234done
2235
2236if test -r "$cache_file"; then
2237 # Some versions of bash will fail to source /dev/null (special
2238 # files actually), so we avoid doing that.
2239 if test -f "$cache_file"; then
81ecdfbb
RW
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2241$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2242 case $cache_file in
81ecdfbb
RW
2243 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2244 *) . "./$cache_file";;
b7026657
AC
2245 esac
2246 fi
2247else
81ecdfbb
RW
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2249$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2250 >$cache_file
2251fi
2252
2253# Check that the precious variables saved in the cache have kept the same
2254# value.
2255ac_cache_corrupted=false
81ecdfbb 2256for ac_var in $ac_precious_vars; do
b7026657
AC
2257 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2258 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2259 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2260 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2261 case $ac_old_set,$ac_new_set in
2262 set,)
81ecdfbb
RW
2263 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2264$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2265 ac_cache_corrupted=: ;;
2266 ,set)
81ecdfbb
RW
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2268$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2269 ac_cache_corrupted=: ;;
2270 ,);;
2271 *)
2272 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2273 # differences in whitespace do not lead to failure.
2274 ac_old_val_w=`echo x $ac_old_val`
2275 ac_new_val_w=`echo x $ac_new_val`
2276 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2278$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2279 ac_cache_corrupted=:
2280 else
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2282$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2283 eval $ac_var=\$ac_old_val
2284 fi
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2286$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2288$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2289 fi;;
2290 esac
2291 # Pass precious variables to config.status.
2292 if test "$ac_new_set" = set; then
2293 case $ac_new_val in
81ecdfbb 2294 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2295 *) ac_arg=$ac_var=$ac_new_val ;;
2296 esac
2297 case " $ac_configure_args " in
2298 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2299 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2300 esac
2301 fi
2302done
2303if $ac_cache_corrupted; then
81ecdfbb
RW
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2305$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2307$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2308 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2309fi
81ecdfbb
RW
2310## -------------------- ##
2311## Main body of script. ##
2312## -------------------- ##
b7026657
AC
2313
2314ac_ext=c
2315ac_cpp='$CPP $CPPFLAGS'
2316ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2317ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2318ac_compiler_gnu=$ac_cv_c_compiler_gnu
2319
2320
2321
2322
2323
35695fd6
AC
2324
2325ac_ext=c
2326ac_cpp='$CPP $CPPFLAGS'
2327ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2328ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2329ac_compiler_gnu=$ac_cv_c_compiler_gnu
2330if test -n "$ac_tool_prefix"; then
2331 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2332set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2334$as_echo_n "checking for $ac_word... " >&6; }
2335if test "${ac_cv_prog_CC+set}" = set; then :
2336 $as_echo_n "(cached) " >&6
b7026657 2337else
35695fd6
AC
2338 if test -n "$CC"; then
2339 ac_cv_prog_CC="$CC" # Let the user override the test.
2340else
2341as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2342for as_dir in $PATH
2343do
2344 IFS=$as_save_IFS
2345 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2346 for ac_exec_ext in '' $ac_executable_extensions; do
2347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 2348 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
2350 break 2
2351 fi
2352done
81ecdfbb
RW
2353 done
2354IFS=$as_save_IFS
35695fd6 2355
b7026657 2356fi
b7026657 2357fi
35695fd6
AC
2358CC=$ac_cv_prog_CC
2359if test -n "$CC"; then
81ecdfbb
RW
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2361$as_echo "$CC" >&6; }
b7026657 2362else
81ecdfbb
RW
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2364$as_echo "no" >&6; }
b7026657
AC
2365fi
2366
81ecdfbb 2367
35695fd6
AC
2368fi
2369if test -z "$ac_cv_prog_CC"; then
2370 ac_ct_CC=$CC
2371 # Extract the first word of "gcc", so it can be a program name with args.
2372set dummy gcc; ac_word=$2
81ecdfbb
RW
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2374$as_echo_n "checking for $ac_word... " >&6; }
2375if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2376 $as_echo_n "(cached) " >&6
b7026657 2377else
35695fd6
AC
2378 if test -n "$ac_ct_CC"; then
2379 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
b7026657 2380else
35695fd6
AC
2381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2382for as_dir in $PATH
2383do
2384 IFS=$as_save_IFS
2385 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2386 for ac_exec_ext in '' $ac_executable_extensions; do
2387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 2388 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
2390 break 2
2391 fi
2392done
81ecdfbb
RW
2393 done
2394IFS=$as_save_IFS
b7026657
AC
2395
2396fi
b7026657 2397fi
35695fd6
AC
2398ac_ct_CC=$ac_cv_prog_ac_ct_CC
2399if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2401$as_echo "$ac_ct_CC" >&6; }
35695fd6 2402else
81ecdfbb
RW
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2404$as_echo "no" >&6; }
b7026657 2405fi
b7026657 2406
81ecdfbb
RW
2407 if test "x$ac_ct_CC" = x; then
2408 CC=""
2409 else
2410 case $cross_compiling:$ac_tool_warned in
2411yes:)
2412{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2413$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2414ac_tool_warned=yes ;;
2415esac
2416 CC=$ac_ct_CC
2417 fi
35695fd6
AC
2418else
2419 CC="$ac_cv_prog_CC"
b7026657
AC
2420fi
2421
35695fd6 2422if test -z "$CC"; then
81ecdfbb
RW
2423 if test -n "$ac_tool_prefix"; then
2424 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
35695fd6 2425set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2427$as_echo_n "checking for $ac_word... " >&6; }
2428if test "${ac_cv_prog_CC+set}" = set; then :
2429 $as_echo_n "(cached) " >&6
b7026657 2430else
35695fd6
AC
2431 if test -n "$CC"; then
2432 ac_cv_prog_CC="$CC" # Let the user override the test.
2433else
2434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2435for as_dir in $PATH
b7026657 2436do
35695fd6
AC
2437 IFS=$as_save_IFS
2438 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2439 for ac_exec_ext in '' $ac_executable_extensions; do
2440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 2441 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6 2443 break 2
b7026657 2444 fi
35695fd6 2445done
81ecdfbb
RW
2446 done
2447IFS=$as_save_IFS
b7026657 2448
b7026657 2449fi
b7026657 2450fi
35695fd6
AC
2451CC=$ac_cv_prog_CC
2452if test -n "$CC"; then
81ecdfbb
RW
2453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2454$as_echo "$CC" >&6; }
b7026657 2455else
81ecdfbb
RW
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2457$as_echo "no" >&6; }
b7026657 2458fi
b7026657 2459
b7026657 2460
81ecdfbb 2461 fi
35695fd6
AC
2462fi
2463if test -z "$CC"; then
2464 # Extract the first word of "cc", so it can be a program name with args.
2465set dummy cc; ac_word=$2
81ecdfbb
RW
2466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2467$as_echo_n "checking for $ac_word... " >&6; }
2468if test "${ac_cv_prog_CC+set}" = set; then :
2469 $as_echo_n "(cached) " >&6
35695fd6
AC
2470else
2471 if test -n "$CC"; then
2472 ac_cv_prog_CC="$CC" # Let the user override the test.
2473else
2474 ac_prog_rejected=no
2475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476for as_dir in $PATH
2477do
2478 IFS=$as_save_IFS
2479 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2480 for ac_exec_ext in '' $ac_executable_extensions; do
2481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6
AC
2482 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2483 ac_prog_rejected=yes
2484 continue
2485 fi
2486 ac_cv_prog_CC="cc"
81ecdfbb 2487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
2488 break 2
2489 fi
2490done
81ecdfbb
RW
2491 done
2492IFS=$as_save_IFS
b7026657 2493
35695fd6
AC
2494if test $ac_prog_rejected = yes; then
2495 # We found a bogon in the path, so make sure we never use it.
2496 set dummy $ac_cv_prog_CC
2497 shift
2498 if test $# != 0; then
2499 # We chose a different compiler from the bogus one.
2500 # However, it has the same basename, so the bogon will be chosen
2501 # first if we set CC to just the basename; use the full file name.
2502 shift
2503 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2504 fi
2505fi
2506fi
2507fi
2508CC=$ac_cv_prog_CC
2509if test -n "$CC"; then
81ecdfbb
RW
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2511$as_echo "$CC" >&6; }
35695fd6 2512else
81ecdfbb
RW
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2514$as_echo "no" >&6; }
35695fd6 2515fi
b7026657 2516
81ecdfbb 2517
35695fd6
AC
2518fi
2519if test -z "$CC"; then
2520 if test -n "$ac_tool_prefix"; then
81ecdfbb 2521 for ac_prog in cl.exe
35695fd6
AC
2522 do
2523 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2524set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2526$as_echo_n "checking for $ac_word... " >&6; }
2527if test "${ac_cv_prog_CC+set}" = set; then :
2528 $as_echo_n "(cached) " >&6
b7026657 2529else
35695fd6
AC
2530 if test -n "$CC"; then
2531 ac_cv_prog_CC="$CC" # Let the user override the test.
2532else
2533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2534for as_dir in $PATH
2535do
2536 IFS=$as_save_IFS
2537 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2538 for ac_exec_ext in '' $ac_executable_extensions; do
2539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 2540 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
2542 break 2
2543 fi
2544done
81ecdfbb
RW
2545 done
2546IFS=$as_save_IFS
b7026657 2547
35695fd6
AC
2548fi
2549fi
2550CC=$ac_cv_prog_CC
2551if test -n "$CC"; then
81ecdfbb
RW
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2553$as_echo "$CC" >&6; }
35695fd6 2554else
81ecdfbb
RW
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2556$as_echo "no" >&6; }
35695fd6 2557fi
b7026657 2558
81ecdfbb 2559
35695fd6
AC
2560 test -n "$CC" && break
2561 done
2562fi
2563if test -z "$CC"; then
2564 ac_ct_CC=$CC
81ecdfbb 2565 for ac_prog in cl.exe
35695fd6
AC
2566do
2567 # Extract the first word of "$ac_prog", so it can be a program name with args.
2568set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2570$as_echo_n "checking for $ac_word... " >&6; }
2571if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2572 $as_echo_n "(cached) " >&6
b7026657 2573else
35695fd6
AC
2574 if test -n "$ac_ct_CC"; then
2575 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2576else
2577as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2578for as_dir in $PATH
2579do
2580 IFS=$as_save_IFS
2581 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2582 for ac_exec_ext in '' $ac_executable_extensions; do
2583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
35695fd6 2584 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35695fd6
AC
2586 break 2
2587 fi
2588done
81ecdfbb
RW
2589 done
2590IFS=$as_save_IFS
35695fd6
AC
2591
2592fi
2593fi
2594ac_ct_CC=$ac_cv_prog_ac_ct_CC
2595if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2597$as_echo "$ac_ct_CC" >&6; }
35695fd6 2598else
81ecdfbb
RW
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2600$as_echo "no" >&6; }
35695fd6
AC
2601fi
2602
81ecdfbb 2603
35695fd6
AC
2604 test -n "$ac_ct_CC" && break
2605done
2606
81ecdfbb
RW
2607 if test "x$ac_ct_CC" = x; then
2608 CC=""
2609 else
2610 case $cross_compiling:$ac_tool_warned in
2611yes:)
2612{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2613$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2614ac_tool_warned=yes ;;
2615esac
2616 CC=$ac_ct_CC
2617 fi
35695fd6
AC
2618fi
2619
2620fi
2621
2622
81ecdfbb
RW
2623test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2624$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2625as_fn_error "no acceptable C compiler found in \$PATH
2626See \`config.log' for more details." "$LINENO" 5; }
35695fd6
AC
2627
2628# Provide some information about the compiler.
81ecdfbb
RW
2629$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2630set X $ac_compile
2631ac_compiler=$2
2632for ac_option in --version -v -V -qversion; do
2633 { { ac_try="$ac_compiler $ac_option >&5"
2634case "(($ac_try" in
2635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2636 *) ac_try_echo=$ac_try;;
2637esac
2638eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2639$as_echo "$ac_try_echo"; } >&5
2640 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
35695fd6 2641 ac_status=$?
81ecdfbb
RW
2642 if test -s conftest.err; then
2643 sed '10a\
2644... rest of stderr output deleted ...
2645 10q' conftest.err >conftest.er1
2646 cat conftest.er1 >&5
2647 rm -f conftest.er1 conftest.err
2648 fi
2649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2650 test $ac_status = 0; }
2651done
35695fd6 2652
81ecdfbb 2653cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2654/* end confdefs.h. */
b7026657
AC
2655
2656int
2657main ()
2658{
2659
2660 ;
2661 return 0;
2662}
2663_ACEOF
35695fd6 2664ac_clean_files_save=$ac_clean_files
81ecdfbb 2665ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
35695fd6
AC
2666# Try to create an executable without -o first, disregard a.out.
2667# It will help us diagnose broken compilers, and finding out an intuition
2668# of exeext.
81ecdfbb
RW
2669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2670$as_echo_n "checking for C compiler default output file name... " >&6; }
2671ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2672
2673# The possible output files:
2674ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2675
2676ac_rmfiles=
2677for ac_file in $ac_files
35695fd6 2678do
35695fd6 2679 case $ac_file in
81ecdfbb
RW
2680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2681 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2682 esac
2683done
2684rm -f $ac_rmfiles
2685
2686if { { ac_try="$ac_link_default"
2687case "(($ac_try" in
2688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2689 *) ac_try_echo=$ac_try;;
2690esac
2691eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2692$as_echo "$ac_try_echo"; } >&5
2693 (eval "$ac_link_default") 2>&5
2694 ac_status=$?
2695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2696 test $ac_status = 0; }; then :
2697 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2698# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2699# in a Makefile. We should not override ac_cv_exeext if it was cached,
2700# so that the user can short-circuit this test for compilers unknown to
2701# Autoconf.
2702for ac_file in $ac_files ''
2703do
2704 test -f "$ac_file" || continue
2705 case $ac_file in
2706 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2707 ;;
2708 [ab].out )
35695fd6
AC
2709 # We found the default executable, but exeext='' is most
2710 # certainly right.
2711 break;;
2712 *.* )
81ecdfbb
RW
2713 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2714 then :; else
2715 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716 fi
2717 # We set ac_cv_exeext here because the later test for it is not
2718 # safe: cross compilers may not add the suffix if given an `-o'
2719 # argument, so we may need to know it at that point already.
2720 # Even if this section looks crufty: it has the advantage of
2721 # actually working.
35695fd6
AC
2722 break;;
2723 * )
2724 break;;
2725 esac
2726done
81ecdfbb
RW
2727test "$ac_cv_exeext" = no && ac_cv_exeext=
2728
b7026657 2729else
81ecdfbb
RW
2730 ac_file=''
2731fi
2732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2733$as_echo "$ac_file" >&6; }
2734if test -z "$ac_file"; then :
2735 $as_echo "$as_me: failed program was:" >&5
b7026657
AC
2736sed 's/^/| /' conftest.$ac_ext >&5
2737
81ecdfbb
RW
2738{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2739$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2740{ as_fn_set_status 77
2741as_fn_error "C compiler cannot create executables
2742See \`config.log' for more details." "$LINENO" 5; }; }
b7026657 2743fi
35695fd6 2744ac_exeext=$ac_cv_exeext
c906108c 2745
81ecdfbb 2746# Check that the compiler produces executables we can run. If not, either
35695fd6 2747# the compiler is broken, or we cross compile.
81ecdfbb
RW
2748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2749$as_echo_n "checking whether the C compiler works... " >&6; }
35695fd6
AC
2750# If not cross compiling, check that we can run a simple program.
2751if test "$cross_compiling" != yes; then
2752 if { ac_try='./$ac_file'
81ecdfbb
RW
2753 { { case "(($ac_try" in
2754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2755 *) ac_try_echo=$ac_try;;
2756esac
2757eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2758$as_echo "$ac_try_echo"; } >&5
2759 (eval "$ac_try") 2>&5
35695fd6 2760 ac_status=$?
81ecdfbb
RW
2761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2762 test $ac_status = 0; }; }; then
35695fd6
AC
2763 cross_compiling=no
2764 else
2765 if test "$cross_compiling" = maybe; then
2766 cross_compiling=yes
2767 else
81ecdfbb
RW
2768 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2769$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2770as_fn_error "cannot run C compiled programs.
35695fd6 2771If you meant to cross compile, use \`--host'.
81ecdfbb 2772See \`config.log' for more details." "$LINENO" 5; }
35695fd6
AC
2773 fi
2774 fi
c906108c 2775fi
81ecdfbb
RW
2776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2777$as_echo "yes" >&6; }
c906108c 2778
81ecdfbb 2779rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
35695fd6 2780ac_clean_files=$ac_clean_files_save
81ecdfbb 2781# Check that the compiler produces executables we can run. If not, either
35695fd6 2782# the compiler is broken, or we cross compile.
81ecdfbb
RW
2783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2784$as_echo_n "checking whether we are cross compiling... " >&6; }
2785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2786$as_echo "$cross_compiling" >&6; }
2787
2788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2789$as_echo_n "checking for suffix of executables... " >&6; }
2790if { { ac_try="$ac_link"
2791case "(($ac_try" in
2792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2793 *) ac_try_echo=$ac_try;;
2794esac
2795eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2796$as_echo "$ac_try_echo"; } >&5
2797 (eval "$ac_link") 2>&5
35695fd6 2798 ac_status=$?
81ecdfbb
RW
2799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2800 test $ac_status = 0; }; then :
35695fd6
AC
2801 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2802# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2803# work properly (i.e., refer to `conftest.exe'), while it won't with
2804# `rm'.
2805for ac_file in conftest.exe conftest conftest.*; do
2806 test -f "$ac_file" || continue
2807 case $ac_file in
81ecdfbb 2808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
35695fd6 2809 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
35695fd6
AC
2810 break;;
2811 * ) break;;
2812 esac
2813done
c906108c 2814else
81ecdfbb
RW
2815 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2816$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2817as_fn_error "cannot compute suffix of executables: cannot compile and link
2818See \`config.log' for more details." "$LINENO" 5; }
c906108c 2819fi
35695fd6 2820rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2822$as_echo "$ac_cv_exeext" >&6; }
c906108c 2823
35695fd6
AC
2824rm -f conftest.$ac_ext
2825EXEEXT=$ac_cv_exeext
2826ac_exeext=$EXEEXT
81ecdfbb
RW
2827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2828$as_echo_n "checking for suffix of object files... " >&6; }
2829if test "${ac_cv_objext+set}" = set; then :
2830 $as_echo_n "(cached) " >&6
c906108c 2831else
81ecdfbb 2832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2833/* end confdefs.h. */
c906108c 2834
b7026657
AC
2835int
2836main ()
2837{
35695fd6
AC
2838
2839 ;
2840 return 0;
b7026657
AC
2841}
2842_ACEOF
35695fd6 2843rm -f conftest.o conftest.obj
81ecdfbb
RW
2844if { { ac_try="$ac_compile"
2845case "(($ac_try" in
2846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2848esac
2849eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2850$as_echo "$ac_try_echo"; } >&5
2851 (eval "$ac_compile") 2>&5
2852 ac_status=$?
2853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2854 test $ac_status = 0; }; then :
2855 for ac_file in conftest.o conftest.obj conftest.*; do
2856 test -f "$ac_file" || continue;
35695fd6 2857 case $ac_file in
81ecdfbb 2858 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
35695fd6
AC
2859 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2860 break;;
2861 esac
2862done
c906108c 2863else
81ecdfbb 2864 $as_echo "$as_me: failed program was:" >&5
b7026657
AC
2865sed 's/^/| /' conftest.$ac_ext >&5
2866
81ecdfbb
RW
2867{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2868$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2869as_fn_error "cannot compute suffix of object files: cannot compile
2870See \`config.log' for more details." "$LINENO" 5; }
c906108c 2871fi
35695fd6 2872rm -f conftest.$ac_cv_objext conftest.$ac_ext
b7026657 2873fi
81ecdfbb
RW
2874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2875$as_echo "$ac_cv_objext" >&6; }
35695fd6
AC
2876OBJEXT=$ac_cv_objext
2877ac_objext=$OBJEXT
81ecdfbb
RW
2878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2879$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2880if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2881 $as_echo_n "(cached) " >&6
b7026657 2882else
81ecdfbb 2883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
2884/* end confdefs.h. */
2885
2886int
2887main ()
2888{
35695fd6
AC
2889#ifndef __GNUC__
2890 choke me
b7026657
AC
2891#endif
2892
2893 ;
2894 return 0;
2895}
2896_ACEOF
81ecdfbb 2897if ac_fn_c_try_compile "$LINENO"; then :
35695fd6 2898 ac_compiler_gnu=yes
c906108c 2899else
81ecdfbb 2900 ac_compiler_gnu=no
c906108c 2901fi
81ecdfbb 2902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35695fd6 2903ac_cv_c_compiler_gnu=$ac_compiler_gnu
c906108c
SS
2904
2905fi
81ecdfbb
RW
2906{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2907$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2908if test $ac_compiler_gnu = yes; then
2909 GCC=yes
2910else
2911 GCC=
2912fi
35695fd6
AC
2913ac_test_CFLAGS=${CFLAGS+set}
2914ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2916$as_echo_n "checking whether $CC accepts -g... " >&6; }
2917if test "${ac_cv_prog_cc_g+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919else
2920 ac_save_c_werror_flag=$ac_c_werror_flag
2921 ac_c_werror_flag=yes
2922 ac_cv_prog_cc_g=no
2923 CFLAGS="-g"
2924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 2925/* end confdefs.h. */
b7026657 2926
35695fd6
AC
2927int
2928main ()
2929{
2930
2931 ;
2932 return 0;
2933}
b7026657 2934_ACEOF
81ecdfbb 2935if ac_fn_c_try_compile "$LINENO"; then :
35695fd6 2936 ac_cv_prog_cc_g=yes
c906108c 2937else
81ecdfbb
RW
2938 CFLAGS=""
2939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2940/* end confdefs.h. */
2941
2942int
2943main ()
2944{
2945
2946 ;
2947 return 0;
2948}
2949_ACEOF
2950if ac_fn_c_try_compile "$LINENO"; then :
2951
2952else
2953 ac_c_werror_flag=$ac_save_c_werror_flag
2954 CFLAGS="-g"
2955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2956/* end confdefs.h. */
b7026657 2957
81ecdfbb
RW
2958int
2959main ()
2960{
2961
2962 ;
2963 return 0;
2964}
2965_ACEOF
2966if ac_fn_c_try_compile "$LINENO"; then :
2967 ac_cv_prog_cc_g=yes
2968fi
2969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 2970fi
81ecdfbb 2971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 2972fi
81ecdfbb
RW
2973rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2974 ac_c_werror_flag=$ac_save_c_werror_flag
2975fi
2976{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2977$as_echo "$ac_cv_prog_cc_g" >&6; }
35695fd6
AC
2978if test "$ac_test_CFLAGS" = set; then
2979 CFLAGS=$ac_save_CFLAGS
2980elif test $ac_cv_prog_cc_g = yes; then
2981 if test "$GCC" = yes; then
2982 CFLAGS="-g -O2"
2983 else
2984 CFLAGS="-g"
2985 fi
2986else
2987 if test "$GCC" = yes; then
2988 CFLAGS="-O2"
2989 else
2990 CFLAGS=
2991 fi
2992fi
81ecdfbb
RW
2993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2994$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2995if test "${ac_cv_prog_cc_c89+set}" = set; then :
2996 $as_echo_n "(cached) " >&6
b7026657 2997else
81ecdfbb 2998 ac_cv_prog_cc_c89=no
35695fd6 2999ac_save_CC=$CC
81ecdfbb 3000cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3001/* end confdefs.h. */
35695fd6
AC
3002#include <stdarg.h>
3003#include <stdio.h>
3004#include <sys/types.h>
3005#include <sys/stat.h>
3006/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3007struct buf { int x; };
3008FILE * (*rcsopen) (struct buf *, struct stat *, int);
3009static char *e (p, i)
3010 char **p;
3011 int i;
3012{
3013 return p[i];
3014}
3015static char *f (char * (*g) (char **, int), char **p, ...)
3016{
3017 char *s;
3018 va_list v;
3019 va_start (v,p);
3020 s = g (p, va_arg (v,int));
3021 va_end (v);
3022 return s;
3023}
b7026657 3024
35695fd6
AC
3025/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3026 function prototypes and stuff, but not '\xHH' hex character constants.
3027 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3028 as 'x'. The following induces an error, until -std is added to get
35695fd6
AC
3029 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3030 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3031 that's true only with -std. */
35695fd6
AC
3032int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3033
81ecdfbb
RW
3034/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3035 inside strings and character constants. */
3036#define FOO(x) 'x'
3037int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3038
35695fd6
AC
3039int test (int i, double x);
3040struct s1 {int (*f) (int a);};
3041struct s2 {int (*f) (double a);};
3042int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3043int argc;
3044char **argv;
3045int
3046main ()
3047{
3048return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3049 ;
3050 return 0;
3051}
b7026657 3052_ACEOF
81ecdfbb
RW
3053for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3054 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
35695fd6
AC
3055do
3056 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3057 if ac_fn_c_try_compile "$LINENO"; then :
3058 ac_cv_prog_cc_c89=$ac_arg
b7026657 3059fi
81ecdfbb
RW
3060rm -f core conftest.err conftest.$ac_objext
3061 test "x$ac_cv_prog_cc_c89" != "xno" && break
35695fd6 3062done
81ecdfbb 3063rm -f conftest.$ac_ext
35695fd6 3064CC=$ac_save_CC
b7026657
AC
3065
3066fi
81ecdfbb
RW
3067# AC_CACHE_VAL
3068case "x$ac_cv_prog_cc_c89" in
3069 x)
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3071$as_echo "none needed" >&6; } ;;
3072 xno)
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3074$as_echo "unsupported" >&6; } ;;
35695fd6 3075 *)
81ecdfbb
RW
3076 CC="$CC $ac_cv_prog_cc_c89"
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3078$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
35695fd6 3079esac
81ecdfbb 3080if test "x$ac_cv_prog_cc_c89" != xno; then :
c906108c 3081
b7026657 3082fi
35695fd6 3083
35695fd6
AC
3084ac_ext=c
3085ac_cpp='$CPP $CPPFLAGS'
3086ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3087ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3088ac_compiler_gnu=$ac_cv_c_compiler_gnu
3089
6ffe910a
MF
3090ac_aux_dir=
3091for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3092 for ac_t in install-sh install.sh shtool; do
3093 if test -f "$ac_dir/$ac_t"; then
3094 ac_aux_dir=$ac_dir
3095 ac_install_sh="$ac_aux_dir/$ac_t -c"
3096 break 2
3097 fi
81ecdfbb 3098 done
6ffe910a
MF
3099done
3100if test -z "$ac_aux_dir"; then
3101 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3102fi
81ecdfbb 3103
6ffe910a
MF
3104# These three variables are undocumented and unsupported,
3105# and are intended to be withdrawn in a future Autoconf release.
3106# They can cause serious problems if a builder's source tree is in a directory
3107# whose full name contains unusual characters.
3108ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3109ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3110ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
c906108c 3111
35695fd6 3112
6ffe910a
MF
3113# Make sure we can run config.sub.
3114$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3115 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
35695fd6 3116
6ffe910a
MF
3117{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3118$as_echo_n "checking build system type... " >&6; }
3119if test "${ac_cv_build+set}" = set; then :
3120 $as_echo_n "(cached) " >&6
35695fd6 3121else
6ffe910a
MF
3122 ac_build_alias=$build_alias
3123test "x$ac_build_alias" = x &&
3124 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3125test "x$ac_build_alias" = x &&
3126 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
3127ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3128 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
35695fd6 3129
6ffe910a
MF
3130fi
3131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3132$as_echo "$ac_cv_build" >&6; }
3133case $ac_cv_build in
3134*-*-*) ;;
3135*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
3136esac
3137build=$ac_cv_build
3138ac_save_IFS=$IFS; IFS='-'
3139set x $ac_cv_build
3140shift
3141build_cpu=$1
3142build_vendor=$2
3143shift; shift
3144# Remember, the first character of IFS is used to create $*,
3145# except with old shells:
3146build_os=$*
3147IFS=$ac_save_IFS
3148case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
35695fd6 3149
35695fd6 3150
6ffe910a
MF
3151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3152$as_echo_n "checking host system type... " >&6; }
3153if test "${ac_cv_host+set}" = set; then :
81ecdfbb 3154 $as_echo_n "(cached) " >&6
b7026657 3155else
6ffe910a
MF
3156 if test "x$host_alias" = x; then
3157 ac_cv_host=$ac_cv_build
35695fd6 3158else
6ffe910a
MF
3159 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3160 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
35695fd6 3161fi
6ffe910a 3162
35695fd6 3163fi
6ffe910a
MF
3164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3165$as_echo "$ac_cv_host" >&6; }
3166case $ac_cv_host in
3167*-*-*) ;;
3168*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
3169esac
3170host=$ac_cv_host
3171ac_save_IFS=$IFS; IFS='-'
3172set x $ac_cv_host
3173shift
3174host_cpu=$1
3175host_vendor=$2
3176shift; shift
3177# Remember, the first character of IFS is used to create $*,
3178# except with old shells:
3179host_os=$*
3180IFS=$ac_save_IFS
3181case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
35695fd6 3182
81ecdfbb 3183
6ffe910a
MF
3184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3185$as_echo_n "checking target system type... " >&6; }
3186if test "${ac_cv_target+set}" = set; then :
81ecdfbb 3187 $as_echo_n "(cached) " >&6
35695fd6 3188else
6ffe910a
MF
3189 if test "x$target_alias" = x; then
3190 ac_cv_target=$ac_cv_host
35695fd6 3191else
6ffe910a
MF
3192 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3193 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
35695fd6
AC
3194fi
3195
35695fd6 3196fi
6ffe910a
MF
3197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3198$as_echo "$ac_cv_target" >&6; }
3199case $ac_cv_target in
3200*-*-*) ;;
3201*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
3202esac
3203target=$ac_cv_target
3204ac_save_IFS=$IFS; IFS='-'
3205set x $ac_cv_target
3206shift
3207target_cpu=$1
3208target_vendor=$2
3209shift; shift
3210# Remember, the first character of IFS is used to create $*,
3211# except with old shells:
3212target_os=$*
3213IFS=$ac_save_IFS
3214case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
35695fd6
AC
3215
3216
6ffe910a
MF
3217# The aliases save the names the user supplied, while $host etc.
3218# will get canonicalized.
3219test -n "$target_alias" &&
3220 test "$program_prefix$program_suffix$program_transform_name" = \
3221 NONENONEs,x,x, &&
3222 program_prefix=${target_alias}-
c906108c 3223
35695fd6
AC
3224ac_ext=c
3225ac_cpp='$CPP $CPPFLAGS'
3226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3227ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3228ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
3229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3230$as_echo_n "checking how to run the C preprocessor... " >&6; }
35695fd6
AC
3231# On Suns, sometimes $CPP names a directory.
3232if test -n "$CPP" && test -d "$CPP"; then
3233 CPP=
3234fi
3235if test -z "$CPP"; then
81ecdfbb
RW
3236 if test "${ac_cv_prog_CPP+set}" = set; then :
3237 $as_echo_n "(cached) " >&6
c906108c 3238else
35695fd6
AC
3239 # Double quotes because CPP needs to be expanded
3240 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3241 do
3242 ac_preproc_ok=false
3243for ac_c_preproc_warn_flag in '' yes
3244do
3245 # Use a header file that comes with gcc, so configuring glibc
3246 # with a fresh cross-compiler works.
3247 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3248 # <limits.h> exists even on freestanding compilers.
3249 # On the NeXT, cc -E runs the code through the compiler's parser,
3250 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3252/* end confdefs.h. */
35695fd6
AC
3253#ifdef __STDC__
3254# include <limits.h>
c906108c 3255#else
35695fd6 3256# include <assert.h>
c906108c 3257#endif
35695fd6 3258 Syntax error
b7026657 3259_ACEOF
81ecdfbb 3260if ac_fn_c_try_cpp "$LINENO"; then :
c906108c 3261
81ecdfbb 3262else
35695fd6
AC
3263 # Broken: fails on valid input.
3264continue
c906108c 3265fi
35695fd6
AC
3266rm -f conftest.err conftest.$ac_ext
3267
81ecdfbb 3268 # OK, works on sane cases. Now check whether nonexistent headers
35695fd6 3269 # can be detected and how.
81ecdfbb 3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3271/* end confdefs.h. */
35695fd6 3272#include <ac_nonexistent.h>
b7026657 3273_ACEOF
81ecdfbb 3274if ac_fn_c_try_cpp "$LINENO"; then :
35695fd6
AC
3275 # Broken: success on invalid input.
3276continue
b7026657 3277else
35695fd6
AC
3278 # Passes both tests.
3279ac_preproc_ok=:
3280break
b7026657 3281fi
35695fd6
AC
3282rm -f conftest.err conftest.$ac_ext
3283
3284done
3285# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3286rm -f conftest.err conftest.$ac_ext
81ecdfbb 3287if $ac_preproc_ok; then :
35695fd6 3288 break
b7026657 3289fi
b7026657 3290
35695fd6
AC
3291 done
3292 ac_cv_prog_CPP=$CPP
c906108c 3293
c906108c 3294fi
35695fd6 3295 CPP=$ac_cv_prog_CPP
c906108c 3296else
35695fd6
AC
3297 ac_cv_prog_CPP=$CPP
3298fi
81ecdfbb
RW
3299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3300$as_echo "$CPP" >&6; }
35695fd6
AC
3301ac_preproc_ok=false
3302for ac_c_preproc_warn_flag in '' yes
3303do
3304 # Use a header file that comes with gcc, so configuring glibc
3305 # with a fresh cross-compiler works.
3306 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3307 # <limits.h> exists even on freestanding compilers.
3308 # On the NeXT, cc -E runs the code through the compiler's parser,
3309 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 3310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3311/* end confdefs.h. */
35695fd6
AC
3312#ifdef __STDC__
3313# include <limits.h>
3314#else
3315# include <assert.h>
3316#endif
3317 Syntax error
b7026657 3318_ACEOF
81ecdfbb 3319if ac_fn_c_try_cpp "$LINENO"; then :
b7026657 3320
81ecdfbb 3321else
35695fd6
AC
3322 # Broken: fails on valid input.
3323continue
c906108c 3324fi
35695fd6 3325rm -f conftest.err conftest.$ac_ext
c906108c 3326
81ecdfbb 3327 # OK, works on sane cases. Now check whether nonexistent headers
35695fd6 3328 # can be detected and how.
81ecdfbb 3329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35695fd6
AC
3330/* end confdefs.h. */
3331#include <ac_nonexistent.h>
3332_ACEOF
81ecdfbb 3333if ac_fn_c_try_cpp "$LINENO"; then :
35695fd6
AC
3334 # Broken: success on invalid input.
3335continue
3336else
35695fd6
AC
3337 # Passes both tests.
3338ac_preproc_ok=:
3339break
3340fi
3341rm -f conftest.err conftest.$ac_ext
c906108c 3342
35695fd6
AC
3343done
3344# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3345rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
3346if $ac_preproc_ok; then :
3347
35695fd6 3348else
81ecdfbb
RW
3349 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3350$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3351as_fn_error "C preprocessor \"$CPP\" fails sanity check
3352See \`config.log' for more details." "$LINENO" 5; }
c906108c
SS
3353fi
3354
35695fd6
AC
3355ac_ext=c
3356ac_cpp='$CPP $CPPFLAGS'
3357ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3358ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3359ac_compiler_gnu=$ac_cv_c_compiler_gnu
b7026657
AC
3360
3361
81ecdfbb
RW
3362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3363$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3364if test "${ac_cv_path_GREP+set}" = set; then :
3365 $as_echo_n "(cached) " >&6
35695fd6 3366else
81ecdfbb
RW
3367 if test -z "$GREP"; then
3368 ac_path_GREP_found=false
3369 # Loop through the user's path and test for each of PROGNAME-LIST
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3372do
3373 IFS=$as_save_IFS
3374 test -z "$as_dir" && as_dir=.
3375 for ac_prog in grep ggrep; do
3376 for ac_exec_ext in '' $ac_executable_extensions; do
3377 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3378 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3379# Check for GNU ac_path_GREP and select it if it is found.
3380 # Check for GNU $ac_path_GREP
3381case `"$ac_path_GREP" --version 2>&1` in
3382*GNU*)
3383 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3384*)
3385 ac_count=0
3386 $as_echo_n 0123456789 >"conftest.in"
3387 while :
3388 do
3389 cat "conftest.in" "conftest.in" >"conftest.tmp"
3390 mv "conftest.tmp" "conftest.in"
3391 cp "conftest.in" "conftest.nl"
3392 $as_echo 'GREP' >> "conftest.nl"
3393 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3394 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3395 as_fn_arith $ac_count + 1 && ac_count=$as_val
3396 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3397 # Best one so far, save it but keep looking for a better one
3398 ac_cv_path_GREP="$ac_path_GREP"
3399 ac_path_GREP_max=$ac_count
35695fd6 3400 fi
81ecdfbb
RW
3401 # 10*(2^10) chars as input seems more than enough
3402 test $ac_count -gt 10 && break
3403 done
3404 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3405esac
3406
3407 $ac_path_GREP_found && break 3
3408 done
3409 done
3410 done
3411IFS=$as_save_IFS
3412 if test -z "$ac_cv_path_GREP"; then
3413 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3414 fi
3415else
3416 ac_cv_path_GREP=$GREP
3417fi
3418
b7026657 3419fi
81ecdfbb
RW
3420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3421$as_echo "$ac_cv_path_GREP" >&6; }
3422 GREP="$ac_cv_path_GREP"
35695fd6
AC
3423
3424
81ecdfbb
RW
3425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3426$as_echo_n "checking for egrep... " >&6; }
3427if test "${ac_cv_path_EGREP+set}" = set; then :
3428 $as_echo_n "(cached) " >&6
b7026657 3429else
81ecdfbb
RW
3430 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3431 then ac_cv_path_EGREP="$GREP -E"
3432 else
3433 if test -z "$EGREP"; then
3434 ac_path_EGREP_found=false
3435 # Loop through the user's path and test for each of PROGNAME-LIST
3436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3437for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3438do
3439 IFS=$as_save_IFS
3440 test -z "$as_dir" && as_dir=.
3441 for ac_prog in egrep; do
3442 for ac_exec_ext in '' $ac_executable_extensions; do
3443 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3444 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3445# Check for GNU ac_path_EGREP and select it if it is found.
3446 # Check for GNU $ac_path_EGREP
3447case `"$ac_path_EGREP" --version 2>&1` in
3448*GNU*)
3449 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3450*)
3451 ac_count=0
3452 $as_echo_n 0123456789 >"conftest.in"
3453 while :
3454 do
3455 cat "conftest.in" "conftest.in" >"conftest.tmp"
3456 mv "conftest.tmp" "conftest.in"
3457 cp "conftest.in" "conftest.nl"
3458 $as_echo 'EGREP' >> "conftest.nl"
3459 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3460 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3461 as_fn_arith $ac_count + 1 && ac_count=$as_val
3462 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3463 # Best one so far, save it but keep looking for a better one
3464 ac_cv_path_EGREP="$ac_path_EGREP"
3465 ac_path_EGREP_max=$ac_count
3466 fi
3467 # 10*(2^10) chars as input seems more than enough
3468 test $ac_count -gt 10 && break
3469 done
3470 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3471esac
3472
3473 $ac_path_EGREP_found && break 3
3474 done
3475 done
3476 done
3477IFS=$as_save_IFS
3478 if test -z "$ac_cv_path_EGREP"; then
3479 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3480 fi
3481else
3482 ac_cv_path_EGREP=$EGREP
3483fi
3484
3485 fi
3486fi
3487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3488$as_echo "$ac_cv_path_EGREP" >&6; }
3489 EGREP="$ac_cv_path_EGREP"
3490
3491
3492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3493$as_echo_n "checking for ANSI C header files... " >&6; }
3494if test "${ac_cv_header_stdc+set}" = set; then :
3495 $as_echo_n "(cached) " >&6
3496else
3497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3498/* end confdefs.h. */
35695fd6
AC
3499#include <stdlib.h>
3500#include <stdarg.h>
3501#include <string.h>
3502#include <float.h>
3503
3504int
3505main ()
3506{
3507
3508 ;
3509 return 0;
3510}
b7026657 3511_ACEOF
81ecdfbb 3512if ac_fn_c_try_compile "$LINENO"; then :
35695fd6 3513 ac_cv_header_stdc=yes
b7026657 3514else
81ecdfbb 3515 ac_cv_header_stdc=no
b7026657 3516fi
81ecdfbb 3517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 3518
35695fd6
AC
3519if test $ac_cv_header_stdc = yes; then
3520 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3522/* end confdefs.h. */
35695fd6
AC
3523#include <string.h>
3524
b7026657 3525_ACEOF
35695fd6 3526if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
3527 $EGREP "memchr" >/dev/null 2>&1; then :
3528
b7026657 3529else
35695fd6 3530 ac_cv_header_stdc=no
c906108c 3531fi
35695fd6
AC
3532rm -f conftest*
3533
3534fi
3535
3536if test $ac_cv_header_stdc = yes; then
3537 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 3538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35695fd6
AC
3539/* end confdefs.h. */
3540#include <stdlib.h>
3541
3542_ACEOF
3543if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
3544 $EGREP "free" >/dev/null 2>&1; then :
3545
b7026657 3546else
20e95c23
DJ
3547 ac_cv_header_stdc=no
3548fi
3549rm -f conftest*
3550
c906108c
SS
3551fi
3552
20e95c23
DJ
3553if test $ac_cv_header_stdc = yes; then
3554 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 3555 if test "$cross_compiling" = yes; then :
20e95c23
DJ
3556 :
3557else
81ecdfbb 3558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 3559/* end confdefs.h. */
20e95c23 3560#include <ctype.h>
81ecdfbb 3561#include <stdlib.h>
20e95c23
DJ
3562#if ((' ' & 0x0FF) == 0x020)
3563# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3564# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3565#else
3566# define ISLOWER(c) \
3567 (('a' <= (c) && (c) <= 'i') \
3568 || ('j' <= (c) && (c) <= 'r') \
3569 || ('s' <= (c) && (c) <= 'z'))
3570# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3571#endif
c906108c 3572
20e95c23 3573#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
b7026657
AC
3574int
3575main ()
3576{
20e95c23
DJ
3577 int i;
3578 for (i = 0; i < 256; i++)
3579 if (XOR (islower (i), ISLOWER (i))
3580 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
3581 return 2;
3582 return 0;
b7026657
AC
3583}
3584_ACEOF
81ecdfbb 3585if ac_fn_c_try_run "$LINENO"; then :
b7026657 3586
81ecdfbb
RW
3587else
3588 ac_cv_header_stdc=no
c906108c 3589fi
81ecdfbb
RW
3590rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3591 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 3592fi
81ecdfbb 3593
c906108c 3594fi
c906108c 3595fi
81ecdfbb
RW
3596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3597$as_echo "$ac_cv_header_stdc" >&6; }
20e95c23 3598if test $ac_cv_header_stdc = yes; then
b7026657 3599
81ecdfbb 3600$as_echo "#define STDC_HEADERS 1" >>confdefs.h
c906108c 3601
c906108c
SS
3602fi
3603
20e95c23 3604# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
3605for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3606 inttypes.h stdint.h unistd.h
3607do :
3608 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3609ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3610"
3611eval as_val=\$$as_ac_Header
3612 if test "x$as_val" = x""yes; then :
3613 cat >>confdefs.h <<_ACEOF
3614#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3615_ACEOF
b7026657 3616
81ecdfbb 3617fi
b7026657 3618
81ecdfbb 3619done
b7026657
AC
3620
3621
6ffe910a 3622
2232061b
MF
3623 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3624if test "x$ac_cv_header_minix_config_h" = x""yes; then :
3625 MINIX=yes
3626else
3627 MINIX=
3628fi
3629
3630
3631 if test "$MINIX" = yes; then
3632
3633$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3634
3635
3636$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3637
3638
3639$as_echo "#define _MINIX 1" >>confdefs.h
3640
3641 fi
3642
3643
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3645$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3646if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3647 $as_echo_n "(cached) " >&6
3648else
3649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3650/* end confdefs.h. */
3651
3652# define __EXTENSIONS__ 1
3653 $ac_includes_default
3654int
3655main ()
3656{
3657
3658 ;
3659 return 0;
3660}
3661_ACEOF
3662if ac_fn_c_try_compile "$LINENO"; then :
3663 ac_cv_safe_to_define___extensions__=yes
3664else
3665 ac_cv_safe_to_define___extensions__=no
3666fi
3667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3668fi
3669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3670$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3671 test $ac_cv_safe_to_define___extensions__ = yes &&
3672 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3673
3674 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3675
3676 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3677
3678 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3679
3680 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3681
3682
3683test "$program_prefix" != NONE &&
3684 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3685# Use a double $ so make ignores it.
3686test "$program_suffix" != NONE &&
3687 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3688# Double any \ or $.
3689# By default was `s,x,x', remove it if useless.
3690ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3691program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3692
3693# Find a good install program. We prefer a C program (faster),
3694# so one script is as good as another. But avoid the broken or
3695# incompatible versions:
3696# SysV /etc/install, /usr/sbin/install
3697# SunOS /usr/etc/install
3698# IRIX /sbin/install
3699# AIX /bin/install
3700# AmigaOS /C/install, which installs bootblocks on floppy discs
3701# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3702# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3703# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3704# OS/2's system install, which has a completely different semantic
3705# ./install, which can be erroneously created by make from ./install.sh.
3706# Reject install programs that cannot install multiple files.
3707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3708$as_echo_n "checking for a BSD-compatible install... " >&6; }
3709if test -z "$INSTALL"; then
3710if test "${ac_cv_path_install+set}" = set; then :
3711 $as_echo_n "(cached) " >&6
3712else
3713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3714for as_dir in $PATH
3715do
3716 IFS=$as_save_IFS
3717 test -z "$as_dir" && as_dir=.
3718 # Account for people who put trailing slashes in PATH elements.
3719case $as_dir/ in #((
3720 ./ | .// | /[cC]/* | \
3721 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3722 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3723 /usr/ucb/* ) ;;
3724 *)
3725 # OSF1 and SCO ODT 3.0 have their own names for install.
3726 # Don't use installbsd from OSF since it installs stuff as root
3727 # by default.
3728 for ac_prog in ginstall scoinst install; do
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3731 if test $ac_prog = install &&
3732 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3733 # AIX install. It has an incompatible calling convention.
3734 :
3735 elif test $ac_prog = install &&
3736 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3737 # program-specific install script used by HP pwplus--don't use.
3738 :
3739 else
3740 rm -rf conftest.one conftest.two conftest.dir
3741 echo one > conftest.one
3742 echo two > conftest.two
3743 mkdir conftest.dir
3744 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3745 test -s conftest.one && test -s conftest.two &&
3746 test -s conftest.dir/conftest.one &&
3747 test -s conftest.dir/conftest.two
3748 then
3749 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3750 break 3
3751 fi
3752 fi
3753 fi
3754 done
3755 done
3756 ;;
3757esac
3758
3759 done
3760IFS=$as_save_IFS
3761
3762rm -rf conftest.one conftest.two conftest.dir
3763
3764fi
3765 if test "${ac_cv_path_install+set}" = set; then
3766 INSTALL=$ac_cv_path_install
3767 else
3768 # As a last resort, use the slow shell script. Don't cache a
3769 # value for INSTALL within a source directory, because that will
3770 # break other packages using the cache if that directory is
3771 # removed, or if the value is a relative name.
3772 INSTALL=$ac_install_sh
3773 fi
3774fi
3775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3776$as_echo "$INSTALL" >&6; }
3777
3778# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3779# It thinks the first close brace ends the variable substitution.
3780test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3781
3782test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3783
3784test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3785
3786rm -rf .tst 2>/dev/null
3787mkdir .tst 2>/dev/null
3788if test -d .tst; then
3789 am__leading_dot=.
3790else
3791 am__leading_dot=_
3792fi
3793rmdir .tst 2>/dev/null
3794
3795DEPDIR="${am__leading_dot}deps"
3796
6bb11ab3
L
3797case `pwd` in
3798 *\ * | *\ *)
3799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3800$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3801esac
2232061b 3802
6ffe910a 3803
6ffe910a 3804
6bb11ab3
L
3805macro_version='2.2.7a'
3806macro_revision='1.3134'
6ffe910a
MF
3807
3808
3809
3810
2232061b 3811
6bb11ab3
L
3812
3813
3814
3815
3816
3817
3818
3819
3820ltmain="$ac_aux_dir/ltmain.sh"
3821
3822# Backslashify metacharacters that are still active within
3823# double-quoted strings.
3824sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3825
3826# Same as above, but do not quote variable references.
3827double_quote_subst='s/\(["`\\]\)/\\\1/g'
3828
3829# Sed substitution to delay expansion of an escaped shell variable in a
3830# double_quote_subst'ed string.
3831delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3832
3833# Sed substitution to delay expansion of an escaped single quote.
3834delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3835
3836# Sed substitution to avoid accidental globbing in evaled expressions
3837no_glob_subst='s/\*/\\\*/g'
3838
3839ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3840ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3841ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3842
3843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3844$as_echo_n "checking how to print strings... " >&6; }
3845# Test print first, because it will be a builtin if present.
3846if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3847 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3848 ECHO='print -r --'
3849elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3850 ECHO='printf %s\n'
6ffe910a 3851else
6bb11ab3
L
3852 # Use this function as a fallback that always works.
3853 func_fallback_echo ()
3854 {
3855 eval 'cat <<_LTECHO_EOF
3856$1
3857_LTECHO_EOF'
3858 }
3859 ECHO='func_fallback_echo'
6ffe910a
MF
3860fi
3861
6bb11ab3
L
3862# func_echo_all arg...
3863# Invoke $ECHO with all args, space-separated.
3864func_echo_all ()
3865{
3866 $ECHO ""
3867}
6ffe910a 3868
6bb11ab3
L
3869case "$ECHO" in
3870 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3871$as_echo "printf" >&6; } ;;
3872 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3873$as_echo "print -r" >&6; } ;;
3874 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3875$as_echo "cat" >&6; } ;;
3876esac
6ffe910a
MF
3877
3878
6ffe910a 3879
6bb11ab3
L
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3892$as_echo_n "checking for a sed that does not truncate output... " >&6; }
3893if test "${ac_cv_path_SED+set}" = set; then :
3894 $as_echo_n "(cached) " >&6
3895else
3896 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3897 for ac_i in 1 2 3 4 5 6 7; do
3898 ac_script="$ac_script$as_nl$ac_script"
3899 done
3900 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3901 { ac_script=; unset ac_script;}
3902 if test -z "$SED"; then
3903 ac_path_SED_found=false
3904 # Loop through the user's path and test for each of PROGNAME-LIST
3905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3906for as_dir in $PATH
3907do
3908 IFS=$as_save_IFS
3909 test -z "$as_dir" && as_dir=.
3910 for ac_prog in sed gsed; do
3911 for ac_exec_ext in '' $ac_executable_extensions; do
3912 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3913 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3914# Check for GNU ac_path_SED and select it if it is found.
3915 # Check for GNU $ac_path_SED
3916case `"$ac_path_SED" --version 2>&1` in
3917*GNU*)
3918 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3919*)
3920 ac_count=0
3921 $as_echo_n 0123456789 >"conftest.in"
3922 while :
3923 do
3924 cat "conftest.in" "conftest.in" >"conftest.tmp"
3925 mv "conftest.tmp" "conftest.in"
3926 cp "conftest.in" "conftest.nl"
3927 $as_echo '' >> "conftest.nl"
3928 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3929 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3930 as_fn_arith $ac_count + 1 && ac_count=$as_val
3931 if test $ac_count -gt ${ac_path_SED_max-0}; then
3932 # Best one so far, save it but keep looking for a better one
3933 ac_cv_path_SED="$ac_path_SED"
3934 ac_path_SED_max=$ac_count
3935 fi
3936 # 10*(2^10) chars as input seems more than enough
3937 test $ac_count -gt 10 && break
3938 done
3939 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3940esac
3941
3942 $ac_path_SED_found && break 3
3943 done
3944 done
3945 done
3946IFS=$as_save_IFS
3947 if test -z "$ac_cv_path_SED"; then
3948 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
3949 fi
3950else
3951 ac_cv_path_SED=$SED
3952fi
3953
3954fi
3955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3956$as_echo "$ac_cv_path_SED" >&6; }
3957 SED="$ac_cv_path_SED"
3958 rm -f conftest.sed
3959
3960test -z "$SED" && SED=sed
3961Xsed="$SED -e 1s/^X//"
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
3974$as_echo_n "checking for fgrep... " >&6; }
3975if test "${ac_cv_path_FGREP+set}" = set; then :
3976 $as_echo_n "(cached) " >&6
3977else
3978 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3979 then ac_cv_path_FGREP="$GREP -F"
3980 else
3981 if test -z "$FGREP"; then
3982 ac_path_FGREP_found=false
3983 # Loop through the user's path and test for each of PROGNAME-LIST
3984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3985for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3986do
3987 IFS=$as_save_IFS
3988 test -z "$as_dir" && as_dir=.
3989 for ac_prog in fgrep; do
3990 for ac_exec_ext in '' $ac_executable_extensions; do
3991 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
3992 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
3993# Check for GNU ac_path_FGREP and select it if it is found.
3994 # Check for GNU $ac_path_FGREP
3995case `"$ac_path_FGREP" --version 2>&1` in
3996*GNU*)
3997 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
3998*)
3999 ac_count=0
4000 $as_echo_n 0123456789 >"conftest.in"
4001 while :
4002 do
4003 cat "conftest.in" "conftest.in" >"conftest.tmp"
4004 mv "conftest.tmp" "conftest.in"
4005 cp "conftest.in" "conftest.nl"
4006 $as_echo 'FGREP' >> "conftest.nl"
4007 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4008 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4009 as_fn_arith $ac_count + 1 && ac_count=$as_val
4010 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4011 # Best one so far, save it but keep looking for a better one
4012 ac_cv_path_FGREP="$ac_path_FGREP"
4013 ac_path_FGREP_max=$ac_count
4014 fi
4015 # 10*(2^10) chars as input seems more than enough
4016 test $ac_count -gt 10 && break
4017 done
4018 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4019esac
4020
4021 $ac_path_FGREP_found && break 3
4022 done
4023 done
4024 done
4025IFS=$as_save_IFS
4026 if test -z "$ac_cv_path_FGREP"; then
4027 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4028 fi
4029else
4030 ac_cv_path_FGREP=$FGREP
4031fi
4032
4033 fi
4034fi
4035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4036$as_echo "$ac_cv_path_FGREP" >&6; }
4037 FGREP="$ac_cv_path_FGREP"
4038
4039
4040test -z "$GREP" && GREP=grep
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060# Check whether --with-gnu-ld was given.
4061if test "${with_gnu_ld+set}" = set; then :
4062 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4063else
4064 with_gnu_ld=no
4065fi
4066
4067ac_prog=ld
4068if test "$GCC" = yes; then
4069 # Check if gcc -print-prog-name=ld gives a path.
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4071$as_echo_n "checking for ld used by $CC... " >&6; }
4072 case $host in
4073 *-*-mingw*)
4074 # gcc leaves a trailing carriage return which upsets mingw
4075 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4076 *)
4077 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4078 esac
4079 case $ac_prog in
4080 # Accept absolute paths.
4081 [\\/]* | ?:[\\/]*)
4082 re_direlt='/[^/][^/]*/\.\./'
4083 # Canonicalize the pathname of ld
4084 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4085 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4086 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4087 done
4088 test -z "$LD" && LD="$ac_prog"
4089 ;;
4090 "")
4091 # If it fails, then pretend we aren't using GCC.
4092 ac_prog=ld
4093 ;;
4094 *)
4095 # If it is relative, then search for the first ld in PATH.
4096 with_gnu_ld=unknown
4097 ;;
4098 esac
4099elif test "$with_gnu_ld" = yes; then
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4101$as_echo_n "checking for GNU ld... " >&6; }
4102else
4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4104$as_echo_n "checking for non-GNU ld... " >&6; }
4105fi
4106if test "${lt_cv_path_LD+set}" = set; then :
4107 $as_echo_n "(cached) " >&6
4108else
4109 if test -z "$LD"; then
4110 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4111 for ac_dir in $PATH; do
4112 IFS="$lt_save_ifs"
4113 test -z "$ac_dir" && ac_dir=.
4114 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4115 lt_cv_path_LD="$ac_dir/$ac_prog"
4116 # Check to see if the program is GNU ld. I'd rather use --version,
4117 # but apparently some variants of GNU ld only accept -v.
4118 # Break only if it was the GNU/non-GNU ld that we prefer.
4119 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4120 *GNU* | *'with BFD'*)
4121 test "$with_gnu_ld" != no && break
4122 ;;
4123 *)
4124 test "$with_gnu_ld" != yes && break
4125 ;;
4126 esac
4127 fi
4128 done
4129 IFS="$lt_save_ifs"
4130else
4131 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4132fi
4133fi
4134
4135LD="$lt_cv_path_LD"
4136if test -n "$LD"; then
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4138$as_echo "$LD" >&6; }
4139else
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4141$as_echo "no" >&6; }
4142fi
4143test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4145$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4146if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4147 $as_echo_n "(cached) " >&6
4148else
4149 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4150case `$LD -v 2>&1 </dev/null` in
4151*GNU* | *'with BFD'*)
4152 lt_cv_prog_gnu_ld=yes
4153 ;;
4154*)
4155 lt_cv_prog_gnu_ld=no
4156 ;;
4157esac
4158fi
4159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4160$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4161with_gnu_ld=$lt_cv_prog_gnu_ld
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4172$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4173if test "${lt_cv_path_NM+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4175else
4176 if test -n "$NM"; then
4177 # Let the user override the test.
4178 lt_cv_path_NM="$NM"
4179else
4180 lt_nm_to_check="${ac_tool_prefix}nm"
4181 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4182 lt_nm_to_check="$lt_nm_to_check nm"
4183 fi
4184 for lt_tmp_nm in $lt_nm_to_check; do
4185 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4186 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4187 IFS="$lt_save_ifs"
4188 test -z "$ac_dir" && ac_dir=.
4189 tmp_nm="$ac_dir/$lt_tmp_nm"
4190 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4191 # Check to see if the nm accepts a BSD-compat flag.
4192 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4193 # nm: unknown option "B" ignored
4194 # Tru64's nm complains that /dev/null is an invalid object file
4195 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4196 */dev/null* | *'Invalid file or object type'*)
4197 lt_cv_path_NM="$tmp_nm -B"
4198 break
4199 ;;
4200 *)
4201 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4202 */dev/null*)
4203 lt_cv_path_NM="$tmp_nm -p"
4204 break
4205 ;;
4206 *)
4207 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4208 continue # so that we can try to find one that supports BSD flags
4209 ;;
4210 esac
4211 ;;
4212 esac
4213 fi
4214 done
4215 IFS="$lt_save_ifs"
4216 done
4217 : ${lt_cv_path_NM=no}
4218fi
4219fi
4220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4221$as_echo "$lt_cv_path_NM" >&6; }
4222if test "$lt_cv_path_NM" != "no"; then
4223 NM="$lt_cv_path_NM"
4224else
4225 # Didn't find any BSD compatible name lister, look for dumpbin.
4226 if test -n "$DUMPBIN"; then :
4227 # Let the user override the test.
4228 else
4229 if test -n "$ac_tool_prefix"; then
4230 for ac_prog in dumpbin "link -dump"
4231 do
4232 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4233set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6ffe910a
MF
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235$as_echo_n "checking for $ac_word... " >&6; }
6bb11ab3 4236if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6ffe910a
MF
4237 $as_echo_n "(cached) " >&6
4238else
6bb11ab3
L
4239 if test -n "$DUMPBIN"; then
4240 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6ffe910a
MF
4241else
4242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243for as_dir in $PATH
4244do
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6bb11ab3 4249 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6ffe910a
MF
4250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4252 fi
4253done
4254 done
4255IFS=$as_save_IFS
4256
4257fi
4258fi
6bb11ab3
L
4259DUMPBIN=$ac_cv_prog_DUMPBIN
4260if test -n "$DUMPBIN"; then
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4262$as_echo "$DUMPBIN" >&6; }
6ffe910a
MF
4263else
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265$as_echo "no" >&6; }
4266fi
4267
4268
6bb11ab3
L
4269 test -n "$DUMPBIN" && break
4270 done
6ffe910a 4271fi
6bb11ab3
L
4272if test -z "$DUMPBIN"; then
4273 ac_ct_DUMPBIN=$DUMPBIN
4274 for ac_prog in dumpbin "link -dump"
4275do
4276 # Extract the first word of "$ac_prog", so it can be a program name with args.
4277set dummy $ac_prog; ac_word=$2
6ffe910a
MF
4278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4279$as_echo_n "checking for $ac_word... " >&6; }
6bb11ab3 4280if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6ffe910a
MF
4281 $as_echo_n "(cached) " >&6
4282else
6bb11ab3
L
4283 if test -n "$ac_ct_DUMPBIN"; then
4284 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6ffe910a
MF
4285else
4286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287for as_dir in $PATH
4288do
4289 IFS=$as_save_IFS
4290 test -z "$as_dir" && as_dir=.
4291 for ac_exec_ext in '' $ac_executable_extensions; do
4292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6bb11ab3 4293 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6ffe910a
MF
4294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4295 break 2
4296 fi
4297done
4298 done
4299IFS=$as_save_IFS
4300
4301fi
4302fi
6bb11ab3
L
4303ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4304if test -n "$ac_ct_DUMPBIN"; then
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4306$as_echo "$ac_ct_DUMPBIN" >&6; }
6ffe910a
MF
4307else
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4309$as_echo "no" >&6; }
4310fi
4311
6bb11ab3
L
4312
4313 test -n "$ac_ct_DUMPBIN" && break
4314done
4315
4316 if test "x$ac_ct_DUMPBIN" = x; then
4317 DUMPBIN=":"
6ffe910a
MF
4318 else
4319 case $cross_compiling:$ac_tool_warned in
4320yes:)
4321{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4322$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4323ac_tool_warned=yes ;;
4324esac
6bb11ab3 4325 DUMPBIN=$ac_ct_DUMPBIN
6ffe910a 4326 fi
6ffe910a
MF
4327fi
4328
6bb11ab3
L
4329 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4330 *COFF*)
4331 DUMPBIN="$DUMPBIN -symbols"
4332 ;;
4333 *)
4334 DUMPBIN=:
4335 ;;
4336 esac
4337 fi
6ffe910a 4338
6bb11ab3
L
4339 if test "$DUMPBIN" != ":"; then
4340 NM="$DUMPBIN"
4341 fi
4342fi
4343test -z "$NM" && NM=nm
5f3ef9d0 4344
5f3ef9d0
JB
4345
4346
4347
db2e4d67
MF
4348
4349
6bb11ab3
L
4350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4351$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4352if test "${lt_cv_nm_interface+set}" = set; then :
4353 $as_echo_n "(cached) " >&6
4354else
4355 lt_cv_nm_interface="BSD nm"
4356 echo "int some_variable = 0;" > conftest.$ac_ext
4357 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4358 (eval "$ac_compile" 2>conftest.err)
4359 cat conftest.err >&5
4360 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4361 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4362 cat conftest.err >&5
4363 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4364 cat conftest.out >&5
4365 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4366 lt_cv_nm_interface="MS dumpbin"
4367 fi
4368 rm -f conftest*
4369fi
4370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4371$as_echo "$lt_cv_nm_interface" >&6; }
db2e4d67 4372
6bb11ab3
L
4373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4374$as_echo_n "checking whether ln -s works... " >&6; }
4375LN_S=$as_ln_s
4376if test "$LN_S" = "ln -s"; then
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4378$as_echo "yes" >&6; }
4379else
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4381$as_echo "no, using $LN_S" >&6; }
4382fi
4383
4384# find the maximum length of command line arguments
4385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4386$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4387if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
db2e4d67
MF
4388 $as_echo_n "(cached) " >&6
4389else
6bb11ab3
L
4390 i=0
4391 teststring="ABCD"
db2e4d67 4392
6bb11ab3
L
4393 case $build_os in
4394 msdosdjgpp*)
4395 # On DJGPP, this test can blow up pretty badly due to problems in libc
4396 # (any single argument exceeding 2000 bytes causes a buffer overrun
4397 # during glob expansion). Even if it were fixed, the result of this
4398 # check would be larger than it should be.
4399 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4400 ;;
db2e4d67 4401
6bb11ab3
L
4402 gnu*)
4403 # Under GNU Hurd, this test is not required because there is
4404 # no limit to the length of command line arguments.
4405 # Libtool will interpret -1 as no limit whatsoever
4406 lt_cv_sys_max_cmd_len=-1;
4407 ;;
db2e4d67 4408
6bb11ab3
L
4409 cygwin* | mingw* | cegcc*)
4410 # On Win9x/ME, this test blows up -- it succeeds, but takes
4411 # about 5 minutes as the teststring grows exponentially.
4412 # Worse, since 9x/ME are not pre-emptively multitasking,
4413 # you end up with a "frozen" computer, even though with patience
4414 # the test eventually succeeds (with a max line length of 256k).
4415 # Instead, let's just punt: use the minimum linelength reported by
4416 # all of the supported platforms: 8192 (on NT/2K/XP).
4417 lt_cv_sys_max_cmd_len=8192;
4418 ;;
4419
4420 mint*)
4421 # On MiNT this can take a long time and run out of memory.
4422 lt_cv_sys_max_cmd_len=8192;
4423 ;;
4424
4425 amigaos*)
4426 # On AmigaOS with pdksh, this test takes hours, literally.
4427 # So we just punt and use a minimum line length of 8192.
4428 lt_cv_sys_max_cmd_len=8192;
4429 ;;
4430
4431 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4432 # This has been around since 386BSD, at least. Likely further.
4433 if test -x /sbin/sysctl; then
4434 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4435 elif test -x /usr/sbin/sysctl; then
4436 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4437 else
4438 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
db2e4d67 4439 fi
6bb11ab3
L
4440 # And add a safety zone
4441 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4442 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4443 ;;
db2e4d67 4444
6bb11ab3
L
4445 interix*)
4446 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4447 lt_cv_sys_max_cmd_len=196608
4448 ;;
4449
4450 osf*)
4451 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4452 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4453 # nice to cause kernel panics so lets avoid the loop below.
4454 # First set a reasonable default.
4455 lt_cv_sys_max_cmd_len=16384
4456 #
4457 if test -x /sbin/sysconfig; then
4458 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4459 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4460 esac
4461 fi
4462 ;;
4463 sco3.2v5*)
4464 lt_cv_sys_max_cmd_len=102400
4465 ;;
4466 sysv5* | sco5v6* | sysv4.2uw2*)
4467 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4468 if test -n "$kargmax"; then
4469 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4470 else
4471 lt_cv_sys_max_cmd_len=32768
4472 fi
4473 ;;
4474 *)
4475 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4476 if test -n "$lt_cv_sys_max_cmd_len"; then
4477 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4478 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4479 else
4480 # Make teststring a little bigger before we do anything with it.
4481 # a 1K string should be a reasonable start.
4482 for i in 1 2 3 4 5 6 7 8 ; do
4483 teststring=$teststring$teststring
4484 done
4485 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4486 # If test is not a shell built-in, we'll probably end up computing a
4487 # maximum length that is only half of the actual maximum length, but
4488 # we can't tell.
4489 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4490 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4491 test $i != 17 # 1/2 MB should be enough
4492 do
4493 i=`expr $i + 1`
4494 teststring=$teststring$teststring
4495 done
4496 # Only check the string length outside the loop.
4497 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4498 teststring=
4499 # Add a significant safety factor because C++ compilers can tack on
4500 # massive amounts of additional arguments before passing them to the
4501 # linker. It appears as though 1/2 is a usable value.
4502 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4503 fi
4504 ;;
4505 esac
4506
4507fi
4508
4509if test -n $lt_cv_sys_max_cmd_len ; then
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4511$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
db2e4d67 4512else
6bb11ab3
L
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4514$as_echo "none" >&6; }
db2e4d67 4515fi
6bb11ab3
L
4516max_cmd_len=$lt_cv_sys_max_cmd_len
4517
4518
4519
4520
4521
4522
4523: ${CP="cp -f"}
4524: ${MV="mv -f"}
4525: ${RM="rm -f"}
4526
4527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4528$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4529# Try some XSI features
4530xsi_shell=no
4531( _lt_dummy="a/b/c"
4532 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4533 = c,a/b,, \
4534 && eval 'test $(( 1 + 1 )) -eq 2 \
4535 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4536 && xsi_shell=yes
4537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4538$as_echo "$xsi_shell" >&6; }
db2e4d67 4539
6bb11ab3
L
4540
4541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4542$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4543lt_shell_append=no
4544( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4545 >/dev/null 2>&1 \
4546 && lt_shell_append=yes
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4548$as_echo "$lt_shell_append" >&6; }
4549
4550
4551if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4552 lt_unset=unset
4553else
4554 lt_unset=false
db2e4d67 4555fi
db2e4d67 4556
6bb11ab3
L
4557
4558
4559
4560
4561# test EBCDIC or ASCII
4562case `echo X|tr X '\101'` in
4563 A) # ASCII based system
4564 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4565 lt_SP2NL='tr \040 \012'
4566 lt_NL2SP='tr \015\012 \040\040'
4567 ;;
4568 *) # EBCDIC based system
4569 lt_SP2NL='tr \100 \n'
4570 lt_NL2SP='tr \r\n \100\100'
4571 ;;
4572esac
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4583$as_echo_n "checking for $LD option to reload object files... " >&6; }
4584if test "${lt_cv_ld_reload_flag+set}" = set; then :
4585 $as_echo_n "(cached) " >&6
4586else
4587 lt_cv_ld_reload_flag='-r'
db2e4d67 4588fi
6bb11ab3
L
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4590$as_echo "$lt_cv_ld_reload_flag" >&6; }
4591reload_flag=$lt_cv_ld_reload_flag
4592case $reload_flag in
4593"" | " "*) ;;
4594*) reload_flag=" $reload_flag" ;;
4595esac
4596reload_cmds='$LD$reload_flag -o $output$reload_objs'
4597case $host_os in
4598 darwin*)
4599 if test "$GCC" = yes; then
4600 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4601 else
4602 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4603 fi
4604 ;;
4605esac
db2e4d67
MF
4606
4607
6bb11ab3
L
4608
4609
4610
4611
4612
4613
4614
4615if test -n "$ac_tool_prefix"; then
4616 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4617set dummy ${ac_tool_prefix}objdump; ac_word=$2
db2e4d67
MF
4618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4619$as_echo_n "checking for $ac_word... " >&6; }
6bb11ab3 4620if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
db2e4d67
MF
4621 $as_echo_n "(cached) " >&6
4622else
6bb11ab3
L
4623 if test -n "$OBJDUMP"; then
4624 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
db2e4d67
MF
4625else
4626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4627for as_dir in $PATH
4628do
4629 IFS=$as_save_IFS
4630 test -z "$as_dir" && as_dir=.
4631 for ac_exec_ext in '' $ac_executable_extensions; do
4632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6bb11ab3 4633 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
db2e4d67
MF
4634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4635 break 2
4636 fi
4637done
4638 done
4639IFS=$as_save_IFS
4640
4641fi
4642fi
6bb11ab3
L
4643OBJDUMP=$ac_cv_prog_OBJDUMP
4644if test -n "$OBJDUMP"; then
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4646$as_echo "$OBJDUMP" >&6; }
db2e4d67
MF
4647else
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4649$as_echo "no" >&6; }
4650fi
4651
4652
6bb11ab3
L
4653fi
4654if test -z "$ac_cv_prog_OBJDUMP"; then
4655 ac_ct_OBJDUMP=$OBJDUMP
4656 # Extract the first word of "objdump", so it can be a program name with args.
4657set dummy objdump; ac_word=$2
4658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4659$as_echo_n "checking for $ac_word... " >&6; }
4660if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4661 $as_echo_n "(cached) " >&6
4662else
4663 if test -n "$ac_ct_OBJDUMP"; then
4664 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4665else
4666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4667for as_dir in $PATH
4668do
4669 IFS=$as_save_IFS
4670 test -z "$as_dir" && as_dir=.
4671 for ac_exec_ext in '' $ac_executable_extensions; do
4672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4673 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4675 break 2
4676 fi
db2e4d67 4677done
6bb11ab3
L
4678 done
4679IFS=$as_save_IFS
db2e4d67 4680
6bb11ab3
L
4681fi
4682fi
4683ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4684if test -n "$ac_ct_OBJDUMP"; then
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4686$as_echo "$ac_ct_OBJDUMP" >&6; }
4687else
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4689$as_echo "no" >&6; }
4690fi
4691
4692 if test "x$ac_ct_OBJDUMP" = x; then
4693 OBJDUMP="false"
4694 else
4695 case $cross_compiling:$ac_tool_warned in
4696yes:)
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4698$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4699ac_tool_warned=yes ;;
db2e4d67 4700esac
6bb11ab3
L
4701 OBJDUMP=$ac_ct_OBJDUMP
4702 fi
db2e4d67 4703else
6bb11ab3 4704 OBJDUMP="$ac_cv_prog_OBJDUMP"
db2e4d67
MF
4705fi
4706
6bb11ab3 4707test -z "$OBJDUMP" && OBJDUMP=objdump
db2e4d67 4708
6ffe910a 4709
6ffe910a 4710
6ffe910a
MF
4711
4712
6ffe910a
MF
4713
4714
6ffe910a 4715
6ffe910a 4716
6bb11ab3
L
4717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4718$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4719if test "${lt_cv_deplibs_check_method+set}" = set; then :
4720 $as_echo_n "(cached) " >&6
4721else
4722 lt_cv_file_magic_cmd='$MAGIC_CMD'
4723lt_cv_file_magic_test_file=
4724lt_cv_deplibs_check_method='unknown'
4725# Need to set the preceding variable on all platforms that support
4726# interlibrary dependencies.
4727# 'none' -- dependencies not supported.
4728# `unknown' -- same as none, but documents that we really don't know.
4729# 'pass_all' -- all dependencies passed with no checks.
4730# 'test_compile' -- check by making test program.
4731# 'file_magic [[regex]]' -- check by looking for files in library path
4732# which responds to the $file_magic_cmd with a given extended regex.
4733# If you have `file' or equivalent on your system and you're not sure
4734# whether `pass_all' will *always* work, you probably want this one.
4735
4736case $host_os in
4737aix[4-9]*)
4738 lt_cv_deplibs_check_method=pass_all
4739 ;;
4740
4741beos*)
4742 lt_cv_deplibs_check_method=pass_all
4743 ;;
4744
4745bsdi[45]*)
4746 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4747 lt_cv_file_magic_cmd='/usr/bin/file -L'
4748 lt_cv_file_magic_test_file=/shlib/libc.so
4749 ;;
4750
4751cygwin*)
4752 # func_win32_libid is a shell function defined in ltmain.sh
4753 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4754 lt_cv_file_magic_cmd='func_win32_libid'
4755 ;;
4756
4757mingw* | pw32*)
4758 # Base MSYS/MinGW do not provide the 'file' command needed by
4759 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4760 # unless we find 'file', for example because we are cross-compiling.
4761 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4762 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4763 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4764 lt_cv_file_magic_cmd='func_win32_libid'
4765 else
4766 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4767 lt_cv_file_magic_cmd='$OBJDUMP -f'
4768 fi
4769 ;;
4770
4771cegcc*)
4772 # use the weaker test based on 'objdump'. See mingw*.
4773 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4774 lt_cv_file_magic_cmd='$OBJDUMP -f'
4775 ;;
4776
4777darwin* | rhapsody*)
4778 lt_cv_deplibs_check_method=pass_all
4779 ;;
4780
4781freebsd* | dragonfly*)
4782 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4783 case $host_cpu in
4784 i*86 )
4785 # Not sure whether the presence of OpenBSD here was a mistake.
4786 # Let's accept both of them until this is cleared up.
4787 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4788 lt_cv_file_magic_cmd=/usr/bin/file
4789 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4790 ;;
4791 esac
4792 else
4793 lt_cv_deplibs_check_method=pass_all
4794 fi
4795 ;;
4796
4797gnu*)
4798 lt_cv_deplibs_check_method=pass_all
4799 ;;
4800
4801haiku*)
4802 lt_cv_deplibs_check_method=pass_all
4803 ;;
4804
4805hpux10.20* | hpux11*)
4806 lt_cv_file_magic_cmd=/usr/bin/file
4807 case $host_cpu in
4808 ia64*)
4809 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4810 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4811 ;;
4812 hppa*64*)
4813 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]'
4814 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4815 ;;
4816 *)
4817 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4818 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4819 ;;
4820 esac
4821 ;;
4822
4823interix[3-9]*)
4824 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4825 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4826 ;;
4827
4828irix5* | irix6* | nonstopux*)
4829 case $LD in
4830 *-32|*"-32 ") libmagic=32-bit;;
4831 *-n32|*"-n32 ") libmagic=N32;;
4832 *-64|*"-64 ") libmagic=64-bit;;
4833 *) libmagic=never-match;;
4834 esac
4835 lt_cv_deplibs_check_method=pass_all
4836 ;;
6ffe910a 4837
6bb11ab3
L
4838# This must be Linux ELF.
4839linux* | k*bsd*-gnu | kopensolaris*-gnu)
4840 lt_cv_deplibs_check_method=pass_all
4841 ;;
6ffe910a 4842
6bb11ab3
L
4843netbsd*)
4844 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4845 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4846 else
4847 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4848 fi
4849 ;;
6ffe910a 4850
6bb11ab3
L
4851newos6*)
4852 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4853 lt_cv_file_magic_cmd=/usr/bin/file
4854 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4855 ;;
2b193c4a 4856
6bb11ab3
L
4857*nto* | *qnx*)
4858 lt_cv_deplibs_check_method=pass_all
4859 ;;
2b193c4a 4860
6bb11ab3
L
4861openbsd*)
4862 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4863 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4864 else
4865 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4866 fi
4867 ;;
b7026657 4868
6bb11ab3
L
4869osf3* | osf4* | osf5*)
4870 lt_cv_deplibs_check_method=pass_all
4871 ;;
4872
4873rdos*)
4874 lt_cv_deplibs_check_method=pass_all
4875 ;;
4876
4877solaris*)
4878 lt_cv_deplibs_check_method=pass_all
4879 ;;
4880
4881sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4882 lt_cv_deplibs_check_method=pass_all
4883 ;;
4884
4885sysv4 | sysv4.3*)
4886 case $host_vendor in
4887 motorola)
4888 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]'
4889 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4890 ;;
4891 ncr)
4892 lt_cv_deplibs_check_method=pass_all
4893 ;;
4894 sequent)
4895 lt_cv_file_magic_cmd='/bin/file'
4896 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4897 ;;
4898 sni)
4899 lt_cv_file_magic_cmd='/bin/file'
4900 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4901 lt_cv_file_magic_test_file=/lib/libc.so
4902 ;;
4903 siemens)
4904 lt_cv_deplibs_check_method=pass_all
4905 ;;
4906 pc)
4907 lt_cv_deplibs_check_method=pass_all
4908 ;;
4909 esac
4910 ;;
4911
4912tpf*)
4913 lt_cv_deplibs_check_method=pass_all
4914 ;;
4915esac
20e95c23 4916
b7026657 4917fi
6bb11ab3
L
4918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4919$as_echo "$lt_cv_deplibs_check_method" >&6; }
4920file_magic_cmd=$lt_cv_file_magic_cmd
4921deplibs_check_method=$lt_cv_deplibs_check_method
4922test -z "$deplibs_check_method" && deplibs_check_method=unknown
4923
4924
4925
4926
4927
81ecdfbb 4928
81ecdfbb 4929
6bb11ab3
L
4930
4931
4932
4933
4934
4935if test -n "$ac_tool_prefix"; then
4936 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4937set dummy ${ac_tool_prefix}ar; ac_word=$2
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4939$as_echo_n "checking for $ac_word... " >&6; }
4940if test "${ac_cv_prog_AR+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
4942else
4943 if test -n "$AR"; then
4944 ac_cv_prog_AR="$AR" # Let the user override the test.
4945else
4946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4947for as_dir in $PATH
4948do
4949 IFS=$as_save_IFS
4950 test -z "$as_dir" && as_dir=.
4951 for ac_exec_ext in '' $ac_executable_extensions; do
4952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4953 ac_cv_prog_AR="${ac_tool_prefix}ar"
4954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4955 break 2
4956 fi
4957done
4958 done
4959IFS=$as_save_IFS
b7026657
AC
4960
4961fi
6bb11ab3
L
4962fi
4963AR=$ac_cv_prog_AR
4964if test -n "$AR"; then
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4966$as_echo "$AR" >&6; }
4967else
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4969$as_echo "no" >&6; }
4970fi
4971
b7026657 4972
6bb11ab3
L
4973fi
4974if test -z "$ac_cv_prog_AR"; then
4975 ac_ct_AR=$AR
4976 # Extract the first word of "ar", so it can be a program name with args.
4977set dummy ar; ac_word=$2
4978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4979$as_echo_n "checking for $ac_word... " >&6; }
4980if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4981 $as_echo_n "(cached) " >&6
4982else
4983 if test -n "$ac_ct_AR"; then
4984 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4985else
4986as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4987for as_dir in $PATH
4988do
4989 IFS=$as_save_IFS
4990 test -z "$as_dir" && as_dir=.
4991 for ac_exec_ext in '' $ac_executable_extensions; do
4992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4993 ac_cv_prog_ac_ct_AR="ar"
4994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4995 break 2
4996 fi
20e95c23 4997done
6bb11ab3
L
4998 done
4999IFS=$as_save_IFS
b7026657 5000
6bb11ab3
L
5001fi
5002fi
5003ac_ct_AR=$ac_cv_prog_ac_ct_AR
5004if test -n "$ac_ct_AR"; then
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5006$as_echo "$ac_ct_AR" >&6; }
5007else
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5009$as_echo "no" >&6; }
5010fi
c906108c 5011
6bb11ab3
L
5012 if test "x$ac_ct_AR" = x; then
5013 AR="false"
5014 else
5015 case $cross_compiling:$ac_tool_warned in
5016yes:)
5017{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5018$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5019ac_tool_warned=yes ;;
5020esac
5021 AR=$ac_ct_AR
5022 fi
5023else
5024 AR="$ac_cv_prog_AR"
81ecdfbb 5025fi
b7026657 5026
6bb11ab3
L
5027test -z "$AR" && AR=ar
5028test -z "$AR_FLAGS" && AR_FLAGS=cru
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040if test -n "$ac_tool_prefix"; then
5041 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5042set dummy ${ac_tool_prefix}strip; ac_word=$2
5043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5044$as_echo_n "checking for $ac_word... " >&6; }
5045if test "${ac_cv_prog_STRIP+set}" = set; then :
5046 $as_echo_n "(cached) " >&6
5047else
5048 if test -n "$STRIP"; then
5049 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5050else
5051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5052for as_dir in $PATH
5053do
5054 IFS=$as_save_IFS
5055 test -z "$as_dir" && as_dir=.
5056 for ac_exec_ext in '' $ac_executable_extensions; do
5057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5058 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5060 break 2
5061 fi
81ecdfbb 5062done
6bb11ab3
L
5063 done
5064IFS=$as_save_IFS
5065
5066fi
5067fi
5068STRIP=$ac_cv_prog_STRIP
5069if test -n "$STRIP"; then
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5071$as_echo "$STRIP" >&6; }
5072else
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5074$as_echo "no" >&6; }
5075fi
b7026657
AC
5076
5077
81ecdfbb 5078fi
6bb11ab3
L
5079if test -z "$ac_cv_prog_STRIP"; then
5080 ac_ct_STRIP=$STRIP
5081 # Extract the first word of "strip", so it can be a program name with args.
5082set dummy strip; ac_word=$2
5083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5084$as_echo_n "checking for $ac_word... " >&6; }
5085if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5086 $as_echo_n "(cached) " >&6
5087else
5088 if test -n "$ac_ct_STRIP"; then
5089 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5090else
5091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092for as_dir in $PATH
5093do
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_exec_ext in '' $ac_executable_extensions; do
5097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098 ac_cv_prog_ac_ct_STRIP="strip"
5099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 break 2
5101 fi
81ecdfbb 5102done
6bb11ab3
L
5103 done
5104IFS=$as_save_IFS
b7026657 5105
6bb11ab3
L
5106fi
5107fi
5108ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5109if test -n "$ac_ct_STRIP"; then
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5111$as_echo "$ac_ct_STRIP" >&6; }
5112else
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5114$as_echo "no" >&6; }
5115fi
b7026657 5116
6bb11ab3
L
5117 if test "x$ac_ct_STRIP" = x; then
5118 STRIP=":"
5119 else
5120 case $cross_compiling:$ac_tool_warned in
5121yes:)
5122{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5123$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5124ac_tool_warned=yes ;;
5125esac
5126 STRIP=$ac_ct_STRIP
5127 fi
5128else
5129 STRIP="$ac_cv_prog_STRIP"
5130fi
5131
5132test -z "$STRIP" && STRIP=:
5133
5134
5135
5136
5137
5138
5139if test -n "$ac_tool_prefix"; then
5140 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5141set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5143$as_echo_n "checking for $ac_word... " >&6; }
5144if test "${ac_cv_prog_RANLIB+set}" = set; then :
5145 $as_echo_n "(cached) " >&6
5146else
5147 if test -n "$RANLIB"; then
5148 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5149else
5150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5151for as_dir in $PATH
5152do
5153 IFS=$as_save_IFS
5154 test -z "$as_dir" && as_dir=.
5155 for ac_exec_ext in '' $ac_executable_extensions; do
5156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5157 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5159 break 2
5160 fi
5161done
5162 done
5163IFS=$as_save_IFS
5164
5165fi
5166fi
5167RANLIB=$ac_cv_prog_RANLIB
5168if test -n "$RANLIB"; then
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5170$as_echo "$RANLIB" >&6; }
5171else
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5173$as_echo "no" >&6; }
5174fi
5175
5176
5177fi
5178if test -z "$ac_cv_prog_RANLIB"; then
5179 ac_ct_RANLIB=$RANLIB
5180 # Extract the first word of "ranlib", so it can be a program name with args.
5181set dummy ranlib; ac_word=$2
5182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5183$as_echo_n "checking for $ac_word... " >&6; }
5184if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5185 $as_echo_n "(cached) " >&6
5186else
5187 if test -n "$ac_ct_RANLIB"; then
5188 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5189else
5190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5191for as_dir in $PATH
5192do
5193 IFS=$as_save_IFS
5194 test -z "$as_dir" && as_dir=.
5195 for ac_exec_ext in '' $ac_executable_extensions; do
5196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5197 ac_cv_prog_ac_ct_RANLIB="ranlib"
5198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5199 break 2
5200 fi
5201done
5202 done
5203IFS=$as_save_IFS
5204
5205fi
5206fi
5207ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5208if test -n "$ac_ct_RANLIB"; then
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5210$as_echo "$ac_ct_RANLIB" >&6; }
5211else
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5213$as_echo "no" >&6; }
5214fi
5215
5216 if test "x$ac_ct_RANLIB" = x; then
5217 RANLIB=":"
5218 else
5219 case $cross_compiling:$ac_tool_warned in
5220yes:)
5221{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5222$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5223ac_tool_warned=yes ;;
5224esac
5225 RANLIB=$ac_ct_RANLIB
5226 fi
5227else
5228 RANLIB="$ac_cv_prog_RANLIB"
5229fi
5230
5231test -z "$RANLIB" && RANLIB=:
5232
5233
5234
5235
5236
5237
5238# Determine commands to create old-style static archives.
5239old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5240old_postinstall_cmds='chmod 644 $oldlib'
5241old_postuninstall_cmds=
5242
5243if test -n "$RANLIB"; then
5244 case $host_os in
5245 openbsd*)
5246 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5247 ;;
5248 *)
5249 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5250 ;;
5251 esac
5252 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5253fi
5254
5255case $host_os in
5256 darwin*)
5257 lock_old_archive_extraction=yes ;;
5258 *)
5259 lock_old_archive_extraction=no ;;
5260esac
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282for ac_prog in gawk mawk nawk awk
5283do
5284 # Extract the first word of "$ac_prog", so it can be a program name with args.
5285set dummy $ac_prog; ac_word=$2
5286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5287$as_echo_n "checking for $ac_word... " >&6; }
5288if test "${ac_cv_prog_AWK+set}" = set; then :
5289 $as_echo_n "(cached) " >&6
5290else
5291 if test -n "$AWK"; then
5292 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5293else
5294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5295for as_dir in $PATH
5296do
5297 IFS=$as_save_IFS
5298 test -z "$as_dir" && as_dir=.
5299 for ac_exec_ext in '' $ac_executable_extensions; do
5300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5301 ac_cv_prog_AWK="$ac_prog"
5302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5303 break 2
5304 fi
5305done
5306 done
5307IFS=$as_save_IFS
5308
5309fi
5310fi
5311AWK=$ac_cv_prog_AWK
5312if test -n "$AWK"; then
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5314$as_echo "$AWK" >&6; }
5315else
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5317$as_echo "no" >&6; }
5318fi
5319
5320
5321 test -n "$AWK" && break
5322done
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342# If no C compiler was specified, use CC.
5343LTCC=${LTCC-"$CC"}
5344
5345# If no C compiler flags were specified, use CFLAGS.
5346LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5347
5348# Allow CC to be a program name with arguments.
5349compiler=$CC
5350
5351
5352# Check for command to grab the raw symbol name followed by C symbol from nm.
5353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5354$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5355if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5356 $as_echo_n "(cached) " >&6
5357else
5358
5359# These are sane defaults that work on at least a few old systems.
5360# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5361
5362# Character class describing NM global symbol codes.
5363symcode='[BCDEGRST]'
5364
5365# Regexp to match symbols that can be accessed directly from C.
5366sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5367
5368# Define system-specific variables.
5369case $host_os in
5370aix*)
5371 symcode='[BCDT]'
5372 ;;
5373cygwin* | mingw* | pw32* | cegcc*)
5374 symcode='[ABCDGISTW]'
5375 ;;
5376hpux*)
5377 if test "$host_cpu" = ia64; then
5378 symcode='[ABCDEGRST]'
5379 fi
5380 ;;
5381irix* | nonstopux*)
5382 symcode='[BCDEGRST]'
5383 ;;
5384osf*)
5385 symcode='[BCDEGQRST]'
5386 ;;
5387solaris*)
5388 symcode='[BDRT]'
5389 ;;
5390sco3.2v5*)
5391 symcode='[DT]'
5392 ;;
5393sysv4.2uw2*)
5394 symcode='[DT]'
5395 ;;
5396sysv5* | sco5v6* | unixware* | OpenUNIX*)
5397 symcode='[ABDT]'
5398 ;;
5399sysv4)
5400 symcode='[DFNSTU]'
5401 ;;
5402esac
5403
5404# If we're using GNU nm, then use its standard symbol codes.
5405case `$NM -V 2>&1` in
5406*GNU* | *'with BFD'*)
5407 symcode='[ABCDGIRSTW]' ;;
5408esac
5409
5410# Transform an extracted symbol line into a proper C declaration.
5411# Some systems (esp. on ia64) link data and code symbols differently,
5412# so use this general approach.
5413lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5414
5415# Transform an extracted symbol line into symbol name and symbol address
5416lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5417lt_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'"
5418
5419# Handle CRLF in mingw tool chain
5420opt_cr=
5421case $build_os in
5422mingw*)
5423 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5424 ;;
5425esac
5426
5427# Try without a prefix underscore, then with it.
5428for ac_symprfx in "" "_"; do
5429
5430 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5431 symxfrm="\\1 $ac_symprfx\\2 \\2"
5432
5433 # Write the raw and C identifiers.
5434 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5435 # Fake it for dumpbin and say T for any non-static function
5436 # and D for any global variable.
5437 # Also find C++ and __fastcall symbols from MSVC++,
5438 # which start with @ or ?.
5439 lt_cv_sys_global_symbol_pipe="$AWK '"\
5440" {last_section=section; section=\$ 3};"\
5441" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5442" \$ 0!~/External *\|/{next};"\
5443" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5444" {if(hide[section]) next};"\
5445" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5446" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5447" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5448" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5449" ' prfx=^$ac_symprfx"
5450 else
5451 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5452 fi
5453
5454 # Check to see that the pipe works correctly.
5455 pipe_works=no
5456
5457 rm -f conftest*
5458 cat > conftest.$ac_ext <<_LT_EOF
5459#ifdef __cplusplus
5460extern "C" {
5461#endif
5462char nm_test_var;
5463void nm_test_func(void);
5464void nm_test_func(void){}
5465#ifdef __cplusplus
5466}
5467#endif
5468int main(){nm_test_var='a';nm_test_func();return(0);}
5469_LT_EOF
5470
5471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5472 (eval $ac_compile) 2>&5
5473 ac_status=$?
5474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5475 test $ac_status = 0; }; then
5476 # Now try to grab the symbols.
5477 nlist=conftest.nm
5478 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5479 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5480 ac_status=$?
5481 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5482 test $ac_status = 0; } && test -s "$nlist"; then
5483 # Try sorting and uniquifying the output.
5484 if sort "$nlist" | uniq > "$nlist"T; then
5485 mv -f "$nlist"T "$nlist"
5486 else
5487 rm -f "$nlist"T
5488 fi
5489
5490 # Make sure that we snagged all the symbols we need.
5491 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5492 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5493 cat <<_LT_EOF > conftest.$ac_ext
5494#ifdef __cplusplus
5495extern "C" {
5496#endif
5497
5498_LT_EOF
5499 # Now generate the symbol file.
5500 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5501
5502 cat <<_LT_EOF >> conftest.$ac_ext
5503
5504/* The mapping between symbol names and symbols. */
5505const struct {
5506 const char *name;
5507 void *address;
5508}
5509lt__PROGRAM__LTX_preloaded_symbols[] =
5510{
5511 { "@PROGRAM@", (void *) 0 },
5512_LT_EOF
5513 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5514 cat <<\_LT_EOF >> conftest.$ac_ext
5515 {0, (void *) 0}
5516};
5517
5518/* This works around a problem in FreeBSD linker */
5519#ifdef FREEBSD_WORKAROUND
5520static const void *lt_preloaded_setup() {
5521 return lt__PROGRAM__LTX_preloaded_symbols;
5522}
5523#endif
5524
5525#ifdef __cplusplus
5526}
5527#endif
5528_LT_EOF
5529 # Now try linking the two files.
5530 mv conftest.$ac_objext conftstm.$ac_objext
5531 lt_save_LIBS="$LIBS"
5532 lt_save_CFLAGS="$CFLAGS"
5533 LIBS="conftstm.$ac_objext"
5534 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5535 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5536 (eval $ac_link) 2>&5
5537 ac_status=$?
5538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5539 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5540 pipe_works=yes
5541 fi
5542 LIBS="$lt_save_LIBS"
5543 CFLAGS="$lt_save_CFLAGS"
5544 else
5545 echo "cannot find nm_test_func in $nlist" >&5
5546 fi
5547 else
5548 echo "cannot find nm_test_var in $nlist" >&5
5549 fi
5550 else
5551 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5552 fi
5553 else
5554 echo "$progname: failed program was:" >&5
5555 cat conftest.$ac_ext >&5
5556 fi
5557 rm -rf conftest* conftst*
5558
5559 # Do not use the global_symbol_pipe unless it works.
5560 if test "$pipe_works" = yes; then
5561 break
5562 else
5563 lt_cv_sys_global_symbol_pipe=
5564 fi
5565done
5566
5567fi
5568
5569if test -z "$lt_cv_sys_global_symbol_pipe"; then
5570 lt_cv_sys_global_symbol_to_cdecl=
5571fi
5572if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5574$as_echo "failed" >&6; }
5575else
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5577$as_echo "ok" >&6; }
5578fi
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601# Check whether --enable-libtool-lock was given.
5602if test "${enable_libtool_lock+set}" = set; then :
5603 enableval=$enable_libtool_lock;
5604fi
5605
5606test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5607
5608# Some flags need to be propagated to the compiler or linker for good
5609# libtool support.
5610case $host in
5611ia64-*-hpux*)
5612 # Find out which ABI we are using.
5613 echo 'int i;' > conftest.$ac_ext
5614 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5615 (eval $ac_compile) 2>&5
5616 ac_status=$?
5617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5618 test $ac_status = 0; }; then
5619 case `/usr/bin/file conftest.$ac_objext` in
5620 *ELF-32*)
5621 HPUX_IA64_MODE="32"
5622 ;;
5623 *ELF-64*)
5624 HPUX_IA64_MODE="64"
5625 ;;
5626 esac
5627 fi
5628 rm -rf conftest*
5629 ;;
5630*-*-irix6*)
5631 # Find out which ABI we are using.
5632 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5633 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5634 (eval $ac_compile) 2>&5
5635 ac_status=$?
5636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5637 test $ac_status = 0; }; then
5638 if test "$lt_cv_prog_gnu_ld" = yes; then
5639 case `/usr/bin/file conftest.$ac_objext` in
5640 *32-bit*)
5641 LD="${LD-ld} -melf32bsmip"
5642 ;;
5643 *N32*)
5644 LD="${LD-ld} -melf32bmipn32"
5645 ;;
5646 *64-bit*)
5647 LD="${LD-ld} -melf64bmip"
5648 ;;
5649 esac
5650 else
5651 case `/usr/bin/file conftest.$ac_objext` in
5652 *32-bit*)
5653 LD="${LD-ld} -32"
5654 ;;
5655 *N32*)
5656 LD="${LD-ld} -n32"
5657 ;;
5658 *64-bit*)
5659 LD="${LD-ld} -64"
5660 ;;
5661 esac
5662 fi
5663 fi
5664 rm -rf conftest*
5665 ;;
5666
bf3d9781 5667x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5668s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5669 # Find out which ABI we are using.
5670 echo 'int i;' > conftest.$ac_ext
5671 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5672 (eval $ac_compile) 2>&5
5673 ac_status=$?
5674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5675 test $ac_status = 0; }; then
5676 case `/usr/bin/file conftest.o` in
5677 *32-bit*)
5678 case $host in
5679 x86_64-*kfreebsd*-gnu)
5680 LD="${LD-ld} -m elf_i386_fbsd"
5681 ;;
5682 x86_64-*linux*)
5683 case `/usr/bin/file conftest.o` in
5684 *x86-64*)
5685 LD="${LD-ld} -m elf32_x86_64"
5686 ;;
5687 *)
5688 LD="${LD-ld} -m elf_i386"
5689 ;;
5690 esac
5691 ;;
bf3d9781
AM
5692 powerpc64le-*linux*)
5693 LD="${LD-ld} -m elf32lppclinux"
5694 ;;
5695 powerpc64-*linux*)
6bb11ab3
L
5696 LD="${LD-ld} -m elf32ppclinux"
5697 ;;
5698 s390x-*linux*)
5699 LD="${LD-ld} -m elf_s390"
5700 ;;
5701 sparc64-*linux*)
5702 LD="${LD-ld} -m elf32_sparc"
5703 ;;
5704 esac
5705 ;;
5706 *64-bit*)
5707 case $host in
5708 x86_64-*kfreebsd*-gnu)
5709 LD="${LD-ld} -m elf_x86_64_fbsd"
5710 ;;
5711 x86_64-*linux*)
5712 LD="${LD-ld} -m elf_x86_64"
5713 ;;
bf3d9781
AM
5714 powerpcle-*linux*)
5715 LD="${LD-ld} -m elf64lppc"
5716 ;;
5717 powerpc-*linux*)
6bb11ab3
L
5718 LD="${LD-ld} -m elf64ppc"
5719 ;;
5720 s390*-*linux*|s390*-*tpf*)
5721 LD="${LD-ld} -m elf64_s390"
5722 ;;
5723 sparc*-*linux*)
5724 LD="${LD-ld} -m elf64_sparc"
5725 ;;
5726 esac
5727 ;;
5728 esac
5729 fi
5730 rm -rf conftest*
5731 ;;
5732
5733*-*-sco3.2v5*)
5734 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5735 SAVE_CFLAGS="$CFLAGS"
5736 CFLAGS="$CFLAGS -belf"
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5738$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5739if test "${lt_cv_cc_needs_belf+set}" = set; then :
5740 $as_echo_n "(cached) " >&6
5741else
5742 ac_ext=c
5743ac_cpp='$CPP $CPPFLAGS'
5744ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5745ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5746ac_compiler_gnu=$ac_cv_c_compiler_gnu
5747
5748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5749/* end confdefs.h. */
5750
5751int
5752main ()
5753{
5754
5755 ;
5756 return 0;
5757}
5758_ACEOF
5759if ac_fn_c_try_link "$LINENO"; then :
5760 lt_cv_cc_needs_belf=yes
5761else
5762 lt_cv_cc_needs_belf=no
5763fi
5764rm -f core conftest.err conftest.$ac_objext \
5765 conftest$ac_exeext conftest.$ac_ext
5766 ac_ext=c
5767ac_cpp='$CPP $CPPFLAGS'
5768ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5769ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5770ac_compiler_gnu=$ac_cv_c_compiler_gnu
5771
5772fi
5773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5774$as_echo "$lt_cv_cc_needs_belf" >&6; }
5775 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5776 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5777 CFLAGS="$SAVE_CFLAGS"
5778 fi
5779 ;;
5780sparc*-*solaris*)
5781 # Find out which ABI we are using.
5782 echo 'int i;' > conftest.$ac_ext
5783 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5784 (eval $ac_compile) 2>&5
5785 ac_status=$?
5786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5787 test $ac_status = 0; }; then
5788 case `/usr/bin/file conftest.o` in
5789 *64-bit*)
5790 case $lt_cv_prog_gnu_ld in
5791 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5792 *)
5793 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5794 LD="${LD-ld} -64"
5795 fi
5796 ;;
5797 esac
5798 ;;
5799 esac
5800 fi
5801 rm -rf conftest*
5802 ;;
5803esac
5804
5805need_locks="$enable_libtool_lock"
5806
5807
5808 case $host_os in
5809 rhapsody* | darwin*)
5810 if test -n "$ac_tool_prefix"; then
5811 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5812set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5814$as_echo_n "checking for $ac_word... " >&6; }
5815if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5816 $as_echo_n "(cached) " >&6
5817else
5818 if test -n "$DSYMUTIL"; then
5819 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5820else
5821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5822for as_dir in $PATH
5823do
5824 IFS=$as_save_IFS
5825 test -z "$as_dir" && as_dir=.
5826 for ac_exec_ext in '' $ac_executable_extensions; do
5827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5828 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5830 break 2
5831 fi
5832done
5833 done
5834IFS=$as_save_IFS
5835
5836fi
5837fi
5838DSYMUTIL=$ac_cv_prog_DSYMUTIL
5839if test -n "$DSYMUTIL"; then
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5841$as_echo "$DSYMUTIL" >&6; }
5842else
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5844$as_echo "no" >&6; }
5845fi
5846
5847
5848fi
5849if test -z "$ac_cv_prog_DSYMUTIL"; then
5850 ac_ct_DSYMUTIL=$DSYMUTIL
5851 # Extract the first word of "dsymutil", so it can be a program name with args.
5852set dummy dsymutil; ac_word=$2
5853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5854$as_echo_n "checking for $ac_word... " >&6; }
5855if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5856 $as_echo_n "(cached) " >&6
5857else
5858 if test -n "$ac_ct_DSYMUTIL"; then
5859 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5860else
5861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5862for as_dir in $PATH
5863do
5864 IFS=$as_save_IFS
5865 test -z "$as_dir" && as_dir=.
5866 for ac_exec_ext in '' $ac_executable_extensions; do
5867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5868 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5870 break 2
5871 fi
5872done
5873 done
5874IFS=$as_save_IFS
5875
5876fi
5877fi
5878ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5879if test -n "$ac_ct_DSYMUTIL"; then
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5881$as_echo "$ac_ct_DSYMUTIL" >&6; }
5882else
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5884$as_echo "no" >&6; }
5885fi
5886
5887 if test "x$ac_ct_DSYMUTIL" = x; then
5888 DSYMUTIL=":"
5889 else
5890 case $cross_compiling:$ac_tool_warned in
5891yes:)
5892{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5893$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5894ac_tool_warned=yes ;;
5895esac
5896 DSYMUTIL=$ac_ct_DSYMUTIL
5897 fi
5898else
5899 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5900fi
5901
5902 if test -n "$ac_tool_prefix"; then
5903 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5904set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5906$as_echo_n "checking for $ac_word... " >&6; }
5907if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5908 $as_echo_n "(cached) " >&6
5909else
5910 if test -n "$NMEDIT"; then
5911 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5912else
5913as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914for as_dir in $PATH
5915do
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
5919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5920 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5923 fi
5924done
5925 done
5926IFS=$as_save_IFS
5927
5928fi
5929fi
5930NMEDIT=$ac_cv_prog_NMEDIT
5931if test -n "$NMEDIT"; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5933$as_echo "$NMEDIT" >&6; }
5934else
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5936$as_echo "no" >&6; }
5937fi
5938
5939
5940fi
5941if test -z "$ac_cv_prog_NMEDIT"; then
5942 ac_ct_NMEDIT=$NMEDIT
5943 # Extract the first word of "nmedit", so it can be a program name with args.
5944set dummy nmedit; ac_word=$2
5945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5946$as_echo_n "checking for $ac_word... " >&6; }
5947if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
5948 $as_echo_n "(cached) " >&6
5949else
5950 if test -n "$ac_ct_NMEDIT"; then
5951 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5952else
5953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5954for as_dir in $PATH
5955do
5956 IFS=$as_save_IFS
5957 test -z "$as_dir" && as_dir=.
5958 for ac_exec_ext in '' $ac_executable_extensions; do
5959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5960 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5962 break 2
5963 fi
5964done
5965 done
5966IFS=$as_save_IFS
5967
5968fi
5969fi
5970ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5971if test -n "$ac_ct_NMEDIT"; then
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5973$as_echo "$ac_ct_NMEDIT" >&6; }
5974else
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5976$as_echo "no" >&6; }
5977fi
5978
5979 if test "x$ac_ct_NMEDIT" = x; then
5980 NMEDIT=":"
5981 else
5982 case $cross_compiling:$ac_tool_warned in
5983yes:)
5984{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5985$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5986ac_tool_warned=yes ;;
5987esac
5988 NMEDIT=$ac_ct_NMEDIT
5989 fi
5990else
5991 NMEDIT="$ac_cv_prog_NMEDIT"
5992fi
5993
5994 if test -n "$ac_tool_prefix"; then
5995 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
5996set dummy ${ac_tool_prefix}lipo; ac_word=$2
5997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5998$as_echo_n "checking for $ac_word... " >&6; }
5999if test "${ac_cv_prog_LIPO+set}" = set; then :
6000 $as_echo_n "(cached) " >&6
6001else
6002 if test -n "$LIPO"; then
6003 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6004else
6005as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6006for as_dir in $PATH
6007do
6008 IFS=$as_save_IFS
6009 test -z "$as_dir" && as_dir=.
6010 for ac_exec_ext in '' $ac_executable_extensions; do
6011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6012 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6014 break 2
6015 fi
6016done
6017 done
6018IFS=$as_save_IFS
6019
6020fi
6021fi
6022LIPO=$ac_cv_prog_LIPO
6023if test -n "$LIPO"; then
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6025$as_echo "$LIPO" >&6; }
6026else
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6028$as_echo "no" >&6; }
6029fi
6030
6031
6032fi
6033if test -z "$ac_cv_prog_LIPO"; then
6034 ac_ct_LIPO=$LIPO
6035 # Extract the first word of "lipo", so it can be a program name with args.
6036set dummy lipo; ac_word=$2
6037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6038$as_echo_n "checking for $ac_word... " >&6; }
6039if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6040 $as_echo_n "(cached) " >&6
6041else
6042 if test -n "$ac_ct_LIPO"; then
6043 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6044else
6045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6046for as_dir in $PATH
6047do
6048 IFS=$as_save_IFS
6049 test -z "$as_dir" && as_dir=.
6050 for ac_exec_ext in '' $ac_executable_extensions; do
6051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6052 ac_cv_prog_ac_ct_LIPO="lipo"
6053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6054 break 2
6055 fi
6056done
6057 done
6058IFS=$as_save_IFS
6059
6060fi
6061fi
6062ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6063if test -n "$ac_ct_LIPO"; then
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6065$as_echo "$ac_ct_LIPO" >&6; }
6066else
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6068$as_echo "no" >&6; }
6069fi
6070
6071 if test "x$ac_ct_LIPO" = x; then
6072 LIPO=":"
6073 else
6074 case $cross_compiling:$ac_tool_warned in
6075yes:)
6076{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6077$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6078ac_tool_warned=yes ;;
6079esac
6080 LIPO=$ac_ct_LIPO
6081 fi
6082else
6083 LIPO="$ac_cv_prog_LIPO"
6084fi
6085
6086 if test -n "$ac_tool_prefix"; then
6087 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6088set dummy ${ac_tool_prefix}otool; ac_word=$2
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6090$as_echo_n "checking for $ac_word... " >&6; }
6091if test "${ac_cv_prog_OTOOL+set}" = set; then :
6092 $as_echo_n "(cached) " >&6
6093else
6094 if test -n "$OTOOL"; then
6095 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6096else
6097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6098for as_dir in $PATH
6099do
6100 IFS=$as_save_IFS
6101 test -z "$as_dir" && as_dir=.
6102 for ac_exec_ext in '' $ac_executable_extensions; do
6103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6104 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6106 break 2
6107 fi
6108done
6109 done
6110IFS=$as_save_IFS
6111
6112fi
6113fi
6114OTOOL=$ac_cv_prog_OTOOL
6115if test -n "$OTOOL"; then
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6117$as_echo "$OTOOL" >&6; }
6118else
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6120$as_echo "no" >&6; }
6121fi
6122
6123
6124fi
6125if test -z "$ac_cv_prog_OTOOL"; then
6126 ac_ct_OTOOL=$OTOOL
6127 # Extract the first word of "otool", so it can be a program name with args.
6128set dummy otool; ac_word=$2
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6130$as_echo_n "checking for $ac_word... " >&6; }
6131if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6132 $as_echo_n "(cached) " >&6
6133else
6134 if test -n "$ac_ct_OTOOL"; then
6135 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6136else
6137as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6138for as_dir in $PATH
6139do
6140 IFS=$as_save_IFS
6141 test -z "$as_dir" && as_dir=.
6142 for ac_exec_ext in '' $ac_executable_extensions; do
6143 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6144 ac_cv_prog_ac_ct_OTOOL="otool"
6145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6146 break 2
6147 fi
6148done
6149 done
6150IFS=$as_save_IFS
6151
6152fi
6153fi
6154ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6155if test -n "$ac_ct_OTOOL"; then
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6157$as_echo "$ac_ct_OTOOL" >&6; }
6158else
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6160$as_echo "no" >&6; }
6161fi
6162
6163 if test "x$ac_ct_OTOOL" = x; then
6164 OTOOL=":"
6165 else
6166 case $cross_compiling:$ac_tool_warned in
6167yes:)
6168{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6169$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6170ac_tool_warned=yes ;;
6171esac
6172 OTOOL=$ac_ct_OTOOL
6173 fi
6174else
6175 OTOOL="$ac_cv_prog_OTOOL"
6176fi
6177
6178 if test -n "$ac_tool_prefix"; then
6179 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6180set dummy ${ac_tool_prefix}otool64; ac_word=$2
6181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182$as_echo_n "checking for $ac_word... " >&6; }
6183if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6184 $as_echo_n "(cached) " >&6
6185else
6186 if test -n "$OTOOL64"; then
6187 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6188else
6189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190for as_dir in $PATH
6191do
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
6194 for ac_exec_ext in '' $ac_executable_extensions; do
6195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6196 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6198 break 2
6199 fi
6200done
6201 done
6202IFS=$as_save_IFS
6203
6204fi
6205fi
6206OTOOL64=$ac_cv_prog_OTOOL64
6207if test -n "$OTOOL64"; then
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6209$as_echo "$OTOOL64" >&6; }
6210else
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212$as_echo "no" >&6; }
6213fi
6214
6215
6216fi
6217if test -z "$ac_cv_prog_OTOOL64"; then
6218 ac_ct_OTOOL64=$OTOOL64
6219 # Extract the first word of "otool64", so it can be a program name with args.
6220set dummy otool64; ac_word=$2
6221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6222$as_echo_n "checking for $ac_word... " >&6; }
6223if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6224 $as_echo_n "(cached) " >&6
6225else
6226 if test -n "$ac_ct_OTOOL64"; then
6227 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6228else
6229as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6230for as_dir in $PATH
6231do
6232 IFS=$as_save_IFS
6233 test -z "$as_dir" && as_dir=.
6234 for ac_exec_ext in '' $ac_executable_extensions; do
6235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6236 ac_cv_prog_ac_ct_OTOOL64="otool64"
6237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6238 break 2
6239 fi
6240done
6241 done
6242IFS=$as_save_IFS
6243
6244fi
6245fi
6246ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6247if test -n "$ac_ct_OTOOL64"; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6249$as_echo "$ac_ct_OTOOL64" >&6; }
6250else
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6252$as_echo "no" >&6; }
6253fi
6254
6255 if test "x$ac_ct_OTOOL64" = x; then
6256 OTOOL64=":"
6257 else
6258 case $cross_compiling:$ac_tool_warned in
6259yes:)
6260{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6261$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6262ac_tool_warned=yes ;;
6263esac
6264 OTOOL64=$ac_ct_OTOOL64
6265 fi
6266else
6267 OTOOL64="$ac_cv_prog_OTOOL64"
6268fi
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6297$as_echo_n "checking for -single_module linker flag... " >&6; }
6298if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6299 $as_echo_n "(cached) " >&6
6300else
6301 lt_cv_apple_cc_single_mod=no
6302 if test -z "${LT_MULTI_MODULE}"; then
6303 # By default we will add the -single_module flag. You can override
6304 # by either setting the environment variable LT_MULTI_MODULE
6305 # non-empty at configure time, or by adding -multi_module to the
6306 # link flags.
6307 rm -rf libconftest.dylib*
6308 echo "int foo(void){return 1;}" > conftest.c
6309 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6310-dynamiclib -Wl,-single_module conftest.c" >&5
6311 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6312 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6313 _lt_result=$?
6314 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6315 lt_cv_apple_cc_single_mod=yes
6316 else
6317 cat conftest.err >&5
6318 fi
6319 rm -rf libconftest.dylib*
6320 rm -f conftest.*
6321 fi
6322fi
6323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6324$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6326$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6327if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6328 $as_echo_n "(cached) " >&6
6329else
6330 lt_cv_ld_exported_symbols_list=no
6331 save_LDFLAGS=$LDFLAGS
6332 echo "_main" > conftest.sym
6333 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6335/* end confdefs.h. */
6336
6337int
6338main ()
6339{
6340
6341 ;
6342 return 0;
6343}
6344_ACEOF
6345if ac_fn_c_try_link "$LINENO"; then :
6346 lt_cv_ld_exported_symbols_list=yes
6347else
6348 lt_cv_ld_exported_symbols_list=no
6349fi
6350rm -f core conftest.err conftest.$ac_objext \
6351 conftest$ac_exeext conftest.$ac_ext
6352 LDFLAGS="$save_LDFLAGS"
6353
6354fi
6355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6356$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6358$as_echo_n "checking for -force_load linker flag... " >&6; }
6359if test "${lt_cv_ld_force_load+set}" = set; then :
6360 $as_echo_n "(cached) " >&6
6361else
6362 lt_cv_ld_force_load=no
6363 cat > conftest.c << _LT_EOF
6364int forced_loaded() { return 2;}
6365_LT_EOF
6366 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6367 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6368 echo "$AR cru libconftest.a conftest.o" >&5
6369 $AR cru libconftest.a conftest.o 2>&5
6370 cat > conftest.c << _LT_EOF
6371int main() { return 0;}
6372_LT_EOF
6373 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6374 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6375 _lt_result=$?
6376 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6377 lt_cv_ld_force_load=yes
6378 else
6379 cat conftest.err >&5
6380 fi
6381 rm -f conftest.err libconftest.a conftest conftest.c
6382 rm -rf conftest.dSYM
6383
6384fi
6385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6386$as_echo "$lt_cv_ld_force_load" >&6; }
6387 case $host_os in
6388 rhapsody* | darwin1.[012])
6389 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6390 darwin1.*)
6391 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6392 darwin*) # darwin 5.x on
6393 # if running on 10.5 or later, the deployment target defaults
6394 # to the OS version, if on x86, and 10.4, the deployment
6395 # target defaults to 10.4. Don't you love it?
6396 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6397 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6398 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
fdbf396f 6399 10.[012][,.]*)
6bb11ab3
L
6400 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6401 10.*)
6402 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6403 esac
6404 ;;
6405 esac
6406 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6407 _lt_dar_single_mod='$single_module'
6408 fi
6409 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6410 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6411 else
6412 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6413 fi
6414 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6415 _lt_dsymutil='~$DSYMUTIL $lib || :'
6416 else
6417 _lt_dsymutil=
6418 fi
6419 ;;
6420 esac
6421
6422for ac_header in dlfcn.h
6423do :
6424 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6425"
6426if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6427 cat >>confdefs.h <<_ACEOF
6428#define HAVE_DLFCN_H 1
6429_ACEOF
6430
6431fi
6432
6433done
6434
6435
6436
6437# autoconf.info says this should be called right after AC_INIT.
6438ac_config_headers="$ac_config_headers cconfig.h:config.in"
6439
6440
6441
6442
6443
6444
6445# Put a plausible default for CC_FOR_BUILD in Makefile.
6446if test "x$cross_compiling" = "xno"; then
6447 CC_FOR_BUILD='$(CC)'
6448else
6449 CC_FOR_BUILD=gcc
6450fi
6451
6452
6453
6454
6455AR=${AR-ar}
6456
6457if test -n "$ac_tool_prefix"; then
6458 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6459set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6461$as_echo_n "checking for $ac_word... " >&6; }
6462if test "${ac_cv_prog_RANLIB+set}" = set; then :
6463 $as_echo_n "(cached) " >&6
6464else
6465 if test -n "$RANLIB"; then
6466 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6467else
6468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6469for as_dir in $PATH
6470do
6471 IFS=$as_save_IFS
6472 test -z "$as_dir" && as_dir=.
6473 for ac_exec_ext in '' $ac_executable_extensions; do
6474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6475 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6477 break 2
6478 fi
6479done
6480 done
6481IFS=$as_save_IFS
6482
6483fi
6484fi
6485RANLIB=$ac_cv_prog_RANLIB
6486if test -n "$RANLIB"; then
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6488$as_echo "$RANLIB" >&6; }
6489else
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6491$as_echo "no" >&6; }
6492fi
6493
6494
6495fi
6496if test -z "$ac_cv_prog_RANLIB"; then
6497 ac_ct_RANLIB=$RANLIB
6498 # Extract the first word of "ranlib", so it can be a program name with args.
6499set dummy ranlib; ac_word=$2
6500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6501$as_echo_n "checking for $ac_word... " >&6; }
6502if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6503 $as_echo_n "(cached) " >&6
6504else
6505 if test -n "$ac_ct_RANLIB"; then
6506 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6507else
6508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6509for as_dir in $PATH
6510do
6511 IFS=$as_save_IFS
6512 test -z "$as_dir" && as_dir=.
6513 for ac_exec_ext in '' $ac_executable_extensions; do
6514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6515 ac_cv_prog_ac_ct_RANLIB="ranlib"
6516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6517 break 2
6518 fi
6519done
6520 done
6521IFS=$as_save_IFS
6522
6523fi
6524fi
6525ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6526if test -n "$ac_ct_RANLIB"; then
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6528$as_echo "$ac_ct_RANLIB" >&6; }
6529else
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6531$as_echo "no" >&6; }
6532fi
6533
6534 if test "x$ac_ct_RANLIB" = x; then
6535 RANLIB=":"
6536 else
6537 case $cross_compiling:$ac_tool_warned in
6538yes:)
6539{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6540$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6541ac_tool_warned=yes ;;
6542esac
6543 RANLIB=$ac_ct_RANLIB
6544 fi
6545else
6546 RANLIB="$ac_cv_prog_RANLIB"
6547fi
6548
6549
ae7d0cac
MF
6550
6551
6bb11ab3
L
6552# Some of the common include files depend on bfd.h, and bfd.h checks
6553# that config.h is included first by testing that the PACKAGE macro
6554# is defined.
6555PACKAGE=sim
6556
6557cat >>confdefs.h <<_ACEOF
6558#define PACKAGE "$PACKAGE"
6559_ACEOF
6560
6561
6562
6563# Dependency checking.
6564ac_config_commands="$ac_config_commands depdir"
6565
6566
6567depcc="$CC" am_compiler_list=
6568
6569am_depcomp=$ac_aux_dir/depcomp
6570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6571$as_echo_n "checking dependency style of $depcc... " >&6; }
6572if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
6573 $as_echo_n "(cached) " >&6
6574else
6575 if test -f "$am_depcomp"; then
6576 # We make a subdir and do the tests there. Otherwise we can end up
6577 # making bogus files that we don't know about and never remove. For
6578 # instance it was reported that on HP-UX the gcc test will end up
6579 # making a dummy file named `D' -- because `-MD' means `put the output
6580 # in D'.
6581 mkdir conftest.dir
6582 # Copy depcomp to subdir because otherwise we won't find it if we're
6583 # using a relative directory.
6584 cp "$am_depcomp" conftest.dir
6585 cd conftest.dir
6586 # We will build objects and dependencies in a subdirectory because
6587 # it helps to detect inapplicable dependency modes. For instance
6588 # both Tru64's cc and ICC support -MD to output dependencies as a
6589 # side effect of compilation, but ICC will put the dependencies in
6590 # the current directory while Tru64 will put them in the object
6591 # directory.
6592 mkdir sub
6593
6594 am_cv_CC_dependencies_compiler_type=none
6595 if test "$am_compiler_list" = ""; then
6596 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6597 fi
6598 for depmode in $am_compiler_list; do
6599 if test $depmode = none; then break; fi
6600
6601 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6602 # Setup a source with many dependencies, because some compilers
6603 # like to wrap large dependency lists on column 80 (with \), and
6604 # we should not choose a depcomp mode which is confused by this.
6605 #
6606 # We need to recreate these files for each test, as the compiler may
6607 # overwrite some of them when testing with obscure command lines.
6608 # This happens at least with the AIX C compiler.
6609 : > sub/conftest.c
6610 for i in 1 2 3 4 5 6; do
6611 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6612 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6613 # Solaris 8's {/usr,}/bin/sh.
6614 touch sub/conftst$i.h
6615 done
6616 echo "include sub/conftest.Po" > confmf
6617
6618 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6619 # mode. It turns out that the SunPro C++ compiler does not properly
6620 # handle `-M -o', and we need to detect this.
6621 depcmd="depmode=$depmode \
6622 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6623 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6624 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6625 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6626 if env $depcmd > conftest.err 2>&1 &&
6627 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6628 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6629 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6630 # icc doesn't choke on unknown options, it will just issue warnings
6631 # or remarks (even with -Werror). So we grep stderr for any message
6632 # that says an option was ignored or not supported.
6633 # When given -MP, icc 7.0 and 7.1 complain thusly:
6634 # icc: Command line warning: ignoring option '-M'; no argument required
6635 # The diagnosis changed in icc 8.0:
6636 # icc: Command line remark: option '-MP' not supported
6637 if (grep 'ignoring option' conftest.err ||
6638 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6639 am_cv_CC_dependencies_compiler_type=$depmode
6640 $as_echo "$as_me:$LINENO: success" >&5
6641 break
6642 fi
6643 fi
6644 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6645 sed -e 's/^/| /' < conftest.err >&5
6646 done
6647
6648 cd ..
6649 rm -rf conftest.dir
6650else
6651 am_cv_CC_dependencies_compiler_type=none
6652fi
6653
6654fi
6655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6656$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6657if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6658then as_fn_error "no usable dependency style found" "$LINENO" 5
6659else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6660
6661fi
6662
6663
6664# Check for the 'make' the user wants to use.
6665for ac_prog in make
6666do
6667 # Extract the first word of "$ac_prog", so it can be a program name with args.
6668set dummy $ac_prog; ac_word=$2
6669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6670$as_echo_n "checking for $ac_word... " >&6; }
6671if test "${ac_cv_prog_MAKE+set}" = set; then :
6672 $as_echo_n "(cached) " >&6
6673else
6674 if test -n "$MAKE"; then
6675 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
6676else
6677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678for as_dir in $PATH
6679do
6680 IFS=$as_save_IFS
6681 test -z "$as_dir" && as_dir=.
6682 for ac_exec_ext in '' $ac_executable_extensions; do
6683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6684 ac_cv_prog_MAKE="$ac_prog"
6685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6686 break 2
6687 fi
6688done
6689 done
6690IFS=$as_save_IFS
6691
6692fi
6693fi
6694MAKE=$ac_cv_prog_MAKE
6695if test -n "$MAKE"; then
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
6697$as_echo "$MAKE" >&6; }
6698else
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6700$as_echo "no" >&6; }
6701fi
6702
6703
6704 test -n "$MAKE" && break
6705done
6706
6707MAKE_IS_GNU=
6708case "`$MAKE --version 2>&1 | sed 1q`" in
6709 *GNU*)
6710 MAKE_IS_GNU=yes
6711 ;;
6712esac
6713 if test "$MAKE_IS_GNU" = yes; then
6714 GMAKE_TRUE=
6715 GMAKE_FALSE='#'
6716else
6717 GMAKE_TRUE='#'
6718 GMAKE_FALSE=
6719fi
6720
6721
6722ALL_LINGUAS=
6723# If we haven't got the data from the intl directory,
6724# assume NLS is disabled.
6725USE_NLS=no
6726LIBINTL=
6727LIBINTL_DEP=
6728INCINTL=
6729XGETTEXT=
6730GMSGFMT=
6731POSUB=
6732
6733if test -f ../../intl/config.intl; then
6734 . ../../intl/config.intl
6735fi
6736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6737$as_echo_n "checking whether NLS is requested... " >&6; }
6738if test x"$USE_NLS" != xyes; then
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6740$as_echo "no" >&6; }
6741else
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6743$as_echo "yes" >&6; }
6744
6745$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6746
6747
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6749$as_echo_n "checking for catalogs to be installed... " >&6; }
6750 # Look for .po and .gmo files in the source directory.
6751 CATALOGS=
6752 XLINGUAS=
6753 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
6754 # If there aren't any .gmo files the shell will give us the
6755 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6756 # weeded out.
6757 case "$cat" in *\**)
6758 continue;;
6759 esac
6760 # The quadruple backslash is collapsed to a double backslash
6761 # by the backticks, then collapsed again by the double quotes,
6762 # leaving us with one backslash in the sed expression (right
6763 # before the dot that mustn't act as a wildcard).
6764 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6765 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
6766 # The user is allowed to set LINGUAS to a list of languages to
6767 # install catalogs for. If it's empty that means "all of them."
6768 if test "x$LINGUAS" = x; then
6769 CATALOGS="$CATALOGS $cat"
6770 XLINGUAS="$XLINGUAS $lang"
6771 else
6772 case "$LINGUAS" in *$lang*)
6773 CATALOGS="$CATALOGS $cat"
6774 XLINGUAS="$XLINGUAS $lang"
6775 ;;
6776 esac
6777 fi
6778 done
6779 LINGUAS="$XLINGUAS"
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
6781$as_echo "$LINGUAS" >&6; }
6782
6783
6784 DATADIRNAME=share
6785
6786 INSTOBJEXT=.mo
6787
6788 GENCAT=gencat
6789
6790 CATOBJEXT=.gmo
6791
6792fi
6793
6794# Check for common headers.
6795# FIXME: Seems to me this can cause problems for i386-windows hosts.
6796# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
6797for ac_header in stdlib.h string.h strings.h unistd.h time.h
6798do :
6799 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6800ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6801eval as_val=\$$as_ac_Header
6802 if test "x$as_val" = x""yes; then :
6803 cat >>confdefs.h <<_ACEOF
6804#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6805_ACEOF
6806
6807fi
6808
6809done
6810
6811for ac_header in sys/time.h sys/resource.h
6812do :
6813 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6814ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6815eval as_val=\$$as_ac_Header
6816 if test "x$as_val" = x""yes; then :
6817 cat >>confdefs.h <<_ACEOF
6818#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6819_ACEOF
6820
6821fi
6822
6823done
6824
6825for ac_header in fcntl.h fpu_control.h
6826do :
6827 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6828ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6829eval as_val=\$$as_ac_Header
6830 if test "x$as_val" = x""yes; then :
6831 cat >>confdefs.h <<_ACEOF
6832#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6833_ACEOF
6834
6835fi
6836
6837done
6838
6839for ac_header in dlfcn.h errno.h sys/stat.h
6840do :
6841 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6842ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6843eval as_val=\$$as_ac_Header
6844 if test "x$as_val" = x""yes; then :
6845 cat >>confdefs.h <<_ACEOF
6846#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6847_ACEOF
6848
6849fi
6850
6851done
6852
6853for ac_func in getrusage time sigaction __setfpucw
6854do :
6855 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6856ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
6857eval as_val=\$$as_ac_var
6858 if test "x$as_val" = x""yes; then :
6859 cat >>confdefs.h <<_ACEOF
6860#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6861_ACEOF
6862
6863fi
6864done
6865
6866
6867# Check for socket libraries
6868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
6869$as_echo_n "checking for bind in -lsocket... " >&6; }
6870if test "${ac_cv_lib_socket_bind+set}" = set; then :
6871 $as_echo_n "(cached) " >&6
6872else
6873 ac_check_lib_save_LIBS=$LIBS
6874LIBS="-lsocket $LIBS"
6875cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6876/* end confdefs.h. */
6877
6878/* Override any GCC internal prototype to avoid an error.
6879 Use char because int might match the return type of a GCC
6880 builtin and then its argument prototype would still apply. */
6881#ifdef __cplusplus
6882extern "C"
6883#endif
6884char bind ();
6885int
6886main ()
6887{
6888return bind ();
6889 ;
6890 return 0;
6891}
6892_ACEOF
6893if ac_fn_c_try_link "$LINENO"; then :
6894 ac_cv_lib_socket_bind=yes
6895else
6896 ac_cv_lib_socket_bind=no
6897fi
6898rm -f core conftest.err conftest.$ac_objext \
6899 conftest$ac_exeext conftest.$ac_ext
6900LIBS=$ac_check_lib_save_LIBS
6901fi
6902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
6903$as_echo "$ac_cv_lib_socket_bind" >&6; }
6904if test "x$ac_cv_lib_socket_bind" = x""yes; then :
6905 cat >>confdefs.h <<_ACEOF
6906#define HAVE_LIBSOCKET 1
6907_ACEOF
6908
6909 LIBS="-lsocket $LIBS"
6910
6911fi
6912
6913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
6914$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
6915if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
6916 $as_echo_n "(cached) " >&6
6917else
6918 ac_check_lib_save_LIBS=$LIBS
6919LIBS="-lnsl $LIBS"
6920cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6921/* end confdefs.h. */
6922
6923/* Override any GCC internal prototype to avoid an error.
6924 Use char because int might match the return type of a GCC
6925 builtin and then its argument prototype would still apply. */
6926#ifdef __cplusplus
6927extern "C"
6928#endif
6929char gethostbyname ();
6930int
6931main ()
6932{
6933return gethostbyname ();
6934 ;
6935 return 0;
6936}
6937_ACEOF
6938if ac_fn_c_try_link "$LINENO"; then :
6939 ac_cv_lib_nsl_gethostbyname=yes
6940else
6941 ac_cv_lib_nsl_gethostbyname=no
6942fi
6943rm -f core conftest.err conftest.$ac_objext \
6944 conftest$ac_exeext conftest.$ac_ext
6945LIBS=$ac_check_lib_save_LIBS
6946fi
6947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6948$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
6949if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
6950 cat >>confdefs.h <<_ACEOF
6951#define HAVE_LIBNSL 1
6952_ACEOF
6953
6954 LIBS="-lnsl $LIBS"
6955
6956fi
6957
6958
6959# BFD conditionally uses zlib, so we must link it in if libbfd does, by
6960# using the same condition.
6961
aadc9410 6962 # Use the system's zlib library.
7fed4b0b
L
6963 zlibdir="-L\$(top_builddir)/../zlib"
6964 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 6965
aadc9410
MF
6966# Check whether --with-system-zlib was given.
6967if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
6968 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
6969 zlibdir=
6970 zlibinc=
6971 fi
6bb11ab3 6972
6bb11ab3 6973fi
6bb11ab3 6974
6bb11ab3 6975
6bb11ab3 6976
6bb11ab3
L
6977
6978
6979# BFD uses libdl when when plugins enabled.
6980
faa743bb
RM
6981 maybe_plugins=no
6982 for ac_header in dlfcn.h
6983do :
6984 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6985"
6986if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6987 cat >>confdefs.h <<_ACEOF
6988#define HAVE_DLFCN_H 1
6989_ACEOF
6990 maybe_plugins=yes
6991fi
6992
6993done
6994
6995 for ac_header in windows.h
6996do :
6997 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
6998"
6999if test "x$ac_cv_header_windows_h" = x""yes; then :
7000 cat >>confdefs.h <<_ACEOF
7001#define HAVE_WINDOWS_H 1
7002_ACEOF
7003 maybe_plugins=yes
7004fi
7005
7006done
7007
7008
7009 # Check whether --enable-plugins was given.
6bb11ab3
L
7010if test "${enable_plugins+set}" = set; then :
7011 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7012 no) plugins=no ;;
7013 *) plugins=yes
7014 if test "$maybe_plugins" != "yes" ; then
7015 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7016 fi ;;
7017 esac
6bb11ab3 7018else
faa743bb
RM
7019 plugins=$maybe_plugins
7020
6bb11ab3
L
7021fi
7022
2974be62
AM
7023 if test "$plugins" = "yes"; then
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
7025$as_echo_n "checking for library containing dlopen... " >&6; }
7026if test "${ac_cv_search_dlopen+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028else
7029 ac_func_search_save_LIBS=$LIBS
7030cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7031/* end confdefs.h. */
7032
7033/* Override any GCC internal prototype to avoid an error.
7034 Use char because int might match the return type of a GCC
7035 builtin and then its argument prototype would still apply. */
7036#ifdef __cplusplus
7037extern "C"
7038#endif
7039char dlopen ();
7040int
7041main ()
7042{
7043return dlopen ();
7044 ;
7045 return 0;
7046}
7047_ACEOF
7048for ac_lib in '' dl; do
7049 if test -z "$ac_lib"; then
7050 ac_res="none required"
7051 else
7052 ac_res=-l$ac_lib
7053 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7054 fi
7055 if ac_fn_c_try_link "$LINENO"; then :
7056 ac_cv_search_dlopen=$ac_res
7057fi
7058rm -f core conftest.err conftest.$ac_objext \
7059 conftest$ac_exeext
7060 if test "${ac_cv_search_dlopen+set}" = set; then :
7061 break
7062fi
7063done
7064if test "${ac_cv_search_dlopen+set}" = set; then :
7065
7066else
7067 ac_cv_search_dlopen=no
7068fi
7069rm conftest.$ac_ext
7070LIBS=$ac_func_search_save_LIBS
7071fi
7072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
7073$as_echo "$ac_cv_search_dlopen" >&6; }
7074ac_res=$ac_cv_search_dlopen
7075if test "$ac_res" != no; then :
7076 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7077
7078fi
7079
7080 fi
6bb11ab3
L
7081
7082 if test "$plugins" = yes; then
7083 PLUGINS_TRUE=
7084 PLUGINS_FALSE='#'
7085else
7086 PLUGINS_TRUE='#'
7087 PLUGINS_FALSE=
7088fi
7089
7090
7091
7092
7093
7094# Set options
7095enable_dlopen=yes
7096
7097
7098
7099
7100 enable_win32_dll=no
7101
7102
7103 # Check whether --enable-shared was given.
7104if test "${enable_shared+set}" = set; then :
7105 enableval=$enable_shared; p=${PACKAGE-default}
7106 case $enableval in
7107 yes) enable_shared=yes ;;
7108 no) enable_shared=no ;;
7109 *)
7110 enable_shared=no
7111 # Look at the argument we got. We use all the common list separators.
7112 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7113 for pkg in $enableval; do
7114 IFS="$lt_save_ifs"
7115 if test "X$pkg" = "X$p"; then
7116 enable_shared=yes
7117 fi
7118 done
7119 IFS="$lt_save_ifs"
7120 ;;
7121 esac
7122else
7123 enable_shared=yes
7124fi
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134 # Check whether --enable-static was given.
7135if test "${enable_static+set}" = set; then :
7136 enableval=$enable_static; p=${PACKAGE-default}
7137 case $enableval in
7138 yes) enable_static=yes ;;
7139 no) enable_static=no ;;
7140 *)
7141 enable_static=no
7142 # Look at the argument we got. We use all the common list separators.
7143 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7144 for pkg in $enableval; do
7145 IFS="$lt_save_ifs"
7146 if test "X$pkg" = "X$p"; then
7147 enable_static=yes
7148 fi
7149 done
7150 IFS="$lt_save_ifs"
7151 ;;
7152 esac
7153else
7154 enable_static=yes
7155fi
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166# Check whether --with-pic was given.
7167if test "${with_pic+set}" = set; then :
7168 withval=$with_pic; pic_mode="$withval"
7169else
7170 pic_mode=default
7171fi
7172
7173
7174test -z "$pic_mode" && pic_mode=default
7175
7176
7177
7178
7179
7180
7181
7182 # Check whether --enable-fast-install was given.
7183if test "${enable_fast_install+set}" = set; then :
7184 enableval=$enable_fast_install; p=${PACKAGE-default}
7185 case $enableval in
7186 yes) enable_fast_install=yes ;;
7187 no) enable_fast_install=no ;;
7188 *)
7189 enable_fast_install=no
7190 # Look at the argument we got. We use all the common list separators.
7191 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7192 for pkg in $enableval; do
7193 IFS="$lt_save_ifs"
7194 if test "X$pkg" = "X$p"; then
7195 enable_fast_install=yes
7196 fi
7197 done
7198 IFS="$lt_save_ifs"
7199 ;;
7200 esac
7201else
7202 enable_fast_install=yes
7203fi
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215# This can be used to rebuild libtool when needed
7216LIBTOOL_DEPS="$ltmain"
7217
7218# Always use our own libtool.
7219LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246test -z "$LN_S" && LN_S="ln -s"
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261if test -n "${ZSH_VERSION+set}" ; then
7262 setopt NO_GLOB_SUBST
7263fi
7264
7265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7266$as_echo_n "checking for objdir... " >&6; }
7267if test "${lt_cv_objdir+set}" = set; then :
7268 $as_echo_n "(cached) " >&6
7269else
7270 rm -f .libs 2>/dev/null
7271mkdir .libs 2>/dev/null
7272if test -d .libs; then
7273 lt_cv_objdir=.libs
7274else
7275 # MS-DOS does not allow filenames that begin with a dot.
7276 lt_cv_objdir=_libs
7277fi
7278rmdir .libs 2>/dev/null
7279fi
7280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7281$as_echo "$lt_cv_objdir" >&6; }
7282objdir=$lt_cv_objdir
7283
7284
7285
7286
7287
7288cat >>confdefs.h <<_ACEOF
7289#define LT_OBJDIR "$lt_cv_objdir/"
7290_ACEOF
7291
7292
7293
7294
7295case $host_os in
7296aix3*)
7297 # AIX sometimes has problems with the GCC collect2 program. For some
7298 # reason, if we set the COLLECT_NAMES environment variable, the problems
7299 # vanish in a puff of smoke.
7300 if test "X${COLLECT_NAMES+set}" != Xset; then
7301 COLLECT_NAMES=
7302 export COLLECT_NAMES
7303 fi
7304 ;;
7305esac
7306
7307# Global variables:
7308ofile=libtool
7309can_build_shared=yes
7310
7311# All known linkers require a `.a' archive for static linking (except MSVC,
7312# which needs '.lib').
7313libext=a
7314
7315with_gnu_ld="$lt_cv_prog_gnu_ld"
7316
7317old_CC="$CC"
7318old_CFLAGS="$CFLAGS"
7319
7320# Set sane defaults for various variables
7321test -z "$CC" && CC=cc
7322test -z "$LTCC" && LTCC=$CC
7323test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7324test -z "$LD" && LD=ld
7325test -z "$ac_objext" && ac_objext=o
7326
7327for cc_temp in $compiler""; do
7328 case $cc_temp in
7329 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7330 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7331 \-*) ;;
7332 *) break;;
7333 esac
7334done
7335cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7336
7337
7338# Only perform the check for file, if the check method requires it
7339test -z "$MAGIC_CMD" && MAGIC_CMD=file
7340case $deplibs_check_method in
7341file_magic*)
7342 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7344$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7345if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7346 $as_echo_n "(cached) " >&6
7347else
7348 case $MAGIC_CMD in
7349[\\/*] | ?:[\\/]*)
7350 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7351 ;;
7352*)
7353 lt_save_MAGIC_CMD="$MAGIC_CMD"
7354 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7355 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7356 for ac_dir in $ac_dummy; do
7357 IFS="$lt_save_ifs"
7358 test -z "$ac_dir" && ac_dir=.
7359 if test -f $ac_dir/${ac_tool_prefix}file; then
7360 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7361 if test -n "$file_magic_test_file"; then
7362 case $deplibs_check_method in
7363 "file_magic "*)
7364 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7365 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7366 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7367 $EGREP "$file_magic_regex" > /dev/null; then
7368 :
7369 else
7370 cat <<_LT_EOF 1>&2
7371
7372*** Warning: the command libtool uses to detect shared libraries,
7373*** $file_magic_cmd, produces output that libtool cannot recognize.
7374*** The result is that libtool may fail to recognize shared libraries
7375*** as such. This will affect the creation of libtool libraries that
7376*** depend on shared libraries, but programs linked with such libtool
7377*** libraries will work regardless of this problem. Nevertheless, you
7378*** may want to report the problem to your system manager and/or to
7379*** bug-libtool@gnu.org
7380
7381_LT_EOF
7382 fi ;;
7383 esac
7384 fi
7385 break
7386 fi
7387 done
7388 IFS="$lt_save_ifs"
7389 MAGIC_CMD="$lt_save_MAGIC_CMD"
7390 ;;
7391esac
7392fi
7393
7394MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7395if test -n "$MAGIC_CMD"; then
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7397$as_echo "$MAGIC_CMD" >&6; }
7398else
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7400$as_echo "no" >&6; }
7401fi
7402
7403
7404
7405
7406
7407if test -z "$lt_cv_path_MAGIC_CMD"; then
7408 if test -n "$ac_tool_prefix"; then
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7410$as_echo_n "checking for file... " >&6; }
7411if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7412 $as_echo_n "(cached) " >&6
7413else
7414 case $MAGIC_CMD in
7415[\\/*] | ?:[\\/]*)
7416 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7417 ;;
7418*)
7419 lt_save_MAGIC_CMD="$MAGIC_CMD"
7420 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7421 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7422 for ac_dir in $ac_dummy; do
7423 IFS="$lt_save_ifs"
7424 test -z "$ac_dir" && ac_dir=.
7425 if test -f $ac_dir/file; then
7426 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7427 if test -n "$file_magic_test_file"; then
7428 case $deplibs_check_method in
7429 "file_magic "*)
7430 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7431 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7432 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7433 $EGREP "$file_magic_regex" > /dev/null; then
7434 :
7435 else
7436 cat <<_LT_EOF 1>&2
7437
7438*** Warning: the command libtool uses to detect shared libraries,
7439*** $file_magic_cmd, produces output that libtool cannot recognize.
7440*** The result is that libtool may fail to recognize shared libraries
7441*** as such. This will affect the creation of libtool libraries that
7442*** depend on shared libraries, but programs linked with such libtool
7443*** libraries will work regardless of this problem. Nevertheless, you
7444*** may want to report the problem to your system manager and/or to
7445*** bug-libtool@gnu.org
7446
7447_LT_EOF
7448 fi ;;
7449 esac
7450 fi
7451 break
7452 fi
7453 done
7454 IFS="$lt_save_ifs"
7455 MAGIC_CMD="$lt_save_MAGIC_CMD"
7456 ;;
7457esac
7458fi
7459
7460MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7461if test -n "$MAGIC_CMD"; then
7462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7463$as_echo "$MAGIC_CMD" >&6; }
7464else
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7466$as_echo "no" >&6; }
7467fi
7468
7469
7470 else
7471 MAGIC_CMD=:
7472 fi
7473fi
7474
7475 fi
7476 ;;
7477esac
7478
7479# Use C for the default configuration in the libtool script
7480
7481lt_save_CC="$CC"
7482ac_ext=c
7483ac_cpp='$CPP $CPPFLAGS'
7484ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7485ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7486ac_compiler_gnu=$ac_cv_c_compiler_gnu
7487
7488
7489# Source file extension for C test sources.
7490ac_ext=c
7491
7492# Object file extension for compiled C test sources.
7493objext=o
7494objext=$objext
7495
7496# Code to be used in simple compile tests
7497lt_simple_compile_test_code="int some_variable = 0;"
7498
7499# Code to be used in simple link tests
7500lt_simple_link_test_code='int main(){return(0);}'
7501
7502
7503
7504
7505
7506
7507
7508# If no C compiler was specified, use CC.
7509LTCC=${LTCC-"$CC"}
7510
7511# If no C compiler flags were specified, use CFLAGS.
7512LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7513
7514# Allow CC to be a program name with arguments.
7515compiler=$CC
7516
7517# Save the default compiler, since it gets overwritten when the other
7518# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7519compiler_DEFAULT=$CC
7520
7521# save warnings/boilerplate of simple test code
7522ac_outfile=conftest.$ac_objext
7523echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7524eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7525_lt_compiler_boilerplate=`cat conftest.err`
7526$RM conftest*
7527
7528ac_outfile=conftest.$ac_objext
7529echo "$lt_simple_link_test_code" >conftest.$ac_ext
7530eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7531_lt_linker_boilerplate=`cat conftest.err`
7532$RM -r conftest*
7533
7534
7535## CAVEAT EMPTOR:
7536## There is no encapsulation within the following macros, do not change
7537## the running order or otherwise move them around unless you know exactly
7538## what you are doing...
7539if test -n "$compiler"; then
7540
7541lt_prog_compiler_no_builtin_flag=
7542
7543if test "$GCC" = yes; then
7544 case $cc_basename in
7545 nvcc*)
7546 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7547 *)
7548 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7549 esac
7550
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7552$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7553if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7554 $as_echo_n "(cached) " >&6
7555else
7556 lt_cv_prog_compiler_rtti_exceptions=no
7557 ac_outfile=conftest.$ac_objext
7558 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7559 lt_compiler_flag="-fno-rtti -fno-exceptions"
7560 # Insert the option either (1) after the last *FLAGS variable, or
7561 # (2) before a word containing "conftest.", or (3) at the end.
7562 # Note that $ac_compile itself does not contain backslashes and begins
7563 # with a dollar sign (not a hyphen), so the echo should work correctly.
7564 # The option is referenced via a variable to avoid confusing sed.
7565 lt_compile=`echo "$ac_compile" | $SED \
7566 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7567 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7568 -e 's:$: $lt_compiler_flag:'`
7569 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7570 (eval "$lt_compile" 2>conftest.err)
7571 ac_status=$?
7572 cat conftest.err >&5
7573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7574 if (exit $ac_status) && test -s "$ac_outfile"; then
7575 # The compiler can only warn and ignore the option if not recognized
7576 # So say no if there are warnings other than the usual output.
7577 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7578 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7579 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7580 lt_cv_prog_compiler_rtti_exceptions=yes
7581 fi
7582 fi
7583 $RM conftest*
7584
7585fi
7586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7587$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7588
7589if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7590 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7591else
7592 :
7593fi
7594
7595fi
7596
7597
7598
7599
7600
7601
7602 lt_prog_compiler_wl=
7603lt_prog_compiler_pic=
7604lt_prog_compiler_static=
7605
7606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7607$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7608
7609 if test "$GCC" = yes; then
7610 lt_prog_compiler_wl='-Wl,'
7611 lt_prog_compiler_static='-static'
7612
7613 case $host_os in
7614 aix*)
7615 # All AIX code is PIC.
7616 if test "$host_cpu" = ia64; then
7617 # AIX 5 now supports IA64 processor
7618 lt_prog_compiler_static='-Bstatic'
7619 fi
7620 lt_prog_compiler_pic='-fPIC'
7621 ;;
7622
7623 amigaos*)
7624 case $host_cpu in
7625 powerpc)
7626 # see comment about AmigaOS4 .so support
7627 lt_prog_compiler_pic='-fPIC'
7628 ;;
7629 m68k)
7630 # FIXME: we need at least 68020 code to build shared libraries, but
7631 # adding the `-m68020' flag to GCC prevents building anything better,
7632 # like `-m68040'.
7633 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7634 ;;
7635 esac
7636 ;;
7637
7638 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7639 # PIC is the default for these OSes.
7640 ;;
7641
7642 mingw* | cygwin* | pw32* | os2* | cegcc*)
7643 # This hack is so that the source file can tell whether it is being
7644 # built for inclusion in a dll (and should export symbols for example).
7645 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7646 # (--disable-auto-import) libraries
7647 lt_prog_compiler_pic='-DDLL_EXPORT'
7648 ;;
7649
7650 darwin* | rhapsody*)
7651 # PIC is the default on this platform
7652 # Common symbols not allowed in MH_DYLIB files
7653 lt_prog_compiler_pic='-fno-common'
7654 ;;
7655
7656 haiku*)
7657 # PIC is the default for Haiku.
7658 # The "-static" flag exists, but is broken.
7659 lt_prog_compiler_static=
7660 ;;
7661
7662 hpux*)
7663 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7664 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7665 # sets the default TLS model and affects inlining.
7666 case $host_cpu in
7667 hppa*64*)
7668 # +Z the default
7669 ;;
7670 *)
7671 lt_prog_compiler_pic='-fPIC'
7672 ;;
7673 esac
7674 ;;
7675
7676 interix[3-9]*)
7677 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7678 # Instead, we relocate shared libraries at runtime.
7679 ;;
7680
7681 msdosdjgpp*)
7682 # Just because we use GCC doesn't mean we suddenly get shared libraries
7683 # on systems that don't support them.
7684 lt_prog_compiler_can_build_shared=no
7685 enable_shared=no
7686 ;;
7687
7688 *nto* | *qnx*)
7689 # QNX uses GNU C++, but need to define -shared option too, otherwise
7690 # it will coredump.
7691 lt_prog_compiler_pic='-fPIC -shared'
7692 ;;
7693
7694 sysv4*MP*)
7695 if test -d /usr/nec; then
7696 lt_prog_compiler_pic=-Kconform_pic
7697 fi
7698 ;;
7699
7700 *)
7701 lt_prog_compiler_pic='-fPIC'
7702 ;;
7703 esac
7704
7705 case $cc_basename in
7706 nvcc*) # Cuda Compiler Driver 2.2
7707 lt_prog_compiler_wl='-Xlinker '
7708 lt_prog_compiler_pic='-Xcompiler -fPIC'
7709 ;;
7710 esac
7711 else
7712 # PORTME Check for flag to pass linker flags through the system compiler.
7713 case $host_os in
7714 aix*)
7715 lt_prog_compiler_wl='-Wl,'
7716 if test "$host_cpu" = ia64; then
7717 # AIX 5 now supports IA64 processor
7718 lt_prog_compiler_static='-Bstatic'
7719 else
7720 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7721 fi
7722 ;;
7723
7724 mingw* | cygwin* | pw32* | os2* | cegcc*)
7725 # This hack is so that the source file can tell whether it is being
7726 # built for inclusion in a dll (and should export symbols for example).
7727 lt_prog_compiler_pic='-DDLL_EXPORT'
7728 ;;
7729
7730 hpux9* | hpux10* | hpux11*)
7731 lt_prog_compiler_wl='-Wl,'
7732 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7733 # not for PA HP-UX.
7734 case $host_cpu in
7735 hppa*64*|ia64*)
7736 # +Z the default
7737 ;;
7738 *)
7739 lt_prog_compiler_pic='+Z'
7740 ;;
7741 esac
7742 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7743 lt_prog_compiler_static='${wl}-a ${wl}archive'
7744 ;;
7745
7746 irix5* | irix6* | nonstopux*)
7747 lt_prog_compiler_wl='-Wl,'
7748 # PIC (with -KPIC) is the default.
7749 lt_prog_compiler_static='-non_shared'
7750 ;;
7751
7752 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7753 case $cc_basename in
7754 # old Intel for x86_64 which still supported -KPIC.
7755 ecc*)
7756 lt_prog_compiler_wl='-Wl,'
7757 lt_prog_compiler_pic='-KPIC'
7758 lt_prog_compiler_static='-static'
7759 ;;
7760 # icc used to be incompatible with GCC.
7761 # ICC 10 doesn't accept -KPIC any more.
7762 icc* | ifort*)
7763 lt_prog_compiler_wl='-Wl,'
7764 lt_prog_compiler_pic='-fPIC'
7765 lt_prog_compiler_static='-static'
7766 ;;
7767 # Lahey Fortran 8.1.
7768 lf95*)
7769 lt_prog_compiler_wl='-Wl,'
7770 lt_prog_compiler_pic='--shared'
7771 lt_prog_compiler_static='--static'
7772 ;;
7773 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7774 # Portland Group compilers (*not* the Pentium gcc compiler,
7775 # which looks to be a dead project)
7776 lt_prog_compiler_wl='-Wl,'
7777 lt_prog_compiler_pic='-fpic'
7778 lt_prog_compiler_static='-Bstatic'
7779 ;;
7780 ccc*)
7781 lt_prog_compiler_wl='-Wl,'
7782 # All Alpha code is PIC.
7783 lt_prog_compiler_static='-non_shared'
7784 ;;
7785 xl* | bgxl* | bgf* | mpixl*)
7786 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7787 lt_prog_compiler_wl='-Wl,'
7788 lt_prog_compiler_pic='-qpic'
7789 lt_prog_compiler_static='-qstaticlink'
7790 ;;
7791 *)
7792 case `$CC -V 2>&1 | sed 5q` in
7793 *Sun\ F* | *Sun*Fortran*)
7794 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7795 lt_prog_compiler_pic='-KPIC'
7796 lt_prog_compiler_static='-Bstatic'
7797 lt_prog_compiler_wl=''
7798 ;;
7799 *Sun\ C*)
7800 # Sun C 5.9
7801 lt_prog_compiler_pic='-KPIC'
7802 lt_prog_compiler_static='-Bstatic'
7803 lt_prog_compiler_wl='-Wl,'
7804 ;;
7805 esac
7806 ;;
7807 esac
7808 ;;
7809
7810 newsos6)
7811 lt_prog_compiler_pic='-KPIC'
7812 lt_prog_compiler_static='-Bstatic'
7813 ;;
7814
7815 *nto* | *qnx*)
7816 # QNX uses GNU C++, but need to define -shared option too, otherwise
7817 # it will coredump.
7818 lt_prog_compiler_pic='-fPIC -shared'
7819 ;;
7820
7821 osf3* | osf4* | osf5*)
7822 lt_prog_compiler_wl='-Wl,'
7823 # All OSF/1 code is PIC.
7824 lt_prog_compiler_static='-non_shared'
7825 ;;
7826
7827 rdos*)
7828 lt_prog_compiler_static='-non_shared'
7829 ;;
7830
7831 solaris*)
7832 lt_prog_compiler_pic='-KPIC'
7833 lt_prog_compiler_static='-Bstatic'
7834 case $cc_basename in
7835 f77* | f90* | f95*)
7836 lt_prog_compiler_wl='-Qoption ld ';;
7837 *)
7838 lt_prog_compiler_wl='-Wl,';;
7839 esac
7840 ;;
7841
7842 sunos4*)
7843 lt_prog_compiler_wl='-Qoption ld '
7844 lt_prog_compiler_pic='-PIC'
7845 lt_prog_compiler_static='-Bstatic'
7846 ;;
7847
7848 sysv4 | sysv4.2uw2* | sysv4.3*)
7849 lt_prog_compiler_wl='-Wl,'
7850 lt_prog_compiler_pic='-KPIC'
7851 lt_prog_compiler_static='-Bstatic'
7852 ;;
7853
7854 sysv4*MP*)
7855 if test -d /usr/nec ;then
7856 lt_prog_compiler_pic='-Kconform_pic'
7857 lt_prog_compiler_static='-Bstatic'
7858 fi
7859 ;;
7860
7861 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7862 lt_prog_compiler_wl='-Wl,'
7863 lt_prog_compiler_pic='-KPIC'
7864 lt_prog_compiler_static='-Bstatic'
7865 ;;
7866
7867 unicos*)
7868 lt_prog_compiler_wl='-Wl,'
7869 lt_prog_compiler_can_build_shared=no
7870 ;;
7871
7872 uts4*)
7873 lt_prog_compiler_pic='-pic'
7874 lt_prog_compiler_static='-Bstatic'
7875 ;;
7876
7877 *)
7878 lt_prog_compiler_can_build_shared=no
7879 ;;
7880 esac
7881 fi
7882
7883case $host_os in
7884 # For platforms which do not support PIC, -DPIC is meaningless:
7885 *djgpp*)
7886 lt_prog_compiler_pic=
7887 ;;
7888 *)
7889 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7890 ;;
7891esac
7892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7893$as_echo "$lt_prog_compiler_pic" >&6; }
7894
7895
7896
7897
7898
7899
7900#
7901# Check to make sure the PIC flag actually works.
7902#
7903if test -n "$lt_prog_compiler_pic"; then
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7905$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7906if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7907 $as_echo_n "(cached) " >&6
7908else
7909 lt_cv_prog_compiler_pic_works=no
7910 ac_outfile=conftest.$ac_objext
7911 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7912 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7913 # Insert the option either (1) after the last *FLAGS variable, or
7914 # (2) before a word containing "conftest.", or (3) at the end.
7915 # Note that $ac_compile itself does not contain backslashes and begins
7916 # with a dollar sign (not a hyphen), so the echo should work correctly.
7917 # The option is referenced via a variable to avoid confusing sed.
7918 lt_compile=`echo "$ac_compile" | $SED \
7919 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7920 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7921 -e 's:$: $lt_compiler_flag:'`
7922 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7923 (eval "$lt_compile" 2>conftest.err)
7924 ac_status=$?
7925 cat conftest.err >&5
7926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7927 if (exit $ac_status) && test -s "$ac_outfile"; then
7928 # The compiler can only warn and ignore the option if not recognized
7929 # So say no if there are warnings other than the usual output.
7930 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7931 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7932 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7933 lt_cv_prog_compiler_pic_works=yes
7934 fi
7935 fi
7936 $RM conftest*
7937
7938fi
7939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7940$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7941
7942if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7943 case $lt_prog_compiler_pic in
7944 "" | " "*) ;;
7945 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7946 esac
7947else
7948 lt_prog_compiler_pic=
7949 lt_prog_compiler_can_build_shared=no
7950fi
7951
7952fi
7953
7954
7955
7956
7957
7958
7959#
7960# Check to make sure the static flag actually works.
7961#
7962wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7964$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7965if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7966 $as_echo_n "(cached) " >&6
7967else
7968 lt_cv_prog_compiler_static_works=no
7969 save_LDFLAGS="$LDFLAGS"
7970 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7971 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7972 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7973 # The linker can only warn and ignore the option if not recognized
7974 # So say no if there are warnings
7975 if test -s conftest.err; then
7976 # Append any errors to the config.log.
7977 cat conftest.err 1>&5
7978 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7979 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7980 if diff conftest.exp conftest.er2 >/dev/null; then
7981 lt_cv_prog_compiler_static_works=yes
7982 fi
7983 else
7984 lt_cv_prog_compiler_static_works=yes
7985 fi
7986 fi
7987 $RM -r conftest*
7988 LDFLAGS="$save_LDFLAGS"
7989
7990fi
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7992$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7993
7994if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7995 :
7996else
7997 lt_prog_compiler_static=
7998fi
7999
8000
8001
8002
8003
8004
8005
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8007$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8008if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8009 $as_echo_n "(cached) " >&6
8010else
8011 lt_cv_prog_compiler_c_o=no
8012 $RM -r conftest 2>/dev/null
8013 mkdir conftest
8014 cd conftest
8015 mkdir out
8016 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8017
8018 lt_compiler_flag="-o out/conftest2.$ac_objext"
8019 # Insert the option either (1) after the last *FLAGS variable, or
8020 # (2) before a word containing "conftest.", or (3) at the end.
8021 # Note that $ac_compile itself does not contain backslashes and begins
8022 # with a dollar sign (not a hyphen), so the echo should work correctly.
8023 lt_compile=`echo "$ac_compile" | $SED \
8024 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8025 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8026 -e 's:$: $lt_compiler_flag:'`
8027 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8028 (eval "$lt_compile" 2>out/conftest.err)
8029 ac_status=$?
8030 cat out/conftest.err >&5
8031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8032 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8033 then
8034 # The compiler can only warn and ignore the option if not recognized
8035 # So say no if there are warnings
8036 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8037 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8038 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8039 lt_cv_prog_compiler_c_o=yes
8040 fi
8041 fi
8042 chmod u+w . 2>&5
8043 $RM conftest*
8044 # SGI C++ compiler will create directory out/ii_files/ for
8045 # template instantiation
8046 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8047 $RM out/* && rmdir out
8048 cd ..
8049 $RM -r conftest
8050 $RM conftest*
8051
8052fi
8053{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8054$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8055
8056
8057
8058
8059
8060
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8062$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8063if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8064 $as_echo_n "(cached) " >&6
8065else
8066 lt_cv_prog_compiler_c_o=no
8067 $RM -r conftest 2>/dev/null
8068 mkdir conftest
8069 cd conftest
8070 mkdir out
8071 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8072
8073 lt_compiler_flag="-o out/conftest2.$ac_objext"
8074 # Insert the option either (1) after the last *FLAGS variable, or
8075 # (2) before a word containing "conftest.", or (3) at the end.
8076 # Note that $ac_compile itself does not contain backslashes and begins
8077 # with a dollar sign (not a hyphen), so the echo should work correctly.
8078 lt_compile=`echo "$ac_compile" | $SED \
8079 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8080 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8081 -e 's:$: $lt_compiler_flag:'`
8082 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8083 (eval "$lt_compile" 2>out/conftest.err)
8084 ac_status=$?
8085 cat out/conftest.err >&5
8086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8087 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8088 then
8089 # The compiler can only warn and ignore the option if not recognized
8090 # So say no if there are warnings
8091 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8092 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8093 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8094 lt_cv_prog_compiler_c_o=yes
8095 fi
8096 fi
8097 chmod u+w . 2>&5
8098 $RM conftest*
8099 # SGI C++ compiler will create directory out/ii_files/ for
8100 # template instantiation
8101 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8102 $RM out/* && rmdir out
8103 cd ..
8104 $RM -r conftest
8105 $RM conftest*
8106
8107fi
8108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8109$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8110
8111
8112
8113
8114hard_links="nottested"
8115if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8116 # do not overwrite the value of need_locks provided by the user
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8118$as_echo_n "checking if we can lock with hard links... " >&6; }
8119 hard_links=yes
8120 $RM conftest*
8121 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8122 touch conftest.a
8123 ln conftest.a conftest.b 2>&5 || hard_links=no
8124 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8126$as_echo "$hard_links" >&6; }
8127 if test "$hard_links" = no; then
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8129$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8130 need_locks=warn
8131 fi
8132else
8133 need_locks=no
8134fi
8135
8136
8137
8138
8139
8140
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8142$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8143
8144 runpath_var=
8145 allow_undefined_flag=
8146 always_export_symbols=no
8147 archive_cmds=
8148 archive_expsym_cmds=
8149 compiler_needs_object=no
8150 enable_shared_with_static_runtimes=no
8151 export_dynamic_flag_spec=
8152 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8153 hardcode_automatic=no
8154 hardcode_direct=no
8155 hardcode_direct_absolute=no
8156 hardcode_libdir_flag_spec=
8157 hardcode_libdir_flag_spec_ld=
8158 hardcode_libdir_separator=
8159 hardcode_minus_L=no
8160 hardcode_shlibpath_var=unsupported
8161 inherit_rpath=no
8162 link_all_deplibs=unknown
8163 module_cmds=
8164 module_expsym_cmds=
8165 old_archive_from_new_cmds=
8166 old_archive_from_expsyms_cmds=
8167 thread_safe_flag_spec=
8168 whole_archive_flag_spec=
8169 # include_expsyms should be a list of space-separated symbols to be *always*
8170 # included in the symbol list
8171 include_expsyms=
8172 # exclude_expsyms can be an extended regexp of symbols to exclude
8173 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8174 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8175 # as well as any symbol that contains `d'.
8176 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8177 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8178 # platforms (ab)use it in PIC code, but their linkers get confused if
8179 # the symbol is explicitly referenced. Since portable code cannot
8180 # rely on this symbol name, it's probably fine to never include it in
8181 # preloaded symbol tables.
8182 # Exclude shared library initialization/finalization symbols.
8183 extract_expsyms_cmds=
8184
8185 case $host_os in
8186 cygwin* | mingw* | pw32* | cegcc*)
8187 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8188 # When not using gcc, we currently assume that we are using
8189 # Microsoft Visual C++.
8190 if test "$GCC" != yes; then
8191 with_gnu_ld=no
8192 fi
8193 ;;
8194 interix*)
8195 # we just hope/assume this is gcc and not c89 (= MSVC++)
8196 with_gnu_ld=yes
8197 ;;
8198 openbsd*)
8199 with_gnu_ld=no
8200 ;;
8201 esac
8202
8203 ld_shlibs=yes
8204
8205 # On some targets, GNU ld is compatible enough with the native linker
8206 # that we're better off using the native interface for both.
8207 lt_use_gnu_ld_interface=no
8208 if test "$with_gnu_ld" = yes; then
8209 case $host_os in
8210 aix*)
8211 # The AIX port of GNU ld has always aspired to compatibility
8212 # with the native linker. However, as the warning in the GNU ld
8213 # block says, versions before 2.19.5* couldn't really create working
8214 # shared libraries, regardless of the interface used.
8215 case `$LD -v 2>&1` in
8216 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8217 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8218 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8219 *)
8220 lt_use_gnu_ld_interface=yes
8221 ;;
8222 esac
8223 ;;
8224 *)
8225 lt_use_gnu_ld_interface=yes
8226 ;;
8227 esac
8228 fi
8229
8230 if test "$lt_use_gnu_ld_interface" = yes; then
8231 # If archive_cmds runs LD, not CC, wlarc should be empty
8232 wlarc='${wl}'
8233
8234 # Set some defaults for GNU ld with shared library support. These
8235 # are reset later if shared libraries are not supported. Putting them
8236 # here allows them to be overridden if necessary.
8237 runpath_var=LD_RUN_PATH
8238 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8239 export_dynamic_flag_spec='${wl}--export-dynamic'
8240 # ancient GNU ld didn't support --whole-archive et. al.
8241 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8242 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8243 else
8244 whole_archive_flag_spec=
8245 fi
8246 supports_anon_versioning=no
8247 case `$LD -v 2>&1` in
8248 *GNU\ gold*) supports_anon_versioning=yes ;;
8249 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8250 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8251 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8252 *\ 2.11.*) ;; # other 2.11 versions
8253 *) supports_anon_versioning=yes ;;
8254 esac
8255
8256 # See if GNU ld supports shared libraries.
8257 case $host_os in
8258 aix[3-9]*)
8259 # On AIX/PPC, the GNU linker is very broken
8260 if test "$host_cpu" != ia64; then
8261 ld_shlibs=no
8262 cat <<_LT_EOF 1>&2
8263
8264*** Warning: the GNU linker, at least up to release 2.19, is reported
8265*** to be unable to reliably create shared libraries on AIX.
8266*** Therefore, libtool is disabling shared libraries support. If you
8267*** really care for shared libraries, you may want to install binutils
8268*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8269*** You will then need to restart the configuration process.
8270
8271_LT_EOF
8272 fi
8273 ;;
8274
8275 amigaos*)
8276 case $host_cpu in
8277 powerpc)
8278 # see comment about AmigaOS4 .so support
8279 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8280 archive_expsym_cmds=''
8281 ;;
8282 m68k)
8283 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)'
8284 hardcode_libdir_flag_spec='-L$libdir'
8285 hardcode_minus_L=yes
8286 ;;
8287 esac
8288 ;;
8289
8290 beos*)
8291 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8292 allow_undefined_flag=unsupported
8293 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8294 # support --undefined. This deserves some investigation. FIXME
8295 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8296 else
8297 ld_shlibs=no
8298 fi
8299 ;;
8300
8301 cygwin* | mingw* | pw32* | cegcc*)
8302 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8303 # as there is no search path for DLLs.
8304 hardcode_libdir_flag_spec='-L$libdir'
8305 export_dynamic_flag_spec='${wl}--export-all-symbols'
8306 allow_undefined_flag=unsupported
8307 always_export_symbols=no
8308 enable_shared_with_static_runtimes=yes
8309 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8310
8311 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8312 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8313 # If the export-symbols file already is a .def file (1st line
8314 # is EXPORTS), use it as is; otherwise, prepend...
8315 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8316 cp $export_symbols $output_objdir/$soname.def;
8317 else
8318 echo EXPORTS > $output_objdir/$soname.def;
8319 cat $export_symbols >> $output_objdir/$soname.def;
8320 fi~
8321 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8322 else
8323 ld_shlibs=no
8324 fi
8325 ;;
8326
8327 haiku*)
8328 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8329 link_all_deplibs=yes
8330 ;;
8331
8332 interix[3-9]*)
8333 hardcode_direct=no
8334 hardcode_shlibpath_var=no
8335 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8336 export_dynamic_flag_spec='${wl}-E'
8337 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8338 # Instead, shared libraries are loaded at an image base (0x10000000 by
8339 # default) and relocated if they conflict, which is a slow very memory
8340 # consuming and fragmenting process. To avoid this, we pick a random,
8341 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8342 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8343 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8344 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'
8345 ;;
8346
8347 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8348 tmp_diet=no
8349 if test "$host_os" = linux-dietlibc; then
8350 case $cc_basename in
8351 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8352 esac
8353 fi
8354 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8355 && test "$tmp_diet" = no
8356 then
fdbf396f 8357 tmp_addflag=' $pic_flag'
6bb11ab3
L
8358 tmp_sharedflag='-shared'
8359 case $cc_basename,$host_cpu in
8360 pgcc*) # Portland Group C compiler
8361 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'
8362 tmp_addflag=' $pic_flag'
8363 ;;
8364 pgf77* | pgf90* | pgf95* | pgfortran*)
8365 # Portland Group f77 and f90 compilers
8366 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'
8367 tmp_addflag=' $pic_flag -Mnomain' ;;
8368 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8369 tmp_addflag=' -i_dynamic' ;;
8370 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8371 tmp_addflag=' -i_dynamic -nofor_main' ;;
8372 ifc* | ifort*) # Intel Fortran compiler
8373 tmp_addflag=' -nofor_main' ;;
8374 lf95*) # Lahey Fortran 8.1
8375 whole_archive_flag_spec=
8376 tmp_sharedflag='--shared' ;;
8377 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8378 tmp_sharedflag='-qmkshrobj'
8379 tmp_addflag= ;;
8380 nvcc*) # Cuda Compiler Driver 2.2
8381 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'
8382 compiler_needs_object=yes
8383 ;;
8384 esac
8385 case `$CC -V 2>&1 | sed 5q` in
8386 *Sun\ C*) # Sun C 5.9
8387 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'
8388 compiler_needs_object=yes
8389 tmp_sharedflag='-G' ;;
8390 *Sun\ F*) # Sun Fortran 8.3
8391 tmp_sharedflag='-G' ;;
8392 esac
8393 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8394
8395 if test "x$supports_anon_versioning" = xyes; then
8396 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8397 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8398 echo "local: *; };" >> $output_objdir/$libname.ver~
8399 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8400 fi
8401
8402 case $cc_basename in
8403 xlf* | bgf* | bgxlf* | mpixlf*)
8404 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8405 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8406 hardcode_libdir_flag_spec=
8407 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8408 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8409 if test "x$supports_anon_versioning" = xyes; then
8410 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8411 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8412 echo "local: *; };" >> $output_objdir/$libname.ver~
8413 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8414 fi
8415 ;;
8416 esac
8417 else
8418 ld_shlibs=no
8419 fi
8420 ;;
8421
8422 netbsd*)
8423 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8424 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8425 wlarc=
8426 else
8427 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8428 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8429 fi
8430 ;;
8431
8432 solaris*)
8433 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8434 ld_shlibs=no
8435 cat <<_LT_EOF 1>&2
8436
8437*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8438*** create shared libraries on Solaris systems. Therefore, libtool
8439*** is disabling shared libraries support. We urge you to upgrade GNU
8440*** binutils to release 2.9.1 or newer. Another option is to modify
8441*** your PATH or compiler configuration so that the native linker is
8442*** used, and then restart.
8443
8444_LT_EOF
8445 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8446 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8447 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8448 else
8449 ld_shlibs=no
8450 fi
8451 ;;
8452
8453 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8454 case `$LD -v 2>&1` in
8455 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8456 ld_shlibs=no
8457 cat <<_LT_EOF 1>&2
8458
8459*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8460*** reliably create shared libraries on SCO systems. Therefore, libtool
8461*** is disabling shared libraries support. We urge you to upgrade GNU
8462*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8463*** your PATH or compiler configuration so that the native linker is
8464*** used, and then restart.
8465
8466_LT_EOF
8467 ;;
8468 *)
8469 # For security reasons, it is highly recommended that you always
8470 # use absolute paths for naming shared libraries, and exclude the
8471 # DT_RUNPATH tag from executables and libraries. But doing so
8472 # requires that you compile everything twice, which is a pain.
8473 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8474 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8475 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8476 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8477 else
8478 ld_shlibs=no
8479 fi
8480 ;;
8481 esac
8482 ;;
8483
8484 sunos4*)
8485 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8486 wlarc=
8487 hardcode_direct=yes
8488 hardcode_shlibpath_var=no
8489 ;;
8490
8491 *)
8492 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8493 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8494 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8495 else
8496 ld_shlibs=no
8497 fi
8498 ;;
8499 esac
8500
8501 if test "$ld_shlibs" = no; then
8502 runpath_var=
8503 hardcode_libdir_flag_spec=
8504 export_dynamic_flag_spec=
8505 whole_archive_flag_spec=
8506 fi
8507 else
8508 # PORTME fill in a description of your system's linker (not GNU ld)
8509 case $host_os in
8510 aix3*)
8511 allow_undefined_flag=unsupported
8512 always_export_symbols=yes
8513 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'
8514 # Note: this linker hardcodes the directories in LIBPATH if there
8515 # are no directories specified by -L.
8516 hardcode_minus_L=yes
8517 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8518 # Neither direct hardcoding nor static linking is supported with a
8519 # broken collect2.
8520 hardcode_direct=unsupported
8521 fi
8522 ;;
8523
8524 aix[4-9]*)
8525 if test "$host_cpu" = ia64; then
8526 # On IA64, the linker does run time linking by default, so we don't
8527 # have to do anything special.
8528 aix_use_runtimelinking=no
8529 exp_sym_flag='-Bexport'
8530 no_entry_flag=""
8531 else
8532 # If we're using GNU nm, then we don't want the "-C" option.
8533 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8534 # Also, AIX nm treats weak defined symbols like other global
8535 # defined symbols, whereas GNU nm marks them as "W".
8536 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8537 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'
8538 else
8539 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8540 fi
8541 aix_use_runtimelinking=no
8542
8543 # Test if we are trying to use run time linking or normal
8544 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8545 # need to do runtime linking.
8546 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8547 for ld_flag in $LDFLAGS; do
8548 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8549 aix_use_runtimelinking=yes
8550 break
8551 fi
8552 done
8553 ;;
8554 esac
8555
8556 exp_sym_flag='-bexport'
8557 no_entry_flag='-bnoentry'
8558 fi
8559
8560 # When large executables or shared objects are built, AIX ld can
8561 # have problems creating the table of contents. If linking a library
8562 # or program results in "error TOC overflow" add -mminimal-toc to
8563 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8564 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8565
8566 archive_cmds=''
8567 hardcode_direct=yes
8568 hardcode_direct_absolute=yes
8569 hardcode_libdir_separator=':'
8570 link_all_deplibs=yes
8571 file_list_spec='${wl}-f,'
8572
8573 if test "$GCC" = yes; then
8574 case $host_os in aix4.[012]|aix4.[012].*)
8575 # We only want to do this on AIX 4.2 and lower, the check
8576 # below for broken collect2 doesn't work under 4.3+
8577 collect2name=`${CC} -print-prog-name=collect2`
8578 if test -f "$collect2name" &&
8579 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8580 then
8581 # We have reworked collect2
8582 :
8583 else
8584 # We have old collect2
8585 hardcode_direct=unsupported
8586 # It fails to find uninstalled libraries when the uninstalled
8587 # path is not listed in the libpath. Setting hardcode_minus_L
8588 # to unsupported forces relinking
8589 hardcode_minus_L=yes
8590 hardcode_libdir_flag_spec='-L$libdir'
8591 hardcode_libdir_separator=
8592 fi
8593 ;;
8594 esac
8595 shared_flag='-shared'
8596 if test "$aix_use_runtimelinking" = yes; then
8597 shared_flag="$shared_flag "'${wl}-G'
8598 fi
8599 else
8600 # not using gcc
8601 if test "$host_cpu" = ia64; then
8602 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8603 # chokes on -Wl,-G. The following line is correct:
8604 shared_flag='-G'
8605 else
8606 if test "$aix_use_runtimelinking" = yes; then
8607 shared_flag='${wl}-G'
8608 else
8609 shared_flag='${wl}-bM:SRE'
8610 fi
8611 fi
8612 fi
8613
8614 export_dynamic_flag_spec='${wl}-bexpall'
8615 # It seems that -bexpall does not export symbols beginning with
8616 # underscore (_), so it is better to generate a list of symbols to export.
8617 always_export_symbols=yes
8618 if test "$aix_use_runtimelinking" = yes; then
8619 # Warning - without using the other runtime loading flags (-brtl),
8620 # -berok will link without error, but may produce a broken library.
8621 allow_undefined_flag='-berok'
8622 # Determine the default libpath from the value encoded in an
8623 # empty executable.
8624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8625/* end confdefs.h. */
8626
8627int
8628main ()
8629{
8630
8631 ;
8632 return 0;
8633}
8634_ACEOF
8635if ac_fn_c_try_link "$LINENO"; then :
8636
8637lt_aix_libpath_sed='
8638 /Import File Strings/,/^$/ {
8639 /^0/ {
8640 s/^0 *\(.*\)$/\1/
8641 p
8642 }
8643 }'
8644aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8645# Check for a 64-bit object if we didn't find anything.
8646if test -z "$aix_libpath"; then
8647 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8648fi
8649fi
8650rm -f core conftest.err conftest.$ac_objext \
8651 conftest$ac_exeext conftest.$ac_ext
8652if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8653
8654 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8655 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"
8656 else
8657 if test "$host_cpu" = ia64; then
8658 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8659 allow_undefined_flag="-z nodefs"
8660 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"
8661 else
8662 # Determine the default libpath from the value encoded in an
8663 # empty executable.
8664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8665/* end confdefs.h. */
8666
8667int
8668main ()
8669{
8670
8671 ;
8672 return 0;
8673}
8674_ACEOF
8675if ac_fn_c_try_link "$LINENO"; then :
8676
8677lt_aix_libpath_sed='
8678 /Import File Strings/,/^$/ {
8679 /^0/ {
8680 s/^0 *\(.*\)$/\1/
8681 p
8682 }
8683 }'
8684aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8685# Check for a 64-bit object if we didn't find anything.
8686if test -z "$aix_libpath"; then
8687 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8688fi
8689fi
8690rm -f core conftest.err conftest.$ac_objext \
8691 conftest$ac_exeext conftest.$ac_ext
8692if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8693
8694 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8695 # Warning - without using the other run time loading flags,
8696 # -berok will link without error, but may produce a broken library.
8697 no_undefined_flag=' ${wl}-bernotok'
8698 allow_undefined_flag=' ${wl}-berok'
8699 if test "$with_gnu_ld" = yes; then
8700 # We only use this code for GNU lds that support --whole-archive.
8701 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8702 else
8703 # Exported symbols can be pulled into shared objects from archives
8704 whole_archive_flag_spec='$convenience'
8705 fi
8706 archive_cmds_need_lc=yes
8707 # This is similar to how AIX traditionally builds its shared libraries.
8708 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'
8709 fi
8710 fi
8711 ;;
8712
8713 amigaos*)
8714 case $host_cpu in
8715 powerpc)
8716 # see comment about AmigaOS4 .so support
8717 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8718 archive_expsym_cmds=''
8719 ;;
8720 m68k)
8721 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)'
8722 hardcode_libdir_flag_spec='-L$libdir'
8723 hardcode_minus_L=yes
8724 ;;
8725 esac
8726 ;;
8727
8728 bsdi[45]*)
8729 export_dynamic_flag_spec=-rdynamic
8730 ;;
8731
8732 cygwin* | mingw* | pw32* | cegcc*)
8733 # When not using gcc, we currently assume that we are using
8734 # Microsoft Visual C++.
8735 # hardcode_libdir_flag_spec is actually meaningless, as there is
8736 # no search path for DLLs.
8737 hardcode_libdir_flag_spec=' '
8738 allow_undefined_flag=unsupported
8739 # Tell ltmain to make .lib files, not .a files.
8740 libext=lib
8741 # Tell ltmain to make .dll files, not .so files.
8742 shrext_cmds=".dll"
8743 # FIXME: Setting linknames here is a bad hack.
8744 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8745 # The linker will automatically build a .lib file if we build a DLL.
8746 old_archive_from_new_cmds='true'
8747 # FIXME: Should let the user specify the lib program.
8748 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8749 fix_srcfile_path='`cygpath -w "$srcfile"`'
8750 enable_shared_with_static_runtimes=yes
8751 ;;
8752
8753 darwin* | rhapsody*)
8754
8755
8756 archive_cmds_need_lc=no
8757 hardcode_direct=no
8758 hardcode_automatic=yes
8759 hardcode_shlibpath_var=unsupported
8760 if test "$lt_cv_ld_force_load" = "yes"; then
8761 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\"`'
8762 else
8763 whole_archive_flag_spec=''
8764 fi
8765 link_all_deplibs=yes
8766 allow_undefined_flag="$_lt_dar_allow_undefined"
8767 case $cc_basename in
8768 ifort*) _lt_dar_can_shared=yes ;;
8769 *) _lt_dar_can_shared=$GCC ;;
8770 esac
8771 if test "$_lt_dar_can_shared" = "yes"; then
8772 output_verbose_link_cmd=func_echo_all
8773 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8774 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8775 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}"
8776 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}"
8777
8778 else
8779 ld_shlibs=no
8780 fi
8781
8782 ;;
8783
8784 dgux*)
8785 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8786 hardcode_libdir_flag_spec='-L$libdir'
8787 hardcode_shlibpath_var=no
8788 ;;
8789
8790 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8791 # support. Future versions do this automatically, but an explicit c++rt0.o
8792 # does not break anything, and helps significantly (at the cost of a little
8793 # extra space).
8794 freebsd2.2*)
8795 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8796 hardcode_libdir_flag_spec='-R$libdir'
8797 hardcode_direct=yes
8798 hardcode_shlibpath_var=no
8799 ;;
8800
8801 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8802 freebsd2.*)
8803 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8804 hardcode_direct=yes
8805 hardcode_minus_L=yes
8806 hardcode_shlibpath_var=no
8807 ;;
8808
8809 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8810 freebsd* | dragonfly*)
8811 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8812 hardcode_libdir_flag_spec='-R$libdir'
8813 hardcode_direct=yes
8814 hardcode_shlibpath_var=no
8815 ;;
8816
8817 hpux9*)
8818 if test "$GCC" = yes; then
8819 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'
8820 else
8821 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'
8822 fi
8823 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8824 hardcode_libdir_separator=:
8825 hardcode_direct=yes
8826
8827 # hardcode_minus_L: Not really in the search PATH,
8828 # but as the default location of the library.
8829 hardcode_minus_L=yes
8830 export_dynamic_flag_spec='${wl}-E'
8831 ;;
8832
8833 hpux10*)
8834 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8835 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8836 else
8837 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8838 fi
8839 if test "$with_gnu_ld" = no; then
8840 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8841 hardcode_libdir_flag_spec_ld='+b $libdir'
8842 hardcode_libdir_separator=:
8843 hardcode_direct=yes
8844 hardcode_direct_absolute=yes
8845 export_dynamic_flag_spec='${wl}-E'
8846 # hardcode_minus_L: Not really in the search PATH,
8847 # but as the default location of the library.
8848 hardcode_minus_L=yes
8849 fi
8850 ;;
8851
8852 hpux11*)
8853 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8854 case $host_cpu in
8855 hppa*64*)
8856 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8857 ;;
8858 ia64*)
8859 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8860 ;;
8861 *)
8862 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8863 ;;
8864 esac
8865 else
8866 case $host_cpu in
8867 hppa*64*)
8868 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8869 ;;
8870 ia64*)
8871 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8872 ;;
8873 *)
8874
8875 # Older versions of the 11.00 compiler do not understand -b yet
8876 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8878$as_echo_n "checking if $CC understands -b... " >&6; }
8879if test "${lt_cv_prog_compiler__b+set}" = set; then :
8880 $as_echo_n "(cached) " >&6
8881else
8882 lt_cv_prog_compiler__b=no
8883 save_LDFLAGS="$LDFLAGS"
8884 LDFLAGS="$LDFLAGS -b"
8885 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8886 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8887 # The linker can only warn and ignore the option if not recognized
8888 # So say no if there are warnings
8889 if test -s conftest.err; then
8890 # Append any errors to the config.log.
8891 cat conftest.err 1>&5
8892 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8893 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8894 if diff conftest.exp conftest.er2 >/dev/null; then
8895 lt_cv_prog_compiler__b=yes
8896 fi
8897 else
8898 lt_cv_prog_compiler__b=yes
8899 fi
8900 fi
8901 $RM -r conftest*
8902 LDFLAGS="$save_LDFLAGS"
8903
8904fi
8905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8906$as_echo "$lt_cv_prog_compiler__b" >&6; }
8907
8908if test x"$lt_cv_prog_compiler__b" = xyes; then
8909 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8910else
8911 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8912fi
8913
8914 ;;
8915 esac
8916 fi
8917 if test "$with_gnu_ld" = no; then
8918 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8919 hardcode_libdir_separator=:
8920
8921 case $host_cpu in
8922 hppa*64*|ia64*)
8923 hardcode_direct=no
8924 hardcode_shlibpath_var=no
8925 ;;
8926 *)
8927 hardcode_direct=yes
8928 hardcode_direct_absolute=yes
8929 export_dynamic_flag_spec='${wl}-E'
8930
8931 # hardcode_minus_L: Not really in the search PATH,
8932 # but as the default location of the library.
8933 hardcode_minus_L=yes
8934 ;;
8935 esac
8936 fi
8937 ;;
8938
8939 irix5* | irix6* | nonstopux*)
8940 if test "$GCC" = yes; then
8941 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'
8942 # Try to use the -exported_symbol ld option, if it does not
8943 # work, assume that -exports_file does not work either and
8944 # implicitly export all symbols.
8945 save_LDFLAGS="$LDFLAGS"
8946 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8948/* end confdefs.h. */
8949int foo(void) {}
8950_ACEOF
8951if ac_fn_c_try_link "$LINENO"; then :
8952 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'
8953
8954fi
8955rm -f core conftest.err conftest.$ac_objext \
8956 conftest$ac_exeext conftest.$ac_ext
8957 LDFLAGS="$save_LDFLAGS"
8958 else
8959 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'
8960 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'
8961 fi
8962 archive_cmds_need_lc='no'
8963 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8964 hardcode_libdir_separator=:
8965 inherit_rpath=yes
8966 link_all_deplibs=yes
8967 ;;
8968
8969 netbsd*)
8970 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8971 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8972 else
8973 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8974 fi
8975 hardcode_libdir_flag_spec='-R$libdir'
8976 hardcode_direct=yes
8977 hardcode_shlibpath_var=no
8978 ;;
8979
8980 newsos6)
8981 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8982 hardcode_direct=yes
8983 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8984 hardcode_libdir_separator=:
8985 hardcode_shlibpath_var=no
8986 ;;
8987
8988 *nto* | *qnx*)
8989 ;;
8990
8991 openbsd*)
8992 if test -f /usr/libexec/ld.so; then
8993 hardcode_direct=yes
8994 hardcode_shlibpath_var=no
8995 hardcode_direct_absolute=yes
8996 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8997 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8998 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8999 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9000 export_dynamic_flag_spec='${wl}-E'
9001 else
9002 case $host_os in
9003 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9004 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9005 hardcode_libdir_flag_spec='-R$libdir'
9006 ;;
9007 *)
9008 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9009 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9010 ;;
9011 esac
9012 fi
9013 else
9014 ld_shlibs=no
9015 fi
9016 ;;
9017
9018 os2*)
9019 hardcode_libdir_flag_spec='-L$libdir'
9020 hardcode_minus_L=yes
9021 allow_undefined_flag=unsupported
9022 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'
9023 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9024 ;;
9025
9026 osf3*)
9027 if test "$GCC" = yes; then
9028 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9029 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'
9030 else
9031 allow_undefined_flag=' -expect_unresolved \*'
9032 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'
9033 fi
9034 archive_cmds_need_lc='no'
9035 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9036 hardcode_libdir_separator=:
9037 ;;
9038
9039 osf4* | osf5*) # as osf3* with the addition of -msym flag
9040 if test "$GCC" = yes; then
9041 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9042 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'
9043 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9044 else
9045 allow_undefined_flag=' -expect_unresolved \*'
9046 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'
9047 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~
9048 $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'
9049
9050 # Both c and cxx compiler support -rpath directly
9051 hardcode_libdir_flag_spec='-rpath $libdir'
9052 fi
9053 archive_cmds_need_lc='no'
9054 hardcode_libdir_separator=:
9055 ;;
9056
9057 solaris*)
9058 no_undefined_flag=' -z defs'
9059 if test "$GCC" = yes; then
9060 wlarc='${wl}'
9061 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9062 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9063 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9064 else
9065 case `$CC -V 2>&1` in
9066 *"Compilers 5.0"*)
9067 wlarc=''
9068 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9069 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9070 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9071 ;;
9072 *)
9073 wlarc='${wl}'
9074 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9075 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9076 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9077 ;;
9078 esac
9079 fi
9080 hardcode_libdir_flag_spec='-R$libdir'
9081 hardcode_shlibpath_var=no
9082 case $host_os in
9083 solaris2.[0-5] | solaris2.[0-5].*) ;;
9084 *)
9085 # The compiler driver will combine and reorder linker options,
9086 # but understands `-z linker_flag'. GCC discards it without `$wl',
9087 # but is careful enough not to reorder.
9088 # Supported since Solaris 2.6 (maybe 2.5.1?)
9089 if test "$GCC" = yes; then
9090 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9091 else
9092 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9093 fi
9094 ;;
9095 esac
9096 link_all_deplibs=yes
9097 ;;
9098
9099 sunos4*)
9100 if test "x$host_vendor" = xsequent; then
9101 # Use $CC to link under sequent, because it throws in some extra .o
9102 # files that make .init and .fini sections work.
9103 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9104 else
9105 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9106 fi
9107 hardcode_libdir_flag_spec='-L$libdir'
9108 hardcode_direct=yes
9109 hardcode_minus_L=yes
9110 hardcode_shlibpath_var=no
9111 ;;
9112
9113 sysv4)
9114 case $host_vendor in
9115 sni)
9116 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9117 hardcode_direct=yes # is this really true???
9118 ;;
9119 siemens)
9120 ## LD is ld it makes a PLAMLIB
9121 ## CC just makes a GrossModule.
9122 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9123 reload_cmds='$CC -r -o $output$reload_objs'
9124 hardcode_direct=no
9125 ;;
9126 motorola)
9127 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9128 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9129 ;;
9130 esac
9131 runpath_var='LD_RUN_PATH'
9132 hardcode_shlibpath_var=no
9133 ;;
9134
9135 sysv4.3*)
9136 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9137 hardcode_shlibpath_var=no
9138 export_dynamic_flag_spec='-Bexport'
9139 ;;
9140
9141 sysv4*MP*)
9142 if test -d /usr/nec; then
9143 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9144 hardcode_shlibpath_var=no
9145 runpath_var=LD_RUN_PATH
9146 hardcode_runpath_var=yes
9147 ld_shlibs=yes
9148 fi
9149 ;;
9150
9151 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9152 no_undefined_flag='${wl}-z,text'
9153 archive_cmds_need_lc=no
9154 hardcode_shlibpath_var=no
9155 runpath_var='LD_RUN_PATH'
9156
9157 if test "$GCC" = yes; then
9158 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9159 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9160 else
9161 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9162 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9163 fi
9164 ;;
9165
9166 sysv5* | sco3.2v5* | sco5v6*)
9167 # Note: We can NOT use -z defs as we might desire, because we do not
9168 # link with -lc, and that would cause any symbols used from libc to
9169 # always be unresolved, which means just about no library would
9170 # ever link correctly. If we're not using GNU ld we use -z text
9171 # though, which does catch some bad symbols but isn't as heavy-handed
9172 # as -z defs.
9173 no_undefined_flag='${wl}-z,text'
9174 allow_undefined_flag='${wl}-z,nodefs'
9175 archive_cmds_need_lc=no
9176 hardcode_shlibpath_var=no
9177 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9178 hardcode_libdir_separator=':'
9179 link_all_deplibs=yes
9180 export_dynamic_flag_spec='${wl}-Bexport'
9181 runpath_var='LD_RUN_PATH'
9182
9183 if test "$GCC" = yes; then
9184 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9185 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9186 else
9187 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9188 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9189 fi
9190 ;;
9191
9192 uts4*)
9193 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9194 hardcode_libdir_flag_spec='-L$libdir'
9195 hardcode_shlibpath_var=no
9196 ;;
9197
9198 *)
9199 ld_shlibs=no
9200 ;;
9201 esac
9202
9203 if test x$host_vendor = xsni; then
9204 case $host in
9205 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9206 export_dynamic_flag_spec='${wl}-Blargedynsym'
9207 ;;
9208 esac
9209 fi
9210 fi
9211
9212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9213$as_echo "$ld_shlibs" >&6; }
9214test "$ld_shlibs" = no && can_build_shared=no
9215
9216with_gnu_ld=$with_gnu_ld
9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232#
9233# Do we need to explicitly link libc?
9234#
9235case "x$archive_cmds_need_lc" in
9236x|xyes)
9237 # Assume -lc should be added
9238 archive_cmds_need_lc=yes
9239
9240 if test "$enable_shared" = yes && test "$GCC" = yes; then
9241 case $archive_cmds in
9242 *'~'*)
9243 # FIXME: we may have to deal with multi-command sequences.
9244 ;;
9245 '$CC '*)
9246 # Test whether the compiler implicitly links with -lc since on some
9247 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9248 # to ld, don't add -lc before -lgcc.
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9250$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9251if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9252 $as_echo_n "(cached) " >&6
9253else
9254 $RM conftest*
9255 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9256
9257 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9258 (eval $ac_compile) 2>&5
9259 ac_status=$?
9260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9261 test $ac_status = 0; } 2>conftest.err; then
9262 soname=conftest
9263 lib=conftest
9264 libobjs=conftest.$ac_objext
9265 deplibs=
9266 wl=$lt_prog_compiler_wl
9267 pic_flag=$lt_prog_compiler_pic
9268 compiler_flags=-v
9269 linker_flags=-v
9270 verstring=
9271 output_objdir=.
9272 libname=conftest
9273 lt_save_allow_undefined_flag=$allow_undefined_flag
9274 allow_undefined_flag=
9275 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9276 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9277 ac_status=$?
9278 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9279 test $ac_status = 0; }
9280 then
9281 lt_cv_archive_cmds_need_lc=no
9282 else
9283 lt_cv_archive_cmds_need_lc=yes
9284 fi
9285 allow_undefined_flag=$lt_save_allow_undefined_flag
9286 else
9287 cat conftest.err 1>&5
9288 fi
9289 $RM conftest*
9290
9291fi
9292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9293$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9294 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9295 ;;
9296 esac
9297 fi
9298 ;;
9299esac
9300
9301
9302
9303
9304
9305
9306
9307
9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349
9350
9351
9352
9353
9354
9355
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9458$as_echo_n "checking dynamic linker characteristics... " >&6; }
9459
9460if test "$GCC" = yes; then
9461 case $host_os in
9462 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9463 *) lt_awk_arg="/^libraries:/" ;;
9464 esac
9465 case $host_os in
9466 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9467 *) lt_sed_strip_eq="s,=/,/,g" ;;
9468 esac
9469 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9470 case $lt_search_path_spec in
9471 *\;*)
9472 # if the path contains ";" then we assume it to be the separator
9473 # otherwise default to the standard path separator (i.e. ":") - it is
9474 # assumed that no part of a normal pathname contains ";" but that should
9475 # okay in the real world where ";" in dirpaths is itself problematic.
9476 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9477 ;;
9478 *)
9479 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9480 ;;
9481 esac
9482 # Ok, now we have the path, separated by spaces, we can step through it
9483 # and add multilib dir if necessary.
9484 lt_tmp_lt_search_path_spec=
9485 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9486 for lt_sys_path in $lt_search_path_spec; do
9487 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9488 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9489 else
9490 test -d "$lt_sys_path" && \
9491 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9492 fi
9493 done
9494 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9495BEGIN {RS=" "; FS="/|\n";} {
9496 lt_foo="";
9497 lt_count=0;
9498 for (lt_i = NF; lt_i > 0; lt_i--) {
9499 if ($lt_i != "" && $lt_i != ".") {
9500 if ($lt_i == "..") {
9501 lt_count++;
9502 } else {
9503 if (lt_count == 0) {
9504 lt_foo="/" $lt_i lt_foo;
9505 } else {
9506 lt_count--;
9507 }
9508 }
9509 }
9510 }
9511 if (lt_foo != "") { lt_freq[lt_foo]++; }
9512 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9513}'`
9514 # AWK program above erroneously prepends '/' to C:/dos/paths
9515 # for these hosts.
9516 case $host_os in
9517 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9518 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9519 esac
9520 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9521else
9522 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9523fi
9524library_names_spec=
9525libname_spec='lib$name'
9526soname_spec=
9527shrext_cmds=".so"
9528postinstall_cmds=
9529postuninstall_cmds=
9530finish_cmds=
9531finish_eval=
9532shlibpath_var=
9533shlibpath_overrides_runpath=unknown
9534version_type=none
9535dynamic_linker="$host_os ld.so"
9536sys_lib_dlsearch_path_spec="/lib /usr/lib"
9537need_lib_prefix=unknown
9538hardcode_into_libs=no
9539
9540# when you set need_version to no, make sure it does not cause -set_version
9541# flags to be left without arguments
9542need_version=unknown
9543
9544case $host_os in
9545aix3*)
9546 version_type=linux
9547 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9548 shlibpath_var=LIBPATH
9549
9550 # AIX 3 has no versioning support, so we append a major version to the name.
9551 soname_spec='${libname}${release}${shared_ext}$major'
9552 ;;
9553
9554aix[4-9]*)
9555 version_type=linux
9556 need_lib_prefix=no
9557 need_version=no
9558 hardcode_into_libs=yes
9559 if test "$host_cpu" = ia64; then
9560 # AIX 5 supports IA64
9561 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9562 shlibpath_var=LD_LIBRARY_PATH
9563 else
9564 # With GCC up to 2.95.x, collect2 would create an import file
9565 # for dependence libraries. The import file would start with
9566 # the line `#! .'. This would cause the generated library to
9567 # depend on `.', always an invalid library. This was fixed in
9568 # development snapshots of GCC prior to 3.0.
9569 case $host_os in
9570 aix4 | aix4.[01] | aix4.[01].*)
9571 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9572 echo ' yes '
9573 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9574 :
9575 else
9576 can_build_shared=no
9577 fi
9578 ;;
9579 esac
9580 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9581 # soname into executable. Probably we can add versioning support to
9582 # collect2, so additional links can be useful in future.
9583 if test "$aix_use_runtimelinking" = yes; then
9584 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9585 # instead of lib<name>.a to let people know that these are not
9586 # typical AIX shared libraries.
9587 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9588 else
9589 # We preserve .a as extension for shared libraries through AIX4.2
9590 # and later when we are not doing run time linking.
9591 library_names_spec='${libname}${release}.a $libname.a'
9592 soname_spec='${libname}${release}${shared_ext}$major'
9593 fi
9594 shlibpath_var=LIBPATH
9595 fi
9596 ;;
9597
9598amigaos*)
9599 case $host_cpu in
9600 powerpc)
9601 # Since July 2007 AmigaOS4 officially supports .so libraries.
9602 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9603 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9604 ;;
9605 m68k)
9606 library_names_spec='$libname.ixlibrary $libname.a'
9607 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9608 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'
9609 ;;
9610 esac
9611 ;;
9612
9613beos*)
9614 library_names_spec='${libname}${shared_ext}'
9615 dynamic_linker="$host_os ld.so"
9616 shlibpath_var=LIBRARY_PATH
9617 ;;
9618
9619bsdi[45]*)
9620 version_type=linux
9621 need_version=no
9622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9623 soname_spec='${libname}${release}${shared_ext}$major'
9624 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9625 shlibpath_var=LD_LIBRARY_PATH
9626 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9627 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9628 # the default ld.so.conf also contains /usr/contrib/lib and
9629 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9630 # libtool to hard-code these into programs
9631 ;;
9632
9633cygwin* | mingw* | pw32* | cegcc*)
9634 version_type=windows
9635 shrext_cmds=".dll"
9636 need_version=no
9637 need_lib_prefix=no
9638
9639 case $GCC,$host_os in
9640 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9641 library_names_spec='$libname.dll.a'
9642 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9643 postinstall_cmds='base_file=`basename \${file}`~
9644 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9645 dldir=$destdir/`dirname \$dlpath`~
9646 test -d \$dldir || mkdir -p \$dldir~
9647 $install_prog $dir/$dlname \$dldir/$dlname~
9648 chmod a+x \$dldir/$dlname~
9649 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9650 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9651 fi'
9652 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9653 dlpath=$dir/\$dldll~
9654 $RM \$dlpath'
9655 shlibpath_overrides_runpath=yes
9656
9657 case $host_os in
9658 cygwin*)
9659 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9660 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9661
9662 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9663 ;;
9664 mingw* | cegcc*)
9665 # MinGW DLLs use traditional 'lib' prefix
9666 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9667 ;;
9668 pw32*)
9669 # pw32 DLLs use 'pw' prefix rather than 'lib'
9670 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9671 ;;
9672 esac
9673 ;;
9674
9675 *)
9676 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9677 ;;
9678 esac
9679 dynamic_linker='Win32 ld.exe'
9680 # FIXME: first we should search . and the directory the executable is in
9681 shlibpath_var=PATH
9682 ;;
9683
9684darwin* | rhapsody*)
9685 dynamic_linker="$host_os dyld"
9686 version_type=darwin
9687 need_lib_prefix=no
9688 need_version=no
9689 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9690 soname_spec='${libname}${release}${major}$shared_ext'
9691 shlibpath_overrides_runpath=yes
9692 shlibpath_var=DYLD_LIBRARY_PATH
9693 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9694
9695 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9696 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9697 ;;
9698
9699dgux*)
9700 version_type=linux
9701 need_lib_prefix=no
9702 need_version=no
9703 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9704 soname_spec='${libname}${release}${shared_ext}$major'
9705 shlibpath_var=LD_LIBRARY_PATH
9706 ;;
9707
9708freebsd* | dragonfly*)
9709 # DragonFly does not have aout. When/if they implement a new
9710 # versioning mechanism, adjust this.
9711 if test -x /usr/bin/objformat; then
9712 objformat=`/usr/bin/objformat`
9713 else
9714 case $host_os in
9715 freebsd[23].*) objformat=aout ;;
9716 *) objformat=elf ;;
9717 esac
9718 fi
9719 version_type=freebsd-$objformat
9720 case $version_type in
9721 freebsd-elf*)
9722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9723 need_version=no
9724 need_lib_prefix=no
9725 ;;
9726 freebsd-*)
9727 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9728 need_version=yes
9729 ;;
9730 esac
9731 shlibpath_var=LD_LIBRARY_PATH
9732 case $host_os in
9733 freebsd2.*)
9734 shlibpath_overrides_runpath=yes
9735 ;;
9736 freebsd3.[01]* | freebsdelf3.[01]*)
9737 shlibpath_overrides_runpath=yes
9738 hardcode_into_libs=yes
9739 ;;
9740 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9741 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9742 shlibpath_overrides_runpath=no
9743 hardcode_into_libs=yes
9744 ;;
9745 *) # from 4.6 on, and DragonFly
9746 shlibpath_overrides_runpath=yes
9747 hardcode_into_libs=yes
9748 ;;
9749 esac
9750 ;;
9751
9752gnu*)
9753 version_type=linux
9754 need_lib_prefix=no
9755 need_version=no
9756 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9757 soname_spec='${libname}${release}${shared_ext}$major'
9758 shlibpath_var=LD_LIBRARY_PATH
9759 hardcode_into_libs=yes
9760 ;;
9761
9762haiku*)
9763 version_type=linux
9764 need_lib_prefix=no
9765 need_version=no
9766 dynamic_linker="$host_os runtime_loader"
9767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9768 soname_spec='${libname}${release}${shared_ext}$major'
9769 shlibpath_var=LIBRARY_PATH
9770 shlibpath_overrides_runpath=yes
9771 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9772 hardcode_into_libs=yes
9773 ;;
9774
9775hpux9* | hpux10* | hpux11*)
9776 # Give a soname corresponding to the major version so that dld.sl refuses to
9777 # link against other versions.
9778 version_type=sunos
9779 need_lib_prefix=no
9780 need_version=no
9781 case $host_cpu in
9782 ia64*)
9783 shrext_cmds='.so'
9784 hardcode_into_libs=yes
9785 dynamic_linker="$host_os dld.so"
9786 shlibpath_var=LD_LIBRARY_PATH
9787 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9788 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9789 soname_spec='${libname}${release}${shared_ext}$major'
9790 if test "X$HPUX_IA64_MODE" = X32; then
9791 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9792 else
9793 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9794 fi
9795 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9796 ;;
9797 hppa*64*)
9798 shrext_cmds='.sl'
9799 hardcode_into_libs=yes
9800 dynamic_linker="$host_os dld.sl"
9801 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9802 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9803 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9804 soname_spec='${libname}${release}${shared_ext}$major'
9805 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9806 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9807 ;;
9808 *)
9809 shrext_cmds='.sl'
9810 dynamic_linker="$host_os dld.sl"
9811 shlibpath_var=SHLIB_PATH
9812 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9814 soname_spec='${libname}${release}${shared_ext}$major'
9815 ;;
9816 esac
9817 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9818 postinstall_cmds='chmod 555 $lib'
9819 # or fails outright, so override atomically:
9820 install_override_mode=555
9821 ;;
9822
9823interix[3-9]*)
9824 version_type=linux
9825 need_lib_prefix=no
9826 need_version=no
9827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9828 soname_spec='${libname}${release}${shared_ext}$major'
9829 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9830 shlibpath_var=LD_LIBRARY_PATH
9831 shlibpath_overrides_runpath=no
9832 hardcode_into_libs=yes
9833 ;;
9834
9835irix5* | irix6* | nonstopux*)
9836 case $host_os in
9837 nonstopux*) version_type=nonstopux ;;
9838 *)
9839 if test "$lt_cv_prog_gnu_ld" = yes; then
9840 version_type=linux
9841 else
9842 version_type=irix
9843 fi ;;
9844 esac
9845 need_lib_prefix=no
9846 need_version=no
9847 soname_spec='${libname}${release}${shared_ext}$major'
9848 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9849 case $host_os in
9850 irix5* | nonstopux*)
9851 libsuff= shlibsuff=
9852 ;;
9853 *)
9854 case $LD in # libtool.m4 will add one of these switches to LD
9855 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9856 libsuff= shlibsuff= libmagic=32-bit;;
9857 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9858 libsuff=32 shlibsuff=N32 libmagic=N32;;
9859 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9860 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9861 *) libsuff= shlibsuff= libmagic=never-match;;
9862 esac
9863 ;;
9864 esac
9865 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9866 shlibpath_overrides_runpath=no
9867 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9868 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9869 hardcode_into_libs=yes
9870 ;;
9871
9872# No shared lib support for Linux oldld, aout, or coff.
9873linux*oldld* | linux*aout* | linux*coff*)
9874 dynamic_linker=no
9875 ;;
9876
9877# This must be Linux ELF.
9878linux* | k*bsd*-gnu | kopensolaris*-gnu)
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 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9885 shlibpath_var=LD_LIBRARY_PATH
9886 shlibpath_overrides_runpath=no
9887
9888 # Some binutils ld are patched to set DT_RUNPATH
9889 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9890 $as_echo_n "(cached) " >&6
9891else
9892 lt_cv_shlibpath_overrides_runpath=no
9893 save_LDFLAGS=$LDFLAGS
9894 save_libdir=$libdir
9895 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9896 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9898/* end confdefs.h. */
9899
9900int
9901main ()
9902{
9903
9904 ;
9905 return 0;
9906}
9907_ACEOF
9908if ac_fn_c_try_link "$LINENO"; then :
9909 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9910 lt_cv_shlibpath_overrides_runpath=yes
9911fi
9912fi
9913rm -f core conftest.err conftest.$ac_objext \
9914 conftest$ac_exeext conftest.$ac_ext
9915 LDFLAGS=$save_LDFLAGS
9916 libdir=$save_libdir
9917
9918fi
9919
9920 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9921
9922 # This implies no fast_install, which is unacceptable.
9923 # Some rework will be needed to allow for fast_install
9924 # before this can be enabled.
9925 hardcode_into_libs=yes
9926
9927 # Append ld.so.conf contents to the search path
9928 if test -f /etc/ld.so.conf; then
9929 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' ' '`
9930 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9931 fi
9932
9933 # We used to test for /lib/ld.so.1 and disable shared libraries on
9934 # powerpc, because MkLinux only supported shared libraries with the
9935 # GNU dynamic linker. Since this was broken with cross compilers,
9936 # most powerpc-linux boxes support dynamic linking these days and
9937 # people can always --disable-shared, the test was removed, and we
9938 # assume the GNU/Linux dynamic linker is in use.
9939 dynamic_linker='GNU/Linux ld.so'
9940 ;;
9941
9942netbsd*)
9943 version_type=sunos
9944 need_lib_prefix=no
9945 need_version=no
9946 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9948 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9949 dynamic_linker='NetBSD (a.out) ld.so'
9950 else
9951 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9952 soname_spec='${libname}${release}${shared_ext}$major'
9953 dynamic_linker='NetBSD ld.elf_so'
9954 fi
9955 shlibpath_var=LD_LIBRARY_PATH
9956 shlibpath_overrides_runpath=yes
9957 hardcode_into_libs=yes
9958 ;;
9959
9960newsos6)
9961 version_type=linux
9962 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9963 shlibpath_var=LD_LIBRARY_PATH
9964 shlibpath_overrides_runpath=yes
9965 ;;
9966
9967*nto* | *qnx*)
9968 version_type=qnx
9969 need_lib_prefix=no
9970 need_version=no
9971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9972 soname_spec='${libname}${release}${shared_ext}$major'
9973 shlibpath_var=LD_LIBRARY_PATH
9974 shlibpath_overrides_runpath=no
9975 hardcode_into_libs=yes
9976 dynamic_linker='ldqnx.so'
9977 ;;
9978
9979openbsd*)
9980 version_type=sunos
9981 sys_lib_dlsearch_path_spec="/usr/lib"
9982 need_lib_prefix=no
9983 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9984 case $host_os in
9985 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9986 *) need_version=no ;;
9987 esac
9988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9989 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9990 shlibpath_var=LD_LIBRARY_PATH
9991 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9992 case $host_os in
9993 openbsd2.[89] | openbsd2.[89].*)
9994 shlibpath_overrides_runpath=no
9995 ;;
9996 *)
9997 shlibpath_overrides_runpath=yes
9998 ;;
9999 esac
10000 else
10001 shlibpath_overrides_runpath=yes
10002 fi
10003 ;;
10004
10005os2*)
10006 libname_spec='$name'
10007 shrext_cmds=".dll"
10008 need_lib_prefix=no
10009 library_names_spec='$libname${shared_ext} $libname.a'
10010 dynamic_linker='OS/2 ld.exe'
10011 shlibpath_var=LIBPATH
10012 ;;
10013
10014osf3* | osf4* | osf5*)
10015 version_type=osf
10016 need_lib_prefix=no
10017 need_version=no
10018 soname_spec='${libname}${release}${shared_ext}$major'
10019 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10020 shlibpath_var=LD_LIBRARY_PATH
10021 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10022 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10023 ;;
10024
10025rdos*)
10026 dynamic_linker=no
10027 ;;
10028
10029solaris*)
10030 version_type=linux
10031 need_lib_prefix=no
10032 need_version=no
10033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10034 soname_spec='${libname}${release}${shared_ext}$major'
10035 shlibpath_var=LD_LIBRARY_PATH
10036 shlibpath_overrides_runpath=yes
10037 hardcode_into_libs=yes
10038 # ldd complains unless libraries are executable
10039 postinstall_cmds='chmod +x $lib'
10040 ;;
10041
10042sunos4*)
10043 version_type=sunos
10044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10045 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10046 shlibpath_var=LD_LIBRARY_PATH
10047 shlibpath_overrides_runpath=yes
10048 if test "$with_gnu_ld" = yes; then
10049 need_lib_prefix=no
10050 fi
10051 need_version=yes
10052 ;;
10053
10054sysv4 | sysv4.3*)
10055 version_type=linux
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 shlibpath_var=LD_LIBRARY_PATH
10059 case $host_vendor in
10060 sni)
10061 shlibpath_overrides_runpath=no
10062 need_lib_prefix=no
10063 runpath_var=LD_RUN_PATH
10064 ;;
10065 siemens)
10066 need_lib_prefix=no
10067 ;;
10068 motorola)
10069 need_lib_prefix=no
10070 need_version=no
10071 shlibpath_overrides_runpath=no
10072 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10073 ;;
10074 esac
10075 ;;
10076
10077sysv4*MP*)
10078 if test -d /usr/nec ;then
10079 version_type=linux
10080 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10081 soname_spec='$libname${shared_ext}.$major'
10082 shlibpath_var=LD_LIBRARY_PATH
10083 fi
10084 ;;
10085
10086sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10087 version_type=freebsd-elf
10088 need_lib_prefix=no
10089 need_version=no
10090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10091 soname_spec='${libname}${release}${shared_ext}$major'
10092 shlibpath_var=LD_LIBRARY_PATH
10093 shlibpath_overrides_runpath=yes
10094 hardcode_into_libs=yes
10095 if test "$with_gnu_ld" = yes; then
10096 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10097 else
10098 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10099 case $host_os in
10100 sco3.2v5*)
10101 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10102 ;;
10103 esac
10104 fi
10105 sys_lib_dlsearch_path_spec='/usr/lib'
10106 ;;
10107
10108tpf*)
10109 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10110 version_type=linux
10111 need_lib_prefix=no
10112 need_version=no
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10114 shlibpath_var=LD_LIBRARY_PATH
10115 shlibpath_overrides_runpath=no
10116 hardcode_into_libs=yes
10117 ;;
10118
10119uts4*)
10120 version_type=linux
10121 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10122 soname_spec='${libname}${release}${shared_ext}$major'
10123 shlibpath_var=LD_LIBRARY_PATH
10124 ;;
10125
10126*)
10127 dynamic_linker=no
10128 ;;
10129esac
10130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10131$as_echo "$dynamic_linker" >&6; }
10132test "$dynamic_linker" = no && can_build_shared=no
10133
10134variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10135if test "$GCC" = yes; then
10136 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10137fi
10138
10139if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10140 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10141fi
10142if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10143 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10144fi
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10238$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10239hardcode_action=
10240if test -n "$hardcode_libdir_flag_spec" ||
10241 test -n "$runpath_var" ||
10242 test "X$hardcode_automatic" = "Xyes" ; then
10243
10244 # We can hardcode non-existent directories.
10245 if test "$hardcode_direct" != no &&
10246 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10247 # have to relink, otherwise we might link with an installed library
10248 # when we should be linking with a yet-to-be-installed one
10249 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10250 test "$hardcode_minus_L" != no; then
10251 # Linking always hardcodes the temporary library directory.
10252 hardcode_action=relink
10253 else
10254 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10255 hardcode_action=immediate
10256 fi
10257else
10258 # We cannot hardcode anything, or else we can only hardcode existing
10259 # directories.
10260 hardcode_action=unsupported
10261fi
10262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10263$as_echo "$hardcode_action" >&6; }
10264
10265if test "$hardcode_action" = relink ||
10266 test "$inherit_rpath" = yes; then
10267 # Fast installation is not supported
10268 enable_fast_install=no
10269elif test "$shlibpath_overrides_runpath" = yes ||
10270 test "$enable_shared" = no; then
10271 # Fast installation is not necessary
10272 enable_fast_install=needless
10273fi
10274
10275
10276
10277
10278
10279
10280 if test "x$enable_dlopen" != xyes; then
10281 enable_dlopen=unknown
10282 enable_dlopen_self=unknown
10283 enable_dlopen_self_static=unknown
10284else
10285 lt_cv_dlopen=no
10286 lt_cv_dlopen_libs=
10287
10288 case $host_os in
10289 beos*)
10290 lt_cv_dlopen="load_add_on"
10291 lt_cv_dlopen_libs=
10292 lt_cv_dlopen_self=yes
10293 ;;
10294
10295 mingw* | pw32* | cegcc*)
10296 lt_cv_dlopen="LoadLibrary"
10297 lt_cv_dlopen_libs=
10298 ;;
10299
10300 cygwin*)
10301 lt_cv_dlopen="dlopen"
10302 lt_cv_dlopen_libs=
10303 ;;
10304
10305 darwin*)
10306 # if libdl is installed we need to link against it
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10308$as_echo_n "checking for dlopen in -ldl... " >&6; }
10309if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10310 $as_echo_n "(cached) " >&6
10311else
10312 ac_check_lib_save_LIBS=$LIBS
10313LIBS="-ldl $LIBS"
10314cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10315/* end confdefs.h. */
10316
10317/* Override any GCC internal prototype to avoid an error.
10318 Use char because int might match the return type of a GCC
10319 builtin and then its argument prototype would still apply. */
10320#ifdef __cplusplus
10321extern "C"
10322#endif
10323char dlopen ();
10324int
10325main ()
10326{
10327return dlopen ();
10328 ;
10329 return 0;
10330}
10331_ACEOF
10332if ac_fn_c_try_link "$LINENO"; then :
10333 ac_cv_lib_dl_dlopen=yes
10334else
10335 ac_cv_lib_dl_dlopen=no
10336fi
10337rm -f core conftest.err conftest.$ac_objext \
10338 conftest$ac_exeext conftest.$ac_ext
10339LIBS=$ac_check_lib_save_LIBS
10340fi
10341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10342$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10343if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10344 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10345else
10346
10347 lt_cv_dlopen="dyld"
10348 lt_cv_dlopen_libs=
10349 lt_cv_dlopen_self=yes
10350
10351fi
10352
10353 ;;
10354
10355 *)
10356 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10357if test "x$ac_cv_func_shl_load" = x""yes; then :
10358 lt_cv_dlopen="shl_load"
10359else
10360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10361$as_echo_n "checking for shl_load in -ldld... " >&6; }
10362if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10363 $as_echo_n "(cached) " >&6
10364else
10365 ac_check_lib_save_LIBS=$LIBS
10366LIBS="-ldld $LIBS"
10367cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10368/* end confdefs.h. */
10369
10370/* Override any GCC internal prototype to avoid an error.
10371 Use char because int might match the return type of a GCC
10372 builtin and then its argument prototype would still apply. */
10373#ifdef __cplusplus
10374extern "C"
10375#endif
10376char shl_load ();
10377int
10378main ()
10379{
10380return shl_load ();
10381 ;
10382 return 0;
10383}
10384_ACEOF
10385if ac_fn_c_try_link "$LINENO"; then :
10386 ac_cv_lib_dld_shl_load=yes
10387else
10388 ac_cv_lib_dld_shl_load=no
10389fi
10390rm -f core conftest.err conftest.$ac_objext \
10391 conftest$ac_exeext conftest.$ac_ext
10392LIBS=$ac_check_lib_save_LIBS
10393fi
10394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10395$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10396if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10397 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10398else
10399 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10400if test "x$ac_cv_func_dlopen" = x""yes; then :
10401 lt_cv_dlopen="dlopen"
10402else
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10404$as_echo_n "checking for dlopen in -ldl... " >&6; }
10405if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 10406 $as_echo_n "(cached) " >&6
b7026657 10407else
81ecdfbb 10408 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10409LIBS="-ldl $LIBS"
81ecdfbb 10410cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10411/* end confdefs.h. */
b7026657 10412
81ecdfbb
RW
10413/* Override any GCC internal prototype to avoid an error.
10414 Use char because int might match the return type of a GCC
10415 builtin and then its argument prototype would still apply. */
10416#ifdef __cplusplus
10417extern "C"
10418#endif
6bb11ab3 10419char dlopen ();
81ecdfbb
RW
10420int
10421main ()
10422{
6bb11ab3 10423return dlopen ();
81ecdfbb
RW
10424 ;
10425 return 0;
10426}
b7026657 10427_ACEOF
81ecdfbb 10428if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10429 ac_cv_lib_dl_dlopen=yes
c906108c 10430else
6bb11ab3 10431 ac_cv_lib_dl_dlopen=no
b7026657 10432fi
81ecdfbb
RW
10433rm -f core conftest.err conftest.$ac_objext \
10434 conftest$ac_exeext conftest.$ac_ext
10435LIBS=$ac_check_lib_save_LIBS
b7026657 10436fi
6bb11ab3
L
10437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10438$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10439if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10440 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10441else
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10443$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10444if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 10445 $as_echo_n "(cached) " >&6
b7026657 10446else
81ecdfbb 10447 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10448LIBS="-lsvld $LIBS"
81ecdfbb 10449cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10450/* end confdefs.h. */
b7026657 10451
81ecdfbb
RW
10452/* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455#ifdef __cplusplus
10456extern "C"
10457#endif
6bb11ab3 10458char dlopen ();
81ecdfbb
RW
10459int
10460main ()
10461{
6bb11ab3 10462return dlopen ();
81ecdfbb
RW
10463 ;
10464 return 0;
10465}
b7026657 10466_ACEOF
81ecdfbb 10467if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10468 ac_cv_lib_svld_dlopen=yes
c906108c 10469else
6bb11ab3 10470 ac_cv_lib_svld_dlopen=no
b7026657 10471fi
81ecdfbb
RW
10472rm -f core conftest.err conftest.$ac_objext \
10473 conftest$ac_exeext conftest.$ac_ext
10474LIBS=$ac_check_lib_save_LIBS
b7026657 10475fi
6bb11ab3
L
10476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10477$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10478if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10479 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10480else
6bb11ab3
L
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10482$as_echo_n "checking for dld_link in -ldld... " >&6; }
10483if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 10484 $as_echo_n "(cached) " >&6
b7026657 10485else
6bb11ab3
L
10486 ac_check_lib_save_LIBS=$LIBS
10487LIBS="-ldld $LIBS"
81ecdfbb 10488cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10489/* end confdefs.h. */
b7026657 10490
81ecdfbb
RW
10491/* Override any GCC internal prototype to avoid an error.
10492 Use char because int might match the return type of a GCC
10493 builtin and then its argument prototype would still apply. */
10494#ifdef __cplusplus
10495extern "C"
10496#endif
6bb11ab3 10497char dld_link ();
81ecdfbb
RW
10498int
10499main ()
10500{
6bb11ab3 10501return dld_link ();
81ecdfbb
RW
10502 ;
10503 return 0;
10504}
b7026657 10505_ACEOF
6bb11ab3
L
10506if ac_fn_c_try_link "$LINENO"; then :
10507 ac_cv_lib_dld_dld_link=yes
10508else
10509 ac_cv_lib_dld_dld_link=no
10510fi
10511rm -f core conftest.err conftest.$ac_objext \
10512 conftest$ac_exeext conftest.$ac_ext
10513LIBS=$ac_check_lib_save_LIBS
10514fi
10515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10516$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10517if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10518 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10519fi
10520
10521
10522fi
10523
10524
10525fi
10526
10527
10528fi
10529
10530
10531fi
10532
10533
10534fi
10535
10536 ;;
10537 esac
10538
10539 if test "x$lt_cv_dlopen" != xno; then
10540 enable_dlopen=yes
b7026657 10541 else
6bb11ab3
L
10542 enable_dlopen=no
10543 fi
10544
10545 case $lt_cv_dlopen in
10546 dlopen)
10547 save_CPPFLAGS="$CPPFLAGS"
10548 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10549
10550 save_LDFLAGS="$LDFLAGS"
10551 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10552
10553 save_LIBS="$LIBS"
10554 LIBS="$lt_cv_dlopen_libs $LIBS"
10555
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10557$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10558if test "${lt_cv_dlopen_self+set}" = set; then :
10559 $as_echo_n "(cached) " >&6
10560else
10561 if test "$cross_compiling" = yes; then :
10562 lt_cv_dlopen_self=cross
10563else
10564 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10565 lt_status=$lt_dlunknown
10566 cat > conftest.$ac_ext <<_LT_EOF
8d0978fb 10567#line 10567 "configure"
6bb11ab3
L
10568#include "confdefs.h"
10569
10570#if HAVE_DLFCN_H
10571#include <dlfcn.h>
10572#endif
10573
10574#include <stdio.h>
10575
10576#ifdef RTLD_GLOBAL
10577# define LT_DLGLOBAL RTLD_GLOBAL
10578#else
10579# ifdef DL_GLOBAL
10580# define LT_DLGLOBAL DL_GLOBAL
10581# else
10582# define LT_DLGLOBAL 0
10583# endif
10584#endif
10585
10586/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10587 find out it does not work in some platform. */
10588#ifndef LT_DLLAZY_OR_NOW
10589# ifdef RTLD_LAZY
10590# define LT_DLLAZY_OR_NOW RTLD_LAZY
10591# else
10592# ifdef DL_LAZY
10593# define LT_DLLAZY_OR_NOW DL_LAZY
10594# else
10595# ifdef RTLD_NOW
10596# define LT_DLLAZY_OR_NOW RTLD_NOW
10597# else
10598# ifdef DL_NOW
10599# define LT_DLLAZY_OR_NOW DL_NOW
10600# else
10601# define LT_DLLAZY_OR_NOW 0
10602# endif
10603# endif
10604# endif
10605# endif
10606#endif
10607
10608/* When -fvisbility=hidden is used, assume the code has been annotated
10609 correspondingly for the symbols needed. */
10610#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10611void fnord () __attribute__((visibility("default")));
10612#endif
10613
10614void fnord () { int i=42; }
10615int main ()
10616{
10617 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10618 int status = $lt_dlunknown;
10619
10620 if (self)
10621 {
10622 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10623 else
10624 {
10625 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10626 else puts (dlerror ());
10627 }
10628 /* dlclose (self); */
10629 }
10630 else
10631 puts (dlerror ());
10632
10633 return status;
10634}
10635_LT_EOF
10636 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10637 (eval $ac_link) 2>&5
10638 ac_status=$?
10639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10640 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10641 (./conftest; exit; ) >&5 2>/dev/null
10642 lt_status=$?
10643 case x$lt_status in
10644 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10645 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10646 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10647 esac
10648 else :
10649 # compilation failed
10650 lt_cv_dlopen_self=no
b7026657 10651 fi
c906108c 10652fi
6bb11ab3
L
10653rm -fr conftest*
10654
10655
c906108c 10656fi
6bb11ab3
L
10657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10658$as_echo "$lt_cv_dlopen_self" >&6; }
b7026657 10659
6bb11ab3
L
10660 if test "x$lt_cv_dlopen_self" = xyes; then
10661 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10663$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10664if test "${lt_cv_dlopen_self_static+set}" = set; then :
10665 $as_echo_n "(cached) " >&6
c906108c 10666else
6bb11ab3
L
10667 if test "$cross_compiling" = yes; then :
10668 lt_cv_dlopen_self_static=cross
10669else
10670 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10671 lt_status=$lt_dlunknown
10672 cat > conftest.$ac_ext <<_LT_EOF
8d0978fb 10673#line 10673 "configure"
6bb11ab3
L
10674#include "confdefs.h"
10675
10676#if HAVE_DLFCN_H
10677#include <dlfcn.h>
10678#endif
10679
10680#include <stdio.h>
10681
10682#ifdef RTLD_GLOBAL
10683# define LT_DLGLOBAL RTLD_GLOBAL
10684#else
10685# ifdef DL_GLOBAL
10686# define LT_DLGLOBAL DL_GLOBAL
10687# else
10688# define LT_DLGLOBAL 0
10689# endif
10690#endif
10691
10692/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10693 find out it does not work in some platform. */
10694#ifndef LT_DLLAZY_OR_NOW
10695# ifdef RTLD_LAZY
10696# define LT_DLLAZY_OR_NOW RTLD_LAZY
10697# else
10698# ifdef DL_LAZY
10699# define LT_DLLAZY_OR_NOW DL_LAZY
10700# else
10701# ifdef RTLD_NOW
10702# define LT_DLLAZY_OR_NOW RTLD_NOW
10703# else
10704# ifdef DL_NOW
10705# define LT_DLLAZY_OR_NOW DL_NOW
10706# else
10707# define LT_DLLAZY_OR_NOW 0
10708# endif
10709# endif
10710# endif
10711# endif
10712#endif
10713
10714/* When -fvisbility=hidden is used, assume the code has been annotated
10715 correspondingly for the symbols needed. */
10716#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10717void fnord () __attribute__((visibility("default")));
10718#endif
10719
10720void fnord () { int i=42; }
10721int main ()
10722{
10723 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10724 int status = $lt_dlunknown;
10725
10726 if (self)
10727 {
10728 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10729 else
10730 {
10731 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10732 else puts (dlerror ());
10733 }
10734 /* dlclose (self); */
10735 }
10736 else
10737 puts (dlerror ());
10738
10739 return status;
10740}
10741_LT_EOF
10742 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10743 (eval $ac_link) 2>&5
10744 ac_status=$?
10745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10746 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10747 (./conftest; exit; ) >&5 2>/dev/null
10748 lt_status=$?
10749 case x$lt_status in
10750 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10751 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10752 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10753 esac
10754 else :
10755 # compilation failed
10756 lt_cv_dlopen_self_static=no
10757 fi
b7026657 10758fi
6bb11ab3
L
10759rm -fr conftest*
10760
10761
b7026657 10762fi
6bb11ab3
L
10763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10764$as_echo "$lt_cv_dlopen_self_static" >&6; }
10765 fi
10766
10767 CPPFLAGS="$save_CPPFLAGS"
10768 LDFLAGS="$save_LDFLAGS"
10769 LIBS="$save_LIBS"
10770 ;;
10771 esac
10772
10773 case $lt_cv_dlopen_self in
10774 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10775 *) enable_dlopen_self=unknown ;;
10776 esac
10777
10778 case $lt_cv_dlopen_self_static in
10779 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10780 *) enable_dlopen_self_static=unknown ;;
10781 esac
10782fi
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800striplib=
10801old_striplib=
10802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10803$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10804if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10805 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10806 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10808$as_echo "yes" >&6; }
10809else
10810# FIXME - insert some real tests, host_os isn't really good enough
10811 case $host_os in
10812 darwin*)
10813 if test -n "$STRIP" ; then
10814 striplib="$STRIP -x"
10815 old_striplib="$STRIP -S"
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10817$as_echo "yes" >&6; }
10818 else
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10820$as_echo "no" >&6; }
10821 fi
10822 ;;
10823 *)
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10825$as_echo "no" >&6; }
10826 ;;
10827 esac
10828fi
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841 # Report which library types will actually be built
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10843$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10845$as_echo "$can_build_shared" >&6; }
10846
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10848$as_echo_n "checking whether to build shared libraries... " >&6; }
10849 test "$can_build_shared" = "no" && enable_shared=no
10850
10851 # On AIX, shared libraries and static libraries use the same namespace, and
10852 # are all built from PIC.
10853 case $host_os in
10854 aix3*)
10855 test "$enable_shared" = yes && enable_static=no
10856 if test -n "$RANLIB"; then
10857 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10858 postinstall_cmds='$RANLIB $lib'
10859 fi
10860 ;;
10861
10862 aix[4-9]*)
10863 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10864 test "$enable_shared" = yes && enable_static=no
10865 fi
10866 ;;
10867 esac
10868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10869$as_echo "$enable_shared" >&6; }
10870
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10872$as_echo_n "checking whether to build static libraries... " >&6; }
10873 # Make sure either enable_shared or enable_static is yes.
10874 test "$enable_shared" = yes || enable_static=yes
10875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10876$as_echo "$enable_static" >&6; }
10877
10878
10879
10880
10881fi
10882ac_ext=c
10883ac_cpp='$CPP $CPPFLAGS'
10884ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10885ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10886ac_compiler_gnu=$ac_cv_c_compiler_gnu
10887
10888CC="$lt_save_CC"
10889
10890
10891
10892
10893
10894
10895
10896
10897
b7026657 10898
b7026657 10899
c906108c 10900
b7026657 10901
6bb11ab3
L
10902 ac_config_commands="$ac_config_commands libtool"
10903
10904
10905
10906
10907# Only expand once:
10908
10909
5912fadd 10910
b7026657 10911
81ecdfbb 10912. ${srcdir}/../../bfd/configure.host
b7026657 10913
b7026657 10914
b7026657 10915
31e6ad7d
MF
10916
10917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
10918$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
10919 # Check whether --enable-maintainer-mode was given.
81ecdfbb 10920if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
10921 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
10922else
10923 USE_MAINTAINER_MODE=no
c906108c 10924fi
31e6ad7d
MF
10925
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
10927$as_echo "$USE_MAINTAINER_MODE" >&6; }
10928 if test $USE_MAINTAINER_MODE = yes; then
10929 MAINTAINER_MODE_TRUE=
10930 MAINTAINER_MODE_FALSE='#'
b7026657 10931else
31e6ad7d
MF
10932 MAINTAINER_MODE_TRUE='#'
10933 MAINTAINER_MODE_FALSE=
c906108c 10934fi
b7026657 10935
31e6ad7d
MF
10936 MAINT=$MAINTAINER_MODE_TRUE
10937
10938
b7026657 10939
b7026657 10940
81ecdfbb
RW
10941# Check whether --enable-sim-bswap was given.
10942if test "${enable_sim_bswap+set}" = set; then :
10943 enableval=$enable_sim_bswap; case "${enableval}" in
10944 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
10945 no) sim_bswap="-DWITH_BSWAP=0";;
10946 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
10947esac
10948if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
10949 echo "Setting bswap flags = $sim_bswap" 6>&1
10950fi
10951else
10952 sim_bswap=""
c906108c 10953fi
b7026657
AC
10954
10955
10956
81ecdfbb
RW
10957# Check whether --enable-sim-cflags was given.
10958if test "${enable_sim_cflags+set}" = set; then :
10959 enableval=$enable_sim_cflags; case "${enableval}" in
10960 yes) sim_cflags="-O2 -fomit-frame-pointer";;
10961 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
10962 no) sim_cflags="";;
10963 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10964esac
10965if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
10966 echo "Setting sim cflags = $sim_cflags" 6>&1
10967fi
b7026657 10968else
81ecdfbb
RW
10969 sim_cflags=""
10970fi
c906108c 10971
c906108c 10972
b7026657 10973
81ecdfbb
RW
10974# Check whether --enable-sim-debug was given.
10975if test "${enable_sim_debug+set}" = set; then :
10976 enableval=$enable_sim_debug; case "${enableval}" in
10977 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
10978 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
10979 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
10980esac
10981if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
10982 echo "Setting sim debug = $sim_debug" 6>&1
b7026657 10983fi
81ecdfbb
RW
10984else
10985 sim_debug=""
c906108c 10986fi
b7026657 10987
b7026657 10988
b7026657 10989
81ecdfbb
RW
10990# Check whether --enable-sim-stdio was given.
10991if test "${enable_sim_stdio+set}" = set; then :
10992 enableval=$enable_sim_stdio; case "${enableval}" in
10993 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
10994 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
10995 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
10996esac
10997if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
10998 echo "Setting stdio flags = $sim_stdio" 6>&1
b7026657 10999fi
81ecdfbb
RW
11000else
11001 sim_stdio=""
b7026657 11002fi
c906108c 11003
c906108c 11004
b7026657 11005
81ecdfbb
RW
11006# Check whether --enable-sim-trace was given.
11007if test "${enable_sim_trace+set}" = set; then :
11008 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
11009 yes) sim_trace="-DWITH_TRACE=-1";;
11010 no) sim_trace="-DWITH_TRACE=0";;
81ecdfbb 11011 [-0-9]*)
a3487082 11012 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 11013 [[:lower:]]*)
81ecdfbb
RW
11014 sim_trace=""
11015 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11016 if test x"$sim_trace" = x; then
11017 sim_trace="-DWITH_TRACE='(TRACE_$x"
11018 else
11019 sim_trace="${sim_trace}|TRACE_$x"
11020 fi
11021 done
11022 sim_trace="$sim_trace)'" ;;
11023esac
11024if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
11025 echo "Setting sim trace = $sim_trace" 6>&1
11026fi
c906108c 11027else
81ecdfbb
RW
11028 sim_trace=""
11029fi
11030
b7026657 11031
b7026657 11032
81ecdfbb
RW
11033# Check whether --enable-sim-profile was given.
11034if test "${enable_sim_profile+set}" = set; then :
11035 enableval=$enable_sim_profile; case "${enableval}" in
11036 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
11037 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
11038 [-0-9]*)
11039 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
11040 [a-z]*)
11041 sim_profile=""
11042 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11043 if test x"$sim_profile" = x; then
11044 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
11045 else
11046 sim_profile="${sim_profile}|PROFILE_$x"
11047 fi
11048 done
11049 sim_profile="$sim_profile)'" ;;
11050esac
11051if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
11052 echo "Setting sim profile = $sim_profile" 6>&1
b7026657 11053fi
81ecdfbb
RW
11054else
11055 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
b7026657 11056fi
c906108c 11057
c906108c
SS
11058
11059
79e1e459 11060
81ecdfbb
RW
11061# Check whether --with-pkgversion was given.
11062if test "${with_pkgversion+set}" = set; then :
11063 withval=$with_pkgversion; case "$withval" in
11064 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
11065 no) PKGVERSION= ;;
11066 *) PKGVERSION="($withval) " ;;
11067 esac
79e1e459 11068else
bf12d44e 11069 PKGVERSION="(SIM) "
79e1e459
HPN
11070
11071fi
79e1e459 11072
79e1e459 11073
79e1e459 11074
79e1e459 11075
79e1e459 11076
81ecdfbb
RW
11077# Check whether --with-bugurl was given.
11078if test "${with_bugurl+set}" = set; then :
11079 withval=$with_bugurl; case "$withval" in
11080 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
11081 no) BUGURL=
11082 ;;
11083 *) BUGURL="$withval"
11084 ;;
11085 esac
79e1e459 11086else
81ecdfbb
RW
11087 BUGURL="http://www.gnu.org/software/gdb/bugs/"
11088
79e1e459 11089fi
c906108c 11090
6efef468
JM
11091 case ${BUGURL} in
11092 "")
11093 REPORT_BUGS_TO=
11094 REPORT_BUGS_TEXI=
11095 ;;
11096 *)
81ecdfbb
RW
11097 REPORT_BUGS_TO="<$BUGURL>"
11098 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11099 ;;
11100 esac;
11101
11102
11103
b7026657 11104
b7026657 11105cat >>confdefs.h <<_ACEOF
81ecdfbb 11106#define PKGVERSION "$PKGVERSION"
b7026657 11107_ACEOF
697afb65 11108
697afb65 11109
81ecdfbb
RW
11110cat >>confdefs.h <<_ACEOF
11111#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
b7026657 11112_ACEOF
697afb65 11113
b7026657 11114
81ecdfbb
RW
11115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11116$as_echo_n "checking return type of signal handlers... " >&6; }
11117if test "${ac_cv_type_signal+set}" = set; then :
11118 $as_echo_n "(cached) " >&6
11119else
11120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11121/* end confdefs.h. */
697afb65 11122#include <sys/types.h>
81ecdfbb
RW
11123#include <signal.h>
11124
b7026657
AC
11125int
11126main ()
11127{
81ecdfbb 11128return *(signal (0, 0)) (0) == 1;
b7026657
AC
11129 ;
11130 return 0;
11131}
11132_ACEOF
81ecdfbb
RW
11133if ac_fn_c_try_compile "$LINENO"; then :
11134 ac_cv_type_signal=int
697afb65 11135else
81ecdfbb 11136 ac_cv_type_signal=void
697afb65 11137fi
81ecdfbb 11138rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
697afb65 11139fi
81ecdfbb
RW
11140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11141$as_echo "$ac_cv_type_signal" >&6; }
11142
b7026657 11143cat >>confdefs.h <<_ACEOF
81ecdfbb 11144#define RETSIGTYPE $ac_cv_type_signal
b7026657 11145_ACEOF
697afb65 11146
697afb65 11147
697afb65 11148
b7026657 11149
697afb65 11150
81ecdfbb
RW
11151sim_link_files=
11152sim_link_links=
b7026657 11153
81ecdfbb
RW
11154# targ-vals.def points to the libc macro description file.
11155case "${target}" in
11156*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
11157esac
11158sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
11159sim_link_links="${sim_link_links} targ-vals.def"
11160
11161
6ffe910a 11162
81ecdfbb
RW
11163# Put a useful copy of CPP_FOR_TARGET in Makefile.
11164# This is only used to build the target values header files. These files are
11165# shipped with distributions so CPP_FOR_TARGET only needs to work in
11166# developer's trees. This value is borrowed from ../../Makefile.in.
11167CPP_FOR_TARGET="\` \
11168 if test -f \$\${rootme}/../../gcc/Makefile ; then \
11169 if test -f \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/Makefile ; then \
11170 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/ -idirafter \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/targ-include -idirafter \$(srcroot)/newlib/libc/include -nostdinc; \
11171 else \
11172 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/; \
11173 fi; \
11174 else \
11175 if test '\$(host_canonical)' = '\$(target_canonical)' ; then \
11176 echo \$(CC); \
11177 else \
11178 t='\$(program_transform_name)'; echo gcc | sed -e 's/x/x/' \$\$t; \
11179 fi; \
11180 fi\` -E"
11181
11182
11183# Set TARGET_SUBDIR, needed by CPP_FOR_TARGET.
11184if test x"${host}" = x"${target}" ; then
11185 TARGET_SUBDIR="."
11186else
11187 TARGET_SUBDIR=${target_alias}
697afb65 11188fi
81ecdfbb
RW
11189
11190
11191# These aren't all needed yet, but will be eventually.
11192for ac_header in stdlib.h string.h strings.h time.h sys/times.h sys/stat.h sys/mman.h
11193do :
11194 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11195ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11196eval as_val=\$$as_ac_Header
11197 if test "x$as_val" = x""yes; then :
11198 cat >>confdefs.h <<_ACEOF
11199#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
b7026657 11200_ACEOF
697afb65 11201
697afb65 11202fi
697afb65 11203
81ecdfbb 11204done
697afb65 11205
a13852d9 11206for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
81ecdfbb
RW
11207do :
11208 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11209ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11210eval as_val=\$$as_ac_var
11211 if test "x$as_val" = x""yes; then :
11212 cat >>confdefs.h <<_ACEOF
11213#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657 11214_ACEOF
b7026657 11215
81ecdfbb
RW
11216fi
11217done
11218
11219ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11220#include <sys/types.h>
11221#endif
11222#ifdef HAVE_SYS_STAT_H
11223#include <sys/stat.h>
11224#endif
81ecdfbb
RW
11225"
11226if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
b7026657 11227
b7026657 11228cat >>confdefs.h <<_ACEOF
81ecdfbb 11229#define HAVE_STRUCT_STAT_ST_DEV 1
b7026657 11230_ACEOF
697afb65 11231
697afb65 11232
0aec8eb1 11233fi
81ecdfbb 11234ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11235#include <sys/types.h>
11236#endif
11237#ifdef HAVE_SYS_STAT_H
11238#include <sys/stat.h>
11239#endif
81ecdfbb
RW
11240"
11241if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
697afb65 11242
81ecdfbb
RW
11243cat >>confdefs.h <<_ACEOF
11244#define HAVE_STRUCT_STAT_ST_INO 1
b7026657 11245_ACEOF
b7026657 11246
81ecdfbb 11247
0aec8eb1 11248fi
81ecdfbb 11249ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11250#include <sys/types.h>
11251#endif
11252#ifdef HAVE_SYS_STAT_H
11253#include <sys/stat.h>
11254#endif
81ecdfbb
RW
11255"
11256if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
b7026657 11257
b7026657 11258cat >>confdefs.h <<_ACEOF
81ecdfbb 11259#define HAVE_STRUCT_STAT_ST_MODE 1
b7026657 11260_ACEOF
697afb65 11261
697afb65 11262
0aec8eb1 11263fi
81ecdfbb 11264ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11265#include <sys/types.h>
11266#endif
11267#ifdef HAVE_SYS_STAT_H
11268#include <sys/stat.h>
11269#endif
81ecdfbb
RW
11270"
11271if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
697afb65 11272
81ecdfbb
RW
11273cat >>confdefs.h <<_ACEOF
11274#define HAVE_STRUCT_STAT_ST_NLINK 1
b7026657 11275_ACEOF
b7026657 11276
81ecdfbb 11277
0aec8eb1 11278fi
81ecdfbb 11279ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11280#include <sys/types.h>
11281#endif
11282#ifdef HAVE_SYS_STAT_H
11283#include <sys/stat.h>
11284#endif
81ecdfbb
RW
11285"
11286if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
b7026657 11287
b7026657 11288cat >>confdefs.h <<_ACEOF
81ecdfbb 11289#define HAVE_STRUCT_STAT_ST_UID 1
b7026657 11290_ACEOF
697afb65 11291
697afb65 11292
0aec8eb1 11293fi
81ecdfbb 11294ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11295#include <sys/types.h>
11296#endif
11297#ifdef HAVE_SYS_STAT_H
11298#include <sys/stat.h>
11299#endif
81ecdfbb
RW
11300"
11301if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
697afb65 11302
81ecdfbb
RW
11303cat >>confdefs.h <<_ACEOF
11304#define HAVE_STRUCT_STAT_ST_GID 1
b7026657 11305_ACEOF
b7026657 11306
81ecdfbb 11307
0aec8eb1 11308fi
81ecdfbb 11309ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11310#include <sys/types.h>
11311#endif
11312#ifdef HAVE_SYS_STAT_H
11313#include <sys/stat.h>
11314#endif
81ecdfbb
RW
11315"
11316if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
b7026657 11317
b7026657 11318cat >>confdefs.h <<_ACEOF
81ecdfbb 11319#define HAVE_STRUCT_STAT_ST_RDEV 1
b7026657 11320_ACEOF
697afb65 11321
697afb65 11322
0aec8eb1 11323fi
81ecdfbb 11324ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11325#include <sys/types.h>
11326#endif
11327#ifdef HAVE_SYS_STAT_H
11328#include <sys/stat.h>
11329#endif
81ecdfbb
RW
11330"
11331if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
697afb65 11332
81ecdfbb
RW
11333cat >>confdefs.h <<_ACEOF
11334#define HAVE_STRUCT_STAT_ST_SIZE 1
b7026657 11335_ACEOF
b7026657 11336
81ecdfbb 11337
0aec8eb1 11338fi
81ecdfbb 11339ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11340#include <sys/types.h>
11341#endif
11342#ifdef HAVE_SYS_STAT_H
11343#include <sys/stat.h>
11344#endif
81ecdfbb
RW
11345"
11346if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
697afb65 11347
81ecdfbb
RW
11348cat >>confdefs.h <<_ACEOF
11349#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
b7026657 11350_ACEOF
b7026657 11351
81ecdfbb 11352
0aec8eb1 11353fi
81ecdfbb
RW
11354ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
11355#include <sys/types.h>
11356#endif
11357#ifdef HAVE_SYS_STAT_H
11358#include <sys/stat.h>
11359#endif
11360"
11361if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
11362
b7026657 11363cat >>confdefs.h <<_ACEOF
81ecdfbb 11364#define HAVE_STRUCT_STAT_ST_BLOCKS 1
b7026657 11365_ACEOF
697afb65 11366
697afb65 11367
0aec8eb1 11368fi
81ecdfbb 11369ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11370#include <sys/types.h>
11371#endif
11372#ifdef HAVE_SYS_STAT_H
11373#include <sys/stat.h>
11374#endif
81ecdfbb
RW
11375"
11376if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
697afb65 11377
81ecdfbb
RW
11378cat >>confdefs.h <<_ACEOF
11379#define HAVE_STRUCT_STAT_ST_ATIME 1
b7026657 11380_ACEOF
b7026657 11381
81ecdfbb 11382
0aec8eb1 11383fi
81ecdfbb 11384ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11385#include <sys/types.h>
11386#endif
11387#ifdef HAVE_SYS_STAT_H
11388#include <sys/stat.h>
11389#endif
81ecdfbb
RW
11390"
11391if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
697afb65 11392
81ecdfbb
RW
11393cat >>confdefs.h <<_ACEOF
11394#define HAVE_STRUCT_STAT_ST_MTIME 1
b7026657 11395_ACEOF
b7026657 11396
81ecdfbb 11397
0aec8eb1 11398fi
81ecdfbb
RW
11399ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
11400#include <sys/types.h>
11401#endif
11402#ifdef HAVE_SYS_STAT_H
11403#include <sys/stat.h>
11404#endif
11405"
11406if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
11407
b7026657 11408cat >>confdefs.h <<_ACEOF
697afb65 11409#define HAVE_STRUCT_STAT_ST_CTIME 1
b7026657 11410_ACEOF
697afb65 11411
0aec8eb1 11412
697afb65
HPN
11413fi
11414
75005b3a
MF
11415ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
11416#include <sys/socket.h>
11417
11418"
11419if test "x$ac_cv_type_socklen_t" = x""yes; then :
11420
11421cat >>confdefs.h <<_ACEOF
11422#define HAVE_SOCKLEN_T 1
11423_ACEOF
11424
11425
11426fi
11427
11428
81ecdfbb
RW
11429ac_config_files="$ac_config_files Makefile"
11430
11431ac_config_commands="$ac_config_commands default"
11432
b7026657 11433cat >confcache <<\_ACEOF
c906108c
SS
11434# This file is a shell script that caches the results of configure
11435# tests run on this system so they can be shared between configure
b7026657
AC
11436# scripts and configure runs, see configure's option --config-cache.
11437# It is not useful on other systems. If it contains results you don't
11438# want to keep, you may remove or edit it.
c906108c 11439#
b7026657
AC
11440# config.status only pays attention to the cache file if you give it
11441# the --recheck option to rerun configure.
c906108c 11442#
b7026657
AC
11443# `ac_cv_env_foo' variables (set or unset) will be overridden when
11444# loading this file, other *unset* `ac_cv_foo' will be assigned the
11445# following values.
11446
11447_ACEOF
11448
c906108c
SS
11449# The following way of writing the cache mishandles newlines in values,
11450# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11451# So, we kill variables containing newlines.
c906108c
SS
11452# Ultrix sh set writes to stderr and can't be redirected directly,
11453# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11454(
11455 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11456 eval ac_val=\$$ac_var
11457 case $ac_val in #(
11458 *${as_nl}*)
11459 case $ac_var in #(
11460 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11461$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11462 esac
11463 case $ac_var in #(
11464 _ | IFS | as_nl) ;; #(
11465 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11466 *) { eval $ac_var=; unset $ac_var;} ;;
11467 esac ;;
11468 esac
11469 done
11470
b7026657 11471 (set) 2>&1 |
81ecdfbb
RW
11472 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11473 *${as_nl}ac_space=\ *)
11474 # `set' does not quote correctly, so add quotes: double-quote
11475 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11476 sed -n \
11477 "s/'/'\\\\''/g;
11478 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11479 ;; #(
b7026657
AC
11480 *)
11481 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11482 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11483 ;;
81ecdfbb
RW
11484 esac |
11485 sort
11486) |
b7026657 11487 sed '
81ecdfbb 11488 /^ac_cv_env_/b end
b7026657 11489 t clear
81ecdfbb 11490 :clear
b7026657
AC
11491 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11492 t end
81ecdfbb
RW
11493 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11494 :end' >>confcache
11495if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11496 if test -w "$cache_file"; then
11497 test "x$cache_file" != "x/dev/null" &&
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11499$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657 11500 cat confcache >$cache_file
c906108c 11501 else
81ecdfbb
RW
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11503$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c906108c
SS
11504 fi
11505fi
11506rm -f confcache
11507
c906108c
SS
11508test "x$prefix" = xNONE && prefix=$ac_default_prefix
11509# Let make expand exec_prefix.
11510test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11511
c906108c
SS
11512DEFS=-DHAVE_CONFIG_H
11513
b7026657
AC
11514ac_libobjs=
11515ac_ltlibobjs=
11516for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11517 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11518 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11519 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11520 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11521 # will be set to the directory where LIBOBJS objects are built.
11522 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11523 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11524done
11525LIBOBJS=$ac_libobjs
c906108c 11526
b7026657
AC
11527LTLIBOBJS=$ac_ltlibobjs
11528
11529
db2e4d67
MF
11530if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
11531 as_fn_error "conditional \"GMAKE\" was never defined.
11532Usually this means the macro was only invoked conditionally." "$LINENO" 5
11533fi
6bb11ab3
L
11534if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11535 as_fn_error "conditional \"PLUGINS\" was never defined.
11536Usually this means the macro was only invoked conditionally." "$LINENO" 5
11537fi
31e6ad7d
MF
11538if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11539 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11540Usually this means the macro was only invoked conditionally." "$LINENO" 5
11541fi
b7026657
AC
11542
11543: ${CONFIG_STATUS=./config.status}
81ecdfbb 11544ac_write_fail=0
b7026657
AC
11545ac_clean_files_save=$ac_clean_files
11546ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11547{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11548$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11549as_write_fail=0
11550cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11551#! $SHELL
11552# Generated by $as_me.
c906108c 11553# Run this file to recreate the current configuration.
c906108c 11554# Compiler output produced by configure, useful for debugging
b7026657 11555# configure, is in config.log if it exists.
c906108c 11556
b7026657
AC
11557debug=false
11558ac_cs_recheck=false
11559ac_cs_silent=false
b7026657 11560
81ecdfbb
RW
11561SHELL=\${CONFIG_SHELL-$SHELL}
11562export SHELL
11563_ASEOF
11564cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11565## -------------------- ##
11566## M4sh Initialization. ##
11567## -------------------- ##
11568
11569# Be more Bourne compatible
11570DUALCASE=1; export DUALCASE # for MKS sh
11571if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11572 emulate sh
11573 NULLCMD=:
81ecdfbb 11574 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11575 # is contrary to our usage. Disable this feature.
11576 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11577 setopt NO_GLOB_SUBST
11578else
11579 case `(set -o) 2>/dev/null` in #(
11580 *posix*) :
11581 set -o posix ;; #(
11582 *) :
11583 ;;
11584esac
b7026657 11585fi
b7026657 11586
81ecdfbb
RW
11587
11588as_nl='
11589'
11590export as_nl
11591# Printing a long string crashes Solaris 7 /usr/bin/printf.
11592as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11593as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11594as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11595# Prefer a ksh shell builtin over an external printf program on Solaris,
11596# but without wasting forks for bash or zsh.
11597if test -z "$BASH_VERSION$ZSH_VERSION" \
11598 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11599 as_echo='print -r --'
11600 as_echo_n='print -rn --'
11601elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11602 as_echo='printf %s\n'
11603 as_echo_n='printf %s'
11604else
11605 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11606 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11607 as_echo_n='/usr/ucb/echo -n'
11608 else
11609 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11610 as_echo_n_body='eval
11611 arg=$1;
11612 case $arg in #(
11613 *"$as_nl"*)
11614 expr "X$arg" : "X\\(.*\\)$as_nl";
11615 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11616 esac;
11617 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11618 '
11619 export as_echo_n_body
11620 as_echo_n='sh -c $as_echo_n_body as_echo'
11621 fi
11622 export as_echo_body
11623 as_echo='sh -c $as_echo_body as_echo'
11624fi
11625
11626# The user is always right.
11627if test "${PATH_SEPARATOR+set}" != set; then
11628 PATH_SEPARATOR=:
11629 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11630 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11631 PATH_SEPARATOR=';'
11632 }
b7026657
AC
11633fi
11634
11635
81ecdfbb
RW
11636# IFS
11637# We need space, tab and new line, in precisely that order. Quoting is
11638# there to prevent editors from complaining about space-tab.
11639# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11640# splitting by setting IFS to empty value.)
11641IFS=" "" $as_nl"
11642
11643# Find who we are. Look in the path if we contain no directory separator.
11644case $0 in #((
11645 *[\\/]* ) as_myself=$0 ;;
11646 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11647for as_dir in $PATH
11648do
11649 IFS=$as_save_IFS
11650 test -z "$as_dir" && as_dir=.
11651 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11652 done
11653IFS=$as_save_IFS
11654
11655 ;;
11656esac
11657# We did not find ourselves, most probably we were run as `sh COMMAND'
11658# in which case we are not to be found in the path.
11659if test "x$as_myself" = x; then
11660 as_myself=$0
11661fi
11662if test ! -f "$as_myself"; then
11663 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11664 exit 1
11665fi
11666
11667# Unset variables that we do not need and which cause bugs (e.g. in
11668# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11669# suppresses any "Segmentation fault" message there. '((' could
11670# trigger a bug in pdksh 5.2.14.
11671for as_var in BASH_ENV ENV MAIL MAILPATH
11672do eval test x\${$as_var+set} = xset \
11673 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11674done
b7026657
AC
11675PS1='$ '
11676PS2='> '
11677PS4='+ '
11678
11679# NLS nuisances.
81ecdfbb
RW
11680LC_ALL=C
11681export LC_ALL
11682LANGUAGE=C
11683export LANGUAGE
11684
11685# CDPATH.
11686(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11687
11688
11689# as_fn_error ERROR [LINENO LOG_FD]
11690# ---------------------------------
11691# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11692# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11693# script with status $?, using 1 if that was 0.
11694as_fn_error ()
11695{
11696 as_status=$?; test $as_status -eq 0 && as_status=1
11697 if test "$3"; then
11698 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11699 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 11700 fi
81ecdfbb
RW
11701 $as_echo "$as_me: error: $1" >&2
11702 as_fn_exit $as_status
11703} # as_fn_error
11704
11705
11706# as_fn_set_status STATUS
11707# -----------------------
11708# Set $? to STATUS, without forking.
11709as_fn_set_status ()
11710{
11711 return $1
11712} # as_fn_set_status
11713
11714# as_fn_exit STATUS
11715# -----------------
11716# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11717as_fn_exit ()
11718{
11719 set +e
11720 as_fn_set_status $1
11721 exit $1
11722} # as_fn_exit
11723
11724# as_fn_unset VAR
11725# ---------------
11726# Portably unset VAR.
11727as_fn_unset ()
11728{
11729 { eval $1=; unset $1;}
11730}
11731as_unset=as_fn_unset
11732# as_fn_append VAR VALUE
11733# ----------------------
11734# Append the text in VALUE to the end of the definition contained in VAR. Take
11735# advantage of any shell optimizations that allow amortized linear growth over
11736# repeated appends, instead of the typical quadratic growth present in naive
11737# implementations.
11738if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11739 eval 'as_fn_append ()
11740 {
11741 eval $1+=\$2
11742 }'
11743else
11744 as_fn_append ()
11745 {
11746 eval $1=\$$1\$2
11747 }
11748fi # as_fn_append
11749
11750# as_fn_arith ARG...
11751# ------------------
11752# Perform arithmetic evaluation on the ARGs, and store the result in the
11753# global $as_val. Take advantage of shells that can avoid forks. The arguments
11754# must be portable across $(()) and expr.
11755if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11756 eval 'as_fn_arith ()
11757 {
11758 as_val=$(( $* ))
11759 }'
11760else
11761 as_fn_arith ()
11762 {
11763 as_val=`expr "$@" || test $? -eq 1`
11764 }
11765fi # as_fn_arith
c906108c 11766
81ecdfbb
RW
11767
11768if expr a : '\(a\)' >/dev/null 2>&1 &&
11769 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11770 as_expr=expr
11771else
11772 as_expr=false
11773fi
c906108c 11774
81ecdfbb 11775if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11776 as_basename=basename
11777else
11778 as_basename=false
11779fi
c906108c 11780
81ecdfbb
RW
11781if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11782 as_dirname=dirname
11783else
11784 as_dirname=false
11785fi
c906108c 11786
81ecdfbb 11787as_me=`$as_basename -- "$0" ||
b7026657
AC
11788$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11789 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11790 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11791$as_echo X/"$0" |
11792 sed '/^.*\/\([^/][^/]*\)\/*$/{
11793 s//\1/
11794 q
11795 }
11796 /^X\/\(\/\/\)$/{
11797 s//\1/
11798 q
11799 }
11800 /^X\/\(\/\).*/{
11801 s//\1/
11802 q
11803 }
11804 s/.*/./; q'`
b7026657 11805
b7026657
AC
11806# Avoid depending upon Character Ranges.
11807as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11808as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11809as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11810as_cr_digits='0123456789'
11811as_cr_alnum=$as_cr_Letters$as_cr_digits
11812
81ecdfbb
RW
11813ECHO_C= ECHO_N= ECHO_T=
11814case `echo -n x` in #(((((
11815-n*)
11816 case `echo 'xy\c'` in
11817 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11818 xy) ECHO_C='\c';;
11819 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11820 ECHO_T=' ';;
11821 esac;;
11822*)
11823 ECHO_N='-n';;
b7026657
AC
11824esac
11825
81ecdfbb
RW
11826rm -f conf$$ conf$$.exe conf$$.file
11827if test -d conf$$.dir; then
11828 rm -f conf$$.dir/conf$$.file
b7026657 11829else
81ecdfbb
RW
11830 rm -f conf$$.dir
11831 mkdir conf$$.dir 2>/dev/null
b7026657 11832fi
81ecdfbb
RW
11833if (echo >conf$$.file) 2>/dev/null; then
11834 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11835 as_ln_s='ln -s'
81ecdfbb
RW
11836 # ... but there are two gotchas:
11837 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11838 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11839 # In both cases, we have to default to `cp -p'.
11840 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11841 as_ln_s='cp -p'
11842 elif ln conf$$.file conf$$ 2>/dev/null; then
11843 as_ln_s=ln
11844 else
11845 as_ln_s='cp -p'
c906108c 11846 fi
b7026657
AC
11847else
11848 as_ln_s='cp -p'
11849fi
81ecdfbb
RW
11850rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11851rmdir conf$$.dir 2>/dev/null
11852
11853
11854# as_fn_mkdir_p
11855# -------------
11856# Create "$as_dir" as a directory, including parents if necessary.
11857as_fn_mkdir_p ()
11858{
11859
11860 case $as_dir in #(
11861 -*) as_dir=./$as_dir;;
11862 esac
11863 test -d "$as_dir" || eval $as_mkdir_p || {
11864 as_dirs=
11865 while :; do
11866 case $as_dir in #(
11867 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11868 *) as_qdir=$as_dir;;
11869 esac
11870 as_dirs="'$as_qdir' $as_dirs"
11871 as_dir=`$as_dirname -- "$as_dir" ||
11872$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11873 X"$as_dir" : 'X\(//\)[^/]' \| \
11874 X"$as_dir" : 'X\(//\)$' \| \
11875 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11876$as_echo X"$as_dir" |
11877 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11878 s//\1/
11879 q
11880 }
11881 /^X\(\/\/\)[^/].*/{
11882 s//\1/
11883 q
11884 }
11885 /^X\(\/\/\)$/{
11886 s//\1/
11887 q
11888 }
11889 /^X\(\/\).*/{
11890 s//\1/
11891 q
11892 }
11893 s/.*/./; q'`
11894 test -d "$as_dir" && break
11895 done
11896 test -z "$as_dirs" || eval "mkdir $as_dirs"
11897 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11898
b7026657 11899
81ecdfbb 11900} # as_fn_mkdir_p
b7026657 11901if mkdir -p . 2>/dev/null; then
81ecdfbb 11902 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
11903else
11904 test -d ./-p && rmdir ./-p
11905 as_mkdir_p=false
11906fi
11907
81ecdfbb
RW
11908if test -x / >/dev/null 2>&1; then
11909 as_test_x='test -x'
11910else
11911 if ls -dL / >/dev/null 2>&1; then
11912 as_ls_L_option=L
11913 else
11914 as_ls_L_option=
11915 fi
11916 as_test_x='
11917 eval sh -c '\''
11918 if test -d "$1"; then
11919 test -d "$1/.";
11920 else
11921 case $1 in #(
11922 -*)set "./$1";;
11923 esac;
11924 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11925 ???[sx]*):;;*)false;;esac;fi
11926 '\'' sh
11927 '
11928fi
11929as_executable_p=$as_test_x
b7026657
AC
11930
11931# Sed expression to map a string onto a valid CPP name.
11932as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11933
11934# Sed expression to map a string onto a valid variable name.
11935as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11936
11937
b7026657 11938exec 6>&1
81ecdfbb
RW
11939## ----------------------------------- ##
11940## Main body of $CONFIG_STATUS script. ##
11941## ----------------------------------- ##
11942_ASEOF
11943test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11944
11945cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11946# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11947# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11948# values after options handling.
11949ac_log="
b7026657 11950This file was extended by $as_me, which was
81ecdfbb 11951generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
11952
11953 CONFIG_FILES = $CONFIG_FILES
11954 CONFIG_HEADERS = $CONFIG_HEADERS
11955 CONFIG_LINKS = $CONFIG_LINKS
11956 CONFIG_COMMANDS = $CONFIG_COMMANDS
11957 $ $0 $@
11958
81ecdfbb
RW
11959on `(hostname || uname -n) 2>/dev/null | sed 1q`
11960"
11961
b7026657
AC
11962_ACEOF
11963
81ecdfbb
RW
11964case $ac_config_files in *"
11965"*) set x $ac_config_files; shift; ac_config_files=$*;;
11966esac
b7026657 11967
81ecdfbb
RW
11968case $ac_config_headers in *"
11969"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11970esac
b7026657 11971
b7026657 11972
81ecdfbb
RW
11973cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11974# Files that config.status was made for.
11975config_files="$ac_config_files"
11976config_headers="$ac_config_headers"
11977config_commands="$ac_config_commands"
b7026657 11978
81ecdfbb 11979_ACEOF
b7026657 11980
81ecdfbb 11981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11982ac_cs_usage="\
81ecdfbb
RW
11983\`$as_me' instantiates files and other configuration actions
11984from templates according to the current configuration. Unless the files
11985and actions are specified as TAGs, all are instantiated by default.
b7026657 11986
81ecdfbb 11987Usage: $0 [OPTION]... [TAG]...
b7026657
AC
11988
11989 -h, --help print this help, then exit
81ecdfbb
RW
11990 -V, --version print version number and configuration settings, then exit
11991 -q, --quiet, --silent
11992 do not print progress messages
b7026657
AC
11993 -d, --debug don't remove temporary files
11994 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11995 --file=FILE[:TEMPLATE]
11996 instantiate the configuration file FILE
11997 --header=FILE[:TEMPLATE]
11998 instantiate the configuration header FILE
b7026657
AC
11999
12000Configuration files:
12001$config_files
12002
12003Configuration headers:
12004$config_headers
12005
12006Configuration commands:
12007$config_commands
12008
81ecdfbb 12009Report bugs to the package provider."
b7026657 12010
81ecdfbb
RW
12011_ACEOF
12012cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
12013ac_cs_version="\\
12014config.status
81ecdfbb
RW
12015configured by $0, generated by GNU Autoconf 2.64,
12016 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 12017
81ecdfbb 12018Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
12019This config.status script is free software; the Free Software Foundation
12020gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12021
12022ac_pwd='$ac_pwd'
12023srcdir='$srcdir'
12024INSTALL='$INSTALL'
6bb11ab3 12025AWK='$AWK'
81ecdfbb 12026test -n "\$AWK" || AWK=awk
b7026657
AC
12027_ACEOF
12028
81ecdfbb
RW
12029cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12030# The default lists apply if the user does not specify any file.
b7026657
AC
12031ac_need_defaults=:
12032while test $# != 0
12033do
12034 case $1 in
12035 --*=*)
81ecdfbb
RW
12036 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12037 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
12038 ac_shift=:
12039 ;;
81ecdfbb 12040 *)
b7026657
AC
12041 ac_option=$1
12042 ac_optarg=$2
12043 ac_shift=shift
12044 ;;
b7026657
AC
12045 esac
12046
12047 case $ac_option in
12048 # Handling of the options.
b7026657
AC
12049 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12050 ac_cs_recheck=: ;;
81ecdfbb
RW
12051 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12052 $as_echo "$ac_cs_version"; exit ;;
12053 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12054 debug=: ;;
12055 --file | --fil | --fi | --f )
12056 $ac_shift
81ecdfbb
RW
12057 case $ac_optarg in
12058 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12059 esac
12060 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12061 ac_need_defaults=false;;
12062 --header | --heade | --head | --hea )
12063 $ac_shift
81ecdfbb
RW
12064 case $ac_optarg in
12065 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12066 esac
12067 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12068 ac_need_defaults=false;;
81ecdfbb
RW
12069 --he | --h)
12070 # Conflict between --help and --header
12071 as_fn_error "ambiguous option: \`$1'
12072Try \`$0 --help' for more information.";;
12073 --help | --hel | -h )
12074 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12076 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12077 ac_cs_silent=: ;;
12078
12079 # This is an error.
81ecdfbb
RW
12080 -*) as_fn_error "unrecognized option: \`$1'
12081Try \`$0 --help' for more information." ;;
b7026657 12082
81ecdfbb
RW
12083 *) as_fn_append ac_config_targets " $1"
12084 ac_need_defaults=false ;;
b7026657
AC
12085
12086 esac
12087 shift
c906108c 12088done
b7026657
AC
12089
12090ac_configure_extra_args=
12091
12092if $ac_cs_silent; then
12093 exec 6>/dev/null
12094 ac_configure_extra_args="$ac_configure_extra_args --silent"
12095fi
12096
12097_ACEOF
81ecdfbb 12098cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12099if \$ac_cs_recheck; then
81ecdfbb
RW
12100 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12101 shift
12102 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12103 CONFIG_SHELL='$SHELL'
12104 export CONFIG_SHELL
12105 exec "\$@"
c906108c 12106fi
c906108c 12107
b7026657 12108_ACEOF
81ecdfbb
RW
12109cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12110exec 5>>config.log
12111{
12112 echo
12113 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12114## Running $as_me. ##
12115_ASBOX
12116 $as_echo "$ac_log"
12117} >&5
c906108c 12118
81ecdfbb
RW
12119_ACEOF
12120cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12121#
12122# INIT-COMMANDS
12123#
12124ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12125
6bb11ab3
L
12126
12127# The HP-UX ksh and POSIX shell print the target directory to stdout
12128# if CDPATH is set.
12129(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12130
12131sed_quote_subst='$sed_quote_subst'
12132double_quote_subst='$double_quote_subst'
12133delay_variable_subst='$delay_variable_subst'
12134macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12135macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12136enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12137enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12138pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12139enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12140SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12141ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12142host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12143host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12144host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12145build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12146build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12147build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12148SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12149Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12150GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12151EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12152FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12153LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12154NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12155LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12156max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12157ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12158exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12159lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12160lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12161lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12162reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12163reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12164OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12165deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12166file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12167AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12168AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12169STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12170RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12171old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12172old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12173old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12174lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12175CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12176CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12177compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12178GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12179lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12180lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12181lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12182lt_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"`'
12183objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12184MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12185lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12186lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12187lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12188lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12189lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12190need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12191DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12192NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12193LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12194OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12195OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12196libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12197shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12198extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12199archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12200enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12201export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12202whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12203compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12204old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12205old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12206archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12207archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12208module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12209module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12210with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12211allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12212no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12213hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12214hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12215hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12216hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12217hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12218hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12219hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12220hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12221inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12222link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12223fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12224always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12225export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12226exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12227include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12228prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12229file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12230variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12231need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12232need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12233version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12234runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12235shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12236shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12237libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12238library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12239soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12240install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12241postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12242postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12243finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12244finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12245hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12246sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12247sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12248hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12249enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12250enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12251enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12252old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12253striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12254
12255LTCC='$LTCC'
12256LTCFLAGS='$LTCFLAGS'
12257compiler='$compiler_DEFAULT'
12258
12259# A function that is used when there is no print builtin or printf.
12260func_fallback_echo ()
12261{
12262 eval 'cat <<_LTECHO_EOF
12263\$1
12264_LTECHO_EOF'
12265}
12266
12267# Quote evaled strings.
12268for var in SHELL \
12269ECHO \
12270SED \
12271GREP \
12272EGREP \
12273FGREP \
12274LD \
12275NM \
12276LN_S \
12277lt_SP2NL \
12278lt_NL2SP \
12279reload_flag \
12280OBJDUMP \
12281deplibs_check_method \
12282file_magic_cmd \
12283AR \
12284AR_FLAGS \
12285STRIP \
12286RANLIB \
12287CC \
12288CFLAGS \
12289compiler \
12290lt_cv_sys_global_symbol_pipe \
12291lt_cv_sys_global_symbol_to_cdecl \
12292lt_cv_sys_global_symbol_to_c_name_address \
12293lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12294lt_prog_compiler_no_builtin_flag \
12295lt_prog_compiler_wl \
12296lt_prog_compiler_pic \
12297lt_prog_compiler_static \
12298lt_cv_prog_compiler_c_o \
12299need_locks \
12300DSYMUTIL \
12301NMEDIT \
12302LIPO \
12303OTOOL \
12304OTOOL64 \
12305shrext_cmds \
12306export_dynamic_flag_spec \
12307whole_archive_flag_spec \
12308compiler_needs_object \
12309with_gnu_ld \
12310allow_undefined_flag \
12311no_undefined_flag \
12312hardcode_libdir_flag_spec \
12313hardcode_libdir_flag_spec_ld \
12314hardcode_libdir_separator \
12315fix_srcfile_path \
12316exclude_expsyms \
12317include_expsyms \
12318file_list_spec \
12319variables_saved_for_relink \
12320libname_spec \
12321library_names_spec \
12322soname_spec \
12323install_override_mode \
12324finish_eval \
12325old_striplib \
12326striplib; do
12327 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12328 *[\\\\\\\`\\"\\\$]*)
12329 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12330 ;;
12331 *)
12332 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12333 ;;
12334 esac
12335done
12336
12337# Double-quote double-evaled strings.
12338for var in reload_cmds \
12339old_postinstall_cmds \
12340old_postuninstall_cmds \
12341old_archive_cmds \
12342extract_expsyms_cmds \
12343old_archive_from_new_cmds \
12344old_archive_from_expsyms_cmds \
12345archive_cmds \
12346archive_expsym_cmds \
12347module_cmds \
12348module_expsym_cmds \
12349export_symbols_cmds \
12350prelink_cmds \
12351postinstall_cmds \
12352postuninstall_cmds \
12353finish_cmds \
12354sys_lib_search_path_spec \
12355sys_lib_dlsearch_path_spec; do
12356 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12357 *[\\\\\\\`\\"\\\$]*)
12358 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12359 ;;
12360 *)
12361 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12362 ;;
12363 esac
12364done
12365
12366ac_aux_dir='$ac_aux_dir'
12367xsi_shell='$xsi_shell'
12368lt_shell_append='$lt_shell_append'
12369
12370# See if we are running on zsh, and set the options which allow our
12371# commands through without removal of \ escapes INIT.
12372if test -n "\${ZSH_VERSION+set}" ; then
12373 setopt NO_GLOB_SUBST
12374fi
12375
12376
12377 PACKAGE='$PACKAGE'
12378 VERSION='$VERSION'
12379 TIMESTAMP='$TIMESTAMP'
12380 RM='$RM'
12381 ofile='$ofile'
12382
12383
12384
12385
81ecdfbb 12386_ACEOF
b7026657 12387
81ecdfbb 12388cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12389
81ecdfbb 12390# Handling of arguments.
b7026657
AC
12391for ac_config_target in $ac_config_targets
12392do
81ecdfbb
RW
12393 case $ac_config_target in
12394 "cconfig.h") CONFIG_HEADERS="$CONFIG_HEADERS cconfig.h:config.in" ;;
db2e4d67 12395 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12396 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12397 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12398 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12399
12400 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c 12401 esac
b7026657 12402done
c906108c 12403
81ecdfbb 12404
b7026657
AC
12405# If the user did not use the arguments to specify the items to instantiate,
12406# then the envvar interface is used. Set only those that are not.
12407# We use the long form for the default assignment because of an extremely
12408# bizarre bug on SunOS 4.1.3.
12409if $ac_need_defaults; then
12410 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12411 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12412 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12413fi
12414
12415# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12416# simply because there is no reason against having it here, and in addition,
b7026657 12417# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12418# Hook for its removal unless debugging.
12419# Note that there is a small window in which the directory will not be cleaned:
12420# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12421$debug ||
12422{
81ecdfbb
RW
12423 tmp=
12424 trap 'exit_status=$?
12425 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12426' 0
12427 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12428}
b7026657
AC
12429# Create a (secure) tmp directory for tmp files.
12430
12431{
81ecdfbb 12432 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
12433 test -n "$tmp" && test -d "$tmp"
12434} ||
12435{
81ecdfbb
RW
12436 tmp=./conf$$-$RANDOM
12437 (umask 077 && mkdir "$tmp")
12438} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12439
12440# Set up the scripts for CONFIG_FILES section.
12441# No need to generate them if there are no CONFIG_FILES.
12442# This happens for instance with `./config.status config.h'.
12443if test -n "$CONFIG_FILES"; then
12444
12445
12446ac_cr=`echo X | tr X '\015'`
12447# On cygwin, bash can eat \r inside `` if the user requested igncr.
12448# But we know of no other shell where ac_cr would be empty at this
12449# point, so we can use a bashism as a fallback.
12450if test "x$ac_cr" = x; then
12451 eval ac_cr=\$\'\\r\'
12452fi
12453ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12454if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12455 ac_cs_awk_cr='\r'
12456else
12457 ac_cs_awk_cr=$ac_cr
12458fi
12459
12460echo 'BEGIN {' >"$tmp/subs1.awk" &&
12461_ACEOF
12462
12463
12464{
12465 echo "cat >conf$$subs.awk <<_ACEOF" &&
12466 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12467 echo "_ACEOF"
12468} >conf$$subs.sh ||
12469 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12470ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12471ac_delim='%!_!# '
12472for ac_last_try in false false false false false :; do
12473 . ./conf$$subs.sh ||
12474 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12475
12476 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12477 if test $ac_delim_n = $ac_delim_num; then
12478 break
12479 elif $ac_last_try; then
12480 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12481 else
12482 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12483 fi
12484done
12485rm -f conf$$subs.sh
12486
12487cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12488cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12489_ACEOF
12490sed -n '
12491h
12492s/^/S["/; s/!.*/"]=/
12493p
12494g
12495s/^[^!]*!//
12496:repl
12497t repl
12498s/'"$ac_delim"'$//
12499t delim
12500:nl
12501h
12502s/\(.\{148\}\).*/\1/
12503t more1
12504s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12505p
12506n
12507b repl
12508:more1
12509s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12510p
12511g
12512s/.\{148\}//
12513t nl
12514:delim
12515h
12516s/\(.\{148\}\).*/\1/
12517t more2
12518s/["\\]/\\&/g; s/^/"/; s/$/"/
12519p
12520b
12521:more2
12522s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12523p
12524g
12525s/.\{148\}//
12526t delim
12527' <conf$$subs.awk | sed '
12528/^[^""]/{
12529 N
12530 s/\n//
12531}
12532' >>$CONFIG_STATUS || ac_write_fail=1
12533rm -f conf$$subs.awk
12534cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12535_ACAWK
12536cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12537 for (key in S) S_is_set[key] = 1
12538 FS = "\a"
12539
12540}
b7026657 12541{
81ecdfbb
RW
12542 line = $ 0
12543 nfields = split(line, field, "@")
12544 substed = 0
12545 len = length(field[1])
12546 for (i = 2; i < nfields; i++) {
12547 key = field[i]
12548 keylen = length(key)
12549 if (S_is_set[key]) {
12550 value = S[key]
12551 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12552 len += length(value) + length(field[++i])
12553 substed = 1
12554 } else
12555 len += 1 + keylen
12556 }
12557
12558 print line
b7026657
AC
12559}
12560
81ecdfbb
RW
12561_ACAWK
12562_ACEOF
12563cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12564if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12565 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12566else
12567 cat
12568fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12569 || as_fn_error "could not setup config files machinery" "$LINENO" 5
b7026657
AC
12570_ACEOF
12571
81ecdfbb
RW
12572# VPATH may cause trouble with some makes, so we remove $(srcdir),
12573# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12574# trailing colons and then remove the whole line if VPATH becomes empty
12575# (actually we leave an empty line to preserve line numbers).
12576if test "x$srcdir" = x.; then
12577 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12578s/:*\$(srcdir):*/:/
12579s/:*\${srcdir}:*/:/
12580s/:*@srcdir@:*/:/
12581s/^\([^=]*=[ ]*\):*/\1/
12582s/:*$//
12583s/^[^=]*=[ ]*$//
12584}'
12585fi
b7026657 12586
81ecdfbb
RW
12587cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12588fi # test -n "$CONFIG_FILES"
b7026657 12589
81ecdfbb
RW
12590# Set up the scripts for CONFIG_HEADERS section.
12591# No need to generate them if there are no CONFIG_HEADERS.
12592# This happens for instance with `./config.status Makefile'.
12593if test -n "$CONFIG_HEADERS"; then
12594cat >"$tmp/defines.awk" <<\_ACAWK ||
12595BEGIN {
b7026657
AC
12596_ACEOF
12597
81ecdfbb
RW
12598# Transform confdefs.h into an awk script `defines.awk', embedded as
12599# here-document in config.status, that substitutes the proper values into
12600# config.h.in to produce config.h.
12601
12602# Create a delimiter string that does not exist in confdefs.h, to ease
12603# handling of long lines.
12604ac_delim='%!_!# '
12605for ac_last_try in false false :; do
12606 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12607 if test -z "$ac_t"; then
12608 break
12609 elif $ac_last_try; then
12610 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12611 else
12612 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12613 fi
81ecdfbb 12614done
c906108c 12615
81ecdfbb
RW
12616# For the awk script, D is an array of macro values keyed by name,
12617# likewise P contains macro parameters if any. Preserve backslash
12618# newline sequences.
12619
12620ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12621sed -n '
12622s/.\{148\}/&'"$ac_delim"'/g
12623t rset
12624:rset
12625s/^[ ]*#[ ]*define[ ][ ]*/ /
12626t def
12627d
12628:def
12629s/\\$//
12630t bsnl
12631s/["\\]/\\&/g
12632s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12633D["\1"]=" \3"/p
12634s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12635d
12636:bsnl
12637s/["\\]/\\&/g
12638s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12639D["\1"]=" \3\\\\\\n"\\/p
12640t cont
12641s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12642t cont
12643d
12644:cont
12645n
12646s/.\{148\}/&'"$ac_delim"'/g
12647t clear
12648:clear
12649s/\\$//
12650t bsnlc
12651s/["\\]/\\&/g; s/^/"/; s/$/"/p
12652d
12653:bsnlc
12654s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12655b cont
12656' <confdefs.h | sed '
12657s/'"$ac_delim"'/"\\\
12658"/g' >>$CONFIG_STATUS || ac_write_fail=1
12659
12660cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12661 for (key in D) D_is_set[key] = 1
12662 FS = "\a"
12663}
12664/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12665 line = \$ 0
12666 split(line, arg, " ")
12667 if (arg[1] == "#") {
12668 defundef = arg[2]
12669 mac1 = arg[3]
12670 } else {
12671 defundef = substr(arg[1], 2)
12672 mac1 = arg[2]
12673 }
12674 split(mac1, mac2, "(") #)
12675 macro = mac2[1]
12676 prefix = substr(line, 1, index(line, defundef) - 1)
12677 if (D_is_set[macro]) {
12678 # Preserve the white space surrounding the "#".
12679 print prefix "define", macro P[macro] D[macro]
12680 next
12681 } else {
12682 # Replace #undef with comments. This is necessary, for example,
12683 # in the case of _POSIX_SOURCE, which is predefined and required
12684 # on some systems where configure will not decide to define it.
12685 if (defundef == "undef") {
12686 print "/*", prefix defundef, macro, "*/"
12687 next
12688 }
12689 }
12690}
12691{ print }
12692_ACAWK
b7026657 12693_ACEOF
81ecdfbb
RW
12694cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12695 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12696fi # test -n "$CONFIG_HEADERS"
12697
12698
12699eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12700shift
12701for ac_tag
12702do
12703 case $ac_tag in
12704 :[FHLC]) ac_mode=$ac_tag; continue;;
12705 esac
12706 case $ac_mode$ac_tag in
12707 :[FHL]*:*);;
12708 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12709 :[FH]-) ac_tag=-:-;;
12710 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12711 esac
12712 ac_save_IFS=$IFS
12713 IFS=:
12714 set x $ac_tag
12715 IFS=$ac_save_IFS
12716 shift
12717 ac_file=$1
12718 shift
12719
12720 case $ac_mode in
12721 :L) ac_source=$1;;
12722 :[FH])
12723 ac_file_inputs=
12724 for ac_f
12725 do
12726 case $ac_f in
12727 -) ac_f="$tmp/stdin";;
12728 *) # Look for the file first in the build tree, then in the source tree
12729 # (if the path is not absolute). The absolute path cannot be DOS-style,
12730 # because $ac_f cannot contain `:'.
12731 test -f "$ac_f" ||
12732 case $ac_f in
12733 [\\/$]*) false;;
12734 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12735 esac ||
12736 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12737 esac
12738 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12739 as_fn_append ac_file_inputs " '$ac_f'"
12740 done
12741
12742 # Let's still pretend it is `configure' which instantiates (i.e., don't
12743 # use $as_me), people would be surprised to read:
12744 # /* config.h. Generated by config.status. */
12745 configure_input='Generated from '`
12746 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12747 `' by configure.'
12748 if test x"$ac_file" != x-; then
12749 configure_input="$ac_file. $configure_input"
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12751$as_echo "$as_me: creating $ac_file" >&6;}
12752 fi
12753 # Neutralize special characters interpreted by sed in replacement strings.
12754 case $configure_input in #(
12755 *\&* | *\|* | *\\* )
12756 ac_sed_conf_input=`$as_echo "$configure_input" |
12757 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12758 *) ac_sed_conf_input=$configure_input;;
12759 esac
12760
12761 case $ac_tag in
12762 *:-:* | *:-) cat >"$tmp/stdin" \
12763 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12764 esac
12765 ;;
c906108c
SS
12766 esac
12767
81ecdfbb 12768 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12769$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12770 X"$ac_file" : 'X\(//\)[^/]' \| \
12771 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12772 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12773$as_echo X"$ac_file" |
12774 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12775 s//\1/
12776 q
12777 }
12778 /^X\(\/\/\)[^/].*/{
12779 s//\1/
12780 q
12781 }
12782 /^X\(\/\/\)$/{
12783 s//\1/
12784 q
12785 }
12786 /^X\(\/\).*/{
12787 s//\1/
12788 q
12789 }
12790 s/.*/./; q'`
12791 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12792 ac_builddir=.
12793
81ecdfbb
RW
12794case "$ac_dir" in
12795.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12796*)
12797 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12798 # A ".." for each directory in $ac_dir_suffix.
12799 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12800 case $ac_top_builddir_sub in
12801 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12802 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12803 esac ;;
12804esac
12805ac_abs_top_builddir=$ac_pwd
12806ac_abs_builddir=$ac_pwd$ac_dir_suffix
12807# for backward compatibility:
12808ac_top_builddir=$ac_top_build_prefix
c906108c 12809
b7026657 12810case $srcdir in
81ecdfbb 12811 .) # We are building in place.
b7026657 12812 ac_srcdir=.
81ecdfbb
RW
12813 ac_top_srcdir=$ac_top_builddir_sub
12814 ac_abs_top_srcdir=$ac_pwd ;;
12815 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12816 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12817 ac_top_srcdir=$srcdir
12818 ac_abs_top_srcdir=$srcdir ;;
12819 *) # Relative name.
12820 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12821 ac_top_srcdir=$ac_top_build_prefix$srcdir
12822 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12823esac
81ecdfbb 12824ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12825
b7026657 12826
81ecdfbb
RW
12827 case $ac_mode in
12828 :F)
12829 #
12830 # CONFIG_FILE
12831 #
b7026657
AC
12832
12833 case $INSTALL in
12834 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 12835 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12836 esac
81ecdfbb 12837_ACEOF
c906108c 12838
81ecdfbb
RW
12839cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12840# If the template does not know about datarootdir, expand it.
12841# FIXME: This hack should be removed a few years after 2.60.
12842ac_datarootdir_hack=; ac_datarootdir_seen=
12843ac_sed_dataroot='
12844/datarootdir/ {
12845 p
12846 q
12847}
12848/@datadir@/p
12849/@docdir@/p
12850/@infodir@/p
12851/@localedir@/p
12852/@mandir@/p'
12853case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12854*datarootdir*) ac_datarootdir_seen=yes;;
12855*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12857$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12858_ACEOF
12859cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12860 ac_datarootdir_hack='
12861 s&@datadir@&$datadir&g
12862 s&@docdir@&$docdir&g
12863 s&@infodir@&$infodir&g
12864 s&@localedir@&$localedir&g
12865 s&@mandir@&$mandir&g
12866 s&\\\${datarootdir}&$datarootdir&g' ;;
12867esac
b7026657 12868_ACEOF
81ecdfbb
RW
12869
12870# Neutralize VPATH when `$srcdir' = `.'.
12871# Shell code in configure.ac might set extrasub.
12872# FIXME: do we really want to maintain this feature?
12873cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12874ac_sed_extra="$ac_vpsub
b7026657
AC
12875$extrasub
12876_ACEOF
81ecdfbb 12877cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657
AC
12878:t
12879/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
12880s|@configure_input@|$ac_sed_conf_input|;t t
12881s&@top_builddir@&$ac_top_builddir_sub&;t t
12882s&@top_build_prefix@&$ac_top_build_prefix&;t t
12883s&@srcdir@&$ac_srcdir&;t t
12884s&@abs_srcdir@&$ac_abs_srcdir&;t t
12885s&@top_srcdir@&$ac_top_srcdir&;t t
12886s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12887s&@builddir@&$ac_builddir&;t t
12888s&@abs_builddir@&$ac_abs_builddir&;t t
12889s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12890s&@INSTALL@&$ac_INSTALL&;t t
12891$ac_datarootdir_hack
12892"
12893eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12894 || as_fn_error "could not create $ac_file" "$LINENO" 5
12895
12896test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12897 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12898 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12900which seems to be undefined. Please make sure it is defined." >&5
12901$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12902which seems to be undefined. Please make sure it is defined." >&2;}
12903
12904 rm -f "$tmp/stdin"
b7026657 12905 case $ac_file in
81ecdfbb
RW
12906 -) cat "$tmp/out" && rm -f "$tmp/out";;
12907 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12908 esac \
12909 || as_fn_error "could not create $ac_file" "$LINENO" 5
12910 ;;
12911 :H)
12912 #
12913 # CONFIG_HEADER
12914 #
b7026657 12915 if test x"$ac_file" != x-; then
81ecdfbb
RW
12916 {
12917 $as_echo "/* $configure_input */" \
12918 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12919 } >"$tmp/config.h" \
12920 || as_fn_error "could not create $ac_file" "$LINENO" 5
12921 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12922 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12923$as_echo "$as_me: $ac_file is unchanged" >&6;}
b7026657 12924 else
81ecdfbb
RW
12925 rm -f "$ac_file"
12926 mv "$tmp/config.h" "$ac_file" \
12927 || as_fn_error "could not create $ac_file" "$LINENO" 5
c906108c 12928 fi
b7026657 12929 else
81ecdfbb
RW
12930 $as_echo "/* $configure_input */" \
12931 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12932 || as_fn_error "could not create -" "$LINENO" 5
c906108c 12933 fi
81ecdfbb 12934 ;;
b7026657 12935
81ecdfbb
RW
12936 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12937$as_echo "$as_me: executing $ac_file commands" >&6;}
12938 ;;
12939 esac
b7026657 12940
b7026657 12941
81ecdfbb 12942 case $ac_file$ac_mode in
db2e4d67 12943 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12944 "libtool":C)
12945
12946 # See if we are running on zsh, and set the options which allow our
12947 # commands through without removal of \ escapes.
12948 if test -n "${ZSH_VERSION+set}" ; then
12949 setopt NO_GLOB_SUBST
12950 fi
12951
12952 cfgfile="${ofile}T"
12953 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12954 $RM "$cfgfile"
12955
12956 cat <<_LT_EOF >> "$cfgfile"
12957#! $SHELL
12958
12959# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12960# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12961# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12962# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12963#
12964# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12965# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12966# Written by Gordon Matzigkeit, 1996
12967#
12968# This file is part of GNU Libtool.
12969#
12970# GNU Libtool is free software; you can redistribute it and/or
12971# modify it under the terms of the GNU General Public License as
12972# published by the Free Software Foundation; either version 2 of
12973# the License, or (at your option) any later version.
12974#
12975# As a special exception to the GNU General Public License,
12976# if you distribute this file as part of a program or library that
12977# is built using GNU Libtool, you may include this file under the
12978# same distribution terms that you use for the rest of that program.
12979#
12980# GNU Libtool is distributed in the hope that it will be useful,
12981# but WITHOUT ANY WARRANTY; without even the implied warranty of
12982# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12983# GNU General Public License for more details.
12984#
12985# You should have received a copy of the GNU General Public License
12986# along with GNU Libtool; see the file COPYING. If not, a copy
12987# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12988# obtained by writing to the Free Software Foundation, Inc.,
12989# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12990
12991
12992# The names of the tagged configurations supported by this script.
12993available_tags=""
12994
12995# ### BEGIN LIBTOOL CONFIG
12996
12997# Which release of libtool.m4 was used?
12998macro_version=$macro_version
12999macro_revision=$macro_revision
13000
13001# Whether or not to build shared libraries.
13002build_libtool_libs=$enable_shared
13003
13004# Whether or not to build static libraries.
13005build_old_libs=$enable_static
13006
13007# What type of objects to build.
13008pic_mode=$pic_mode
13009
13010# Whether or not to optimize for fast installation.
13011fast_install=$enable_fast_install
13012
13013# Shell to use when invoking shell scripts.
13014SHELL=$lt_SHELL
13015
13016# An echo program that protects backslashes.
13017ECHO=$lt_ECHO
13018
13019# The host system.
13020host_alias=$host_alias
13021host=$host
13022host_os=$host_os
13023
13024# The build system.
13025build_alias=$build_alias
13026build=$build
13027build_os=$build_os
13028
13029# A sed program that does not truncate output.
13030SED=$lt_SED
13031
13032# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13033Xsed="\$SED -e 1s/^X//"
13034
13035# A grep program that handles long lines.
13036GREP=$lt_GREP
13037
13038# An ERE matcher.
13039EGREP=$lt_EGREP
13040
13041# A literal string matcher.
13042FGREP=$lt_FGREP
13043
13044# A BSD- or MS-compatible name lister.
13045NM=$lt_NM
13046
13047# Whether we need soft or hard links.
13048LN_S=$lt_LN_S
13049
13050# What is the maximum length of a command?
13051max_cmd_len=$max_cmd_len
13052
13053# Object file suffix (normally "o").
13054objext=$ac_objext
13055
13056# Executable file suffix (normally "").
13057exeext=$exeext
13058
13059# whether the shell understands "unset".
13060lt_unset=$lt_unset
13061
13062# turn spaces into newlines.
13063SP2NL=$lt_lt_SP2NL
13064
13065# turn newlines into spaces.
13066NL2SP=$lt_lt_NL2SP
13067
13068# An object symbol dumper.
13069OBJDUMP=$lt_OBJDUMP
13070
13071# Method to check whether dependent libraries are shared objects.
13072deplibs_check_method=$lt_deplibs_check_method
13073
13074# Command to use when deplibs_check_method == "file_magic".
13075file_magic_cmd=$lt_file_magic_cmd
13076
13077# The archiver.
13078AR=$lt_AR
13079AR_FLAGS=$lt_AR_FLAGS
13080
13081# A symbol stripping program.
13082STRIP=$lt_STRIP
13083
13084# Commands used to install an old-style archive.
13085RANLIB=$lt_RANLIB
13086old_postinstall_cmds=$lt_old_postinstall_cmds
13087old_postuninstall_cmds=$lt_old_postuninstall_cmds
13088
13089# Whether to use a lock for old archive extraction.
13090lock_old_archive_extraction=$lock_old_archive_extraction
13091
13092# A C compiler.
13093LTCC=$lt_CC
13094
13095# LTCC compiler flags.
13096LTCFLAGS=$lt_CFLAGS
13097
13098# Take the output of nm and produce a listing of raw symbols and C names.
13099global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13100
13101# Transform the output of nm in a proper C declaration.
13102global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13103
13104# Transform the output of nm in a C name address pair.
13105global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13106
13107# Transform the output of nm in a C name address pair when lib prefix is needed.
13108global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13109
13110# The name of the directory that contains temporary libtool files.
13111objdir=$objdir
13112
13113# Used to examine libraries when file_magic_cmd begins with "file".
13114MAGIC_CMD=$MAGIC_CMD
13115
13116# Must we lock files when doing compilation?
13117need_locks=$lt_need_locks
13118
13119# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13120DSYMUTIL=$lt_DSYMUTIL
13121
13122# Tool to change global to local symbols on Mac OS X.
13123NMEDIT=$lt_NMEDIT
13124
13125# Tool to manipulate fat objects and archives on Mac OS X.
13126LIPO=$lt_LIPO
13127
13128# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13129OTOOL=$lt_OTOOL
13130
13131# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13132OTOOL64=$lt_OTOOL64
13133
13134# Old archive suffix (normally "a").
13135libext=$libext
13136
13137# Shared library suffix (normally ".so").
13138shrext_cmds=$lt_shrext_cmds
13139
13140# The commands to extract the exported symbol list from a shared archive.
13141extract_expsyms_cmds=$lt_extract_expsyms_cmds
13142
13143# Variables whose values should be saved in libtool wrapper scripts and
13144# restored at link time.
13145variables_saved_for_relink=$lt_variables_saved_for_relink
13146
13147# Do we need the "lib" prefix for modules?
13148need_lib_prefix=$need_lib_prefix
13149
13150# Do we need a version for libraries?
13151need_version=$need_version
13152
13153# Library versioning type.
13154version_type=$version_type
13155
13156# Shared library runtime path variable.
13157runpath_var=$runpath_var
13158
13159# Shared library path variable.
13160shlibpath_var=$shlibpath_var
13161
13162# Is shlibpath searched before the hard-coded library search path?
13163shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13164
13165# Format of library name prefix.
13166libname_spec=$lt_libname_spec
13167
13168# List of archive names. First name is the real one, the rest are links.
13169# The last name is the one that the linker finds with -lNAME
13170library_names_spec=$lt_library_names_spec
13171
13172# The coded name of the library, if different from the real name.
13173soname_spec=$lt_soname_spec
13174
13175# Permission mode override for installation of shared libraries.
13176install_override_mode=$lt_install_override_mode
13177
13178# Command to use after installation of a shared archive.
13179postinstall_cmds=$lt_postinstall_cmds
13180
13181# Command to use after uninstallation of a shared archive.
13182postuninstall_cmds=$lt_postuninstall_cmds
13183
13184# Commands used to finish a libtool library installation in a directory.
13185finish_cmds=$lt_finish_cmds
13186
13187# As "finish_cmds", except a single script fragment to be evaled but
13188# not shown.
13189finish_eval=$lt_finish_eval
13190
13191# Whether we should hardcode library paths into libraries.
13192hardcode_into_libs=$hardcode_into_libs
13193
13194# Compile-time system search path for libraries.
13195sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13196
13197# Run-time system search path for libraries.
13198sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13199
13200# Whether dlopen is supported.
13201dlopen_support=$enable_dlopen
13202
13203# Whether dlopen of programs is supported.
13204dlopen_self=$enable_dlopen_self
13205
13206# Whether dlopen of statically linked programs is supported.
13207dlopen_self_static=$enable_dlopen_self_static
13208
13209# Commands to strip libraries.
13210old_striplib=$lt_old_striplib
13211striplib=$lt_striplib
13212
13213
13214# The linker used to build libraries.
13215LD=$lt_LD
13216
13217# How to create reloadable object files.
13218reload_flag=$lt_reload_flag
13219reload_cmds=$lt_reload_cmds
13220
13221# Commands used to build an old-style archive.
13222old_archive_cmds=$lt_old_archive_cmds
13223
13224# A language specific compiler.
13225CC=$lt_compiler
13226
13227# Is the compiler the GNU compiler?
13228with_gcc=$GCC
13229
13230# Compiler flag to turn off builtin functions.
13231no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13232
13233# How to pass a linker flag through the compiler.
13234wl=$lt_lt_prog_compiler_wl
13235
13236# Additional compiler flags for building library objects.
13237pic_flag=$lt_lt_prog_compiler_pic
13238
13239# Compiler flag to prevent dynamic linking.
13240link_static_flag=$lt_lt_prog_compiler_static
13241
13242# Does compiler simultaneously support -c and -o options?
13243compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13244
13245# Whether or not to add -lc for building shared libraries.
13246build_libtool_need_lc=$archive_cmds_need_lc
13247
13248# Whether or not to disallow shared libs when runtime libs are static.
13249allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13250
13251# Compiler flag to allow reflexive dlopens.
13252export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13253
13254# Compiler flag to generate shared objects directly from archives.
13255whole_archive_flag_spec=$lt_whole_archive_flag_spec
13256
13257# Whether the compiler copes with passing no objects directly.
13258compiler_needs_object=$lt_compiler_needs_object
13259
13260# Create an old-style archive from a shared archive.
13261old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13262
13263# Create a temporary old-style archive to link instead of a shared archive.
13264old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13265
13266# Commands used to build a shared archive.
13267archive_cmds=$lt_archive_cmds
13268archive_expsym_cmds=$lt_archive_expsym_cmds
13269
13270# Commands used to build a loadable module if different from building
13271# a shared archive.
13272module_cmds=$lt_module_cmds
13273module_expsym_cmds=$lt_module_expsym_cmds
13274
13275# Whether we are building with GNU ld or not.
13276with_gnu_ld=$lt_with_gnu_ld
13277
13278# Flag that allows shared libraries with undefined symbols to be built.
13279allow_undefined_flag=$lt_allow_undefined_flag
13280
13281# Flag that enforces no undefined symbols.
13282no_undefined_flag=$lt_no_undefined_flag
13283
13284# Flag to hardcode \$libdir into a binary during linking.
13285# This must work even if \$libdir does not exist
13286hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13287
13288# If ld is used when linking, flag to hardcode \$libdir into a binary
13289# during linking. This must work even if \$libdir does not exist.
13290hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13291
13292# Whether we need a single "-rpath" flag with a separated argument.
13293hardcode_libdir_separator=$lt_hardcode_libdir_separator
13294
13295# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13296# DIR into the resulting binary.
13297hardcode_direct=$hardcode_direct
13298
13299# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13300# DIR into the resulting binary and the resulting library dependency is
13301# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13302# library is relocated.
13303hardcode_direct_absolute=$hardcode_direct_absolute
13304
13305# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13306# into the resulting binary.
13307hardcode_minus_L=$hardcode_minus_L
13308
13309# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13310# into the resulting binary.
13311hardcode_shlibpath_var=$hardcode_shlibpath_var
13312
13313# Set to "yes" if building a shared library automatically hardcodes DIR
13314# into the library and all subsequent libraries and executables linked
13315# against it.
13316hardcode_automatic=$hardcode_automatic
13317
13318# Set to yes if linker adds runtime paths of dependent libraries
13319# to runtime path list.
13320inherit_rpath=$inherit_rpath
13321
13322# Whether libtool must link a program against all its dependency libraries.
13323link_all_deplibs=$link_all_deplibs
13324
13325# Fix the shell variable \$srcfile for the compiler.
13326fix_srcfile_path=$lt_fix_srcfile_path
13327
13328# Set to "yes" if exported symbols are required.
13329always_export_symbols=$always_export_symbols
13330
13331# The commands to list exported symbols.
13332export_symbols_cmds=$lt_export_symbols_cmds
13333
13334# Symbols that should not be listed in the preloaded symbols.
13335exclude_expsyms=$lt_exclude_expsyms
13336
13337# Symbols that must always be exported.
13338include_expsyms=$lt_include_expsyms
13339
13340# Commands necessary for linking programs (against libraries) with templates.
13341prelink_cmds=$lt_prelink_cmds
13342
13343# Specify filename containing input files.
13344file_list_spec=$lt_file_list_spec
13345
13346# How to hardcode a shared library path into an executable.
13347hardcode_action=$hardcode_action
13348
13349# ### END LIBTOOL CONFIG
13350
13351_LT_EOF
13352
13353 case $host_os in
13354 aix3*)
13355 cat <<\_LT_EOF >> "$cfgfile"
13356# AIX sometimes has problems with the GCC collect2 program. For some
13357# reason, if we set the COLLECT_NAMES environment variable, the problems
13358# vanish in a puff of smoke.
13359if test "X${COLLECT_NAMES+set}" != Xset; then
13360 COLLECT_NAMES=
13361 export COLLECT_NAMES
13362fi
13363_LT_EOF
13364 ;;
13365 esac
13366
13367
13368ltmain="$ac_aux_dir/ltmain.sh"
13369
13370
13371 # We use sed instead of cat because bash on DJGPP gets confused if
13372 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13373 # text mode, it properly converts lines to CR/LF. This bash problem
13374 # is reportedly fixed, but why not run on old versions too?
13375 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13376 || (rm -f "$cfgfile"; exit 1)
13377
13378 case $xsi_shell in
13379 yes)
13380 cat << \_LT_EOF >> "$cfgfile"
13381
13382# func_dirname file append nondir_replacement
13383# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13384# otherwise set result to NONDIR_REPLACEMENT.
13385func_dirname ()
13386{
13387 case ${1} in
13388 */*) func_dirname_result="${1%/*}${2}" ;;
13389 * ) func_dirname_result="${3}" ;;
13390 esac
13391}
13392
13393# func_basename file
13394func_basename ()
13395{
13396 func_basename_result="${1##*/}"
13397}
13398
13399# func_dirname_and_basename file append nondir_replacement
13400# perform func_basename and func_dirname in a single function
13401# call:
13402# dirname: Compute the dirname of FILE. If nonempty,
13403# add APPEND to the result, otherwise set result
13404# to NONDIR_REPLACEMENT.
13405# value returned in "$func_dirname_result"
13406# basename: Compute filename of FILE.
13407# value retuned in "$func_basename_result"
13408# Implementation must be kept synchronized with func_dirname
13409# and func_basename. For efficiency, we do not delegate to
13410# those functions but instead duplicate the functionality here.
13411func_dirname_and_basename ()
13412{
13413 case ${1} in
13414 */*) func_dirname_result="${1%/*}${2}" ;;
13415 * ) func_dirname_result="${3}" ;;
13416 esac
13417 func_basename_result="${1##*/}"
13418}
13419
13420# func_stripname prefix suffix name
13421# strip PREFIX and SUFFIX off of NAME.
13422# PREFIX and SUFFIX must not contain globbing or regex special
13423# characters, hashes, percent signs, but SUFFIX may contain a leading
13424# dot (in which case that matches only a dot).
13425func_stripname ()
13426{
13427 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13428 # positional parameters, so assign one to ordinary parameter first.
13429 func_stripname_result=${3}
13430 func_stripname_result=${func_stripname_result#"${1}"}
13431 func_stripname_result=${func_stripname_result%"${2}"}
13432}
13433
13434# func_opt_split
13435func_opt_split ()
13436{
13437 func_opt_split_opt=${1%%=*}
13438 func_opt_split_arg=${1#*=}
13439}
13440
13441# func_lo2o object
13442func_lo2o ()
13443{
13444 case ${1} in
13445 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13446 *) func_lo2o_result=${1} ;;
13447 esac
13448}
13449
13450# func_xform libobj-or-source
13451func_xform ()
13452{
13453 func_xform_result=${1%.*}.lo
13454}
13455
13456# func_arith arithmetic-term...
13457func_arith ()
13458{
13459 func_arith_result=$(( $* ))
13460}
13461
13462# func_len string
13463# STRING may not start with a hyphen.
13464func_len ()
13465{
13466 func_len_result=${#1}
13467}
13468
13469_LT_EOF
13470 ;;
13471 *) # Bourne compatible functions.
13472 cat << \_LT_EOF >> "$cfgfile"
13473
13474# func_dirname file append nondir_replacement
13475# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13476# otherwise set result to NONDIR_REPLACEMENT.
13477func_dirname ()
13478{
13479 # Extract subdirectory from the argument.
13480 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13481 if test "X$func_dirname_result" = "X${1}"; then
13482 func_dirname_result="${3}"
13483 else
13484 func_dirname_result="$func_dirname_result${2}"
13485 fi
13486}
13487
13488# func_basename file
13489func_basename ()
13490{
13491 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13492}
13493
13494
13495# func_stripname prefix suffix name
13496# strip PREFIX and SUFFIX off of NAME.
13497# PREFIX and SUFFIX must not contain globbing or regex special
13498# characters, hashes, percent signs, but SUFFIX may contain a leading
13499# dot (in which case that matches only a dot).
13500# func_strip_suffix prefix name
13501func_stripname ()
13502{
13503 case ${2} in
13504 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13505 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13506 esac
13507}
13508
13509# sed scripts:
13510my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13511my_sed_long_arg='1s/^-[^=]*=//'
13512
13513# func_opt_split
13514func_opt_split ()
13515{
13516 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13517 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13518}
13519
13520# func_lo2o object
13521func_lo2o ()
13522{
13523 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13524}
13525
13526# func_xform libobj-or-source
13527func_xform ()
13528{
13529 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13530}
13531
13532# func_arith arithmetic-term...
13533func_arith ()
13534{
13535 func_arith_result=`expr "$@"`
13536}
13537
13538# func_len string
13539# STRING may not start with a hyphen.
13540func_len ()
13541{
13542 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13543}
13544
13545_LT_EOF
13546esac
13547
13548case $lt_shell_append in
13549 yes)
13550 cat << \_LT_EOF >> "$cfgfile"
13551
13552# func_append var value
13553# Append VALUE to the end of shell variable VAR.
13554func_append ()
13555{
13556 eval "$1+=\$2"
13557}
13558_LT_EOF
13559 ;;
13560 *)
13561 cat << \_LT_EOF >> "$cfgfile"
13562
13563# func_append var value
13564# Append VALUE to the end of shell variable VAR.
13565func_append ()
13566{
13567 eval "$1=\$$1\$2"
13568}
13569
13570_LT_EOF
13571 ;;
13572 esac
13573
13574
13575 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13576 || (rm -f "$cfgfile"; exit 1)
13577
13578 mv -f "$cfgfile" "$ofile" ||
13579 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13580 chmod +x "$ofile"
13581
13582 ;;
81ecdfbb 13583 "default":C) case x$CONFIG_HEADERS in xcconfig.h:config.in) echo > stamp-h ;; esac ;;
c906108c 13584
b7026657 13585 esac
81ecdfbb 13586done # for ac_tag
c906108c 13587
b7026657 13588
81ecdfbb 13589as_fn_exit 0
b7026657 13590_ACEOF
b7026657
AC
13591ac_clean_files=$ac_clean_files_save
13592
81ecdfbb
RW
13593test $ac_write_fail = 0 ||
13594 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13595
b7026657
AC
13596
13597# configure is writing to config.log, and then calls config.status.
13598# config.status does its own redirection, appending to config.log.
13599# Unfortunately, on DOS this fails, as config.log is still kept open
13600# by configure, so config.status won't be able to write to it; its
13601# output is simply discarded. So we exec the FD to /dev/null,
13602# effectively closing config.log, so it can be properly (re)opened and
13603# appended to by config.status. When coming back to configure, we
13604# need to make the FD available again.
13605if test "$no_create" != yes; then
13606 ac_cs_success=:
13607 ac_config_status_args=
13608 test "$silent" = yes &&
13609 ac_config_status_args="$ac_config_status_args --quiet"
13610 exec 5>/dev/null
13611 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13612 exec 5>>config.log
13613 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13614 # would make configure fail if this is the last instruction.
81ecdfbb
RW
13615 $ac_cs_success || as_fn_exit $?
13616fi
13617if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13619$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13620fi
c906108c 13621
This page took 1.348345 seconds and 4 git commands to generate.