sim: punt WITH_DEVICES & tconfig.h support
[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
6550# Some of the common include files depend on bfd.h, and bfd.h checks
6551# that config.h is included first by testing that the PACKAGE macro
6552# is defined.
6553PACKAGE=sim
6554
6555cat >>confdefs.h <<_ACEOF
6556#define PACKAGE "$PACKAGE"
6557_ACEOF
6558
6559
6560
6561# Dependency checking.
6562ac_config_commands="$ac_config_commands depdir"
6563
6564
6565depcc="$CC" am_compiler_list=
6566
6567am_depcomp=$ac_aux_dir/depcomp
6568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6569$as_echo_n "checking dependency style of $depcc... " >&6; }
6570if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
6571 $as_echo_n "(cached) " >&6
6572else
6573 if test -f "$am_depcomp"; then
6574 # We make a subdir and do the tests there. Otherwise we can end up
6575 # making bogus files that we don't know about and never remove. For
6576 # instance it was reported that on HP-UX the gcc test will end up
6577 # making a dummy file named `D' -- because `-MD' means `put the output
6578 # in D'.
6579 mkdir conftest.dir
6580 # Copy depcomp to subdir because otherwise we won't find it if we're
6581 # using a relative directory.
6582 cp "$am_depcomp" conftest.dir
6583 cd conftest.dir
6584 # We will build objects and dependencies in a subdirectory because
6585 # it helps to detect inapplicable dependency modes. For instance
6586 # both Tru64's cc and ICC support -MD to output dependencies as a
6587 # side effect of compilation, but ICC will put the dependencies in
6588 # the current directory while Tru64 will put them in the object
6589 # directory.
6590 mkdir sub
6591
6592 am_cv_CC_dependencies_compiler_type=none
6593 if test "$am_compiler_list" = ""; then
6594 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6595 fi
6596 for depmode in $am_compiler_list; do
6597 if test $depmode = none; then break; fi
6598
6599 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6600 # Setup a source with many dependencies, because some compilers
6601 # like to wrap large dependency lists on column 80 (with \), and
6602 # we should not choose a depcomp mode which is confused by this.
6603 #
6604 # We need to recreate these files for each test, as the compiler may
6605 # overwrite some of them when testing with obscure command lines.
6606 # This happens at least with the AIX C compiler.
6607 : > sub/conftest.c
6608 for i in 1 2 3 4 5 6; do
6609 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6610 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6611 # Solaris 8's {/usr,}/bin/sh.
6612 touch sub/conftst$i.h
6613 done
6614 echo "include sub/conftest.Po" > confmf
6615
6616 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6617 # mode. It turns out that the SunPro C++ compiler does not properly
6618 # handle `-M -o', and we need to detect this.
6619 depcmd="depmode=$depmode \
6620 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6621 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6622 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6623 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6624 if env $depcmd > conftest.err 2>&1 &&
6625 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
6626 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
6627 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
6628 # icc doesn't choke on unknown options, it will just issue warnings
6629 # or remarks (even with -Werror). So we grep stderr for any message
6630 # that says an option was ignored or not supported.
6631 # When given -MP, icc 7.0 and 7.1 complain thusly:
6632 # icc: Command line warning: ignoring option '-M'; no argument required
6633 # The diagnosis changed in icc 8.0:
6634 # icc: Command line remark: option '-MP' not supported
6635 if (grep 'ignoring option' conftest.err ||
6636 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6637 am_cv_CC_dependencies_compiler_type=$depmode
6638 $as_echo "$as_me:$LINENO: success" >&5
6639 break
6640 fi
6641 fi
6642 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
6643 sed -e 's/^/| /' < conftest.err >&5
6644 done
6645
6646 cd ..
6647 rm -rf conftest.dir
6648else
6649 am_cv_CC_dependencies_compiler_type=none
6650fi
6651
6652fi
6653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6654$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6655if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
6656then as_fn_error "no usable dependency style found" "$LINENO" 5
6657else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6658
6659fi
6660
6661
6662# Check for the 'make' the user wants to use.
6663for ac_prog in make
6664do
6665 # Extract the first word of "$ac_prog", so it can be a program name with args.
6666set dummy $ac_prog; ac_word=$2
6667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6668$as_echo_n "checking for $ac_word... " >&6; }
6669if test "${ac_cv_prog_MAKE+set}" = set; then :
6670 $as_echo_n "(cached) " >&6
6671else
6672 if test -n "$MAKE"; then
6673 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
6674else
6675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6676for as_dir in $PATH
6677do
6678 IFS=$as_save_IFS
6679 test -z "$as_dir" && as_dir=.
6680 for ac_exec_ext in '' $ac_executable_extensions; do
6681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6682 ac_cv_prog_MAKE="$ac_prog"
6683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6684 break 2
6685 fi
6686done
6687 done
6688IFS=$as_save_IFS
6689
6690fi
6691fi
6692MAKE=$ac_cv_prog_MAKE
6693if test -n "$MAKE"; then
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
6695$as_echo "$MAKE" >&6; }
6696else
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6698$as_echo "no" >&6; }
6699fi
6700
6701
6702 test -n "$MAKE" && break
6703done
6704
6705MAKE_IS_GNU=
6706case "`$MAKE --version 2>&1 | sed 1q`" in
6707 *GNU*)
6708 MAKE_IS_GNU=yes
6709 ;;
6710esac
6711 if test "$MAKE_IS_GNU" = yes; then
6712 GMAKE_TRUE=
6713 GMAKE_FALSE='#'
6714else
6715 GMAKE_TRUE='#'
6716 GMAKE_FALSE=
6717fi
6718
6719
6720ALL_LINGUAS=
6721# If we haven't got the data from the intl directory,
6722# assume NLS is disabled.
6723USE_NLS=no
6724LIBINTL=
6725LIBINTL_DEP=
6726INCINTL=
6727XGETTEXT=
6728GMSGFMT=
6729POSUB=
6730
6731if test -f ../../intl/config.intl; then
6732 . ../../intl/config.intl
6733fi
6734{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
6735$as_echo_n "checking whether NLS is requested... " >&6; }
6736if test x"$USE_NLS" != xyes; then
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6738$as_echo "no" >&6; }
6739else
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6741$as_echo "yes" >&6; }
6742
6743$as_echo "#define ENABLE_NLS 1" >>confdefs.h
6744
6745
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
6747$as_echo_n "checking for catalogs to be installed... " >&6; }
6748 # Look for .po and .gmo files in the source directory.
6749 CATALOGS=
6750 XLINGUAS=
6751 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
6752 # If there aren't any .gmo files the shell will give us the
6753 # literal string "../path/to/srcdir/po/*.gmo" which has to be
6754 # weeded out.
6755 case "$cat" in *\**)
6756 continue;;
6757 esac
6758 # The quadruple backslash is collapsed to a double backslash
6759 # by the backticks, then collapsed again by the double quotes,
6760 # leaving us with one backslash in the sed expression (right
6761 # before the dot that mustn't act as a wildcard).
6762 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
6763 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
6764 # The user is allowed to set LINGUAS to a list of languages to
6765 # install catalogs for. If it's empty that means "all of them."
6766 if test "x$LINGUAS" = x; then
6767 CATALOGS="$CATALOGS $cat"
6768 XLINGUAS="$XLINGUAS $lang"
6769 else
6770 case "$LINGUAS" in *$lang*)
6771 CATALOGS="$CATALOGS $cat"
6772 XLINGUAS="$XLINGUAS $lang"
6773 ;;
6774 esac
6775 fi
6776 done
6777 LINGUAS="$XLINGUAS"
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
6779$as_echo "$LINGUAS" >&6; }
6780
6781
6782 DATADIRNAME=share
6783
6784 INSTOBJEXT=.mo
6785
6786 GENCAT=gencat
6787
6788 CATOBJEXT=.gmo
6789
6790fi
6791
6792# Check for common headers.
6793# FIXME: Seems to me this can cause problems for i386-windows hosts.
6794# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
6795for ac_header in stdlib.h string.h strings.h unistd.h time.h
6796do :
6797 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6798ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6799eval as_val=\$$as_ac_Header
6800 if test "x$as_val" = x""yes; then :
6801 cat >>confdefs.h <<_ACEOF
6802#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6803_ACEOF
6804
6805fi
6806
6807done
6808
6809for ac_header in sys/time.h sys/resource.h
6810do :
6811 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6812ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6813eval as_val=\$$as_ac_Header
6814 if test "x$as_val" = x""yes; then :
6815 cat >>confdefs.h <<_ACEOF
6816#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6817_ACEOF
6818
6819fi
6820
6821done
6822
6823for ac_header in fcntl.h fpu_control.h
6824do :
6825 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6826ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6827eval as_val=\$$as_ac_Header
6828 if test "x$as_val" = x""yes; then :
6829 cat >>confdefs.h <<_ACEOF
6830#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6831_ACEOF
6832
6833fi
6834
6835done
6836
6837for ac_header in dlfcn.h errno.h sys/stat.h
6838do :
6839 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6840ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6841eval as_val=\$$as_ac_Header
6842 if test "x$as_val" = x""yes; then :
6843 cat >>confdefs.h <<_ACEOF
6844#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6845_ACEOF
6846
6847fi
6848
6849done
6850
6851for ac_func in getrusage time sigaction __setfpucw
6852do :
6853 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
6854ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
6855eval as_val=\$$as_ac_var
6856 if test "x$as_val" = x""yes; then :
6857 cat >>confdefs.h <<_ACEOF
6858#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
6859_ACEOF
6860
6861fi
6862done
6863
6864
6865# Check for socket libraries
6866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
6867$as_echo_n "checking for bind in -lsocket... " >&6; }
6868if test "${ac_cv_lib_socket_bind+set}" = set; then :
6869 $as_echo_n "(cached) " >&6
6870else
6871 ac_check_lib_save_LIBS=$LIBS
6872LIBS="-lsocket $LIBS"
6873cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6874/* end confdefs.h. */
6875
6876/* Override any GCC internal prototype to avoid an error.
6877 Use char because int might match the return type of a GCC
6878 builtin and then its argument prototype would still apply. */
6879#ifdef __cplusplus
6880extern "C"
6881#endif
6882char bind ();
6883int
6884main ()
6885{
6886return bind ();
6887 ;
6888 return 0;
6889}
6890_ACEOF
6891if ac_fn_c_try_link "$LINENO"; then :
6892 ac_cv_lib_socket_bind=yes
6893else
6894 ac_cv_lib_socket_bind=no
6895fi
6896rm -f core conftest.err conftest.$ac_objext \
6897 conftest$ac_exeext conftest.$ac_ext
6898LIBS=$ac_check_lib_save_LIBS
6899fi
6900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
6901$as_echo "$ac_cv_lib_socket_bind" >&6; }
6902if test "x$ac_cv_lib_socket_bind" = x""yes; then :
6903 cat >>confdefs.h <<_ACEOF
6904#define HAVE_LIBSOCKET 1
6905_ACEOF
6906
6907 LIBS="-lsocket $LIBS"
6908
6909fi
6910
6911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
6912$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
6913if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
6914 $as_echo_n "(cached) " >&6
6915else
6916 ac_check_lib_save_LIBS=$LIBS
6917LIBS="-lnsl $LIBS"
6918cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6919/* end confdefs.h. */
6920
6921/* Override any GCC internal prototype to avoid an error.
6922 Use char because int might match the return type of a GCC
6923 builtin and then its argument prototype would still apply. */
6924#ifdef __cplusplus
6925extern "C"
6926#endif
6927char gethostbyname ();
6928int
6929main ()
6930{
6931return gethostbyname ();
6932 ;
6933 return 0;
6934}
6935_ACEOF
6936if ac_fn_c_try_link "$LINENO"; then :
6937 ac_cv_lib_nsl_gethostbyname=yes
6938else
6939 ac_cv_lib_nsl_gethostbyname=no
6940fi
6941rm -f core conftest.err conftest.$ac_objext \
6942 conftest$ac_exeext conftest.$ac_ext
6943LIBS=$ac_check_lib_save_LIBS
6944fi
6945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
6946$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
6947if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
6948 cat >>confdefs.h <<_ACEOF
6949#define HAVE_LIBNSL 1
6950_ACEOF
6951
6952 LIBS="-lnsl $LIBS"
6953
6954fi
6955
6956
6957# BFD conditionally uses zlib, so we must link it in if libbfd does, by
6958# using the same condition.
6959
aadc9410 6960 # Use the system's zlib library.
7fed4b0b
L
6961 zlibdir="-L\$(top_builddir)/../zlib"
6962 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 6963
aadc9410
MF
6964# Check whether --with-system-zlib was given.
6965if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
6966 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
6967 zlibdir=
6968 zlibinc=
6969 fi
6bb11ab3 6970
6bb11ab3 6971fi
6bb11ab3 6972
6bb11ab3 6973
6bb11ab3 6974
6bb11ab3
L
6975
6976
6977# BFD uses libdl when when plugins enabled.
6978
faa743bb
RM
6979 maybe_plugins=no
6980 for ac_header in dlfcn.h
6981do :
6982 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6983"
6984if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6985 cat >>confdefs.h <<_ACEOF
6986#define HAVE_DLFCN_H 1
6987_ACEOF
6988 maybe_plugins=yes
6989fi
6990
6991done
6992
6993 for ac_header in windows.h
6994do :
6995 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
6996"
6997if test "x$ac_cv_header_windows_h" = x""yes; then :
6998 cat >>confdefs.h <<_ACEOF
6999#define HAVE_WINDOWS_H 1
7000_ACEOF
7001 maybe_plugins=yes
7002fi
7003
7004done
7005
7006
7007 # Check whether --enable-plugins was given.
6bb11ab3
L
7008if test "${enable_plugins+set}" = set; then :
7009 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7010 no) plugins=no ;;
7011 *) plugins=yes
7012 if test "$maybe_plugins" != "yes" ; then
7013 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7014 fi ;;
7015 esac
6bb11ab3 7016else
faa743bb
RM
7017 plugins=$maybe_plugins
7018
6bb11ab3
L
7019fi
7020
2974be62
AM
7021 if test "$plugins" = "yes"; then
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
7023$as_echo_n "checking for library containing dlopen... " >&6; }
7024if test "${ac_cv_search_dlopen+set}" = set; then :
7025 $as_echo_n "(cached) " >&6
7026else
7027 ac_func_search_save_LIBS=$LIBS
7028cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7029/* end confdefs.h. */
7030
7031/* Override any GCC internal prototype to avoid an error.
7032 Use char because int might match the return type of a GCC
7033 builtin and then its argument prototype would still apply. */
7034#ifdef __cplusplus
7035extern "C"
7036#endif
7037char dlopen ();
7038int
7039main ()
7040{
7041return dlopen ();
7042 ;
7043 return 0;
7044}
7045_ACEOF
7046for ac_lib in '' dl; do
7047 if test -z "$ac_lib"; then
7048 ac_res="none required"
7049 else
7050 ac_res=-l$ac_lib
7051 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7052 fi
7053 if ac_fn_c_try_link "$LINENO"; then :
7054 ac_cv_search_dlopen=$ac_res
7055fi
7056rm -f core conftest.err conftest.$ac_objext \
7057 conftest$ac_exeext
7058 if test "${ac_cv_search_dlopen+set}" = set; then :
7059 break
7060fi
7061done
7062if test "${ac_cv_search_dlopen+set}" = set; then :
7063
7064else
7065 ac_cv_search_dlopen=no
7066fi
7067rm conftest.$ac_ext
7068LIBS=$ac_func_search_save_LIBS
7069fi
7070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
7071$as_echo "$ac_cv_search_dlopen" >&6; }
7072ac_res=$ac_cv_search_dlopen
7073if test "$ac_res" != no; then :
7074 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7075
7076fi
7077
7078 fi
6bb11ab3
L
7079
7080 if test "$plugins" = yes; then
7081 PLUGINS_TRUE=
7082 PLUGINS_FALSE='#'
7083else
7084 PLUGINS_TRUE='#'
7085 PLUGINS_FALSE=
7086fi
7087
7088
7089
7090
7091
7092# Set options
7093enable_dlopen=yes
7094
7095
7096
7097
7098 enable_win32_dll=no
7099
7100
7101 # Check whether --enable-shared was given.
7102if test "${enable_shared+set}" = set; then :
7103 enableval=$enable_shared; p=${PACKAGE-default}
7104 case $enableval in
7105 yes) enable_shared=yes ;;
7106 no) enable_shared=no ;;
7107 *)
7108 enable_shared=no
7109 # Look at the argument we got. We use all the common list separators.
7110 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7111 for pkg in $enableval; do
7112 IFS="$lt_save_ifs"
7113 if test "X$pkg" = "X$p"; then
7114 enable_shared=yes
7115 fi
7116 done
7117 IFS="$lt_save_ifs"
7118 ;;
7119 esac
7120else
7121 enable_shared=yes
7122fi
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132 # Check whether --enable-static was given.
7133if test "${enable_static+set}" = set; then :
7134 enableval=$enable_static; p=${PACKAGE-default}
7135 case $enableval in
7136 yes) enable_static=yes ;;
7137 no) enable_static=no ;;
7138 *)
7139 enable_static=no
7140 # Look at the argument we got. We use all the common list separators.
7141 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7142 for pkg in $enableval; do
7143 IFS="$lt_save_ifs"
7144 if test "X$pkg" = "X$p"; then
7145 enable_static=yes
7146 fi
7147 done
7148 IFS="$lt_save_ifs"
7149 ;;
7150 esac
7151else
7152 enable_static=yes
7153fi
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164# Check whether --with-pic was given.
7165if test "${with_pic+set}" = set; then :
7166 withval=$with_pic; pic_mode="$withval"
7167else
7168 pic_mode=default
7169fi
7170
7171
7172test -z "$pic_mode" && pic_mode=default
7173
7174
7175
7176
7177
7178
7179
7180 # Check whether --enable-fast-install was given.
7181if test "${enable_fast_install+set}" = set; then :
7182 enableval=$enable_fast_install; p=${PACKAGE-default}
7183 case $enableval in
7184 yes) enable_fast_install=yes ;;
7185 no) enable_fast_install=no ;;
7186 *)
7187 enable_fast_install=no
7188 # Look at the argument we got. We use all the common list separators.
7189 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7190 for pkg in $enableval; do
7191 IFS="$lt_save_ifs"
7192 if test "X$pkg" = "X$p"; then
7193 enable_fast_install=yes
7194 fi
7195 done
7196 IFS="$lt_save_ifs"
7197 ;;
7198 esac
7199else
7200 enable_fast_install=yes
7201fi
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213# This can be used to rebuild libtool when needed
7214LIBTOOL_DEPS="$ltmain"
7215
7216# Always use our own libtool.
7217LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244test -z "$LN_S" && LN_S="ln -s"
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259if test -n "${ZSH_VERSION+set}" ; then
7260 setopt NO_GLOB_SUBST
7261fi
7262
7263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7264$as_echo_n "checking for objdir... " >&6; }
7265if test "${lt_cv_objdir+set}" = set; then :
7266 $as_echo_n "(cached) " >&6
7267else
7268 rm -f .libs 2>/dev/null
7269mkdir .libs 2>/dev/null
7270if test -d .libs; then
7271 lt_cv_objdir=.libs
7272else
7273 # MS-DOS does not allow filenames that begin with a dot.
7274 lt_cv_objdir=_libs
7275fi
7276rmdir .libs 2>/dev/null
7277fi
7278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7279$as_echo "$lt_cv_objdir" >&6; }
7280objdir=$lt_cv_objdir
7281
7282
7283
7284
7285
7286cat >>confdefs.h <<_ACEOF
7287#define LT_OBJDIR "$lt_cv_objdir/"
7288_ACEOF
7289
7290
7291
7292
7293case $host_os in
7294aix3*)
7295 # AIX sometimes has problems with the GCC collect2 program. For some
7296 # reason, if we set the COLLECT_NAMES environment variable, the problems
7297 # vanish in a puff of smoke.
7298 if test "X${COLLECT_NAMES+set}" != Xset; then
7299 COLLECT_NAMES=
7300 export COLLECT_NAMES
7301 fi
7302 ;;
7303esac
7304
7305# Global variables:
7306ofile=libtool
7307can_build_shared=yes
7308
7309# All known linkers require a `.a' archive for static linking (except MSVC,
7310# which needs '.lib').
7311libext=a
7312
7313with_gnu_ld="$lt_cv_prog_gnu_ld"
7314
7315old_CC="$CC"
7316old_CFLAGS="$CFLAGS"
7317
7318# Set sane defaults for various variables
7319test -z "$CC" && CC=cc
7320test -z "$LTCC" && LTCC=$CC
7321test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7322test -z "$LD" && LD=ld
7323test -z "$ac_objext" && ac_objext=o
7324
7325for cc_temp in $compiler""; do
7326 case $cc_temp in
7327 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7328 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7329 \-*) ;;
7330 *) break;;
7331 esac
7332done
7333cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7334
7335
7336# Only perform the check for file, if the check method requires it
7337test -z "$MAGIC_CMD" && MAGIC_CMD=file
7338case $deplibs_check_method in
7339file_magic*)
7340 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7342$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7343if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7344 $as_echo_n "(cached) " >&6
7345else
7346 case $MAGIC_CMD in
7347[\\/*] | ?:[\\/]*)
7348 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7349 ;;
7350*)
7351 lt_save_MAGIC_CMD="$MAGIC_CMD"
7352 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7353 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7354 for ac_dir in $ac_dummy; do
7355 IFS="$lt_save_ifs"
7356 test -z "$ac_dir" && ac_dir=.
7357 if test -f $ac_dir/${ac_tool_prefix}file; then
7358 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7359 if test -n "$file_magic_test_file"; then
7360 case $deplibs_check_method in
7361 "file_magic "*)
7362 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7363 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7364 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7365 $EGREP "$file_magic_regex" > /dev/null; then
7366 :
7367 else
7368 cat <<_LT_EOF 1>&2
7369
7370*** Warning: the command libtool uses to detect shared libraries,
7371*** $file_magic_cmd, produces output that libtool cannot recognize.
7372*** The result is that libtool may fail to recognize shared libraries
7373*** as such. This will affect the creation of libtool libraries that
7374*** depend on shared libraries, but programs linked with such libtool
7375*** libraries will work regardless of this problem. Nevertheless, you
7376*** may want to report the problem to your system manager and/or to
7377*** bug-libtool@gnu.org
7378
7379_LT_EOF
7380 fi ;;
7381 esac
7382 fi
7383 break
7384 fi
7385 done
7386 IFS="$lt_save_ifs"
7387 MAGIC_CMD="$lt_save_MAGIC_CMD"
7388 ;;
7389esac
7390fi
7391
7392MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7393if test -n "$MAGIC_CMD"; then
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7395$as_echo "$MAGIC_CMD" >&6; }
7396else
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7398$as_echo "no" >&6; }
7399fi
7400
7401
7402
7403
7404
7405if test -z "$lt_cv_path_MAGIC_CMD"; then
7406 if test -n "$ac_tool_prefix"; then
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7408$as_echo_n "checking for file... " >&6; }
7409if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7410 $as_echo_n "(cached) " >&6
7411else
7412 case $MAGIC_CMD in
7413[\\/*] | ?:[\\/]*)
7414 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7415 ;;
7416*)
7417 lt_save_MAGIC_CMD="$MAGIC_CMD"
7418 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7419 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7420 for ac_dir in $ac_dummy; do
7421 IFS="$lt_save_ifs"
7422 test -z "$ac_dir" && ac_dir=.
7423 if test -f $ac_dir/file; then
7424 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7425 if test -n "$file_magic_test_file"; then
7426 case $deplibs_check_method in
7427 "file_magic "*)
7428 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7429 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7430 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7431 $EGREP "$file_magic_regex" > /dev/null; then
7432 :
7433 else
7434 cat <<_LT_EOF 1>&2
7435
7436*** Warning: the command libtool uses to detect shared libraries,
7437*** $file_magic_cmd, produces output that libtool cannot recognize.
7438*** The result is that libtool may fail to recognize shared libraries
7439*** as such. This will affect the creation of libtool libraries that
7440*** depend on shared libraries, but programs linked with such libtool
7441*** libraries will work regardless of this problem. Nevertheless, you
7442*** may want to report the problem to your system manager and/or to
7443*** bug-libtool@gnu.org
7444
7445_LT_EOF
7446 fi ;;
7447 esac
7448 fi
7449 break
7450 fi
7451 done
7452 IFS="$lt_save_ifs"
7453 MAGIC_CMD="$lt_save_MAGIC_CMD"
7454 ;;
7455esac
7456fi
7457
7458MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7459if test -n "$MAGIC_CMD"; then
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7461$as_echo "$MAGIC_CMD" >&6; }
7462else
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7464$as_echo "no" >&6; }
7465fi
7466
7467
7468 else
7469 MAGIC_CMD=:
7470 fi
7471fi
7472
7473 fi
7474 ;;
7475esac
7476
7477# Use C for the default configuration in the libtool script
7478
7479lt_save_CC="$CC"
7480ac_ext=c
7481ac_cpp='$CPP $CPPFLAGS'
7482ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7483ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7484ac_compiler_gnu=$ac_cv_c_compiler_gnu
7485
7486
7487# Source file extension for C test sources.
7488ac_ext=c
7489
7490# Object file extension for compiled C test sources.
7491objext=o
7492objext=$objext
7493
7494# Code to be used in simple compile tests
7495lt_simple_compile_test_code="int some_variable = 0;"
7496
7497# Code to be used in simple link tests
7498lt_simple_link_test_code='int main(){return(0);}'
7499
7500
7501
7502
7503
7504
7505
7506# If no C compiler was specified, use CC.
7507LTCC=${LTCC-"$CC"}
7508
7509# If no C compiler flags were specified, use CFLAGS.
7510LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7511
7512# Allow CC to be a program name with arguments.
7513compiler=$CC
7514
7515# Save the default compiler, since it gets overwritten when the other
7516# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7517compiler_DEFAULT=$CC
7518
7519# save warnings/boilerplate of simple test code
7520ac_outfile=conftest.$ac_objext
7521echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7522eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7523_lt_compiler_boilerplate=`cat conftest.err`
7524$RM conftest*
7525
7526ac_outfile=conftest.$ac_objext
7527echo "$lt_simple_link_test_code" >conftest.$ac_ext
7528eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7529_lt_linker_boilerplate=`cat conftest.err`
7530$RM -r conftest*
7531
7532
7533## CAVEAT EMPTOR:
7534## There is no encapsulation within the following macros, do not change
7535## the running order or otherwise move them around unless you know exactly
7536## what you are doing...
7537if test -n "$compiler"; then
7538
7539lt_prog_compiler_no_builtin_flag=
7540
7541if test "$GCC" = yes; then
7542 case $cc_basename in
7543 nvcc*)
7544 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7545 *)
7546 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7547 esac
7548
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7550$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7551if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7552 $as_echo_n "(cached) " >&6
7553else
7554 lt_cv_prog_compiler_rtti_exceptions=no
7555 ac_outfile=conftest.$ac_objext
7556 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7557 lt_compiler_flag="-fno-rtti -fno-exceptions"
7558 # Insert the option either (1) after the last *FLAGS variable, or
7559 # (2) before a word containing "conftest.", or (3) at the end.
7560 # Note that $ac_compile itself does not contain backslashes and begins
7561 # with a dollar sign (not a hyphen), so the echo should work correctly.
7562 # The option is referenced via a variable to avoid confusing sed.
7563 lt_compile=`echo "$ac_compile" | $SED \
7564 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7565 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7566 -e 's:$: $lt_compiler_flag:'`
7567 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7568 (eval "$lt_compile" 2>conftest.err)
7569 ac_status=$?
7570 cat conftest.err >&5
7571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572 if (exit $ac_status) && test -s "$ac_outfile"; then
7573 # The compiler can only warn and ignore the option if not recognized
7574 # So say no if there are warnings other than the usual output.
7575 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7576 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7577 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7578 lt_cv_prog_compiler_rtti_exceptions=yes
7579 fi
7580 fi
7581 $RM conftest*
7582
7583fi
7584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7585$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7586
7587if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7588 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7589else
7590 :
7591fi
7592
7593fi
7594
7595
7596
7597
7598
7599
7600 lt_prog_compiler_wl=
7601lt_prog_compiler_pic=
7602lt_prog_compiler_static=
7603
7604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7605$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7606
7607 if test "$GCC" = yes; then
7608 lt_prog_compiler_wl='-Wl,'
7609 lt_prog_compiler_static='-static'
7610
7611 case $host_os in
7612 aix*)
7613 # All AIX code is PIC.
7614 if test "$host_cpu" = ia64; then
7615 # AIX 5 now supports IA64 processor
7616 lt_prog_compiler_static='-Bstatic'
7617 fi
7618 lt_prog_compiler_pic='-fPIC'
7619 ;;
7620
7621 amigaos*)
7622 case $host_cpu in
7623 powerpc)
7624 # see comment about AmigaOS4 .so support
7625 lt_prog_compiler_pic='-fPIC'
7626 ;;
7627 m68k)
7628 # FIXME: we need at least 68020 code to build shared libraries, but
7629 # adding the `-m68020' flag to GCC prevents building anything better,
7630 # like `-m68040'.
7631 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7632 ;;
7633 esac
7634 ;;
7635
7636 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7637 # PIC is the default for these OSes.
7638 ;;
7639
7640 mingw* | cygwin* | pw32* | os2* | cegcc*)
7641 # This hack is so that the source file can tell whether it is being
7642 # built for inclusion in a dll (and should export symbols for example).
7643 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7644 # (--disable-auto-import) libraries
7645 lt_prog_compiler_pic='-DDLL_EXPORT'
7646 ;;
7647
7648 darwin* | rhapsody*)
7649 # PIC is the default on this platform
7650 # Common symbols not allowed in MH_DYLIB files
7651 lt_prog_compiler_pic='-fno-common'
7652 ;;
7653
7654 haiku*)
7655 # PIC is the default for Haiku.
7656 # The "-static" flag exists, but is broken.
7657 lt_prog_compiler_static=
7658 ;;
7659
7660 hpux*)
7661 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7662 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7663 # sets the default TLS model and affects inlining.
7664 case $host_cpu in
7665 hppa*64*)
7666 # +Z the default
7667 ;;
7668 *)
7669 lt_prog_compiler_pic='-fPIC'
7670 ;;
7671 esac
7672 ;;
7673
7674 interix[3-9]*)
7675 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7676 # Instead, we relocate shared libraries at runtime.
7677 ;;
7678
7679 msdosdjgpp*)
7680 # Just because we use GCC doesn't mean we suddenly get shared libraries
7681 # on systems that don't support them.
7682 lt_prog_compiler_can_build_shared=no
7683 enable_shared=no
7684 ;;
7685
7686 *nto* | *qnx*)
7687 # QNX uses GNU C++, but need to define -shared option too, otherwise
7688 # it will coredump.
7689 lt_prog_compiler_pic='-fPIC -shared'
7690 ;;
7691
7692 sysv4*MP*)
7693 if test -d /usr/nec; then
7694 lt_prog_compiler_pic=-Kconform_pic
7695 fi
7696 ;;
7697
7698 *)
7699 lt_prog_compiler_pic='-fPIC'
7700 ;;
7701 esac
7702
7703 case $cc_basename in
7704 nvcc*) # Cuda Compiler Driver 2.2
7705 lt_prog_compiler_wl='-Xlinker '
7706 lt_prog_compiler_pic='-Xcompiler -fPIC'
7707 ;;
7708 esac
7709 else
7710 # PORTME Check for flag to pass linker flags through the system compiler.
7711 case $host_os in
7712 aix*)
7713 lt_prog_compiler_wl='-Wl,'
7714 if test "$host_cpu" = ia64; then
7715 # AIX 5 now supports IA64 processor
7716 lt_prog_compiler_static='-Bstatic'
7717 else
7718 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7719 fi
7720 ;;
7721
7722 mingw* | cygwin* | pw32* | os2* | cegcc*)
7723 # This hack is so that the source file can tell whether it is being
7724 # built for inclusion in a dll (and should export symbols for example).
7725 lt_prog_compiler_pic='-DDLL_EXPORT'
7726 ;;
7727
7728 hpux9* | hpux10* | hpux11*)
7729 lt_prog_compiler_wl='-Wl,'
7730 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7731 # not for PA HP-UX.
7732 case $host_cpu in
7733 hppa*64*|ia64*)
7734 # +Z the default
7735 ;;
7736 *)
7737 lt_prog_compiler_pic='+Z'
7738 ;;
7739 esac
7740 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7741 lt_prog_compiler_static='${wl}-a ${wl}archive'
7742 ;;
7743
7744 irix5* | irix6* | nonstopux*)
7745 lt_prog_compiler_wl='-Wl,'
7746 # PIC (with -KPIC) is the default.
7747 lt_prog_compiler_static='-non_shared'
7748 ;;
7749
7750 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7751 case $cc_basename in
7752 # old Intel for x86_64 which still supported -KPIC.
7753 ecc*)
7754 lt_prog_compiler_wl='-Wl,'
7755 lt_prog_compiler_pic='-KPIC'
7756 lt_prog_compiler_static='-static'
7757 ;;
7758 # icc used to be incompatible with GCC.
7759 # ICC 10 doesn't accept -KPIC any more.
7760 icc* | ifort*)
7761 lt_prog_compiler_wl='-Wl,'
7762 lt_prog_compiler_pic='-fPIC'
7763 lt_prog_compiler_static='-static'
7764 ;;
7765 # Lahey Fortran 8.1.
7766 lf95*)
7767 lt_prog_compiler_wl='-Wl,'
7768 lt_prog_compiler_pic='--shared'
7769 lt_prog_compiler_static='--static'
7770 ;;
7771 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7772 # Portland Group compilers (*not* the Pentium gcc compiler,
7773 # which looks to be a dead project)
7774 lt_prog_compiler_wl='-Wl,'
7775 lt_prog_compiler_pic='-fpic'
7776 lt_prog_compiler_static='-Bstatic'
7777 ;;
7778 ccc*)
7779 lt_prog_compiler_wl='-Wl,'
7780 # All Alpha code is PIC.
7781 lt_prog_compiler_static='-non_shared'
7782 ;;
7783 xl* | bgxl* | bgf* | mpixl*)
7784 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7785 lt_prog_compiler_wl='-Wl,'
7786 lt_prog_compiler_pic='-qpic'
7787 lt_prog_compiler_static='-qstaticlink'
7788 ;;
7789 *)
7790 case `$CC -V 2>&1 | sed 5q` in
7791 *Sun\ F* | *Sun*Fortran*)
7792 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7793 lt_prog_compiler_pic='-KPIC'
7794 lt_prog_compiler_static='-Bstatic'
7795 lt_prog_compiler_wl=''
7796 ;;
7797 *Sun\ C*)
7798 # Sun C 5.9
7799 lt_prog_compiler_pic='-KPIC'
7800 lt_prog_compiler_static='-Bstatic'
7801 lt_prog_compiler_wl='-Wl,'
7802 ;;
7803 esac
7804 ;;
7805 esac
7806 ;;
7807
7808 newsos6)
7809 lt_prog_compiler_pic='-KPIC'
7810 lt_prog_compiler_static='-Bstatic'
7811 ;;
7812
7813 *nto* | *qnx*)
7814 # QNX uses GNU C++, but need to define -shared option too, otherwise
7815 # it will coredump.
7816 lt_prog_compiler_pic='-fPIC -shared'
7817 ;;
7818
7819 osf3* | osf4* | osf5*)
7820 lt_prog_compiler_wl='-Wl,'
7821 # All OSF/1 code is PIC.
7822 lt_prog_compiler_static='-non_shared'
7823 ;;
7824
7825 rdos*)
7826 lt_prog_compiler_static='-non_shared'
7827 ;;
7828
7829 solaris*)
7830 lt_prog_compiler_pic='-KPIC'
7831 lt_prog_compiler_static='-Bstatic'
7832 case $cc_basename in
7833 f77* | f90* | f95*)
7834 lt_prog_compiler_wl='-Qoption ld ';;
7835 *)
7836 lt_prog_compiler_wl='-Wl,';;
7837 esac
7838 ;;
7839
7840 sunos4*)
7841 lt_prog_compiler_wl='-Qoption ld '
7842 lt_prog_compiler_pic='-PIC'
7843 lt_prog_compiler_static='-Bstatic'
7844 ;;
7845
7846 sysv4 | sysv4.2uw2* | sysv4.3*)
7847 lt_prog_compiler_wl='-Wl,'
7848 lt_prog_compiler_pic='-KPIC'
7849 lt_prog_compiler_static='-Bstatic'
7850 ;;
7851
7852 sysv4*MP*)
7853 if test -d /usr/nec ;then
7854 lt_prog_compiler_pic='-Kconform_pic'
7855 lt_prog_compiler_static='-Bstatic'
7856 fi
7857 ;;
7858
7859 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7860 lt_prog_compiler_wl='-Wl,'
7861 lt_prog_compiler_pic='-KPIC'
7862 lt_prog_compiler_static='-Bstatic'
7863 ;;
7864
7865 unicos*)
7866 lt_prog_compiler_wl='-Wl,'
7867 lt_prog_compiler_can_build_shared=no
7868 ;;
7869
7870 uts4*)
7871 lt_prog_compiler_pic='-pic'
7872 lt_prog_compiler_static='-Bstatic'
7873 ;;
7874
7875 *)
7876 lt_prog_compiler_can_build_shared=no
7877 ;;
7878 esac
7879 fi
7880
7881case $host_os in
7882 # For platforms which do not support PIC, -DPIC is meaningless:
7883 *djgpp*)
7884 lt_prog_compiler_pic=
7885 ;;
7886 *)
7887 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7888 ;;
7889esac
7890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7891$as_echo "$lt_prog_compiler_pic" >&6; }
7892
7893
7894
7895
7896
7897
7898#
7899# Check to make sure the PIC flag actually works.
7900#
7901if test -n "$lt_prog_compiler_pic"; then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7903$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7904if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7905 $as_echo_n "(cached) " >&6
7906else
7907 lt_cv_prog_compiler_pic_works=no
7908 ac_outfile=conftest.$ac_objext
7909 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7910 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7911 # Insert the option either (1) after the last *FLAGS variable, or
7912 # (2) before a word containing "conftest.", or (3) at the end.
7913 # Note that $ac_compile itself does not contain backslashes and begins
7914 # with a dollar sign (not a hyphen), so the echo should work correctly.
7915 # The option is referenced via a variable to avoid confusing sed.
7916 lt_compile=`echo "$ac_compile" | $SED \
7917 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7918 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7919 -e 's:$: $lt_compiler_flag:'`
7920 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7921 (eval "$lt_compile" 2>conftest.err)
7922 ac_status=$?
7923 cat conftest.err >&5
7924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7925 if (exit $ac_status) && test -s "$ac_outfile"; then
7926 # The compiler can only warn and ignore the option if not recognized
7927 # So say no if there are warnings other than the usual output.
7928 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7929 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7930 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7931 lt_cv_prog_compiler_pic_works=yes
7932 fi
7933 fi
7934 $RM conftest*
7935
7936fi
7937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7938$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7939
7940if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7941 case $lt_prog_compiler_pic in
7942 "" | " "*) ;;
7943 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7944 esac
7945else
7946 lt_prog_compiler_pic=
7947 lt_prog_compiler_can_build_shared=no
7948fi
7949
7950fi
7951
7952
7953
7954
7955
7956
7957#
7958# Check to make sure the static flag actually works.
7959#
7960wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7962$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7963if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7964 $as_echo_n "(cached) " >&6
7965else
7966 lt_cv_prog_compiler_static_works=no
7967 save_LDFLAGS="$LDFLAGS"
7968 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7969 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7970 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7971 # The linker can only warn and ignore the option if not recognized
7972 # So say no if there are warnings
7973 if test -s conftest.err; then
7974 # Append any errors to the config.log.
7975 cat conftest.err 1>&5
7976 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7977 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7978 if diff conftest.exp conftest.er2 >/dev/null; then
7979 lt_cv_prog_compiler_static_works=yes
7980 fi
7981 else
7982 lt_cv_prog_compiler_static_works=yes
7983 fi
7984 fi
7985 $RM -r conftest*
7986 LDFLAGS="$save_LDFLAGS"
7987
7988fi
7989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7990$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7991
7992if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7993 :
7994else
7995 lt_prog_compiler_static=
7996fi
7997
7998
7999
8000
8001
8002
8003
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8005$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8006if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8007 $as_echo_n "(cached) " >&6
8008else
8009 lt_cv_prog_compiler_c_o=no
8010 $RM -r conftest 2>/dev/null
8011 mkdir conftest
8012 cd conftest
8013 mkdir out
8014 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8015
8016 lt_compiler_flag="-o out/conftest2.$ac_objext"
8017 # Insert the option either (1) after the last *FLAGS variable, or
8018 # (2) before a word containing "conftest.", or (3) at the end.
8019 # Note that $ac_compile itself does not contain backslashes and begins
8020 # with a dollar sign (not a hyphen), so the echo should work correctly.
8021 lt_compile=`echo "$ac_compile" | $SED \
8022 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8023 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8024 -e 's:$: $lt_compiler_flag:'`
8025 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8026 (eval "$lt_compile" 2>out/conftest.err)
8027 ac_status=$?
8028 cat out/conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8031 then
8032 # The compiler can only warn and ignore the option if not recognized
8033 # So say no if there are warnings
8034 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8035 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8036 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8037 lt_cv_prog_compiler_c_o=yes
8038 fi
8039 fi
8040 chmod u+w . 2>&5
8041 $RM conftest*
8042 # SGI C++ compiler will create directory out/ii_files/ for
8043 # template instantiation
8044 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8045 $RM out/* && rmdir out
8046 cd ..
8047 $RM -r conftest
8048 $RM conftest*
8049
8050fi
8051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8052$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8053
8054
8055
8056
8057
8058
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8060$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8061if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8062 $as_echo_n "(cached) " >&6
8063else
8064 lt_cv_prog_compiler_c_o=no
8065 $RM -r conftest 2>/dev/null
8066 mkdir conftest
8067 cd conftest
8068 mkdir out
8069 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8070
8071 lt_compiler_flag="-o out/conftest2.$ac_objext"
8072 # Insert the option either (1) after the last *FLAGS variable, or
8073 # (2) before a word containing "conftest.", or (3) at the end.
8074 # Note that $ac_compile itself does not contain backslashes and begins
8075 # with a dollar sign (not a hyphen), so the echo should work correctly.
8076 lt_compile=`echo "$ac_compile" | $SED \
8077 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8078 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8079 -e 's:$: $lt_compiler_flag:'`
8080 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8081 (eval "$lt_compile" 2>out/conftest.err)
8082 ac_status=$?
8083 cat out/conftest.err >&5
8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8086 then
8087 # The compiler can only warn and ignore the option if not recognized
8088 # So say no if there are warnings
8089 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8090 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8091 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8092 lt_cv_prog_compiler_c_o=yes
8093 fi
8094 fi
8095 chmod u+w . 2>&5
8096 $RM conftest*
8097 # SGI C++ compiler will create directory out/ii_files/ for
8098 # template instantiation
8099 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8100 $RM out/* && rmdir out
8101 cd ..
8102 $RM -r conftest
8103 $RM conftest*
8104
8105fi
8106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8107$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8108
8109
8110
8111
8112hard_links="nottested"
8113if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8114 # do not overwrite the value of need_locks provided by the user
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8116$as_echo_n "checking if we can lock with hard links... " >&6; }
8117 hard_links=yes
8118 $RM conftest*
8119 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8120 touch conftest.a
8121 ln conftest.a conftest.b 2>&5 || hard_links=no
8122 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8124$as_echo "$hard_links" >&6; }
8125 if test "$hard_links" = no; then
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8127$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8128 need_locks=warn
8129 fi
8130else
8131 need_locks=no
8132fi
8133
8134
8135
8136
8137
8138
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8140$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8141
8142 runpath_var=
8143 allow_undefined_flag=
8144 always_export_symbols=no
8145 archive_cmds=
8146 archive_expsym_cmds=
8147 compiler_needs_object=no
8148 enable_shared_with_static_runtimes=no
8149 export_dynamic_flag_spec=
8150 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8151 hardcode_automatic=no
8152 hardcode_direct=no
8153 hardcode_direct_absolute=no
8154 hardcode_libdir_flag_spec=
8155 hardcode_libdir_flag_spec_ld=
8156 hardcode_libdir_separator=
8157 hardcode_minus_L=no
8158 hardcode_shlibpath_var=unsupported
8159 inherit_rpath=no
8160 link_all_deplibs=unknown
8161 module_cmds=
8162 module_expsym_cmds=
8163 old_archive_from_new_cmds=
8164 old_archive_from_expsyms_cmds=
8165 thread_safe_flag_spec=
8166 whole_archive_flag_spec=
8167 # include_expsyms should be a list of space-separated symbols to be *always*
8168 # included in the symbol list
8169 include_expsyms=
8170 # exclude_expsyms can be an extended regexp of symbols to exclude
8171 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8172 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8173 # as well as any symbol that contains `d'.
8174 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8175 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8176 # platforms (ab)use it in PIC code, but their linkers get confused if
8177 # the symbol is explicitly referenced. Since portable code cannot
8178 # rely on this symbol name, it's probably fine to never include it in
8179 # preloaded symbol tables.
8180 # Exclude shared library initialization/finalization symbols.
8181 extract_expsyms_cmds=
8182
8183 case $host_os in
8184 cygwin* | mingw* | pw32* | cegcc*)
8185 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8186 # When not using gcc, we currently assume that we are using
8187 # Microsoft Visual C++.
8188 if test "$GCC" != yes; then
8189 with_gnu_ld=no
8190 fi
8191 ;;
8192 interix*)
8193 # we just hope/assume this is gcc and not c89 (= MSVC++)
8194 with_gnu_ld=yes
8195 ;;
8196 openbsd*)
8197 with_gnu_ld=no
8198 ;;
8199 esac
8200
8201 ld_shlibs=yes
8202
8203 # On some targets, GNU ld is compatible enough with the native linker
8204 # that we're better off using the native interface for both.
8205 lt_use_gnu_ld_interface=no
8206 if test "$with_gnu_ld" = yes; then
8207 case $host_os in
8208 aix*)
8209 # The AIX port of GNU ld has always aspired to compatibility
8210 # with the native linker. However, as the warning in the GNU ld
8211 # block says, versions before 2.19.5* couldn't really create working
8212 # shared libraries, regardless of the interface used.
8213 case `$LD -v 2>&1` in
8214 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8215 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8216 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8217 *)
8218 lt_use_gnu_ld_interface=yes
8219 ;;
8220 esac
8221 ;;
8222 *)
8223 lt_use_gnu_ld_interface=yes
8224 ;;
8225 esac
8226 fi
8227
8228 if test "$lt_use_gnu_ld_interface" = yes; then
8229 # If archive_cmds runs LD, not CC, wlarc should be empty
8230 wlarc='${wl}'
8231
8232 # Set some defaults for GNU ld with shared library support. These
8233 # are reset later if shared libraries are not supported. Putting them
8234 # here allows them to be overridden if necessary.
8235 runpath_var=LD_RUN_PATH
8236 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8237 export_dynamic_flag_spec='${wl}--export-dynamic'
8238 # ancient GNU ld didn't support --whole-archive et. al.
8239 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8240 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8241 else
8242 whole_archive_flag_spec=
8243 fi
8244 supports_anon_versioning=no
8245 case `$LD -v 2>&1` in
8246 *GNU\ gold*) supports_anon_versioning=yes ;;
8247 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8248 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8249 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8250 *\ 2.11.*) ;; # other 2.11 versions
8251 *) supports_anon_versioning=yes ;;
8252 esac
8253
8254 # See if GNU ld supports shared libraries.
8255 case $host_os in
8256 aix[3-9]*)
8257 # On AIX/PPC, the GNU linker is very broken
8258 if test "$host_cpu" != ia64; then
8259 ld_shlibs=no
8260 cat <<_LT_EOF 1>&2
8261
8262*** Warning: the GNU linker, at least up to release 2.19, is reported
8263*** to be unable to reliably create shared libraries on AIX.
8264*** Therefore, libtool is disabling shared libraries support. If you
8265*** really care for shared libraries, you may want to install binutils
8266*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8267*** You will then need to restart the configuration process.
8268
8269_LT_EOF
8270 fi
8271 ;;
8272
8273 amigaos*)
8274 case $host_cpu in
8275 powerpc)
8276 # see comment about AmigaOS4 .so support
8277 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8278 archive_expsym_cmds=''
8279 ;;
8280 m68k)
8281 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)'
8282 hardcode_libdir_flag_spec='-L$libdir'
8283 hardcode_minus_L=yes
8284 ;;
8285 esac
8286 ;;
8287
8288 beos*)
8289 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8290 allow_undefined_flag=unsupported
8291 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8292 # support --undefined. This deserves some investigation. FIXME
8293 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8294 else
8295 ld_shlibs=no
8296 fi
8297 ;;
8298
8299 cygwin* | mingw* | pw32* | cegcc*)
8300 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8301 # as there is no search path for DLLs.
8302 hardcode_libdir_flag_spec='-L$libdir'
8303 export_dynamic_flag_spec='${wl}--export-all-symbols'
8304 allow_undefined_flag=unsupported
8305 always_export_symbols=no
8306 enable_shared_with_static_runtimes=yes
8307 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8308
8309 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8310 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8311 # If the export-symbols file already is a .def file (1st line
8312 # is EXPORTS), use it as is; otherwise, prepend...
8313 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8314 cp $export_symbols $output_objdir/$soname.def;
8315 else
8316 echo EXPORTS > $output_objdir/$soname.def;
8317 cat $export_symbols >> $output_objdir/$soname.def;
8318 fi~
8319 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8320 else
8321 ld_shlibs=no
8322 fi
8323 ;;
8324
8325 haiku*)
8326 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8327 link_all_deplibs=yes
8328 ;;
8329
8330 interix[3-9]*)
8331 hardcode_direct=no
8332 hardcode_shlibpath_var=no
8333 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8334 export_dynamic_flag_spec='${wl}-E'
8335 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8336 # Instead, shared libraries are loaded at an image base (0x10000000 by
8337 # default) and relocated if they conflict, which is a slow very memory
8338 # consuming and fragmenting process. To avoid this, we pick a random,
8339 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8340 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8341 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8342 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'
8343 ;;
8344
8345 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8346 tmp_diet=no
8347 if test "$host_os" = linux-dietlibc; then
8348 case $cc_basename in
8349 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8350 esac
8351 fi
8352 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8353 && test "$tmp_diet" = no
8354 then
fdbf396f 8355 tmp_addflag=' $pic_flag'
6bb11ab3
L
8356 tmp_sharedflag='-shared'
8357 case $cc_basename,$host_cpu in
8358 pgcc*) # Portland Group C compiler
8359 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'
8360 tmp_addflag=' $pic_flag'
8361 ;;
8362 pgf77* | pgf90* | pgf95* | pgfortran*)
8363 # Portland Group f77 and f90 compilers
8364 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'
8365 tmp_addflag=' $pic_flag -Mnomain' ;;
8366 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8367 tmp_addflag=' -i_dynamic' ;;
8368 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8369 tmp_addflag=' -i_dynamic -nofor_main' ;;
8370 ifc* | ifort*) # Intel Fortran compiler
8371 tmp_addflag=' -nofor_main' ;;
8372 lf95*) # Lahey Fortran 8.1
8373 whole_archive_flag_spec=
8374 tmp_sharedflag='--shared' ;;
8375 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8376 tmp_sharedflag='-qmkshrobj'
8377 tmp_addflag= ;;
8378 nvcc*) # Cuda Compiler Driver 2.2
8379 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'
8380 compiler_needs_object=yes
8381 ;;
8382 esac
8383 case `$CC -V 2>&1 | sed 5q` in
8384 *Sun\ C*) # Sun C 5.9
8385 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'
8386 compiler_needs_object=yes
8387 tmp_sharedflag='-G' ;;
8388 *Sun\ F*) # Sun Fortran 8.3
8389 tmp_sharedflag='-G' ;;
8390 esac
8391 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8392
8393 if test "x$supports_anon_versioning" = xyes; then
8394 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8395 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8396 echo "local: *; };" >> $output_objdir/$libname.ver~
8397 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8398 fi
8399
8400 case $cc_basename in
8401 xlf* | bgf* | bgxlf* | mpixlf*)
8402 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8403 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8404 hardcode_libdir_flag_spec=
8405 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8406 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8407 if test "x$supports_anon_versioning" = xyes; then
8408 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8409 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8410 echo "local: *; };" >> $output_objdir/$libname.ver~
8411 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8412 fi
8413 ;;
8414 esac
8415 else
8416 ld_shlibs=no
8417 fi
8418 ;;
8419
8420 netbsd*)
8421 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8422 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8423 wlarc=
8424 else
8425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8426 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8427 fi
8428 ;;
8429
8430 solaris*)
8431 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8432 ld_shlibs=no
8433 cat <<_LT_EOF 1>&2
8434
8435*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8436*** create shared libraries on Solaris systems. Therefore, libtool
8437*** is disabling shared libraries support. We urge you to upgrade GNU
8438*** binutils to release 2.9.1 or newer. Another option is to modify
8439*** your PATH or compiler configuration so that the native linker is
8440*** used, and then restart.
8441
8442_LT_EOF
8443 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8444 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8445 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8446 else
8447 ld_shlibs=no
8448 fi
8449 ;;
8450
8451 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8452 case `$LD -v 2>&1` in
8453 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8454 ld_shlibs=no
8455 cat <<_LT_EOF 1>&2
8456
8457*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8458*** reliably create shared libraries on SCO systems. Therefore, libtool
8459*** is disabling shared libraries support. We urge you to upgrade GNU
8460*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8461*** your PATH or compiler configuration so that the native linker is
8462*** used, and then restart.
8463
8464_LT_EOF
8465 ;;
8466 *)
8467 # For security reasons, it is highly recommended that you always
8468 # use absolute paths for naming shared libraries, and exclude the
8469 # DT_RUNPATH tag from executables and libraries. But doing so
8470 # requires that you compile everything twice, which is a pain.
8471 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8472 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8473 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8474 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8475 else
8476 ld_shlibs=no
8477 fi
8478 ;;
8479 esac
8480 ;;
8481
8482 sunos4*)
8483 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8484 wlarc=
8485 hardcode_direct=yes
8486 hardcode_shlibpath_var=no
8487 ;;
8488
8489 *)
8490 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8491 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8492 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8493 else
8494 ld_shlibs=no
8495 fi
8496 ;;
8497 esac
8498
8499 if test "$ld_shlibs" = no; then
8500 runpath_var=
8501 hardcode_libdir_flag_spec=
8502 export_dynamic_flag_spec=
8503 whole_archive_flag_spec=
8504 fi
8505 else
8506 # PORTME fill in a description of your system's linker (not GNU ld)
8507 case $host_os in
8508 aix3*)
8509 allow_undefined_flag=unsupported
8510 always_export_symbols=yes
8511 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'
8512 # Note: this linker hardcodes the directories in LIBPATH if there
8513 # are no directories specified by -L.
8514 hardcode_minus_L=yes
8515 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8516 # Neither direct hardcoding nor static linking is supported with a
8517 # broken collect2.
8518 hardcode_direct=unsupported
8519 fi
8520 ;;
8521
8522 aix[4-9]*)
8523 if test "$host_cpu" = ia64; then
8524 # On IA64, the linker does run time linking by default, so we don't
8525 # have to do anything special.
8526 aix_use_runtimelinking=no
8527 exp_sym_flag='-Bexport'
8528 no_entry_flag=""
8529 else
8530 # If we're using GNU nm, then we don't want the "-C" option.
8531 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8532 # Also, AIX nm treats weak defined symbols like other global
8533 # defined symbols, whereas GNU nm marks them as "W".
8534 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8535 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'
8536 else
8537 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'
8538 fi
8539 aix_use_runtimelinking=no
8540
8541 # Test if we are trying to use run time linking or normal
8542 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8543 # need to do runtime linking.
8544 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8545 for ld_flag in $LDFLAGS; do
8546 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8547 aix_use_runtimelinking=yes
8548 break
8549 fi
8550 done
8551 ;;
8552 esac
8553
8554 exp_sym_flag='-bexport'
8555 no_entry_flag='-bnoentry'
8556 fi
8557
8558 # When large executables or shared objects are built, AIX ld can
8559 # have problems creating the table of contents. If linking a library
8560 # or program results in "error TOC overflow" add -mminimal-toc to
8561 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8562 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8563
8564 archive_cmds=''
8565 hardcode_direct=yes
8566 hardcode_direct_absolute=yes
8567 hardcode_libdir_separator=':'
8568 link_all_deplibs=yes
8569 file_list_spec='${wl}-f,'
8570
8571 if test "$GCC" = yes; then
8572 case $host_os in aix4.[012]|aix4.[012].*)
8573 # We only want to do this on AIX 4.2 and lower, the check
8574 # below for broken collect2 doesn't work under 4.3+
8575 collect2name=`${CC} -print-prog-name=collect2`
8576 if test -f "$collect2name" &&
8577 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8578 then
8579 # We have reworked collect2
8580 :
8581 else
8582 # We have old collect2
8583 hardcode_direct=unsupported
8584 # It fails to find uninstalled libraries when the uninstalled
8585 # path is not listed in the libpath. Setting hardcode_minus_L
8586 # to unsupported forces relinking
8587 hardcode_minus_L=yes
8588 hardcode_libdir_flag_spec='-L$libdir'
8589 hardcode_libdir_separator=
8590 fi
8591 ;;
8592 esac
8593 shared_flag='-shared'
8594 if test "$aix_use_runtimelinking" = yes; then
8595 shared_flag="$shared_flag "'${wl}-G'
8596 fi
8597 else
8598 # not using gcc
8599 if test "$host_cpu" = ia64; then
8600 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8601 # chokes on -Wl,-G. The following line is correct:
8602 shared_flag='-G'
8603 else
8604 if test "$aix_use_runtimelinking" = yes; then
8605 shared_flag='${wl}-G'
8606 else
8607 shared_flag='${wl}-bM:SRE'
8608 fi
8609 fi
8610 fi
8611
8612 export_dynamic_flag_spec='${wl}-bexpall'
8613 # It seems that -bexpall does not export symbols beginning with
8614 # underscore (_), so it is better to generate a list of symbols to export.
8615 always_export_symbols=yes
8616 if test "$aix_use_runtimelinking" = yes; then
8617 # Warning - without using the other runtime loading flags (-brtl),
8618 # -berok will link without error, but may produce a broken library.
8619 allow_undefined_flag='-berok'
8620 # Determine the default libpath from the value encoded in an
8621 # empty executable.
8622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8623/* end confdefs.h. */
8624
8625int
8626main ()
8627{
8628
8629 ;
8630 return 0;
8631}
8632_ACEOF
8633if ac_fn_c_try_link "$LINENO"; then :
8634
8635lt_aix_libpath_sed='
8636 /Import File Strings/,/^$/ {
8637 /^0/ {
8638 s/^0 *\(.*\)$/\1/
8639 p
8640 }
8641 }'
8642aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8643# Check for a 64-bit object if we didn't find anything.
8644if test -z "$aix_libpath"; then
8645 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8646fi
8647fi
8648rm -f core conftest.err conftest.$ac_objext \
8649 conftest$ac_exeext conftest.$ac_ext
8650if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8651
8652 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8653 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"
8654 else
8655 if test "$host_cpu" = ia64; then
8656 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8657 allow_undefined_flag="-z nodefs"
8658 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"
8659 else
8660 # Determine the default libpath from the value encoded in an
8661 # empty executable.
8662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8663/* end confdefs.h. */
8664
8665int
8666main ()
8667{
8668
8669 ;
8670 return 0;
8671}
8672_ACEOF
8673if ac_fn_c_try_link "$LINENO"; then :
8674
8675lt_aix_libpath_sed='
8676 /Import File Strings/,/^$/ {
8677 /^0/ {
8678 s/^0 *\(.*\)$/\1/
8679 p
8680 }
8681 }'
8682aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8683# Check for a 64-bit object if we didn't find anything.
8684if test -z "$aix_libpath"; then
8685 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8686fi
8687fi
8688rm -f core conftest.err conftest.$ac_objext \
8689 conftest$ac_exeext conftest.$ac_ext
8690if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8691
8692 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8693 # Warning - without using the other run time loading flags,
8694 # -berok will link without error, but may produce a broken library.
8695 no_undefined_flag=' ${wl}-bernotok'
8696 allow_undefined_flag=' ${wl}-berok'
8697 if test "$with_gnu_ld" = yes; then
8698 # We only use this code for GNU lds that support --whole-archive.
8699 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8700 else
8701 # Exported symbols can be pulled into shared objects from archives
8702 whole_archive_flag_spec='$convenience'
8703 fi
8704 archive_cmds_need_lc=yes
8705 # This is similar to how AIX traditionally builds its shared libraries.
8706 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'
8707 fi
8708 fi
8709 ;;
8710
8711 amigaos*)
8712 case $host_cpu in
8713 powerpc)
8714 # see comment about AmigaOS4 .so support
8715 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8716 archive_expsym_cmds=''
8717 ;;
8718 m68k)
8719 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)'
8720 hardcode_libdir_flag_spec='-L$libdir'
8721 hardcode_minus_L=yes
8722 ;;
8723 esac
8724 ;;
8725
8726 bsdi[45]*)
8727 export_dynamic_flag_spec=-rdynamic
8728 ;;
8729
8730 cygwin* | mingw* | pw32* | cegcc*)
8731 # When not using gcc, we currently assume that we are using
8732 # Microsoft Visual C++.
8733 # hardcode_libdir_flag_spec is actually meaningless, as there is
8734 # no search path for DLLs.
8735 hardcode_libdir_flag_spec=' '
8736 allow_undefined_flag=unsupported
8737 # Tell ltmain to make .lib files, not .a files.
8738 libext=lib
8739 # Tell ltmain to make .dll files, not .so files.
8740 shrext_cmds=".dll"
8741 # FIXME: Setting linknames here is a bad hack.
8742 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8743 # The linker will automatically build a .lib file if we build a DLL.
8744 old_archive_from_new_cmds='true'
8745 # FIXME: Should let the user specify the lib program.
8746 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8747 fix_srcfile_path='`cygpath -w "$srcfile"`'
8748 enable_shared_with_static_runtimes=yes
8749 ;;
8750
8751 darwin* | rhapsody*)
8752
8753
8754 archive_cmds_need_lc=no
8755 hardcode_direct=no
8756 hardcode_automatic=yes
8757 hardcode_shlibpath_var=unsupported
8758 if test "$lt_cv_ld_force_load" = "yes"; then
8759 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\"`'
8760 else
8761 whole_archive_flag_spec=''
8762 fi
8763 link_all_deplibs=yes
8764 allow_undefined_flag="$_lt_dar_allow_undefined"
8765 case $cc_basename in
8766 ifort*) _lt_dar_can_shared=yes ;;
8767 *) _lt_dar_can_shared=$GCC ;;
8768 esac
8769 if test "$_lt_dar_can_shared" = "yes"; then
8770 output_verbose_link_cmd=func_echo_all
8771 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8772 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8773 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}"
8774 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}"
8775
8776 else
8777 ld_shlibs=no
8778 fi
8779
8780 ;;
8781
8782 dgux*)
8783 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8784 hardcode_libdir_flag_spec='-L$libdir'
8785 hardcode_shlibpath_var=no
8786 ;;
8787
8788 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8789 # support. Future versions do this automatically, but an explicit c++rt0.o
8790 # does not break anything, and helps significantly (at the cost of a little
8791 # extra space).
8792 freebsd2.2*)
8793 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8794 hardcode_libdir_flag_spec='-R$libdir'
8795 hardcode_direct=yes
8796 hardcode_shlibpath_var=no
8797 ;;
8798
8799 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8800 freebsd2.*)
8801 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8802 hardcode_direct=yes
8803 hardcode_minus_L=yes
8804 hardcode_shlibpath_var=no
8805 ;;
8806
8807 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8808 freebsd* | dragonfly*)
8809 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8810 hardcode_libdir_flag_spec='-R$libdir'
8811 hardcode_direct=yes
8812 hardcode_shlibpath_var=no
8813 ;;
8814
8815 hpux9*)
8816 if test "$GCC" = yes; then
8817 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'
8818 else
8819 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'
8820 fi
8821 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8822 hardcode_libdir_separator=:
8823 hardcode_direct=yes
8824
8825 # hardcode_minus_L: Not really in the search PATH,
8826 # but as the default location of the library.
8827 hardcode_minus_L=yes
8828 export_dynamic_flag_spec='${wl}-E'
8829 ;;
8830
8831 hpux10*)
8832 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8833 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8834 else
8835 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8836 fi
8837 if test "$with_gnu_ld" = no; then
8838 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8839 hardcode_libdir_flag_spec_ld='+b $libdir'
8840 hardcode_libdir_separator=:
8841 hardcode_direct=yes
8842 hardcode_direct_absolute=yes
8843 export_dynamic_flag_spec='${wl}-E'
8844 # hardcode_minus_L: Not really in the search PATH,
8845 # but as the default location of the library.
8846 hardcode_minus_L=yes
8847 fi
8848 ;;
8849
8850 hpux11*)
8851 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8852 case $host_cpu in
8853 hppa*64*)
8854 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8855 ;;
8856 ia64*)
8857 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8858 ;;
8859 *)
8860 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8861 ;;
8862 esac
8863 else
8864 case $host_cpu in
8865 hppa*64*)
8866 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8867 ;;
8868 ia64*)
8869 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8870 ;;
8871 *)
8872
8873 # Older versions of the 11.00 compiler do not understand -b yet
8874 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8876$as_echo_n "checking if $CC understands -b... " >&6; }
8877if test "${lt_cv_prog_compiler__b+set}" = set; then :
8878 $as_echo_n "(cached) " >&6
8879else
8880 lt_cv_prog_compiler__b=no
8881 save_LDFLAGS="$LDFLAGS"
8882 LDFLAGS="$LDFLAGS -b"
8883 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8884 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8885 # The linker can only warn and ignore the option if not recognized
8886 # So say no if there are warnings
8887 if test -s conftest.err; then
8888 # Append any errors to the config.log.
8889 cat conftest.err 1>&5
8890 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8891 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8892 if diff conftest.exp conftest.er2 >/dev/null; then
8893 lt_cv_prog_compiler__b=yes
8894 fi
8895 else
8896 lt_cv_prog_compiler__b=yes
8897 fi
8898 fi
8899 $RM -r conftest*
8900 LDFLAGS="$save_LDFLAGS"
8901
8902fi
8903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8904$as_echo "$lt_cv_prog_compiler__b" >&6; }
8905
8906if test x"$lt_cv_prog_compiler__b" = xyes; then
8907 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8908else
8909 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8910fi
8911
8912 ;;
8913 esac
8914 fi
8915 if test "$with_gnu_ld" = no; then
8916 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8917 hardcode_libdir_separator=:
8918
8919 case $host_cpu in
8920 hppa*64*|ia64*)
8921 hardcode_direct=no
8922 hardcode_shlibpath_var=no
8923 ;;
8924 *)
8925 hardcode_direct=yes
8926 hardcode_direct_absolute=yes
8927 export_dynamic_flag_spec='${wl}-E'
8928
8929 # hardcode_minus_L: Not really in the search PATH,
8930 # but as the default location of the library.
8931 hardcode_minus_L=yes
8932 ;;
8933 esac
8934 fi
8935 ;;
8936
8937 irix5* | irix6* | nonstopux*)
8938 if test "$GCC" = yes; then
8939 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'
8940 # Try to use the -exported_symbol ld option, if it does not
8941 # work, assume that -exports_file does not work either and
8942 # implicitly export all symbols.
8943 save_LDFLAGS="$LDFLAGS"
8944 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8946/* end confdefs.h. */
8947int foo(void) {}
8948_ACEOF
8949if ac_fn_c_try_link "$LINENO"; then :
8950 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'
8951
8952fi
8953rm -f core conftest.err conftest.$ac_objext \
8954 conftest$ac_exeext conftest.$ac_ext
8955 LDFLAGS="$save_LDFLAGS"
8956 else
8957 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'
8958 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'
8959 fi
8960 archive_cmds_need_lc='no'
8961 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8962 hardcode_libdir_separator=:
8963 inherit_rpath=yes
8964 link_all_deplibs=yes
8965 ;;
8966
8967 netbsd*)
8968 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8969 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8970 else
8971 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8972 fi
8973 hardcode_libdir_flag_spec='-R$libdir'
8974 hardcode_direct=yes
8975 hardcode_shlibpath_var=no
8976 ;;
8977
8978 newsos6)
8979 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8980 hardcode_direct=yes
8981 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8982 hardcode_libdir_separator=:
8983 hardcode_shlibpath_var=no
8984 ;;
8985
8986 *nto* | *qnx*)
8987 ;;
8988
8989 openbsd*)
8990 if test -f /usr/libexec/ld.so; then
8991 hardcode_direct=yes
8992 hardcode_shlibpath_var=no
8993 hardcode_direct_absolute=yes
8994 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8995 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8996 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8997 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8998 export_dynamic_flag_spec='${wl}-E'
8999 else
9000 case $host_os in
9001 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9002 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9003 hardcode_libdir_flag_spec='-R$libdir'
9004 ;;
9005 *)
9006 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9007 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9008 ;;
9009 esac
9010 fi
9011 else
9012 ld_shlibs=no
9013 fi
9014 ;;
9015
9016 os2*)
9017 hardcode_libdir_flag_spec='-L$libdir'
9018 hardcode_minus_L=yes
9019 allow_undefined_flag=unsupported
9020 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'
9021 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9022 ;;
9023
9024 osf3*)
9025 if test "$GCC" = yes; then
9026 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9027 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'
9028 else
9029 allow_undefined_flag=' -expect_unresolved \*'
9030 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'
9031 fi
9032 archive_cmds_need_lc='no'
9033 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9034 hardcode_libdir_separator=:
9035 ;;
9036
9037 osf4* | osf5*) # as osf3* with the addition of -msym flag
9038 if test "$GCC" = yes; then
9039 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9040 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'
9041 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9042 else
9043 allow_undefined_flag=' -expect_unresolved \*'
9044 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'
9045 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~
9046 $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'
9047
9048 # Both c and cxx compiler support -rpath directly
9049 hardcode_libdir_flag_spec='-rpath $libdir'
9050 fi
9051 archive_cmds_need_lc='no'
9052 hardcode_libdir_separator=:
9053 ;;
9054
9055 solaris*)
9056 no_undefined_flag=' -z defs'
9057 if test "$GCC" = yes; then
9058 wlarc='${wl}'
9059 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9060 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9061 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9062 else
9063 case `$CC -V 2>&1` in
9064 *"Compilers 5.0"*)
9065 wlarc=''
9066 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9067 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9068 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9069 ;;
9070 *)
9071 wlarc='${wl}'
9072 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9073 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9074 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9075 ;;
9076 esac
9077 fi
9078 hardcode_libdir_flag_spec='-R$libdir'
9079 hardcode_shlibpath_var=no
9080 case $host_os in
9081 solaris2.[0-5] | solaris2.[0-5].*) ;;
9082 *)
9083 # The compiler driver will combine and reorder linker options,
9084 # but understands `-z linker_flag'. GCC discards it without `$wl',
9085 # but is careful enough not to reorder.
9086 # Supported since Solaris 2.6 (maybe 2.5.1?)
9087 if test "$GCC" = yes; then
9088 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9089 else
9090 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9091 fi
9092 ;;
9093 esac
9094 link_all_deplibs=yes
9095 ;;
9096
9097 sunos4*)
9098 if test "x$host_vendor" = xsequent; then
9099 # Use $CC to link under sequent, because it throws in some extra .o
9100 # files that make .init and .fini sections work.
9101 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9102 else
9103 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9104 fi
9105 hardcode_libdir_flag_spec='-L$libdir'
9106 hardcode_direct=yes
9107 hardcode_minus_L=yes
9108 hardcode_shlibpath_var=no
9109 ;;
9110
9111 sysv4)
9112 case $host_vendor in
9113 sni)
9114 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9115 hardcode_direct=yes # is this really true???
9116 ;;
9117 siemens)
9118 ## LD is ld it makes a PLAMLIB
9119 ## CC just makes a GrossModule.
9120 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9121 reload_cmds='$CC -r -o $output$reload_objs'
9122 hardcode_direct=no
9123 ;;
9124 motorola)
9125 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9126 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9127 ;;
9128 esac
9129 runpath_var='LD_RUN_PATH'
9130 hardcode_shlibpath_var=no
9131 ;;
9132
9133 sysv4.3*)
9134 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9135 hardcode_shlibpath_var=no
9136 export_dynamic_flag_spec='-Bexport'
9137 ;;
9138
9139 sysv4*MP*)
9140 if test -d /usr/nec; then
9141 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9142 hardcode_shlibpath_var=no
9143 runpath_var=LD_RUN_PATH
9144 hardcode_runpath_var=yes
9145 ld_shlibs=yes
9146 fi
9147 ;;
9148
9149 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9150 no_undefined_flag='${wl}-z,text'
9151 archive_cmds_need_lc=no
9152 hardcode_shlibpath_var=no
9153 runpath_var='LD_RUN_PATH'
9154
9155 if test "$GCC" = yes; then
9156 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9157 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9158 else
9159 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9160 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9161 fi
9162 ;;
9163
9164 sysv5* | sco3.2v5* | sco5v6*)
9165 # Note: We can NOT use -z defs as we might desire, because we do not
9166 # link with -lc, and that would cause any symbols used from libc to
9167 # always be unresolved, which means just about no library would
9168 # ever link correctly. If we're not using GNU ld we use -z text
9169 # though, which does catch some bad symbols but isn't as heavy-handed
9170 # as -z defs.
9171 no_undefined_flag='${wl}-z,text'
9172 allow_undefined_flag='${wl}-z,nodefs'
9173 archive_cmds_need_lc=no
9174 hardcode_shlibpath_var=no
9175 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9176 hardcode_libdir_separator=':'
9177 link_all_deplibs=yes
9178 export_dynamic_flag_spec='${wl}-Bexport'
9179 runpath_var='LD_RUN_PATH'
9180
9181 if test "$GCC" = yes; then
9182 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9183 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9184 else
9185 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9186 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9187 fi
9188 ;;
9189
9190 uts4*)
9191 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9192 hardcode_libdir_flag_spec='-L$libdir'
9193 hardcode_shlibpath_var=no
9194 ;;
9195
9196 *)
9197 ld_shlibs=no
9198 ;;
9199 esac
9200
9201 if test x$host_vendor = xsni; then
9202 case $host in
9203 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9204 export_dynamic_flag_spec='${wl}-Blargedynsym'
9205 ;;
9206 esac
9207 fi
9208 fi
9209
9210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9211$as_echo "$ld_shlibs" >&6; }
9212test "$ld_shlibs" = no && can_build_shared=no
9213
9214with_gnu_ld=$with_gnu_ld
9215
9216
9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230#
9231# Do we need to explicitly link libc?
9232#
9233case "x$archive_cmds_need_lc" in
9234x|xyes)
9235 # Assume -lc should be added
9236 archive_cmds_need_lc=yes
9237
9238 if test "$enable_shared" = yes && test "$GCC" = yes; then
9239 case $archive_cmds in
9240 *'~'*)
9241 # FIXME: we may have to deal with multi-command sequences.
9242 ;;
9243 '$CC '*)
9244 # Test whether the compiler implicitly links with -lc since on some
9245 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9246 # to ld, don't add -lc before -lgcc.
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9248$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9249if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9250 $as_echo_n "(cached) " >&6
9251else
9252 $RM conftest*
9253 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9254
9255 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9256 (eval $ac_compile) 2>&5
9257 ac_status=$?
9258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9259 test $ac_status = 0; } 2>conftest.err; then
9260 soname=conftest
9261 lib=conftest
9262 libobjs=conftest.$ac_objext
9263 deplibs=
9264 wl=$lt_prog_compiler_wl
9265 pic_flag=$lt_prog_compiler_pic
9266 compiler_flags=-v
9267 linker_flags=-v
9268 verstring=
9269 output_objdir=.
9270 libname=conftest
9271 lt_save_allow_undefined_flag=$allow_undefined_flag
9272 allow_undefined_flag=
9273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9274 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9275 ac_status=$?
9276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9277 test $ac_status = 0; }
9278 then
9279 lt_cv_archive_cmds_need_lc=no
9280 else
9281 lt_cv_archive_cmds_need_lc=yes
9282 fi
9283 allow_undefined_flag=$lt_save_allow_undefined_flag
9284 else
9285 cat conftest.err 1>&5
9286 fi
9287 $RM conftest*
9288
9289fi
9290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9291$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9292 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9293 ;;
9294 esac
9295 fi
9296 ;;
9297esac
9298
9299
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9456$as_echo_n "checking dynamic linker characteristics... " >&6; }
9457
9458if test "$GCC" = yes; then
9459 case $host_os in
9460 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9461 *) lt_awk_arg="/^libraries:/" ;;
9462 esac
9463 case $host_os in
9464 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9465 *) lt_sed_strip_eq="s,=/,/,g" ;;
9466 esac
9467 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9468 case $lt_search_path_spec in
9469 *\;*)
9470 # if the path contains ";" then we assume it to be the separator
9471 # otherwise default to the standard path separator (i.e. ":") - it is
9472 # assumed that no part of a normal pathname contains ";" but that should
9473 # okay in the real world where ";" in dirpaths is itself problematic.
9474 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9475 ;;
9476 *)
9477 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9478 ;;
9479 esac
9480 # Ok, now we have the path, separated by spaces, we can step through it
9481 # and add multilib dir if necessary.
9482 lt_tmp_lt_search_path_spec=
9483 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9484 for lt_sys_path in $lt_search_path_spec; do
9485 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9486 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9487 else
9488 test -d "$lt_sys_path" && \
9489 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9490 fi
9491 done
9492 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9493BEGIN {RS=" "; FS="/|\n";} {
9494 lt_foo="";
9495 lt_count=0;
9496 for (lt_i = NF; lt_i > 0; lt_i--) {
9497 if ($lt_i != "" && $lt_i != ".") {
9498 if ($lt_i == "..") {
9499 lt_count++;
9500 } else {
9501 if (lt_count == 0) {
9502 lt_foo="/" $lt_i lt_foo;
9503 } else {
9504 lt_count--;
9505 }
9506 }
9507 }
9508 }
9509 if (lt_foo != "") { lt_freq[lt_foo]++; }
9510 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9511}'`
9512 # AWK program above erroneously prepends '/' to C:/dos/paths
9513 # for these hosts.
9514 case $host_os in
9515 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9516 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9517 esac
9518 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9519else
9520 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9521fi
9522library_names_spec=
9523libname_spec='lib$name'
9524soname_spec=
9525shrext_cmds=".so"
9526postinstall_cmds=
9527postuninstall_cmds=
9528finish_cmds=
9529finish_eval=
9530shlibpath_var=
9531shlibpath_overrides_runpath=unknown
9532version_type=none
9533dynamic_linker="$host_os ld.so"
9534sys_lib_dlsearch_path_spec="/lib /usr/lib"
9535need_lib_prefix=unknown
9536hardcode_into_libs=no
9537
9538# when you set need_version to no, make sure it does not cause -set_version
9539# flags to be left without arguments
9540need_version=unknown
9541
9542case $host_os in
9543aix3*)
9544 version_type=linux
9545 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9546 shlibpath_var=LIBPATH
9547
9548 # AIX 3 has no versioning support, so we append a major version to the name.
9549 soname_spec='${libname}${release}${shared_ext}$major'
9550 ;;
9551
9552aix[4-9]*)
9553 version_type=linux
9554 need_lib_prefix=no
9555 need_version=no
9556 hardcode_into_libs=yes
9557 if test "$host_cpu" = ia64; then
9558 # AIX 5 supports IA64
9559 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9560 shlibpath_var=LD_LIBRARY_PATH
9561 else
9562 # With GCC up to 2.95.x, collect2 would create an import file
9563 # for dependence libraries. The import file would start with
9564 # the line `#! .'. This would cause the generated library to
9565 # depend on `.', always an invalid library. This was fixed in
9566 # development snapshots of GCC prior to 3.0.
9567 case $host_os in
9568 aix4 | aix4.[01] | aix4.[01].*)
9569 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9570 echo ' yes '
9571 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9572 :
9573 else
9574 can_build_shared=no
9575 fi
9576 ;;
9577 esac
9578 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9579 # soname into executable. Probably we can add versioning support to
9580 # collect2, so additional links can be useful in future.
9581 if test "$aix_use_runtimelinking" = yes; then
9582 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9583 # instead of lib<name>.a to let people know that these are not
9584 # typical AIX shared libraries.
9585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9586 else
9587 # We preserve .a as extension for shared libraries through AIX4.2
9588 # and later when we are not doing run time linking.
9589 library_names_spec='${libname}${release}.a $libname.a'
9590 soname_spec='${libname}${release}${shared_ext}$major'
9591 fi
9592 shlibpath_var=LIBPATH
9593 fi
9594 ;;
9595
9596amigaos*)
9597 case $host_cpu in
9598 powerpc)
9599 # Since July 2007 AmigaOS4 officially supports .so libraries.
9600 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9602 ;;
9603 m68k)
9604 library_names_spec='$libname.ixlibrary $libname.a'
9605 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9606 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'
9607 ;;
9608 esac
9609 ;;
9610
9611beos*)
9612 library_names_spec='${libname}${shared_ext}'
9613 dynamic_linker="$host_os ld.so"
9614 shlibpath_var=LIBRARY_PATH
9615 ;;
9616
9617bsdi[45]*)
9618 version_type=linux
9619 need_version=no
9620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9621 soname_spec='${libname}${release}${shared_ext}$major'
9622 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9623 shlibpath_var=LD_LIBRARY_PATH
9624 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9625 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9626 # the default ld.so.conf also contains /usr/contrib/lib and
9627 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9628 # libtool to hard-code these into programs
9629 ;;
9630
9631cygwin* | mingw* | pw32* | cegcc*)
9632 version_type=windows
9633 shrext_cmds=".dll"
9634 need_version=no
9635 need_lib_prefix=no
9636
9637 case $GCC,$host_os in
9638 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9639 library_names_spec='$libname.dll.a'
9640 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9641 postinstall_cmds='base_file=`basename \${file}`~
9642 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9643 dldir=$destdir/`dirname \$dlpath`~
9644 test -d \$dldir || mkdir -p \$dldir~
9645 $install_prog $dir/$dlname \$dldir/$dlname~
9646 chmod a+x \$dldir/$dlname~
9647 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9648 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9649 fi'
9650 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9651 dlpath=$dir/\$dldll~
9652 $RM \$dlpath'
9653 shlibpath_overrides_runpath=yes
9654
9655 case $host_os in
9656 cygwin*)
9657 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9658 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9659
9660 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9661 ;;
9662 mingw* | cegcc*)
9663 # MinGW DLLs use traditional 'lib' prefix
9664 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9665 ;;
9666 pw32*)
9667 # pw32 DLLs use 'pw' prefix rather than 'lib'
9668 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9669 ;;
9670 esac
9671 ;;
9672
9673 *)
9674 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9675 ;;
9676 esac
9677 dynamic_linker='Win32 ld.exe'
9678 # FIXME: first we should search . and the directory the executable is in
9679 shlibpath_var=PATH
9680 ;;
9681
9682darwin* | rhapsody*)
9683 dynamic_linker="$host_os dyld"
9684 version_type=darwin
9685 need_lib_prefix=no
9686 need_version=no
9687 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9688 soname_spec='${libname}${release}${major}$shared_ext'
9689 shlibpath_overrides_runpath=yes
9690 shlibpath_var=DYLD_LIBRARY_PATH
9691 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9692
9693 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9694 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9695 ;;
9696
9697dgux*)
9698 version_type=linux
9699 need_lib_prefix=no
9700 need_version=no
9701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9702 soname_spec='${libname}${release}${shared_ext}$major'
9703 shlibpath_var=LD_LIBRARY_PATH
9704 ;;
9705
9706freebsd* | dragonfly*)
9707 # DragonFly does not have aout. When/if they implement a new
9708 # versioning mechanism, adjust this.
9709 if test -x /usr/bin/objformat; then
9710 objformat=`/usr/bin/objformat`
9711 else
9712 case $host_os in
9713 freebsd[23].*) objformat=aout ;;
9714 *) objformat=elf ;;
9715 esac
9716 fi
9717 version_type=freebsd-$objformat
9718 case $version_type in
9719 freebsd-elf*)
9720 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9721 need_version=no
9722 need_lib_prefix=no
9723 ;;
9724 freebsd-*)
9725 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9726 need_version=yes
9727 ;;
9728 esac
9729 shlibpath_var=LD_LIBRARY_PATH
9730 case $host_os in
9731 freebsd2.*)
9732 shlibpath_overrides_runpath=yes
9733 ;;
9734 freebsd3.[01]* | freebsdelf3.[01]*)
9735 shlibpath_overrides_runpath=yes
9736 hardcode_into_libs=yes
9737 ;;
9738 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9739 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9740 shlibpath_overrides_runpath=no
9741 hardcode_into_libs=yes
9742 ;;
9743 *) # from 4.6 on, and DragonFly
9744 shlibpath_overrides_runpath=yes
9745 hardcode_into_libs=yes
9746 ;;
9747 esac
9748 ;;
9749
9750gnu*)
9751 version_type=linux
9752 need_lib_prefix=no
9753 need_version=no
9754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9755 soname_spec='${libname}${release}${shared_ext}$major'
9756 shlibpath_var=LD_LIBRARY_PATH
9757 hardcode_into_libs=yes
9758 ;;
9759
9760haiku*)
9761 version_type=linux
9762 need_lib_prefix=no
9763 need_version=no
9764 dynamic_linker="$host_os runtime_loader"
9765 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9766 soname_spec='${libname}${release}${shared_ext}$major'
9767 shlibpath_var=LIBRARY_PATH
9768 shlibpath_overrides_runpath=yes
9769 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9770 hardcode_into_libs=yes
9771 ;;
9772
9773hpux9* | hpux10* | hpux11*)
9774 # Give a soname corresponding to the major version so that dld.sl refuses to
9775 # link against other versions.
9776 version_type=sunos
9777 need_lib_prefix=no
9778 need_version=no
9779 case $host_cpu in
9780 ia64*)
9781 shrext_cmds='.so'
9782 hardcode_into_libs=yes
9783 dynamic_linker="$host_os dld.so"
9784 shlibpath_var=LD_LIBRARY_PATH
9785 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9786 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9787 soname_spec='${libname}${release}${shared_ext}$major'
9788 if test "X$HPUX_IA64_MODE" = X32; then
9789 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9790 else
9791 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9792 fi
9793 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9794 ;;
9795 hppa*64*)
9796 shrext_cmds='.sl'
9797 hardcode_into_libs=yes
9798 dynamic_linker="$host_os dld.sl"
9799 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9800 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9802 soname_spec='${libname}${release}${shared_ext}$major'
9803 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9804 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9805 ;;
9806 *)
9807 shrext_cmds='.sl'
9808 dynamic_linker="$host_os dld.sl"
9809 shlibpath_var=SHLIB_PATH
9810 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9812 soname_spec='${libname}${release}${shared_ext}$major'
9813 ;;
9814 esac
9815 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9816 postinstall_cmds='chmod 555 $lib'
9817 # or fails outright, so override atomically:
9818 install_override_mode=555
9819 ;;
9820
9821interix[3-9]*)
9822 version_type=linux
9823 need_lib_prefix=no
9824 need_version=no
9825 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9826 soname_spec='${libname}${release}${shared_ext}$major'
9827 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9828 shlibpath_var=LD_LIBRARY_PATH
9829 shlibpath_overrides_runpath=no
9830 hardcode_into_libs=yes
9831 ;;
9832
9833irix5* | irix6* | nonstopux*)
9834 case $host_os in
9835 nonstopux*) version_type=nonstopux ;;
9836 *)
9837 if test "$lt_cv_prog_gnu_ld" = yes; then
9838 version_type=linux
9839 else
9840 version_type=irix
9841 fi ;;
9842 esac
9843 need_lib_prefix=no
9844 need_version=no
9845 soname_spec='${libname}${release}${shared_ext}$major'
9846 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9847 case $host_os in
9848 irix5* | nonstopux*)
9849 libsuff= shlibsuff=
9850 ;;
9851 *)
9852 case $LD in # libtool.m4 will add one of these switches to LD
9853 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9854 libsuff= shlibsuff= libmagic=32-bit;;
9855 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9856 libsuff=32 shlibsuff=N32 libmagic=N32;;
9857 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9858 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9859 *) libsuff= shlibsuff= libmagic=never-match;;
9860 esac
9861 ;;
9862 esac
9863 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9864 shlibpath_overrides_runpath=no
9865 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9866 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9867 hardcode_into_libs=yes
9868 ;;
9869
9870# No shared lib support for Linux oldld, aout, or coff.
9871linux*oldld* | linux*aout* | linux*coff*)
9872 dynamic_linker=no
9873 ;;
9874
9875# This must be Linux ELF.
9876linux* | k*bsd*-gnu | kopensolaris*-gnu)
9877 version_type=linux
9878 need_lib_prefix=no
9879 need_version=no
9880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9881 soname_spec='${libname}${release}${shared_ext}$major'
9882 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9883 shlibpath_var=LD_LIBRARY_PATH
9884 shlibpath_overrides_runpath=no
9885
9886 # Some binutils ld are patched to set DT_RUNPATH
9887 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9888 $as_echo_n "(cached) " >&6
9889else
9890 lt_cv_shlibpath_overrides_runpath=no
9891 save_LDFLAGS=$LDFLAGS
9892 save_libdir=$libdir
9893 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9894 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9896/* end confdefs.h. */
9897
9898int
9899main ()
9900{
9901
9902 ;
9903 return 0;
9904}
9905_ACEOF
9906if ac_fn_c_try_link "$LINENO"; then :
9907 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9908 lt_cv_shlibpath_overrides_runpath=yes
9909fi
9910fi
9911rm -f core conftest.err conftest.$ac_objext \
9912 conftest$ac_exeext conftest.$ac_ext
9913 LDFLAGS=$save_LDFLAGS
9914 libdir=$save_libdir
9915
9916fi
9917
9918 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9919
9920 # This implies no fast_install, which is unacceptable.
9921 # Some rework will be needed to allow for fast_install
9922 # before this can be enabled.
9923 hardcode_into_libs=yes
9924
9925 # Append ld.so.conf contents to the search path
9926 if test -f /etc/ld.so.conf; then
9927 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' ' '`
9928 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9929 fi
9930
9931 # We used to test for /lib/ld.so.1 and disable shared libraries on
9932 # powerpc, because MkLinux only supported shared libraries with the
9933 # GNU dynamic linker. Since this was broken with cross compilers,
9934 # most powerpc-linux boxes support dynamic linking these days and
9935 # people can always --disable-shared, the test was removed, and we
9936 # assume the GNU/Linux dynamic linker is in use.
9937 dynamic_linker='GNU/Linux ld.so'
9938 ;;
9939
9940netbsd*)
9941 version_type=sunos
9942 need_lib_prefix=no
9943 need_version=no
9944 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9946 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9947 dynamic_linker='NetBSD (a.out) ld.so'
9948 else
9949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9950 soname_spec='${libname}${release}${shared_ext}$major'
9951 dynamic_linker='NetBSD ld.elf_so'
9952 fi
9953 shlibpath_var=LD_LIBRARY_PATH
9954 shlibpath_overrides_runpath=yes
9955 hardcode_into_libs=yes
9956 ;;
9957
9958newsos6)
9959 version_type=linux
9960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9961 shlibpath_var=LD_LIBRARY_PATH
9962 shlibpath_overrides_runpath=yes
9963 ;;
9964
9965*nto* | *qnx*)
9966 version_type=qnx
9967 need_lib_prefix=no
9968 need_version=no
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9970 soname_spec='${libname}${release}${shared_ext}$major'
9971 shlibpath_var=LD_LIBRARY_PATH
9972 shlibpath_overrides_runpath=no
9973 hardcode_into_libs=yes
9974 dynamic_linker='ldqnx.so'
9975 ;;
9976
9977openbsd*)
9978 version_type=sunos
9979 sys_lib_dlsearch_path_spec="/usr/lib"
9980 need_lib_prefix=no
9981 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9982 case $host_os in
9983 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9984 *) need_version=no ;;
9985 esac
9986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9987 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9988 shlibpath_var=LD_LIBRARY_PATH
9989 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9990 case $host_os in
9991 openbsd2.[89] | openbsd2.[89].*)
9992 shlibpath_overrides_runpath=no
9993 ;;
9994 *)
9995 shlibpath_overrides_runpath=yes
9996 ;;
9997 esac
9998 else
9999 shlibpath_overrides_runpath=yes
10000 fi
10001 ;;
10002
10003os2*)
10004 libname_spec='$name'
10005 shrext_cmds=".dll"
10006 need_lib_prefix=no
10007 library_names_spec='$libname${shared_ext} $libname.a'
10008 dynamic_linker='OS/2 ld.exe'
10009 shlibpath_var=LIBPATH
10010 ;;
10011
10012osf3* | osf4* | osf5*)
10013 version_type=osf
10014 need_lib_prefix=no
10015 need_version=no
10016 soname_spec='${libname}${release}${shared_ext}$major'
10017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10018 shlibpath_var=LD_LIBRARY_PATH
10019 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10020 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10021 ;;
10022
10023rdos*)
10024 dynamic_linker=no
10025 ;;
10026
10027solaris*)
10028 version_type=linux
10029 need_lib_prefix=no
10030 need_version=no
10031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10032 soname_spec='${libname}${release}${shared_ext}$major'
10033 shlibpath_var=LD_LIBRARY_PATH
10034 shlibpath_overrides_runpath=yes
10035 hardcode_into_libs=yes
10036 # ldd complains unless libraries are executable
10037 postinstall_cmds='chmod +x $lib'
10038 ;;
10039
10040sunos4*)
10041 version_type=sunos
10042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10043 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10044 shlibpath_var=LD_LIBRARY_PATH
10045 shlibpath_overrides_runpath=yes
10046 if test "$with_gnu_ld" = yes; then
10047 need_lib_prefix=no
10048 fi
10049 need_version=yes
10050 ;;
10051
10052sysv4 | sysv4.3*)
10053 version_type=linux
10054 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10055 soname_spec='${libname}${release}${shared_ext}$major'
10056 shlibpath_var=LD_LIBRARY_PATH
10057 case $host_vendor in
10058 sni)
10059 shlibpath_overrides_runpath=no
10060 need_lib_prefix=no
10061 runpath_var=LD_RUN_PATH
10062 ;;
10063 siemens)
10064 need_lib_prefix=no
10065 ;;
10066 motorola)
10067 need_lib_prefix=no
10068 need_version=no
10069 shlibpath_overrides_runpath=no
10070 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10071 ;;
10072 esac
10073 ;;
10074
10075sysv4*MP*)
10076 if test -d /usr/nec ;then
10077 version_type=linux
10078 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10079 soname_spec='$libname${shared_ext}.$major'
10080 shlibpath_var=LD_LIBRARY_PATH
10081 fi
10082 ;;
10083
10084sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10085 version_type=freebsd-elf
10086 need_lib_prefix=no
10087 need_version=no
10088 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10089 soname_spec='${libname}${release}${shared_ext}$major'
10090 shlibpath_var=LD_LIBRARY_PATH
10091 shlibpath_overrides_runpath=yes
10092 hardcode_into_libs=yes
10093 if test "$with_gnu_ld" = yes; then
10094 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10095 else
10096 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10097 case $host_os in
10098 sco3.2v5*)
10099 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10100 ;;
10101 esac
10102 fi
10103 sys_lib_dlsearch_path_spec='/usr/lib'
10104 ;;
10105
10106tpf*)
10107 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10108 version_type=linux
10109 need_lib_prefix=no
10110 need_version=no
10111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10112 shlibpath_var=LD_LIBRARY_PATH
10113 shlibpath_overrides_runpath=no
10114 hardcode_into_libs=yes
10115 ;;
10116
10117uts4*)
10118 version_type=linux
10119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10120 soname_spec='${libname}${release}${shared_ext}$major'
10121 shlibpath_var=LD_LIBRARY_PATH
10122 ;;
10123
10124*)
10125 dynamic_linker=no
10126 ;;
10127esac
10128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10129$as_echo "$dynamic_linker" >&6; }
10130test "$dynamic_linker" = no && can_build_shared=no
10131
10132variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10133if test "$GCC" = yes; then
10134 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10135fi
10136
10137if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10138 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10139fi
10140if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10141 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10142fi
10143
10144
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10236$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10237hardcode_action=
10238if test -n "$hardcode_libdir_flag_spec" ||
10239 test -n "$runpath_var" ||
10240 test "X$hardcode_automatic" = "Xyes" ; then
10241
10242 # We can hardcode non-existent directories.
10243 if test "$hardcode_direct" != no &&
10244 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10245 # have to relink, otherwise we might link with an installed library
10246 # when we should be linking with a yet-to-be-installed one
10247 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10248 test "$hardcode_minus_L" != no; then
10249 # Linking always hardcodes the temporary library directory.
10250 hardcode_action=relink
10251 else
10252 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10253 hardcode_action=immediate
10254 fi
10255else
10256 # We cannot hardcode anything, or else we can only hardcode existing
10257 # directories.
10258 hardcode_action=unsupported
10259fi
10260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10261$as_echo "$hardcode_action" >&6; }
10262
10263if test "$hardcode_action" = relink ||
10264 test "$inherit_rpath" = yes; then
10265 # Fast installation is not supported
10266 enable_fast_install=no
10267elif test "$shlibpath_overrides_runpath" = yes ||
10268 test "$enable_shared" = no; then
10269 # Fast installation is not necessary
10270 enable_fast_install=needless
10271fi
10272
10273
10274
10275
10276
10277
10278 if test "x$enable_dlopen" != xyes; then
10279 enable_dlopen=unknown
10280 enable_dlopen_self=unknown
10281 enable_dlopen_self_static=unknown
10282else
10283 lt_cv_dlopen=no
10284 lt_cv_dlopen_libs=
10285
10286 case $host_os in
10287 beos*)
10288 lt_cv_dlopen="load_add_on"
10289 lt_cv_dlopen_libs=
10290 lt_cv_dlopen_self=yes
10291 ;;
10292
10293 mingw* | pw32* | cegcc*)
10294 lt_cv_dlopen="LoadLibrary"
10295 lt_cv_dlopen_libs=
10296 ;;
10297
10298 cygwin*)
10299 lt_cv_dlopen="dlopen"
10300 lt_cv_dlopen_libs=
10301 ;;
10302
10303 darwin*)
10304 # if libdl is installed we need to link against it
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10306$as_echo_n "checking for dlopen in -ldl... " >&6; }
10307if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10308 $as_echo_n "(cached) " >&6
10309else
10310 ac_check_lib_save_LIBS=$LIBS
10311LIBS="-ldl $LIBS"
10312cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10313/* end confdefs.h. */
10314
10315/* Override any GCC internal prototype to avoid an error.
10316 Use char because int might match the return type of a GCC
10317 builtin and then its argument prototype would still apply. */
10318#ifdef __cplusplus
10319extern "C"
10320#endif
10321char dlopen ();
10322int
10323main ()
10324{
10325return dlopen ();
10326 ;
10327 return 0;
10328}
10329_ACEOF
10330if ac_fn_c_try_link "$LINENO"; then :
10331 ac_cv_lib_dl_dlopen=yes
10332else
10333 ac_cv_lib_dl_dlopen=no
10334fi
10335rm -f core conftest.err conftest.$ac_objext \
10336 conftest$ac_exeext conftest.$ac_ext
10337LIBS=$ac_check_lib_save_LIBS
10338fi
10339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10340$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10341if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10342 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10343else
10344
10345 lt_cv_dlopen="dyld"
10346 lt_cv_dlopen_libs=
10347 lt_cv_dlopen_self=yes
10348
10349fi
10350
10351 ;;
10352
10353 *)
10354 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10355if test "x$ac_cv_func_shl_load" = x""yes; then :
10356 lt_cv_dlopen="shl_load"
10357else
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10359$as_echo_n "checking for shl_load in -ldld... " >&6; }
10360if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10361 $as_echo_n "(cached) " >&6
10362else
10363 ac_check_lib_save_LIBS=$LIBS
10364LIBS="-ldld $LIBS"
10365cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10366/* end confdefs.h. */
10367
10368/* Override any GCC internal prototype to avoid an error.
10369 Use char because int might match the return type of a GCC
10370 builtin and then its argument prototype would still apply. */
10371#ifdef __cplusplus
10372extern "C"
10373#endif
10374char shl_load ();
10375int
10376main ()
10377{
10378return shl_load ();
10379 ;
10380 return 0;
10381}
10382_ACEOF
10383if ac_fn_c_try_link "$LINENO"; then :
10384 ac_cv_lib_dld_shl_load=yes
10385else
10386 ac_cv_lib_dld_shl_load=no
10387fi
10388rm -f core conftest.err conftest.$ac_objext \
10389 conftest$ac_exeext conftest.$ac_ext
10390LIBS=$ac_check_lib_save_LIBS
10391fi
10392{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10393$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10394if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10395 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10396else
10397 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10398if test "x$ac_cv_func_dlopen" = x""yes; then :
10399 lt_cv_dlopen="dlopen"
10400else
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10402$as_echo_n "checking for dlopen in -ldl... " >&6; }
10403if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 10404 $as_echo_n "(cached) " >&6
b7026657 10405else
81ecdfbb 10406 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10407LIBS="-ldl $LIBS"
81ecdfbb 10408cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10409/* end confdefs.h. */
b7026657 10410
81ecdfbb
RW
10411/* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10414#ifdef __cplusplus
10415extern "C"
10416#endif
6bb11ab3 10417char dlopen ();
81ecdfbb
RW
10418int
10419main ()
10420{
6bb11ab3 10421return dlopen ();
81ecdfbb
RW
10422 ;
10423 return 0;
10424}
b7026657 10425_ACEOF
81ecdfbb 10426if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10427 ac_cv_lib_dl_dlopen=yes
c906108c 10428else
6bb11ab3 10429 ac_cv_lib_dl_dlopen=no
b7026657 10430fi
81ecdfbb
RW
10431rm -f core conftest.err conftest.$ac_objext \
10432 conftest$ac_exeext conftest.$ac_ext
10433LIBS=$ac_check_lib_save_LIBS
b7026657 10434fi
6bb11ab3
L
10435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10436$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10437if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10438 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10439else
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10441$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10442if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 10443 $as_echo_n "(cached) " >&6
b7026657 10444else
81ecdfbb 10445 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10446LIBS="-lsvld $LIBS"
81ecdfbb 10447cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10448/* end confdefs.h. */
b7026657 10449
81ecdfbb
RW
10450/* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10453#ifdef __cplusplus
10454extern "C"
10455#endif
6bb11ab3 10456char dlopen ();
81ecdfbb
RW
10457int
10458main ()
10459{
6bb11ab3 10460return dlopen ();
81ecdfbb
RW
10461 ;
10462 return 0;
10463}
b7026657 10464_ACEOF
81ecdfbb 10465if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 10466 ac_cv_lib_svld_dlopen=yes
c906108c 10467else
6bb11ab3 10468 ac_cv_lib_svld_dlopen=no
b7026657 10469fi
81ecdfbb
RW
10470rm -f core conftest.err conftest.$ac_objext \
10471 conftest$ac_exeext conftest.$ac_ext
10472LIBS=$ac_check_lib_save_LIBS
b7026657 10473fi
6bb11ab3
L
10474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10475$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10476if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10477 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 10478else
6bb11ab3
L
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10480$as_echo_n "checking for dld_link in -ldld... " >&6; }
10481if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 10482 $as_echo_n "(cached) " >&6
b7026657 10483else
6bb11ab3
L
10484 ac_check_lib_save_LIBS=$LIBS
10485LIBS="-ldld $LIBS"
81ecdfbb 10486cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 10487/* end confdefs.h. */
b7026657 10488
81ecdfbb
RW
10489/* Override any GCC internal prototype to avoid an error.
10490 Use char because int might match the return type of a GCC
10491 builtin and then its argument prototype would still apply. */
10492#ifdef __cplusplus
10493extern "C"
10494#endif
6bb11ab3 10495char dld_link ();
81ecdfbb
RW
10496int
10497main ()
10498{
6bb11ab3 10499return dld_link ();
81ecdfbb
RW
10500 ;
10501 return 0;
10502}
b7026657 10503_ACEOF
6bb11ab3
L
10504if ac_fn_c_try_link "$LINENO"; then :
10505 ac_cv_lib_dld_dld_link=yes
10506else
10507 ac_cv_lib_dld_dld_link=no
10508fi
10509rm -f core conftest.err conftest.$ac_objext \
10510 conftest$ac_exeext conftest.$ac_ext
10511LIBS=$ac_check_lib_save_LIBS
10512fi
10513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10514$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10515if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10516 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10517fi
10518
10519
10520fi
10521
10522
10523fi
10524
10525
10526fi
10527
10528
10529fi
10530
10531
10532fi
10533
10534 ;;
10535 esac
10536
10537 if test "x$lt_cv_dlopen" != xno; then
10538 enable_dlopen=yes
b7026657 10539 else
6bb11ab3
L
10540 enable_dlopen=no
10541 fi
10542
10543 case $lt_cv_dlopen in
10544 dlopen)
10545 save_CPPFLAGS="$CPPFLAGS"
10546 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10547
10548 save_LDFLAGS="$LDFLAGS"
10549 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10550
10551 save_LIBS="$LIBS"
10552 LIBS="$lt_cv_dlopen_libs $LIBS"
10553
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10555$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10556if test "${lt_cv_dlopen_self+set}" = set; then :
10557 $as_echo_n "(cached) " >&6
10558else
10559 if test "$cross_compiling" = yes; then :
10560 lt_cv_dlopen_self=cross
10561else
10562 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10563 lt_status=$lt_dlunknown
10564 cat > conftest.$ac_ext <<_LT_EOF
1b393626 10565#line 10565 "configure"
6bb11ab3
L
10566#include "confdefs.h"
10567
10568#if HAVE_DLFCN_H
10569#include <dlfcn.h>
10570#endif
10571
10572#include <stdio.h>
10573
10574#ifdef RTLD_GLOBAL
10575# define LT_DLGLOBAL RTLD_GLOBAL
10576#else
10577# ifdef DL_GLOBAL
10578# define LT_DLGLOBAL DL_GLOBAL
10579# else
10580# define LT_DLGLOBAL 0
10581# endif
10582#endif
10583
10584/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10585 find out it does not work in some platform. */
10586#ifndef LT_DLLAZY_OR_NOW
10587# ifdef RTLD_LAZY
10588# define LT_DLLAZY_OR_NOW RTLD_LAZY
10589# else
10590# ifdef DL_LAZY
10591# define LT_DLLAZY_OR_NOW DL_LAZY
10592# else
10593# ifdef RTLD_NOW
10594# define LT_DLLAZY_OR_NOW RTLD_NOW
10595# else
10596# ifdef DL_NOW
10597# define LT_DLLAZY_OR_NOW DL_NOW
10598# else
10599# define LT_DLLAZY_OR_NOW 0
10600# endif
10601# endif
10602# endif
10603# endif
10604#endif
10605
10606/* When -fvisbility=hidden is used, assume the code has been annotated
10607 correspondingly for the symbols needed. */
10608#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10609void fnord () __attribute__((visibility("default")));
10610#endif
10611
10612void fnord () { int i=42; }
10613int main ()
10614{
10615 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10616 int status = $lt_dlunknown;
10617
10618 if (self)
10619 {
10620 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10621 else
10622 {
10623 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10624 else puts (dlerror ());
10625 }
10626 /* dlclose (self); */
10627 }
10628 else
10629 puts (dlerror ());
10630
10631 return status;
10632}
10633_LT_EOF
10634 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10635 (eval $ac_link) 2>&5
10636 ac_status=$?
10637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10638 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10639 (./conftest; exit; ) >&5 2>/dev/null
10640 lt_status=$?
10641 case x$lt_status in
10642 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10643 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10644 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10645 esac
10646 else :
10647 # compilation failed
10648 lt_cv_dlopen_self=no
b7026657 10649 fi
c906108c 10650fi
6bb11ab3
L
10651rm -fr conftest*
10652
10653
c906108c 10654fi
6bb11ab3
L
10655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10656$as_echo "$lt_cv_dlopen_self" >&6; }
b7026657 10657
6bb11ab3
L
10658 if test "x$lt_cv_dlopen_self" = xyes; then
10659 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10661$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10662if test "${lt_cv_dlopen_self_static+set}" = set; then :
10663 $as_echo_n "(cached) " >&6
c906108c 10664else
6bb11ab3
L
10665 if test "$cross_compiling" = yes; then :
10666 lt_cv_dlopen_self_static=cross
10667else
10668 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10669 lt_status=$lt_dlunknown
10670 cat > conftest.$ac_ext <<_LT_EOF
1b393626 10671#line 10671 "configure"
6bb11ab3
L
10672#include "confdefs.h"
10673
10674#if HAVE_DLFCN_H
10675#include <dlfcn.h>
10676#endif
10677
10678#include <stdio.h>
10679
10680#ifdef RTLD_GLOBAL
10681# define LT_DLGLOBAL RTLD_GLOBAL
10682#else
10683# ifdef DL_GLOBAL
10684# define LT_DLGLOBAL DL_GLOBAL
10685# else
10686# define LT_DLGLOBAL 0
10687# endif
10688#endif
10689
10690/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10691 find out it does not work in some platform. */
10692#ifndef LT_DLLAZY_OR_NOW
10693# ifdef RTLD_LAZY
10694# define LT_DLLAZY_OR_NOW RTLD_LAZY
10695# else
10696# ifdef DL_LAZY
10697# define LT_DLLAZY_OR_NOW DL_LAZY
10698# else
10699# ifdef RTLD_NOW
10700# define LT_DLLAZY_OR_NOW RTLD_NOW
10701# else
10702# ifdef DL_NOW
10703# define LT_DLLAZY_OR_NOW DL_NOW
10704# else
10705# define LT_DLLAZY_OR_NOW 0
10706# endif
10707# endif
10708# endif
10709# endif
10710#endif
10711
10712/* When -fvisbility=hidden is used, assume the code has been annotated
10713 correspondingly for the symbols needed. */
10714#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10715void fnord () __attribute__((visibility("default")));
10716#endif
10717
10718void fnord () { int i=42; }
10719int main ()
10720{
10721 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10722 int status = $lt_dlunknown;
10723
10724 if (self)
10725 {
10726 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10727 else
10728 {
10729 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10730 else puts (dlerror ());
10731 }
10732 /* dlclose (self); */
10733 }
10734 else
10735 puts (dlerror ());
10736
10737 return status;
10738}
10739_LT_EOF
10740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10741 (eval $ac_link) 2>&5
10742 ac_status=$?
10743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10744 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10745 (./conftest; exit; ) >&5 2>/dev/null
10746 lt_status=$?
10747 case x$lt_status in
10748 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10749 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10750 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10751 esac
10752 else :
10753 # compilation failed
10754 lt_cv_dlopen_self_static=no
10755 fi
b7026657 10756fi
6bb11ab3
L
10757rm -fr conftest*
10758
10759
b7026657 10760fi
6bb11ab3
L
10761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10762$as_echo "$lt_cv_dlopen_self_static" >&6; }
10763 fi
10764
10765 CPPFLAGS="$save_CPPFLAGS"
10766 LDFLAGS="$save_LDFLAGS"
10767 LIBS="$save_LIBS"
10768 ;;
10769 esac
10770
10771 case $lt_cv_dlopen_self in
10772 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10773 *) enable_dlopen_self=unknown ;;
10774 esac
10775
10776 case $lt_cv_dlopen_self_static in
10777 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10778 *) enable_dlopen_self_static=unknown ;;
10779 esac
10780fi
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798striplib=
10799old_striplib=
10800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10801$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10802if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10803 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10804 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10806$as_echo "yes" >&6; }
10807else
10808# FIXME - insert some real tests, host_os isn't really good enough
10809 case $host_os in
10810 darwin*)
10811 if test -n "$STRIP" ; then
10812 striplib="$STRIP -x"
10813 old_striplib="$STRIP -S"
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10815$as_echo "yes" >&6; }
10816 else
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10818$as_echo "no" >&6; }
10819 fi
10820 ;;
10821 *)
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10823$as_echo "no" >&6; }
10824 ;;
10825 esac
10826fi
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839 # Report which library types will actually be built
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10841$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10843$as_echo "$can_build_shared" >&6; }
10844
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10846$as_echo_n "checking whether to build shared libraries... " >&6; }
10847 test "$can_build_shared" = "no" && enable_shared=no
10848
10849 # On AIX, shared libraries and static libraries use the same namespace, and
10850 # are all built from PIC.
10851 case $host_os in
10852 aix3*)
10853 test "$enable_shared" = yes && enable_static=no
10854 if test -n "$RANLIB"; then
10855 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10856 postinstall_cmds='$RANLIB $lib'
10857 fi
10858 ;;
10859
10860 aix[4-9]*)
10861 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10862 test "$enable_shared" = yes && enable_static=no
10863 fi
10864 ;;
10865 esac
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10867$as_echo "$enable_shared" >&6; }
10868
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10870$as_echo_n "checking whether to build static libraries... " >&6; }
10871 # Make sure either enable_shared or enable_static is yes.
10872 test "$enable_shared" = yes || enable_static=yes
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10874$as_echo "$enable_static" >&6; }
10875
10876
10877
10878
10879fi
10880ac_ext=c
10881ac_cpp='$CPP $CPPFLAGS'
10882ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10883ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10884ac_compiler_gnu=$ac_cv_c_compiler_gnu
10885
10886CC="$lt_save_CC"
10887
10888
10889
10890
10891
10892
10893
10894
10895
b7026657 10896
b7026657 10897
c906108c 10898
b7026657 10899
6bb11ab3
L
10900 ac_config_commands="$ac_config_commands libtool"
10901
10902
10903
10904
10905# Only expand once:
10906
10907
5912fadd 10908
b7026657 10909
81ecdfbb 10910. ${srcdir}/../../bfd/configure.host
b7026657 10911
b7026657 10912
b7026657 10913
31e6ad7d
MF
10914
10915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
10916$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
10917 # Check whether --enable-maintainer-mode was given.
81ecdfbb 10918if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
10919 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
10920else
10921 USE_MAINTAINER_MODE=no
c906108c 10922fi
31e6ad7d
MF
10923
10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
10925$as_echo "$USE_MAINTAINER_MODE" >&6; }
10926 if test $USE_MAINTAINER_MODE = yes; then
10927 MAINTAINER_MODE_TRUE=
10928 MAINTAINER_MODE_FALSE='#'
b7026657 10929else
31e6ad7d
MF
10930 MAINTAINER_MODE_TRUE='#'
10931 MAINTAINER_MODE_FALSE=
c906108c 10932fi
b7026657 10933
31e6ad7d
MF
10934 MAINT=$MAINTAINER_MODE_TRUE
10935
10936
b7026657 10937
b7026657 10938
81ecdfbb
RW
10939# Check whether --enable-sim-bswap was given.
10940if test "${enable_sim_bswap+set}" = set; then :
10941 enableval=$enable_sim_bswap; case "${enableval}" in
10942 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
10943 no) sim_bswap="-DWITH_BSWAP=0";;
10944 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
10945esac
10946if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
10947 echo "Setting bswap flags = $sim_bswap" 6>&1
10948fi
10949else
10950 sim_bswap=""
c906108c 10951fi
b7026657
AC
10952
10953
10954
81ecdfbb
RW
10955# Check whether --enable-sim-cflags was given.
10956if test "${enable_sim_cflags+set}" = set; then :
10957 enableval=$enable_sim_cflags; case "${enableval}" in
10958 yes) sim_cflags="-O2 -fomit-frame-pointer";;
10959 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
10960 no) sim_cflags="";;
10961 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10962esac
10963if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
10964 echo "Setting sim cflags = $sim_cflags" 6>&1
10965fi
b7026657 10966else
81ecdfbb
RW
10967 sim_cflags=""
10968fi
c906108c 10969
c906108c 10970
b7026657 10971
81ecdfbb
RW
10972# Check whether --enable-sim-debug was given.
10973if test "${enable_sim_debug+set}" = set; then :
10974 enableval=$enable_sim_debug; case "${enableval}" in
10975 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
10976 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
10977 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
10978esac
10979if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
10980 echo "Setting sim debug = $sim_debug" 6>&1
b7026657 10981fi
81ecdfbb
RW
10982else
10983 sim_debug=""
c906108c 10984fi
b7026657 10985
b7026657 10986
b7026657 10987
81ecdfbb
RW
10988# Check whether --enable-sim-stdio was given.
10989if test "${enable_sim_stdio+set}" = set; then :
10990 enableval=$enable_sim_stdio; case "${enableval}" in
10991 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
10992 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
10993 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
10994esac
10995if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
10996 echo "Setting stdio flags = $sim_stdio" 6>&1
b7026657 10997fi
81ecdfbb
RW
10998else
10999 sim_stdio=""
b7026657 11000fi
c906108c 11001
c906108c 11002
b7026657 11003
81ecdfbb
RW
11004# Check whether --enable-sim-trace was given.
11005if test "${enable_sim_trace+set}" = set; then :
11006 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
11007 yes) sim_trace="-DWITH_TRACE=-1";;
11008 no) sim_trace="-DWITH_TRACE=0";;
81ecdfbb 11009 [-0-9]*)
a3487082 11010 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 11011 [[:lower:]]*)
81ecdfbb
RW
11012 sim_trace=""
11013 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11014 if test x"$sim_trace" = x; then
11015 sim_trace="-DWITH_TRACE='(TRACE_$x"
11016 else
11017 sim_trace="${sim_trace}|TRACE_$x"
11018 fi
11019 done
11020 sim_trace="$sim_trace)'" ;;
11021esac
11022if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
11023 echo "Setting sim trace = $sim_trace" 6>&1
11024fi
c906108c 11025else
81ecdfbb
RW
11026 sim_trace=""
11027fi
11028
b7026657 11029
b7026657 11030
81ecdfbb
RW
11031# Check whether --enable-sim-profile was given.
11032if test "${enable_sim_profile+set}" = set; then :
11033 enableval=$enable_sim_profile; case "${enableval}" in
11034 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
11035 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
11036 [-0-9]*)
11037 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
11038 [a-z]*)
11039 sim_profile=""
11040 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11041 if test x"$sim_profile" = x; then
11042 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
11043 else
11044 sim_profile="${sim_profile}|PROFILE_$x"
11045 fi
11046 done
11047 sim_profile="$sim_profile)'" ;;
11048esac
11049if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
11050 echo "Setting sim profile = $sim_profile" 6>&1
b7026657 11051fi
81ecdfbb
RW
11052else
11053 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
b7026657 11054fi
c906108c 11055
c906108c
SS
11056
11057
79e1e459 11058
81ecdfbb
RW
11059# Check whether --with-pkgversion was given.
11060if test "${with_pkgversion+set}" = set; then :
11061 withval=$with_pkgversion; case "$withval" in
11062 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
11063 no) PKGVERSION= ;;
11064 *) PKGVERSION="($withval) " ;;
11065 esac
79e1e459 11066else
bf12d44e 11067 PKGVERSION="(SIM) "
79e1e459
HPN
11068
11069fi
79e1e459 11070
79e1e459 11071
79e1e459 11072
79e1e459 11073
79e1e459 11074
81ecdfbb
RW
11075# Check whether --with-bugurl was given.
11076if test "${with_bugurl+set}" = set; then :
11077 withval=$with_bugurl; case "$withval" in
11078 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
11079 no) BUGURL=
11080 ;;
11081 *) BUGURL="$withval"
11082 ;;
11083 esac
79e1e459 11084else
81ecdfbb
RW
11085 BUGURL="http://www.gnu.org/software/gdb/bugs/"
11086
79e1e459 11087fi
c906108c 11088
6efef468
JM
11089 case ${BUGURL} in
11090 "")
11091 REPORT_BUGS_TO=
11092 REPORT_BUGS_TEXI=
11093 ;;
11094 *)
81ecdfbb
RW
11095 REPORT_BUGS_TO="<$BUGURL>"
11096 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11097 ;;
11098 esac;
11099
11100
11101
b7026657 11102
b7026657 11103cat >>confdefs.h <<_ACEOF
81ecdfbb 11104#define PKGVERSION "$PKGVERSION"
b7026657 11105_ACEOF
697afb65 11106
697afb65 11107
81ecdfbb
RW
11108cat >>confdefs.h <<_ACEOF
11109#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
b7026657 11110_ACEOF
697afb65 11111
b7026657 11112
81ecdfbb
RW
11113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11114$as_echo_n "checking return type of signal handlers... " >&6; }
11115if test "${ac_cv_type_signal+set}" = set; then :
11116 $as_echo_n "(cached) " >&6
11117else
11118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11119/* end confdefs.h. */
697afb65 11120#include <sys/types.h>
81ecdfbb
RW
11121#include <signal.h>
11122
b7026657
AC
11123int
11124main ()
11125{
81ecdfbb 11126return *(signal (0, 0)) (0) == 1;
b7026657
AC
11127 ;
11128 return 0;
11129}
11130_ACEOF
81ecdfbb
RW
11131if ac_fn_c_try_compile "$LINENO"; then :
11132 ac_cv_type_signal=int
697afb65 11133else
81ecdfbb 11134 ac_cv_type_signal=void
697afb65 11135fi
81ecdfbb 11136rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
697afb65 11137fi
81ecdfbb
RW
11138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11139$as_echo "$ac_cv_type_signal" >&6; }
11140
b7026657 11141cat >>confdefs.h <<_ACEOF
81ecdfbb 11142#define RETSIGTYPE $ac_cv_type_signal
b7026657 11143_ACEOF
697afb65 11144
697afb65 11145
697afb65 11146
b7026657 11147
697afb65 11148
81ecdfbb
RW
11149sim_link_files=
11150sim_link_links=
b7026657 11151
81ecdfbb
RW
11152# targ-vals.def points to the libc macro description file.
11153case "${target}" in
11154*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
11155esac
11156sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
11157sim_link_links="${sim_link_links} targ-vals.def"
11158
11159
6ffe910a 11160
81ecdfbb
RW
11161# Put a useful copy of CPP_FOR_TARGET in Makefile.
11162# This is only used to build the target values header files. These files are
11163# shipped with distributions so CPP_FOR_TARGET only needs to work in
11164# developer's trees. This value is borrowed from ../../Makefile.in.
11165CPP_FOR_TARGET="\` \
11166 if test -f \$\${rootme}/../../gcc/Makefile ; then \
11167 if test -f \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/Makefile ; then \
11168 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/ -idirafter \$\${rootme}/../../\$(TARGET_SUBDIR)/newlib/targ-include -idirafter \$(srcroot)/newlib/libc/include -nostdinc; \
11169 else \
11170 echo \$\${rootme}/../../gcc/xgcc -B\$\${rootme}/../../gcc/; \
11171 fi; \
11172 else \
11173 if test '\$(host_canonical)' = '\$(target_canonical)' ; then \
11174 echo \$(CC); \
11175 else \
11176 t='\$(program_transform_name)'; echo gcc | sed -e 's/x/x/' \$\$t; \
11177 fi; \
11178 fi\` -E"
11179
11180
11181# Set TARGET_SUBDIR, needed by CPP_FOR_TARGET.
11182if test x"${host}" = x"${target}" ; then
11183 TARGET_SUBDIR="."
11184else
11185 TARGET_SUBDIR=${target_alias}
697afb65 11186fi
81ecdfbb
RW
11187
11188
11189# These aren't all needed yet, but will be eventually.
11190for ac_header in stdlib.h string.h strings.h time.h sys/times.h sys/stat.h sys/mman.h
11191do :
11192 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11193ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11194eval as_val=\$$as_ac_Header
11195 if test "x$as_val" = x""yes; then :
11196 cat >>confdefs.h <<_ACEOF
11197#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
b7026657 11198_ACEOF
697afb65 11199
697afb65 11200fi
697afb65 11201
81ecdfbb 11202done
697afb65 11203
a13852d9 11204for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
81ecdfbb
RW
11205do :
11206 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11207ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11208eval as_val=\$$as_ac_var
11209 if test "x$as_val" = x""yes; then :
11210 cat >>confdefs.h <<_ACEOF
11211#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657 11212_ACEOF
b7026657 11213
81ecdfbb
RW
11214fi
11215done
11216
11217ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11218#include <sys/types.h>
11219#endif
11220#ifdef HAVE_SYS_STAT_H
11221#include <sys/stat.h>
11222#endif
81ecdfbb
RW
11223"
11224if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
b7026657 11225
b7026657 11226cat >>confdefs.h <<_ACEOF
81ecdfbb 11227#define HAVE_STRUCT_STAT_ST_DEV 1
b7026657 11228_ACEOF
697afb65 11229
697afb65 11230
0aec8eb1 11231fi
81ecdfbb 11232ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11233#include <sys/types.h>
11234#endif
11235#ifdef HAVE_SYS_STAT_H
11236#include <sys/stat.h>
11237#endif
81ecdfbb
RW
11238"
11239if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
697afb65 11240
81ecdfbb
RW
11241cat >>confdefs.h <<_ACEOF
11242#define HAVE_STRUCT_STAT_ST_INO 1
b7026657 11243_ACEOF
b7026657 11244
81ecdfbb 11245
0aec8eb1 11246fi
81ecdfbb 11247ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11248#include <sys/types.h>
11249#endif
11250#ifdef HAVE_SYS_STAT_H
11251#include <sys/stat.h>
11252#endif
81ecdfbb
RW
11253"
11254if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
b7026657 11255
b7026657 11256cat >>confdefs.h <<_ACEOF
81ecdfbb 11257#define HAVE_STRUCT_STAT_ST_MODE 1
b7026657 11258_ACEOF
697afb65 11259
697afb65 11260
0aec8eb1 11261fi
81ecdfbb 11262ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11263#include <sys/types.h>
11264#endif
11265#ifdef HAVE_SYS_STAT_H
11266#include <sys/stat.h>
11267#endif
81ecdfbb
RW
11268"
11269if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
697afb65 11270
81ecdfbb
RW
11271cat >>confdefs.h <<_ACEOF
11272#define HAVE_STRUCT_STAT_ST_NLINK 1
b7026657 11273_ACEOF
b7026657 11274
81ecdfbb 11275
0aec8eb1 11276fi
81ecdfbb 11277ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11278#include <sys/types.h>
11279#endif
11280#ifdef HAVE_SYS_STAT_H
11281#include <sys/stat.h>
11282#endif
81ecdfbb
RW
11283"
11284if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
b7026657 11285
b7026657 11286cat >>confdefs.h <<_ACEOF
81ecdfbb 11287#define HAVE_STRUCT_STAT_ST_UID 1
b7026657 11288_ACEOF
697afb65 11289
697afb65 11290
0aec8eb1 11291fi
81ecdfbb 11292ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11293#include <sys/types.h>
11294#endif
11295#ifdef HAVE_SYS_STAT_H
11296#include <sys/stat.h>
11297#endif
81ecdfbb
RW
11298"
11299if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
697afb65 11300
81ecdfbb
RW
11301cat >>confdefs.h <<_ACEOF
11302#define HAVE_STRUCT_STAT_ST_GID 1
b7026657 11303_ACEOF
b7026657 11304
81ecdfbb 11305
0aec8eb1 11306fi
81ecdfbb 11307ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11308#include <sys/types.h>
11309#endif
11310#ifdef HAVE_SYS_STAT_H
11311#include <sys/stat.h>
11312#endif
81ecdfbb
RW
11313"
11314if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
b7026657 11315
b7026657 11316cat >>confdefs.h <<_ACEOF
81ecdfbb 11317#define HAVE_STRUCT_STAT_ST_RDEV 1
b7026657 11318_ACEOF
697afb65 11319
697afb65 11320
0aec8eb1 11321fi
81ecdfbb 11322ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11323#include <sys/types.h>
11324#endif
11325#ifdef HAVE_SYS_STAT_H
11326#include <sys/stat.h>
11327#endif
81ecdfbb
RW
11328"
11329if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
697afb65 11330
81ecdfbb
RW
11331cat >>confdefs.h <<_ACEOF
11332#define HAVE_STRUCT_STAT_ST_SIZE 1
b7026657 11333_ACEOF
b7026657 11334
81ecdfbb 11335
0aec8eb1 11336fi
81ecdfbb 11337ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11338#include <sys/types.h>
11339#endif
11340#ifdef HAVE_SYS_STAT_H
11341#include <sys/stat.h>
11342#endif
81ecdfbb
RW
11343"
11344if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
697afb65 11345
81ecdfbb
RW
11346cat >>confdefs.h <<_ACEOF
11347#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
b7026657 11348_ACEOF
b7026657 11349
81ecdfbb 11350
0aec8eb1 11351fi
81ecdfbb
RW
11352ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
11353#include <sys/types.h>
11354#endif
11355#ifdef HAVE_SYS_STAT_H
11356#include <sys/stat.h>
11357#endif
11358"
11359if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
11360
b7026657 11361cat >>confdefs.h <<_ACEOF
81ecdfbb 11362#define HAVE_STRUCT_STAT_ST_BLOCKS 1
b7026657 11363_ACEOF
697afb65 11364
697afb65 11365
0aec8eb1 11366fi
81ecdfbb 11367ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11368#include <sys/types.h>
11369#endif
11370#ifdef HAVE_SYS_STAT_H
11371#include <sys/stat.h>
11372#endif
81ecdfbb
RW
11373"
11374if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
697afb65 11375
81ecdfbb
RW
11376cat >>confdefs.h <<_ACEOF
11377#define HAVE_STRUCT_STAT_ST_ATIME 1
b7026657 11378_ACEOF
b7026657 11379
81ecdfbb 11380
0aec8eb1 11381fi
81ecdfbb 11382ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
697afb65
HPN
11383#include <sys/types.h>
11384#endif
11385#ifdef HAVE_SYS_STAT_H
11386#include <sys/stat.h>
11387#endif
81ecdfbb
RW
11388"
11389if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
697afb65 11390
81ecdfbb
RW
11391cat >>confdefs.h <<_ACEOF
11392#define HAVE_STRUCT_STAT_ST_MTIME 1
b7026657 11393_ACEOF
b7026657 11394
81ecdfbb 11395
0aec8eb1 11396fi
81ecdfbb
RW
11397ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
11398#include <sys/types.h>
11399#endif
11400#ifdef HAVE_SYS_STAT_H
11401#include <sys/stat.h>
11402#endif
11403"
11404if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
11405
b7026657 11406cat >>confdefs.h <<_ACEOF
697afb65 11407#define HAVE_STRUCT_STAT_ST_CTIME 1
b7026657 11408_ACEOF
697afb65 11409
0aec8eb1 11410
697afb65
HPN
11411fi
11412
75005b3a
MF
11413ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
11414#include <sys/socket.h>
11415
11416"
11417if test "x$ac_cv_type_socklen_t" = x""yes; then :
11418
11419cat >>confdefs.h <<_ACEOF
11420#define HAVE_SOCKLEN_T 1
11421_ACEOF
11422
11423
11424fi
11425
11426
81ecdfbb
RW
11427ac_config_files="$ac_config_files Makefile"
11428
11429ac_config_commands="$ac_config_commands default"
11430
b7026657 11431cat >confcache <<\_ACEOF
c906108c
SS
11432# This file is a shell script that caches the results of configure
11433# tests run on this system so they can be shared between configure
b7026657
AC
11434# scripts and configure runs, see configure's option --config-cache.
11435# It is not useful on other systems. If it contains results you don't
11436# want to keep, you may remove or edit it.
c906108c 11437#
b7026657
AC
11438# config.status only pays attention to the cache file if you give it
11439# the --recheck option to rerun configure.
c906108c 11440#
b7026657
AC
11441# `ac_cv_env_foo' variables (set or unset) will be overridden when
11442# loading this file, other *unset* `ac_cv_foo' will be assigned the
11443# following values.
11444
11445_ACEOF
11446
c906108c
SS
11447# The following way of writing the cache mishandles newlines in values,
11448# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 11449# So, we kill variables containing newlines.
c906108c
SS
11450# Ultrix sh set writes to stderr and can't be redirected directly,
11451# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
11452(
11453 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11454 eval ac_val=\$$ac_var
11455 case $ac_val in #(
11456 *${as_nl}*)
11457 case $ac_var in #(
11458 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11459$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11460 esac
11461 case $ac_var in #(
11462 _ | IFS | as_nl) ;; #(
11463 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11464 *) { eval $ac_var=; unset $ac_var;} ;;
11465 esac ;;
11466 esac
11467 done
11468
b7026657 11469 (set) 2>&1 |
81ecdfbb
RW
11470 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11471 *${as_nl}ac_space=\ *)
11472 # `set' does not quote correctly, so add quotes: double-quote
11473 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
11474 sed -n \
11475 "s/'/'\\\\''/g;
11476 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 11477 ;; #(
b7026657
AC
11478 *)
11479 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 11480 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 11481 ;;
81ecdfbb
RW
11482 esac |
11483 sort
11484) |
b7026657 11485 sed '
81ecdfbb 11486 /^ac_cv_env_/b end
b7026657 11487 t clear
81ecdfbb 11488 :clear
b7026657
AC
11489 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11490 t end
81ecdfbb
RW
11491 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11492 :end' >>confcache
11493if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11494 if test -w "$cache_file"; then
11495 test "x$cache_file" != "x/dev/null" &&
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11497$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657 11498 cat confcache >$cache_file
c906108c 11499 else
81ecdfbb
RW
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11501$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c906108c
SS
11502 fi
11503fi
11504rm -f confcache
11505
c906108c
SS
11506test "x$prefix" = xNONE && prefix=$ac_default_prefix
11507# Let make expand exec_prefix.
11508test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11509
c906108c
SS
11510DEFS=-DHAVE_CONFIG_H
11511
b7026657
AC
11512ac_libobjs=
11513ac_ltlibobjs=
11514for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11515 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
11516 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11517 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11518 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11519 # will be set to the directory where LIBOBJS objects are built.
11520 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11521 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
11522done
11523LIBOBJS=$ac_libobjs
c906108c 11524
b7026657
AC
11525LTLIBOBJS=$ac_ltlibobjs
11526
11527
db2e4d67
MF
11528if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
11529 as_fn_error "conditional \"GMAKE\" was never defined.
11530Usually this means the macro was only invoked conditionally." "$LINENO" 5
11531fi
6bb11ab3
L
11532if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
11533 as_fn_error "conditional \"PLUGINS\" was never defined.
11534Usually this means the macro was only invoked conditionally." "$LINENO" 5
11535fi
31e6ad7d
MF
11536if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11537 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11538Usually this means the macro was only invoked conditionally." "$LINENO" 5
11539fi
b7026657
AC
11540
11541: ${CONFIG_STATUS=./config.status}
81ecdfbb 11542ac_write_fail=0
b7026657
AC
11543ac_clean_files_save=$ac_clean_files
11544ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
11545{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11546$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11547as_write_fail=0
11548cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
11549#! $SHELL
11550# Generated by $as_me.
c906108c 11551# Run this file to recreate the current configuration.
c906108c 11552# Compiler output produced by configure, useful for debugging
b7026657 11553# configure, is in config.log if it exists.
c906108c 11554
b7026657
AC
11555debug=false
11556ac_cs_recheck=false
11557ac_cs_silent=false
b7026657 11558
81ecdfbb
RW
11559SHELL=\${CONFIG_SHELL-$SHELL}
11560export SHELL
11561_ASEOF
11562cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11563## -------------------- ##
11564## M4sh Initialization. ##
11565## -------------------- ##
11566
11567# Be more Bourne compatible
11568DUALCASE=1; export DUALCASE # for MKS sh
11569if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
11570 emulate sh
11571 NULLCMD=:
81ecdfbb 11572 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
11573 # is contrary to our usage. Disable this feature.
11574 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
11575 setopt NO_GLOB_SUBST
11576else
11577 case `(set -o) 2>/dev/null` in #(
11578 *posix*) :
11579 set -o posix ;; #(
11580 *) :
11581 ;;
11582esac
b7026657 11583fi
b7026657 11584
81ecdfbb
RW
11585
11586as_nl='
11587'
11588export as_nl
11589# Printing a long string crashes Solaris 7 /usr/bin/printf.
11590as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11591as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11592as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11593# Prefer a ksh shell builtin over an external printf program on Solaris,
11594# but without wasting forks for bash or zsh.
11595if test -z "$BASH_VERSION$ZSH_VERSION" \
11596 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11597 as_echo='print -r --'
11598 as_echo_n='print -rn --'
11599elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11600 as_echo='printf %s\n'
11601 as_echo_n='printf %s'
11602else
11603 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11604 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11605 as_echo_n='/usr/ucb/echo -n'
11606 else
11607 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11608 as_echo_n_body='eval
11609 arg=$1;
11610 case $arg in #(
11611 *"$as_nl"*)
11612 expr "X$arg" : "X\\(.*\\)$as_nl";
11613 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11614 esac;
11615 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11616 '
11617 export as_echo_n_body
11618 as_echo_n='sh -c $as_echo_n_body as_echo'
11619 fi
11620 export as_echo_body
11621 as_echo='sh -c $as_echo_body as_echo'
11622fi
11623
11624# The user is always right.
11625if test "${PATH_SEPARATOR+set}" != set; then
11626 PATH_SEPARATOR=:
11627 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11628 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11629 PATH_SEPARATOR=';'
11630 }
b7026657
AC
11631fi
11632
11633
81ecdfbb
RW
11634# IFS
11635# We need space, tab and new line, in precisely that order. Quoting is
11636# there to prevent editors from complaining about space-tab.
11637# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11638# splitting by setting IFS to empty value.)
11639IFS=" "" $as_nl"
11640
11641# Find who we are. Look in the path if we contain no directory separator.
11642case $0 in #((
11643 *[\\/]* ) as_myself=$0 ;;
11644 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11645for as_dir in $PATH
11646do
11647 IFS=$as_save_IFS
11648 test -z "$as_dir" && as_dir=.
11649 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11650 done
11651IFS=$as_save_IFS
11652
11653 ;;
11654esac
11655# We did not find ourselves, most probably we were run as `sh COMMAND'
11656# in which case we are not to be found in the path.
11657if test "x$as_myself" = x; then
11658 as_myself=$0
11659fi
11660if test ! -f "$as_myself"; then
11661 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11662 exit 1
11663fi
11664
11665# Unset variables that we do not need and which cause bugs (e.g. in
11666# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11667# suppresses any "Segmentation fault" message there. '((' could
11668# trigger a bug in pdksh 5.2.14.
11669for as_var in BASH_ENV ENV MAIL MAILPATH
11670do eval test x\${$as_var+set} = xset \
11671 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11672done
b7026657
AC
11673PS1='$ '
11674PS2='> '
11675PS4='+ '
11676
11677# NLS nuisances.
81ecdfbb
RW
11678LC_ALL=C
11679export LC_ALL
11680LANGUAGE=C
11681export LANGUAGE
11682
11683# CDPATH.
11684(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11685
11686
11687# as_fn_error ERROR [LINENO LOG_FD]
11688# ---------------------------------
11689# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11690# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11691# script with status $?, using 1 if that was 0.
11692as_fn_error ()
11693{
11694 as_status=$?; test $as_status -eq 0 && as_status=1
11695 if test "$3"; then
11696 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11697 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 11698 fi
81ecdfbb
RW
11699 $as_echo "$as_me: error: $1" >&2
11700 as_fn_exit $as_status
11701} # as_fn_error
11702
11703
11704# as_fn_set_status STATUS
11705# -----------------------
11706# Set $? to STATUS, without forking.
11707as_fn_set_status ()
11708{
11709 return $1
11710} # as_fn_set_status
11711
11712# as_fn_exit STATUS
11713# -----------------
11714# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11715as_fn_exit ()
11716{
11717 set +e
11718 as_fn_set_status $1
11719 exit $1
11720} # as_fn_exit
11721
11722# as_fn_unset VAR
11723# ---------------
11724# Portably unset VAR.
11725as_fn_unset ()
11726{
11727 { eval $1=; unset $1;}
11728}
11729as_unset=as_fn_unset
11730# as_fn_append VAR VALUE
11731# ----------------------
11732# Append the text in VALUE to the end of the definition contained in VAR. Take
11733# advantage of any shell optimizations that allow amortized linear growth over
11734# repeated appends, instead of the typical quadratic growth present in naive
11735# implementations.
11736if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11737 eval 'as_fn_append ()
11738 {
11739 eval $1+=\$2
11740 }'
11741else
11742 as_fn_append ()
11743 {
11744 eval $1=\$$1\$2
11745 }
11746fi # as_fn_append
11747
11748# as_fn_arith ARG...
11749# ------------------
11750# Perform arithmetic evaluation on the ARGs, and store the result in the
11751# global $as_val. Take advantage of shells that can avoid forks. The arguments
11752# must be portable across $(()) and expr.
11753if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11754 eval 'as_fn_arith ()
11755 {
11756 as_val=$(( $* ))
11757 }'
11758else
11759 as_fn_arith ()
11760 {
11761 as_val=`expr "$@" || test $? -eq 1`
11762 }
11763fi # as_fn_arith
c906108c 11764
81ecdfbb
RW
11765
11766if expr a : '\(a\)' >/dev/null 2>&1 &&
11767 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
11768 as_expr=expr
11769else
11770 as_expr=false
11771fi
c906108c 11772
81ecdfbb 11773if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
11774 as_basename=basename
11775else
11776 as_basename=false
11777fi
c906108c 11778
81ecdfbb
RW
11779if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11780 as_dirname=dirname
11781else
11782 as_dirname=false
11783fi
c906108c 11784
81ecdfbb 11785as_me=`$as_basename -- "$0" ||
b7026657
AC
11786$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11787 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
11788 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11789$as_echo X/"$0" |
11790 sed '/^.*\/\([^/][^/]*\)\/*$/{
11791 s//\1/
11792 q
11793 }
11794 /^X\/\(\/\/\)$/{
11795 s//\1/
11796 q
11797 }
11798 /^X\/\(\/\).*/{
11799 s//\1/
11800 q
11801 }
11802 s/.*/./; q'`
b7026657 11803
b7026657
AC
11804# Avoid depending upon Character Ranges.
11805as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11806as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11807as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11808as_cr_digits='0123456789'
11809as_cr_alnum=$as_cr_Letters$as_cr_digits
11810
81ecdfbb
RW
11811ECHO_C= ECHO_N= ECHO_T=
11812case `echo -n x` in #(((((
11813-n*)
11814 case `echo 'xy\c'` in
11815 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11816 xy) ECHO_C='\c';;
11817 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11818 ECHO_T=' ';;
11819 esac;;
11820*)
11821 ECHO_N='-n';;
b7026657
AC
11822esac
11823
81ecdfbb
RW
11824rm -f conf$$ conf$$.exe conf$$.file
11825if test -d conf$$.dir; then
11826 rm -f conf$$.dir/conf$$.file
b7026657 11827else
81ecdfbb
RW
11828 rm -f conf$$.dir
11829 mkdir conf$$.dir 2>/dev/null
b7026657 11830fi
81ecdfbb
RW
11831if (echo >conf$$.file) 2>/dev/null; then
11832 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 11833 as_ln_s='ln -s'
81ecdfbb
RW
11834 # ... but there are two gotchas:
11835 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11836 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11837 # In both cases, we have to default to `cp -p'.
11838 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11839 as_ln_s='cp -p'
11840 elif ln conf$$.file conf$$ 2>/dev/null; then
11841 as_ln_s=ln
11842 else
11843 as_ln_s='cp -p'
c906108c 11844 fi
b7026657
AC
11845else
11846 as_ln_s='cp -p'
11847fi
81ecdfbb
RW
11848rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11849rmdir conf$$.dir 2>/dev/null
11850
11851
11852# as_fn_mkdir_p
11853# -------------
11854# Create "$as_dir" as a directory, including parents if necessary.
11855as_fn_mkdir_p ()
11856{
11857
11858 case $as_dir in #(
11859 -*) as_dir=./$as_dir;;
11860 esac
11861 test -d "$as_dir" || eval $as_mkdir_p || {
11862 as_dirs=
11863 while :; do
11864 case $as_dir in #(
11865 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11866 *) as_qdir=$as_dir;;
11867 esac
11868 as_dirs="'$as_qdir' $as_dirs"
11869 as_dir=`$as_dirname -- "$as_dir" ||
11870$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11871 X"$as_dir" : 'X\(//\)[^/]' \| \
11872 X"$as_dir" : 'X\(//\)$' \| \
11873 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11874$as_echo X"$as_dir" |
11875 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11876 s//\1/
11877 q
11878 }
11879 /^X\(\/\/\)[^/].*/{
11880 s//\1/
11881 q
11882 }
11883 /^X\(\/\/\)$/{
11884 s//\1/
11885 q
11886 }
11887 /^X\(\/\).*/{
11888 s//\1/
11889 q
11890 }
11891 s/.*/./; q'`
11892 test -d "$as_dir" && break
11893 done
11894 test -z "$as_dirs" || eval "mkdir $as_dirs"
11895 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11896
b7026657 11897
81ecdfbb 11898} # as_fn_mkdir_p
b7026657 11899if mkdir -p . 2>/dev/null; then
81ecdfbb 11900 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
11901else
11902 test -d ./-p && rmdir ./-p
11903 as_mkdir_p=false
11904fi
11905
81ecdfbb
RW
11906if test -x / >/dev/null 2>&1; then
11907 as_test_x='test -x'
11908else
11909 if ls -dL / >/dev/null 2>&1; then
11910 as_ls_L_option=L
11911 else
11912 as_ls_L_option=
11913 fi
11914 as_test_x='
11915 eval sh -c '\''
11916 if test -d "$1"; then
11917 test -d "$1/.";
11918 else
11919 case $1 in #(
11920 -*)set "./$1";;
11921 esac;
11922 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11923 ???[sx]*):;;*)false;;esac;fi
11924 '\'' sh
11925 '
11926fi
11927as_executable_p=$as_test_x
b7026657
AC
11928
11929# Sed expression to map a string onto a valid CPP name.
11930as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11931
11932# Sed expression to map a string onto a valid variable name.
11933as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11934
11935
b7026657 11936exec 6>&1
81ecdfbb
RW
11937## ----------------------------------- ##
11938## Main body of $CONFIG_STATUS script. ##
11939## ----------------------------------- ##
11940_ASEOF
11941test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11942
11943cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11944# Save the log message, to keep $0 and so on meaningful, and to
b7026657 11945# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
11946# values after options handling.
11947ac_log="
b7026657 11948This file was extended by $as_me, which was
81ecdfbb 11949generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
11950
11951 CONFIG_FILES = $CONFIG_FILES
11952 CONFIG_HEADERS = $CONFIG_HEADERS
11953 CONFIG_LINKS = $CONFIG_LINKS
11954 CONFIG_COMMANDS = $CONFIG_COMMANDS
11955 $ $0 $@
11956
81ecdfbb
RW
11957on `(hostname || uname -n) 2>/dev/null | sed 1q`
11958"
11959
b7026657
AC
11960_ACEOF
11961
81ecdfbb
RW
11962case $ac_config_files in *"
11963"*) set x $ac_config_files; shift; ac_config_files=$*;;
11964esac
b7026657 11965
81ecdfbb
RW
11966case $ac_config_headers in *"
11967"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11968esac
b7026657 11969
b7026657 11970
81ecdfbb
RW
11971cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11972# Files that config.status was made for.
11973config_files="$ac_config_files"
11974config_headers="$ac_config_headers"
11975config_commands="$ac_config_commands"
b7026657 11976
81ecdfbb 11977_ACEOF
b7026657 11978
81ecdfbb 11979cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 11980ac_cs_usage="\
81ecdfbb
RW
11981\`$as_me' instantiates files and other configuration actions
11982from templates according to the current configuration. Unless the files
11983and actions are specified as TAGs, all are instantiated by default.
b7026657 11984
81ecdfbb 11985Usage: $0 [OPTION]... [TAG]...
b7026657
AC
11986
11987 -h, --help print this help, then exit
81ecdfbb
RW
11988 -V, --version print version number and configuration settings, then exit
11989 -q, --quiet, --silent
11990 do not print progress messages
b7026657
AC
11991 -d, --debug don't remove temporary files
11992 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
11993 --file=FILE[:TEMPLATE]
11994 instantiate the configuration file FILE
11995 --header=FILE[:TEMPLATE]
11996 instantiate the configuration header FILE
b7026657
AC
11997
11998Configuration files:
11999$config_files
12000
12001Configuration headers:
12002$config_headers
12003
12004Configuration commands:
12005$config_commands
12006
81ecdfbb 12007Report bugs to the package provider."
b7026657 12008
81ecdfbb
RW
12009_ACEOF
12010cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
12011ac_cs_version="\\
12012config.status
81ecdfbb
RW
12013configured by $0, generated by GNU Autoconf 2.64,
12014 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 12015
81ecdfbb 12016Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
12017This config.status script is free software; the Free Software Foundation
12018gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12019
12020ac_pwd='$ac_pwd'
12021srcdir='$srcdir'
12022INSTALL='$INSTALL'
6bb11ab3 12023AWK='$AWK'
81ecdfbb 12024test -n "\$AWK" || AWK=awk
b7026657
AC
12025_ACEOF
12026
81ecdfbb
RW
12027cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12028# The default lists apply if the user does not specify any file.
b7026657
AC
12029ac_need_defaults=:
12030while test $# != 0
12031do
12032 case $1 in
12033 --*=*)
81ecdfbb
RW
12034 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12035 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
12036 ac_shift=:
12037 ;;
81ecdfbb 12038 *)
b7026657
AC
12039 ac_option=$1
12040 ac_optarg=$2
12041 ac_shift=shift
12042 ;;
b7026657
AC
12043 esac
12044
12045 case $ac_option in
12046 # Handling of the options.
b7026657
AC
12047 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12048 ac_cs_recheck=: ;;
81ecdfbb
RW
12049 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12050 $as_echo "$ac_cs_version"; exit ;;
12051 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12052 debug=: ;;
12053 --file | --fil | --fi | --f )
12054 $ac_shift
81ecdfbb
RW
12055 case $ac_optarg in
12056 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12057 esac
12058 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12059 ac_need_defaults=false;;
12060 --header | --heade | --head | --hea )
12061 $ac_shift
81ecdfbb
RW
12062 case $ac_optarg in
12063 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12064 esac
12065 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12066 ac_need_defaults=false;;
81ecdfbb
RW
12067 --he | --h)
12068 # Conflict between --help and --header
12069 as_fn_error "ambiguous option: \`$1'
12070Try \`$0 --help' for more information.";;
12071 --help | --hel | -h )
12072 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12074 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12075 ac_cs_silent=: ;;
12076
12077 # This is an error.
81ecdfbb
RW
12078 -*) as_fn_error "unrecognized option: \`$1'
12079Try \`$0 --help' for more information." ;;
b7026657 12080
81ecdfbb
RW
12081 *) as_fn_append ac_config_targets " $1"
12082 ac_need_defaults=false ;;
b7026657
AC
12083
12084 esac
12085 shift
c906108c 12086done
b7026657
AC
12087
12088ac_configure_extra_args=
12089
12090if $ac_cs_silent; then
12091 exec 6>/dev/null
12092 ac_configure_extra_args="$ac_configure_extra_args --silent"
12093fi
12094
12095_ACEOF
81ecdfbb 12096cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12097if \$ac_cs_recheck; then
81ecdfbb
RW
12098 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12099 shift
12100 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12101 CONFIG_SHELL='$SHELL'
12102 export CONFIG_SHELL
12103 exec "\$@"
c906108c 12104fi
c906108c 12105
b7026657 12106_ACEOF
81ecdfbb
RW
12107cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12108exec 5>>config.log
12109{
12110 echo
12111 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12112## Running $as_me. ##
12113_ASBOX
12114 $as_echo "$ac_log"
12115} >&5
c906108c 12116
81ecdfbb
RW
12117_ACEOF
12118cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12119#
12120# INIT-COMMANDS
12121#
12122ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12123
6bb11ab3
L
12124
12125# The HP-UX ksh and POSIX shell print the target directory to stdout
12126# if CDPATH is set.
12127(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12128
12129sed_quote_subst='$sed_quote_subst'
12130double_quote_subst='$double_quote_subst'
12131delay_variable_subst='$delay_variable_subst'
12132macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12133macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12134enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12135enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12136pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12137enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12138SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12139ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12140host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12141host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12142host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12143build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12144build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12145build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12146SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12147Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12148GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12149EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12150FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12151LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12152NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12153LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12154max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12155ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12156exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12157lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12158lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12159lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12160reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12161reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12162OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12163deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12164file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12165AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12166AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12167STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12168RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12169old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12170old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12171old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12172lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12173CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12174CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12175compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12176GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12177lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12178lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12179lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12180lt_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"`'
12181objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12182MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12183lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12184lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12185lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12186lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12187lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12188need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12189DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12190NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12191LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12192OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12193OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12194libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12195shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12196extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12197archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12198enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12199export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12200whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12201compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12202old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12203old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12204archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12205archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12206module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12207module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12208with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12209allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12210no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12211hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12212hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12213hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12214hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12215hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12216hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12217hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12218hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12219inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12220link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12221fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12222always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12223export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12224exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12225include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12226prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12227file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12228variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12229need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12230need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12231version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12232runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12233shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12234shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12235libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12236library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12237soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12238install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12239postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12240postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12241finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12242finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12243hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12244sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12245sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12246hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12247enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12248enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12249enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12250old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12251striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12252
12253LTCC='$LTCC'
12254LTCFLAGS='$LTCFLAGS'
12255compiler='$compiler_DEFAULT'
12256
12257# A function that is used when there is no print builtin or printf.
12258func_fallback_echo ()
12259{
12260 eval 'cat <<_LTECHO_EOF
12261\$1
12262_LTECHO_EOF'
12263}
12264
12265# Quote evaled strings.
12266for var in SHELL \
12267ECHO \
12268SED \
12269GREP \
12270EGREP \
12271FGREP \
12272LD \
12273NM \
12274LN_S \
12275lt_SP2NL \
12276lt_NL2SP \
12277reload_flag \
12278OBJDUMP \
12279deplibs_check_method \
12280file_magic_cmd \
12281AR \
12282AR_FLAGS \
12283STRIP \
12284RANLIB \
12285CC \
12286CFLAGS \
12287compiler \
12288lt_cv_sys_global_symbol_pipe \
12289lt_cv_sys_global_symbol_to_cdecl \
12290lt_cv_sys_global_symbol_to_c_name_address \
12291lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12292lt_prog_compiler_no_builtin_flag \
12293lt_prog_compiler_wl \
12294lt_prog_compiler_pic \
12295lt_prog_compiler_static \
12296lt_cv_prog_compiler_c_o \
12297need_locks \
12298DSYMUTIL \
12299NMEDIT \
12300LIPO \
12301OTOOL \
12302OTOOL64 \
12303shrext_cmds \
12304export_dynamic_flag_spec \
12305whole_archive_flag_spec \
12306compiler_needs_object \
12307with_gnu_ld \
12308allow_undefined_flag \
12309no_undefined_flag \
12310hardcode_libdir_flag_spec \
12311hardcode_libdir_flag_spec_ld \
12312hardcode_libdir_separator \
12313fix_srcfile_path \
12314exclude_expsyms \
12315include_expsyms \
12316file_list_spec \
12317variables_saved_for_relink \
12318libname_spec \
12319library_names_spec \
12320soname_spec \
12321install_override_mode \
12322finish_eval \
12323old_striplib \
12324striplib; do
12325 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12326 *[\\\\\\\`\\"\\\$]*)
12327 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12328 ;;
12329 *)
12330 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12331 ;;
12332 esac
12333done
12334
12335# Double-quote double-evaled strings.
12336for var in reload_cmds \
12337old_postinstall_cmds \
12338old_postuninstall_cmds \
12339old_archive_cmds \
12340extract_expsyms_cmds \
12341old_archive_from_new_cmds \
12342old_archive_from_expsyms_cmds \
12343archive_cmds \
12344archive_expsym_cmds \
12345module_cmds \
12346module_expsym_cmds \
12347export_symbols_cmds \
12348prelink_cmds \
12349postinstall_cmds \
12350postuninstall_cmds \
12351finish_cmds \
12352sys_lib_search_path_spec \
12353sys_lib_dlsearch_path_spec; do
12354 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12355 *[\\\\\\\`\\"\\\$]*)
12356 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12357 ;;
12358 *)
12359 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12360 ;;
12361 esac
12362done
12363
12364ac_aux_dir='$ac_aux_dir'
12365xsi_shell='$xsi_shell'
12366lt_shell_append='$lt_shell_append'
12367
12368# See if we are running on zsh, and set the options which allow our
12369# commands through without removal of \ escapes INIT.
12370if test -n "\${ZSH_VERSION+set}" ; then
12371 setopt NO_GLOB_SUBST
12372fi
12373
12374
12375 PACKAGE='$PACKAGE'
12376 VERSION='$VERSION'
12377 TIMESTAMP='$TIMESTAMP'
12378 RM='$RM'
12379 ofile='$ofile'
12380
12381
12382
12383
81ecdfbb 12384_ACEOF
b7026657 12385
81ecdfbb 12386cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12387
81ecdfbb 12388# Handling of arguments.
b7026657
AC
12389for ac_config_target in $ac_config_targets
12390do
81ecdfbb
RW
12391 case $ac_config_target in
12392 "cconfig.h") CONFIG_HEADERS="$CONFIG_HEADERS cconfig.h:config.in" ;;
db2e4d67 12393 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 12394 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
12395 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12396 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12397
12398 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c 12399 esac
b7026657 12400done
c906108c 12401
81ecdfbb 12402
b7026657
AC
12403# If the user did not use the arguments to specify the items to instantiate,
12404# then the envvar interface is used. Set only those that are not.
12405# We use the long form for the default assignment because of an extremely
12406# bizarre bug on SunOS 4.1.3.
12407if $ac_need_defaults; then
12408 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12409 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12410 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12411fi
12412
12413# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 12414# simply because there is no reason against having it here, and in addition,
b7026657 12415# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
12416# Hook for its removal unless debugging.
12417# Note that there is a small window in which the directory will not be cleaned:
12418# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
12419$debug ||
12420{
81ecdfbb
RW
12421 tmp=
12422 trap 'exit_status=$?
12423 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12424' 0
12425 trap 'as_fn_exit 1' 1 2 13 15
b7026657 12426}
b7026657
AC
12427# Create a (secure) tmp directory for tmp files.
12428
12429{
81ecdfbb 12430 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
12431 test -n "$tmp" && test -d "$tmp"
12432} ||
12433{
81ecdfbb
RW
12434 tmp=./conf$$-$RANDOM
12435 (umask 077 && mkdir "$tmp")
12436} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12437
12438# Set up the scripts for CONFIG_FILES section.
12439# No need to generate them if there are no CONFIG_FILES.
12440# This happens for instance with `./config.status config.h'.
12441if test -n "$CONFIG_FILES"; then
12442
12443
12444ac_cr=`echo X | tr X '\015'`
12445# On cygwin, bash can eat \r inside `` if the user requested igncr.
12446# But we know of no other shell where ac_cr would be empty at this
12447# point, so we can use a bashism as a fallback.
12448if test "x$ac_cr" = x; then
12449 eval ac_cr=\$\'\\r\'
12450fi
12451ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12452if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12453 ac_cs_awk_cr='\r'
12454else
12455 ac_cs_awk_cr=$ac_cr
12456fi
12457
12458echo 'BEGIN {' >"$tmp/subs1.awk" &&
12459_ACEOF
12460
12461
12462{
12463 echo "cat >conf$$subs.awk <<_ACEOF" &&
12464 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12465 echo "_ACEOF"
12466} >conf$$subs.sh ||
12467 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12468ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12469ac_delim='%!_!# '
12470for ac_last_try in false false false false false :; do
12471 . ./conf$$subs.sh ||
12472 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12473
12474 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12475 if test $ac_delim_n = $ac_delim_num; then
12476 break
12477 elif $ac_last_try; then
12478 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12479 else
12480 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12481 fi
12482done
12483rm -f conf$$subs.sh
12484
12485cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12486cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12487_ACEOF
12488sed -n '
12489h
12490s/^/S["/; s/!.*/"]=/
12491p
12492g
12493s/^[^!]*!//
12494:repl
12495t repl
12496s/'"$ac_delim"'$//
12497t delim
12498:nl
12499h
12500s/\(.\{148\}\).*/\1/
12501t more1
12502s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12503p
12504n
12505b repl
12506:more1
12507s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12508p
12509g
12510s/.\{148\}//
12511t nl
12512:delim
12513h
12514s/\(.\{148\}\).*/\1/
12515t more2
12516s/["\\]/\\&/g; s/^/"/; s/$/"/
12517p
12518b
12519:more2
12520s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12521p
12522g
12523s/.\{148\}//
12524t delim
12525' <conf$$subs.awk | sed '
12526/^[^""]/{
12527 N
12528 s/\n//
12529}
12530' >>$CONFIG_STATUS || ac_write_fail=1
12531rm -f conf$$subs.awk
12532cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12533_ACAWK
12534cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12535 for (key in S) S_is_set[key] = 1
12536 FS = "\a"
12537
12538}
b7026657 12539{
81ecdfbb
RW
12540 line = $ 0
12541 nfields = split(line, field, "@")
12542 substed = 0
12543 len = length(field[1])
12544 for (i = 2; i < nfields; i++) {
12545 key = field[i]
12546 keylen = length(key)
12547 if (S_is_set[key]) {
12548 value = S[key]
12549 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12550 len += length(value) + length(field[++i])
12551 substed = 1
12552 } else
12553 len += 1 + keylen
12554 }
12555
12556 print line
b7026657
AC
12557}
12558
81ecdfbb
RW
12559_ACAWK
12560_ACEOF
12561cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12562if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12563 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12564else
12565 cat
12566fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12567 || as_fn_error "could not setup config files machinery" "$LINENO" 5
b7026657
AC
12568_ACEOF
12569
81ecdfbb
RW
12570# VPATH may cause trouble with some makes, so we remove $(srcdir),
12571# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12572# trailing colons and then remove the whole line if VPATH becomes empty
12573# (actually we leave an empty line to preserve line numbers).
12574if test "x$srcdir" = x.; then
12575 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12576s/:*\$(srcdir):*/:/
12577s/:*\${srcdir}:*/:/
12578s/:*@srcdir@:*/:/
12579s/^\([^=]*=[ ]*\):*/\1/
12580s/:*$//
12581s/^[^=]*=[ ]*$//
12582}'
12583fi
b7026657 12584
81ecdfbb
RW
12585cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12586fi # test -n "$CONFIG_FILES"
b7026657 12587
81ecdfbb
RW
12588# Set up the scripts for CONFIG_HEADERS section.
12589# No need to generate them if there are no CONFIG_HEADERS.
12590# This happens for instance with `./config.status Makefile'.
12591if test -n "$CONFIG_HEADERS"; then
12592cat >"$tmp/defines.awk" <<\_ACAWK ||
12593BEGIN {
b7026657
AC
12594_ACEOF
12595
81ecdfbb
RW
12596# Transform confdefs.h into an awk script `defines.awk', embedded as
12597# here-document in config.status, that substitutes the proper values into
12598# config.h.in to produce config.h.
12599
12600# Create a delimiter string that does not exist in confdefs.h, to ease
12601# handling of long lines.
12602ac_delim='%!_!# '
12603for ac_last_try in false false :; do
12604 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12605 if test -z "$ac_t"; then
12606 break
12607 elif $ac_last_try; then
12608 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12609 else
12610 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 12611 fi
81ecdfbb 12612done
c906108c 12613
81ecdfbb
RW
12614# For the awk script, D is an array of macro values keyed by name,
12615# likewise P contains macro parameters if any. Preserve backslash
12616# newline sequences.
12617
12618ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12619sed -n '
12620s/.\{148\}/&'"$ac_delim"'/g
12621t rset
12622:rset
12623s/^[ ]*#[ ]*define[ ][ ]*/ /
12624t def
12625d
12626:def
12627s/\\$//
12628t bsnl
12629s/["\\]/\\&/g
12630s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12631D["\1"]=" \3"/p
12632s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12633d
12634:bsnl
12635s/["\\]/\\&/g
12636s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12637D["\1"]=" \3\\\\\\n"\\/p
12638t cont
12639s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12640t cont
12641d
12642:cont
12643n
12644s/.\{148\}/&'"$ac_delim"'/g
12645t clear
12646:clear
12647s/\\$//
12648t bsnlc
12649s/["\\]/\\&/g; s/^/"/; s/$/"/p
12650d
12651:bsnlc
12652s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12653b cont
12654' <confdefs.h | sed '
12655s/'"$ac_delim"'/"\\\
12656"/g' >>$CONFIG_STATUS || ac_write_fail=1
12657
12658cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12659 for (key in D) D_is_set[key] = 1
12660 FS = "\a"
12661}
12662/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12663 line = \$ 0
12664 split(line, arg, " ")
12665 if (arg[1] == "#") {
12666 defundef = arg[2]
12667 mac1 = arg[3]
12668 } else {
12669 defundef = substr(arg[1], 2)
12670 mac1 = arg[2]
12671 }
12672 split(mac1, mac2, "(") #)
12673 macro = mac2[1]
12674 prefix = substr(line, 1, index(line, defundef) - 1)
12675 if (D_is_set[macro]) {
12676 # Preserve the white space surrounding the "#".
12677 print prefix "define", macro P[macro] D[macro]
12678 next
12679 } else {
12680 # Replace #undef with comments. This is necessary, for example,
12681 # in the case of _POSIX_SOURCE, which is predefined and required
12682 # on some systems where configure will not decide to define it.
12683 if (defundef == "undef") {
12684 print "/*", prefix defundef, macro, "*/"
12685 next
12686 }
12687 }
12688}
12689{ print }
12690_ACAWK
b7026657 12691_ACEOF
81ecdfbb
RW
12692cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12693 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12694fi # test -n "$CONFIG_HEADERS"
12695
12696
12697eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12698shift
12699for ac_tag
12700do
12701 case $ac_tag in
12702 :[FHLC]) ac_mode=$ac_tag; continue;;
12703 esac
12704 case $ac_mode$ac_tag in
12705 :[FHL]*:*);;
12706 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12707 :[FH]-) ac_tag=-:-;;
12708 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12709 esac
12710 ac_save_IFS=$IFS
12711 IFS=:
12712 set x $ac_tag
12713 IFS=$ac_save_IFS
12714 shift
12715 ac_file=$1
12716 shift
12717
12718 case $ac_mode in
12719 :L) ac_source=$1;;
12720 :[FH])
12721 ac_file_inputs=
12722 for ac_f
12723 do
12724 case $ac_f in
12725 -) ac_f="$tmp/stdin";;
12726 *) # Look for the file first in the build tree, then in the source tree
12727 # (if the path is not absolute). The absolute path cannot be DOS-style,
12728 # because $ac_f cannot contain `:'.
12729 test -f "$ac_f" ||
12730 case $ac_f in
12731 [\\/$]*) false;;
12732 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12733 esac ||
12734 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12735 esac
12736 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12737 as_fn_append ac_file_inputs " '$ac_f'"
12738 done
12739
12740 # Let's still pretend it is `configure' which instantiates (i.e., don't
12741 # use $as_me), people would be surprised to read:
12742 # /* config.h. Generated by config.status. */
12743 configure_input='Generated from '`
12744 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12745 `' by configure.'
12746 if test x"$ac_file" != x-; then
12747 configure_input="$ac_file. $configure_input"
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12749$as_echo "$as_me: creating $ac_file" >&6;}
12750 fi
12751 # Neutralize special characters interpreted by sed in replacement strings.
12752 case $configure_input in #(
12753 *\&* | *\|* | *\\* )
12754 ac_sed_conf_input=`$as_echo "$configure_input" |
12755 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12756 *) ac_sed_conf_input=$configure_input;;
12757 esac
12758
12759 case $ac_tag in
12760 *:-:* | *:-) cat >"$tmp/stdin" \
12761 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12762 esac
12763 ;;
c906108c
SS
12764 esac
12765
81ecdfbb 12766 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
12767$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12768 X"$ac_file" : 'X\(//\)[^/]' \| \
12769 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
12770 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12771$as_echo X"$ac_file" |
12772 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12773 s//\1/
12774 q
12775 }
12776 /^X\(\/\/\)[^/].*/{
12777 s//\1/
12778 q
12779 }
12780 /^X\(\/\/\)$/{
12781 s//\1/
12782 q
12783 }
12784 /^X\(\/\).*/{
12785 s//\1/
12786 q
12787 }
12788 s/.*/./; q'`
12789 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
12790 ac_builddir=.
12791
81ecdfbb
RW
12792case "$ac_dir" in
12793.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12794*)
12795 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12796 # A ".." for each directory in $ac_dir_suffix.
12797 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12798 case $ac_top_builddir_sub in
12799 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12800 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12801 esac ;;
12802esac
12803ac_abs_top_builddir=$ac_pwd
12804ac_abs_builddir=$ac_pwd$ac_dir_suffix
12805# for backward compatibility:
12806ac_top_builddir=$ac_top_build_prefix
c906108c 12807
b7026657 12808case $srcdir in
81ecdfbb 12809 .) # We are building in place.
b7026657 12810 ac_srcdir=.
81ecdfbb
RW
12811 ac_top_srcdir=$ac_top_builddir_sub
12812 ac_abs_top_srcdir=$ac_pwd ;;
12813 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 12814 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
12815 ac_top_srcdir=$srcdir
12816 ac_abs_top_srcdir=$srcdir ;;
12817 *) # Relative name.
12818 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12819 ac_top_srcdir=$ac_top_build_prefix$srcdir
12820 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 12821esac
81ecdfbb 12822ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 12823
b7026657 12824
81ecdfbb
RW
12825 case $ac_mode in
12826 :F)
12827 #
12828 # CONFIG_FILE
12829 #
b7026657
AC
12830
12831 case $INSTALL in
12832 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb 12833 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 12834 esac
81ecdfbb 12835_ACEOF
c906108c 12836
81ecdfbb
RW
12837cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12838# If the template does not know about datarootdir, expand it.
12839# FIXME: This hack should be removed a few years after 2.60.
12840ac_datarootdir_hack=; ac_datarootdir_seen=
12841ac_sed_dataroot='
12842/datarootdir/ {
12843 p
12844 q
12845}
12846/@datadir@/p
12847/@docdir@/p
12848/@infodir@/p
12849/@localedir@/p
12850/@mandir@/p'
12851case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12852*datarootdir*) ac_datarootdir_seen=yes;;
12853*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12855$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12856_ACEOF
12857cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12858 ac_datarootdir_hack='
12859 s&@datadir@&$datadir&g
12860 s&@docdir@&$docdir&g
12861 s&@infodir@&$infodir&g
12862 s&@localedir@&$localedir&g
12863 s&@mandir@&$mandir&g
12864 s&\\\${datarootdir}&$datarootdir&g' ;;
12865esac
b7026657 12866_ACEOF
81ecdfbb
RW
12867
12868# Neutralize VPATH when `$srcdir' = `.'.
12869# Shell code in configure.ac might set extrasub.
12870# FIXME: do we really want to maintain this feature?
12871cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12872ac_sed_extra="$ac_vpsub
b7026657
AC
12873$extrasub
12874_ACEOF
81ecdfbb 12875cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657
AC
12876:t
12877/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
12878s|@configure_input@|$ac_sed_conf_input|;t t
12879s&@top_builddir@&$ac_top_builddir_sub&;t t
12880s&@top_build_prefix@&$ac_top_build_prefix&;t t
12881s&@srcdir@&$ac_srcdir&;t t
12882s&@abs_srcdir@&$ac_abs_srcdir&;t t
12883s&@top_srcdir@&$ac_top_srcdir&;t t
12884s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12885s&@builddir@&$ac_builddir&;t t
12886s&@abs_builddir@&$ac_abs_builddir&;t t
12887s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12888s&@INSTALL@&$ac_INSTALL&;t t
12889$ac_datarootdir_hack
12890"
12891eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12892 || as_fn_error "could not create $ac_file" "$LINENO" 5
12893
12894test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12895 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12896 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12898which seems to be undefined. Please make sure it is defined." >&5
12899$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12900which seems to be undefined. Please make sure it is defined." >&2;}
12901
12902 rm -f "$tmp/stdin"
b7026657 12903 case $ac_file in
81ecdfbb
RW
12904 -) cat "$tmp/out" && rm -f "$tmp/out";;
12905 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12906 esac \
12907 || as_fn_error "could not create $ac_file" "$LINENO" 5
12908 ;;
12909 :H)
12910 #
12911 # CONFIG_HEADER
12912 #
b7026657 12913 if test x"$ac_file" != x-; then
81ecdfbb
RW
12914 {
12915 $as_echo "/* $configure_input */" \
12916 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12917 } >"$tmp/config.h" \
12918 || as_fn_error "could not create $ac_file" "$LINENO" 5
12919 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12921$as_echo "$as_me: $ac_file is unchanged" >&6;}
b7026657 12922 else
81ecdfbb
RW
12923 rm -f "$ac_file"
12924 mv "$tmp/config.h" "$ac_file" \
12925 || as_fn_error "could not create $ac_file" "$LINENO" 5
c906108c 12926 fi
b7026657 12927 else
81ecdfbb
RW
12928 $as_echo "/* $configure_input */" \
12929 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12930 || as_fn_error "could not create -" "$LINENO" 5
c906108c 12931 fi
81ecdfbb 12932 ;;
b7026657 12933
81ecdfbb
RW
12934 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12935$as_echo "$as_me: executing $ac_file commands" >&6;}
12936 ;;
12937 esac
b7026657 12938
b7026657 12939
81ecdfbb 12940 case $ac_file$ac_mode in
db2e4d67 12941 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
12942 "libtool":C)
12943
12944 # See if we are running on zsh, and set the options which allow our
12945 # commands through without removal of \ escapes.
12946 if test -n "${ZSH_VERSION+set}" ; then
12947 setopt NO_GLOB_SUBST
12948 fi
12949
12950 cfgfile="${ofile}T"
12951 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12952 $RM "$cfgfile"
12953
12954 cat <<_LT_EOF >> "$cfgfile"
12955#! $SHELL
12956
12957# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12958# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12959# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12960# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12961#
12962# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12963# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12964# Written by Gordon Matzigkeit, 1996
12965#
12966# This file is part of GNU Libtool.
12967#
12968# GNU Libtool is free software; you can redistribute it and/or
12969# modify it under the terms of the GNU General Public License as
12970# published by the Free Software Foundation; either version 2 of
12971# the License, or (at your option) any later version.
12972#
12973# As a special exception to the GNU General Public License,
12974# if you distribute this file as part of a program or library that
12975# is built using GNU Libtool, you may include this file under the
12976# same distribution terms that you use for the rest of that program.
12977#
12978# GNU Libtool is distributed in the hope that it will be useful,
12979# but WITHOUT ANY WARRANTY; without even the implied warranty of
12980# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12981# GNU General Public License for more details.
12982#
12983# You should have received a copy of the GNU General Public License
12984# along with GNU Libtool; see the file COPYING. If not, a copy
12985# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12986# obtained by writing to the Free Software Foundation, Inc.,
12987# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12988
12989
12990# The names of the tagged configurations supported by this script.
12991available_tags=""
12992
12993# ### BEGIN LIBTOOL CONFIG
12994
12995# Which release of libtool.m4 was used?
12996macro_version=$macro_version
12997macro_revision=$macro_revision
12998
12999# Whether or not to build shared libraries.
13000build_libtool_libs=$enable_shared
13001
13002# Whether or not to build static libraries.
13003build_old_libs=$enable_static
13004
13005# What type of objects to build.
13006pic_mode=$pic_mode
13007
13008# Whether or not to optimize for fast installation.
13009fast_install=$enable_fast_install
13010
13011# Shell to use when invoking shell scripts.
13012SHELL=$lt_SHELL
13013
13014# An echo program that protects backslashes.
13015ECHO=$lt_ECHO
13016
13017# The host system.
13018host_alias=$host_alias
13019host=$host
13020host_os=$host_os
13021
13022# The build system.
13023build_alias=$build_alias
13024build=$build
13025build_os=$build_os
13026
13027# A sed program that does not truncate output.
13028SED=$lt_SED
13029
13030# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13031Xsed="\$SED -e 1s/^X//"
13032
13033# A grep program that handles long lines.
13034GREP=$lt_GREP
13035
13036# An ERE matcher.
13037EGREP=$lt_EGREP
13038
13039# A literal string matcher.
13040FGREP=$lt_FGREP
13041
13042# A BSD- or MS-compatible name lister.
13043NM=$lt_NM
13044
13045# Whether we need soft or hard links.
13046LN_S=$lt_LN_S
13047
13048# What is the maximum length of a command?
13049max_cmd_len=$max_cmd_len
13050
13051# Object file suffix (normally "o").
13052objext=$ac_objext
13053
13054# Executable file suffix (normally "").
13055exeext=$exeext
13056
13057# whether the shell understands "unset".
13058lt_unset=$lt_unset
13059
13060# turn spaces into newlines.
13061SP2NL=$lt_lt_SP2NL
13062
13063# turn newlines into spaces.
13064NL2SP=$lt_lt_NL2SP
13065
13066# An object symbol dumper.
13067OBJDUMP=$lt_OBJDUMP
13068
13069# Method to check whether dependent libraries are shared objects.
13070deplibs_check_method=$lt_deplibs_check_method
13071
13072# Command to use when deplibs_check_method == "file_magic".
13073file_magic_cmd=$lt_file_magic_cmd
13074
13075# The archiver.
13076AR=$lt_AR
13077AR_FLAGS=$lt_AR_FLAGS
13078
13079# A symbol stripping program.
13080STRIP=$lt_STRIP
13081
13082# Commands used to install an old-style archive.
13083RANLIB=$lt_RANLIB
13084old_postinstall_cmds=$lt_old_postinstall_cmds
13085old_postuninstall_cmds=$lt_old_postuninstall_cmds
13086
13087# Whether to use a lock for old archive extraction.
13088lock_old_archive_extraction=$lock_old_archive_extraction
13089
13090# A C compiler.
13091LTCC=$lt_CC
13092
13093# LTCC compiler flags.
13094LTCFLAGS=$lt_CFLAGS
13095
13096# Take the output of nm and produce a listing of raw symbols and C names.
13097global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13098
13099# Transform the output of nm in a proper C declaration.
13100global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13101
13102# Transform the output of nm in a C name address pair.
13103global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13104
13105# Transform the output of nm in a C name address pair when lib prefix is needed.
13106global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13107
13108# The name of the directory that contains temporary libtool files.
13109objdir=$objdir
13110
13111# Used to examine libraries when file_magic_cmd begins with "file".
13112MAGIC_CMD=$MAGIC_CMD
13113
13114# Must we lock files when doing compilation?
13115need_locks=$lt_need_locks
13116
13117# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13118DSYMUTIL=$lt_DSYMUTIL
13119
13120# Tool to change global to local symbols on Mac OS X.
13121NMEDIT=$lt_NMEDIT
13122
13123# Tool to manipulate fat objects and archives on Mac OS X.
13124LIPO=$lt_LIPO
13125
13126# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13127OTOOL=$lt_OTOOL
13128
13129# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13130OTOOL64=$lt_OTOOL64
13131
13132# Old archive suffix (normally "a").
13133libext=$libext
13134
13135# Shared library suffix (normally ".so").
13136shrext_cmds=$lt_shrext_cmds
13137
13138# The commands to extract the exported symbol list from a shared archive.
13139extract_expsyms_cmds=$lt_extract_expsyms_cmds
13140
13141# Variables whose values should be saved in libtool wrapper scripts and
13142# restored at link time.
13143variables_saved_for_relink=$lt_variables_saved_for_relink
13144
13145# Do we need the "lib" prefix for modules?
13146need_lib_prefix=$need_lib_prefix
13147
13148# Do we need a version for libraries?
13149need_version=$need_version
13150
13151# Library versioning type.
13152version_type=$version_type
13153
13154# Shared library runtime path variable.
13155runpath_var=$runpath_var
13156
13157# Shared library path variable.
13158shlibpath_var=$shlibpath_var
13159
13160# Is shlibpath searched before the hard-coded library search path?
13161shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13162
13163# Format of library name prefix.
13164libname_spec=$lt_libname_spec
13165
13166# List of archive names. First name is the real one, the rest are links.
13167# The last name is the one that the linker finds with -lNAME
13168library_names_spec=$lt_library_names_spec
13169
13170# The coded name of the library, if different from the real name.
13171soname_spec=$lt_soname_spec
13172
13173# Permission mode override for installation of shared libraries.
13174install_override_mode=$lt_install_override_mode
13175
13176# Command to use after installation of a shared archive.
13177postinstall_cmds=$lt_postinstall_cmds
13178
13179# Command to use after uninstallation of a shared archive.
13180postuninstall_cmds=$lt_postuninstall_cmds
13181
13182# Commands used to finish a libtool library installation in a directory.
13183finish_cmds=$lt_finish_cmds
13184
13185# As "finish_cmds", except a single script fragment to be evaled but
13186# not shown.
13187finish_eval=$lt_finish_eval
13188
13189# Whether we should hardcode library paths into libraries.
13190hardcode_into_libs=$hardcode_into_libs
13191
13192# Compile-time system search path for libraries.
13193sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13194
13195# Run-time system search path for libraries.
13196sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13197
13198# Whether dlopen is supported.
13199dlopen_support=$enable_dlopen
13200
13201# Whether dlopen of programs is supported.
13202dlopen_self=$enable_dlopen_self
13203
13204# Whether dlopen of statically linked programs is supported.
13205dlopen_self_static=$enable_dlopen_self_static
13206
13207# Commands to strip libraries.
13208old_striplib=$lt_old_striplib
13209striplib=$lt_striplib
13210
13211
13212# The linker used to build libraries.
13213LD=$lt_LD
13214
13215# How to create reloadable object files.
13216reload_flag=$lt_reload_flag
13217reload_cmds=$lt_reload_cmds
13218
13219# Commands used to build an old-style archive.
13220old_archive_cmds=$lt_old_archive_cmds
13221
13222# A language specific compiler.
13223CC=$lt_compiler
13224
13225# Is the compiler the GNU compiler?
13226with_gcc=$GCC
13227
13228# Compiler flag to turn off builtin functions.
13229no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13230
13231# How to pass a linker flag through the compiler.
13232wl=$lt_lt_prog_compiler_wl
13233
13234# Additional compiler flags for building library objects.
13235pic_flag=$lt_lt_prog_compiler_pic
13236
13237# Compiler flag to prevent dynamic linking.
13238link_static_flag=$lt_lt_prog_compiler_static
13239
13240# Does compiler simultaneously support -c and -o options?
13241compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13242
13243# Whether or not to add -lc for building shared libraries.
13244build_libtool_need_lc=$archive_cmds_need_lc
13245
13246# Whether or not to disallow shared libs when runtime libs are static.
13247allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13248
13249# Compiler flag to allow reflexive dlopens.
13250export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13251
13252# Compiler flag to generate shared objects directly from archives.
13253whole_archive_flag_spec=$lt_whole_archive_flag_spec
13254
13255# Whether the compiler copes with passing no objects directly.
13256compiler_needs_object=$lt_compiler_needs_object
13257
13258# Create an old-style archive from a shared archive.
13259old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13260
13261# Create a temporary old-style archive to link instead of a shared archive.
13262old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13263
13264# Commands used to build a shared archive.
13265archive_cmds=$lt_archive_cmds
13266archive_expsym_cmds=$lt_archive_expsym_cmds
13267
13268# Commands used to build a loadable module if different from building
13269# a shared archive.
13270module_cmds=$lt_module_cmds
13271module_expsym_cmds=$lt_module_expsym_cmds
13272
13273# Whether we are building with GNU ld or not.
13274with_gnu_ld=$lt_with_gnu_ld
13275
13276# Flag that allows shared libraries with undefined symbols to be built.
13277allow_undefined_flag=$lt_allow_undefined_flag
13278
13279# Flag that enforces no undefined symbols.
13280no_undefined_flag=$lt_no_undefined_flag
13281
13282# Flag to hardcode \$libdir into a binary during linking.
13283# This must work even if \$libdir does not exist
13284hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13285
13286# If ld is used when linking, flag to hardcode \$libdir into a binary
13287# during linking. This must work even if \$libdir does not exist.
13288hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13289
13290# Whether we need a single "-rpath" flag with a separated argument.
13291hardcode_libdir_separator=$lt_hardcode_libdir_separator
13292
13293# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13294# DIR into the resulting binary.
13295hardcode_direct=$hardcode_direct
13296
13297# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13298# DIR into the resulting binary and the resulting library dependency is
13299# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13300# library is relocated.
13301hardcode_direct_absolute=$hardcode_direct_absolute
13302
13303# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13304# into the resulting binary.
13305hardcode_minus_L=$hardcode_minus_L
13306
13307# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13308# into the resulting binary.
13309hardcode_shlibpath_var=$hardcode_shlibpath_var
13310
13311# Set to "yes" if building a shared library automatically hardcodes DIR
13312# into the library and all subsequent libraries and executables linked
13313# against it.
13314hardcode_automatic=$hardcode_automatic
13315
13316# Set to yes if linker adds runtime paths of dependent libraries
13317# to runtime path list.
13318inherit_rpath=$inherit_rpath
13319
13320# Whether libtool must link a program against all its dependency libraries.
13321link_all_deplibs=$link_all_deplibs
13322
13323# Fix the shell variable \$srcfile for the compiler.
13324fix_srcfile_path=$lt_fix_srcfile_path
13325
13326# Set to "yes" if exported symbols are required.
13327always_export_symbols=$always_export_symbols
13328
13329# The commands to list exported symbols.
13330export_symbols_cmds=$lt_export_symbols_cmds
13331
13332# Symbols that should not be listed in the preloaded symbols.
13333exclude_expsyms=$lt_exclude_expsyms
13334
13335# Symbols that must always be exported.
13336include_expsyms=$lt_include_expsyms
13337
13338# Commands necessary for linking programs (against libraries) with templates.
13339prelink_cmds=$lt_prelink_cmds
13340
13341# Specify filename containing input files.
13342file_list_spec=$lt_file_list_spec
13343
13344# How to hardcode a shared library path into an executable.
13345hardcode_action=$hardcode_action
13346
13347# ### END LIBTOOL CONFIG
13348
13349_LT_EOF
13350
13351 case $host_os in
13352 aix3*)
13353 cat <<\_LT_EOF >> "$cfgfile"
13354# AIX sometimes has problems with the GCC collect2 program. For some
13355# reason, if we set the COLLECT_NAMES environment variable, the problems
13356# vanish in a puff of smoke.
13357if test "X${COLLECT_NAMES+set}" != Xset; then
13358 COLLECT_NAMES=
13359 export COLLECT_NAMES
13360fi
13361_LT_EOF
13362 ;;
13363 esac
13364
13365
13366ltmain="$ac_aux_dir/ltmain.sh"
13367
13368
13369 # We use sed instead of cat because bash on DJGPP gets confused if
13370 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13371 # text mode, it properly converts lines to CR/LF. This bash problem
13372 # is reportedly fixed, but why not run on old versions too?
13373 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13374 || (rm -f "$cfgfile"; exit 1)
13375
13376 case $xsi_shell in
13377 yes)
13378 cat << \_LT_EOF >> "$cfgfile"
13379
13380# func_dirname file append nondir_replacement
13381# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13382# otherwise set result to NONDIR_REPLACEMENT.
13383func_dirname ()
13384{
13385 case ${1} in
13386 */*) func_dirname_result="${1%/*}${2}" ;;
13387 * ) func_dirname_result="${3}" ;;
13388 esac
13389}
13390
13391# func_basename file
13392func_basename ()
13393{
13394 func_basename_result="${1##*/}"
13395}
13396
13397# func_dirname_and_basename file append nondir_replacement
13398# perform func_basename and func_dirname in a single function
13399# call:
13400# dirname: Compute the dirname of FILE. If nonempty,
13401# add APPEND to the result, otherwise set result
13402# to NONDIR_REPLACEMENT.
13403# value returned in "$func_dirname_result"
13404# basename: Compute filename of FILE.
13405# value retuned in "$func_basename_result"
13406# Implementation must be kept synchronized with func_dirname
13407# and func_basename. For efficiency, we do not delegate to
13408# those functions but instead duplicate the functionality here.
13409func_dirname_and_basename ()
13410{
13411 case ${1} in
13412 */*) func_dirname_result="${1%/*}${2}" ;;
13413 * ) func_dirname_result="${3}" ;;
13414 esac
13415 func_basename_result="${1##*/}"
13416}
13417
13418# func_stripname prefix suffix name
13419# strip PREFIX and SUFFIX off of NAME.
13420# PREFIX and SUFFIX must not contain globbing or regex special
13421# characters, hashes, percent signs, but SUFFIX may contain a leading
13422# dot (in which case that matches only a dot).
13423func_stripname ()
13424{
13425 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13426 # positional parameters, so assign one to ordinary parameter first.
13427 func_stripname_result=${3}
13428 func_stripname_result=${func_stripname_result#"${1}"}
13429 func_stripname_result=${func_stripname_result%"${2}"}
13430}
13431
13432# func_opt_split
13433func_opt_split ()
13434{
13435 func_opt_split_opt=${1%%=*}
13436 func_opt_split_arg=${1#*=}
13437}
13438
13439# func_lo2o object
13440func_lo2o ()
13441{
13442 case ${1} in
13443 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13444 *) func_lo2o_result=${1} ;;
13445 esac
13446}
13447
13448# func_xform libobj-or-source
13449func_xform ()
13450{
13451 func_xform_result=${1%.*}.lo
13452}
13453
13454# func_arith arithmetic-term...
13455func_arith ()
13456{
13457 func_arith_result=$(( $* ))
13458}
13459
13460# func_len string
13461# STRING may not start with a hyphen.
13462func_len ()
13463{
13464 func_len_result=${#1}
13465}
13466
13467_LT_EOF
13468 ;;
13469 *) # Bourne compatible functions.
13470 cat << \_LT_EOF >> "$cfgfile"
13471
13472# func_dirname file append nondir_replacement
13473# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13474# otherwise set result to NONDIR_REPLACEMENT.
13475func_dirname ()
13476{
13477 # Extract subdirectory from the argument.
13478 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13479 if test "X$func_dirname_result" = "X${1}"; then
13480 func_dirname_result="${3}"
13481 else
13482 func_dirname_result="$func_dirname_result${2}"
13483 fi
13484}
13485
13486# func_basename file
13487func_basename ()
13488{
13489 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13490}
13491
13492
13493# func_stripname prefix suffix name
13494# strip PREFIX and SUFFIX off of NAME.
13495# PREFIX and SUFFIX must not contain globbing or regex special
13496# characters, hashes, percent signs, but SUFFIX may contain a leading
13497# dot (in which case that matches only a dot).
13498# func_strip_suffix prefix name
13499func_stripname ()
13500{
13501 case ${2} in
13502 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13503 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13504 esac
13505}
13506
13507# sed scripts:
13508my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13509my_sed_long_arg='1s/^-[^=]*=//'
13510
13511# func_opt_split
13512func_opt_split ()
13513{
13514 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13515 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13516}
13517
13518# func_lo2o object
13519func_lo2o ()
13520{
13521 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13522}
13523
13524# func_xform libobj-or-source
13525func_xform ()
13526{
13527 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13528}
13529
13530# func_arith arithmetic-term...
13531func_arith ()
13532{
13533 func_arith_result=`expr "$@"`
13534}
13535
13536# func_len string
13537# STRING may not start with a hyphen.
13538func_len ()
13539{
13540 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13541}
13542
13543_LT_EOF
13544esac
13545
13546case $lt_shell_append in
13547 yes)
13548 cat << \_LT_EOF >> "$cfgfile"
13549
13550# func_append var value
13551# Append VALUE to the end of shell variable VAR.
13552func_append ()
13553{
13554 eval "$1+=\$2"
13555}
13556_LT_EOF
13557 ;;
13558 *)
13559 cat << \_LT_EOF >> "$cfgfile"
13560
13561# func_append var value
13562# Append VALUE to the end of shell variable VAR.
13563func_append ()
13564{
13565 eval "$1=\$$1\$2"
13566}
13567
13568_LT_EOF
13569 ;;
13570 esac
13571
13572
13573 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13574 || (rm -f "$cfgfile"; exit 1)
13575
13576 mv -f "$cfgfile" "$ofile" ||
13577 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13578 chmod +x "$ofile"
13579
13580 ;;
81ecdfbb 13581 "default":C) case x$CONFIG_HEADERS in xcconfig.h:config.in) echo > stamp-h ;; esac ;;
c906108c 13582
b7026657 13583 esac
81ecdfbb 13584done # for ac_tag
c906108c 13585
b7026657 13586
81ecdfbb 13587as_fn_exit 0
b7026657 13588_ACEOF
b7026657
AC
13589ac_clean_files=$ac_clean_files_save
13590
81ecdfbb
RW
13591test $ac_write_fail = 0 ||
13592 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13593
b7026657
AC
13594
13595# configure is writing to config.log, and then calls config.status.
13596# config.status does its own redirection, appending to config.log.
13597# Unfortunately, on DOS this fails, as config.log is still kept open
13598# by configure, so config.status won't be able to write to it; its
13599# output is simply discarded. So we exec the FD to /dev/null,
13600# effectively closing config.log, so it can be properly (re)opened and
13601# appended to by config.status. When coming back to configure, we
13602# need to make the FD available again.
13603if test "$no_create" != yes; then
13604 ac_cs_success=:
13605 ac_config_status_args=
13606 test "$silent" = yes &&
13607 ac_config_status_args="$ac_config_status_args --quiet"
13608 exec 5>/dev/null
13609 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13610 exec 5>>config.log
13611 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13612 # would make configure fail if this is the last instruction.
81ecdfbb
RW
13613 $ac_cs_success || as_fn_exit $?
13614fi
13615if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13617$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 13618fi
c906108c 13619
This page took 1.853748 seconds and 4 git commands to generate.